Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/video/rockchip/rga2/
H A Drga2_mmu_info.c1063 unsigned long DstStart, DstPageCount; in rga2_mmu_flush_cache() local
1072 DstPageCount = 0; in rga2_mmu_flush_cache()
1082 DstPageCount = rga2_buf_size_cal(req->dst.yrgb_addr, in rga2_mmu_flush_cache()
1089 if (DstPageCount == 0) in rga2_mmu_flush_cache()
1093 DstMemSize = (DstPageCount + 15) & (~15); in rga2_mmu_flush_cache()
1116 DstStart, DstPageCount, 1, in rga2_mmu_flush_cache()
1144 unsigned long Src0PageCount, Src1PageCount, DstPageCount; in rga2_mmu_info_BitBlt_mode() local
1159 DstPageCount = 0; in rga2_mmu_info_BitBlt_mode()
1190 DstPageCount = rga2_buf_size_cal(req->dst.yrgb_addr, in rga2_mmu_info_BitBlt_mode()
1197 if (DstPageCount == 0) in rga2_mmu_info_BitBlt_mode()
[all …]