Re: [Intel-gfx] [PATCH 1/2] drm/i915: Expose retry count to per gen reset logic

2018-08-13 Thread Mika Kuoppala
Chris Wilson writes: > Quoting Mika Kuoppala (2018-08-10 15:00:35) >> There is a possibility for per gen reset logic to >> be more nasty if the softer approach on resetting does >> not bear fruit. >> >> Expose retry count to per gen reset logic if it >> wants to take such tough measures. >> >>

Re: [Intel-gfx] [PATCH 1/2] drm/i915: Expose retry count to per gen reset logic

2018-08-10 Thread Chris Wilson
Quoting Mika Kuoppala (2018-08-10 15:00:35) > There is a possibility for per gen reset logic to > be more nasty if the softer approach on resetting does > not bear fruit. > > Expose retry count to per gen reset logic if it > wants to take such tough measures. > > Cc: Chris Wilson >

[Intel-gfx] [PATCH 1/2] drm/i915: Expose retry count to per gen reset logic

2018-08-10 Thread Mika Kuoppala
There is a possibility for per gen reset logic to be more nasty if the softer approach on resetting does not bear fruit. Expose retry count to per gen reset logic if it wants to take such tough measures. Cc: Chris Wilson Signed-off-by: Mika Kuoppala --- drivers/gpu/drm/i915/intel_uncore.c |