NVIDIA DRIVE OS Linux SDK API Reference

5.2.0 Release
For Test and Development only
NvRmGpuClockDomainInfoRec Struct Reference

Detailed Description

Clock domain info.

See also
NvRmGpuClockGetDomains()

Definition at line 712 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 715 of file nvrm_gpu.h.

◆ maxVfPoints

size_t NvRmGpuClockDomainInfoRec::maxVfPoints

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

Definition at line 722 of file nvrm_gpu.h.

◆ range

NvRmGpuClockRange NvRmGpuClockDomainInfoRec::range

Frequency range of the clock domain.

Definition at line 718 of file nvrm_gpu.h.


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