Re: [Intel-gfx] [PATCH] drm/i915: Don't WARN about ring idle bit on gen2

2014-05-28 Thread Daniel Vetter
On Wed, May 28, 2014 at 05:15:13PM +0100, Chris Wilson wrote: > On Wed, May 28, 2014 at 07:12:13PM +0300, ville.syrj...@linux.intel.com wrote: > > From: Ville Syrjälä > > > > Gen2 doesn't have the ring idle/stop bits in the SCPD/MI_MODE register, > > so don't go spewing warnings about the state o

Re: [Intel-gfx] [PATCH] drm/i915: Don't WARN about ring idle bit on gen2

2014-05-28 Thread Chris Wilson
On Wed, May 28, 2014 at 07:12:13PM +0300, ville.syrj...@linux.intel.com wrote: > From: Ville Syrjälä > > Gen2 doesn't have the ring idle/stop bits in the SCPD/MI_MODE register, > so don't go spewing warnings about the state of those bits. > > Signed-off-by: Ville Syrjälä My mistake, forgot abo

[Intel-gfx] [PATCH] drm/i915: Don't WARN about ring idle bit on gen2

2014-05-28 Thread ville . syrjala
From: Ville Syrjälä Gen2 doesn't have the ring idle/stop bits in the SCPD/MI_MODE register, so don't go spewing warnings about the state of those bits. Signed-off-by: Ville Syrjälä --- drivers/gpu/drm/i915/intel_ringbuffer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/d