Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_screen.c337 screen->mm_GART = nouveau_mm_create(dev, in nouveau_screen_init()
359 nouveau_mm_destroy(screen->mm_GART); in nouveau_screen_fini()
Dnouveau_screen.h56 struct nouveau_mman *mm_GART; member
Dnouveau_buffer.c51 buf->mm = nouveau_mm_allocate(screen->mm_GART, size, in nouveau_buffer_allocate()
156 nouveau_mm_allocate(nv->screen->mm_GART, size, &tx->bo, &tx->offset); in nouveau_transfer_staging()
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_compute.c209 mm = nouveau_mm_allocate(screen->base.mm_GART, size, &bo, &offset); in nv50_compute_upload_input()
Dnv50_query_hw.c60 hq->mm = nouveau_mm_allocate(screen->base.mm_GART, size, in nv50_hw_query_allocate()
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_query_hw.c52 hq->mm = nouveau_mm_allocate(screen->base.mm_GART, size, &hq->bo, in nvc0_hw_query_allocate()