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

/linux-master/drivers/gpu/drm/nouveau/
H A Dnouveau_sgdma.c22 struct nouveau_sgdma_be *nvbe = (struct nouveau_sgdma_be *)ttm; local
25 ttm_tt_fini(&nvbe->ttm);
26 kfree(nvbe);
33 struct nouveau_sgdma_be *nvbe = (struct nouveau_sgdma_be *)ttm; local
38 if (nvbe->mem)
41 ret = nouveau_mem_host(reg, &nvbe->ttm);
53 nvbe->mem = mem;
60 struct nouveau_sgdma_be *nvbe = (struct nouveau_sgdma_be *)ttm; local
61 if (nvbe->mem) {
62 nouveau_mem_fini(nvbe
72 struct nouveau_sgdma_be *nvbe; local
[all...]

Completed in 111 milliseconds