Home
last modified time | relevance | path

Searched refs:nvif_handle (Results 1 – 6 of 6) sorted by relevance

/linux-5.19.10/drivers/gpu/drm/nouveau/
Dnouveau_chan.c288 args.volta.vmm = nvif_handle(&chan->vmm->vmm.object); in nouveau_channel_ind()
297 args.kepler.vmm = nvif_handle(&chan->vmm->vmm.object); in nouveau_channel_ind()
305 args.fermi.vmm = nvif_handle(&chan->vmm->vmm.object); in nouveau_channel_ind()
311 args.nv50.pushbuf = nvif_handle(&chan->push.ctxdma); in nouveau_channel_ind()
312 args.nv50.vmm = nvif_handle(&chan->vmm->vmm.object); in nouveau_channel_ind()
363 args.pushbuf = nvif_handle(&chan->push.ctxdma); in nouveau_channel_dma()
Dnouveau_abi16.c397 args->v0.object = nvif_handle(&chan->chan->user); in nouveau_abi16_usif()
402 args->v0.object = nvif_handle(&abi16->device.object); in nouveau_abi16_usif()
/linux-5.19.10/drivers/gpu/drm/nouveau/nvif/
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()
Dvmm.c53 args->memory = nvif_handle(&mem->object); in nvif_vmm_map()
/linux-5.19.10/drivers/gpu/drm/nouveau/include/nvif/
Dobject.h40 #define nvif_handle(a) (unsigned long)(void *)(a) macro
/linux-5.19.10/drivers/gpu/drm/nouveau/dispnv50/
Ddisp.c273 args->pushbuf = nvif_handle(&dmac->_push.mem.object); in nv50_dmac_create()