Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_screen.c187 screen->mm_GART = nouveau_mm_create(dev, in nouveau_screen_init()
197 nouveau_mm_destroy(screen->mm_GART); in nouveau_screen_fini()
Dnouveau_screen.h41 struct nouveau_mman *mm_GART; member
Dnouveau_buffer.c39 buf->mm = nouveau_mm_allocate(screen->mm_GART, size, in nouveau_buffer_allocate()
114 mm = nouveau_mm_allocate(nv->screen->mm_GART, size, &bounce, &offset); in nouveau_buffer_download()
151 mm = nouveau_mm_allocate(nv->screen->mm_GART, size, &bounce, &offset); in nouveau_buffer_upload()
/external/mesa3d/src/gallium/drivers/nv50/
Dnv50_query.c76 q->mm = nouveau_mm_allocate(screen->base.mm_GART, size, &q->bo, &q->base); in nv50_query_allocate()
/external/mesa3d/src/gallium/drivers/nvc0/
Dnvc0_query.c75 q->mm = nouveau_mm_allocate(screen->base.mm_GART, size, &q->bo, &q->base); in nvc0_query_allocate()