[PATCH 02/14] drm/blend: Fix sparse warnings

Laurent Pinchart laurent.pinchart at ideasonboard.com
Tue Sep 20 06:52:32 UTC 2016


Hi Ville,

Thank you for the patch.

On Monday 19 Sep 2016 16:33:43 ville.syrjala at linux.intel.com wrote:
> From: Ville Syrjälä <ville.syrjala at linux.intel.com>
> 
> drm/drm_blend.c:207:5: warning: symbol 'drm_atomic_normalize_zpos' was not
> declared. Should it be static?
> 
> Cc: Marek Szyprowski <m.szyprowski at samsung.com>
> Cc: Benjamin Gaignard <benjamin.gaignard at linaro.org>
> Cc: Laurent Pinchart <laurent.pinchart at ideasonboard.com>
> Signed-off-by: Ville Syrjälä <ville.syrjala at linux.intel.com>

Acked-by: Laurent Pinchart <laurent.pinchart at ideasonboard.com>

> ---
>  drivers/gpu/drm/drm_blend.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/gpu/drm/drm_blend.c b/drivers/gpu/drm/drm_blend.c
> index 0813b7e021be..0a0b9357db35 100644
> --- a/drivers/gpu/drm/drm_blend.c
> +++ b/drivers/gpu/drm/drm_blend.c
> @@ -30,7 +30,7 @@
>  #include <linux/slab.h>
>  #include <linux/sort.h>
> 
> -#include "drm_internal.h"
> +#include "drm_crtc_internal.h"
> 
>  /**
>   * drm_plane_create_zpos_property - create mutable zpos property

-- 
Regards,

Laurent Pinchart



More information about the dri-devel mailing list