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:
426115c
)
drm/i915: Fix up cpt pixel multiplier enable sequence
author
Daniel Vetter
<daniel.vetter@ffwll.ch>
Wed, 5 Jun 2013 11:34:32 +0000
(13:34 +0200)
committer
Daniel Vetter
<daniel.vetter@ffwll.ch>
Fri, 12 Jul 2013 16:54:01 +0000
(18:54 +0200)
Bspec for the "DPLL HDMI multiplier" field says:
"Restriction : The DPLL must be enabled and stable before setting these bits.
These bits must be programmed after DPLL_SEL is programmed."
There is apparently no restriction on programming the DPLL_SEL
register wrt the DPLL. So let's just move that up before we enable the
pch dpll.
Reviewed-by: Imre Deak <imre.deak@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_display.c
patch
|
blob
|
history
diff --cc
drivers/gpu/drm/i915/intel_display.c
Simple merge