Add SteamDeck LCD F7A0131 BIOS support

This commit is contained in:
Kamil Trzcinski 2024-05-30 19:15:03 +02:00
parent 874cf6f974
commit adffc31c49
2 changed files with 8 additions and 3 deletions

View file

@ -10,7 +10,8 @@ namespace PowerControl.Helpers.AMD
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 @@ namespace PowerControl.Helpers.AMD
// 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;

View file

@ -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