mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-18 21:36:27 +00:00
igt/gem_tiled_wb: Remove extraneous mmap(wc) requirement
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
parent
c45216b26d
commit
fbc6730238
@ -137,7 +137,6 @@ igt_simple_main
|
|||||||
uint32_t handle;
|
uint32_t handle;
|
||||||
|
|
||||||
fd = drm_open_any();
|
fd = drm_open_any();
|
||||||
igt_require_mmap_wc(fd);
|
|
||||||
|
|
||||||
handle = create_bo(fd);
|
handle = create_bo(fd);
|
||||||
get_tiling(fd, handle, &tiling, &swizzle);
|
get_tiling(fd, handle, &tiling, &swizzle);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user