summaryrefslogtreecommitdiff
path: root/src/amdgpu_pci_device_match_gen.h
diff options
context:
space:
mode:
authorAlex Deucher <alexander.deucher@amd.com>2015-07-07 22:46:34 -0400
committerAlex Deucher <alexander.deucher@amd.com>2015-08-07 12:04:44 -0400
commitc9611a2aa0f8d3bb55c552353740d60f6e4f63a0 (patch)
tree251c4d64ce12f6ba8346165b28e54ce8ccee1c1e /src/amdgpu_pci_device_match_gen.h
parent2622ac1554761b8824bfbbb2e3051a632ee38ce7 (diff)
add fiji pci id
Reviewed-by: Michel Dänzer <michel.daenzer@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@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 432059e..4a198ac 100644
--- a/src/amdgpu_pci_device_match_gen.h
+++ b/src/amdgpu_pci_device_match_gen.h
@@ -77,5 +77,6 @@ static const struct pci_id_match amdgpu_device_match[] = {
ATI_DEVICE_MATCH( PCI_CHIP_CARRIZO_9875, 0 ),
ATI_DEVICE_MATCH( PCI_CHIP_CARRIZO_9876, 0 ),
ATI_DEVICE_MATCH( PCI_CHIP_CARRIZO_9877, 0 ),
+ ATI_DEVICE_MATCH( PCI_CHIP_FIJI_7300, 0 ),
{ 0, 0, 0 }
};