Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/video/rockchip/rga2/
H A Drga2_reg_info.c383 RK_U8 dst_alpha_swp = 0; in RGA2_set_reg_dst_info() local
467 case RGA2_FORMAT_ARGB_8888 : dst_format = 0x0; dpw = 4; dst_alpha_swp = 1; break; in RGA2_set_reg_dst_info()
468 …case RGA2_FORMAT_ABGR_8888 : dst_format = 0x0; dpw = 4; dst_alpha_swp = 1; dst_rb_swp = 0x1; br… in RGA2_set_reg_dst_info()
469 case RGA2_FORMAT_XRGB_8888 : dst_format = 0x1; dpw = 4; dst_alpha_swp = 1; break; in RGA2_set_reg_dst_info()
470 …case RGA2_FORMAT_XBGR_8888 : dst_format = 0x1; dpw = 4; dst_alpha_swp = 1; dst_rb_swp = 0x1; br… in RGA2_set_reg_dst_info()
471 case RGA2_FORMAT_ARGB_5551 : dst_format = 0x5; dpw = 2; dst_alpha_swp = 1; break; in RGA2_set_reg_dst_info()
472 …case RGA2_FORMAT_ABGR_5551 : dst_format = 0x5; dpw = 2; dst_alpha_swp = 1; dst_rb_swp = 0x1; br… in RGA2_set_reg_dst_info()
473 case RGA2_FORMAT_ARGB_4444 : dst_format = 0x6; dpw = 2; dst_alpha_swp = 1; break; in RGA2_set_reg_dst_info()
474 …case RGA2_FORMAT_ABGR_4444 : dst_format = 0x6; dpw = 2; dst_alpha_swp = 1; dst_rb_swp = 0x1; br… in RGA2_set_reg_dst_info()
500 … reg = ((reg & (~m_RGA2_DST_INFO_SW_ALPHA_SWAP)) | (s_RGA2_DST_INFO_SW_ALPHA_SWAP(dst_alpha_swp))); in RGA2_set_reg_dst_info()
/OK3568_Linux_fs/kernel/drivers/video/rockchip/rga3/
H A Drga2_reg_info.c660 u8 dst_alpha_swp = 0; in RGA2_set_reg_dst_info() local
882 dst_alpha_swp = 1; in RGA2_set_reg_dst_info()
887 dst_alpha_swp = 1; in RGA2_set_reg_dst_info()
893 dst_alpha_swp = 1; in RGA2_set_reg_dst_info()
898 dst_alpha_swp = 1; in RGA2_set_reg_dst_info()
904 dst_alpha_swp = 1; in RGA2_set_reg_dst_info()
909 dst_alpha_swp = 1; in RGA2_set_reg_dst_info()
915 dst_alpha_swp = 1; in RGA2_set_reg_dst_info()
920 dst_alpha_swp = 1; in RGA2_set_reg_dst_info()
1029 (s_RGA2_DST_INFO_SW_ALPHA_SWAP(dst_alpha_swp))); in RGA2_set_reg_dst_info()