Searched defs:drm_crtc_funcs (Results 1 – 1 of 1) sorted by relevance
/dflybsd-src/sys/dev/drm/include/drm/ |
H A D | drm_crtc.h | 280 struct drm_crtc_funcs { struct 291 void (*reset)(struct drm_crtc *crtc); 314 int (*cursor_set)(struct drm_crtc *crtc, struct drm_file *file_priv, 336 int (*cursor_set2)(struct drm_crtc *crtc, struct drm_file *file_priv, 356 int (*cursor_move)(struct drm_crtc *crtc, int x, int y); 371 int (*gamma_set)(struct drm_crtc *crtc, u16 *r, u16 *g, u16 *b, 382 void (*destroy)(struct drm_crtc *crtc); 398 int (*set_config)(struct drm_mode_set *set, 454 int (*page_flip)(struct drm_crtc *crtc, 473 int (*page_flip_target)(struct drm_crtc *crtc, [all …]
|