NVIDIA DRIVE OS Linux SDK API Reference

5.1.15.0 Release
For Test and Development only

Detailed Description

Extensible attribute structure for NvRmGpuDeviceOpen()

Remarks
Use NVRM_GPU_DEFINE_DEVICE_OPEN_ATTR() to define the attribute variable with defaults.
See also
NvRmGpuDeviceReadTimeNs()

ASIL-B

Definition at line 467 of file nvrm_gpu.h.

Data Fields

NvRmGpuSyncType syncType
 The default sync type for this device. More...
 
bool sandboxFriendlyChannels
 Ignored field. More...
 

Field Documentation

◆ sandboxFriendlyChannels

bool NvRmGpuDeviceOpenAttrRec::sandboxFriendlyChannels

Ignored field.

Deprecated:
This field is not in use anymore. It used to specify between sandboxable channels (in Android web browser context) and regular channels. Sandboxable channels used to require extra resources, but that is not true anymore and channels are always sandbox-friendly.

Default: false

Remarks
This field should be removed.

Definition at line 493 of file nvrm_gpu.h.

◆ syncType

NvRmGpuSyncType NvRmGpuDeviceOpenAttrRec::syncType

The default sync type for this device.

Deprecated:
This field should be left with the default value. Use NvRmGpuChannelAttr::defaultSyncType. NvRmGpuChannelKickoffPbAttr() also accepts mixing the kickoff sync types with NvRmGpuChannelKickoffPbAttr::completionSyncType .

Default: NvRmGpuSyncType_Default

Remarks
It is a fatal error to request an unsupported sync type.
This field should be removed.

Definition at line 481 of file nvrm_gpu.h.


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