All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drm: Describe pixel_blend_mode in drm_plane_state
@ 2018-08-31 15:09 Sean Paul
  2018-08-31 15:24 ` Maarten Lankhorst
  2018-09-03 10:37 ` Alexandru-Cosmin Gheorghe
  0 siblings, 2 replies; 4+ messages in thread
From: Sean Paul @ 2018-08-31 15:09 UTC (permalink / raw)
  To: dri-devel; +Cc: Daniel Vetter, Sean Paul, Lowry Li, Sean Paul

From: Sean Paul <seanpaul@chromium.org>

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 <daniel.vetter@ffwll.ch>
Cc: Lowry Li <lowry.li@arm.com>
Signed-off-by: Sean Paul <seanpaul@chromium.org>
---
 include/drm/drm_plane.h | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/include/drm/drm_plane.h b/include/drm/drm_plane.h
index 35ef64a9398b..16f5b66684ca 100644
--- a/include/drm/drm_plane.h
+++ b/include/drm/drm_plane.h
@@ -117,6 +117,13 @@ struct drm_plane_state {
 	 * details.
 	 */
 	u16 alpha;
+
+	/**
+	 * @pixel_blend_mode:
+	 * The alpha blending equation selection, describing how the pixels from
+	 * the current plane are composited with the background. Value can be
+	 * one of DRM_MODE_BLEND_*
+	 */
 	uint16_t pixel_blend_mode;
 
 	/**
-- 
Sean Paul, Software Engineer, Google / Chromium OS

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] drm: Describe pixel_blend_mode in drm_plane_state
  2018-08-31 15:09 [PATCH] drm: Describe pixel_blend_mode in drm_plane_state Sean Paul
@ 2018-08-31 15:24 ` Maarten Lankhorst
  2018-08-31 15:48   ` Sean Paul
  2018-09-03 10:37 ` Alexandru-Cosmin Gheorghe
  1 sibling, 1 reply; 4+ messages in thread
From: Maarten Lankhorst @ 2018-08-31 15:24 UTC (permalink / raw)
  To: Sean Paul, dri-devel; +Cc: Daniel Vetter, Lowry Li, Sean Paul

Op 31-08-18 om 17:09 schreef Sean Paul:
> From: Sean Paul <seanpaul@chromium.org>
>
> 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 <daniel.vetter@ffwll.ch>
> Cc: Lowry Li <lowry.li@arm.com>
> Signed-off-by: Sean Paul <seanpaul@chromium.org>
> ---
>  include/drm/drm_plane.h | 7 +++++++
>  1 file changed, 7 insertions(+)
>
> diff --git a/include/drm/drm_plane.h b/include/drm/drm_plane.h
> index 35ef64a9398b..16f5b66684ca 100644
> --- a/include/drm/drm_plane.h
> +++ b/include/drm/drm_plane.h
> @@ -117,6 +117,13 @@ struct drm_plane_state {
>  	 * details.
>  	 */
>  	u16 alpha;
> +
> +	/**
> +	 * @pixel_blend_mode:
> +	 * The alpha blending equation selection, describing how the pixels from
> +	 * the current plane are composited with the background. Value can be
> +	 * one of DRM_MODE_BLEND_*
> +	 */
>  	uint16_t pixel_blend_mode;
>  
>  	/**

Reviewed-by: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] drm: Describe pixel_blend_mode in drm_plane_state
  2018-08-31 15:24 ` Maarten Lankhorst
@ 2018-08-31 15:48   ` Sean Paul
  0 siblings, 0 replies; 4+ messages in thread
From: Sean Paul @ 2018-08-31 15:48 UTC (permalink / raw)
  To: Maarten Lankhorst
  Cc: dri-devel, Sean Paul, Daniel Vetter, Lowry Li, Sean Paul

On Fri, Aug 31, 2018 at 05:24:46PM +0200, Maarten Lankhorst wrote:
> Op 31-08-18 om 17:09 schreef Sean Paul:
> > From: Sean Paul <seanpaul@chromium.org>
> >
> > 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 <daniel.vetter@ffwll.ch>
> > Cc: Lowry Li <lowry.li@arm.com>
> > Signed-off-by: Sean Paul <seanpaul@chromium.org>
> > ---
> >  include/drm/drm_plane.h | 7 +++++++
> >  1 file changed, 7 insertions(+)
> >
> > diff --git a/include/drm/drm_plane.h b/include/drm/drm_plane.h
> > index 35ef64a9398b..16f5b66684ca 100644
> > --- a/include/drm/drm_plane.h
> > +++ b/include/drm/drm_plane.h
> > @@ -117,6 +117,13 @@ struct drm_plane_state {
> >  	 * details.
> >  	 */
> >  	u16 alpha;
> > +
> > +	/**
> > +	 * @pixel_blend_mode:
> > +	 * The alpha blending equation selection, describing how the pixels from
> > +	 * the current plane are composited with the background. Value can be
> > +	 * one of DRM_MODE_BLEND_*
> > +	 */
> >  	uint16_t pixel_blend_mode;
> >  
> >  	/**
> 
> Reviewed-by: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>

Applied to -misc-next, thanks Maarten!

Sean

> 

-- 
Sean Paul, Software Engineer, Google / Chromium OS
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] drm: Describe pixel_blend_mode in drm_plane_state
  2018-08-31 15:09 [PATCH] drm: Describe pixel_blend_mode in drm_plane_state Sean Paul
  2018-08-31 15:24 ` Maarten Lankhorst
@ 2018-09-03 10:37 ` Alexandru-Cosmin Gheorghe
  1 sibling, 0 replies; 4+ messages in thread
From: Alexandru-Cosmin Gheorghe @ 2018-09-03 10:37 UTC (permalink / raw)
  To: Sean Paul; +Cc: Daniel Vetter, nd, Lowry Li, Sean Paul, dri-devel

Hi Sean,

On Fri, Aug 31, 2018 at 11:09:25AM -0400, Sean Paul wrote:
> From: Sean Paul <seanpaul@chromium.org>
> 
> 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 <daniel.vetter@ffwll.ch>
> Cc: Lowry Li <lowry.li@arm.com>
> Signed-off-by: Sean Paul <seanpaul@chromium.org>

Reviewed-by: Alexandru Gheorghe <alexandru-cosmin.gheorghe@arm.com>

> ---
>  include/drm/drm_plane.h | 7 +++++++
>  1 file changed, 7 insertions(+)
> 
> diff --git a/include/drm/drm_plane.h b/include/drm/drm_plane.h
> index 35ef64a9398b..16f5b66684ca 100644
> --- a/include/drm/drm_plane.h
> +++ b/include/drm/drm_plane.h
> @@ -117,6 +117,13 @@ struct drm_plane_state {
>  	 * details.
>  	 */
>  	u16 alpha;
> +
> +	/**
> +	 * @pixel_blend_mode:
> +	 * The alpha blending equation selection, describing how the pixels from
> +	 * the current plane are composited with the background. Value can be
> +	 * one of DRM_MODE_BLEND_*
> +	 */
>  	uint16_t pixel_blend_mode;
>  
>  	/**
> -- 
> Sean Paul, Software Engineer, Google / Chromium OS
> 
> _______________________________________________
> dri-devel mailing list
> dri-devel@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/dri-devel

-- 
Cheers,
Alex G
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-09-03 10:37 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-08-31 15:09 [PATCH] drm: Describe pixel_blend_mode in drm_plane_state Sean Paul
2018-08-31 15:24 ` Maarten Lankhorst
2018-08-31 15:48   ` Sean Paul
2018-09-03 10:37 ` Alexandru-Cosmin Gheorghe

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.