@@ -10,7 +10,8 @@ internal class VangoghGPU : IDisposable
10
10
public static readonly Device [ ] SupportedDevices =
11
11
{
12
12
// 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 } ) ,
14
15
15
16
// SteamDeck OLED
16
17
// BIOS 105
@@ -20,8 +21,8 @@ internal class VangoghGPU : IDisposable
20
21
21
22
// SteamDeck unofficial APU drivers
22
23
// 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 } ) ,
25
26
} ;
26
27
27
28
private static Device ? DetectedDevice ;
0 commit comments