addw1
Change-Id: Iae42a750dce4d93d1dea75eef6c47f08160f3fe1
This commit is contained in:
committed by
Jeremy Soller
parent
caf3ce984c
commit
84bb9befff
14
src/mainboard/system76/addw1/acpi/sleep.asl
Normal file
14
src/mainboard/system76/addw1/acpi/sleep.asl
Normal file
@@ -0,0 +1,14 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
|
||||
/* Method called from _PTS prior to enter sleep state */
|
||||
Method (MPTS, 1) {
|
||||
\_SB.PCI0.LPCB.EC0.PTS (Arg0)
|
||||
|
||||
// Turn DGPU on before sleeping
|
||||
\_SB.PCI0.PEGP.DEV0._ON()
|
||||
}
|
||||
|
||||
/* Method called from _WAK prior to wakeup */
|
||||
Method (MWAK, 1) {
|
||||
\_SB.PCI0.LPCB.EC0.WAK (Arg0)
|
||||
}
|
Reference in New Issue
Block a user