diff options
author | Alex Deucher <alexdeucher@gmail.com> | 2012-11-21 18:42:56 -0500 |
---|---|---|
committer | Alex Deucher <alexdeucher@gmail.com> | 2012-11-21 18:42:56 -0500 |
commit | 60cd6ceaf44b506433aebf6b3a639a17604dfddd (patch) | |
tree | f6d372ca3216406a7be739a102ba7f6487e5bda6 /src/radeon_pci_device_match_gen.h | |
parent | 53af6aa99dfb67b5223c28d5129a79694165048d (diff) |
radeon: add new SI pci id
Signed-off-by: Alex Deucher <alexdeucher@gmail.com>
Diffstat (limited to 'src/radeon_pci_device_match_gen.h')
-rw-r--r-- | src/radeon_pci_device_match_gen.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/radeon_pci_device_match_gen.h b/src/radeon_pci_device_match_gen.h index cd961996..3c415dae 100644 --- a/src/radeon_pci_device_match_gen.h +++ b/src/radeon_pci_device_match_gen.h @@ -547,6 +547,7 @@ static const struct pci_id_match radeon_device_match[] = { ATI_DEVICE_MATCH( PCI_CHIP_TAHITI_6798, 0 ), ATI_DEVICE_MATCH( PCI_CHIP_TAHITI_6799, 0 ), ATI_DEVICE_MATCH( PCI_CHIP_TAHITI_679A, 0 ), + ATI_DEVICE_MATCH( PCI_CHIP_TAHITI_679B, 0 ), ATI_DEVICE_MATCH( PCI_CHIP_TAHITI_679E, 0 ), ATI_DEVICE_MATCH( PCI_CHIP_TAHITI_679F, 0 ), ATI_DEVICE_MATCH( PCI_CHIP_PITCAIRN_6800, 0 ), |