Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/nouveau/
Dnouveau_sgdma.c20 struct nouveau_sgdma_be *nvbe = (struct nouveau_sgdma_be *)ttm; in nouveau_sgdma_destroy() local
23 ttm_dma_tt_fini(&nvbe->ttm); in nouveau_sgdma_destroy()
24 kfree(nvbe); in nouveau_sgdma_destroy()
31 struct nouveau_sgdma_be *nvbe = (struct nouveau_sgdma_be *)ttm; in nv04_sgdma_bind() local
35 ret = nouveau_mem_host(reg, &nvbe->ttm); in nv04_sgdma_bind()
45 nvbe->mem = mem; in nv04_sgdma_bind()
52 struct nouveau_sgdma_be *nvbe = (struct nouveau_sgdma_be *)ttm; in nv04_sgdma_unbind() local
53 nouveau_mem_fini(nvbe->mem); in nv04_sgdma_unbind()
66 struct nouveau_sgdma_be *nvbe = (struct nouveau_sgdma_be *)ttm; in nv50_sgdma_bind() local
70 ret = nouveau_mem_host(reg, &nvbe->ttm); in nv50_sgdma_bind()
[all …]