summaryrefslogtreecommitdiff
path: root/src/amdgpu_pci_chipset_gen.h
diff options
context:
space:
mode:
authorAlex Deucher <alexander.deucher@amd.com>2015-05-12 13:25:02 -0400
committerAlex Deucher <alexander.deucher@amd.com>2015-05-13 09:17:45 -0400
commite71be4a22799ec4c02051b75c5fed16a3a953c7b (patch)
treefc528f6b67113829f63c02d6cf9f902a959fa9df /src/amdgpu_pci_chipset_gen.h
parentb795d1e137b34a314b4b41d025d96ca9251d6bbe (diff)
add new bonaire pci id
Reviewed-by: Jammy Zhou <Jammy.Zhou@amd.com> Reviewed-by: Michel Dänzer <michel.daenzer@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'src/amdgpu_pci_chipset_gen.h')
-rw-r--r--src/amdgpu_pci_chipset_gen.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/amdgpu_pci_chipset_gen.h b/src/amdgpu_pci_chipset_gen.h
index 257a121..3aa74e7 100644
--- a/src/amdgpu_pci_chipset_gen.h
+++ b/src/amdgpu_pci_chipset_gen.h
@@ -8,6 +8,7 @@ static PciChipsets AMDGPUPciChipsets[] = {
{ PCI_CHIP_BONAIRE_6658, PCI_CHIP_BONAIRE_6658, RES_SHARED_VGA },
{ PCI_CHIP_BONAIRE_665C, PCI_CHIP_BONAIRE_665C, RES_SHARED_VGA },
{ PCI_CHIP_BONAIRE_665D, PCI_CHIP_BONAIRE_665D, RES_SHARED_VGA },
+ { PCI_CHIP_BONAIRE_665F, PCI_CHIP_BONAIRE_665F, RES_SHARED_VGA },
{ PCI_CHIP_KABINI_9830, PCI_CHIP_KABINI_9830, RES_SHARED_VGA },
{ PCI_CHIP_KABINI_9831, PCI_CHIP_KABINI_9831, RES_SHARED_VGA },
{ PCI_CHIP_KABINI_9832, PCI_CHIP_KABINI_9832, RES_SHARED_VGA },