diff options
author | Ville Syrjälä <ville.syrjala@linux.intel.com> | 2013-05-08 15:38:33 +0200 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2013-05-10 06:46:07 +0200 |
commit | 54afc1214133deddd49162b101971af5711f1b3a (patch) | |
tree | 2c3633d1d3b79887ed61d51a2edefa1a52e4d3a9 /include | |
parent | drm: refactor call to request_module (diff) | |
download | linux-54afc1214133deddd49162b101971af5711f1b3a.tar.xz linux-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')
-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 { * @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. */ |