Searched refs:r_mixer (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/gpu/drm/msm/disp/mdp5/
H A Dmdp5_mixer.c40 struct mdp5_hw_mixer **r_mixer)
71 if (r_mixer) {
81 *r_mixer = mdp5_kms->hwmixers[pair_idx];
104 if (r_mixer && !(*r_mixer))
110 if (r_mixer) {
111 DBG("assigning Right Layer Mixer %d to crtc %s", (*r_mixer)->lm,
113 new_state->hwmixer_to_crtc[(*r_mixer)->idx] = crtc;
38 mdp5_mixer_assign(struct drm_atomic_state *s, struct drm_crtc *crtc, uint32_t caps, struct mdp5_hw_mixer **mixer, struct mdp5_hw_mixer **r_mixer) argument
H A Dmdp5_mixer.h32 struct mdp5_hw_mixer **r_mixer);
H A Dmdp5_crtc.c113 struct mdp5_hw_mixer *mixer, *r_mixer; local
130 r_mixer = mdp5_cstate->pipeline.r_mixer;
131 if (r_mixer)
132 flush_mask |= mdp_ctl_flush_mask_lm(r_mixer->lm);
222 struct mdp5_hw_mixer *r_mixer = pipeline->r_mixer; local
223 uint32_t r_lm = r_mixer ? r_mixer->lm : 0;
256 if (r_mixer)
368 struct mdp5_hw_mixer *r_mixer = mdp5_cstate->pipeline.r_mixer; local
[all...]
H A Dmdp5_ctl.c159 if (pipeline->r_mixer)
264 if (pipeline->r_mixer) {
355 struct mdp5_hw_mixer *r_mixer = pipeline->r_mixer; local
366 if (r_mixer)
379 if (r_mixer) {
396 if (r_mixer) {
397 ctl_write(ctl, REG_MDP5_CTL_LAYER_REG(ctl->id, r_mixer->lm),
399 ctl_write(ctl, REG_MDP5_CTL_LAYER_EXT_REG(ctl->id, r_mixer->lm),
405 if (r_mixer)
[all...]
H A Dmdp5_kms.h114 struct mdp5_hw_mixer *r_mixer; /* right mixer */ member in struct:mdp5_pipeline

Completed in 223 milliseconds