Lines Matching refs:crtc_funcs
199 const struct drm_crtc_helper_funcs *crtc_funcs = crtc->helper_private;
203 if (crtc_funcs->disable)
204 (*crtc_funcs->disable)(crtc);
206 (*crtc_funcs->dpms)(crtc, DRM_MODE_DPMS_OFF);
290 const struct drm_crtc_helper_funcs *crtc_funcs = crtc->helper_private;
347 if (crtc_funcs->mode_fixup) {
348 if (!(ret = crtc_funcs->mode_fixup(crtc, mode,
376 crtc_funcs->prepare(crtc);
381 ret = !crtc_funcs->mode_set(crtc, mode, adjusted_mode, x, y, old_fb);
401 crtc_funcs->commit(crtc);
563 const struct drm_crtc_helper_funcs *crtc_funcs;
576 crtc_funcs = set->crtc->helper_private;
763 if (fb_changed && !crtc_funcs->mode_set_base)
793 ret = crtc_funcs->mode_set_base(set->crtc,
929 const struct drm_crtc_helper_funcs *crtc_funcs = crtc->helper_private;
931 if (crtc_funcs->dpms)
932 (*crtc_funcs->dpms) (crtc,
944 const struct drm_crtc_helper_funcs *crtc_funcs = crtc->helper_private;
946 if (crtc_funcs->dpms)
947 (*crtc_funcs->dpms) (crtc,
986 const struct drm_crtc_helper_funcs *crtc_funcs;
1018 crtc_funcs = crtc->helper_private;
1019 if (crtc_funcs->dpms)
1020 (*crtc_funcs->dpms) (crtc,