Home
last modified time | relevance | path

Searched refs:fb_ctxdma_handle (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/drivers/gpu/drm/nouveau/
Dnouveau_abi16.c270 if (init->fb_ctxdma_handle == ~0) { in nouveau_abi16_ioctl_channel_alloc()
288 init->fb_ctxdma_handle = engine; in nouveau_abi16_ioctl_channel_alloc()
292 if (init->fb_ctxdma_handle == ~0 || init->tt_ctxdma_handle == ~0) in nouveau_abi16_ioctl_channel_alloc()
304 ret = nouveau_channel_new(drm, device, init->fb_ctxdma_handle, in nouveau_abi16_ioctl_channel_alloc()
Dnouveau_abi16.h46 uint32_t fb_ctxdma_handle; member