Home
last modified time | relevance | path

Searched refs:nvif_object_dtor (Results 1 - 25 of 43) sorted by relevance

12

/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/
H A Dnouveau_fbcon.c259 nvif_object_dtor(&fbcon->twod); in nouveau_fbcon_accel_fini()
260 nvif_object_dtor(&fbcon->blit); in nouveau_fbcon_accel_fini()
261 nvif_object_dtor(&fbcon->gdi); in nouveau_fbcon_accel_fini()
262 nvif_object_dtor(&fbcon->patt); in nouveau_fbcon_accel_fini()
263 nvif_object_dtor(&fbcon->rop); in nouveau_fbcon_accel_fini()
264 nvif_object_dtor(&fbcon->clip); in nouveau_fbcon_accel_fini()
265 nvif_object_dtor(&fbcon->surf2d); in nouveau_fbcon_accel_fini()
H A Dnouveau_chan.c102 nvif_object_dtor(&chan->nvsw); in nouveau_channel_del()
103 nvif_object_dtor(&chan->gart); in nouveau_channel_del()
104 nvif_object_dtor(&chan->vram); in nouveau_channel_del()
106 nvif_object_dtor(&chan->user); in nouveau_channel_del()
107 nvif_object_dtor(&chan->push.ctxdma); in nouveau_channel_del()
H A Dnv10_fence.c63 nvif_object_dtor(&fctx->sema); in nv10_fence_context_del()
H A Dnouveau_debugfs.c277 nvif_object_dtor(&drm->debugfs->ctrl); in nouveau_debugfs_fini()
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvif/
H A Dobject.c245 nvif_object_dtor(struct nvif_object *object) in nvif_object_dtor() function
281 nvif_object_dtor(object); in nvif_object_ctor()
306 nvif_object_dtor(object); in nvif_object_ctor()
H A Ddisp.c30 nvif_object_dtor(&disp->object); in nvif_disp_dtor()
H A Duser.c31 nvif_object_dtor(&device->user.object); in nvif_user_dtor()
H A Ddevice.c47 nvif_object_dtor(&device->object); in nvif_device_dtor()
H A Dclient.c53 nvif_object_dtor(&client->object); in nvif_client_dtor()
H A Dmem.c44 nvif_object_dtor(&mem->object); in nvif_mem_dtor()
H A Dmmu.c33 nvif_object_dtor(&mmu->object); in nvif_mmu_dtor()
H A Dvmm.c111 nvif_object_dtor(&vmm->object); in nvif_vmm_dtor()
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvif/
H A Dobject.c244 nvif_object_dtor(struct nvif_object *object) in nvif_object_dtor() function
280 nvif_object_dtor(object); in nvif_object_ctor()
305 nvif_object_dtor(object); in nvif_object_ctor()
H A Dhead.c42 nvif_object_dtor(&head->object); in nvif_head_dtor()
H A Duser.c31 nvif_object_dtor(&device->user.object); in nvif_user_dtor()
H A Devent.c53 nvif_object_dtor(&event->object); in nvif_event_dtor()
H A Ddisp.c32 nvif_object_dtor(&disp->object); in nvif_disp_dtor()
H A Ddevice.c47 nvif_object_dtor(&device->object); in nvif_device_dtor()
H A Dconn.c65 nvif_object_dtor(&conn->object); in nvif_conn_dtor()
H A Dclient.c53 nvif_object_dtor(&client->object); in nvif_client_dtor()
H A Dmem.c44 nvif_object_dtor(&mem->object); in nvif_mem_dtor()
H A Dmmu.c36 nvif_object_dtor(&mmu->object); in nvif_mmu_dtor()
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/
H A Dnouveau_chan.c101 nvif_object_dtor(&chan->blit); in nouveau_channel_del()
102 nvif_object_dtor(&chan->nvsw); in nouveau_channel_del()
103 nvif_object_dtor(&chan->gart); in nouveau_channel_del()
104 nvif_object_dtor(&chan->vram); in nouveau_channel_del()
106 nvif_object_dtor(&chan->user); in nouveau_channel_del()
108 nvif_object_dtor(&chan->push.ctxdma); in nouveau_channel_del()
H A Dnv10_fence.c63 nvif_object_dtor(&fctx->sema); in nv10_fence_context_del()
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/include/nvif/
H A Dobject.h27 void nvif_object_dtor(struct nvif_object *);

Completed in 9 milliseconds

12