mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 05:18:08 +02:00
Add RV350 AQ chip. (popolon at popolon dot org)
This commit is contained in:
parent
414b742c97
commit
c92adf4682
1 changed files with 2 additions and 0 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue