Sn_RAG
Hectopat
- Katılım
- 7 Haziran 2016
- Mesajlar
- 10
Daha fazla
- Cinsiyet
- Erkek
Find the device with address Name (_ADR, 0x00020000) and rename it IGPU and add this method right below the line. You may need to renames all references to this device in the DSDT to avoid compile errors.
Method (_DSM, 4, NotSerialized)
{
Store (Package (0x02)
{
"AAPL,ig-platform-id",
Buffer (0x04)
{
0x0B, 0x00, 0x66, 0x01
}
}, Local0)
DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))
Return (Local0)
}
{
Store (Package (0x02)
{
"AAPL,ig-platform-id",
Buffer (0x04)
{
0x0B, 0x00, 0x66, 0x01
}
}, Local0)
DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))
Return (Local0)
}
Bu dsdt kodunu nereye ekleyeceğim bilmiyorum. Dsdt içinde nereye eklemem gerekiyor tam olarak yardım edebilir misiniz?
Son düzenleyen: Moderatör: