Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/drm/
Ddrm_modeset_helper_vtables.h61 struct drm_crtc_helper_funcs { struct
78 void (*dpms)(struct drm_crtc *crtc, int mode);
93 void (*prepare)(struct drm_crtc *crtc);
108 void (*commit)(struct drm_crtc *crtc);
141 enum drm_mode_status (*mode_valid)(struct drm_crtc *crtc,
187 bool (*mode_fixup)(struct drm_crtc *crtc,
206 int (*mode_set)(struct drm_crtc *crtc, struct drm_display_mode *mode,
231 void (*mode_set_nofb)(struct drm_crtc *crtc);
250 int (*mode_set_base)(struct drm_crtc *crtc, int x, int y,
267 int (*mode_set_base_atomic)(struct drm_crtc *crtc,
[all …]
/kernel/linux/linux-6.6/include/drm/
Ddrm_modeset_helper_vtables.h65 struct drm_crtc_helper_funcs { struct
82 void (*dpms)(struct drm_crtc *crtc, int mode);
97 void (*prepare)(struct drm_crtc *crtc);
112 void (*commit)(struct drm_crtc *crtc);
145 enum drm_mode_status (*mode_valid)(struct drm_crtc *crtc,
191 bool (*mode_fixup)(struct drm_crtc *crtc,
210 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 …]