aboutsummaryrefslogtreecommitdiffstats
path: root/include/drm/drm_fb_helper.h
diff options
context:
space:
mode:
authorVille Syrjälä <ville.syrjala@linux.intel.com>2013-05-08 16:38:33 +0300
committerDave Airlie <airlied@redhat.com>2013-05-10 14:46:07 +1000
commit54afc1214133deddd49162b101971af5711f1b3a (patch)
tree2c3633d1d3b79887ed61d51a2edefa1a52e4d3a9 /include/drm/drm_fb_helper.h
parentdrm: refactor call to request_module (diff)
downloadlinux-dev-54afc1214133deddd49162b101971af5711f1b3a.tar.xz
linux-dev-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/drm_fb_helper.h')
-rw-r--r--include/drm/drm_fb_helper.h1
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.
*/