diff options
author | Ville Syrjälä <ville.syrjala@linux.intel.com> | 2013-05-08 09:38:33 -0400 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2013-05-10 00:46:07 -0400 |
commit | 54afc1214133deddd49162b101971af5711f1b3a (patch) | |
tree | 2c3633d1d3b79887ed61d51a2edefa1a52e4d3a9 /include/drm | |
parent | d1fd3ddc469b576e36184f2bd02c0301d80118d3 (diff) |
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>
Diffstat (limited to 'include/drm')
-rw-r--r-- | include/drm/drm_fb_helper.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 { | |||
57 | * @fb_probe: - Driver callback to allocate and initialize the fbdev info | 57 | * @fb_probe: - Driver callback to allocate and initialize the fbdev info |
58 | * structure. Futhermore it also needs to allocate the drm | 58 | * structure. Futhermore it also needs to allocate the drm |
59 | * framebuffer used to back the fbdev. | 59 | * framebuffer used to back the fbdev. |
60 | * @initial_config: - Setup an initial fbdev display configuration | ||
60 | * | 61 | * |
61 | * Driver callbacks used by the fbdev emulation helper library. | 62 | * Driver callbacks used by the fbdev emulation helper library. |
62 | */ | 63 | */ |