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. - Correct P010 buffer alignment. Please pull. regards, Stan Chnages since v2: Fixed error/warn in patches/0003-venus-venc-add-handling-for-VIDIOC_ENCODER_CMD.patch, and add one more ready to merge patch which corrects P010 buffer alignment. Changes since v1: 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. 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-v3 for you to fetch changes up to 683710ec363d4e7499d3fb61ca160ff8aada45f1: media: venus: Correct P010 buffer alignment (2023-04-05 19:48:27 +0300) ---------------------------------------------------------------- Venus updates for v6.4 v3 ---------------------------------------------------------------- Dikshita Agarwal (1): venus: venc: add handling for VIDIOC_ENCODER_CMD Fritz Koenig (1): media: venus: Correct P010 buffer alignment 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/helpers.c | 4 +- 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 | 23 ++++- drivers/media/platform/qcom/venus/venc.c | 109 +++++++++++++++++++-- 7 files changed, 173 insertions(+), 18 deletions(-)