[igt-dev] [PATCH i-g-t 1/2] lib/igt_fb: Fix XBGB->XBGR typo

Ville Syrjala ville.syrjala at linux.intel.com
Thu Oct 3 19:58:53 UTC 2019


From: Ville Syrjälä <ville.syrjala at linux.intel.com>

A slight typo slipped in, fix it.

Signed-off-by: Ville Syrjälä <ville.syrjala at linux.intel.com>
---
 lib/igt_fb.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/igt_fb.c b/lib/igt_fb.c
index 41c646d655d6..db789ae79458 100644
--- a/lib/igt_fb.c
+++ b/lib/igt_fb.c
@@ -157,7 +157,7 @@ static const struct format_desc_struct {
 	  .num_planes = 1, .plane_bpp = { 32, },
 	  .hsub = 1, .vsub = 1,
 	},
-	{ .name = "XBGB2101010", .depth = -1, .drm_id = DRM_FORMAT_XBGR2101010,
+	{ .name = "XBGR2101010", .depth = -1, .drm_id = DRM_FORMAT_XBGR2101010,
 	  .cairo_id = CAIRO_FORMAT_INVALID,
 	  .pixman_id = PIXMAN_x2b10g10r10,
 	  .num_planes = 1, .plane_bpp = { 32, },
-- 
2.21.0



More information about the igt-dev mailing list