mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 02:58:05 +02:00
r600c: add some new pci ids
Signed-off-by: Alex Deucher <alexdeucher@gmail.com>
This commit is contained in:
parent
c120d9d1cc
commit
27477248d3
2 changed files with 8 additions and 0 deletions
|
|
@ -426,7 +426,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
|
||||
|
|
@ -434,6 +436,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
|
||||
|
|
@ -458,6 +461,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
|
||||
|
|
|
|||
|
|
@ -1132,7 +1132,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;
|
||||
|
|
@ -1143,6 +1145,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;
|
||||
|
|
@ -1176,6 +1179,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