Searched defs:NV_CHANNEL_ALLOC_PARAMS (Results 1 – 2 of 2) sorted by relevance
24 typedef struct NV_CHANNEL_ALLOC_PARAMS { struct26 NvHandle hObjectError; // error context DMA27 NvHandle hObjectBuffer; // no longer used29 NvU32 gpFifoEntries; // number of GP FIFO entries31 NvU32 flags;34 NvHandle hContextShare; // context share handle35 NvHandle hVASpace; // VASpace for the channel38 NvHandle hUserdMemory[NV_MAX_SUBDEVICES];44 NvU32 engineType;46 NvU32 cid;[all …]
160 typedef struct NV_CHANNEL_ALLOC_PARAMS { struct162 NvHandle hObjectError; // error context DMA163 NvHandle hObjectBuffer; // no longer used165 NvU32 gpFifoEntries; // number of GP FIFO entries167 NvU32 flags;170 NvHandle hContextShare; // context share handle171 NvHandle hVASpace; // VASpace for the channel174 NvHandle hUserdMemory[NV_MAX_SUBDEVICES];180 NvU32 engineType;205 } NV_CHANNEL_ALLOC_PARAMS; argument