View | Details | Raw Unified | Return to bug 88623
Collapse All | Expand All

(-)files/patch-radeon_driver.c (-4 / +14 lines)
Lines 1-6 Link Here
1
--- programs/Xserver/hw/xfree86/drivers/ati/radeon_driver.c.orig	Thu Feb 17 13:15:22 2005
1
--- programs/Xserver/hw/xfree86/drivers/ati/radeon_driver.c.orig	Tue Nov  8 01:15:59 2005
2
+++ programs/Xserver/hw/xfree86/drivers/ati/radeon_driver.c	Thu Feb 17 13:21:09 2005
2
+++ programs/Xserver/hw/xfree86/drivers/ati/radeon_driver.c	Tue Nov  8 01:15:37 2005
3
@@ -2501,6 +2501,7 @@
3
@@ -938,6 +938,9 @@ static RADEONMonitorType RADEONDisplayDD
4
 	MonType = MT_NONE;
5
     }
6
 
7
+    OUTREG(info->DDCReg, INREG(info->DDCReg) &
8
+	   ~(RADEON_GPIO_EN_0 | RADEON_GPIO_EN_1));
9
+
10
     if (*MonInfo) {
11
 	if ((*MonInfo)->rawData[0x14] & 0x80) {
12
 	    /* Note some laptops have a DVI output that uses internal TMDS,
13
@@ -2284,6 +2287,7 @@ static Bool RADEONPreInitConfig(ScrnInfo
4
     case PCI_CHIP_RV370_5464:
14
     case PCI_CHIP_RV370_5464:
5
         info->IsMobility = TRUE;
15
         info->IsMobility = TRUE;
6
     case PCI_CHIP_RV370_5B60:
16
     case PCI_CHIP_RV370_5B60:
Lines 8-14 Link Here
8
     case PCI_CHIP_RV370_5B64:
18
     case PCI_CHIP_RV370_5B64:
9
     case PCI_CHIP_RV370_5B65:
19
     case PCI_CHIP_RV370_5B65:
10
         info->ChipFamily = CHIP_FAMILY_RV380;
20
         info->ChipFamily = CHIP_FAMILY_RV380;
11
@@ -7159,7 +7159,6 @@
21
@@ -7159,7 +7163,6 @@ void RADEONAdjustFrame(int scrnIndex, in
12
 	RADEONDoAdjustFrame(pScrn, x, y, FALSE);
22
 	RADEONDoAdjustFrame(pScrn, x, y, FALSE);
13
     }
23
     }
14
 
24
 

Return to bug 88623