Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/media/platform/mediatek/vcodec/
A Dvdec_msg_queue.c183 mem = &msg_queue->wdma_addr; in vdec_msg_queue_deinit()
239 if (msg_queue->wdma_addr.size) in vdec_msg_queue_init()
244 msg_queue->wdma_addr.size = in vdec_msg_queue_init()
248 err = mtk_vcodec_mem_alloc(ctx, &msg_queue->wdma_addr); in vdec_msg_queue_init()
253 msg_queue->wdma_rptr_addr = msg_queue->wdma_addr.dma_addr; in vdec_msg_queue_init()
254 msg_queue->wdma_wptr_addr = msg_queue->wdma_addr.dma_addr; in vdec_msg_queue_init()
A Dvdec_msg_queue.h79 struct mtk_vcodec_mem wdma_addr; member
/linux-6.3-rc2/drivers/media/platform/mediatek/vcodec/vdec/
A Dvdec_h264_req_multi_if.c496 lat_buf->ctx->msg_queue.wdma_addr.dma_addr; in vdec_h264_slice_core_decode()
498 lat_buf->ctx->msg_queue.wdma_addr.dma_addr + in vdec_h264_slice_core_decode()
499 lat_buf->ctx->msg_queue.wdma_addr.size; in vdec_h264_slice_core_decode()
641 inst->vsi->wdma_start_addr = lat_buf->ctx->msg_queue.wdma_addr.dma_addr; in vdec_h264_slice_lat_decode()
642 inst->vsi->wdma_end_addr = lat_buf->ctx->msg_queue.wdma_addr.dma_addr + in vdec_h264_slice_lat_decode()
643 lat_buf->ctx->msg_queue.wdma_addr.size; in vdec_h264_slice_lat_decode()
667 share_info->trans_end = inst->ctx->msg_queue.wdma_addr.dma_addr + in vdec_h264_slice_lat_decode()
694 share_info->trans_end = inst->ctx->msg_queue.wdma_addr.dma_addr + in vdec_h264_slice_lat_decode()
A Dvdec_vp9_req_lat_if.c1006 vsi->ube.dma_addr = lat_buf->ctx->msg_queue.wdma_addr.dma_addr; in vdec_vp9_slice_setup_lat_buffer()
1007 vsi->ube.size = lat_buf->ctx->msg_queue.wdma_addr.size; in vdec_vp9_slice_setup_lat_buffer()
2121 ctx->msg_queue.wdma_addr.dma_addr); in vdec_vp9_slice_lat_decode()
2201 pfc->vsi.trans.dma_addr_end += ctx->msg_queue.wdma_addr.dma_addr; in vdec_vp9_slice_core_decode()

Completed in 11 milliseconds