Lines Matching refs:crtc_funcs
184 const struct drm_crtc_helper_funcs *crtc_funcs = crtc->helper_private; in __drm_helper_disable_unused_functions() local
187 if (crtc_funcs->disable) in __drm_helper_disable_unused_functions()
188 (*crtc_funcs->disable)(crtc); in __drm_helper_disable_unused_functions()
190 (*crtc_funcs->dpms)(crtc, DRM_MODE_DPMS_OFF); in __drm_helper_disable_unused_functions()
278 const struct drm_crtc_helper_funcs *crtc_funcs = crtc->helper_private; in drm_crtc_helper_set_mode() local
335 if (crtc_funcs->mode_fixup) { in drm_crtc_helper_set_mode()
336 if (!(ret = crtc_funcs->mode_fixup(crtc, mode, in drm_crtc_helper_set_mode()
363 crtc_funcs->prepare(crtc); in drm_crtc_helper_set_mode()
368 ret = !crtc_funcs->mode_set(crtc, mode, adjusted_mode, x, y, old_fb); in drm_crtc_helper_set_mode()
388 crtc_funcs->commit(crtc); in drm_crtc_helper_set_mode()
511 const struct drm_crtc_helper_funcs *crtc_funcs; in drm_crtc_helper_set_config() local
526 crtc_funcs = set->crtc->helper_private; in drm_crtc_helper_set_config()
701 if (fb_changed && !crtc_funcs->mode_set_base) in drm_crtc_helper_set_config()
731 ret = crtc_funcs->mode_set_base(set->crtc, in drm_crtc_helper_set_config()
867 const struct drm_crtc_helper_funcs *crtc_funcs = crtc->helper_private; in drm_helper_connector_dpms() local
868 if (crtc_funcs->dpms) in drm_helper_connector_dpms()
869 (*crtc_funcs->dpms) (crtc, in drm_helper_connector_dpms()
881 const struct drm_crtc_helper_funcs *crtc_funcs = crtc->helper_private; in drm_helper_connector_dpms() local
882 if (crtc_funcs->dpms) in drm_helper_connector_dpms()
883 (*crtc_funcs->dpms) (crtc, in drm_helper_connector_dpms()
922 const struct drm_crtc_helper_funcs *crtc_funcs; in drm_helper_resume_force_mode() local
954 crtc_funcs = crtc->helper_private; in drm_helper_resume_force_mode()
955 if (crtc_funcs->dpms) in drm_helper_resume_force_mode()
956 (*crtc_funcs->dpms) (crtc, in drm_helper_resume_force_mode()