Searched refs:fb_ctxdma_handle (Results 1 – 2 of 2) sorted by relevance
255 if (init->fb_ctxdma_handle != ~0) in nouveau_abi16_ioctl_channel_alloc()256 init->fb_ctxdma_handle = KEPLER_CHANNEL_GPFIFO_A_V0_ENGINE_GR; in nouveau_abi16_ioctl_channel_alloc()258 init->fb_ctxdma_handle = init->tt_ctxdma_handle; in nouveau_abi16_ioctl_channel_alloc()262 if (init->fb_ctxdma_handle == KEPLER_CHANNEL_GPFIFO_A_V0_ENGINE_GR) in nouveau_abi16_ioctl_channel_alloc()266 if (init->fb_ctxdma_handle == ~0 || init->tt_ctxdma_handle == ~0) in nouveau_abi16_ioctl_channel_alloc()285 init->fb_ctxdma_handle, in nouveau_abi16_ioctl_channel_alloc()
46 uint32_t fb_ctxdma_handle; member