Searched refs:LM_0 (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.4/drivers/gpu/drm/msm/disp/dpu1/ |
D | dpu_hw_ctl.c | 12 (((lm) == LM_5) ? (0x024) : (((lm) - LM_0) * 0x004)) 14 (0x40 + (((lm) - LM_0) * 0x004)) 16 (0x70 + (((lm) - LM_0) * 0x004)) 18 (0xA0 + (((lm) - LM_0) * 0x004)) 176 case LM_0: in dpu_hw_ctl_get_bitmask_mixer() 284 DPU_REG_WRITE(c, CTL_LAYER(LM_0 + i), 0); in dpu_hw_ctl_clear_all_blendstages() 285 DPU_REG_WRITE(c, CTL_LAYER_EXT(LM_0 + i), 0); in dpu_hw_ctl_clear_all_blendstages() 286 DPU_REG_WRITE(c, CTL_LAYER_EXT2(LM_0 + i), 0); in dpu_hw_ctl_clear_all_blendstages() 287 DPU_REG_WRITE(c, CTL_LAYER_EXT3(LM_0 + i), 0); in dpu_hw_ctl_clear_all_blendstages()
|
D | dpu_hw_catalog.c | 229 LM_BLK("lm_0", LM_0, 0x44000, PINGPONG_0, LM_1), 230 LM_BLK("lm_1", LM_1, 0x45000, PINGPONG_1, LM_0),
|
D | dpu_hw_mdss.h | 134 LM_0 = 1, enumerator
|
D | dpu_crtc.c | 229 mixer[i].hw_lm->idx - LM_0, in _dpu_crtc_blend_setup() 1113 m->hw_lm->idx - LM_0, m->lm_ctl->idx - CTL_0, in _dpu_debugfs_status_show()
|