diff options
| author | Chris Wilson <chris@chris-wilson.co.uk> | 2020-05-31 21:49:19 +0100 |
|---|---|---|
| committer | Chris Wilson <chris@chris-wilson.co.uk> | 2020-06-01 00:09:48 +0100 |
| commit | b080c88ba224fb71e6c097d233c0d9a4237058b6 (patch) | |
| tree | 1a350ed8d5ef6a7fdc6e2ee6eb99a652bcf22615 /tests | |
| parent | 253342cdad61ab9163a02f95ceaa1a40f9ace1ed (diff) | |
i915/gem_eio: Drop stale check for have semaphores
The test works fine if the scheduler has semaphores, strangely only
being skipped for old devices adding semaphore support.
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Acked-by: Mika Kuoppala <mika.kuoppala@linux.intel.com>
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/i915/gem_eio.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/i915/gem_eio.c b/tests/i915/gem_eio.c index e0d8390f..cfc3f668 100644 --- a/tests/i915/gem_eio.c +++ b/tests/i915/gem_eio.c @@ -990,10 +990,8 @@ igt_main igt_subtest_f("in-flight-contexts-%s", waits[i].name) test_inflight_contexts(fd, waits[i].wait); - igt_subtest_f("in-flight-internal-%s", waits[i].name) { - igt_skip_on(gem_has_semaphores(fd)); + igt_subtest_f("in-flight-internal-%s", waits[i].name) test_inflight_internal(fd, waits[i].wait); - } } } |
