Lines Matching refs:crtc_funcs

192 		const struct drm_crtc_helper_funcs *crtc_funcs = crtc->helper_private;  in __drm_helper_disable_unused_functions()  local
195 if (crtc_funcs->disable) in __drm_helper_disable_unused_functions()
196 (*crtc_funcs->disable)(crtc); in __drm_helper_disable_unused_functions()
198 (*crtc_funcs->dpms)(crtc, DRM_MODE_DPMS_OFF); in __drm_helper_disable_unused_functions()
272 const struct drm_crtc_helper_funcs *crtc_funcs = crtc->helper_private; in drm_crtc_helper_set_mode() local
328 if (!(ret = crtc_funcs->mode_fixup(crtc, mode, adjusted_mode))) { in drm_crtc_helper_set_mode()
353 crtc_funcs->prepare(crtc); in drm_crtc_helper_set_mode()
358 ret = !crtc_funcs->mode_set(crtc, mode, adjusted_mode, x, y, old_fb); in drm_crtc_helper_set_mode()
377 crtc_funcs->commit(crtc); in drm_crtc_helper_set_mode()
466 const struct drm_crtc_helper_funcs *crtc_funcs; in drm_crtc_helper_set_config() local
481 crtc_funcs = set->crtc->helper_private; in drm_crtc_helper_set_config()
641 if (fb_changed && !crtc_funcs->mode_set_base) in drm_crtc_helper_set_config()
671 ret = crtc_funcs->mode_set_base(set->crtc, in drm_crtc_helper_set_config()
787 const struct drm_crtc_helper_funcs *crtc_funcs = crtc->helper_private; in drm_helper_connector_dpms() local
788 if (crtc_funcs->dpms) in drm_helper_connector_dpms()
789 (*crtc_funcs->dpms) (crtc, in drm_helper_connector_dpms()
801 const struct drm_crtc_helper_funcs *crtc_funcs = crtc->helper_private; in drm_helper_connector_dpms() local
802 if (crtc_funcs->dpms) in drm_helper_connector_dpms()
803 (*crtc_funcs->dpms) (crtc, in drm_helper_connector_dpms()
863 const struct drm_crtc_helper_funcs *crtc_funcs; in drm_helper_resume_force_mode() local
893 crtc_funcs = crtc->helper_private; in drm_helper_resume_force_mode()
894 if (crtc_funcs->dpms) in drm_helper_resume_force_mode()
895 (*crtc_funcs->dpms) (crtc, in drm_helper_resume_force_mode()
928 const struct drm_crtc_helper_funcs *crtc_funcs = crtc->helper_private; in drm_helper_crtc_mode_set() local
950 if (crtc_funcs->atomic_check) { in drm_helper_crtc_mode_set()
951 ret = crtc_funcs->atomic_check(crtc, crtc_state); in drm_helper_crtc_mode_set()
958 crtc_funcs->mode_set_nofb(crtc); in drm_helper_crtc_mode_set()