]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitb6522138a49161d9520b5eb8d4729289510df4a3
tree5acd986f51f15b50f401826e5ff53345a86194a8
parent2219967fd71cc1c58a05bc4b227e0c5bb0a9beb0
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>
drivers/gpu/drm/i915/i915_gem.c