From 2e5d85fb83def483ab1fd96877aae4a89a962b7f Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Mon, 3 Apr 2006 16:27:24 -0700 Subject: [PATCH] Turn off the VGA plane when we're setting our native modes. --- src/i830_display.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/i830_display.c b/src/i830_display.c index ebe0aa3b..6cc914d5 100644 --- a/src/i830_display.c +++ b/src/i830_display.c @@ -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 */