Home
last modified time | relevance | path

Searched refs:nouveau_mman (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_mm.h5 struct nouveau_mman;
16 extern struct nouveau_mman *
21 nouveau_mm_destroy(struct nouveau_mman *);
24 nouveau_mm_allocate(struct nouveau_mman *, uint32_t size,
Dnouveau_mm.c27 struct nouveau_mman { struct
38 struct nouveau_mman *cache; argument
86 mm_bucket_by_order(struct nouveau_mman *cache, int order) in mm_bucket_by_order()
94 mm_bucket_by_size(struct nouveau_mman *cache, unsigned size) in mm_bucket_by_size()
114 mm_slab_new(struct nouveau_mman *cache, int chunk_order) in mm_slab_new()
157 nouveau_mm_allocate(struct nouveau_mman *cache, in nouveau_mm_allocate()
235 struct nouveau_mman *
239 struct nouveau_mman *cache = MALLOC_STRUCT(nouveau_mman); in nouveau_mm_create()
272 nouveau_mm_destroy(struct nouveau_mman *cache) in nouveau_mm_destroy()
Dnouveau_screen.h40 struct nouveau_mman *mm_VRAM;
41 struct nouveau_mman *mm_GART;
/external/mesa3d/src/gallium/drivers/nvc0/
Dnvc0_screen.h61 struct nouveau_mman *mm_VRAM_fe0;