mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 00:58:05 +02:00
r600: add new rs880 pci id
This commit is contained in:
parent
72d380b363
commit
981e8a2087
2 changed files with 2 additions and 0 deletions
|
|
@ -340,6 +340,7 @@
|
|||
#define PCI_CHIP_RS880_9712 0x9712
|
||||
#define PCI_CHIP_RS880_9713 0x9713
|
||||
#define PCI_CHIP_RS880_9714 0x9714
|
||||
#define PCI_CHIP_RS880_9715 0x9715
|
||||
|
||||
#define PCI_CHIP_RV770_9440 0x9440
|
||||
#define PCI_CHIP_RV770_9441 0x9441
|
||||
|
|
|
|||
|
|
@ -828,6 +828,7 @@ static int radeon_set_screen_flags(radeonScreenPtr screen, int device_id)
|
|||
case PCI_CHIP_RS880_9712:
|
||||
case PCI_CHIP_RS880_9713:
|
||||
case PCI_CHIP_RS880_9714:
|
||||
case PCI_CHIP_RS880_9715:
|
||||
screen->chip_family = CHIP_FAMILY_RS880;
|
||||
screen->chip_flags = RADEON_CHIPSET_TCL;
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue