NVAPI Reference Documentation
NVIDIA
Release 361: January 27
2016

Data Fields
NV_GPU_PSTATE20_CLOCK_ENTRY_V1 Struct Reference

#include <nvapi.h>

Data Fields

NV_GPU_PUBLIC_CLOCK_ID domainId
NV_GPU_PERF_PSTATE20_CLOCK_TYPE_ID typeId
NvU32 bIsEditable:1
NvU32 reserved:31
NV_GPU_PERF_PSTATES20_PARAM_DELTA freqDelta_kHz
union {
   struct {
      NvU32   freq_kHz
   }   single
   struct {
      NvU32   minFreq_kHz
      NvU32   maxFreq_kHz
      NV_GPU_PERF_VOLTAGE_INFO_DOMAIN_ID   domainId
      NvU32   minVoltage_uV
      NvU32   maxVoltage_uV
   }   range
data

Detailed Description

Used to describe single clock entry.


Field Documentation

Clock domain type dependant information.

ID of the clock domain.

Voltage domain ID and value range in (uV) required for this clock.

Clock frequency within given pstate in (kHz)

Current frequency delta from nominal settings in (kHz)

Max clock frequency within given pstate in (kHz)

Min clock frequency within given pstate in (kHz)

These bits are reserved for future use (must be always 0)

Clock type ID.


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


Copyright (c) 2007-2015 NVIDIA Corporation. All rights reserved.

NVIDIA