Searched refs:nouveau_bo_new (Results 1 – 9 of 9) sorted by relevance
/linux-6.3-rc2/drivers/gpu/drm/nouveau/ |
A D | nouveau_bo.h | 79 int nouveau_bo_new(struct nouveau_cli *, u64 size, int align, u32 domain, 125 int ret = nouveau_bo_new(cli, size, align, domain, in nouveau_bo_new_pin_map()
|
A D | nv50_fence.c | 84 ret = nouveau_bo_new(&drm->client, 4096, 0x1000, in nv50_fence_create()
|
A D | nv17_fence.c | 133 ret = nouveau_bo_new(&drm->client, 4096, 0x1000, in nv17_fence_create()
|
A D | nv84_fence.c | 225 ret = nouveau_bo_new(&drm->client, 16 * drm->chan_total, 0, in nv84_fence_create()
|
A D | nouveau_chan.c | 159 ret = nouveau_bo_new(cli, size, 0, target, 0, 0, NULL, NULL, in nouveau_channel_prep()
|
A D | nouveau_dmem.c | 258 ret = nouveau_bo_new(&drm->client, DMEM_CHUNK_SIZE, 0, in nouveau_dmem_chunk_alloc()
|
A D | nouveau_bo.c | 325 nouveau_bo_new(struct nouveau_cli *cli, u64 size, int align, in nouveau_bo_new() function
|
/linux-6.3-rc2/drivers/gpu/drm/nouveau/dispnv04/ |
A D | crtc.c | 1320 ret = nouveau_bo_new(&nouveau_drm(dev)->client, 64*64*4, 0x100, in nv04_crtc_create()
|
/linux-6.3-rc2/drivers/gpu/drm/nouveau/dispnv50/ |
A D | disp.c | 2545 ret = nouveau_bo_new(&drm->client, 4096, 0x1000, in nv50_display_create()
|
Completed in 18 milliseconds