Message ID | 20250421-dtbinding-v5-0-363c1c05bc80@quicinc.com |
---|---|
Headers | show |
Series | media: qcom: iris: add support for SA8775P | expand |
Hi Bjorn, On 4/21/2025 8:16 PM, Vikash Garodia wrote: > add support for video hardware acceleration on SA8775P platform. > > Signed-off-by: Vikash Garodia <quic_vgarodia@quicinc.com> > --- > Changes in v5: > - Fix clock corner and a power domain specifier > - Link to v4: https://lore.kernel.org/all/20250321-dtbinding-v4-0-6abd4575bff4@quicinc.com > > Changes in v4: > - Fix the order of video node. > - Link to v3: https://lore.kernel.org/r/20250320-dtbinding-v3-0-2a16fced51d5@quicinc.com > > Changes in v3: > - Fix nit review comments. > - Link to v2: https://lore.kernel.org/r/20250320-dtbinding-v2-0-8d8eaa4e76cc@quicinc.com > > Changes in v2: > - Drop 01/04 patch as it was not needed. > - Introduce sa8775p as fallback compatible to sm8550. > - Move firmware files to board DT > - Link to v1: https://lore.kernel.org/r/20250311-dtbinding-v1-0-5c807d33f7ae@quicinc.com > > --- > Vikash Garodia (3): > dt-bindings: media: qcom,sm8550-iris: document SA8775p IRIS accelerator > arm64: dts: qcom: sa8775p: add support for video node > arm64: dts: qcom: sa8775p-ride: enable video > > .../bindings/media/qcom,sm8550-iris.yaml | 7 ++- > arch/arm64/boot/dts/qcom/sa8775p-ride.dtsi | 6 ++ > arch/arm64/boot/dts/qcom/sa8775p.dtsi | 71 ++++++++++++++++++++++ > 3 files changed, 83 insertions(+), 1 deletion(-) > --- When do u plan to pick DT patches (2/3 and 3/3) from this series ? I just saw the PR for 6.16 and i did not see these patches, would like to know what is pending ? Regards, Vikash
add support for video hardware acceleration on SA8775P platform. Signed-off-by: Vikash Garodia <quic_vgarodia@quicinc.com> --- Changes in v5: - Fix clock corner and a power domain specifier - Link to v4: https://lore.kernel.org/all/20250321-dtbinding-v4-0-6abd4575bff4@quicinc.com Changes in v4: - Fix the order of video node. - Link to v3: https://lore.kernel.org/r/20250320-dtbinding-v3-0-2a16fced51d5@quicinc.com Changes in v3: - Fix nit review comments. - Link to v2: https://lore.kernel.org/r/20250320-dtbinding-v2-0-8d8eaa4e76cc@quicinc.com Changes in v2: - Drop 01/04 patch as it was not needed. - Introduce sa8775p as fallback compatible to sm8550. - Move firmware files to board DT - Link to v1: https://lore.kernel.org/r/20250311-dtbinding-v1-0-5c807d33f7ae@quicinc.com --- Vikash Garodia (3): dt-bindings: media: qcom,sm8550-iris: document SA8775p IRIS accelerator arm64: dts: qcom: sa8775p: add support for video node arm64: dts: qcom: sa8775p-ride: enable video .../bindings/media/qcom,sm8550-iris.yaml | 7 ++- arch/arm64/boot/dts/qcom/sa8775p-ride.dtsi | 6 ++ arch/arm64/boot/dts/qcom/sa8775p.dtsi | 71 ++++++++++++++++++++++ 3 files changed, 83 insertions(+), 1 deletion(-) --- base-commit: f2151613e040973c868d28c8b00885dfab69eb75 change-id: 20250310-dtbinding-8921bfc151e9 Best regards,