diff --git a/PowerControl/Helpers/AMD/VangoghGPU.cs b/PowerControl/Helpers/AMD/VangoghGPU.cs index fe024eb..e6909fb 100644 --- a/PowerControl/Helpers/AMD/VangoghGPU.cs +++ b/PowerControl/Helpers/AMD/VangoghGPU.cs @@ -10,7 +10,8 @@ internal class VangoghGPU : IDisposable public static readonly Device[] SupportedDevices = { // SteamDeck LCD - new Device("AMD Custom GPU 0405", 0x80300000, 0x8037ffff, new uint[] { 0x43F3900, 0x43F3C05, 0x43F3E00 }), + // F7A0131 = 0x063F0F00 + new Device("AMD Custom GPU 0405", 0x80300000, 0x8037ffff, new uint[] { 0x43F3900, 0x43F3C05, 0x43F3E00, 0x063F0F00 }), // SteamDeck OLED // BIOS 105 @@ -20,8 +21,8 @@ internal class VangoghGPU : IDisposable // SteamDeck unofficial APU drivers // https://sourceforge.net/projects/amernimezone/files/Release%20Polaris-Vega-Navi/AMD%20SOC%20Driver%20Variant/ - new Device("AMD Radeon 670M", 0x80300000, 0x8037ffff, new uint[] { 0x43F3900, 0x43F3C05, 0x43F3E00 }), - new Device("AMD Radeon RX 670 Graphics", 0x80300000, 0x8037ffff, new uint[] { 0x43F3900, 0x43F3C05, 0x43F3E00 }), + new Device("AMD Radeon 670M", 0x80300000, 0x8037ffff, new uint[] { 0x43F3900, 0x43F3C05, 0x43F3E00, 0x063F0F00 }), + new Device("AMD Radeon RX 670 Graphics", 0x80300000, 0x8037ffff, new uint[] { 0x43F3900, 0x43F3C05, 0x43F3E00, 0x063F0F00 }), }; private static Device? DetectedDevice; diff --git a/RELEASE.md b/RELEASE.md index 098b2e9..069b627 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -6,6 +6,10 @@ ## #{GIT_TAG_NAME} +- SteamDeck LCD: Support BIOS F7A0131 + +## 0.7.2 + - PowerControl: Add Charge Limit (70%, 80%, 90%, 100%) ## 0.7.1