summaryrefslogtreecommitdiff
path: root/src/radeon_driver.c
diff options
context:
space:
mode:
authorKevin E Martin <kem@kem.org>2004-08-25 00:30:41 +0000
committerKevin E Martin <kem@kem.org>2004-08-25 00:30:41 +0000
commit5f54d4f45e2adc6b15e98152db88743c243aa128 (patch)
tree71c585d724c22a54d1d1ae2b83227a94f9290bdd /src/radeon_driver.c
parentdde880e876f455f1fd66efbcc055e177886397c9 (diff)
Fix hangs during startup with Radeon driver (Bug #1007, Sjoerd Simons).
Fix i810 driver startup on Sony VAIO laptop (Bug #1084, Dave Airlie). Fix several library build problem (Bug #1147). Fix build problems (Bugs #1148 and #1149).
Diffstat (limited to 'src/radeon_driver.c')
-rw-r--r--src/radeon_driver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/radeon_driver.c b/src/radeon_driver.c
index f4103a2..cc90627 100644
--- a/src/radeon_driver.c
+++ b/src/radeon_driver.c
@@ -1364,8 +1364,8 @@ static Bool RADEONGetLVDSInfo (ScrnInfoPtr pScrn)
info->Flags = 0;
break;
}
- tmp_mode = tmp_mode->next;
}
+ tmp_mode = tmp_mode->next;
}
if ((info->DotClock == 0) && !pRADEONEnt->PortInfo[0].MonInfo) {
xf86DrvMsg(pScrn->scrnIndex, X_ERROR,