Revert "drm/i915: Avoid using PIPE_CONTROL on Ironlake"
authorChris Wilson <chris@chris-wilson.co.uk>
Wed, 15 Dec 2010 09:56:50 +0000 (09:56 +0000)
committerChris Wilson <chris@chris-wilson.co.uk>
Wed, 15 Dec 2010 10:15:25 +0000 (10:15 +0000)
commitc6df541c00e53a4fdff7a130d4365f848075adcc
tree20c92d7402399e8060d73d23b9d2e81771d174b5
parent1b894b59247728b02d6363d458088cf438f5ec92
Revert "drm/i915: Avoid using PIPE_CONTROL on Ironlake"

Restore PIPE_CONTROL once again just for Ironlake, as it appears that
MI_USER_INTERRUPT does not have the same coherency guarantees, that is
on Ironlake the interrupt following a GPU write is not guaranteed to
arrive after the write is coherent from the CPU, as it does on the
other generations.

Reported-by: Zhenyu Wang <zhenyuw@linux.intel.com>
Reported-by: Shuang He <shuang.he@intel.com>
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=32402
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
drivers/gpu/drm/i915/i915_irq.c
drivers/gpu/drm/i915/intel_ringbuffer.c