Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/msm/disp/mdp4/
H A Dmdp4_crtc.c21 int ovlp; member
89 flush |= ovlp2flush(mdp4_crtc->ovlp); in crtc_flush()
173 int i, ovlp = mdp4_crtc->ovlp; in blend_setup() local
176 mdp4_write(mdp4_kms, REG_MDP4_OVLP_TRANSP_LOW0(ovlp), 0); in blend_setup()
177 mdp4_write(mdp4_kms, REG_MDP4_OVLP_TRANSP_LOW1(ovlp), 0); in blend_setup()
221 int ovlp = mdp4_crtc->ovlp; in mdp4_crtc_mode_set_nofb() local
243 mdp4_write(mdp4_kms, REG_MDP4_OVLP_BASE(ovlp), 0); in mdp4_crtc_mode_set_nofb()
244 mdp4_write(mdp4_kms, REG_MDP4_OVLP_SIZE(ovlp), in mdp4_crtc_mode_set_nofb()
247 mdp4_write(mdp4_kms, REG_MDP4_OVLP_STRIDE(ovlp), 0); in mdp4_crtc_mode_set_nofb()
249 mdp4_write(mdp4_kms, REG_MDP4_OVLP_CFG(ovlp), 1); in mdp4_crtc_mode_set_nofb()
[all …]
H A Dmdp4_kms.h66 static inline uint32_t ovlp2flush(int ovlp) in ovlp2flush() argument
68 switch (ovlp) { in ovlp2flush()