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