![]() |
NVAPI Reference Documentation
|
Release 396: April 5
|
#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] |
NV_GPU_PUBLIC_CLOCK_ID NV_GPU_PERF_PSTATES_INFO_V1::domainId |
ID of the clock domain.
NvU32 NV_GPU_PERF_PSTATES_INFO_V1::flags |
Reserved. Must be set to 0.
NvU32 NV_GPU_PERF_PSTATES_INFO_V1::freq |
Clock frequency in kHz.
NvU32 NV_GPU_PERF_PSTATES_INFO_V1::numClocks |
The number of clock domains supported by each P-State.
NvU32 NV_GPU_PERF_PSTATES_INFO_V1::numPstates |
The number of available p-states.
NV_GPU_PERF_PSTATE_ID NV_GPU_PERF_PSTATES_INFO_V1::pstateId |
ID of the p-state.
struct { ... } NV_GPU_PERF_PSTATES_INFO_V1::pstates[NVAPI_MAX_GPU_PERF_PSTATES] |
NvU32 NV_GPU_PERF_PSTATES_INFO_V1::version |