]> git.karo-electronics.de Git - karo-tx-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>
Tue, 3 Jun 2014 14:35:57 +0000 (16:35 +0200)
commitaabb1cc00e9febd1be938ef6d2dcff636d618bb4
tree98b9ee0e70789b657020c24a16b2dfbea76dcf4c
parent3595a9d59f0a8c729fce83ecab4bf0339a65977c
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