Closed echokk11 closed 11 months ago
I have solved the problem, only add this aml SSDT-6650XT-SPOOF.aml
DefinitionBlock ("", "SSDT", 2, "DRTNIA", "AMDGPU", 0x00001000)
{
External (_SB_.PCI0, DeviceObj)
External (_SB_.PCI0.GPP8.SWUS.SWDS.VGA_, DeviceObj)
Scope (\_SB.PCI0.GPP8.SWUS.SWDS.VGA)
{
If (_OSI ("Darwin"))
{
Method (_DSM, 4, NotSerialized) // _DSM: Device-Specific Method
{
Local0 = Package (0x04)
{
"device-id",
Buffer (0x04)
{
0xFF, 0x73, 0x00, 0x00 // .s..
},
"model",
Buffer (0x15)
{
"AMD Radeon RX 6650XT"
}
}
DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))
Return (Local0)
}
}
}
Scope (\_SB.PCI0)
{
Method (DTGP, 5, NotSerialized)
{
If ((Arg0 == ToUUID ("a0b5b7c6-1318-441c-b0c9-fe695eaf949b") /* Unknown UUID */))
{
If ((Arg1 == One))
{
If ((Arg2 == Zero))
{
Arg4 = Buffer (One)
{
0x03 // .
}
Return (One)
}
If ((Arg2 == One))
{
Return (One)
}
}
}
Arg4 = Buffer (One)
{
0x00 // .
}
Return (Zero)
}
}
}
Can i take you one minute please? I got my 6650XT like this:
so I should replace the value
PCI0.GPP8.SWUS.SWDS
?It seams did not work well.