Skip to content

Commit b972cec

Browse files
committed
drm: Describe pixel_blend_mode in drm_plane_state
Adds docs for pixel_blend_mode in drm_plane_state. Fixes the warning found by kbuild test robot: htmldocs: include/drm/drm_plane.h:189: warning: Function parameter or member 'pixel_blend_mode' not described in 'drm_plane_state' Cc: Daniel Vetter <[email protected]> Cc: Lowry Li <[email protected]> Reviewed-by: Maarten Lankhorst <[email protected]> Signed-off-by: Sean Paul <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
1 parent e86e894 commit b972cec

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

include/drm/drm_plane.h

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,13 @@ struct drm_plane_state {
117117
* details.
118118
*/
119119
u16 alpha;
120+
121+
/**
122+
* @pixel_blend_mode:
123+
* The alpha blending equation selection, describing how the pixels from
124+
* the current plane are composited with the background. Value can be
125+
* one of DRM_MODE_BLEND_*
126+
*/
120127
uint16_t pixel_blend_mode;
121128

122129
/**

0 commit comments

Comments
 (0)