xf86-video-intel: src/i830_hdmi.c

Eric Anholt anholt at kemper.freedesktop.org
Tue Jul 15 10:27:28 PDT 2008


 src/i830_hdmi.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit a76ae7cab3001ce6639ae23fb0769c4e46b57e71
Author: lipeng <peng.li at linux.intel.com>
Date:   Tue Jul 15 10:26:33 2008 -0700

    Fix GPIO pin usage for DDC on second HDMI port.

diff --git a/src/i830_hdmi.c b/src/i830_hdmi.c
index 72d4c63..b738463 100644
--- a/src/i830_hdmi.c
+++ b/src/i830_hdmi.c
@@ -225,7 +225,7 @@ i830_hdmi_init(ScrnInfoPtr pScrn, int output_reg)
     if (output_reg == SDVOB)
 	I830I2CInit(pScrn, &intel_output->pDDCBus, GPIOE, "HDMIDDC_B");
     else
-	I830I2CInit(pScrn, &intel_output->pDDCBus, GPIOE, "HDMIDDC_C");
+	I830I2CInit(pScrn, &intel_output->pDDCBus, GPIOD, "HDMIDDC_C");
 
     xf86DrvMsg(pScrn->scrnIndex, X_INFO,
 	       "HDMI output %d detected\n",


More information about the xorg-commit mailing list