Lines Matching refs:crtc_funcs

194 		const struct drm_crtc_helper_funcs *crtc_funcs = crtc->helper_private;  in __drm_helper_disable_unused_functions()  local
197 if (crtc_funcs->disable) in __drm_helper_disable_unused_functions()
198 (*crtc_funcs->disable)(crtc); in __drm_helper_disable_unused_functions()
200 (*crtc_funcs->dpms)(crtc, DRM_MODE_DPMS_OFF); in __drm_helper_disable_unused_functions()
274 const struct drm_crtc_helper_funcs *crtc_funcs = crtc->helper_private; in drm_crtc_helper_set_mode() local
332 if (!(ret = crtc_funcs->mode_fixup(crtc, mode, adjusted_mode))) { in drm_crtc_helper_set_mode()
359 crtc_funcs->prepare(crtc); in drm_crtc_helper_set_mode()
364 ret = !crtc_funcs->mode_set(crtc, mode, adjusted_mode, x, y, old_fb); in drm_crtc_helper_set_mode()
385 crtc_funcs->commit(crtc); in drm_crtc_helper_set_mode()
476 const struct drm_crtc_helper_funcs *crtc_funcs; in drm_crtc_helper_set_config() local
491 crtc_funcs = set->crtc->helper_private; in drm_crtc_helper_set_config()
651 if (fb_changed && !crtc_funcs->mode_set_base) in drm_crtc_helper_set_config()
681 ret = crtc_funcs->mode_set_base(set->crtc, in drm_crtc_helper_set_config()
798 const struct drm_crtc_helper_funcs *crtc_funcs = crtc->helper_private; in drm_helper_connector_dpms() local
799 if (crtc_funcs->dpms) in drm_helper_connector_dpms()
800 (*crtc_funcs->dpms) (crtc, in drm_helper_connector_dpms()
812 const struct drm_crtc_helper_funcs *crtc_funcs = crtc->helper_private; in drm_helper_connector_dpms() local
813 if (crtc_funcs->dpms) in drm_helper_connector_dpms()
814 (*crtc_funcs->dpms) (crtc, in drm_helper_connector_dpms()
874 const struct drm_crtc_helper_funcs *crtc_funcs; in drm_helper_resume_force_mode() local
904 crtc_funcs = crtc->helper_private; in drm_helper_resume_force_mode()
905 if (crtc_funcs->dpms) in drm_helper_resume_force_mode()
906 (*crtc_funcs->dpms) (crtc, in drm_helper_resume_force_mode()
939 const struct drm_crtc_helper_funcs *crtc_funcs = crtc->helper_private; in drm_helper_crtc_mode_set() local
959 if (crtc_funcs->atomic_check) { in drm_helper_crtc_mode_set()
960 ret = crtc_funcs->atomic_check(crtc, crtc_state); in drm_helper_crtc_mode_set()
970 crtc_funcs->mode_set_nofb(crtc); in drm_helper_crtc_mode_set()