This series is a re-up of Konrad's original venus series for sc8280xp and sm8350. Link: https://lore.kernel.org/all/20230731-topic-8280_venus-v1-0-8c8bbe1983a5@xxxxxxxxxx/ The main obstacle to merging that series at the time was the longstanding but invalid usage of "video-encoder" and "video-decoder" which is a driver level configuration option not a description of hardware. Following on from that discussion a backwards compatible means of statically selecting transcoder mode was upstreamed commit: 687bfbba5a1c ("media: venus: Add support for static video encoder/decoder declarations") Reworking this series from Konrad to incorporate this simple change - Removing dts dependencies/declarations on the offending compat strings - Inclusion of necessary static configuration in the 8350/8280xp driver config - A small update to interconnect tags which Konrad pointed out on IRC to me - Fixed author and SOB on first patch to match Signed-off-by: Bryan O'Donoghue <bryan.odonoghue@xxxxxxxxxx> --- Konrad Dybcio (8): media: dt-bindings: Document SC8280XP/SM8350 Venus media: venus: core: Remove trailing commas from of match entries media: venus: hfi_venus: Support only updating certain bits with presets media: platform: venus: Add optional LLCC path media: venus: core: Add SM8350 resource struct media: venus: core: Add SC8280XP resource struct arm64: dts: qcom: sc8280xp: Add Venus arm64: dts: qcom: sc8280xp-x13s: Enable Venus .../bindings/media/qcom,sm8350-venus.yaml | 119 ++++++++++++++++++++ .../dts/qcom/sc8280xp-lenovo-thinkpad-x13s.dts | 5 + arch/arm64/boot/dts/qcom/sc8280xp.dtsi | 82 ++++++++++++++ drivers/media/platform/qcom/venus/core.c | 125 +++++++++++++++++++-- drivers/media/platform/qcom/venus/core.h | 4 + drivers/media/platform/qcom/venus/hfi_venus.c | 15 ++- drivers/media/platform/qcom/venus/pm_helpers.c | 3 + 7 files changed, 341 insertions(+), 12 deletions(-) --- base-commit: d98e9213a768a3cc3a99f5e1abe09ad3baff2104 change-id: 20250301-b4-linux-media-comitters-sc8280xp-venus-e2cad579b4f0 Best regards, -- Bryan O'Donoghue <bryan.odonoghue@xxxxxxxxxx>