Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/gpu/drm/nouveau/
Dnouveau_sgdma.c21 struct nouveau_sgdma_be *nvbe = (struct nouveau_sgdma_be *)ttm; in nouveau_sgdma_destroy() local
24 ttm_tt_fini(&nvbe->ttm); in nouveau_sgdma_destroy()
25 kfree(nvbe); in nouveau_sgdma_destroy()
32 struct nouveau_sgdma_be *nvbe = (struct nouveau_sgdma_be *)ttm; in nouveau_sgdma_bind() local
37 if (nvbe->mem) in nouveau_sgdma_bind()
40 ret = nouveau_mem_host(reg, &nvbe->ttm); in nouveau_sgdma_bind()
52 nvbe->mem = mem; in nouveau_sgdma_bind()
59 struct nouveau_sgdma_be *nvbe = (struct nouveau_sgdma_be *)ttm; in nouveau_sgdma_unbind() local
60 if (nvbe->mem) { in nouveau_sgdma_unbind()
61 nouveau_mem_fini(nvbe->mem); in nouveau_sgdma_unbind()
[all …]