summaryrefslogtreecommitdiff
path: root/src/amdgpu_pci_device_match_gen.h
diff options
context:
space:
mode:
authorSamuel Li <samuel.li@amd.com>2015-10-22 12:50:21 -0400
committerAlex Deucher <alexander.deucher@amd.com>2015-10-23 11:04:59 -0400
commit3b0a3c89b53b3ebe21a9d703a4dbff6e57c65a57 (patch)
tree5fb7f41daf95da7c206a2736cdabf90405c92235 /src/amdgpu_pci_device_match_gen.h
parent9c8b7ebe15eec7abd5dc10ad6ccecbc57225494a (diff)
Add Stoney support
(agd): rebase Reviewed-by: Michel Dänzer <michel.daenzer@amd.com> Signed-off-by: Samuel Li <samuel.li@amd.com>
Diffstat (limited to 'src/amdgpu_pci_device_match_gen.h')
-rw-r--r--src/amdgpu_pci_device_match_gen.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/amdgpu_pci_device_match_gen.h b/src/amdgpu_pci_device_match_gen.h
index 4a198ac..1c00759 100644
--- a/src/amdgpu_pci_device_match_gen.h
+++ b/src/amdgpu_pci_device_match_gen.h
@@ -78,5 +78,6 @@ static const struct pci_id_match amdgpu_device_match[] = {
ATI_DEVICE_MATCH( PCI_CHIP_CARRIZO_9876, 0 ),
ATI_DEVICE_MATCH( PCI_CHIP_CARRIZO_9877, 0 ),
ATI_DEVICE_MATCH( PCI_CHIP_FIJI_7300, 0 ),
+ ATI_DEVICE_MATCH( PCI_CHIP_STONEY_98E4, 0 ),
{ 0, 0, 0 }
};