Skip to content
Snippets Groups Projects
Commit 06b161d7 authored by Chris Wilson's avatar Chris Wilson :thinking:
Browse files

i915/gem_exec_fence: KMS master is not required


Within this set of fence execution tests, we never once try to modeset;
being KMS master is not required.

Signed-off-by: default avatarChris Wilson <chris@chris-wilson.co.uk>
Reviewed-by: default avatarTvrtko Ursulin <tvrtko.ursulin@intel.com>
parent 1345346c
No related branches found
No related tags found
No related merge requests found
......@@ -1513,7 +1513,7 @@ igt_main
int i915 = -1;
igt_fixture {
i915 = drm_open_driver_master(DRIVER_INTEL);
i915 = drm_open_driver(DRIVER_INTEL);
igt_require_gem(i915);
igt_require(gem_has_exec_fence(i915));
gem_require_mmap_wc(i915);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment