mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 06:58:05 +02:00
r600c/g: Add pci id for FirePro 2270
Signed-off-by: Alex Deucher <alexdeucher@gmail.com>
This commit is contained in:
parent
8963295b1b
commit
a8032483ec
3 changed files with 3 additions and 0 deletions
|
|
@ -206,6 +206,7 @@ struct pci_id radeon_pci_id[] = {
|
|||
{0x1002, 0x68e8, CHIP_CEDAR},
|
||||
{0x1002, 0x68e9, CHIP_CEDAR},
|
||||
{0x1002, 0x68f1, CHIP_CEDAR},
|
||||
{0x1002, 0x68f2, CHIP_CEDAR},
|
||||
{0x1002, 0x68f8, CHIP_CEDAR},
|
||||
{0x1002, 0x68f9, CHIP_CEDAR},
|
||||
{0x1002, 0x68fe, CHIP_CEDAR},
|
||||
|
|
|
|||
|
|
@ -407,6 +407,7 @@
|
|||
#define PCI_CHIP_CEDAR_68E8 0x68E8
|
||||
#define PCI_CHIP_CEDAR_68E9 0x68E9
|
||||
#define PCI_CHIP_CEDAR_68F1 0x68F1
|
||||
#define PCI_CHIP_CEDAR_68F2 0x68F2
|
||||
#define PCI_CHIP_CEDAR_68F8 0x68F8
|
||||
#define PCI_CHIP_CEDAR_68F9 0x68F9
|
||||
#define PCI_CHIP_CEDAR_68FE 0x68FE
|
||||
|
|
|
|||
|
|
@ -1107,6 +1107,7 @@ static int radeon_set_screen_flags(radeonScreenPtr screen, int device_id)
|
|||
case PCI_CHIP_CEDAR_68E8:
|
||||
case PCI_CHIP_CEDAR_68E9:
|
||||
case PCI_CHIP_CEDAR_68F1:
|
||||
case PCI_CHIP_CEDAR_68F2:
|
||||
case PCI_CHIP_CEDAR_68F8:
|
||||
case PCI_CHIP_CEDAR_68F9:
|
||||
case PCI_CHIP_CEDAR_68FE:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue