• Home
  • Raw
  • Download

Lines Matching defs:drm_framebuffer

69823 struct drm_framebuffer;
69828 void (*destroy)(struct drm_framebuffer *);
69829 int (*create_handle)(struct drm_framebuffer *, struct drm_file *, unsigned int *);
69830 int (*dirty)(struct drm_framebuffer *, struct drm_file *, unsigned int, unsigned int, struct drm_clip_rect *, unsigned int);
69837 struct drm_framebuffer {
70615 struct drm_framebuffer * (*fb_create)(struct drm_device *, struct drm_file *, const struct drm_mode_fb_cmd2 *);
70742 struct drm_framebuffer *fb;
70774 struct drm_framebuffer *fb;
70822 struct drm_framebuffer *fb;
70823 struct drm_framebuffer *old_fb;
70839 int (*update_plane)(struct drm_plane *, struct drm_crtc *, struct drm_framebuffer *, int, int, unsigned int, unsigned int, uint32_t, uint32_t, uint32_t, uint32_t, struct drm_modeset_acquire_ctx *);
70928 int (*page_flip)(struct drm_crtc *, struct drm_framebuffer *, struct drm_pending_vblank_event *, uint32_t, struct drm_modeset_acquire_ctx *);
70929 int (*page_flip_target)(struct drm_crtc *, struct drm_framebuffer *, struct drm_pending_vblank_event *, uint32_t, uint32_t, struct drm_modeset_acquire_ctx *);
70947 struct drm_framebuffer *fb;
70967 int (*mode_set)(struct drm_crtc *, struct drm_display_mode *, struct drm_display_mode *, int, int, struct drm_framebuffer *);
70969 int (*mode_set_base)(struct drm_crtc *, int, int, struct drm_framebuffer *);
70970 int (*mode_set_base_atomic)(struct drm_crtc *, struct drm_framebuffer *, int, int, enum mode_set_atomic);
71138 struct drm_framebuffer *fb;
71835 struct drm_framebuffer *fb;
77276 struct drm_framebuffer base;