From: John Harrison <john.c.harri...@intel.com>

The gem_exec_fair test is specifically testing scheduler algorithm
performance. However, GuC does not implement the same algorithm as
execlist mode and this test is not applicable. So, until sw arch
approves a new algorithm and it is implemented in GuC, stop running
the test.

Signed-off-by: John Harrison <john.c.harri...@intel.com>
---
 tests/i915/gem_exec_fair.c | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/tests/i915/gem_exec_fair.c b/tests/i915/gem_exec_fair.c
index ef5a450f6..ca9c73c6e 100644
--- a/tests/i915/gem_exec_fair.c
+++ b/tests/i915/gem_exec_fair.c
@@ -1314,6 +1314,12 @@ igt_main
                igt_require(gem_scheduler_enabled(i915));
                igt_require(gem_scheduler_has_ctx_priority(i915));
 
+               /*
+                * These tests are for a specific scheduling model which is
+                * not currently implemented by GuC. So skip on GuC platforms.
+                */
+               igt_require(intel_gen(intel_get_drm_devid(i915)) < 12);
+
                cfg = intel_ctx_cfg_all_physical(i915);
 
                igt_info("CS timestamp frequency: %d\n",
-- 
2.25.1

Reply via email to