Home
last modified time | relevance | path

Searched refs:nouveau_mm_head (Results 1 – 15 of 15) sorted by relevance

/drivers/gpu/drm/nouveau/core/include/core/
Dmm.h34 int nouveau_mm_head(struct nouveau_mm *, u8 heap, u8 type, u32 size_max,
/drivers/gpu/drm/nouveau/core/subdev/fb/
Dnv25.c35 if (!nouveau_mm_head(&pfb->tags, 0, 1, tags, tags, 1, &tile->tag)) { in nv25_fb_tile_comp()
Dnv35.c35 if (!nouveau_mm_head(&pfb->tags, 0, 1, tags, tags, 1, &tile->tag)) { in nv35_fb_tile_comp()
Dnv36.c35 if (!nouveau_mm_head(&pfb->tags, 0, 1, tags, tags, 1, &tile->tag)) { in nv36_fb_tile_comp()
Dnv40.c36 !nouveau_mm_head(&pfb->tags, 0, 1, tags, tags, 1, &tile->tag)) { in nv40_fb_tile_comp()
Dnv20.c48 if (!nouveau_mm_head(&pfb->tags, 0, 1, tags, tags, 1, &tile->tag)) { in nv20_fb_tile_comp()
Dnv30.c54 if (!nouveau_mm_head(&pfb->tags, 0, 1, tags, tags, 1, &tile->tag)) { in nv30_fb_tile_comp()
Dramnv50.c283 ret = nouveau_mm_head(tags, 0, 1, n, n, 1, &mem->tag); in nv50_ram_get()
301 ret = nouveau_mm_head(heap, 0, type, max, min, align, &r); in nv50_ram_get()
Dramnvc0.c489 ret = nouveau_mm_head(mm, 0, 1, size, ncmin, align, &r); in nvc0_ram_get()
/drivers/gpu/drm/nouveau/core/subdev/ltc/
Dbase.c34 ret = nouveau_mm_head(&priv->tags, 0, 1, n, n, 1, pnode); in nvkm_ltc_tags_alloc()
/drivers/gpu/drm/nouveau/core/subdev/instmem/
Dnv04.c72 ret = nouveau_mm_head(&priv->heap, 0, 1, args->size, args->size, in nv04_instobj_ctor()
/drivers/gpu/drm/nouveau/core/core/
Dgpuobj.c118 ret = nouveau_mm_head(heap, 0, 1, size, size, in nouveau_gpuobj_create_()
Dmm.c112 nouveau_mm_head(struct nouveau_mm *mm, u8 heap, u8 type, u32 size_max, in nouveau_mm_head() function
/drivers/gpu/drm/nouveau/
Dnouveau_abi16.c451 ret = nouveau_mm_head(&chan->heap, 0, 1, info->size, info->size, 1, in nouveau_abi16_ioctl_notifierobj_alloc()
/drivers/gpu/drm/nouveau/core/subdev/vm/
Dbase.c299 ret = nouveau_mm_head(&vm->mm, 0, page_shift, msize, msize, align, in nouveau_vm_get()