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

/netbsd-current/sys/external/bsd/drm2/dist/drm/
H A Ddrm_crtc_helper.c194 const struct drm_crtc_helper_funcs *crtc_funcs = crtc->helper_private; local
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
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
537 const struct drm_crtc_helper_funcs *crtc_funcs; local
897 const struct drm_crtc_helper_funcs *crtc_funcs = crtc->helper_private; local
911 const struct drm_crtc_helper_funcs *crtc_funcs = crtc->helper_private; local
952 const struct drm_crtc_helper_funcs *crtc_funcs; local
[all...]
H A Ddrm_probe_helper.c182 const struct drm_crtc_helper_funcs *crtc_funcs = crtc->helper_private; local
184 if (!crtc_funcs || !crtc_funcs->mode_valid)
187 return crtc_funcs->mode_valid(crtc, mode);
H A Ddrm_atomic_helper.c976 * We need to run through the crtc_funcs->disable() function if the CRTC
2576 const struct drm_crtc_helper_funcs *crtc_funcs; local
2587 crtc_funcs = crtc->helper_private;
2588 if (crtc_funcs && crtc_funcs->atomic_begin)
2589 crtc_funcs->atomic_begin(crtc, old_crtc_state);
2614 if (crtc_funcs && crtc_funcs->atomic_flush)
2615 crtc_funcs->atomic_flush(crtc, old_crtc_state);
2640 const struct drm_crtc_helper_funcs *crtc_funcs local
[all...]

Completed in 200 milliseconds