diff options
author | Eric Anholt <eric@anholt.net> | 2006-11-15 15:26:31 -0800 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2006-11-15 15:26:31 -0800 |
commit | 4889b9f33336c92f07aac86d75f50316db6ef81a (patch) | |
tree | 1419324bacb0a2cee911fe4b392407a3d7eaf210 | |
parent | 854ff826c0031a44e874239c0b0a3533f4d9e14b (diff) |
Enable the LVDS if we find it and assign it to a pipe (oops).
-rw-r--r-- | src/i830_driver.c | 1 |
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: |