Home
last modified time | relevance | path

Searched defs:NV_CHANNEL_ALLOC_PARAMS (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/gpu/drm/nouveau/include/nvrm/535.113.01/common/sdk/nvidia/inc/alloc/
H A Dalloc_channel.h122 typedef struct NV_CHANNEL_ALLOC_PARAMS { struct
124 NvHandle hObjectError; // error context DMA
125 NvHandle hObjectBuffer; // no longer used
127 NvU32 gpFifoEntries; // number of GP FIFO entries
129 NvU32 flags;
132 NvHandle hContextShare; // context share handle
133 NvHandle hVASpace; // VASpace for the channel
136 NvHandle hUserdMemory[NV_MAX_SUBDEVICES];
142 NvU32 engineType;
166 } NV_CHANNEL_ALLOC_PARAMS; argument