Home
last modified time | relevance | path

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

/linux-3.3/drivers/gpu/drm/nouveau/
Dnv10_fb.c14 ret = drm_mm_pre_get(&pfb->tag_heap); in nv20_fb_alloc_tag()
19 mem = drm_mm_search_free(&pfb->tag_heap, size, 0, 0); in nv20_fb_alloc_tag()
121 drm_mm_init(&pfb->tag_heap, 0, in nv10_fb_init()
143 drm_mm_takedown(&pfb->tag_heap); in nv10_fb_takedown()
Dnv50_fb.c18 if (drm_mm_initialized(&pfb->tag_heap)) in nv50_fb_destroy()
19 drm_mm_takedown(&pfb->tag_heap); in nv50_fb_destroy()
60 ret = drm_mm_init(&pfb->tag_heap, 0, tagmem); in nv50_fb_create()
Dnv50_vram.c108 mem->tag = drm_mm_search_free(&pfb->tag_heap, n, 0, 0); in nv50_vram_new()
Dnouveau_drv.h358 struct drm_mm tag_heap; member