mirror of
https://github.com/ayufan/steam-deck-tools.git
synced 2025-12-06 07:12:01 +01:00
Add SteamDeck LCD F7A0131 BIOS support
This commit is contained in:
parent
874cf6f974
commit
adffc31c49
|
|
@ -10,7 +10,8 @@ namespace PowerControl.Helpers.AMD
|
||||||
public static readonly Device[] SupportedDevices =
|
public static readonly Device[] SupportedDevices =
|
||||||
{
|
{
|
||||||
// SteamDeck LCD
|
// 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
|
// SteamDeck OLED
|
||||||
// BIOS 105
|
// BIOS 105
|
||||||
|
|
@ -20,8 +21,8 @@ namespace PowerControl.Helpers.AMD
|
||||||
|
|
||||||
// SteamDeck unofficial APU drivers
|
// SteamDeck unofficial APU drivers
|
||||||
// https://sourceforge.net/projects/amernimezone/files/Release%20Polaris-Vega-Navi/AMD%20SOC%20Driver%20Variant/
|
// 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 670M", 0x80300000, 0x8037ffff, new uint[] { 0x43F3900, 0x43F3C05, 0x43F3E00, 0x063F0F00 }),
|
||||||
new Device("AMD Radeon RX 670 Graphics", 0x80300000, 0x8037ffff, new uint[] { 0x43F3900, 0x43F3C05, 0x43F3E00 }),
|
new Device("AMD Radeon RX 670 Graphics", 0x80300000, 0x8037ffff, new uint[] { 0x43F3900, 0x43F3C05, 0x43F3E00, 0x063F0F00 }),
|
||||||
};
|
};
|
||||||
|
|
||||||
private static Device? DetectedDevice;
|
private static Device? DetectedDevice;
|
||||||
|
|
|
||||||
|
|
@ -6,6 +6,10 @@
|
||||||
|
|
||||||
## #{GIT_TAG_NAME}
|
## #{GIT_TAG_NAME}
|
||||||
|
|
||||||
|
- SteamDeck LCD: Support BIOS F7A0131
|
||||||
|
|
||||||
|
## 0.7.2
|
||||||
|
|
||||||
- PowerControl: Add Charge Limit (70%, 80%, 90%, 100%)
|
- PowerControl: Add Charge Limit (70%, 80%, 90%, 100%)
|
||||||
|
|
||||||
## 0.7.1
|
## 0.7.1
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue