Contribute
Register

DSDT fix

Status
Not open for further replies.
Joined
Aug 22, 2018
Messages
453
Motherboard
Gigabyte Z690 Aorus Master
CPU
i9-12900K
Graphics
RX 6800 XT
Mac
  1. MacBook Pro
Classic Mac
  1. iMac
Mobile Phone
  1. iOS
Hi all! I have the last warning to fix and I can't manage to do it:

Method (XTBT, 2, Serialized)
{
ADBG ("XTBT")
ADBG ("RP :")
ADBG (Arg0)
Store (Arg0, DTCP) /* \DTCP */
Store (Arg1, DTPT) /* \DTPT */
If (LEqual (Arg0, RPS0))
{
Store (One, Local0)
}
ElseIf (LEqual (Arg0, RPS1))
{
Store (0x02, Local0)
}
Else
{
Store (Zero, Local0)
Return (Zero)
}

If (TRDO)
{
ADBG ("Durng TBT_ON")
Return (Zero)
}

If (TRD3)
{
ADBG ("During TBT_OFF")
Return (Zero)
}
Thank you!
 

Attachments

  • DSDT.dsl
    1.9 MB · Views: 114
Hi all! I have the last warning to fix and I can't manage to do it:

Method (XTBT, 2, Serialized)
{
ADBG ("XTBT")
ADBG ("RP :")
ADBG (Arg0)
Store (Arg0, DTCP) /* \DTCP */
Store (Arg1, DTPT) /* \DTPT */
If (LEqual (Arg0, RPS0))
{
Store (One, Local0)
}
ElseIf (LEqual (Arg0, RPS1))
{
Store (0x02, Local0)
}
Else
{
Store (Zero, Local0)
Return (Zero)
}

If (TRDO)
{
ADBG ("Durng TBT_ON")
Return (Zero)
}

If (TRD3)
{
ADBG ("During TBT_OFF")
Return (Zero)
}
Thank you!
warnings do not need to be fixed
 
warnings do not need to be fixed

:)I know, man! Just for my "self esteem". It is the last warning of 87. Maybe you can help.
 
:)I know, man! Just for my "self esteem". It is the last warning of 87. Maybe you can help.
no point, not necessary, but good luck :)
 
Status
Not open for further replies.
Back
Top