mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-22 05:43:02 +00:00
lib/ioctl: gem_ prefix for igt_require_mmap_wc
We stick to the overall prefix even for magic require functions. Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
@@ -345,7 +345,7 @@ static void wc_contention(void)
|
||||
double linear[2], tiled[2];
|
||||
|
||||
fd = drm_open_any();
|
||||
igt_require_mmap_wc(fd);
|
||||
gem_require_mmap_wc(fd);
|
||||
|
||||
num_fences = gem_available_fences(fd);
|
||||
igt_require(num_fences > 0);
|
||||
|
||||
Reference in New Issue
Block a user