Searched refs:blend_cfg (Results 1 – 2 of 2) sorted by relevance
256 u32 blend_cfg; in mdp5_ctl_set_cursor() local272 blend_cfg = ctl_read(ctl, REG_MDP5_CTL_LAYER_REG(ctl->id, mixer->lm)); in mdp5_ctl_set_cursor()275 blend_cfg |= MDP5_CTL_LAYER_REG_CURSOR_OUT; in mdp5_ctl_set_cursor()277 blend_cfg &= ~MDP5_CTL_LAYER_REG_CURSOR_OUT; in mdp5_ctl_set_cursor()279 ctl_write(ctl, REG_MDP5_CTL_LAYER_REG(ctl->id, mixer->lm), blend_cfg); in mdp5_ctl_set_cursor()358 u32 blend_cfg = 0, blend_ext_cfg = 0; in mdp5_ctl_blend() local366 blend_cfg |= MDP5_CTL_LAYER_REG_BORDER_COLOR; in mdp5_ctl_blend()374 blend_cfg |= in mdp5_ctl_blend()392 blend_cfg |= MDP5_CTL_LAYER_REG_CURSOR_OUT; in mdp5_ctl_blend()394 ctl_write(ctl, REG_MDP5_CTL_LAYER_REG(ctl->id, mixer->lm), blend_cfg); in mdp5_ctl_blend()[all …]
491 scale_cfg->blend_cfg = 1; in _dpu_plane_setup_scaler3()