mbox series

[v2,0/4] Add random IR and AUD encoder controls

Message ID 20201206102717.19000-1-stanimir.varbanov@linaro.org (mailing list archive)
Headers show
Series Add random IR and AUD encoder controls | expand

Message

Stanimir Varbanov Dec. 6, 2020, 10:27 a.m. UTC
Hi,

The changes in the second version of the series are:
 * change the sematics of the random intra-refresh control to
   intra-refresh period, see 1/1 for more info. 
 * incorporate review comments for AUD NALU control (Hans)

regards,
Stan

Stanimir Varbanov (4):
  media: v4l2-ctrls: Add intra-refresh period control
  venus: venc: Add support for intra-refresh period
  media: v4l2-ctrls: Add control for AUD generation
  venus: venc: Add support for AUD NALU control

 .../media/v4l/ext-ctrls-codec.rst             | 16 +++++++
 drivers/media/platform/qcom/venus/core.h      |  2 +
 drivers/media/platform/qcom/venus/venc.c      | 42 +++++++++++++++++++
 .../media/platform/qcom/venus/venc_ctrls.c    | 15 ++++++-
 drivers/media/v4l2-core/v4l2-ctrls.c          |  4 ++
 include/uapi/linux/v4l2-controls.h            |  2 +
 6 files changed, 80 insertions(+), 1 deletion(-)