Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/msm/disp/mdp5/
A Dmdp5_mixer.c40 struct mdp5_hw_mixer **r_mixer) in mdp5_mixer_assign() argument
71 if (r_mixer) { in mdp5_mixer_assign()
81 *r_mixer = mdp5_kms->hwmixers[pair_idx]; in mdp5_mixer_assign()
104 if (r_mixer && !(*r_mixer)) in mdp5_mixer_assign()
110 if (r_mixer) { in mdp5_mixer_assign()
111 DBG("assigning Right Layer Mixer %d to crtc %s", (*r_mixer)->lm, in mdp5_mixer_assign()
113 new_state->hwmixer_to_crtc[(*r_mixer)->idx] = crtc; in mdp5_mixer_assign()
A Dmdp5_crtc.c128 r_mixer = mdp5_cstate->pipeline.r_mixer; in crtc_flush_all()
129 if (r_mixer) in crtc_flush_all()
223 struct mdp5_hw_mixer *r_mixer = pipeline->r_mixer; in blend_setup() local
224 uint32_t r_lm = r_mixer ? r_mixer->lm : 0; in blend_setup()
257 if (r_mixer) in blend_setup()
338 if (r_mixer) { in blend_setup()
351 if (r_mixer) { in blend_setup()
369 struct mdp5_hw_mixer *r_mixer = mdp5_cstate->pipeline.r_mixer; in mdp5_crtc_mode_set_nofb() local
383 if (r_mixer) in mdp5_crtc_mode_set_nofb()
396 if (r_mixer) { in mdp5_crtc_mode_set_nofb()
[all …]
A Dmdp5_ctl.c159 if (pipeline->r_mixer) in set_ctl_op()
264 if (pipeline->r_mixer) { in mdp5_ctl_set_cursor()
355 struct mdp5_hw_mixer *r_mixer = pipeline->r_mixer; in mdp5_ctl_blend() local
366 if (r_mixer) in mdp5_ctl_blend()
379 if (r_mixer) { in mdp5_ctl_blend()
396 if (r_mixer) { in mdp5_ctl_blend()
397 ctl_write(ctl, REG_MDP5_CTL_LAYER_REG(ctl->id, r_mixer->lm), in mdp5_ctl_blend()
405 if (r_mixer) in mdp5_ctl_blend()
406 ctl->pending_ctl_trigger |= mdp_ctl_flush_mask_lm(r_mixer->lm); in mdp5_ctl_blend()
410 if (r_mixer) in mdp5_ctl_blend()
[all …]
A Dmdp5_mixer.h32 struct mdp5_hw_mixer **r_mixer);
A Dmdp5_kms.h110 struct mdp5_hw_mixer *r_mixer; /* right mixer */ member

Completed in 13 milliseconds