Searched refs:mm_GART (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/gallium/drivers/nouveau/ |
D | nouveau_screen.c | 187 screen->mm_GART = nouveau_mm_create(dev, in nouveau_screen_init() 197 nouveau_mm_destroy(screen->mm_GART); in nouveau_screen_fini()
|
D | nouveau_screen.h | 41 struct nouveau_mman *mm_GART; member
|
D | nouveau_buffer.c | 39 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/ |
D | nv50_query.c | 76 q->mm = nouveau_mm_allocate(screen->base.mm_GART, size, &q->bo, &q->base); in nv50_query_allocate()
|
/external/mesa3d/src/gallium/drivers/nvc0/ |
D | nvc0_query.c | 75 q->mm = nouveau_mm_allocate(screen->base.mm_GART, size, &q->bo, &q->base); in nvc0_query_allocate()
|