Changes between Version 4 and Version 5 of WindowsIssues


Ignore:
Timestamp:
Apr 30, 2014, 9:19:33 PM (10 years ago)
Author:
romw
Comment:

Add GPU fan speed and load APIs

Legend:

Unmodified
Added
Removed
Modified
  • WindowsIssues

    v4 v5  
    5959License: Mozilla Public License 2.0 (MPL)
    6060http://openhardwaremonitor.org/
     61
     62GPU Fan Speed Detection:
     63Nvidia API: NvAPI_GPU_GetTachReading (http://docs.nvidia.com/gameworks/content/gameworkslibrary/coresdk/nvapi/group__gpucooler.html#ga607a5e91f85d720a6b68375490b8b9df)
     64AMD API: ADL_Overdrive5_FanSpeed_Get (Doc Unknown)
     65
     66GPU Load API:
     67Nvidia API:  NvAPI_GPU_GetCurrentPstate (http://docs.nvidia.com/gameworks/content/gameworkslibrary/coresdk/nvapi/group__gpupstate.html#gaaf46cf2f453aa2e34139337da865ab3b)
     68AMD API: ADL_Overdrive5_CurrentActivity_Get (Doc Unknown)