Re: [Intel-gfx] [PATCH 2/2] drm/i915: Get rid of acthd based guilty batch search

2014-02-04 Thread Daniel Vetter
On Thu, Jan 30, 2014 at 07:04:44PM +0200, Mika Kuoppala wrote: > As we seek the guilty batch using request and hangcheck > score, this code is not needed anymore. > > v2: Rebase. Passing dev_priv instead of getting it from last_ring > > Signed-off-by: Mika Kuoppala > Reviewed-by: Ben Widawsky (

[Intel-gfx] [PATCH 2/2] drm/i915: Get rid of acthd based guilty batch search

2014-01-30 Thread Mika Kuoppala
As we seek the guilty batch using request and hangcheck score, this code is not needed anymore. v2: Rebase. Passing dev_priv instead of getting it from last_ring Signed-off-by: Mika Kuoppala Reviewed-by: Ben Widawsky (v1) --- drivers/gpu/drm/i915/i915_gem.c | 97 +++--