We'd been asked if the S01x YUV formats could be supported on Pi5 as some software codecs produce them. The answer was yes, so this patch adds them and the P01x formats.
Signed-off-by: Dave Stevenson <dave.steven...@raspberrypi.com> --- Changes in v2: - Swapped from adding an extra bool hvs6_only to having a min_gen for each format (suggested by Maíra) - Link to v1: https://lore.kernel.org/r/20250724-drm-vc4-extra-formats-v1-1-67fa80597...@raspberrypi.com --- Dave Stevenson (2): drm/vc4: plane: Flag formats as having a minimum generation drm/vc4: plane: Add support for P01[026] and S01[026] formats drivers/gpu/drm/vc4/vc4_plane.c | 56 +++++++++++++++++++++++++++++++++++------ drivers/gpu/drm/vc4/vc4_regs.h | 9 +++++++ 2 files changed, 58 insertions(+), 7 deletions(-) --- base-commit: d2b48f2b30f25997a1ae1ad0cefac68c25f8c330 change-id: 20250724-drm-vc4-extra-formats-1f53e6491cc1 Best regards, -- Dave Stevenson <dave.steven...@raspberrypi.com>