diff options
Diffstat (limited to 'include/drm/tinydrm/tinydrm.h')
-rw-r--r-- | include/drm/tinydrm/tinydrm.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/drm/tinydrm/tinydrm.h b/include/drm/tinydrm/tinydrm.h index 77a93ec577fd..6e2b960e25eb 100644 --- a/include/drm/tinydrm/tinydrm.h +++ b/include/drm/tinydrm/tinydrm.h | |||
@@ -26,6 +26,10 @@ struct tinydrm_device { | |||
26 | struct drm_simple_display_pipe pipe; | 26 | struct drm_simple_display_pipe pipe; |
27 | struct mutex dirty_lock; | 27 | struct mutex dirty_lock; |
28 | const struct drm_framebuffer_funcs *fb_funcs; | 28 | const struct drm_framebuffer_funcs *fb_funcs; |
29 | int (*fb_dirty)(struct drm_framebuffer *framebuffer, | ||
30 | struct drm_file *file_priv, unsigned flags, | ||
31 | unsigned color, struct drm_clip_rect *clips, | ||
32 | unsigned num_clips); | ||
29 | }; | 33 | }; |
30 | 34 | ||
31 | static inline struct tinydrm_device * | 35 | static inline struct tinydrm_device * |