Lines Matching refs:crtc_funcs

181 		const struct drm_crtc_helper_funcs *crtc_funcs = crtc->helper_private;  in __drm_helper_disable_unused_functions()  local
184 if (crtc_funcs->disable) in __drm_helper_disable_unused_functions()
185 (*crtc_funcs->disable)(crtc); in __drm_helper_disable_unused_functions()
187 (*crtc_funcs->dpms)(crtc, DRM_MODE_DPMS_OFF); in __drm_helper_disable_unused_functions()
276 const struct drm_crtc_helper_funcs *crtc_funcs = crtc->helper_private; in drm_crtc_helper_set_mode() local
338 if (crtc_funcs->mode_fixup) { in drm_crtc_helper_set_mode()
339 if (!(ret = crtc_funcs->mode_fixup(crtc, mode, in drm_crtc_helper_set_mode()
370 crtc_funcs->prepare(crtc); in drm_crtc_helper_set_mode()
375 ret = !crtc_funcs->mode_set(crtc, mode, adjusted_mode, x, y, old_fb); in drm_crtc_helper_set_mode()
398 crtc_funcs->commit(crtc); in drm_crtc_helper_set_mode()
525 const struct drm_crtc_helper_funcs *crtc_funcs; in drm_crtc_helper_set_config() local
540 crtc_funcs = set->crtc->helper_private; in drm_crtc_helper_set_config()
714 if (fb_changed && !crtc_funcs->mode_set_base) in drm_crtc_helper_set_config()
744 ret = crtc_funcs->mode_set_base(set->crtc, in drm_crtc_helper_set_config()
889 const struct drm_crtc_helper_funcs *crtc_funcs = crtc->helper_private; in drm_helper_connector_dpms() local
890 if (crtc_funcs->dpms) in drm_helper_connector_dpms()
891 (*crtc_funcs->dpms) (crtc, in drm_helper_connector_dpms()
903 const struct drm_crtc_helper_funcs *crtc_funcs = crtc->helper_private; in drm_helper_connector_dpms() local
904 if (crtc_funcs->dpms) in drm_helper_connector_dpms()
905 (*crtc_funcs->dpms) (crtc, in drm_helper_connector_dpms()
944 const struct drm_crtc_helper_funcs *crtc_funcs; in drm_helper_resume_force_mode() local
974 crtc_funcs = crtc->helper_private; in drm_helper_resume_force_mode()
975 if (crtc_funcs->dpms) in drm_helper_resume_force_mode()
976 (*crtc_funcs->dpms) (crtc, in drm_helper_resume_force_mode()
1009 const struct drm_crtc_helper_funcs *crtc_funcs = crtc->helper_private; in drm_helper_crtc_mode_set() local
1031 if (crtc_funcs->atomic_check) { in drm_helper_crtc_mode_set()
1032 ret = crtc_funcs->atomic_check(crtc, crtc_state); in drm_helper_crtc_mode_set()
1039 crtc_funcs->mode_set_nofb(crtc); in drm_helper_crtc_mode_set()