NVAPI Reference Documentation 545
Loading...
Searching...
No Matches
Public Attributes | List of all members
NV_GPU_PSTATE20_CLOCK_ENTRY_V1 Struct Reference

Used to describe single clock entry. More...

#include <nvapi.h>

Public Attributes

NV_GPU_PUBLIC_CLOCK_ID domainId
 ID of the clock domain.
 
NV_GPU_PERF_PSTATE20_CLOCK_TYPE_ID typeId
 Clock type ID.
 
NvU32 bIsEditable:1
 
NvU32 reserved:31
 These bits are reserved for future use (must be always 0)
 
NV_GPU_PERF_PSTATES20_PARAM_DELTA freqDelta_kHz
 Current frequency delta from nominal settings in (kHz)
 
union { 
 
   struct { 
 
      NvU32   freq_kHz 
 Clock frequency within given pstate in (kHz)
 
   }   single 
 
   struct { 
 
      NvU32   minFreq_kHz 
 Min clock frequency within given pstate in (kHz)
 
      NvU32   maxFreq_kHz 
 Max clock frequency within given pstate in (kHz)
 
      NV_GPU_PERF_VOLTAGE_INFO_DOMAIN_ID   domainId 
 Voltage domain ID and value range in (uV) required for this clock.
 
      NvU32   minVoltage_uV 
 
      NvU32   maxVoltage_uV 
 
   }   range 
 
data 
 Clock domain type dependant information.
 

Detailed Description

Used to describe single clock entry.


The documentation for this struct was generated from the following file: