drm/i915: If interrupted while setting object domains, still emit the flush.
authorEric Anholt <eric@anholt.net>
Sat, 15 Nov 2008 00:27:47 +0000 (16:27 -0800)
committerDave Airlie <airlied@redhat.com>
Thu, 4 Dec 2008 01:21:48 +0000 (11:21 +1000)
Otherwise, we would leave the objects in an inconsistent state, such as
write_domain == 0 but on the flushing list.

Signed-off-by: Dave Airlie <airlied@redhat.com>

No differences found