]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitce59254916c13b3316b530807f1e21b0808f3135
tree252545a58f2c64a7d299af992bd7203591350442
parent923c11580181c45fe4b33bf171061d3ab057e1e6
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