[v2,0/3] Add NV12MT_COL128 8/10-bit pixel formats
mbox series

Message ID 20260629094216.747340-1-naush@raspberrypi.com
Headers show
Series
  • Add NV12MT_COL128 8/10-bit pixel formats
Related show

Message

Naushir Patuck June 29, 2026, 8:36 a.m. UTC
Hi,

Only change in v2 is in patch 3/3 where I've added the new formats to the
pixelFormatInfo table in formats.cpp. I ought to also mention that I'm not fully
certian that I got the values for pixelsPerGroup and bitsPerPixel correct as
this is a column layout image!

Note that I've yet to push patch for the addition of these formats to the pisp
be kernel driver.

Regards,
Naush

Naushir Patuck (3):
  utils: codegen: gen-formats: Resolve Broadcom SAND modifiers
  include: linux: videodev2: Add NV12MT_COL128 8/10-bit pixel formats
  libcamera: formats: Add NV12MT_COL128 8/10-bit pixel formats

 include/linux/videodev2.h          |  3 +++
 src/libcamera/formats.cpp          | 20 ++++++++++++++++++++
 src/libcamera/formats.yaml         |  6 ++++++
 src/libcamera/v4l2_pixelformat.cpp |  4 ++++
 utils/codegen/gen-formats.py       | 17 ++++++++++++++++-
 5 files changed, 49 insertions(+), 1 deletion(-)