Searched defs:drm_crtc_funcs (Results 1 – 2 of 2) sorted by relevance
| /kernel/linux/linux-5.10/include/drm/ |
| D | drm_crtc.h | 409 struct drm_crtc_funcs { struct 420 void (*reset)(struct drm_crtc *crtc); 443 int (*cursor_set)(struct drm_crtc *crtc, struct drm_file *file_priv, 465 int (*cursor_set2)(struct drm_crtc *crtc, struct drm_file *file_priv, 485 int (*cursor_move)(struct drm_crtc *crtc, int x, int y); 500 int (*gamma_set)(struct drm_crtc *crtc, u16 *r, u16 *g, u16 *b, 511 void (*destroy)(struct drm_crtc *crtc); 527 int (*set_config)(struct drm_mode_set *set, 583 int (*page_flip)(struct drm_crtc *crtc, 602 int (*page_flip_target)(struct drm_crtc *crtc, [all …]
|
| /kernel/linux/linux-4.19/include/drm/ |
| D | drm_crtc.h | 368 struct drm_crtc_funcs { struct 379 void (*reset)(struct drm_crtc *crtc); 402 int (*cursor_set)(struct drm_crtc *crtc, struct drm_file *file_priv, 424 int (*cursor_set2)(struct drm_crtc *crtc, struct drm_file *file_priv, 444 int (*cursor_move)(struct drm_crtc *crtc, int x, int y); 459 int (*gamma_set)(struct drm_crtc *crtc, u16 *r, u16 *g, u16 *b, 470 void (*destroy)(struct drm_crtc *crtc); 486 int (*set_config)(struct drm_mode_set *set, 542 int (*page_flip)(struct drm_crtc *crtc, 561 int (*page_flip_target)(struct drm_crtc *crtc, [all …]
|