Hello, Changes since v1: * moved the controls in hdr10-ctrls.h header. * the structure fields documentation clearer. * fixed some typos. Some thoughts, because these two CLL and Mastering Display controls are borrowed from SEI messages we can introduce sei-ctrls.h instead of hdr10-ctrls.h. What you think? Comments are welcome! regards, Stan Stanimir Varbanov (3): v4l: Add HDR10 static metadata controls docs: media: Document CLL and Mastering display venus: venc: Add support for CLL and Mastering display controls .../media/v4l/ext-ctrls-codec.rst | 71 +++++++++++++++++++ drivers/media/platform/qcom/venus/core.h | 3 + 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 | 62 ++++++++++++++++ include/media/hdr10-ctrls.h | 55 ++++++++++++++ include/media/v4l2-ctrls.h | 3 + 9 files changed, 266 insertions(+), 1 deletion(-) create mode 100644 include/media/hdr10-ctrls.h -- 2.17.1