Lines Matching refs:ctl
44 struct mdp5_ctl *ctl; member
106 return mdp5_ctl_commit(mdp5_crtc->ctl, flush_mask); in crtc_flush()
121 if (WARN_ON(!mdp5_crtc->ctl)) in crtc_flush_all()
161 if (mdp5_crtc->ctl && !crtc->state->enable) { in complete_flip()
163 mdp5_ctl_blend(mdp5_crtc->ctl, NULL, 0, 0); in complete_flip()
164 mdp5_crtc->ctl = NULL; in complete_flip()
222 if (!mdp5_crtc->ctl) in blend_setup()
291 mdp5_ctl_blend(mdp5_crtc->ctl, stage, plane_cnt, ctl_blend_flags); in blend_setup()
452 if (unlikely(!mdp5_crtc->ctl)) in mdp5_crtc_atomic_flush()
526 if (NULL == mdp5_crtc->ctl) in mdp5_crtc_cursor_set()
574 ret = mdp5_ctl_set_cursor(mdp5_crtc->ctl, 0, cursor_enable); in mdp5_crtc_cursor_set()
699 if (!mdp5_crtc->ctl) in mdp5_crtc_wait_for_flush_done()
707 ((mdp5_ctl_get_commit_status(mdp5_crtc->ctl) & in mdp5_crtc_wait_for_flush_done()
731 struct mdp5_interface *intf, struct mdp5_ctl *ctl) in mdp5_crtc_set_pipeline() argument
754 mdp5_crtc->ctl = ctl; in mdp5_crtc_set_pipeline()
755 mdp5_ctl_set_pipeline(ctl, intf, lm); in mdp5_crtc_set_pipeline()