]> Pileus Git - ~andy/linux/blobdiff - include/drm/drm_fb_helper.h
Merge tag 'omapdss-for-3.10' of git://gitorious.org/linux-omap-dss2/linux into drm...
[~andy/linux] / include / drm / drm_fb_helper.h
index 6fb519f5cce05a323eeef4ec720de6a3d8d3961d..8230b46fdd73ff916324a9d4d0dd064a13207502 100644 (file)
@@ -68,6 +68,10 @@ struct drm_fb_helper_funcs {
 
        int (*fb_probe)(struct drm_fb_helper *helper,
                        struct drm_fb_helper_surface_size *sizes);
+       bool (*initial_config)(struct drm_fb_helper *fb_helper,
+                              struct drm_fb_helper_crtc **crtcs,
+                              struct drm_display_mode **modes,
+                              bool *enabled, int width, int height);
 };
 
 struct drm_fb_helper_connector {