Searched defs:drm_crtc_funcs (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/include/drm/ |
D | drm_crtc.h | 333 struct drm_crtc_funcs { struct 335 void (*save)(struct drm_crtc *crtc); /* suspend? */ 337 void (*restore)(struct drm_crtc *crtc); /* resume? */ 339 void (*reset)(struct drm_crtc *crtc); 342 int (*cursor_set)(struct drm_crtc *crtc, struct drm_file *file_priv, 344 int (*cursor_set2)(struct drm_crtc *crtc, struct drm_file *file_priv, 347 int (*cursor_move)(struct drm_crtc *crtc, int x, int y); 350 void (*gamma_set)(struct drm_crtc *crtc, u16 *r, u16 *g, u16 *b, 353 void (*destroy)(struct drm_crtc *crtc); 355 int (*set_config)(struct drm_mode_set *set); [all …]
|