Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/video/rockchip/rga3/
H A Drga3_reg_info.c88 xmirror = msg->rotate_mode & RGA3_ROT_BIT_X_MIRROR ? 1 : 0; in RGA3_set_reg_win0_info()
471 xmirror = msg->rotate_mode & RGA3_ROT_BIT_X_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()
1441 req->rotate_mode = RGA3_ROT_BIT_X_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()
1460 req->rotate_mode ^= RGA3_ROT_BIT_X_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.h489 #define RGA3_ROT_BIT_X_MIRROR BIT(1) macro