drm/fourcc: Add drm_format_info.is_color_indexed flag
authorGeert Uytterhoeven <geert@linux-m68k.org>
Fri, 8 Jul 2022 18:20:47 +0000 (20:20 +0200)
committerSam Ravnborg <sam@ravnborg.org>
Sat, 9 Jul 2022 13:00:08 +0000 (15:00 +0200)
commitdc1dc76bd9a48c6aba3efae5eadb9a884043966e
treeae9e96c1e649ac8142ac35bfba4634db8d9c31eb
parent96dc635d5538055cb6ccd7b6e9290dfcfc385f97
drm/fourcc: Add drm_format_info.is_color_indexed flag

Add a flag to struct drm_format_info to indicate if a format is
color-indexed, similar to the existing .is_yuv flag.

This way generic code and drivers can just check this flag, instead of
checking against a list of fourcc formats.

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Reviewed-by: Javier Martinez Canillas <javierm@redhat.com>
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Link: https://patchwork.freedesktop.org/patch/msgid/90cd390b2b4d481661f966de7b504f1702d80dfd.1657294931.git.geert@linux-m68k.org
drivers/gpu/drm/drm_fourcc.c
include/drm/drm_fourcc.h