Searched refs:dst_rb_swp (Results 1 – 3 of 3) sorted by relevance
380 RK_U8 dst_rb_swp = 0; in RGA2_set_reg_dst_info() local454 case RGA2_FORMAT_BGRA_8888 : dst_format = 0x0; dst_rb_swp = 0x1; dpw = 4; break; in RGA2_set_reg_dst_info()456 case RGA2_FORMAT_BGRX_8888 : dst_format = 0x1; dst_rb_swp = 0x1; dpw = 4; break; in RGA2_set_reg_dst_info()458 …case RGA2_FORMAT_BGR_888 : dst_format = 0x2; dst_rgb_pack = 1; dst_rb_swp = 1; dpw = 3; break; in RGA2_set_reg_dst_info()460 case RGA2_FORMAT_RGBA_5551 : dst_format = 0x5; dpw = 2; dst_rb_swp = 0x1; break; in RGA2_set_reg_dst_info()461 case RGA2_FORMAT_RGBA_4444 : dst_format = 0x6; dpw = 2; dst_rb_swp = 0x1; break; in RGA2_set_reg_dst_info()462 case RGA2_FORMAT_BGR_565 : dst_format = 0x4; dpw = 2; dst_rb_swp = 0x1; 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()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()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()[all …]
658 u8 dst_rb_swp = 0; in RGA2_set_reg_dst_info() local829 dst_rb_swp = 0x1; in RGA2_set_reg_dst_info()838 dst_rb_swp = 0x1; in RGA2_set_reg_dst_info()847 dst_rb_swp = 1; in RGA2_set_reg_dst_info()865 dst_rb_swp = 0x1; in RGA2_set_reg_dst_info()870 dst_rb_swp = 0x1; in RGA2_set_reg_dst_info()875 dst_rb_swp = 0x1; in RGA2_set_reg_dst_info()888 dst_rb_swp = 0x1; in RGA2_set_reg_dst_info()899 dst_rb_swp = 0x1; in RGA2_set_reg_dst_info()910 dst_rb_swp = 0x1; in RGA2_set_reg_dst_info()[all …]
456 u8 dst_rb_swp = 0; in RGA_set_mode_ctrl() local528 case RK_FORMAT_BGRA_8888 : dst_format = 0x0; dst_rb_swp = 0x1; break; in RGA_set_mode_ctrl()534 case RK_FORMAT_BGR_888 : dst_format = 0x0; dst_rgb_pack = 0x1; dst_rb_swp = 1; break; in RGA_set_mode_ctrl()542 reg = ((reg & (~m_RGA_MODE_CTRL_DST_RB_SWAP)) | (s_RGA_MODE_CTRL_DST_RB_SWAP(dst_rb_swp))); in RGA_set_mode_ctrl()