Home
last modified time | relevance | path

Searched refs:nvif_object_dtor (Results 1 – 20 of 20) sorted by relevance

/linux-5.19.10/drivers/gpu/drm/nouveau/
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()
Dnouveau_chan.c96 nvif_object_dtor(&chan->nvsw); in nouveau_channel_del()
97 nvif_object_dtor(&chan->gart); in nouveau_channel_del()
98 nvif_object_dtor(&chan->vram); in nouveau_channel_del()
100 nvif_object_dtor(&chan->user); in nouveau_channel_del()
101 nvif_object_dtor(&chan->push.ctxdma); in nouveau_channel_del()
Dnv10_fence.c63 nvif_object_dtor(&fctx->sema); in nv10_fence_context_del()
Dnouveau_debugfs.c271 nvif_object_dtor(&drm->debugfs->ctrl); in nouveau_debugfs_fini()
Dnouveau_drm.c298 nvif_object_dtor(&drm->ttm.copy); in nouveau_accel_ce_fini()
336 nvif_object_dtor(&drm->ntfy); in nouveau_accel_gr_fini()
Dnouveau_abi16.c117 nvif_object_dtor(&ntfy->object); in nouveau_abi16_ntfy_fini()
Dnouveau_svm.c968 nvif_object_dtor(&buffer->object); in nouveau_svm_fault_buffer_dtor()
Dnouveau_bo.c899 nvif_object_dtor(&drm->ttm.copy); in nouveau_bo_move_init()
/linux-5.19.10/drivers/gpu/drm/nouveau/nvif/
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()
Ddisp.c30 nvif_object_dtor(&disp->object); in nvif_disp_dtor()
Duser.c31 nvif_object_dtor(&device->user.object); in nvif_user_dtor()
Ddevice.c47 nvif_object_dtor(&device->object); in nvif_device_dtor()
Dclient.c53 nvif_object_dtor(&client->object); in nvif_client_dtor()
Dmem.c44 nvif_object_dtor(&mem->object); in nvif_mem_dtor()
Dmmu.c33 nvif_object_dtor(&mmu->object); in nvif_mmu_dtor()
Dvmm.c111 nvif_object_dtor(&vmm->object); in nvif_vmm_dtor()
/linux-5.19.10/drivers/gpu/drm/nouveau/include/nvif/
Dobject.h27 void nvif_object_dtor(struct nvif_object *);
/linux-5.19.10/drivers/gpu/drm/nouveau/dispnv50/
Ddisp.c112 nvif_object_dtor(&chan->user); in nv50_chan_destroy()
122 nvif_object_dtor(&dmac->vram); in nv50_dmac_destroy()
123 nvif_object_dtor(&dmac->sync); in nv50_dmac_destroy()
2680 nvif_object_dtor(&disp->caps); in nv50_display_destroy()
Dcrc.c534 nvif_object_dtor(&ctx->ntfy); in nv50_crc_ctx_fini()
Dwndw.c44 nvif_object_dtor(&ctxdma->object); in nv50_wndw_ctxdma_del()