Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/nouveau/
Dnouveau_prime.c71 ret = nouveau_bo_new(dev, attach->dmabuf->size, 0, flags, 0, 0, in nouveau_gem_prime_import_sg_table()
Dnouveau_bo.h72 int nouveau_bo_new(struct drm_device *, int size, int align, u32 flags,
Dnv84_fence.c242 ret = nouveau_bo_new(drm->dev, 16 * priv->base.contexts, 0, domain, 0, in nv84_fence_create()
256 ret = nouveau_bo_new(drm->dev, 16 * priv->base.contexts, 0, in nv84_fence_create()
Dnv50_fence.c102 ret = nouveau_bo_new(drm->dev, 4096, 0x1000, TTM_PL_FLAG_VRAM, in nv50_fence_create()
Dnv17_fence.c131 ret = nouveau_bo_new(drm->dev, 4096, 0x1000, TTM_PL_FLAG_VRAM, in nv17_fence_create()
Dnouveau_chan.c111 ret = nouveau_bo_new(drm->dev, size, 0, target, 0, 0, NULL, NULL, in nouveau_channel_prep()
Dnouveau_gem.c197 ret = nouveau_bo_new(dev, size, align, flags, tile_mode, in nouveau_gem_new()
Dnv50_display.c1459 ret = nouveau_bo_new(dev, 8192, 0x100, TTM_PL_FLAG_VRAM, in nv50_crtc_create()
2530 ret = nouveau_bo_new(dev, 4096, 0x1000, TTM_PL_FLAG_VRAM, in nv50_display_create()
Dnouveau_bo.c177 nouveau_bo_new(struct drm_device *dev, int size, int align, in nouveau_bo_new() function
/linux-4.4.14/drivers/gpu/drm/nouveau/dispnv04/
Dcrtc.c1130 ret = nouveau_bo_new(dev, 64*64*4, 0x100, TTM_PL_FLAG_VRAM, in nv04_crtc_create()