CVSROOT: /home/x-cvs
Module name: xc
Changes by: [EMAIL PROTECTED] 03/10/07 15:47:13
Log message:
478. Radeon driver fixes (Hui [EMAIL PROTECTED])
- 9200 DVI fix and TMDS_PLL initialization for all chips
- New chips support (9800XT/SE, 9600XT/SE, M11, T2/X2 etc.)
- Cleanup unused/secondary chip ids
- Autodetect PCI cards
- Add BusType to override PCI card autodetect
- Add display bandwidth calculation routine to fix flickering/tearing
display problem
- Workaround for corrupted BIOS image causing incorrect panel size
- Fix the LCD table reading loop
- Various small changes (including improving DDC reliability and
CRTC_MORE_CNTL initialization)
Modified files:
xc/programs/Xserver/hw/xfree86/:
CHANGELOG
xc/programs/Xserver/hw/xfree86/common/:
xf86PciInfo.h
xc/programs/Xserver/hw/xfree86/drivers/ati/:
atichip.c atichip.h atiprobe.c radeon.h radeon.man
radeon_driver.c radeon_probe.c radeon_reg.h
Revision Changes Path
3.2872 +14 -2 xc/programs/Xserver/hw/xfree86/CHANGELOG
1.154 +15 -13 xc/programs/Xserver/hw/xfree86/common/xf86PciInfo.h
1.37 +21 -10 xc/programs/Xserver/hw/xfree86/drivers/ati/atichip.c
1.25 +2 -1 xc/programs/Xserver/hw/xfree86/drivers/ati/atichip.h
1.60 +2 -1 xc/programs/Xserver/hw/xfree86/drivers/ati/atiprobe.c
1.42 +15 -18 xc/programs/Xserver/hw/xfree86/drivers/ati/radeon.h
1.4 +61 -10 xc/programs/Xserver/hw/xfree86/drivers/ati/radeon.man
1.108 +692 -151 xc/programs/Xserver/hw/xfree86/drivers/ati/radeon_driver.c
1.30 +57 -59 xc/programs/Xserver/hw/xfree86/drivers/ati/radeon_probe.c
1.30 +37 -4 xc/programs/Xserver/hw/xfree86/drivers/ati/radeon_reg.h
_______________________________________________
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit