]> asedeno.scripts.mit.edu Git - linux.git/commit
drm/i915: Don't WARN about ring idle bit on gen2
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Wed, 28 May 2014 16:12:13 +0000 (19:12 +0300)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Thu, 5 Jun 2014 06:52:41 +0000 (08:52 +0200)
commitde8f0a5016c8a0665ec2a55ed0187bad886c7dab
treee20471ec47eb937f8f1e0a230e5eab30f69fcedc
parentddeff6ee423178246a16875cae0bf033ce1e8455
drm/i915: Don't WARN about ring idle bit on gen2

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ä <ville.syrjala@linux.intel.com>
Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_ringbuffer.c