Lines Matching refs:drm_crtc
53 void (*dpms)(struct drm_crtc *crtc, int mode);
54 void (*prepare)(struct drm_crtc *crtc);
55 void (*commit)(struct drm_crtc *crtc);
58 bool (*mode_fixup)(struct drm_crtc *crtc,
62 int (*mode_set)(struct drm_crtc *crtc, struct drm_display_mode *mode,
67 int (*mode_set_base)(struct drm_crtc *crtc, int x, int y,
69 int (*mode_set_base_atomic)(struct drm_crtc *crtc,
74 void (*load_lut)(struct drm_crtc *crtc);
77 void (*disable)(struct drm_crtc *crtc);
100 struct drm_crtc *(*get_crtc)(struct drm_encoder *encoder);
125 extern bool drm_crtc_helper_set_mode(struct drm_crtc *crtc,
129 extern bool drm_helper_crtc_in_use(struct drm_crtc *crtc);
139 static inline void drm_crtc_helper_add(struct drm_crtc *crtc, in drm_crtc_helper_add()