Lines Matching defs:drm_crtc_funcs
321 struct drm_crtc_funcs { struct
323 void (*save)(struct drm_crtc *crtc); /* suspend? */
325 void (*restore)(struct drm_crtc *crtc); /* resume? */
327 void (*reset)(struct drm_crtc *crtc);
330 int (*cursor_set)(struct drm_crtc *crtc, struct drm_file *file_priv,
332 int (*cursor_move)(struct drm_crtc *crtc, int x, int y);
335 void (*gamma_set)(struct drm_crtc *crtc, u16 *r, u16 *g, u16 *b,
338 void (*destroy)(struct drm_crtc *crtc);
340 int (*set_config)(struct drm_mode_set *set);
351 int (*page_flip)(struct drm_crtc *crtc,
355 int (*set_property)(struct drm_crtc *crtc,