[PATCH 0/4] Add two new v4l controls and implementation

From: Stanimir Varbanov
Date: Tue Jun 16 2020 - 08:31:34 EST


Hello,

Here we add two more v4l controls:
- V4L2_CID_MPEG_VIDEO_CONSTANT_QUALITY for encoders
- V4L2_CID_MPEG_VIDEO_DECODE_INTRA_FRAMES_ONLY for decoders

and the implementations in Venus driver.

The original patch for CQ from Maheshwar has been rebased on top of
current media/master and the comment from Hans has been taken into
account.

Comments are welcome.

regards,
Stan

Maheshwar Ajja (1):
media: v4l2-ctrls: Add encoder constant quality control

Stanimir Varbanov (3):
venus: venc: Add support for constant quality control
v4l2-ctrl: Add control for intra only decode
venus: vdec: Add support for decode intra frames only

.../media/v4l/ext-ctrls-codec.rst | 19 +++++++
drivers/media/platform/qcom/venus/core.h | 2 +
drivers/media/platform/qcom/venus/hfi_cmds.c | 49 ++++++++++++++++++-
.../media/platform/qcom/venus/hfi_helper.h | 4 +-
drivers/media/platform/qcom/venus/vdec.c | 7 +++
.../media/platform/qcom/venus/vdec_ctrls.c | 9 +++-
drivers/media/platform/qcom/venus/venc.c | 4 +-
.../media/platform/qcom/venus/venc_ctrls.c | 6 +++
drivers/media/v4l2-core/v4l2-ctrls.c | 4 ++
include/uapi/linux/v4l2-controls.h | 3 ++
10 files changed, 103 insertions(+), 4 deletions(-)

--
2.17.1