mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 02:58:05 +02:00
Add new RV380 pci id
bug 14289
This commit is contained in:
parent
8e444fb9e2
commit
80efe27560
2 changed files with 2 additions and 0 deletions
|
|
@ -127,6 +127,7 @@
|
|||
#define PCI_CHIP_RV370_5B63 0x5B63
|
||||
#define PCI_CHIP_RV370_5B64 0x5B64
|
||||
#define PCI_CHIP_RV370_5B65 0x5B65
|
||||
#define PCI_CHIP_RV370_5657 0x5657
|
||||
#define PCI_CHIP_RV280_5C61 0x5C61
|
||||
#define PCI_CHIP_RV280_5C63 0x5C63
|
||||
#define PCI_CHIP_R430_5D48 0x5D48
|
||||
|
|
|
|||
|
|
@ -605,6 +605,7 @@ radeonCreateScreen( __DRIscreenPrivate *sPriv )
|
|||
case PCI_CHIP_RV370_5B63:
|
||||
case PCI_CHIP_RV370_5B64:
|
||||
case PCI_CHIP_RV370_5B65:
|
||||
case PCI_CHIP_RV370_5657:
|
||||
case PCI_CHIP_RV380_3150:
|
||||
case PCI_CHIP_RV380_3152:
|
||||
case PCI_CHIP_RV380_3154:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue