|
|
NvU32 | version |
| |
| NvU32 | flags |
| | Reserved for future use. Must be set to 0.
|
| |
|
NvU32 | numPstates |
| | The number of available p-states.
|
| |
|
NvU32 | numClocks |
| | The number of clock domains supported by each P-State.
|
| |
|
NvU32 | numVoltages |
| |
|
struct { | |
| |
|
NV_GPU_PERF_PSTATE_ID pstateId | |
| | ID of the p-state.
|
| |
| NvU32 NV_GPU_PERF_PSTATES_INFO_V2::flags | |
| |
|
struct { | |
| |
|
NV_GPU_PUBLIC_CLOCK_ID domainId | |
| |
| NvU32 NV_GPU_PERF_PSTATES_INFO_V2::flags | |
| |
|
NvU32 freq | |
| |
| } clocks [NVAPI_MAX_GPU_PERF_CLOCKS] | |
| |
|
struct { | |
| |
|
NV_GPU_PERF_VOLTAGE_INFO_DOMAIN_ID domainId | |
| | ID of the voltage domain, containing flags and mvolt info.
|
| |
|
NvU32 flags | |
| | Reserved for future use. Must be set to 0.
|
| |
|
NvU32 mvolt | |
| | Voltage in mV.
|
| |
| } voltages [NVAPI_MAX_GPU_PERF_VOLTAGES] | |
| |
| } | pstates [NVAPI_MAX_GPU_PERF_PSTATES] | |
| | Valid index range is 0 to numVoltages-1.
|
| |
The documentation for this struct was generated from the following file: