git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2704cf5
)
drm/i915: Flush other plane register writes
author
Keith Packard
<keithp@keithp.com>
Thu, 28 Jul 2011 21:47:14 +0000
(14:47 -0700)
committer
Keith Packard
<keithp@keithp.com>
Thu, 28 Jul 2011 23:28:35 +0000
(16:28 -0700)
Writes to the plane control register are buffered in the chip until a
write to the DSPADDR (pre-965) or DSPSURF (post-965) register occurs.
This patch adds flushes in:
intel_enable_plane
gen6_init_clock_gating
ivybridge_init_clock_gating
Signed-off-by: Keith Packard <keithp@keithp.com>
No differences found