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

Just for the beta branch. Can be reactivated when fixed.
Ticket #18023.
This commit is contained in:
Augustin Cavalier 2022-11-11 16:13:23 -05:00
parent efe2fd6cbb
commit 62cddcab6e

View File

@ -503,6 +503,7 @@ const struct supported_device {
// WARN: DCE versions below here get sketchy
#if 0 /* disabled for R1/beta4 */
// 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
};