Disable a bunch of Radeon HD devices that likely don't work.

This has been in the last few beta releases; we should just apply
it to master at this point.

Change-Id: I9dafc6a7fe72c1144fde8b07bafd59952d1310a3
Reviewed-on: https://review.haiku-os.org/c/haiku/+/8080
Reviewed-by: waddlesplash <[email protected]>
(cherry picked from commit 85443dda80d11520b4925765bafbeb9d5cd07f2e)
Reviewed-on: https://review.haiku-os.org/c/haiku/+/8064
This commit is contained in:
Augustin Cavalier
2024-08-20 15:05:07 +00:00
committed by waddlesplash
parent 4d8b0552d1
commit 9023c0bff8
@@ -503,6 +503,7 @@ const struct supported_device {
// WARN: DCE versions below here get sketchy
#if 0 /* disabled for R1/beta5 */
// Introduced: 2014
// Codename: Volcanic Islands
// Process: 28 nm
@@ -655,6 +656,7 @@ const struct supported_device {
{0x73e1, 13, 5, RADEON_NAVI, CHIP_STD, "Radeon RX Navi (Dimgrey)"},
{0x73e2, 13, 5, RADEON_NAVI, CHIP_STD, "Radeon RX Navi (Dimgrey)"},
{0x73ff, 13, 5, RADEON_NAVI, CHIP_STD, "Radeon RX Navi (Dimgrey)"},
#endif
};