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

i915/gem_exec_schedule: Only require the scheduler


If the legacy ringbuffer doesn't support scheduling, it doesn't set the
cap! Hypothetically if one were to enable ringbuffer scheduling, this is
part of its testing suite.

Signed-off-by: default avatarChris Wilson <chris@chris-wilson.co.uk>
Reviewed-by: default avatarTvrtko Ursulin <tvrtko.ursulin@intel.com>
parent f8f1bfbd
No related branches found
No related tags found
No related merge requests found
......@@ -1774,9 +1774,6 @@ igt_main
igt_fixture {
igt_require(gem_scheduler_enabled(fd));
igt_require(gem_scheduler_has_ctx_priority(fd));
/* need separate rings */
igt_require(gem_has_execlists(fd));
}
for (e = intel_execution_engines; e->name; e++) {
......
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