HomeSort by: relevance | last modified time | path
    Searched defs:nvbe (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/nouveau/
nouveau_sgdma.c 25 struct nouveau_sgdma_be *nvbe = (struct nouveau_sgdma_be *)ttm; local in function:nouveau_sgdma_destroy
28 ttm_dma_tt_fini(&nvbe->ttm);
29 kfree(nvbe);
36 struct nouveau_sgdma_be *nvbe = (struct nouveau_sgdma_be *)ttm; local in function:nv04_sgdma_bind
40 ret = nouveau_mem_host(reg, &nvbe->ttm);
50 nvbe->mem = mem;
57 struct nouveau_sgdma_be *nvbe = (struct nouveau_sgdma_be *)ttm; local in function:nv04_sgdma_unbind
58 nouveau_mem_fini(nvbe->mem);
71 struct nouveau_sgdma_be *nvbe = (struct nouveau_sgdma_be *)ttm; local in function:nv50_sgdma_bind
75 ret = nouveau_mem_host(reg, &nvbe->ttm)
93 struct nouveau_sgdma_be *nvbe; local in function:nouveau_sgdma_create_ttm
    [all...]
nouveau_sgdma.c 25 struct nouveau_sgdma_be *nvbe = (struct nouveau_sgdma_be *)ttm; local in function:nouveau_sgdma_destroy
28 ttm_dma_tt_fini(&nvbe->ttm);
29 kfree(nvbe);
36 struct nouveau_sgdma_be *nvbe = (struct nouveau_sgdma_be *)ttm; local in function:nv04_sgdma_bind
40 ret = nouveau_mem_host(reg, &nvbe->ttm);
50 nvbe->mem = mem;
57 struct nouveau_sgdma_be *nvbe = (struct nouveau_sgdma_be *)ttm; local in function:nv04_sgdma_unbind
58 nouveau_mem_fini(nvbe->mem);
71 struct nouveau_sgdma_be *nvbe = (struct nouveau_sgdma_be *)ttm; local in function:nv50_sgdma_bind
75 ret = nouveau_mem_host(reg, &nvbe->ttm)
93 struct nouveau_sgdma_be *nvbe; local in function:nouveau_sgdma_create_ttm
    [all...]
nouveau_sgdma.c 25 struct nouveau_sgdma_be *nvbe = (struct nouveau_sgdma_be *)ttm; local in function:nouveau_sgdma_destroy
28 ttm_dma_tt_fini(&nvbe->ttm);
29 kfree(nvbe);
36 struct nouveau_sgdma_be *nvbe = (struct nouveau_sgdma_be *)ttm; local in function:nv04_sgdma_bind
40 ret = nouveau_mem_host(reg, &nvbe->ttm);
50 nvbe->mem = mem;
57 struct nouveau_sgdma_be *nvbe = (struct nouveau_sgdma_be *)ttm; local in function:nv04_sgdma_unbind
58 nouveau_mem_fini(nvbe->mem);
71 struct nouveau_sgdma_be *nvbe = (struct nouveau_sgdma_be *)ttm; local in function:nv50_sgdma_bind
75 ret = nouveau_mem_host(reg, &nvbe->ttm)
93 struct nouveau_sgdma_be *nvbe; local in function:nouveau_sgdma_create_ttm
    [all...]

Completed in 149 milliseconds