Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpu/drm/nouveau/
Dnouveau_bo.h78 int nouveau_bo_new(struct nouveau_cli *, u64 size, int align, u32 domain,
124 int ret = nouveau_bo_new(cli, size, align, domain, in nouveau_bo_new_pin_map()
Dnv50_fence.c84 ret = nouveau_bo_new(&drm->client, 4096, 0x1000, in nv50_fence_create()
Dnv17_fence.c133 ret = nouveau_bo_new(&drm->client, 4096, 0x1000, in nv17_fence_create()
Dnv84_fence.c219 ret = nouveau_bo_new(&drm->client, 16 * drm->chan.nr, 0, in nv84_fence_create()
Dnouveau_chan.c161 ret = nouveau_bo_new(cli, size, 0, target, 0, 0, NULL, NULL, in nouveau_channel_prep()
Dnouveau_dmem.c260 ret = nouveau_bo_new(&drm->client, DMEM_CHUNK_SIZE, 0, in nouveau_dmem_chunk_alloc()
Dnouveau_bo.c322 nouveau_bo_new(struct nouveau_cli *cli, u64 size, int align, in nouveau_bo_new() function
/linux-5.19.10/drivers/gpu/drm/nouveau/dispnv04/
Dcrtc.c1338 ret = nouveau_bo_new(&nouveau_drm(dev)->client, 64*64*4, 0x100, in nv04_crtc_create()
/linux-5.19.10/drivers/gpu/drm/nouveau/dispnv50/
Ddisp.c2720 ret = nouveau_bo_new(&drm->client, 4096, 0x1000, in nv50_display_create()