mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-22 13:52:54 +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:
@@ -136,7 +136,7 @@ igt_simple_main
|
||||
uint32_t handle;
|
||||
|
||||
fd = drm_open_any();
|
||||
igt_require_mmap_wc(fd);
|
||||
gem_require_mmap_wc(fd);
|
||||
|
||||
handle = create_bo(fd);
|
||||
get_tiling(fd, handle, &tiling, &swizzle);
|
||||
|
||||
Reference in New Issue
Block a user