Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/video/rockchip/rga2/
H A Drga2_mmu_info.h27 int rga2_set_mmu_info(struct rga2_reg *reg, struct rga2_req *req);
31 int rga2_get_dma_info(struct rga2_reg *reg, struct rga2_req *req);
32 void rga2_put_dma_info(struct rga2_reg *reg);
H A Drga2_drv.c516 struct rga2_reg *reg, *reg_tmp; in rga2_dump()
749 static void rga2_copy_reg(struct rga2_reg *reg, uint32_t offset) in rga2_copy_reg()
769 static struct rga2_reg * rga2_reg_init(rga2_session *session, struct rga2_req *req) in rga2_reg_init()
774 struct rga2_reg *reg = (struct rga2_reg *)get_zeroed_page(GFP_KERNEL | GFP_DMA32); in rga2_reg_init()
822 static void rga2_reg_deinit(struct rga2_reg *reg) in rga2_reg_deinit()
830 static void rga2_reg_from_wait_to_run(struct rga2_reg *reg) in rga2_reg_from_wait_to_run()
842 struct rga2_reg *reg, *n; in rga2_service_session_clear()
859 struct rga2_reg *reg ; in rga2_try_set_reg()
866 reg = list_entry(rga2_service.waiting.next, struct rga2_reg, status_link); in rga2_try_set_reg()
953 struct rga2_reg *reg; in rga2_del_running_list()
[all …]
H A Drga2_mmu_info.c367 int rga2_get_dma_info(struct rga2_reg *reg, struct rga2_req *req) in rga2_get_dma_info()
497 void rga2_put_dma_info(struct rga2_reg *reg) in rga2_put_dma_info()
505 static int rga2_get_dma_info(struct rga2_reg *reg, struct rga2_req *req) in rga2_get_dma_info()
650 void rga2_put_dma_info(struct rga2_reg *reg) {} in rga2_put_dma_info()
1060 static int rga2_mmu_flush_cache(struct rga2_reg *reg, struct rga2_req *req) in rga2_mmu_flush_cache()
1140 static int rga2_mmu_info_BitBlt_mode(struct rga2_reg *reg, struct rga2_req *req) in rga2_mmu_info_BitBlt_mode()
1368 static int rga2_mmu_info_color_palette_mode(struct rga2_reg *reg, struct rga2_req *req) in rga2_mmu_info_color_palette_mode()
1521 static int rga2_mmu_info_color_fill_mode(struct rga2_reg *reg, struct rga2_req *req) in rga2_mmu_info_color_fill_mode()
1613 static int rga2_mmu_info_update_palette_table_mode(struct rga2_reg *reg, struct rga2_req *req) in rga2_mmu_info_update_palette_table_mode()
1716 static int rga2_mmu_info_update_patten_buff_mode(struct rga2_reg *reg, struct rga2_req *req)
[all …]
H A Drga2.h724 struct rga2_reg { struct
757 struct rga2_reg *reg; argument