drm_crtc_helper.c | 194 const struct drm_crtc_helper_funcs *crtc_funcs = crtc->helper_private; local in function:__drm_helper_disable_unused_functions 197 if (crtc_funcs->disable) 198 (*crtc_funcs->disable)(crtc); 200 (*crtc_funcs->dpms)(crtc, DRM_MODE_DPMS_OFF); 288 const struct drm_crtc_helper_funcs *crtc_funcs = crtc->helper_private; local in function:drm_crtc_helper_set_mode 345 if (crtc_funcs->mode_fixup) { 346 if (!(ret = crtc_funcs->mode_fixup(crtc, mode, 373 crtc_funcs->prepare(crtc); 378 ret = !crtc_funcs->mode_set(crtc, mode, adjusted_mode, x, y, old_fb); 398 crtc_funcs->commit(crtc) 537 const struct drm_crtc_helper_funcs *crtc_funcs; local in function:drm_crtc_helper_set_config 897 const struct drm_crtc_helper_funcs *crtc_funcs = crtc->helper_private; local in function:drm_helper_connector_dpms 911 const struct drm_crtc_helper_funcs *crtc_funcs = crtc->helper_private; local in function:drm_helper_connector_dpms 952 const struct drm_crtc_helper_funcs *crtc_funcs; local in function:drm_helper_resume_force_mode [all...] |