drm/i915: Disable the BLT on pre-production SNB hardware
authorChris Wilson <chris@chris-wilson.co.uk>
Thu, 5 Jul 2012 22:49:40 +0000 (23:49 +0100)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Fri, 20 Jul 2012 10:21:37 +0000 (12:21 +0200)
commit67b1b57182972f3c89c1ff9a58951582cb6bcca7
treee7b2bffefa0cd2ecc45d19fb26f9fcdaa9e11471
parent0232e927f8b0b37f5c82648f9bc45e55fb245068
drm/i915: Disable the BLT on pre-production SNB hardware

It never quite worked despite the numerous workarounds, yet I still see
people trying to use this hardware and filing bug reports. As we no
longer even try to implement the workarounds, since 6a233c78878
(drm/i915/ringbuffer: kill snb blt workaround), simply disable the ring.

v2: Add a message to inform the user about the limited capabilities of
their pre-production hardware.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Reviewed-by: Eric Anholt <eric@anholt.net>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/i915_gem.c