Skip to content

Commit adffc31

Browse files
committed
Add SteamDeck LCD F7A0131 BIOS support
1 parent 874cf6f commit adffc31

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

PowerControl/Helpers/AMD/VangoghGPU.cs

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ internal class VangoghGPU : IDisposable
1010
public static readonly Device[] SupportedDevices =
1111
{
1212
// SteamDeck LCD
13-
new Device("AMD Custom GPU 0405", 0x80300000, 0x8037ffff, new uint[] { 0x43F3900, 0x43F3C05, 0x43F3E00 }),
13+
// F7A0131 = 0x063F0F00
14+
new Device("AMD Custom GPU 0405", 0x80300000, 0x8037ffff, new uint[] { 0x43F3900, 0x43F3C05, 0x43F3E00, 0x063F0F00 }),
1415

1516
// SteamDeck OLED
1617
// BIOS 105
@@ -20,8 +21,8 @@ internal class VangoghGPU : IDisposable
2021

2122
// SteamDeck unofficial APU drivers
2223
// https://sourceforge.net/projects/amernimezone/files/Release%20Polaris-Vega-Navi/AMD%20SOC%20Driver%20Variant/
23-
new Device("AMD Radeon 670M", 0x80300000, 0x8037ffff, new uint[] { 0x43F3900, 0x43F3C05, 0x43F3E00 }),
24-
new Device("AMD Radeon RX 670 Graphics", 0x80300000, 0x8037ffff, new uint[] { 0x43F3900, 0x43F3C05, 0x43F3E00 }),
24+
new Device("AMD Radeon 670M", 0x80300000, 0x8037ffff, new uint[] { 0x43F3900, 0x43F3C05, 0x43F3E00, 0x063F0F00 }),
25+
new Device("AMD Radeon RX 670 Graphics", 0x80300000, 0x8037ffff, new uint[] { 0x43F3900, 0x43F3C05, 0x43F3E00, 0x063F0F00 }),
2526
};
2627

2728
private static Device? DetectedDevice;

RELEASE.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66

77
## #{GIT_TAG_NAME}
88

9+
- SteamDeck LCD: Support BIOS F7A0131
10+
11+
## 0.7.2
12+
913
- PowerControl: Add Charge Limit (70%, 80%, 90%, 100%)
1014

1115
## 0.7.1

0 commit comments

Comments
 (0)