NVIDIA DRIVE OS Linux SDK API Reference

6.0.9 Release
NvRmGpuClockDomainInfoRec Struct Reference

Detailed Description

Clock domain info.

See also
NvRmGpuClockGetDomains()

Definition at line 1015 of file nvrm_gpu.h.

Collaboration diagram for NvRmGpuClockDomainInfoRec:

Data Fields

NvRmGpuClockDomain domain
 Clock domain. More...
 
NvRmGpuClockRange range
 Frequency range of the clock domain. More...
 
size_t maxVfPoints
 Maximum number of voltage/frequency points returned by NvRmGpuClockGetPoints() More...
 

Field Documentation

◆ domain

NvRmGpuClockDomain NvRmGpuClockDomainInfoRec::domain

Clock domain.

Definition at line 1018 of file nvrm_gpu.h.

◆ maxVfPoints

size_t NvRmGpuClockDomainInfoRec::maxVfPoints

Maximum number of voltage/frequency points returned by NvRmGpuClockGetPoints()

Definition at line 1025 of file nvrm_gpu.h.

◆ range

NvRmGpuClockRange NvRmGpuClockDomainInfoRec::range

Frequency range of the clock domain.

Definition at line 1021 of file nvrm_gpu.h.


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