mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 06:58:05 +02:00
r600c: add new pci ids
Signed-off-by: Alex Deucher <alexdeucher@gmail.com>
This commit is contained in:
parent
b8c6362389
commit
3371397b1a
2 changed files with 8 additions and 0 deletions
|
|
@ -427,7 +427,9 @@
|
|||
#define PCI_CHIP_JUNIPER_68B0 0x68B0
|
||||
#define PCI_CHIP_JUNIPER_68B8 0x68B8
|
||||
#define PCI_CHIP_JUNIPER_68B9 0x68B9
|
||||
#define PCI_CHIP_JUNIPER_68BA 0x68BA
|
||||
#define PCI_CHIP_JUNIPER_68BE 0x68BE
|
||||
#define PCI_CHIP_JUNIPER_68BF 0x68BF
|
||||
|
||||
#define PCI_CHIP_CYPRESS_6880 0x6880
|
||||
#define PCI_CHIP_CYPRESS_6888 0x6888
|
||||
|
|
@ -435,6 +437,7 @@
|
|||
#define PCI_CHIP_CYPRESS_688A 0x688A
|
||||
#define PCI_CHIP_CYPRESS_6898 0x6898
|
||||
#define PCI_CHIP_CYPRESS_6899 0x6899
|
||||
#define PCI_CHIP_CYPRESS_689B 0x689B
|
||||
#define PCI_CHIP_CYPRESS_689E 0x689E
|
||||
|
||||
#define PCI_CHIP_HEMLOCK_689C 0x689C
|
||||
|
|
@ -459,6 +462,7 @@
|
|||
#define PCI_CHIP_BARTS_6729 0x6729
|
||||
#define PCI_CHIP_BARTS_6738 0x6738
|
||||
#define PCI_CHIP_BARTS_6739 0x6739
|
||||
#define PCI_CHIP_BARTS_673E 0x673E
|
||||
|
||||
#define PCI_CHIP_TURKS_6740 0x6740
|
||||
#define PCI_CHIP_TURKS_6741 0x6741
|
||||
|
|
|
|||
|
|
@ -1133,7 +1133,9 @@ static int radeon_set_screen_flags(radeonScreenPtr screen, int device_id)
|
|||
case PCI_CHIP_JUNIPER_68B0:
|
||||
case PCI_CHIP_JUNIPER_68B8:
|
||||
case PCI_CHIP_JUNIPER_68B9:
|
||||
case PCI_CHIP_JUNIPER_68BA:
|
||||
case PCI_CHIP_JUNIPER_68BE:
|
||||
case PCI_CHIP_JUNIPER_68BF:
|
||||
screen->chip_family = CHIP_FAMILY_JUNIPER;
|
||||
screen->chip_flags = RADEON_CHIPSET_TCL;
|
||||
break;
|
||||
|
|
@ -1144,6 +1146,7 @@ static int radeon_set_screen_flags(radeonScreenPtr screen, int device_id)
|
|||
case PCI_CHIP_CYPRESS_688A:
|
||||
case PCI_CHIP_CYPRESS_6898:
|
||||
case PCI_CHIP_CYPRESS_6899:
|
||||
case PCI_CHIP_CYPRESS_689B:
|
||||
case PCI_CHIP_CYPRESS_689E:
|
||||
screen->chip_family = CHIP_FAMILY_CYPRESS;
|
||||
screen->chip_flags = RADEON_CHIPSET_TCL;
|
||||
|
|
@ -1177,6 +1180,7 @@ static int radeon_set_screen_flags(radeonScreenPtr screen, int device_id)
|
|||
case PCI_CHIP_BARTS_6729:
|
||||
case PCI_CHIP_BARTS_6738:
|
||||
case PCI_CHIP_BARTS_6739:
|
||||
case PCI_CHIP_BARTS_673E:
|
||||
screen->chip_family = CHIP_FAMILY_BARTS;
|
||||
screen->chip_flags = RADEON_CHIPSET_TCL;
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue