drm/i915: Remove the explicit flush of the GPU write domain
authorChris Wilson <chris@chris-wilson.co.uk>
Fri, 20 Jul 2012 11:41:05 +0000 (12:41 +0100)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Wed, 25 Jul 2012 16:23:54 +0000 (18:23 +0200)
commit26b9c4a57fc3ff0ae6032548870bebfa5cd0de3d
tree437a48ea129d8dfa7dcb992be48743ed75c8116b
parent86d5bc37824f169a03d03bcc47259e82136d6a34
drm/i915: Remove the explicit flush of the GPU write domain

Rely instead on the insertion of the implicit flush before the seqno
breadcrumb.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/i915_gem.c