Home
last modified time | relevance | path

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

/drivers/gpu/drm/nouveau/
Dnouveau_chan.c263 args.volta.vmm = nvif_handle(&chan->vmm->vmm.object); in nouveau_channel_ind()
272 args.kepler.vmm = nvif_handle(&chan->vmm->vmm.object); in nouveau_channel_ind()
280 args.fermi.vmm = nvif_handle(&chan->vmm->vmm.object); in nouveau_channel_ind()
286 args.nv50.pushbuf = nvif_handle(&chan->push.ctxdma); in nouveau_channel_ind()
287 args.nv50.vmm = nvif_handle(&chan->vmm->vmm.object); in nouveau_channel_ind()
338 args.pushbuf = nvif_handle(&chan->push.ctxdma); in nouveau_channel_dma()
Dnouveau_abi16.c395 args->v0.object = nvif_handle(&chan->chan->user); in nouveau_abi16_usif()
400 args->v0.object = nvif_handle(&abi16->device.object); in nouveau_abi16_usif()
/drivers/gpu/drm/nouveau/nvif/
Dobject.c40 args->v0.object = nvif_handle(object); in nvif_object_ioctl()
288 args->new.token = nvif_handle(object); in nvif_object_init()
289 args->new.object = nvif_handle(object); in nvif_object_init()
Dvmm.c53 args->memory = nvif_handle(&mem->object); in nvif_vmm_map()
/drivers/gpu/drm/nouveau/include/nvif/
Dobject.h39 #define nvif_handle(a) (unsigned long)(void *)(a) macro
/drivers/gpu/drm/nouveau/dispnv50/
Ddisp.c163 args->pushbuf = nvif_handle(&dmac->push.object); in nv50_dmac_create()