[PATCH libdrm] util: Remove unused definitions of RED, GREEN, and BLUE

Laurent Pinchart laurent.pinchart at ideasonboard.com
Mon Jul 11 16:35:41 UTC 2022


Hi Geert,

Thank you for the patch.

On Mon, Jul 11, 2022 at 05:56:41PM +0200, Geert Uytterhoeven wrote:
> These are unused since commit edcef53685edf5fb ("modetest: Add test
> pattern support for missing RGB formats").
> 
> Signed-off-by: Geert Uytterhoeven <geert at linux-m68k.org>

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

> ---
>  tests/util/pattern.c | 5 -----
>  1 file changed, 5 deletions(-)
> 
> diff --git a/tests/util/pattern.c b/tests/util/pattern.c
> index f28fad311ec3de11..178aee8341a38920 100644
> --- a/tests/util/pattern.c
> +++ b/tests/util/pattern.c
> @@ -764,11 +764,6 @@ static void fill_smpte(const struct util_format_info *info, void *planes[3],
>  	}
>  }
>  
> -/* swap these for big endian.. */
> -#define RED   2
> -#define GREEN 1
> -#define BLUE  0
> -
>  static void make_pwetty(void *data, unsigned int width, unsigned int height,
>  			unsigned int stride, uint32_t format)
>  {

-- 
Regards,

Laurent Pinchart


More information about the dri-devel mailing list