Lines Matching refs:crtc_funcs

296 		struct drm_crtc_helper_funcs *crtc_funcs = crtc->helper_private;  in drm_helper_disable_unused_functions()  local
299 if (crtc_funcs->disable) in drm_helper_disable_unused_functions()
300 (*crtc_funcs->disable)(crtc); in drm_helper_disable_unused_functions()
302 (*crtc_funcs->dpms)(crtc, DRM_MODE_DPMS_OFF); in drm_helper_disable_unused_functions()
392 struct drm_crtc_helper_funcs *crtc_funcs = crtc->helper_private; in drm_crtc_helper_set_mode() local
434 if (!(ret = crtc_funcs->mode_fixup(crtc, mode, adjusted_mode))) { in drm_crtc_helper_set_mode()
452 crtc_funcs->prepare(crtc); in drm_crtc_helper_set_mode()
457 ret = !crtc_funcs->mode_set(crtc, mode, adjusted_mode, x, y, old_fb); in drm_crtc_helper_set_mode()
474 crtc_funcs->commit(crtc); in drm_crtc_helper_set_mode()
560 struct drm_crtc_helper_funcs *crtc_funcs; in drm_crtc_helper_set_config() local
576 crtc_funcs = set->crtc->helper_private; in drm_crtc_helper_set_config()
739 if (fb_changed && !crtc_funcs->mode_set_base) in drm_crtc_helper_set_config()
774 ret = crtc_funcs->mode_set_base(set->crtc, in drm_crtc_helper_set_config()
868 struct drm_crtc_helper_funcs *crtc_funcs = crtc->helper_private; in drm_helper_connector_dpms() local
869 if (crtc_funcs->dpms) in drm_helper_connector_dpms()
870 (*crtc_funcs->dpms) (crtc, in drm_helper_connector_dpms()
890 struct drm_crtc_helper_funcs *crtc_funcs = crtc->helper_private; in drm_helper_connector_dpms() local
891 if (crtc_funcs->dpms) in drm_helper_connector_dpms()
892 (*crtc_funcs->dpms) (crtc, in drm_helper_connector_dpms()
925 struct drm_crtc_helper_funcs *crtc_funcs; in drm_helper_resume_force_mode() local
952 crtc_funcs = crtc->helper_private; in drm_helper_resume_force_mode()
953 if (crtc_funcs->dpms) in drm_helper_resume_force_mode()
954 (*crtc_funcs->dpms) (crtc, in drm_helper_resume_force_mode()