Searched refs:crtc_funcs (Results 1 - 1 of 1) sorted by relevance

/solaris-x11-s11/open-src/kernel/drm/src/
H A Ddrm_crtc_helper.c295 struct drm_crtc_helper_funcs *crtc_funcs = crtc->helper_private; local
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; local
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; local
868 struct drm_crtc_helper_funcs *crtc_funcs = crtc->helper_private; local
890 struct drm_crtc_helper_funcs *crtc_funcs = crtc->helper_private; local
924 struct drm_crtc_helper_funcs *crtc_funcs; local
[all...]

Completed in 18 milliseconds