Regulating GPU power
Posted: Tue Feb 22, 2011 7:33 pm
If I am not mistaken, there appears to be a few power states for the ATI graphics cards (or at least some of these graphics chips do). I was just wondering if anyone can verify that their GPUs are switching power modes depending on the system temperatures.
Here's a snippet of the MacBookPro1,1 GPU power states (listed under GPUThresholdDict:
Here's a snippet of the MacBookPro1,1 GPU power states (listed under GPUThresholdDict:
Code: Select all
<dict>
<key>MacBookPro1,1</key>
<string>TA1</string>
<key>TA1</key>
<array>
<dict>
<key>high-threshold</key>
<integer>22</integer>
<key>low-threshold</key>
<integer>0</integer>
</dict>
<dict>
<key>high-threshold</key>
<integer>30</integer>
<key>low-threshold</key>
<integer>23</integer>
</dict>
<dict>
<key>high-threshold</key>
<integer>90</integer>
<key>low-threshold</key>
<integer>31</integer>
</dict>
<dict>
<key>high-threshold</key>
<integer>100</integer>
<key>low-threshold</key>
<integer>91</integer>
</dict>
</array>
</dict>
</plist>