Method (_PS0, 0, NotSerialized)
{
Store (Zero, \_SB.PCI0.GFX0._PSC)
If (LNotEqual (\_SB.PCI0.GFX0.DGPS, 0x00))
{
\_SB.PCI0.PEG0.GFX0.DON ()
\SGPL (0x23, 0x01, 0x01)
Store (Zero, \_SB.PCI0.GFX0.DGPS)
}
}
Method (_PS3, 0, NotSerialized)
{
If (LEqual (\_SB.PCI0.GFX0.P3MO, 0x01))
{
\_SB.PCI0.PEG0.GFX0.DOFF ()
\SGPL (0x23, 0x01, 0x00)
Store (0x03, \_SB.PCI0.GFX0._PSC)
Store (0x01, \_SB.PCI0.GFX0.DGPS)
}
Store (0x00, \_SB.PCI0.GFX0.P3MO)
}