]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - include/drm/drm_fb_helper.h
drm/fb-helper: Add fill_info() functions
[linux.git] / include / drm / drm_fb_helper.h
index bb9acea61369396f993a15dae2fc336e2c2b218e..1833e9c5512bbcfa4f0ee610c4c7668364b33c1b 100644 (file)
@@ -292,6 +292,9 @@ void drm_fb_helper_fill_var(struct fb_info *info, struct drm_fb_helper *fb_helpe
                            uint32_t fb_width, uint32_t fb_height);
 void drm_fb_helper_fill_fix(struct fb_info *info, uint32_t pitch,
                            uint32_t depth);
+void drm_fb_helper_fill_info(struct fb_info *info,
+                            struct drm_fb_helper *fb_helper,
+                            struct drm_fb_helper_surface_size *sizes);
 
 void drm_fb_helper_unlink_fbi(struct drm_fb_helper *fb_helper);