radeon_hd: Add latest generation radeon_hd cards

* These aren't tested, but since we go off of DCE
  versions for a lot of stuff, they may work.
* AMD doens't include market names in their drivers
  anymore, so if we want to label them it will take
  additional work.
This commit is contained in:
Alexander von Gluck IV
2014-05-25 09:03:03 -05:00
parent 75dcf02ac8
commit e321d716e4
2 changed files with 114 additions and 32 deletions
@@ -104,6 +104,8 @@ enum radeon_chipset {
RADEON_KAVERI, //Sea Islands, DCE 8.1
RADEON_BONAIRE, // DCE 8.2
RADEON_KABINI, // DCE 8.3
RADEON_MULLINS, // DCE 8.3
RADEON_HAWAII, // ??
};
// !! Must match chipset families above
@@ -155,7 +157,9 @@ static const char radeon_chip_name[][MAX_NAME_LENGTH] = {
"Hainan",
"Kaveri",
"Bonaire",
"Kabini"
"Kabini",
"Mullins",
"Hawaii"
};