radeon_hd: Added more Polaris10 GPUs and corrected the DCE value

* Updated the deviceName to include RX 570, 580 and 590
* Rectified the DCE values for Polaris and Vega according to https://docs.kernel.org/6.14/gpu/amdgpu/driver-misc.html

Change-Id: I2d7ee489279efc90bd1d4fd94db28443569285e0
Reviewed-on: https://review.haiku-os.org/c/haiku/+/9062
Reviewed-by: Adrien Destugues <[email protected]>
Tested-by: Commit checker robot <[email protected]>
This commit is contained in:
captain0xff
2025-04-22 12:51:42 +00:00
committed by Adrien Destugues
parent 65ed72e669
commit fcdf08d1f3
3 changed files with 72 additions and 71 deletions
@@ -115,14 +115,14 @@ enum radeon_chipset {
RADEON_FIJI, // DCE 10.1?
RADEON_CARRIZO, // DCE 11.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?
RADEON_POLARIS10, // DCE 11.2
RADEON_POLARIS11, //Artic Islands, DCE 11.2
RADEON_POLARIS12, // DCE 11.2
RADEON_VEGAM, // DCE 12
RADEON_VEGA10, // DCE 12
RADEON_VEGA12, // DCE 12?
RADEON_VEGA20, // DCE 12
RADEON_RAVEN, // DCE 12?
RADEON_NAVI, // DCE 13.0?
};