Hi Mauro, Venus driver updates for v5.11 includes: * Encoder fix for default capture format. * Return decoder parsed crop from bitstream. * Add shutdown callback. * Interconnect vote fixes. * A fix when calculating macroblocks per second. Please pull. regards, Stan The following changes since commit 0ab4f9087ea94ff92dc2ae68180faaf6bd443021: media: platform: add missing put_device() call in mtk_jpeg_probe() and mtk_jpeg_remove() (2020-11-05 18:03:11 +0100) are available in the Git repository at: git://linuxtv.org/svarbanov/media_tree.git tags/venus-for-v5.11 for you to fetch changes up to 3723e65edbf93f12ec2e78fb22e26a2baa6a5d66: venus: core: add shutdown callback for venus (2020-11-06 15:15:51 +0200) ---------------------------------------------------------------- Venus updates for v5.11 ---------------------------------------------------------------- Alexandre Courbot (1): venus: vdec: return parsed crop information from stream Mansur Alisha Shaik (8): venus: core: change clk enable and disable order in resume and suspend venus: core: vote for video-mem path venus: core: vote with average bandwidth and peak bandwidth as zero venus: put dummy vote on video-mem path after last session release venus: fix calculating mbps in calculate_inst_freq() venus: core: handle race condititon for core ops venus: handle use after free for iommu_map/iommu_unmap venus: core: add shutdown callback for venus Stanimir Varbanov (1): venus: venc: Fix default capture format drivers/media/platform/qcom/venus/core.c | 41 +++++++++++++++++++++----- drivers/media/platform/qcom/venus/core.h | 1 + drivers/media/platform/qcom/venus/firmware.c | 17 ++++++++--- drivers/media/platform/qcom/venus/hfi.c | 12 ++++++++ drivers/media/platform/qcom/venus/pm_helpers.c | 12 +++++++- drivers/media/platform/qcom/venus/vdec.c | 32 ++++++++++++++++---- drivers/media/platform/qcom/venus/venc.c | 2 +- 7 files changed, 99 insertions(+), 18 deletions(-)