mirror of
https://github.com/rd-stuffs/msm-4.14.git
synced 2025-02-20 11:45:48 +08:00
intelfb: Fix bug in DPLL disable
Reported in Kernel Bugzilla 9006 Fix an obvious bug in DPLL disable. Signed-off-by: Antonino Daplas <adaplas@gmail.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
389a3c0249
commit
8c8bd037e5
@ -1352,7 +1352,7 @@ intelfbhw_program_mode(struct intelfb_info *dinfo,
|
|||||||
|
|
||||||
/* turn off PLL */
|
/* turn off PLL */
|
||||||
tmp = INREG(dpll_reg);
|
tmp = INREG(dpll_reg);
|
||||||
dpll_reg &= ~DPLL_VCO_ENABLE;
|
tmp &= ~DPLL_VCO_ENABLE;
|
||||||
OUTREG(dpll_reg, tmp);
|
OUTREG(dpll_reg, tmp);
|
||||||
|
|
||||||
/* Set PLL parameters */
|
/* Set PLL parameters */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user