Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_hw_ctl.c513 u32 mixercfg[5] = { 0 }; in dpu_hw_ctl_setup_blendstage() local
528 mixercfg[0] = CTL_MIXER_BORDER_OUT; /* always set BORDER_OUT */ in dpu_hw_ctl_setup_blendstage()
553 mixercfg[0] |= mix << cfg->shift; in dpu_hw_ctl_setup_blendstage()
554 mixercfg[1] |= ext << cfg->ext_shift; in dpu_hw_ctl_setup_blendstage()
556 mixercfg[cfg->idx] |= mix_ext << cfg->shift; in dpu_hw_ctl_setup_blendstage()
562 DPU_REG_WRITE(c, CTL_LAYER(lm), mixercfg[0]); in dpu_hw_ctl_setup_blendstage()
563 DPU_REG_WRITE(c, CTL_LAYER_EXT(lm), mixercfg[1]); in dpu_hw_ctl_setup_blendstage()
564 DPU_REG_WRITE(c, CTL_LAYER_EXT2(lm), mixercfg[2]); in dpu_hw_ctl_setup_blendstage()
565 DPU_REG_WRITE(c, CTL_LAYER_EXT3(lm), mixercfg[3]); in dpu_hw_ctl_setup_blendstage()
567 DPU_REG_WRITE(c, CTL_LAYER_EXT4(lm), mixercfg[4]); in dpu_hw_ctl_setup_blendstage()