drm: Add kernel-doc for drm_fb_helper_funcs->initial_config

Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
This commit is contained in:
Ville Syrjälä 2013-05-08 16:38:33 +03:00 committed by Dave Airlie
parent d1fd3ddc46
commit 54afc12141
1 changed files with 1 additions and 0 deletions

View File

@ -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.
*/