From: Ville Syrjälä Date: Wed, 8 May 2013 13:38:33 +0000 (+0300) Subject: drm: Add kernel-doc for drm_fb_helper_funcs->initial_config X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=54afc1214133deddd49162b101971af5711f1b3a;p=linux-beck.git drm: Add kernel-doc for drm_fb_helper_funcs->initial_config Signed-off-by: Ville Syrjälä Signed-off-by: Dave Airlie --- diff --git a/include/drm/drm_fb_helper.h b/include/drm/drm_fb_helper.h index 8230b46fdd73..61ebd51f6112 100644 --- a/include/drm/drm_fb_helper.h +++ b/include/drm/drm_fb_helper.h @@ -57,6 +57,7 @@ struct drm_fb_helper_surface_size { * @fb_probe: - Driver callback to allocate and initialize the fbdev info * structure. Futhermore it also needs to allocate the drm * framebuffer used to back the fbdev. + * @initial_config: - Setup an initial fbdev display configuration * * Driver callbacks used by the fbdev emulation helper library. */