commit | b670d8158283c35842ae1c650f75c375d8710607 | [log] [tgz] |
---|---|---|
author | Eric Anholt <eric@anholt.net> | Fri Nov 14 16:27:47 2008 -0800 |
committer | Dave Airlie <airlied@redhat.com> | Thu Dec 04 11:21:48 2008 +1000 |
tree | 5acd986f51f15b50f401826e5ff53345a86194a8 | |
parent | ce44b0ea3dc04236d852d78a06f850d1f7b03f3d [diff] |
drm/i915: If interrupted while setting object domains, still emit the flush. 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>