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
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.