mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 07:28:11 +02:00
r300c/r300g: add 3155 rv380 pci id
This commit is contained in:
parent
7f8676c0b0
commit
f7c2d4fee3
3 changed files with 3 additions and 0 deletions
|
|
@ -108,6 +108,7 @@ void r300_parse_chipset(struct r300_capabilities* caps)
|
|||
case 0x3150:
|
||||
case 0x3152:
|
||||
case 0x3154:
|
||||
case 0x3155:
|
||||
case 0x3E50:
|
||||
case 0x3E54:
|
||||
caps->family = CHIP_FAMILY_RV380;
|
||||
|
|
|
|||
|
|
@ -12,6 +12,7 @@
|
|||
#define PCI_CHIP_RV380_3150 0x3150
|
||||
#define PCI_CHIP_RV380_3152 0x3152
|
||||
#define PCI_CHIP_RV380_3154 0x3154
|
||||
#define PCI_CHIP_RV380_3155 0x3155
|
||||
#define PCI_CHIP_RV380_3E50 0x3E50
|
||||
#define PCI_CHIP_RV380_3E54 0x3E54
|
||||
#define PCI_CHIP_RS100_4136 0x4136
|
||||
|
|
|
|||
|
|
@ -516,6 +516,7 @@ static int radeon_set_screen_flags(radeonScreenPtr screen, int device_id)
|
|||
case PCI_CHIP_RV380_3150:
|
||||
case PCI_CHIP_RV380_3152:
|
||||
case PCI_CHIP_RV380_3154:
|
||||
case PCI_CHIP_RV380_3155:
|
||||
case PCI_CHIP_RV380_3E50:
|
||||
case PCI_CHIP_RV380_3E54:
|
||||
screen->chip_family = CHIP_FAMILY_RV380;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue