Re: [Intel-gfx] [PATCH 1/2] drm/i915: Don't try to disable host RPS when this was never enabled.

2022-09-02 Thread Das, Nirmoy
LGTM the series is: Acked-by: Nirmoy Das On 9/2/2022 11:51 AM, Rodrigo Vivi wrote: Specially in GT reset case this could be triggered and try to disable things that had never been enabled. Let's add some protection here. Cc: Ashutosh Dixit Signed-off-by: Rodrigo Vivi Reviewed-by: Ashutosh D

[Intel-gfx] [PATCH 1/2] drm/i915: Don't try to disable host RPS when this was never enabled.

2022-09-02 Thread Rodrigo Vivi
Specially in GT reset case this could be triggered and try to disable things that had never been enabled. Let's add some protection here. Cc: Ashutosh Dixit Signed-off-by: Rodrigo Vivi Reviewed-by: Ashutosh Dixit --- drivers/gpu/drm/i915/gt/intel_rps.c | 3 +++ 1 file changed, 3 insertions(+)