radeon_hd: yolo add navi chipsets

* PCI ID's from Linux
* There are a bunch of NAVI quirks around 3d rendering pipelines
  but not many around modesetting (which is the only thing we care
  about)

Change-Id: If63e31fe1d37d9d95f2a71c222a4cda7a2914a5e
Reviewed-on: https://review.haiku-os.org/c/haiku/+/4467
Tested-by: Commit checker robot <[email protected]>
Reviewed-by: Alex von Gluck IV <[email protected]>
This commit is contained in:
Alexander von Gluck IV
2021-10-05 21:13:46 +00:00
committed by Alex von Gluck IV
parent 0b057a903f
commit b9b2a1dcd2
2 changed files with 45 additions and 0 deletions
@@ -122,6 +122,7 @@ enum radeon_chipset {
RADEON_VEGA12, // DCE 13.0?
RADEON_VEGA20, // DCE 13.0?
RADEON_RAVEN, // DCE 13?
RADEON_NAVI, // DCE 13.0?
};
// !! Must match chipset families above
@@ -189,6 +190,7 @@ static const char radeon_chip_name[][MAX_NAME_LENGTH] = {
"Vega 12",
"Vega 20",
"Raven",
"Navi",
};