Turn off the VGA plane when we're setting our native modes.

This commit is contained in:
Eric Anholt 2006-04-03 16:27:24 -07:00 committed by Eric Anholt
parent ceb08d28f4
commit 2e5d85fb83
1 changed files with 2 additions and 0 deletions

View File

@ -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 */