mirror of
https://github.com/ayufan/steam-deck-tools.git
synced 2026-04-21 06:03:52 +00:00
PowerControl: Control CPU/GPU/TDP for SteamDeck OLED
This commit is contained in:
parent
5be2cceae4
commit
3af321e4ea
1 changed files with 4 additions and 2 deletions
|
|
@ -9,14 +9,16 @@ namespace PowerControl.Helpers.AMD
|
||||||
{
|
{
|
||||||
public static readonly Device[] SupportedDevices =
|
public static readonly Device[] SupportedDevices =
|
||||||
{
|
{
|
||||||
// SteamDeck
|
// SteamDeck LCD
|
||||||
new Device("AMD Custom GPU 0405", 0x80300000, 0x8037ffff, new uint[] { 0x43F3900, 0x43F3C05, 0x43F3E00 }),
|
new Device("AMD Custom GPU 0405", 0x80300000, 0x8037ffff, new uint[] { 0x43F3900, 0x43F3C05, 0x43F3E00 }),
|
||||||
|
|
||||||
|
// SteamDeck OLED
|
||||||
|
new Device("AMD Custom GPU 0932", 0x80600000, 0x8067ffff, new uint[] { 0x063F0E00 }),
|
||||||
|
|
||||||
// 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 }),
|
||||||
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 }),
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
private static Device? DetectedDevice;
|
private static Device? DetectedDevice;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue