Lines Matching defs:crtc_funcs
295 struct drm_crtc_helper_funcs *crtc_funcs = crtc->helper_private;
298 if (crtc_funcs->disable)
299 (*crtc_funcs->disable)(crtc);
301 (*crtc_funcs->dpms)(crtc, DRM_MODE_DPMS_OFF);
391 struct drm_crtc_helper_funcs *crtc_funcs = crtc->helper_private;
433 if (!(ret = crtc_funcs->mode_fixup(crtc, mode, adjusted_mode))) {
451 crtc_funcs->prepare(crtc);
456 ret = !crtc_funcs->mode_set(crtc, mode, adjusted_mode, x, y, old_fb);
473 crtc_funcs->commit(crtc);
557 struct drm_crtc_helper_funcs *crtc_funcs;
572 crtc_funcs = set->crtc->helper_private;
739 if (fb_changed && !crtc_funcs->mode_set_base)
774 ret = crtc_funcs->mode_set_base(set->crtc,
868 struct drm_crtc_helper_funcs *crtc_funcs = crtc->helper_private;
869 if (crtc_funcs->dpms)
870 (*crtc_funcs->dpms) (crtc,
890 struct drm_crtc_helper_funcs *crtc_funcs = crtc->helper_private;
891 if (crtc_funcs->dpms)
892 (*crtc_funcs->dpms) (crtc,
924 struct drm_crtc_helper_funcs *crtc_funcs;
951 crtc_funcs = crtc->helper_private;
952 if (crtc_funcs->dpms)
953 (*crtc_funcs->dpms) (crtc,