![]() |
NVAPI Reference Documentation
|
Release 361: January 27
|
#include <nvapi.h>
Data Fields | |
| NvU32 | version |
| NvU32 | flags |
| NvU32 | numPstates |
| NvU32 | numClocks |
| struct { | |
| NV_GPU_PERF_PSTATE_ID pstateId | |
| NvU32 flags | |
| struct { | |
| NV_GPU_PUBLIC_CLOCK_ID domainId | |
| NvU32 flags | |
| NvU32 freq | |
| } clocks [NVAPI_MAX_GPU_PERF_CLOCKS] | |
| } | pstates [NVAPI_MAX_GPU_PERF_PSTATES] |
Used in NvAPI_GPU_GetPstatesInfoEx()
| struct { ... } NV_GPU_PERF_PSTATES_INFO_V1::clocks[NVAPI_MAX_GPU_PERF_CLOCKS] |
ID of the clock domain.
Reserved. Must be set to 0.
Clock frequency in kHz.
The number of clock domains supported by each P-State.
The number of available p-states.
ID of the p-state.
| struct { ... } NV_GPU_PERF_PSTATES_INFO_V1::pstates[NVAPI_MAX_GPU_PERF_PSTATES] |
