]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: Write to display base last.
authorChris Wilson <chris@chris-wilson.co.uk>
Sat, 7 Aug 2010 10:01:29 +0000 (11:01 +0100)
committerEric Anholt <eric@anholt.net>
Mon, 9 Aug 2010 18:24:34 +0000 (11:24 -0700)
commitaaf34777f27ffe67df6d8da7d1e7a584886dc9f1
tree89c998fd588361566b3a6ff60c1111dab165c7f9
parent6b744c5c5bb3b4ee640daf9ac41ef051cab55404
drm/i915: Write to display base last.

Writing to the DSPBASE register triggers the double-buffered update to
all the control registers, so always write it last in the update
sequence.

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