Searched defs:NV_CHANNEL_ALLOC_PARAMS (Results 1 – 1 of 1) sorted by relevance
122 typedef struct NV_CHANNEL_ALLOC_PARAMS { struct124 NvHandle hObjectError; // error context DMA125 NvHandle hObjectBuffer; // no longer used127 NvU32 gpFifoEntries; // number of GP FIFO entries129 NvU32 flags;132 NvHandle hContextShare; // context share handle133 NvHandle hVASpace; // VASpace for the channel136 NvHandle hUserdMemory[NV_MAX_SUBDEVICES];142 NvU32 engineType;166 } NV_CHANNEL_ALLOC_PARAMS; argument