summaryrefslogtreecommitdiff
path: root/src/i830_driver.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/i830_driver.c')
-rw-r--r--src/i830_driver.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/i830_driver.c b/src/i830_driver.c
index 344f4c0d..0ea20e4c 100644
--- a/src/i830_driver.c
+++ b/src/i830_driver.c
@@ -1349,6 +1349,7 @@ I830PreInit(ScrnInfoPtr pScrn, int flags)
case I830_OUTPUT_LVDS:
/* LVDS must live on pipe B for two-pipe devices */
pI830->output[i].pipe = pI830->num_pipes - 1;
+ pI830->output[i].enabled = TRUE;
break;
case I830_OUTPUT_ANALOG:
case I830_OUTPUT_DVO: