Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/msm/disp/mdp5/
Dmdp5_ctl.c261 u32 blend_cfg; in mdp5_ctl_set_cursor() local
277 blend_cfg = ctl_read(ctl, REG_MDP5_CTL_LAYER_REG(ctl->id, mixer->lm)); in mdp5_ctl_set_cursor()
280 blend_cfg |= MDP5_CTL_LAYER_REG_CURSOR_OUT; in mdp5_ctl_set_cursor()
282 blend_cfg &= ~MDP5_CTL_LAYER_REG_CURSOR_OUT; in mdp5_ctl_set_cursor()
284 ctl_write(ctl, REG_MDP5_CTL_LAYER_REG(ctl->id, mixer->lm), blend_cfg); in mdp5_ctl_set_cursor()
363 u32 blend_cfg = 0, blend_ext_cfg = 0; in mdp5_ctl_blend() local
371 blend_cfg |= MDP5_CTL_LAYER_REG_BORDER_COLOR; in mdp5_ctl_blend()
379 blend_cfg |= in mdp5_ctl_blend()
397 blend_cfg |= MDP5_CTL_LAYER_REG_CURSOR_OUT; in mdp5_ctl_blend()
399 ctl_write(ctl, REG_MDP5_CTL_LAYER_REG(ctl->id, mixer->lm), blend_cfg); in mdp5_ctl_blend()
[all …]
/Linux-v4.19/drivers/gpu/drm/msm/disp/dpu1/
Ddpu_hw_util.h129 u32 blend_cfg; member
299 uint32_t blend_cfg; member
Ddpu_hw_util.c233 op_mode |= (scaler3_cfg->blend_cfg & 1) << 31; in dpu_hw_setup_scaler3()
Ddpu_plane.c680 scale_cfg->blend_cfg = 1; in _dpu_plane_setup_scaler3()