Searched defs:drm_crtc_funcs (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/include/drm/ |
D | drm_crtc.h | 341 struct drm_crtc_funcs { struct 343 void (*save)(struct drm_crtc *crtc); /* suspend? */ 345 void (*restore)(struct drm_crtc *crtc); /* resume? */ 347 void (*reset)(struct drm_crtc *crtc); 350 int (*cursor_set)(struct drm_crtc *crtc, struct drm_file *file_priv, 352 int (*cursor_set2)(struct drm_crtc *crtc, struct drm_file *file_priv, 355 int (*cursor_move)(struct drm_crtc *crtc, int x, int y); 358 void (*gamma_set)(struct drm_crtc *crtc, u16 *r, u16 *g, u16 *b, 361 void (*destroy)(struct drm_crtc *crtc); 363 int (*set_config)(struct drm_mode_set *set); [all …]
|