Searched refs:bitblt_mode (Results 1 - 12 of 12) sorted by relevance
/device/soc/rockchip/common/vendor/drivers/video/rockchip/rga2/ |
H A D | rga2.h | 62 bitblt_mode = 0x0,
enumerator 72 }; // bitblt_mode select
469 u8 bitblt_mode; /* 0: SRC + DST => DST */
member
|
H A D | rga2_drv.c | 333 req->bitblt_mode, rga2_get_rotate_mode_str(req->rotate_mode));
in print_debug_info() 1218 if (first_RGA2_proc == 0 && req.render_mode == bitblt_mode && rga2_service.dev_mode == 1) {
in rga_ioctl() 1241 if (first_RGA2_proc == 0 && req.render_mode == bitblt_mode && rga2_service.dev_mode == 1) {
in rga_ioctl() 1398 if (first_RGA2_proc == 0 && req.render_mode == bitblt_mode && rga2_service.dev_mode == 1) {
in compat_rga_ioctl() 1421 if (first_RGA2_proc == 0 && req.render_mode == bitblt_mode && rga2_service.dev_mode == 1) {
in compat_rga_ioctl()
|
H A D | rga2_reg_info.c | 126 reg = ((reg & (~m_RGA2_MODE_CTRL_SW_BITBLT_MODE)) | (s_RGA2_MODE_CTRL_SW_BITBLT_MODE(msg->bitblt_mode)));
in RGA2_set_mode_ctrl() 1441 case bitblt_mode:
in RGA2_gen_reg_info() 1647 req->render_mode = bitblt_mode;
in RGA_MSG_2_RGA2_MSG() 1728 req->bitblt_mode = req_rga->bsfilter_flag;
in RGA_MSG_2_RGA2_MSG() 1918 req->render_mode = bitblt_mode;
in RGA_MSG_2_RGA2_MSG_32() 1995 req->bitblt_mode = req_rga->bsfilter_flag;
in RGA_MSG_2_RGA2_MSG_32()
|
H A D | rga2_mmu_info.c | 1180 } else if (req->alpha_mode_0 != 0 && req->bitblt_mode == 0) {
in rga2_mmu_info_BitBlt_mode() 1220 if (((req->alpha_rop_flag & 1) == 1) && (req->bitblt_mode == 0)) {
in rga2_mmu_info_BitBlt_mode() 1562 case bitblt_mode:
in rga2_set_mmu_info()
|
/device/soc/rockchip/rk3588/kernel/drivers/video/rockchip/rga3/include/ |
H A D | rga.h | 488 u8 bitblt_mode; member 614 u8 bitblt_mode; member
|
/device/soc/rockchip/common/hardware/rga/include/ |
H A D | rga.h | 53 bitblt_mode = 0x0, enumerator
|
/device/soc/rockchip/rk3399/hardware/rga/include/ |
H A D | rga.h | 54 bitblt_mode = 0x0, enumerator
|
/device/soc/rockchip/rk3568/hardware/rga/include/ |
H A D | rga.h | 54 bitblt_mode = 0x0, enumerator
|
/device/soc/rockchip/rk3588/hardware/rga/include/ |
H A D | rga.h | 77 bitblt_mode = 0x0, enumerator
|
/device/soc/rockchip/rk3588/kernel/drivers/video/rockchip/rga3/ |
H A D | rga2_mmu_info.c | 733 if (req->alpha_mode_0 != 0 && req->bitblt_mode == 0) in rga2_mmu_info_BitBlt_mode() 799 (req->bitblt_mode == 0)) { in rga2_mmu_info_BitBlt_mode()
|
H A D | rga2_reg_info.c | 175 (s_RGA2_MODE_CTRL_SW_BITBLT_MODE(msg->bitblt_mode))); in RGA2_set_mode_ctrl() 1770 req->bitblt_mode = req_rga->bsfilter_flag; in rga_cmd_to_rga2_cmd() 2257 rga2_get_render_mode_str(req->render_mode), req->bitblt_mode, in print_debug_info()
|
H A D | rga3_reg_info.c | 1907 rga3_get_render_mode_str(req->render_mode), req->bitblt_mode, in print_debug_info()
|
Completed in 22 milliseconds