Home
last modified time | relevance | path

Searched defs:drm_crtc_helper_funcs (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/external/bsd/drm2/dist/include/drm/
H A Ddrm_modeset_helper_vtables.h63 struct drm_crtc_helper_funcs { struct
80 void (*dpms)(struct drm_crtc *crtc, int mode);
95 void (*prepare)(struct drm_crtc *crtc);
110 void (*commit)(struct drm_crtc *crtc);
143 enum drm_mode_status (*mode_valid)(struct drm_crtc *crtc,
189 bool (*mode_fixup)(struct drm_crtc *crtc,
208 int (*mode_set)(struct drm_crtc *crtc, struct drm_display_mode *mode,
233 void (*mode_set_nofb)(struct drm_crtc *crtc);
252 int (*mode_set_base)(struct drm_crtc *crtc, int x, int y,
269 int (*mode_set_base_atomic)(struct drm_crtc *crtc,
[all …]