Turn off the VGA plane when we're setting our native modes.
This commit is contained in:
parent
ceb08d28f4
commit
2e5d85fb83
|
|
@ -432,6 +432,8 @@ i830PipeSetMode(ScrnInfoPtr pScrn, DisplayModePtr pMode, int pipe)
|
|||
adpa |= ADPA_PIPE_B_SELECT;
|
||||
}
|
||||
|
||||
OUTREG(VGACNTRL, VGA_DISP_DISABLE);
|
||||
|
||||
/* Set up display timings and PLLs for the pipe. */
|
||||
if (pipe == 0) {
|
||||
/* First, disable display planes */
|
||||
|
|
|
|||
Loading…
Reference in New Issue