[igt-dev] [i-g-t] i915/gem_exec_alignment: remove pi-shared
Mastan Katragadda
mastanx.katragadda at intel.com
Wed Sep 1 00:26:00 UTC 2021
pi-shared is expected to fail due to locking contention of a shared resource in kernel.
there is no way to make this reliably work with the dma_resv locking.
https://cgit.freedesktop.org/drm-tip/commit/?id=5cd57f676bb946a00275408f0dd0d75dbc466d25
Signed-off-by: Mastan Katragadda <mastanx.katragadda at intel.com>
---
tests/i915/gem_exec_alignment.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/tests/i915/gem_exec_alignment.c b/tests/i915/gem_exec_alignment.c
index c4611bd1..60d2c96a 100644
--- a/tests/i915/gem_exec_alignment.c
+++ b/tests/i915/gem_exec_alignment.c
@@ -540,8 +540,6 @@ igt_main
forked(fd, 20);
igt_subtest("pi")
prio_inversion(fd, 0);
- igt_subtest("pi-shared")
- prio_inversion(fd, SHARED);
igt_subtest("pi-isolated")
prio_inversion(fd, ISOLATED);
}
--
2.25.1
More information about the igt-dev
mailing list