Searched refs:nouveau_bo_new (Results 1 – 10 of 10) sorted by relevance
/drivers/gpu/drm/nouveau/ |
D | nouveau_prime.c | 68 ret = nouveau_bo_new(dev, size, 0, flags, 0, 0, in nouveau_gem_prime_import_sg_table()
|
D | nv84_fence.c | 245 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()
|
D | nouveau_bo.h | 66 int nouveau_bo_new(struct drm_device *, int size, int align, u32 flags,
|
D | nv50_fence.c | 99 ret = nouveau_bo_new(drm->dev, 4096, 0x1000, TTM_PL_FLAG_VRAM, in nv50_fence_create()
|
D | nv17_fence.c | 129 ret = nouveau_bo_new(drm->dev, 4096, 0x1000, TTM_PL_FLAG_VRAM, in nv17_fence_create()
|
D | nouveau_chan.c | 117 ret = nouveau_bo_new(drm->dev, size, 0, target, 0, 0, NULL, in nouveau_channel_prep()
|
D | nv50_display.c | 1351 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()
|
D | nouveau_gem.c | 146 ret = nouveau_bo_new(dev, size, align, flags, tile_mode, in nouveau_gem_new()
|
D | nouveau_bo.c | 190 nouveau_bo_new(struct drm_device *dev, int size, int align, in nouveau_bo_new() function
|
/drivers/gpu/drm/nouveau/dispnv04/ |
D | crtc.c | 1056 ret = nouveau_bo_new(dev, 64*64*4, 0x100, TTM_PL_FLAG_VRAM, in nv04_crtc_create()
|