Searched refs:ovlp (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/drivers/gpu/drm/msm/mdp/mdp4/ |
D | mdp4_crtc.c | 29 int ovlp; member 92 flush |= ovlp2flush(mdp4_crtc->ovlp); in crtc_flush() 196 int i, ovlp = mdp4_crtc->ovlp; in blend_setup() local 199 mdp4_write(mdp4_kms, REG_MDP4_OVLP_TRANSP_LOW0(ovlp), 0); in blend_setup() 200 mdp4_write(mdp4_kms, REG_MDP4_OVLP_TRANSP_LOW1(ovlp), 0); in blend_setup() 201 mdp4_write(mdp4_kms, REG_MDP4_OVLP_TRANSP_HIGH0(ovlp), 0); in blend_setup() 202 mdp4_write(mdp4_kms, REG_MDP4_OVLP_TRANSP_HIGH1(ovlp), 0); in blend_setup() 226 mdp4_write(mdp4_kms, REG_MDP4_OVLP_STAGE_FG_ALPHA(ovlp, i), 0xff); in blend_setup() 227 mdp4_write(mdp4_kms, REG_MDP4_OVLP_STAGE_BG_ALPHA(ovlp, i), 0x00); in blend_setup() 228 mdp4_write(mdp4_kms, REG_MDP4_OVLP_STAGE_OP(ovlp, i), op); in blend_setup() [all …]
|
D | mdp4_kms.h | 84 static inline uint32_t ovlp2flush(int ovlp) in ovlp2flush() argument 86 switch (ovlp) { in ovlp2flush()
|