projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d1fd3dd
)
drm: Add kernel-doc for drm_fb_helper_funcs->initial_config
author
Ville Syrjälä
<ville.syrjala@linux.intel.com>
Wed, 8 May 2013 13:38:33 +0000
(16:38 +0300)
committer
Dave Airlie
<airlied@redhat.com>
Fri, 10 May 2013 04:46:07 +0000
(14:46 +1000)
Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
include/drm/drm_fb_helper.h
patch
|
blob
|
history
diff --git
a/include/drm/drm_fb_helper.h
b/include/drm/drm_fb_helper.h
index 8230b46fdd73ff916324a9d4d0dd064a13207502..61ebd51f6112a9db96d04513e5745cc0d5f1bd80 100644
(file)
--- 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.
*/