Home
last modified time | relevance | path

Searched refs:wdma_addr (Results 1 – 6 of 6) sorted by relevance

/Linux-v6.6/drivers/media/platform/mediatek/vcodec/decoder/
Dvdec_msg_queue.c208 mem = &msg_queue->wdma_addr; in vdec_msg_queue_deinit()
234 if (msg_queue->wdma_addr.size) in vdec_msg_queue_deinit()
290 if (msg_queue->wdma_addr.size) in vdec_msg_queue_init()
302 msg_queue->wdma_addr.size = in vdec_msg_queue_init()
305 err = mtk_vcodec_mem_alloc(ctx, &msg_queue->wdma_addr); in vdec_msg_queue_init()
308 msg_queue->wdma_addr.size = 0; in vdec_msg_queue_init()
311 msg_queue->wdma_rptr_addr = msg_queue->wdma_addr.dma_addr; in vdec_msg_queue_init()
312 msg_queue->wdma_wptr_addr = msg_queue->wdma_addr.dma_addr; in vdec_msg_queue_init()
Dvdec_msg_queue.h106 struct mtk_vcodec_mem wdma_addr; member
/Linux-v6.6/drivers/media/platform/mediatek/vcodec/decoder/vdec/
Dvdec_h264_req_multi_if.c492 lat_buf->ctx->msg_queue.wdma_addr.dma_addr; in vdec_h264_slice_core_decode()
494 lat_buf->ctx->msg_queue.wdma_addr.dma_addr + in vdec_h264_slice_core_decode()
495 lat_buf->ctx->msg_queue.wdma_addr.size; in vdec_h264_slice_core_decode()
636 inst->vsi->wdma_start_addr = lat_buf->ctx->msg_queue.wdma_addr.dma_addr; in vdec_h264_slice_lat_decode()
637 inst->vsi->wdma_end_addr = lat_buf->ctx->msg_queue.wdma_addr.dma_addr + in vdec_h264_slice_lat_decode()
638 lat_buf->ctx->msg_queue.wdma_addr.size; in vdec_h264_slice_lat_decode()
662 share_info->trans_end = inst->ctx->msg_queue.wdma_addr.dma_addr + in vdec_h264_slice_lat_decode()
689 share_info->trans_end = inst->ctx->msg_queue.wdma_addr.dma_addr + in vdec_h264_slice_lat_decode()
Dvdec_hevc_req_multi_if.c765 inst->vsi->ube.dma_addr = lat_buf->ctx->msg_queue.wdma_addr.dma_addr; in vdec_hevc_slice_setup_lat_buffer()
766 inst->vsi->ube.size = lat_buf->ctx->msg_queue.wdma_addr.size; in vdec_hevc_slice_setup_lat_buffer()
828 inst->vsi_core->ube.dma_addr = lat_buf->ctx->msg_queue.wdma_addr.dma_addr; in vdec_hevc_slice_setup_core_buffer()
829 inst->vsi_core->ube.size = lat_buf->ctx->msg_queue.wdma_addr.size; in vdec_hevc_slice_setup_core_buffer()
1034 share_info->trans.dma_addr_end = inst->ctx->msg_queue.wdma_addr.dma_addr + in vdec_hevc_slice_lat_decode()
Dvdec_vp9_req_lat_if.c1005 vsi->ube.dma_addr = lat_buf->ctx->msg_queue.wdma_addr.dma_addr; in vdec_vp9_slice_setup_lat_buffer()
1006 vsi->ube.size = lat_buf->ctx->msg_queue.wdma_addr.size; in vdec_vp9_slice_setup_lat_buffer()
2112 ctx->msg_queue.wdma_addr.dma_addr); in vdec_vp9_slice_lat_decode()
2192 pfc->vsi.trans.dma_addr_end += ctx->msg_queue.wdma_addr.dma_addr; in vdec_vp9_slice_core_decode()
Dvdec_av1_req_lat_if.c1595 vsi->ube.dma_addr = lat_buf->ctx->msg_queue.wdma_addr.dma_addr; in vdec_av1_slice_setup_lat_buffer()
1596 vsi->ube.size = lat_buf->ctx->msg_queue.wdma_addr.size; in vdec_av1_slice_setup_lat_buffer()
2109 vsi->trans.dma_addr_end += ctx->msg_queue.wdma_addr.dma_addr; in vdec_av1_slice_lat_decode()