mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 15:38:09 +02:00
Add pci id for FirePro 2270
Signed-off-by: Kostas Georgiou <georgiou@opengamma.com>
This commit is contained in:
parent
2c3232da7a
commit
8c3226be90
4 changed files with 4 additions and 0 deletions
|
|
@ -488,6 +488,7 @@ const int r600_chip_ids[] = {
|
|||
0x68E8, /* PCI_CHIP_CEDAR_68E8 */
|
||||
0x68E9, /* PCI_CHIP_CEDAR_68E9 */
|
||||
0x68F1, /* PCI_CHIP_CEDAR_68F1 */
|
||||
0x68F2, /* PCI_CHIP_CEDAR_68F2 */
|
||||
0x68F8, /* PCI_CHIP_CEDAR_68F8 */
|
||||
0x68F9, /* PCI_CHIP_CEDAR_68F9 */
|
||||
0x68FE, /* PCI_CHIP_CEDAR_68FE */
|
||||
|
|
|
|||
|
|
@ -206,6 +206,7 @@ static const 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},
|
||||
|
|
|
|||
|
|
@ -406,6 +406,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
|
||||
|
|
|
|||
|
|
@ -1106,6 +1106,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