Home
last modified time | relevance | path

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

/third_party/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->base.client); in nvc0_miptree_transfer_map()
Dnvc0_video.c296 nouveau_bo_map(dec->fence_bo, NOUVEAU_BO_RDWR, screen->client); in nvc0_create_decoder()
Dnvc0_query_hw.c58 ret = nouveau_bo_map(hq->bo, 0, nvc0->base.client); in nvc0_hw_query_allocate()
Dnvc0_screen.c1126 nouveau_bo_map(screen->fence.bo, 0, NULL); in nvc0_screen_create()
Dnve4_compute.c1034 ret = nouveau_bo_map(bo, NOUVEAU_BO_RDWR, nvc0->base.client); in nve4_compute_trap_info()
/third_party/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_buffer.c175 if (!nouveau_bo_map(tx->bo, 0, NULL)) in nouveau_transfer_staging()
478 ret = nouveau_bo_map(buf->bo, in nouveau_buffer_transfer_map()
646 if (nouveau_bo_map(res->bo, 0, NULL)) in nouveau_resource_map_offset()
649 if (nouveau_bo_map(res->bo, flags, nv->client)) in nouveau_resource_map_offset()
805 if (nouveau_bo_map(bo, NOUVEAU_BO_RD, nv->client)) in nouveau_buffer_data_fetch()
830 ret = nouveau_bo_map(buf->bo, 0, nv->client); in nouveau_buffer_migrate()
900 ret = nouveau_bo_map(buf->bo, 0, nv->client); in nouveau_user_buffer_upload()
996 ret = nouveau_bo_map(nv->scratch.runout->bo[n], 0, NULL); in nouveau_scratch_runout()
1034 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()
Dnouveau_vp3_video.c293 if (nouveau_bo_map(dec->fw_bo, NOUVEAU_BO_WR, dec->client)) in nouveau_vp3_load_firmware()
/third_party/libdrm/nouveau/
Dnouveau-symbols.txt1 nouveau_bo_map
Dnouveau.h146 int nouveau_bo_map(struct nouveau_bo *, uint32_t access,
Dpushbuf.c688 ret = nouveau_bo_map(bo, NOUVEAU_BO_WR, push->client); in nouveau_pushbuf_space()
Dnouveau.c873 nouveau_bo_map(struct nouveau_bo *bo, uint32_t access, in nouveau_bo_map() function
/third_party/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()
Dnv98_video.c272 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, nv50->base.client); in nv50_hw_query_allocate()
Dnv50_compute.c543 nouveau_bo_map(bo, 0, nv50->base.client); in nv50_compute_upload_input()
Dnv50_transfer.c456 ret = nouveau_bo_map(tx->rect[1].bo, flags, nv50->base.client); in nv50_miptree_transfer_map()
Dnv50_screen.c1073 nouveau_bo_map(screen->fence.bo, 0, NULL); in nv50_screen_create()
/third_party/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()
Dnv30_screen.c735 ret = nouveau_bo_map(screen->notify, 0, screen->base.client); in nv30_screen_create()
Dnv30_miptree.c362 ret = nouveau_bo_map(tx->tmp.bo, access, nv30->base.client); in nv30_miptree_transfer_map()