Patch 0 to 8 cleanup a little the tiled format documentation, moving a diagram to its place and moving all 10 bits packed formats under the "Tiled NV15" umbrella. Finally the last patch moves MT2110T and MT2110R from reserved format into planar format with the appropriate documentation. It worth mentioning that these two formats have a software implementation in GStreamer [0] and libyuv [1] and additional documentation has been produced by Google [1]. [0] https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/3444 [1] https://chromium.googlesource.com/libyuv/libyuv/+/refs/heads/main/source/convert.cc#863 [2] https://tinyurl.com/mtk-10bit-video-format Nicolas Dufresne (5): docs: uapi: media: Properly locate NV12MT diagram docs: uapi: media: Move NV12_10BE_8L128 to NV15 section docs: uapi: media: Add common documentation of tiled NV15 docs: uapi: media: Add a layout diagram for MT2110T docs: uapi: media: Document Mediatek 10bit tiled formats .../userspace-api/media/v4l/mt2110t.svg | 268 ++++++++++++++++++ .../media/v4l/pixfmt-reserved.rst | 13 - .../media/v4l/pixfmt-yuv-planar.rst | 245 +++++++++++++--- 3 files changed, 481 insertions(+), 45 deletions(-) create mode 100644 Documentation/userspace-api/media/v4l/mt2110t.svg -- 2.40.1