Searched refs:ovlp (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/disp/mdp4/ |
H A D | mdp4_crtc.c | 19 int ovlp; member 87 flush |= ovlp2flush(mdp4_crtc->ovlp); in crtc_flush() 181 int i, ovlp = mdp4_crtc->ovlp; in blend_setup() local 184 mdp4_write(mdp4_kms, REG_MDP4_OVLP_TRANSP_LOW0(ovlp), 0); in blend_setup() 185 mdp4_write(mdp4_kms, REG_MDP4_OVLP_TRANSP_LOW1(ovlp), 0); in blend_setup() 186 mdp4_write(mdp4_kms, REG_MDP4_OVLP_TRANSP_HIGH0(ovlp), 0); in blend_setup() 187 mdp4_write(mdp4_kms, REG_MDP4_OVLP_TRANSP_HIGH1(ovlp), 0); in blend_setup() 211 mdp4_write(mdp4_kms, REG_MDP4_OVLP_STAGE_FG_ALPHA(ovlp, i), 0xff); in blend_setup() 212 mdp4_write(mdp4_kms, REG_MDP4_OVLP_STAGE_BG_ALPHA(ovlp, in blend_setup() 229 int ovlp = mdp4_crtc->ovlp; mdp4_crtc_mode_set_nofb() local [all...] |
H A D | mdp4_kms.h | 72 static inline uint32_t ovlp2flush(int ovlp) in ovlp2flush() argument 74 switch (ovlp) { in ovlp2flush()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/disp/mdp4/ |
H A D | mdp4_crtc.c | 20 int ovlp; member 88 flush |= ovlp2flush(mdp4_crtc->ovlp); in crtc_flush() 182 int i, ovlp = mdp4_crtc->ovlp; in blend_setup() local 185 mdp4_write(mdp4_kms, REG_MDP4_OVLP_TRANSP_LOW0(ovlp), 0); in blend_setup() 186 mdp4_write(mdp4_kms, REG_MDP4_OVLP_TRANSP_LOW1(ovlp), 0); in blend_setup() 187 mdp4_write(mdp4_kms, REG_MDP4_OVLP_TRANSP_HIGH0(ovlp), 0); in blend_setup() 188 mdp4_write(mdp4_kms, REG_MDP4_OVLP_TRANSP_HIGH1(ovlp), 0); in blend_setup() 212 mdp4_write(mdp4_kms, REG_MDP4_OVLP_STAGE_FG_ALPHA(ovlp, i), 0xff); in blend_setup() 213 mdp4_write(mdp4_kms, REG_MDP4_OVLP_STAGE_BG_ALPHA(ovlp, in blend_setup() 230 int ovlp = mdp4_crtc->ovlp; mdp4_crtc_mode_set_nofb() local [all...] |
H A D | mdp4_kms.h | 66 static inline uint32_t ovlp2flush(int ovlp) in ovlp2flush() argument 68 switch (ovlp) { in ovlp2flush()
|
Completed in 3 milliseconds