Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/msm/mdp/mdp5/
Dmdp5_ctl.c287 u32 blend_cfg; in mdp5_ctl_set_cursor() local
298 blend_cfg = ctl_read(ctl, REG_MDP5_CTL_LAYER_REG(ctl->id, lm)); in mdp5_ctl_set_cursor()
301 blend_cfg |= MDP5_CTL_LAYER_REG_CURSOR_OUT; in mdp5_ctl_set_cursor()
303 blend_cfg &= ~MDP5_CTL_LAYER_REG_CURSOR_OUT; in mdp5_ctl_set_cursor()
305 ctl_write(ctl, REG_MDP5_CTL_LAYER_REG(ctl->id, lm), blend_cfg); in mdp5_ctl_set_cursor()
358 u32 blend_cfg = 0, blend_ext_cfg = 0; in mdp5_ctl_blend() local
363 blend_cfg |= MDP5_CTL_LAYER_REG_BORDER_COLOR; in mdp5_ctl_blend()
369 blend_cfg |= mdp_ctl_blend_mask(stage[i], i); in mdp5_ctl_blend()
375 blend_cfg |= MDP5_CTL_LAYER_REG_CURSOR_OUT; in mdp5_ctl_blend()
377 ctl_write(ctl, REG_MDP5_CTL_LAYER_REG(ctl->id, ctl->lm), blend_cfg); in mdp5_ctl_blend()
[all …]