HomeSort by: relevance | last modified time | path
    Searched refs:nvif_object_fini (Results 1 - 19 of 19) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvif/
nouveau_nvif_device.c 48 nvif_object_fini(&device->object);
nouveau_nvif_disp.c 35 nvif_object_fini(&disp->object);
nouveau_nvif_user.c 36 nvif_object_fini(&device->user.object);
nouveau_nvif_client.c 58 nvif_object_fini(&client->object);
nouveau_nvif_object.c 295 nvif_object_fini(struct nvif_object *object) function in typeref:typename:void
330 nvif_object_fini(object);
353 nvif_object_fini(object);
nouveau_nvif_mem.c 48 nvif_object_fini(&mem->object);
nouveau_nvif_mmu.c 38 nvif_object_fini(&mmu->object);
nouveau_nvif_vmm.c 116 nvif_object_fini(&vmm->object);
  /src/sys/external/bsd/drm2/dist/drm/nouveau/
nouveau_nv10_fence.c 66 nvif_object_fini(&fctx->sema);
nouveau_fbcon.c 279 nvif_object_fini(&fbcon->twod);
280 nvif_object_fini(&fbcon->blit);
281 nvif_object_fini(&fbcon->gdi);
282 nvif_object_fini(&fbcon->patt);
283 nvif_object_fini(&fbcon->rop);
284 nvif_object_fini(&fbcon->clip);
285 nvif_object_fini(&fbcon->surf2d);
nouveau_chan.c 110 nvif_object_fini(&chan->nvsw);
111 nvif_object_fini(&chan->gart);
112 nvif_object_fini(&chan->vram);
114 nvif_object_fini(&chan->user);
115 nvif_object_fini(&chan->push.ctxdma);
nouveau_debugfs.c 282 nvif_object_fini(&drm->debugfs->ctrl);
nouveau_drm.c 315 nvif_object_fini(&drm->ttm.copy);
353 nvif_object_fini(&drm->ntfy);
355 nvif_object_fini(&drm->nvsw);
nouveau_abi16.c 122 nvif_object_fini(&ntfy->object);
nouveau_svm.c 825 nvif_object_fini(&buffer->object);
nouveau_bo.c 1306 nvif_object_fini(&drm->ttm.copy);
  /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvif/
object.h 42 void nvif_object_fini(struct nvif_object *);
  /src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv50/
nouveau_dispnv50_disp.c 114 nvif_object_fini(&chan->user);
131 nvif_object_fini(&chan->user);
142 nvif_object_fini(&dmac->vram);
143 nvif_object_fini(&dmac->sync);
nouveau_dispnv50_wndw.c 41 nvif_object_fini(&ctxdma->object);

Completed in 21 milliseconds