igt/gem_tiled_wb: Remove extraneous mmap(wc) requirement

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
Chris Wilson 2014-11-04 12:13:11 +00:00
parent c45216b26d
commit fbc6730238

View File

@ -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);