Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/msm/disp/mdp5/
H A Dmdp5_ctl.c256 u32 blend_cfg; in mdp5_ctl_set_cursor() local
272 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() local
366 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 …]
/linux/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_plane.c491 scale_cfg->blend_cfg = 1; in _dpu_plane_setup_scaler3()