diff options
author | Michel Dänzer <michel.daenzer@amd.com> | 2012-05-16 18:49:18 +0200 |
---|---|---|
committer | Michel Dänzer <michel@daenzer.net> | 2012-05-16 18:49:44 +0200 |
commit | 481234f2909c0506962a2f42da862da6a9b13fd8 (patch) | |
tree | aab35b92870b668422e79066187fc365f807ffa5 /radeon/radeon_surface.c | |
parent | e07b650662ea0529d99741691c47856ef1034c9c (diff) |
radeon: Add Southern Islands PCI IDs.
Signed-off-by: Michel Dänzer <michel.daenzer@amd.com>
Diffstat (limited to 'radeon/radeon_surface.c')
-rw-r--r-- | radeon/radeon_surface.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/radeon/radeon_surface.c b/radeon/radeon_surface.c index 6303c47c..a7b488b6 100644 --- a/radeon/radeon_surface.c +++ b/radeon/radeon_surface.c @@ -69,6 +69,9 @@ enum radeon_family { CHIP_CAICOS, CHIP_CAYMAN, CHIP_ARUBA, + CHIP_TAHITI, + CHIP_PITCAIRN, + CHIP_VERDE, CHIP_LAST, }; |