Add support for production version of ATI RN50/ES1000. (ATI Technologies

Inc.)
This commit is contained in:
Michel Dänzer 2005-03-18 23:05:07 +00:00
parent 6bd390743d
commit e7c7a0f353
1 changed files with 2 additions and 0 deletions

View File

@ -89,6 +89,7 @@ static const GLuint __driNConfigOptions = 13;
#define PCI_CHIP_RADEON_QY 0x5159
#define PCI_CHIP_RADEON_QZ 0x515A
#define PCI_CHIP_RN50_515E 0x515E
#define PCI_CHIP_RN50_5969 0x5969
#define PCI_CHIP_RADEON_LW 0x4C57 /* mobility 7 - has tcl */
@ -325,6 +326,7 @@ radeonScreenPtr radeonCreateScreen( __DRIscreenPrivate *sPriv )
screen->chipset |= RADEON_CHIPSET_TCL;
case PCI_CHIP_RADEON_QY:
case PCI_CHIP_RADEON_QZ:
case PCI_CHIP_RN50_515E:
case PCI_CHIP_RN50_5969:
case PCI_CHIP_RADEON_LY:
case PCI_CHIP_RADEON_LZ: