summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJanusz Krzysztofik <janusz.krzysztofik@linux.intel.com>2026-05-15 16:30:38 +0300
committerAndi Shyti <andi.shyti@linux.intel.com>2026-05-19 12:41:31 +0300
commite279173213a435309eaccb3dd916eccdf042c889 (patch)
tree74110f2108f40f169fa25b83677172c97a011733
parent8edf8b09fc44990977b3fbcb708035b1740d0b7e (diff)
downloadlinux-e279173213a435309eaccb3dd916eccdf042c889.tar.xz
drm/i915: Skip deprecated selftest
One of workaround test cases is now deprecated on modern platfroms, skip it. Closes: https://gitlab.freedesktop.org/drm/i915/kernel/-/work_items/12061 Signed-off-by: Janusz Krzysztofik <janusz.krzysztofik@linux.intel.com> Reviewed-by: Krzysztof Karas <krzysztof.karas@intel.com> Reviewed-by: Andi Shyti <andi.shyti@linux.intel.com> Signed-off-by: Andi Shyti <andi.shyti@linux.intel.com> Link: https://lore.kernel.org/r/20260515133052.1628281-2-janusz.krzysztofik@linux.intel.com
-rw-r--r--drivers/gpu/drm/i915/gt/selftest_workarounds.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/gpu/drm/i915/gt/selftest_workarounds.c b/drivers/gpu/drm/i915/gt/selftest_workarounds.c
index 81cdecd38346..4e4c420ae67f 100644
--- a/drivers/gpu/drm/i915/gt/selftest_workarounds.c
+++ b/drivers/gpu/drm/i915/gt/selftest_workarounds.c
@@ -1064,6 +1064,9 @@ static int live_isolated_whitelist(void *arg)
enum intel_engine_id id;
int i, err = 0;
+ if (IS_DG2(gt->i915) || IS_METEORLAKE(gt->i915))
+ return 0;
+
/*
* Check that a write into a whitelist register works, but
* invisible to a second context.