Home
last modified time | relevance | path

Searched refs:nvif_handle (Results 1 - 12 of 12) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/
H A Dnouveau_chan.c296 args.volta.vmm = nvif_handle(&chan->vmm->vmm.object); in nouveau_channel_ind()
305 args.kepler.vmm = nvif_handle(&chan->vmm->vmm.object); in nouveau_channel_ind()
313 args.fermi.vmm = nvif_handle(&chan->vmm->vmm.object); in nouveau_channel_ind()
319 args.nv50.pushbuf = nvif_handle(&chan->push.ctxdma); in nouveau_channel_ind()
320 args.nv50.vmm = nvif_handle(&chan->vmm->vmm.object); in nouveau_channel_ind()
371 args.pushbuf = nvif_handle(&chan->push.ctxdma); in nouveau_channel_dma()
H A Dnouveau_abi16.c396 args->v0.object = nvif_handle(&chan->chan->user); in nouveau_abi16_usif()
401 args->v0.object = nvif_handle(&abi16->device.object); in nouveau_abi16_usif()
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvif/
H A Dobject.c40 args->v0.object = nvif_handle(object); in nvif_object_ioctl()
291 args->new.token = nvif_handle(object); in nvif_object_ctor()
292 args->new.object = nvif_handle(object); in nvif_object_ctor()
H A Dvmm.c53 args->memory = nvif_handle(&mem->object); in nvif_vmm_map()
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvif/
H A Dobject.c40 args->v0.object = nvif_handle(object); in nvif_object_ioctl()
290 args->new.token = nvif_handle(object); in nvif_object_ctor()
291 args->new.object = nvif_handle(object); in nvif_object_ctor()
H A Dvmm.c53 args->memory = nvif_handle(&mem->object); in nvif_vmm_map()
148 .memory = nvif_handle(&mem->object), in nvif_vmm_raw_map()
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/
H A Dnouveau_chan.c315 args.chan.ctxdma = nvif_handle(&chan->push.ctxdma); in nouveau_channel_ctor()
319 args.chan.vmm = nvif_handle(&chan->vmm->vmm.object); in nouveau_channel_ctor()
321 args.chan.ctxdma = nvif_handle(&chan->push.ctxdma); in nouveau_channel_ctor()
338 args.chan.huserd = nvif_handle(&chan->mem_userd.object); in nouveau_channel_ctor()
H A Dnouveau_abi16.c465 args->v0.object = nvif_handle(&chan->chan->user); in nouveau_abi16_usif()
470 args->v0.object = nvif_handle(&abi16->device.object); in nouveau_abi16_usif()
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/include/nvif/
H A Dobject.h40 #define nvif_handle(a) (unsigned long)(void *)(a) macro
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/include/nvif/
H A Dobject.h46 #define nvif_handle(a) (unsigned long)(void *)(a) macro
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/dispnv50/
H A Ddisp.c272 args->pushbuf = nvif_handle(&dmac->_push.mem.object); in nv50_dmac_create()
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/dispnv50/
H A Ddisp.c266 args->pushbuf = nvif_handle(&dmac->_push.mem.object); in nv50_dmac_create()

Completed in 18 milliseconds