Lines Matching full:rga
15 #include "rga-hw.h"
16 #include "rga.h"
79 struct rockchip_rga *rga = ctx->rga; in rga_buf_start_streaming() local
82 ret = pm_runtime_resume_and_get(rga->dev); in rga_buf_start_streaming()
94 struct rockchip_rga *rga = ctx->rga; in rga_buf_stop_streaming() local
97 pm_runtime_put(rga->dev); in rga_buf_stop_streaming()
110 /* RGA MMU is a 1-Level MMU, so it can't be used through the IOMMU API.
116 struct rockchip_rga *rga = ctx->rga; in rga_buf_map() local
124 pages = rga->src_mmu_pages; in rga_buf_map()
126 pages = rga->dst_mmu_pages; in rga_buf_map()
128 /* Create local MMU table for RGA */ in rga_buf_map()
145 /* sync local MMU table for RGA */ in rga_buf_map()
146 dma_sync_single_for_device(rga->dev, virt_to_phys(pages), in rga_buf_map()