drm/i915: Move flushing list cleanup from flush request retire to request emit.
authorEric Anholt <eric@anholt.net>
Fri, 7 Nov 2008 00:00:31 +0000 (16:00 -0800)
committerDave Airlie <airlied@redhat.com>
Thu, 4 Dec 2008 01:21:45 +0000 (11:21 +1000)
obj_priv->write_domain is "write domain if the GPU went idle now", not
"write domain at this moment."  By postponing the clear, we confused the
concept, required more storage, and potentially emitted more flushes than
are required.

Signed-off-by: Eric Anholt <eric@anholt.net>
Signed-off-by: Dave Airlie <airlied@redhat.com>

No differences found