Searched refs:blend_cfg (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/drivers/gpu/drm/msm/mdp/mdp5/ |
D | mdp5_ctl.c | 271 u32 blend_cfg; in mdp5_ctl_set_cursor() local 282 blend_cfg = ctl_read(ctl, REG_MDP5_CTL_LAYER_REG(ctl->id, lm)); in mdp5_ctl_set_cursor() 285 blend_cfg |= MDP5_CTL_LAYER_REG_CURSOR_OUT; in mdp5_ctl_set_cursor() 287 blend_cfg &= ~MDP5_CTL_LAYER_REG_CURSOR_OUT; in mdp5_ctl_set_cursor() 289 ctl_write(ctl, REG_MDP5_CTL_LAYER_REG(ctl->id, lm), blend_cfg); in mdp5_ctl_set_cursor() 299 int mdp5_ctl_blend(struct mdp5_ctl *ctl, u32 lm, u32 blend_cfg) in mdp5_ctl_blend() argument 304 blend_cfg |= MDP5_CTL_LAYER_REG_CURSOR_OUT; in mdp5_ctl_blend() 306 blend_cfg &= ~MDP5_CTL_LAYER_REG_CURSOR_OUT; in mdp5_ctl_blend() 309 ctl_write(ctl, REG_MDP5_CTL_LAYER_REG(ctl->id, lm), blend_cfg); in mdp5_ctl_blend()
|
D | mdp5_ctl.h | 77 int mdp5_ctl_blend(struct mdp5_ctl *ctl, u32 lm, u32 blend_cfg);
|
D | mdp5_crtc.c | 195 uint32_t lm = mdp5_crtc->lm, blend_cfg = 0; in blend_setup() local 227 blend_cfg |= mdp_ctl_blend_mask(mdp5_plane_pipe(plane), stage); in blend_setup() 232 DBG("%s: lm%d: blend config = 0x%08x", mdp5_crtc->name, lm, blend_cfg); in blend_setup() 233 mdp5_ctl_blend(mdp5_crtc->ctl, lm, blend_cfg); in blend_setup()
|