Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/video/rockchip/rga3/
H A Drga3_reg_info.c89 ymirror = msg->rotate_mode & RGA3_ROT_BIT_Y_MIRROR ? 1 : 0; in RGA3_set_reg_win0_info()
472 ymirror = msg->rotate_mode & RGA3_ROT_BIT_Y_MIRROR ? 1 : 0; in RGA3_set_reg_win1_info()
1429 req->rotate_mode = RGA3_ROT_BIT_X_MIRROR | RGA3_ROT_BIT_Y_MIRROR; in rga_cmd_to_rga3_cmd()
1432 req->rotate_mode = RGA3_ROT_BIT_X_MIRROR | RGA3_ROT_BIT_Y_MIRROR | in rga_cmd_to_rga3_cmd()
1445 req->rotate_mode = RGA3_ROT_BIT_Y_MIRROR; in rga_cmd_to_rga3_cmd()
1449 req->rotate_mode = RGA3_ROT_BIT_X_MIRROR | RGA3_ROT_BIT_Y_MIRROR; in rga_cmd_to_rga3_cmd()
1464 req->rotate_mode ^= RGA3_ROT_BIT_Y_MIRROR; in rga_cmd_to_rga3_cmd()
1468 req->rotate_mode ^= RGA3_ROT_BIT_X_MIRROR | RGA3_ROT_BIT_Y_MIRROR; in rga_cmd_to_rga3_cmd()
/OK3568_Linux_fs/kernel/drivers/video/rockchip/rga3/include/
H A Drga3_reg_info.h490 #define RGA3_ROT_BIT_Y_MIRROR BIT(2) macro