Fix galp5 integrated graphics mode

Change-Id: I3f46b0fd1e5c66ace2f0c45fa9e4bc580d907547
This commit is contained in:
Jeremy Soller
2020-12-14 14:59:13 -07:00
parent 776cb6366b
commit ebf03eb621

View File

@@ -1,17 +1,17 @@
/* SPDX-License-Identifier: GPL-2.0-only */
External (\_SB.PCI0.RP01.RTD3)
Device (\_SB.PCI0.RP01.DEV0) {
#define DGPU_RP \_SB.PCI0.RP01
External (DGPU_RP.RTD3)
Device (DGPU_RP.DEV0) {
Name(_ADR, 0x00000000)
Name (_PR0, Package() { \_SB.PCI0.RP01.RTD3 })
Name (_PR3, Package() { \_SB.PCI0.RP01.RTD3 })
Method (_PS0, 0) {
Debug = "GPU _PS0"
}
Method (_PS0, 0) {
Debug = "GPU _PS0"
}
Method (_PS3, 0) {
Debug = "GPU _PS3"
}
Method (_PS3, 0) {
Debug = "GPU _PS3"
}
}