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:
1fbdb98
)
drm: Fix kerneldocs for drm_plane modifiers
author
Ville Syrjälä
<ville.syrjala@linux.intel.com>
Tue, 14 Nov 2017 19:10:21 +0000
(21:10 +0200)
committer
Ville Syrjälä
<ville.syrjala@linux.intel.com>
Tue, 14 Nov 2017 21:01:45 +0000
(23:01 +0200)
Add the missing kerneldoc for modifiers and modifier_count.
Cc: Ben Widawsky <ben@bwidawsk.net>
Cc: Daniel Vetter <daniel.vetter@ffwll.ch>
Suggested-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link:
https://patchwork.freedesktop.org/patch/msgid/20171114191021.15591-3-ville.syrjala@linux.intel.com
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
include/drm/drm_plane.h
patch
|
blob
|
history
diff --git
a/include/drm/drm_plane.h
b/include/drm/drm_plane.h
index 68bf66473faa626049f353a4101e5d351722331e..c062d797b9f99b9bb6ba7974553294b1f56c66d3 100644
(file)
--- a/
include/drm/drm_plane.h
+++ b/
include/drm/drm_plane.h
@@
-474,6
+474,8
@@
enum drm_plane_type {
* @format_types: array of formats supported by this plane
* @format_count: number of formats supported
* @format_default: driver hasn't supplied supported formats for the plane
+ * @modifiers: array of modifiers supported by this plane
+ * @modifier_count: number of modifiers supported
* @old_fb: Temporary tracking of the old fb while a modeset is ongoing. Used by
* drm_mode_set_config_internal() to implement correct refcounting.
* @funcs: helper functions