Searched refs:blend_cfg (Results 1 – 4 of 4) sorted by relevance
255 u32 blend_cfg; in mdp5_ctl_set_cursor() local271 blend_cfg = ctl_read(ctl, REG_MDP5_CTL_LAYER_REG(ctl->id, mixer->lm)); in mdp5_ctl_set_cursor()274 blend_cfg |= MDP5_CTL_LAYER_REG_CURSOR_OUT; in mdp5_ctl_set_cursor()276 blend_cfg &= ~MDP5_CTL_LAYER_REG_CURSOR_OUT; in mdp5_ctl_set_cursor()278 ctl_write(ctl, REG_MDP5_CTL_LAYER_REG(ctl->id, mixer->lm), blend_cfg); in mdp5_ctl_set_cursor()357 u32 blend_cfg = 0, blend_ext_cfg = 0; in mdp5_ctl_blend() local365 blend_cfg |= MDP5_CTL_LAYER_REG_BORDER_COLOR; in mdp5_ctl_blend()373 blend_cfg |= in mdp5_ctl_blend()391 blend_cfg |= MDP5_CTL_LAYER_REG_CURSOR_OUT; in mdp5_ctl_blend()393 ctl_write(ctl, REG_MDP5_CTL_LAYER_REG(ctl->id, mixer->lm), blend_cfg); in mdp5_ctl_blend()[all …]
129 u32 blend_cfg; member291 uint32_t blend_cfg; member
288 op_mode |= (scaler3_cfg->blend_cfg & 1) << 31; in dpu_hw_setup_scaler3()
556 scale_cfg->blend_cfg = 1; in _dpu_plane_setup_scaler3()