Searched defs:drm_crtc_funcs (Results 1 – 1 of 1) sorted by relevance
/device/soc/rockchip/common/sdk_linux/include/drm/ |
D | drm_crtc.h | 418 struct drm_crtc_funcs { struct 429 void (*reset)(struct drm_crtc *crtc); 452 …t (*cursor_set)(struct drm_crtc *crtc, struct drm_file *file_priv, uint32_t handle, uint32_t width, 474 … (*cursor_set2)(struct drm_crtc *crtc, struct drm_file *file_priv, uint32_t handle, uint32_t width, 493 int (*cursor_move)(struct drm_crtc *crtc, int x, int y); 508 …struct drm_crtc *crtc, u16 *r, u16 *g, u16 *b, uint32_t size, struct drm_modeset_acquire_ctx *ctx); 517 void (*destroy)(struct drm_crtc *crtc); 533 int (*set_config)(struct drm_mode_set *set, struct drm_modeset_acquire_ctx *ctx); 588 …ge_flip)(struct drm_crtc *crtc, struct drm_framebuffer *fb, struct drm_pending_vblank_event *event, 604 …_target)(struct drm_crtc *crtc, struct drm_framebuffer *fb, struct drm_pending_vblank_event *event, [all …]
|