From 3fbb596e53524e78703b76c4fdc33cd6ac62f777 Mon Sep 17 00:00:00 2001 From: Madhurkiran Harikrishnan Date: Fri, 11 Dec 2020 16:21:38 -0800 Subject: [PATCH] libweston: Remove substitute format for ARGB8888 Xilinx DP gfx layer does not support XRGB8888. Hence, remove the same as opaque substitute. Signed-off-by: Madhurkiran Harikrishnan Upstream-Status : Inappropriate [Xilinx specific] --- libweston/pixel-formats.c | 1 - 1 file changed, 1 deletion(-) diff --git a/libweston/pixel-formats.c b/libweston/pixel-formats.c index 79dc709..ec2d3b7 100644 --- a/libweston/pixel-formats.c +++ b/libweston/pixel-formats.c @@ -193,7 +193,6 @@ static const struct pixel_format_info pixel_format_table[] = { { DRM_FORMAT(ARGB8888), BITS_RGBA_FIXED(8, 8, 8, 8), - .opaque_substitute = DRM_FORMAT_XRGB8888, .depth = 32, .bpp = 32, GL_FORMAT(GL_BGRA_EXT), -- 2.17.1