Searched refs:nouveau_bo_new (Results 1 – 9 of 9) sorted by relevance
/linux-5.19.10/drivers/gpu/drm/nouveau/ |
D | nouveau_bo.h | 78 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()
|
D | nv50_fence.c | 84 ret = nouveau_bo_new(&drm->client, 4096, 0x1000, in nv50_fence_create()
|
D | nv17_fence.c | 133 ret = nouveau_bo_new(&drm->client, 4096, 0x1000, in nv17_fence_create()
|
D | nv84_fence.c | 219 ret = nouveau_bo_new(&drm->client, 16 * drm->chan.nr, 0, in nv84_fence_create()
|
D | nouveau_chan.c | 161 ret = nouveau_bo_new(cli, size, 0, target, 0, 0, NULL, NULL, in nouveau_channel_prep()
|
D | nouveau_dmem.c | 260 ret = nouveau_bo_new(&drm->client, DMEM_CHUNK_SIZE, 0, in nouveau_dmem_chunk_alloc()
|
D | nouveau_bo.c | 322 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/ |
D | crtc.c | 1338 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/ |
D | disp.c | 2720 ret = nouveau_bo_new(&drm->client, 4096, 0x1000, in nv50_display_create()
|