Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/nouveau/nvkm/subdev/gsp/rm/r570/nvrm/
H A Dfifo.h24 typedef struct NV_CHANNEL_ALLOC_PARAMS { struct
26 NvHandle hObjectError; // error context DMA
27 NvHandle hObjectBuffer; // no longer used
29 NvU32 gpFifoEntries; // number of GP FIFO entries
31 NvU32 flags;
34 NvHandle hContextShare; // context share handle
35 NvHandle hVASpace; // VASpace for the channel
38 NvHandle hUserdMemory[NV_MAX_SUBDEVICES];
44 NvU32 engineType;
46 NvU32 cid;
[all …]
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/gsp/rm/r535/nvrm/
H A Dfifo.h160 typedef struct NV_CHANNEL_ALLOC_PARAMS { struct
162 NvHandle hObjectError; // error context DMA
163 NvHandle hObjectBuffer; // no longer used
165 NvU32 gpFifoEntries; // number of GP FIFO entries
167 NvU32 flags;
170 NvHandle hContextShare; // context share handle
171 NvHandle hVASpace; // VASpace for the channel
174 NvHandle hUserdMemory[NV_MAX_SUBDEVICES];
180 NvU32 engineType;
205 } NV_CHANNEL_ALLOC_PARAMS; argument