]> bbs.cooldavid.org Git - net-next-2.6.git/commit
drm/i915: Avoid nesting of domain changes when setting display plane
authorChris Wilson <chris@chris-wilson.co.uk>
Thu, 27 May 2010 12:18:14 +0000 (13:18 +0100)
committerEric Anholt <eric@anholt.net>
Fri, 28 May 2010 17:42:04 +0000 (10:42 -0700)
commitb118c1e363befe3d74469f4a014ce6353097f08a
treeab63bf84d3f8cbdc15ab0bd271143c5f5d4e9bf4
parent468f0b44ce4b002ca7d9260f802a341854752c02
drm/i915: Avoid nesting of domain changes when setting display plane

Nesting domain changes will cause confusion when trying to interpret the
tracepoints describing the sequence of changes for the object, as well
as obscuring the order of operations for the reader of the code.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: Eric Anholt <eric@anholt.net>
drivers/gpu/drm/i915/i915_gem.c