diff options
author | Alex Deucher <alexander.deucher@amd.com> | 2013-12-24 15:14:35 -0500 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2013-12-24 15:14:35 -0500 |
commit | 04ef035c9315b4a6fbf1b14720be87cee4099a9f (patch) | |
tree | 9426c8274284efc0b968127cb145b4c2dc5bcff2 /src/ati_pciids_gen.h | |
parent | bfbff3b246db509c820df17b8fcf5899882ffcfa (diff) |
drm/radeon: fix SUMO2 pci id
0x9649 is sumo2, not sumo.
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'src/ati_pciids_gen.h')
-rw-r--r-- | src/ati_pciids_gen.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ati_pciids_gen.h b/src/ati_pciids_gen.h index b34dfe68..eb57992c 100644 --- a/src/ati_pciids_gen.h +++ b/src/ati_pciids_gen.h @@ -460,7 +460,7 @@ #define PCI_CHIP_SUMO2_9645 0x9645 #define PCI_CHIP_SUMO_9647 0x9647 #define PCI_CHIP_SUMO_9648 0x9648 -#define PCI_CHIP_SUMO_9649 0x9649 +#define PCI_CHIP_SUMO2_9649 0x9649 #define PCI_CHIP_SUMO_964A 0x964A #define PCI_CHIP_SUMO_964B 0x964B #define PCI_CHIP_SUMO_964C 0x964C |