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_get_sync(rga->dev); in rga_buf_start_streaming()
84 pm_runtime_put_noidle(rga->dev); in rga_buf_start_streaming()
95 struct rockchip_rga *rga = ctx->rga; in rga_buf_stop_streaming() local
98 pm_runtime_put(rga->dev); in rga_buf_stop_streaming()
111 /* RGA MMU is a 1-Level MMU, so it can't be used through the IOMMU API.
117 struct rockchip_rga *rga = ctx->rga; in rga_buf_map() local
125 pages = rga->src_mmu_pages; in rga_buf_map()
127 pages = rga->dst_mmu_pages; in rga_buf_map()
129 /* Create local MMU table for RGA */ in rga_buf_map()
146 /* sync local MMU table for RGA */ in rga_buf_map()
147 dma_sync_single_for_device(rga->dev, virt_to_phys(pages), in rga_buf_map()