Home
last modified time | relevance | path

Searched refs:nouveau_bo_new (Results 1 – 10 of 10) sorted by relevance

/drivers/gpu/drm/nouveau/
Dnouveau_prime.c68 ret = nouveau_bo_new(dev, size, 0, flags, 0, 0, in nouveau_gem_prime_import_sg_table()
Dnv84_fence.c245 ret = nouveau_bo_new(drm->dev, 16 * (pfifo->max + 1), 0, in nv84_fence_create()
259 ret = nouveau_bo_new(drm->dev, 16 * (pfifo->max + 1), 0, in nv84_fence_create()
Dnouveau_bo.h66 int nouveau_bo_new(struct drm_device *, int size, int align, u32 flags,
Dnv50_fence.c99 ret = nouveau_bo_new(drm->dev, 4096, 0x1000, TTM_PL_FLAG_VRAM, in nv50_fence_create()
Dnv17_fence.c129 ret = nouveau_bo_new(drm->dev, 4096, 0x1000, TTM_PL_FLAG_VRAM, in nv17_fence_create()
Dnouveau_chan.c117 ret = nouveau_bo_new(drm->dev, size, 0, target, 0, 0, NULL, in nouveau_channel_prep()
Dnv50_display.c1351 ret = nouveau_bo_new(dev, 8192, 0x100, TTM_PL_FLAG_VRAM, in nv50_crtc_create()
1378 ret = nouveau_bo_new(dev, 64 * 64 * 4, 0x100, TTM_PL_FLAG_VRAM, in nv50_crtc_create()
2206 ret = nouveau_bo_new(dev, 4096, 0x1000, TTM_PL_FLAG_VRAM, in nv50_display_create()
Dnouveau_gem.c146 ret = nouveau_bo_new(dev, size, align, flags, tile_mode, in nouveau_gem_new()
Dnouveau_bo.c190 nouveau_bo_new(struct drm_device *dev, int size, int align, in nouveau_bo_new() function
/drivers/gpu/drm/nouveau/dispnv04/
Dcrtc.c1056 ret = nouveau_bo_new(dev, 64*64*4, 0x100, TTM_PL_FLAG_VRAM, in nv04_crtc_create()