Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/nouveau/nvif/
Dobject.c40 args->v0.object = nvif_handle(object); in nvif_object_ioctl()
257 args->new.token = nvif_handle(object); in nvif_object_init()
258 args->new.object = nvif_handle(object); in nvif_object_init()
/linux-4.4.14/drivers/gpu/drm/nouveau/include/nvif/
Dobject.h35 #define nvif_handle(a) (unsigned long)(void *)(a) macro
/linux-4.4.14/drivers/gpu/drm/nouveau/
Dnouveau_chan.c231 args.nv50.pushbuf = nvif_handle(&chan->push.ctxdma); in nouveau_channel_ind()
276 args.pushbuf = nvif_handle(&chan->push.ctxdma); in nouveau_channel_dma()
Dnouveau_abi16.c378 args->v0.object = nvif_handle(&chan->chan->user); in nouveau_abi16_usif()
383 args->v0.object = nvif_handle(&abi16->device.object); in nouveau_abi16_usif()
Dnv50_display.c243 args->pushbuf = nvif_handle(&pushbuf); in nv50_dmac_create()