Jump to content
Animesh Hazarika

Need to know what this means?

Recommended Posts

So I have a Acer Nitro 5 An515-42 ,The CPU  (Ryzen 5 2500U )would throttle down to base clock (2GHz) once it reached  75*c and boost back again once the temps dropped to around 65*c . So I dumped the DSDT.aml  file using Clover . In the DSDT file i found a line THTR 1, I changed it to TTHR 0 . now it no longer throttles but the inbuilt fan controlling software Nitro Sense is now reporting weird Temperatures . So I want to know what TTHR means ??  

and what this condition below  means?

            Method (ATHR, 1, NotSerialized)
            {
                If ((Arg0 == Zero))
                {
                    Return (0xFF)
                }
                ElseIf ((Arg0 == One))
                {
                    Return (\_PR.C000.PPCV) /* External reference */
                }
                ElseIf ((Arg0 == 0x02))
                {
                    Return (TTHR)
                }
                Else
                {
                    Return (0xFF)
                }
            }

DSDT.aml DSDT_Editor_26-03-2021_17_15_58.rar

Edited by Animesh Hazarika
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.





×
  • Create New...