]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitbd348f3c5b5d371607de2ce414b222d449650c37
treebbed0451e99c316293ac88f0f006188ad8a341ec
parent966d0afdface0a1fe9aa1bf658a32b8ae029f09a
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