drm/i915: overlay: drop superflous gpu flushes
authorDaniel Vetter <daniel.vetter@ffwll.ch>
Thu, 11 Feb 2010 13:14:43 +0000 (14:14 +0100)
committerEric Anholt <eric@anholt.net>
Mon, 22 Feb 2010 16:54:40 +0000 (11:54 -0500)
commit4f8a567c4666c73284832240db89fdadb2c50bd5
treebbed0451e99c316293ac88f0f006188ad8a341ec
parent4667a4a52ffc3789c45f46096cdffb053591a8e1
drm/i915: overlay: drop superflous gpu flushes

Cache-coherency is maintained by gem. Drop these leftover MI_FLUSH
commands from the userspace code.

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