Home
last modified time | relevance | path

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

12

/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_video.c202 ret = nouveau_bo_new(screen->device, NOUVEAU_BO_VRAM, in nvc0_create_decoder()
207 ret = nouveau_bo_new(screen->device, NOUVEAU_BO_VRAM, in nvc0_create_decoder()
211 ret = nouveau_bo_new(screen->device, NOUVEAU_BO_VRAM, in nvc0_create_decoder()
248 ret = nouveau_bo_new(screen->device, NOUVEAU_BO_VRAM, 0, in nvc0_create_decoder()
259 ret = nouveau_bo_new(screen->device, NOUVEAU_BO_VRAM, 0, in nvc0_create_decoder()
266 ret = nouveau_bo_new(screen->device, NOUVEAU_BO_VRAM, 0, in nvc0_create_decoder()
289 ret = nouveau_bo_new(screen->device, NOUVEAU_BO_GART|NOUVEAU_BO_MAP, in nvc0_create_decoder()
Dnvc0_video_bsp.c78 ret = nouveau_bo_new(dec->client->device, NOUVEAU_BO_VRAM, 0, bsp_size, &cfg, &tmp_bo); in nvc0_decoder_bsp_next()
110 … ret = nouveau_bo_new(dec->client->device, NOUVEAU_BO_VRAM, 0, bsp_bo->size * 4, &cfg, &tmp_bo); in nvc0_decoder_bsp_next()
Dnvc0_screen.c708 ret = nouveau_bo_new(screen->base.device, NV_VRAM_DOMAIN(&screen->base), 1 << 17, size, in nvc0_screen_resize_tls_area()
724 ret = nouveau_bo_new(screen->base.device, NV_VRAM_DOMAIN(&screen->base), in nvc0_screen_resize_text_area()
829 ret = nouveau_bo_new(dev, flags, 0, 4096, NULL, &screen->fence.bo); in nvc0_screen_create()
1007 ret = nouveau_bo_new(dev, NV_VRAM_DOMAIN(&screen->base), 1 << 12, 7 << 16, NULL, in nvc0_screen_create()
1062 ret = nouveau_bo_new(dev, NV_VRAM_DOMAIN(&screen->base), 1 << 17, 1 << 20, NULL, in nvc0_screen_create()
1073 ret = nouveau_bo_new(dev, NV_VRAM_DOMAIN(&screen->base), 1 << 17, 1 << 17, NULL, in nvc0_screen_create()
Dnvc0_miptree.c312 ret = nouveau_bo_new(dev, bo_flags, 4096, mt->total_size, &bo_config, in nvc0_miptree_create()
Dnvc0_transfer.c413 ret = nouveau_bo_new(dev, NOUVEAU_BO_GART | NOUVEAU_BO_MAP, 0, in nvc0_miptree_transfer_map()
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv98_video.c185 ret = nouveau_bo_new(screen->device, NOUVEAU_BO_VRAM, in nv98_create_decoder()
188 ret = nouveau_bo_new(screen->device, NOUVEAU_BO_VRAM, in nv98_create_decoder()
225 ret = nouveau_bo_new(screen->device, NOUVEAU_BO_VRAM, 0, in nv98_create_decoder()
235 ret = nouveau_bo_new(screen->device, NOUVEAU_BO_VRAM, 0, in nv98_create_decoder()
242 ret = nouveau_bo_new(screen->device, NOUVEAU_BO_VRAM, 0, in nv98_create_decoder()
265 ret = nouveau_bo_new(screen->device, NOUVEAU_BO_GART|NOUVEAU_BO_MAP, in nv98_create_decoder()
Dnv84_video.c81 ret = nouveau_bo_new(dev, NOUVEAU_BO_VRAM, 0, dec->vp_fw2_offset + size2, NULL, &fw); in nv84_load_firmwares()
378 ret = nouveau_bo_new(screen->device, NOUVEAU_BO_VRAM | NOUVEAU_BO_NOSNOOP, in nv84_create_decoder()
383 ret = nouveau_bo_new(screen->device, NOUVEAU_BO_VRAM | NOUVEAU_BO_NOSNOOP, in nv84_create_decoder()
388 ret = nouveau_bo_new(screen->device, NOUVEAU_BO_VRAM | NOUVEAU_BO_NOSNOOP, in nv84_create_decoder()
397 ret = nouveau_bo_new(screen->device, NOUVEAU_BO_VRAM | NOUVEAU_BO_NOSNOOP, in nv84_create_decoder()
404 ret = nouveau_bo_new(screen->device, NOUVEAU_BO_GART, in nv84_create_decoder()
412 ret = nouveau_bo_new(screen->device, NOUVEAU_BO_GART, in nv84_create_decoder()
421 ret = nouveau_bo_new(screen->device, NOUVEAU_BO_GART, in nv84_create_decoder()
433 ret = nouveau_bo_new(screen->device, NOUVEAU_BO_VRAM, in nv84_create_decoder()
677 if (nouveau_bo_new(screen->device, NOUVEAU_BO_VRAM | NOUVEAU_BO_NOSNOOP, 0, in nv84_video_buffer_create()
[all …]
Dnv98_video_bsp.c75 ret = nouveau_bo_new(dec->client->device, NOUVEAU_BO_VRAM, 0, bsp_size, NULL, &tmp_bo); in nv98_decoder_bsp()
88 … ret = nouveau_bo_new(dec->client->device, NOUVEAU_BO_VRAM, 0, bsp_bo->size * 4, NULL, &tmp_bo); in nv98_decoder_bsp()
Dnv50_screen.c768 ret = nouveau_bo_new(dev, NOUVEAU_BO_VRAM, 1 << 16, in nv50_tls_alloc()
870 ret = nouveau_bo_new(dev, NOUVEAU_BO_GART | NOUVEAU_BO_MAP, 0, 4096, in nv50_screen_create()
944 ret = nouveau_bo_new(dev, NOUVEAU_BO_VRAM, 1 << 16, in nv50_screen_create()
966 ret = nouveau_bo_new(dev, NOUVEAU_BO_VRAM, 1 << 16, stack_size, NULL, in nv50_screen_create()
992 ret = nouveau_bo_new(dev, NOUVEAU_BO_VRAM, 1 << 16, 4 << 16, NULL, in nv50_screen_create()
999 ret = nouveau_bo_new(dev, NOUVEAU_BO_VRAM, 1 << 16, 3 << 16, NULL, in nv50_screen_create()
Dnv50_miptree.c389 ret = nouveau_bo_new(dev, bo_flags, 4096, mt->total_size, &bo_config, in nv50_miptree_create()
Dnv50_transfer.c289 ret = nouveau_bo_new(dev, NOUVEAU_BO_GART | NOUVEAU_BO_MAP, 0, in nv50_miptree_transfer_map()
/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnouveau_scratch.c61 nouveau_bo_new(context_dev(ctx), NOUVEAU_BO_GART | in nouveau_get_scratch()
81 ret = nouveau_bo_new(context_dev(ctx), NOUVEAU_BO_GART | in nouveau_scratch_init()
Dnouveau_surface.c69 ret = nouveau_bo_new(context_dev(ctx), flags, 0, in nouveau_surface_alloc()
Dnv20_state_fb.c66 nouveau_bo_new(context_dev(ctx), NOUVEAU_BO_VRAM, 0, size, in setup_hierz_buffer()
Dnouveau_bufferobj.c99 ret = nouveau_bo_new(context_dev(ctx), in nouveau_bufferobj_data()
Dnv10_state_fb.c71 nouveau_bo_new(context_dev(ctx), NOUVEAU_BO_VRAM, 0, size, in setup_hierz_buffer()
Dnouveau_context.c99 if (nouveau_bo_new(context_dev(ctx), NOUVEAU_BO_VRAM, 0, 4096, in nouveau_context_create()
Dnouveau_texture.c353 ret = nouveau_bo_new(context_dev(ctx), NOUVEAU_BO_MAP | in relayout_texture()
/external/libdrm/nouveau/
Dnouveau-symbol-check16 nouveau_bo_new
Dnouveau.h137 int nouveau_bo_new(struct nouveau_device *, uint32_t flags, uint32_t align,
Dpushbuf.c593 ret = nouveau_bo_new(client->device, nvpb->type, 0, size, in nouveau_pushbuf_new()
658 ret = nouveau_bo_new(client->device, nvpb->type, 0, in nouveau_pushbuf_space()
/external/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_mm.c138 ret = nouveau_bo_new(cache->dev, cache->domain, 0, size, &cache->config, in mm_slab_new()
174 ret = nouveau_bo_new(cache->dev, cache->domain, 0, size, &cache->config, in nouveau_mm_allocate()
Dnouveau_video.c569 ret = nouveau_bo_new(dec->screen->device, NOUVEAU_BO_GART | NOUVEAU_BO_MAP, in nouveau_create_decoder()
574 ret = nouveau_bo_new(dec->screen->device, NOUVEAU_BO_GART | NOUVEAU_BO_MAP, in nouveau_create_decoder()
581 ret = nouveau_bo_new(dec->screen->device, NOUVEAU_BO_GART | NOUVEAU_BO_MAP, in nouveau_create_decoder()
/external/libdrm/tests/nouveau/
Dthreaded.c126 err = nouveau_bo_new(nvdev2, NOUVEAU_BO_GART, 0, 4096, NULL, &bo); in main()
/external/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_miptree.c290 ret = nouveau_bo_new(dev, NOUVEAU_BO_GART | NOUVEAU_BO_MAP, 0, in nv30_miptree_transfer_map()
450 ret = nouveau_bo_new(dev, NOUVEAU_BO_VRAM, 256, size, NULL, &mt->base.bo); in nv30_miptree_create()

12