radeon_hd: Cram in a bunch of new PCIID's
Change-Id: Ifbd82ef7bfc2c39b2aeb5c25be177421cd22d246 Reviewed-on: https://review.haiku-os.org/c/haiku/+/2920 Reviewed-by: Alex von Gluck IV <[email protected]> Reviewed-by: Adrien Destugues <[email protected]>
This commit is contained in:
committed by
Adrien Destugues
parent
c70ec71d0c
commit
3853f36288
@@ -111,9 +111,17 @@ enum radeon_chipset {
|
||||
RADEON_HAWAII, // DCE 8.5
|
||||
RADEON_TOPAZ, //Volcanic Islands, NO DCE
|
||||
RADEON_TONGA, // DCE 10.0
|
||||
RADEON_FIJI, // DCE 10.1?
|
||||
RADEON_CARRIZO, // DCE 11.0
|
||||
RADEON_POLARIS, //Artic Islands, DCE 12.0*
|
||||
RADEON_VEGA, // DCE 13.0*
|
||||
RADEON_STONEY, // DCE 11.1?
|
||||
RADEON_POLARIS11, //Artic Islands, DCE 12.1?
|
||||
RADEON_POLARIS10, // DCE 12.0?
|
||||
RADEON_POLARIS12, // DCE 12.2?
|
||||
RADEON_VEGAM, // DCE 13.0?
|
||||
RADEON_VEGA10, // DCE 13.0?
|
||||
RADEON_VEGA12, // DCE 13.0?
|
||||
RADEON_VEGA20, // DCE 13.0?
|
||||
RADEON_RAVEN, // DCE 13?
|
||||
};
|
||||
|
||||
// !! Must match chipset families above
|
||||
@@ -170,8 +178,17 @@ static const char radeon_chip_name[][MAX_NAME_LENGTH] = {
|
||||
"Hawaii",
|
||||
"Topaz",
|
||||
"Tonga",
|
||||
"Fiji",
|
||||
"Carrizo",
|
||||
"Polaris"
|
||||
"Stoney Ridge",
|
||||
"Polaris 11",
|
||||
"Polaris 10",
|
||||
"Polaris 12",
|
||||
"Vega Mobile",
|
||||
"Vega 10",
|
||||
"Vega 12",
|
||||
"Vega 20",
|
||||
"Raven",
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user