mirror of
https://github.com/X11Libre/xf86-video-amdgpu.git
synced 2026-03-24 01:24:31 +00:00
Add missing Kaveri PCI ID (1318)
Found by comparing src/pcidb/ati_pciids.csv with xf86-video-ati.
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
(Cherry picked from commit 7d050d15d4)
This commit is contained in:
committed by
Michel Dänzer
parent
772e43d3e8
commit
e80321016f
@@ -61,6 +61,7 @@ static AMDGPUCardInfo AMDGPUCards[] = {
|
||||
{ 0x1315, CHIP_FAMILY_KAVERI },
|
||||
{ 0x1316, CHIP_FAMILY_KAVERI },
|
||||
{ 0x1317, CHIP_FAMILY_KAVERI },
|
||||
{ 0x1318, CHIP_FAMILY_KAVERI },
|
||||
{ 0x131B, CHIP_FAMILY_KAVERI },
|
||||
{ 0x131C, CHIP_FAMILY_KAVERI },
|
||||
{ 0x131D, CHIP_FAMILY_KAVERI },
|
||||
|
||||
@@ -61,6 +61,7 @@ SymTabRec AMDGPUChipsets[] = {
|
||||
{ PCI_CHIP_KAVERI_1315, "KAVERI" },
|
||||
{ PCI_CHIP_KAVERI_1316, "KAVERI" },
|
||||
{ PCI_CHIP_KAVERI_1317, "KAVERI" },
|
||||
{ PCI_CHIP_KAVERI_1318, "KAVERI" },
|
||||
{ PCI_CHIP_KAVERI_131B, "KAVERI" },
|
||||
{ PCI_CHIP_KAVERI_131C, "KAVERI" },
|
||||
{ PCI_CHIP_KAVERI_131D, "KAVERI" },
|
||||
|
||||
@@ -61,6 +61,7 @@ static PciChipsets AMDGPUPciChipsets[] = {
|
||||
{ PCI_CHIP_KAVERI_1315, PCI_CHIP_KAVERI_1315, RES_SHARED_VGA },
|
||||
{ PCI_CHIP_KAVERI_1316, PCI_CHIP_KAVERI_1316, RES_SHARED_VGA },
|
||||
{ PCI_CHIP_KAVERI_1317, PCI_CHIP_KAVERI_1317, RES_SHARED_VGA },
|
||||
{ PCI_CHIP_KAVERI_1318, PCI_CHIP_KAVERI_1318, RES_SHARED_VGA },
|
||||
{ PCI_CHIP_KAVERI_131B, PCI_CHIP_KAVERI_131B, RES_SHARED_VGA },
|
||||
{ PCI_CHIP_KAVERI_131C, PCI_CHIP_KAVERI_131C, RES_SHARED_VGA },
|
||||
{ PCI_CHIP_KAVERI_131D, PCI_CHIP_KAVERI_131D, RES_SHARED_VGA },
|
||||
|
||||
@@ -61,6 +61,7 @@ static const struct pci_id_match amdgpu_device_match[] = {
|
||||
ATI_DEVICE_MATCH( PCI_CHIP_KAVERI_1315, 0 ),
|
||||
ATI_DEVICE_MATCH( PCI_CHIP_KAVERI_1316, 0 ),
|
||||
ATI_DEVICE_MATCH( PCI_CHIP_KAVERI_1317, 0 ),
|
||||
ATI_DEVICE_MATCH( PCI_CHIP_KAVERI_1318, 0 ),
|
||||
ATI_DEVICE_MATCH( PCI_CHIP_KAVERI_131B, 0 ),
|
||||
ATI_DEVICE_MATCH( PCI_CHIP_KAVERI_131C, 0 ),
|
||||
ATI_DEVICE_MATCH( PCI_CHIP_KAVERI_131D, 0 ),
|
||||
|
||||
@@ -59,6 +59,7 @@
|
||||
#define PCI_CHIP_KAVERI_1315 0x1315
|
||||
#define PCI_CHIP_KAVERI_1316 0x1316
|
||||
#define PCI_CHIP_KAVERI_1317 0x1317
|
||||
#define PCI_CHIP_KAVERI_1318 0x1318
|
||||
#define PCI_CHIP_KAVERI_131B 0x131B
|
||||
#define PCI_CHIP_KAVERI_131C 0x131C
|
||||
#define PCI_CHIP_KAVERI_131D 0x131D
|
||||
|
||||
@@ -60,6 +60,7 @@
|
||||
"0x1315","KAVERI_1315","KAVERI","KAVERI"
|
||||
"0x1316","KAVERI_1316","KAVERI","KAVERI"
|
||||
"0x1317","KAVERI_1317","KAVERI","KAVERI"
|
||||
"0x1318","KAVERI_1318","KAVERI","KAVERI"
|
||||
"0x131B","KAVERI_131B","KAVERI","KAVERI"
|
||||
"0x131C","KAVERI_131C","KAVERI","KAVERI"
|
||||
"0x131D","KAVERI_131D","KAVERI","KAVERI"
|
||||
|
||||
|
Reference in New Issue
Block a user