Home
last modified time | relevance | path

Searched refs:MMU_Base (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/video/rockchip/rga/
H A Drga_mmu_info.c603 uint32_t *MMU_Base, *MMU_p, *MMU_Base_phys; in rga_mmu_info_BitBlt_mode() local
610 MMU_Base = NULL; in rga_mmu_info_BitBlt_mode()
644 MMU_Base = rga_mmu_buf.buf_virtual + (rga_mmu_buf.front & (rga_mmu_buf.size - 1)); in rga_mmu_info_BitBlt_mode()
652 ret = rga_MapION(req->sg_src, &MMU_Base[0], SrcMemSize, req->line_draw_info.flag); in rga_mmu_info_BitBlt_mode()
655 ret = rga_MapUserMemory(&pages[0], &MMU_Base[0], SrcStart, SrcMemSize); in rga_mmu_info_BitBlt_mode()
670 MMU_p = MMU_Base; in rga_mmu_info_BitBlt_mode()
684 … ret = rga_MapION(req->sg_dst, &MMU_Base[SrcMemSize], DstMemSize, req->line_draw_info.line_width); in rga_mmu_info_BitBlt_mode()
687 … ret = rga_MapUserMemory(&pages[SrcMemSize], &MMU_Base[SrcMemSize], DstStart, DstMemSize); in rga_mmu_info_BitBlt_mode()
702 MMU_p = MMU_Base + SrcMemSize; in rga_mmu_info_BitBlt_mode()
707 MMU_Base[AllSize] = MMU_Base[AllSize-1]; in rga_mmu_info_BitBlt_mode()
[all …]
/OK3568_Linux_fs/kernel/drivers/video/rockchip/rga2/
H A Drga2_mmu_info.c1064 uint32_t *MMU_Base, *MMU_Base_phys; in rga2_mmu_flush_cache() local
1070 MMU_Base = NULL; in rga2_mmu_flush_cache()
1102 MMU_Base = rga2_mmu_buf.buf_virtual + in rga2_mmu_flush_cache()
1115 MMU_Base, in rga2_mmu_flush_cache()
1146 uint32_t *MMU_Base, *MMU_Base_phys; in rga2_mmu_info_BitBlt_mode() local
1153 MMU_Base = NULL; in rga2_mmu_info_BitBlt_mode()
1219 MMU_Base = rga2_mmu_buf.buf_virtual + rga2_mmu_buf.front; in rga2_mmu_info_BitBlt_mode()
1228 &MMU_Base[0], Src0MemSize); in rga2_mmu_info_BitBlt_mode()
1230 ret = rga2_MapUserMemory(&pages[0], &MMU_Base[0], in rga2_mmu_info_BitBlt_mode()
1243 reg->MMU_src0_base = MMU_Base; in rga2_mmu_info_BitBlt_mode()
[all …]