mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-10 09:26:10 +00:00
igt/gem_exec_flush: Mark mmap-wc dependency
Add a requirement for mmap-wc so that failure on older kernels is explained. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
parent
5715089c51
commit
7c70d2fca2
@ -246,6 +246,7 @@ igt_main
|
||||
igt_fixture {
|
||||
igt_require(igt_setup_clflush());
|
||||
fd = drm_open_driver(DRIVER_INTEL);
|
||||
gem_require_mmap_wc(fd);
|
||||
gen = intel_gen(intel_get_drm_devid(fd));
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user