linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v5 0/5] HDR10 static metadata
@ 2021-02-09 16:24 Stanimir Varbanov
  2021-02-09 16:24 ` [PATCH v5 1/5] v4l: Add new Colorimetry Class Stanimir Varbanov
                   ` (5 more replies)
  0 siblings, 6 replies; 13+ messages in thread
From: Stanimir Varbanov @ 2021-02-09 16:24 UTC (permalink / raw)
  To: linux-media, linux-kernel, linux-arm-msm
  Cc: Hans Verkuil, Ezequiel Garcia, Nicolas Dufresne, Stanimir Varbanov

Changes since v4:
  * 1/5 - fixed a typo (Hans)
  * 2/5 - add some mode info about new colorimetry class (Hans)
  * 4/5 - correct cd/m2 -> cd/m\ :sup:`2`
        - change to US spelling for color word
        - use correct v4l2_ctrl_type in videodev2.h.rst.exceptions
        - documented p_hdr10_cll and p_hdr10_mastering in vidioc-g-ext-ctrls.rst

Comments are welcome!        

regards,
Stan
        
Stanimir Varbanov (5):
  v4l: Add new Colorimetry Class
  docs: Document colorimetry class
  v4l: Add HDR10 static metadata controls
  docs: Document CLL and Mastering display colorimetry controls
  venus: venc: Add support for CLL and Mastering display controls

 .../userspace-api/media/v4l/common.rst        |  1 +
 .../media/v4l/ext-ctrls-colorimetry.rst       | 93 +++++++++++++++++++
 .../media/v4l/vidioc-g-ext-ctrls.rst          | 12 +++
 .../media/videodev2.h.rst.exceptions          |  2 +
 drivers/media/platform/qcom/venus/core.h      |  2 +
 drivers/media/platform/qcom/venus/hfi_cmds.c  |  8 ++
 .../media/platform/qcom/venus/hfi_helper.h    | 20 ++++
 drivers/media/platform/qcom/venus/venc.c      | 29 ++++++
 .../media/platform/qcom/venus/venc_ctrls.c    | 16 +++-
 drivers/media/v4l2-core/v4l2-ctrls.c          | 74 ++++++++++++++-
 include/media/v4l2-ctrls.h                    |  4 +
 include/uapi/linux/v4l2-controls.h            | 35 +++++++
 include/uapi/linux/videodev2.h                |  3 +
 13 files changed, 297 insertions(+), 2 deletions(-)
 create mode 100644 Documentation/userspace-api/media/v4l/ext-ctrls-colorimetry.rst

-- 
2.25.1


^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2021-03-22 13:55 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-09 16:24 [PATCH v5 0/5] HDR10 static metadata Stanimir Varbanov
2021-02-09 16:24 ` [PATCH v5 1/5] v4l: Add new Colorimetry Class Stanimir Varbanov
2021-03-16 11:35   ` Hans Verkuil
2021-02-09 16:24 ` [PATCH v5 2/5] docs: Document colorimetry class Stanimir Varbanov
2021-03-16 11:37   ` Hans Verkuil
2021-02-09 16:24 ` [PATCH v5 3/5] v4l: Add HDR10 static metadata controls Stanimir Varbanov
2021-03-16 12:16   ` Hans Verkuil
2021-03-22 12:56     ` Stanimir Varbanov
2021-03-22 13:54       ` Hans Verkuil
2021-02-09 16:24 ` [PATCH v5 4/5] docs: Document CLL and Mastering display colorimetry controls Stanimir Varbanov
2021-03-16 12:22   ` Hans Verkuil
2021-02-09 16:24 ` [PATCH v5 5/5] venus: venc: Add support for CLL and Mastering display controls Stanimir Varbanov
2021-03-16 11:07 ` [PATCH v5 0/5] HDR10 static metadata Stanimir Varbanov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).