Re: [Intel-gfx] [PATCH] drm/i915/selftests: Skip hangcheck selftest on DG1

2021-10-20 Thread Thomas Hellström
On Mon, 2021-10-11 at 12:40 -0700, Matthew Brost wrote:
> The hangcheck selftest blows on DG1 CI and aborts the BAT run.
> Investigation is underway to root cause the failure but in the
> meantime
> disable to this test on DG1 to unblock CI.
> 
> Signed-off-by: Matthew Brost 

Reviewed-by: Thomas Hellström 




[Intel-gfx] [PATCH] drm/i915/selftests: Skip hangcheck selftest on DG1

2021-10-11 Thread Matthew Brost
The hangcheck selftest blows on DG1 CI and aborts the BAT run.
Investigation is underway to root cause the failure but in the meantime
disable to this test on DG1 to unblock CI.

Signed-off-by: Matthew Brost 
---
 drivers/gpu/drm/i915/gt/selftest_hangcheck.c | 8 
 1 file changed, 8 insertions(+)

diff --git a/drivers/gpu/drm/i915/gt/selftest_hangcheck.c 
b/drivers/gpu/drm/i915/gt/selftest_hangcheck.c
index 7e2d99dd012d..e2115afbd073 100644
--- a/drivers/gpu/drm/i915/gt/selftest_hangcheck.c
+++ b/drivers/gpu/drm/i915/gt/selftest_hangcheck.c
@@ -2018,6 +2018,14 @@ int intel_hangcheck_live_selftests(struct 
drm_i915_private *i915)
intel_wakeref_t wakeref;
int err;
 
+   /*
+* FIXME: This test is blowing up in CI on DG1 due to engine resets
+* sporadically timing out. Investigation to root cause this under way.
+* In the meantime skip this test to unblock CI.
+*/
+   if (IS_DG1(i915))
+   return 0;
+
if (!intel_has_gpu_reset(gt))
return 0;
 
-- 
2.32.0