Searched defs:drm_crtc_funcs (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/include/drm/ |
D | drm_crtc.h | 407 struct drm_crtc_funcs { struct 418 void (*reset)(struct drm_crtc *crtc); 441 int (*cursor_set)(struct drm_crtc *crtc, struct drm_file *file_priv, 463 int (*cursor_set2)(struct drm_crtc *crtc, struct drm_file *file_priv, 483 int (*cursor_move)(struct drm_crtc *crtc, int x, int y); 498 int (*gamma_set)(struct drm_crtc *crtc, u16 *r, u16 *g, u16 *b, 509 void (*destroy)(struct drm_crtc *crtc); 525 int (*set_config)(struct drm_mode_set *set, 581 int (*page_flip)(struct drm_crtc *crtc, 600 int (*page_flip_target)(struct drm_crtc *crtc, [all …]
|