drm/i915: Avoid using PIPE_CONTROL on Ironlake
authorChris Wilson <chris@chris-wilson.co.uk>
Sun, 5 Dec 2010 15:08:31 +0000 (15:08 +0000)
committerChris Wilson <chris@chris-wilson.co.uk>
Sun, 5 Dec 2010 23:18:14 +0000 (23:18 +0000)
commit88f23b8fa3e6357c423af24ec31c661fc12f884b
tree252545a58f2c64a7d299af992bd7203591350442
parent160b1543cdae83e9f8914ac7afc3d2bd686140af
drm/i915: Avoid using PIPE_CONTROL on Ironlake

The workaround is hideous and we are using the STORE_DWORD on all other
generations on all other rings, so use for the gen5 render ring as
well.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
drivers/gpu/drm/i915/i915_irq.c
drivers/gpu/drm/i915/intel_ringbuffer.c