Home
last modified time | relevance | path

Searched refs:nouveau_bo_map (Results 1 – 25 of 36) sorted by relevance

12

/external/igt-gpu-tools/tests/
Dprime_nv_test.c146 igt_assert(nouveau_bo_map(nvbo, NOUVEAU_BO_RDWR, nclient) == 0); in test_nv_write_i915_cpu_mmap_read()
176 igt_assert(nouveau_bo_map(nvbo, NOUVEAU_BO_RDWR, nclient) == 0); in test_nv_write_i915_gtt_mmap_read()
209 igt_assert(nouveau_bo_map(nvbo, NOUVEAU_BO_RDWR, nclient) == 0); in test_i915_import_cpu_mmap()
241 igt_assert(nouveau_bo_map(nvbo, NOUVEAU_BO_RDWR, nclient) == 0); in test_i915_import_gtt_mmap()
273 igt_assert(nouveau_bo_map(nvbo, NOUVEAU_BO_RDWR, nclient) == 0); in test_i915_import_pread_pwrite()
340 igt_assert(nouveau_bo_map(nvbo, NOUVEAU_BO_RDWR, nclient) == 0); in test_i915_blt_fill_nv_read()
Dprime_nv_pcopy.c104 igt_assert(nouveau_bo_map(*bo, NOUVEAU_BO_RDWR, nclient) == 0); in nv_bo_alloc()
231 igt_assert(nouveau_bo_map(query_bo, NOUVEAU_BO_RDWR, nclient) == 0); in init_nouveau()
/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnouveau_scratch.c54 nouveau_bo_map(*bo, NOUVEAU_BO_WR, client); in nouveau_get_scratch()
64 nouveau_bo_map(*bo, NOUVEAU_BO_WR, client); in nouveau_get_scratch()
Dnouveau_span.c43 nouveau_bo_map(s->bo, NOUVEAU_BO_RDWR, context_client(ctx)); in renderbuffer_map_unmap()
Dnouveau_array.c120 nouveau_bo_map(a->bo, NOUVEAU_BO_RD, client); in nouveau_init_array()
Dnouveau_bufferobj.c44 nouveau_bo_map(nbo->bo, flags, context_client(ctx)); in get_bufferobj_map()
Dnouveau_fbo.c153 nouveau_bo_map(s->bo, flags, context_client(ctx)); in nouveau_renderbuffer_map()
Dnv04_context.c119 nouveau_bo_map(s->bo, NOUVEAU_BO_WR, context_client(ctx)); in init_dummy_texture()
Dnv04_surface.c371 nouveau_bo_map(dst->bo, NOUVEAU_BO_WR, context_client(ctx)); in nv04_surface_copy_cpu()
372 nouveau_bo_map(src->bo, NOUVEAU_BO_RD, context_client(ctx)); in nv04_surface_copy_cpu()
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_video_bsp.c40 ret = nouveau_bo_map(bsp_bo, NOUVEAU_BO_WR, dec->client); in nvc0_decoder_bsp_begin()
85 ret = nouveau_bo_map(tmp_bo, NOUVEAU_BO_WR, dec->client); in nvc0_decoder_bsp_next()
117 ret = nouveau_bo_map(tmp_bo, NOUVEAU_BO_WR, dec->client); in nvc0_decoder_bsp_next()
Dnvc0_video_vp.c47 int ret = nouveau_bo_map(inter_bo, NOUVEAU_BO_RD|NOUVEAU_BO_NOBLOCK, dec->client); in dump_comm_vp()
Dnvc0_transfer.c391 ret = nouveau_bo_map(mt->base.bo, 0, NULL); in nvc0_miptree_transfer_map()
483 ret = nouveau_bo_map(tx->rect[1].bo, flags, nvc0->screen->base.client); in nvc0_miptree_transfer_map()
Dnvc0_video.c295 nouveau_bo_map(dec->fence_bo, NOUVEAU_BO_RDWR, screen->client); in nvc0_create_decoder()
/external/libdrm/libkms/
Dnouveau.c143 nouveau_bo_map(struct kms_bo *_bo, void **out) in nouveau_bo_map() function
209 kms->bo_map = nouveau_bo_map; in nouveau_create()
/external/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_buffer.c159 if (!nouveau_bo_map(tx->bo, 0, NULL)) in nouveau_transfer_staging()
458 ret = nouveau_bo_map(buf->bo, in nouveau_buffer_transfer_map()
622 if (nouveau_bo_map(res->bo, 0, NULL)) in nouveau_resource_map_offset()
625 if (nouveau_bo_map(res->bo, flags, nv->client)) in nouveau_resource_map_offset()
810 if (nouveau_bo_map(bo, NOUVEAU_BO_RD, nv->client)) in nouveau_buffer_data_fetch()
835 ret = nouveau_bo_map(buf->bo, 0, nv->client); in nouveau_buffer_migrate()
905 ret = nouveau_bo_map(buf->bo, 0, nv->client); in nouveau_user_buffer_upload()
1001 ret = nouveau_bo_map(nv->scratch.runout->bo[n], 0, NULL); in nouveau_scratch_runout()
1039 ret = nouveau_bo_map(bo, NOUVEAU_BO_WR, nv->client); in nouveau_scratch_next()
Dnouveau_video.c40 ret = nouveau_bo_map(dec->cmd_bo, NOUVEAU_BO_RDWR, dec->client); in nouveau_vpe_init()
45 ret = nouveau_bo_map(dec->data_bo, NOUVEAU_BO_RDWR, dec->client); in nouveau_vpe_init()
585 nouveau_bo_map(dec->fence_bo, NOUVEAU_BO_RDWR, NULL); in nouveau_create_decoder()
/external/libdrm/nouveau/
Dnouveau-symbols.txt1 nouveau_bo_map
Dnouveau.h146 int nouveau_bo_map(struct nouveau_bo *, uint32_t access,
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv84_video.c84 ret = nouveau_bo_map(fw, NOUVEAU_BO_WR, dec->client); in nv84_load_firmwares()
409 ret = nouveau_bo_map(dec->bitstream, NOUVEAU_BO_WR, dec->client); in nv84_create_decoder()
416 ret = nouveau_bo_map(dec->vp_params, NOUVEAU_BO_WR, dec->client); in nv84_create_decoder()
428 ret = nouveau_bo_map(dec->mpeg12_bo, NOUVEAU_BO_WR, dec->client); in nv84_create_decoder()
437 ret = nouveau_bo_map(dec->fence, NOUVEAU_BO_WR, dec->client); in nv84_create_decoder()
Dnv98_video_bsp.c98 ret = nouveau_bo_map(bsp_bo, NOUVEAU_BO_WR, dec->client); in nv98_decoder_bsp()
Dnv98_video_vp.c47 int ret = nouveau_bo_map(inter_bo, NOUVEAU_BO_RD|NOUVEAU_BO_NOBLOCK, dec->client); in dump_comm_vp()
Dnv50_compute.c212 nouveau_bo_map(bo, 0, screen->base.client); in nv50_compute_upload_input()
Dnv98_video.c271 nouveau_bo_map(dec->fence_bo, NOUVEAU_BO_RDWR, screen->client); in nv98_create_decoder()
Dnv50_query_hw.c66 ret = nouveau_bo_map(hq->bo, 0, screen->base.client); in nv50_hw_query_allocate()
/external/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_transfer.c638 nouveau_bo_map(src->bo, NOUVEAU_BO_RD, nv30->base.client); in nv30_transfer_rect_cpu()
639 nouveau_bo_map(dst->bo, NOUVEAU_BO_WR, nv30->base.client); in nv30_transfer_rect_cpu()

12