diff options
author | Ville Syrjälä <ville.syrjala@linux.intel.com> | 2013-05-08 16:38:33 +0300 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2013-05-10 14:46:07 +1000 |
commit | 54afc1214133deddd49162b101971af5711f1b3a (patch) | |
tree | 2c3633d1d3b79887ed61d51a2edefa1a52e4d3a9 /include/drm | |
parent | d1fd3ddc469b576e36184f2bd02c0301d80118d3 (diff) | |
download | linux-3.10-54afc1214133deddd49162b101971af5711f1b3a.tar.gz linux-3.10-54afc1214133deddd49162b101971af5711f1b3a.tar.bz2 linux-3.10-54afc1214133deddd49162b101971af5711f1b3a.zip |
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 8230b46fdd7..61ebd51f611 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. */ |