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

Chris Wilson chris at chris-wilson.co.uk
Thu Oct 3 20:04:56 UTC 2019


Quoting Ville Syrjala (2019-10-03 20:58:53)
> 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,

Gah, even after being told there's a typo on this line, it still took
several passes to spot it.
Reviewed-by: Chris Wilson <chris at chris-wilson.co.uk> # !ProofReader
-Chris


More information about the igt-dev mailing list