Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/video/rockchip/rga2/
H A Drga2_mmu_info.c438 mmu_flag = req->mmu_info.dst_mmu_flag; in rga2_get_dma_info()
582 if (req->mmu_info.dst_mmu_flag) { in rga2_get_dma_info()
615 if (req->mmu_info.dst_mmu_flag) { in rga2_get_dma_info()
1081 if (req->mmu_info.dst_mmu_flag & 1) { in rga2_mmu_flush_cache()
1189 if (req->mmu_info.dst_mmu_flag & 1) { in rga2_mmu_info_BitBlt_mode()
1355 req->mmu_info.src1_mmu_flag = req->mmu_info.dst_mmu_flag; in rga2_mmu_info_BitBlt_mode()
1412 if (req->mmu_info.dst_mmu_flag) { in rga2_mmu_info_color_palette_mode()
1540 if(req->mmu_info.dst_mmu_flag & 1) { in rga2_mmu_info_color_fill_mode()
1635 … req->mmu_info.dst_mmu_flag = req->mmu_info.dst_mmu_flag == 1 ? 0 : req->mmu_info.dst_mmu_flag; in rga2_mmu_info_update_palette_table_mode()
H A Drga2_reg_info.c1049 | ((msg->mmu_info.dst_mmu_flag & 0xf) << 8) | ((msg->mmu_info.els_mmu_flag & 0x3) << 12); in RGA2_set_mmu_info()
1398 req->mmu_info.dst_mmu_flag = 1; in RGA_MSG_2_RGA2_MSG()
1403 req->mmu_info.dst_mmu_flag = ((req_rga->mmu_info.mmu_flag >> 10) & 1); in RGA_MSG_2_RGA2_MSG()
1415 req->mmu_info.dst_mmu_flag = 0; in RGA_MSG_2_RGA2_MSG()
1663 req->mmu_info.dst_mmu_flag = 1; in RGA_MSG_2_RGA2_MSG_32()
1667 req->mmu_info.dst_mmu_flag = ((req_rga->mmu_info.mmu_flag >> 10) & 1); in RGA_MSG_2_RGA2_MSG_32()
1679 req->mmu_info.dst_mmu_flag = 0; in RGA_MSG_2_RGA2_MSG_32()
H A Drga2.h180 …u8 dst_mmu_flag; /* [0] dst mmu enable [1] dst_flush [2] dst_prefetch_en [3] dst_prefetch … member
H A Drga2_drv.c352 req->mmu_info.dst_mmu_flag, req->mmu_info.els_mmu_flag); in print_debug_info()
794 || (req->mmu_info.dst_mmu_flag & 1) || (req->mmu_info.els_mmu_flag & 1)) in rga2_reg_init()
1028 (req->mmu_info.dst_mmu_flag & 1) || (req->mmu_info.els_mmu_flag & 1)) { in rga2_blit_flush_cache()
/OK3568_Linux_fs/kernel/drivers/video/rockchip/rga3/
H A Drga2_reg_info.c1864 ((msg->mmu_info.dst_mmu_flag & 0xf) << 8) | in RGA2_set_mmu_reg_info()
2159 req->mmu_info.dst_mmu_flag = 1; in rga_cmd_to_rga2_cmd()
2166 req->mmu_info.dst_mmu_flag = in rga_cmd_to_rga2_cmd()
2182 req->mmu_info.dst_mmu_flag = 0; in rga_cmd_to_rga2_cmd()
2347 req->mmu_info.dst_mmu_flag, req->mmu_info.els_mmu_flag); in print_debug_info()
2393 (req.mmu_info.dst_mmu_flag & 1) || (req.mmu_info.els_mmu_flag & 1)) { in rga2_init_reg()
2399 req.mmu_info.dst_mmu_flag, req.mmu_info.els_mmu_flag); in rga2_init_reg()
H A Drga_iommu.c82 req->mmu_info.src1_mmu_flag = req->mmu_info.dst_mmu_flag; in rga_set_mmu_base()
H A Drga3_reg_info.c1754 req->mmu_info.dst_mmu_flag = 1; in rga_cmd_to_rga3_cmd()
1956 req->mmu_info.dst_mmu_flag); in print_debug_info()
/OK3568_Linux_fs/kernel/drivers/video/rockchip/rga3/include/
H A Drga.h305 u8 dst_mmu_flag; member