Re: [Intel-gfx] [PATCH] drm/i915: Take request reference before arming the watchdog timer

2021-03-26 Thread Mika Kuoppala
Tvrtko Ursulin writes: > From: Tvrtko Ursulin > > Reference needs to be taken before arming the timer. Luckily, given the > default timer period of 20s, the potential to hit the race is extremely > unlikely. > > Signed-off-by: Tvrtko Ursulin > Fixes: 9b4d0598ee94 ("drm/i915: Request watchdog in

[PATCH] drm/i915: Take request reference before arming the watchdog timer

2021-03-26 Thread Tvrtko Ursulin
From: Tvrtko Ursulin Reference needs to be taken before arming the timer. Luckily, given the default timer period of 20s, the potential to hit the race is extremely unlikely. Signed-off-by: Tvrtko Ursulin Fixes: 9b4d0598ee94 ("drm/i915: Request watchdog infrastructure") Cc: Daniel Vetter --- T