Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/nouveau/
Dnouveau_bo.h77 int nouveau_bo_new(struct nouveau_cli *, u64 size, int align, u32 flags,
120 int ret = nouveau_bo_new(cli, size, align, flags, in nouveau_bo_new_pin_map()
Dnv50_fence.c83 ret = nouveau_bo_new(&drm->client, 4096, 0x1000, TTM_PL_FLAG_VRAM, in nv50_fence_create()
Dnouveau_prime.c72 ret = nouveau_bo_new(&drm->client, attach->dmabuf->size, 0, flags, 0, 0, in nouveau_gem_prime_import_sg_table()
Dnv17_fence.c130 ret = nouveau_bo_new(&drm->client, 4096, 0x1000, TTM_PL_FLAG_VRAM, in nv17_fence_create()
Dnv84_fence.c207 ret = nouveau_bo_new(&drm->client, 16 * drm->chan.nr, 0, in nv84_fence_create()
Dnouveau_chan.c139 ret = nouveau_bo_new(cli, size, 0, target, 0, 0, NULL, NULL, in nouveau_channel_prep()
Dnouveau_gem.c190 ret = nouveau_bo_new(cli, size, align, flags, tile_mode, in nouveau_gem_new()
Dnouveau_bo.c189 nouveau_bo_new(struct nouveau_cli *cli, u64 size, int align, in nouveau_bo_new() function
/Linux-v4.19/drivers/gpu/drm/nouveau/dispnv04/
Dcrtc.c1155 ret = nouveau_bo_new(&nouveau_drm(dev)->client, 64*64*4, 0x100, in nv04_crtc_create()
/Linux-v4.19/drivers/gpu/drm/nouveau/dispnv50/
Ddisp.c2224 ret = nouveau_bo_new(&drm->client, 4096, 0x1000, TTM_PL_FLAG_VRAM, in nv50_display_create()