Hi Mauro, This time Venus updates includes: - A fix for capture format enumeration. - A fix for handling decoder start cmd. - A fix for H265 decoder failure. - Adds encoder commands support. - Adds support for QP range for HFI versions 4xx and 6xx. In this v2 pull request the DT-binding re-organizations and cleanup patchset from Krzysztof has been dropped, it is already part of Sakari's dt-binding pull request. Please pull. regards, Stan The following changes since commit eeac8ede17557680855031c6f305ece2378af326: Linux 6.3-rc2 (2023-03-12 16:36:44 -0700) are available in the Git repository at: git://linuxtv.org/svarbanov/media_tree.git tags/tag-venus-for-v6.4-v2 for you to fetch changes up to 9a5293fd19d1de0ed09324f7158769ca5d8ec16d: venus: Add support for min/max qp range. (2023-04-03 23:40:57 +0300) ---------------------------------------------------------------- Venus updates for v6.4 v2 ---------------------------------------------------------------- Dikshita Agarwal (1): venus: venc: add handling for VIDIOC_ENCODER_CMD Javier Martinez Canillas (1): media: venus: dec: Fix capture formats enumeration order Krzysztof Kozlowski (1): media: venus: drop unused opp_table field documentation Michał Krawczyk (1): media: venus: dec: Fix handling of the start cmd Viswanath Boma (2): venus: Fix for H265 decoding failure. venus: Add support for min/max qp range. drivers/media/platform/qcom/venus/core.h | 10 +- drivers/media/platform/qcom/venus/hfi_cmds.c | 23 +++++ drivers/media/platform/qcom/venus/hfi_helper.h | 18 ++++ .../media/platform/qcom/venus/hfi_plat_bufs_v6.c | 4 +- drivers/media/platform/qcom/venus/vdec.c | 16 ++- drivers/media/platform/qcom/venus/venc.c | 107 +++++++++++++++++++-- 6 files changed, 163 insertions(+), 15 deletions(-)