Add RV350 AQ chip. (popolon at popolon dot org)

This commit is contained in:
Adam Jackson 2005-10-24 17:42:55 +00:00
parent 414b742c97
commit c92adf4682

View file

@ -203,6 +203,7 @@ static const struct dri_debug_control debug_control[] = {
#define PCI_CHIP_R300_AF 0x4146
#define PCI_CHIP_R300_AG 0x4147
#define PCI_CHIP_RV350_AP 0x4150
#define PCI_CHIP_RV350_AQ 0x4151
#define PCI_CHIP_RV350_AR 0x4152
#define PCI_CHIP_RV350_AS 0x4153
#define PCI_CHIP_RV350_NJ 0x4E4A
@ -387,6 +388,7 @@ static radeonScreenPtr radeonCreateScreen(__DRIscreenPrivate * sPriv)
case PCI_CHIP_R300_AF:
case PCI_CHIP_R300_AG:
case PCI_CHIP_RV350_AP:
case PCI_CHIP_RV350_AQ:
case PCI_CHIP_RV350_AR:
case PCI_CHIP_RV350_AS:
case PCI_CHIP_RV350_NJ: