Re: [Intel-gfx] [PATCH 2/2] drm/i915: Always set fifo count to zero in gen6_reset

2014-03-05 Thread Daniel Vetter
On Wed, Mar 05, 2014 at 10:12:55AM -0800, Ben Widawsky wrote: > On Wed, Mar 05, 2014 at 06:08:19PM +0200, Mika Kuoppala wrote: > > There should not be a case where fifo count is other > > than zero after a successful reset. Always set > > count to zero, but be paranoid enough to warn. > > > > v2:

Re: [Intel-gfx] [PATCH 2/2] drm/i915: Always set fifo count to zero in gen6_reset

2014-03-05 Thread Ben Widawsky
On Wed, Mar 05, 2014 at 06:08:19PM +0200, Mika Kuoppala wrote: > There should not be a case where fifo count is other > than zero after a successful reset. Always set > count to zero, but be paranoid enough to warn. > > v2: rebased > > Suggested-by: Ben Widawsky > Signed-off-by: Mika Kuoppala >

[Intel-gfx] [PATCH 2/2] drm/i915: Always set fifo count to zero in gen6_reset

2014-03-05 Thread Mika Kuoppala
There should not be a case where fifo count is other than zero after a successful reset. Always set count to zero, but be paranoid enough to warn. v2: rebased Suggested-by: Ben Widawsky Signed-off-by: Mika Kuoppala --- drivers/gpu/drm/i915/intel_uncore.c |7 --- 1 file changed, 4 inser