radeon_hd: Add missing FirePro, Add vega, cleanup names.

* Vega is 100% untested.
* I think AMD is doing away with the DCE version numbers.
This commit is contained in:
Alexander von Gluck IV
2017-09-22 15:58:49 -05:00
parent 9d30b95ab3
commit 4bcba8a84f
2 changed files with 16 additions and 8 deletions
@@ -112,7 +112,8 @@ enum radeon_chipset {
RADEON_TOPAZ, //Volcanic Islands, NO DCE
RADEON_TONGA, // DCE 10.0
RADEON_CARRIZO, // DCE 11.0
RADEON_POLARIS //Artic Islands, DCE 12.0
RADEON_POLARIS, //Artic Islands, DCE 12.0*
RADEON_VEGA, // DCE 13.0*
};
// !! Must match chipset families above