xf86-video-intel: Branch 'modesetting' - src/i830_driver.c

Eric Anholt anholt at kemper.freedesktop.org
Thu Nov 16 01:27:31 EET 2006


 src/i830_driver.c |    1 +
 1 files changed, 1 insertion(+)

New commits:
diff-tree 4889b9f33336c92f07aac86d75f50316db6ef81a (from 854ff826c0031a44e874239c0b0a3533f4d9e14b)
Author: Eric Anholt <eric at anholt.net>
Date:   Wed Nov 15 15:26:31 2006 -0800

    Enable the LVDS if we find it and assign it to a pipe (oops).

diff --git a/src/i830_driver.c b/src/i830_driver.c
index 344f4c0..0ea20e4 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:



More information about the xorg-commit mailing list