|
@@ -131,7 +131,7 @@ static int programModeRegisters(struct mode_parameter *pModeParam,
|
|
|
DISPLAY_CTRL_HSYNC_PHASE |
|
|
|
DISPLAY_CTRL_TIMING | DISPLAY_CTRL_PLANE);
|
|
|
|
|
|
- poke32(CRT_DISPLAY_CTRL, tmp | reg);
|
|
|
+ poke32(CRT_DISPLAY_CTRL, tmp | reg);
|
|
|
}
|
|
|
|
|
|
} else if (pll->clockType == PRIMARY_PLL) {
|