summaryrefslogtreecommitdiff
path: root/src/amdgpu_pci_device_match_gen.h
diff options
context:
space:
mode:
authorFlora Cui <Flora.Cui@amd.com>2015-11-18 16:44:13 +0800
committerAlex Deucher <alexander.deucher@amd.com>2016-03-24 22:44:33 -0400
commite31a2d668a1b5ebaf75d423c8123cbc8e0dcbae9 (patch)
tree1b456d27e73379c8c3812da2170660b4d014c2d7 /src/amdgpu_pci_device_match_gen.h
parent6e09b8deb77f76b9bb7d393cc1ad924ebba62eff (diff)
add polaris10 pci id
Reviewed-by: Michel Dänzer <michel.daenzer@amd.com> Signed-off-by: Flora Cui <Flora.Cui@amd.com> Reviewed-by: Jammy Zhou <Jammy.Zhou@amd.com>
Diffstat (limited to 'src/amdgpu_pci_device_match_gen.h')
-rw-r--r--src/amdgpu_pci_device_match_gen.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/amdgpu_pci_device_match_gen.h b/src/amdgpu_pci_device_match_gen.h
index 5021d99..dd2c0cd 100644
--- a/src/amdgpu_pci_device_match_gen.h
+++ b/src/amdgpu_pci_device_match_gen.h
@@ -85,5 +85,7 @@ static const struct pci_id_match amdgpu_device_match[] = {
ATI_DEVICE_MATCH( PCI_CHIP_POLARIS11_67E9, 0 ),
ATI_DEVICE_MATCH( PCI_CHIP_POLARIS11_67EB, 0 ),
ATI_DEVICE_MATCH( PCI_CHIP_POLARIS11_67FF, 0 ),
+ ATI_DEVICE_MATCH( PCI_CHIP_POLARIS10_67C0, 0 ),
+ ATI_DEVICE_MATCH( PCI_CHIP_POLARIS10_67DF, 0 ),
{ 0, 0, 0 }
};