NVIDIA DriveOS Linux NSR SDK API Reference

7.0.3.0 Release
NvRmGpuClockDomainInfoRec Struct Reference

Detailed Description

Clock domain info.

See also
NvRmGpuClockGetDomains()

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

◆ maxVfPoints

size_t NvRmGpuClockDomainInfoRec::maxVfPoints

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

Definition at line 1050 of file nvrm_gpu.h.

◆ range

NvRmGpuClockRange NvRmGpuClockDomainInfoRec::range

Frequency range of the clock domain.

Definition at line 1046 of file nvrm_gpu.h.


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