Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/nouveau/
H A Dnouveau_bo.h80 int nouveau_bo_new(struct nouveau_cli *, u64 size, int align, u32 domain,
126 int ret = nouveau_bo_new(cli, size, align, domain, in nouveau_bo_new_pin_map()
H A Dnv50_fence.c84 ret = nouveau_bo_new(&drm->client, 4096, 0x1000, in nv50_fence_create()
H A Dnv17_fence.c133 ret = nouveau_bo_new(&drm->client, 4096, 0x1000, in nv17_fence_create()
H A Dnv84_fence.c225 ret = nouveau_bo_new(&drm->client, 16 * drm->chan_total, 0, in nv84_fence_create()
H A Dnouveau_dmem.c258 ret = nouveau_bo_new(&drm->client, DMEM_CHUNK_SIZE, 0, in nouveau_dmem_chunk_alloc()
H A Dnouveau_chan.c168 ret = nouveau_bo_new(cli, size, 0, target, 0, 0, NULL, NULL, in nouveau_channel_prep()
H A Dnouveau_bo.c364 nouveau_bo_new(struct nouveau_cli *cli, u64 size, int align, in nouveau_bo_new() function
/openbmc/linux/drivers/gpu/drm/nouveau/dispnv04/
H A Dcrtc.c1320 ret = nouveau_bo_new(&nouveau_drm(dev)->client, 64*64*4, 0x100, in nv04_crtc_create()
/openbmc/linux/drivers/gpu/drm/nouveau/dispnv50/
H A Ddisp.c2589 ret = nouveau_bo_new(&drm->client, 4096, 0x1000, in nv50_display_create()