Searched refs:mm_GART (Results 1 – 6 of 6) sorted by relevance
/external/mesa3d/src/gallium/drivers/nouveau/ |
D | nouveau_screen.c | 337 screen->mm_GART = nouveau_mm_create(dev, in nouveau_screen_init() 359 nouveau_mm_destroy(screen->mm_GART); in nouveau_screen_fini()
|
D | nouveau_screen.h | 56 struct nouveau_mman *mm_GART; member
|
D | nouveau_buffer.c | 51 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/ |
D | nv50_compute.c | 209 mm = nouveau_mm_allocate(screen->base.mm_GART, size, &bo, &offset); in nv50_compute_upload_input()
|
D | nv50_query_hw.c | 60 hq->mm = nouveau_mm_allocate(screen->base.mm_GART, size, in nv50_hw_query_allocate()
|
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
D | nvc0_query_hw.c | 52 hq->mm = nouveau_mm_allocate(screen->base.mm_GART, size, &hq->bo, in nvc0_hw_query_allocate()
|