PowerControl: Support SMU of Vangogh GPU shipped with BIOS 115

This commit is contained in:
Kamil Trzcinski 2023-03-31 22:33:38 +02:00
parent e4c7c76825
commit a12d920e0d
3 changed files with 3 additions and 20 deletions

View file

@ -10,7 +10,7 @@ namespace PowerControl.Helpers.AMD
public static readonly Device[] SupportedDevices =
{
// SteamDeck
new Device("AMD Custom GPU 0405", 0x80300000, 0x8037ffff, new uint[] { 0x43F3900, 0x43F3C05 })
new Device("AMD Custom GPU 0405", 0x80300000, 0x8037ffff, new uint[] { 0x43F3900, 0x43F3C05, 0x43F3E00 })
};
private static Device? DetectedDevice;