Message ID | 20250501-qcs8300_iris-v7-0-b229d5347990@quicinc.com |
---|---|
Headers | show |
Series | media: qcom: iris: add support for QCS8300 | expand |
Hi Bjorn, On 5/1/2025 2:16 AM, Vikash Garodia wrote: > add support for video hardware acceleration on QCS8300 platform. > > This series depends on > https://lore.kernel.org/all/20250417-topic-sm8x50-iris-v10-v7-1-f020cb1d0e98@linaro.org/ > > Signed-off-by: Vikash Garodia <quic_vgarodia@quicinc.com> > --- > Changes in v7: > - Fix clock corner. > - Link to v6: https://lore.kernel.org/r/20250430-qcs8300_iris-v6-0-a2fa43688722@quicinc.com > > Changes in v6: > - Address a comment related the commit title. > - Link to v5: https://lore.kernel.org/r/20250424-qcs8300_iris-v5-0-f118f505c300@quicinc.com > > Changes in v5: > - Fix order in dt bindings. > - Drop an unrelated sentence from commit description. > - Link to v4: https://lore.kernel.org/r/20250424-qcs8300_iris-v4-0-6e66ed4f6b71@quicinc.com > > Changes in v4: > - Introduce a patch to fix existing order of compat strings. > - Fix the order of header inclusions. > - Link to v3: https://lore.kernel.org/r/20250423-qcs8300_iris-v3-0-d7e90606e458@quicinc.com > > Changes in v3: > - Fix commit description to better describe about QCS8300. > - Fix the order of the patch. > - Collect the review tags. > - Link to v2: https://lore.kernel.org/r/20250418-qcs8300_iris-v2-0-1e01385b90e9@quicinc.com > > Changes in v2: > - Added dependent info in binding patch as well. > - Fix a sparse error. > - Link to v1: https://lore.kernel.org/r/20250418-qcs8300_iris-v1-0-67792b39ba21@quicinc.com > > --- > Vikash Garodia (5): > dt-bindings: media: qcom,sm8550-iris: document QCS8300 IRIS accelerator > media: iris: fix the order of compat strings > media: iris: add qcs8300 platform data > arm64: dts: qcom: qcs8300: add video node > arm64: dts: qcom: qcs8300-ride: enable video > > .../bindings/media/qcom,sm8550-iris.yaml | 1 + > arch/arm64/boot/dts/qcom/qcs8300-ride.dts | 4 + > arch/arm64/boot/dts/qcom/qcs8300.dtsi | 71 ++++++++++++ > .../platform/qcom/iris/iris_platform_common.h | 1 + > .../media/platform/qcom/iris/iris_platform_gen2.c | 57 ++++++++++ > .../platform/qcom/iris/iris_platform_qcs8300.h | 124 +++++++++++++++++++++ > drivers/media/platform/qcom/iris/iris_probe.c | 16 ++- > 7 files changed, 268 insertions(+), 6 deletions(-) > --- When do u plan to pick DT patches (4/5 and 5/5) 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 QCS8300 platform. This series depends on https://lore.kernel.org/all/20250417-topic-sm8x50-iris-v10-v7-1-f020cb1d0e98@linaro.org/ Signed-off-by: Vikash Garodia <quic_vgarodia@quicinc.com> --- Changes in v7: - Fix clock corner. - Link to v6: https://lore.kernel.org/r/20250430-qcs8300_iris-v6-0-a2fa43688722@quicinc.com Changes in v6: - Address a comment related the commit title. - Link to v5: https://lore.kernel.org/r/20250424-qcs8300_iris-v5-0-f118f505c300@quicinc.com Changes in v5: - Fix order in dt bindings. - Drop an unrelated sentence from commit description. - Link to v4: https://lore.kernel.org/r/20250424-qcs8300_iris-v4-0-6e66ed4f6b71@quicinc.com Changes in v4: - Introduce a patch to fix existing order of compat strings. - Fix the order of header inclusions. - Link to v3: https://lore.kernel.org/r/20250423-qcs8300_iris-v3-0-d7e90606e458@quicinc.com Changes in v3: - Fix commit description to better describe about QCS8300. - Fix the order of the patch. - Collect the review tags. - Link to v2: https://lore.kernel.org/r/20250418-qcs8300_iris-v2-0-1e01385b90e9@quicinc.com Changes in v2: - Added dependent info in binding patch as well. - Fix a sparse error. - Link to v1: https://lore.kernel.org/r/20250418-qcs8300_iris-v1-0-67792b39ba21@quicinc.com --- Vikash Garodia (5): dt-bindings: media: qcom,sm8550-iris: document QCS8300 IRIS accelerator media: iris: fix the order of compat strings media: iris: add qcs8300 platform data arm64: dts: qcom: qcs8300: add video node arm64: dts: qcom: qcs8300-ride: enable video .../bindings/media/qcom,sm8550-iris.yaml | 1 + arch/arm64/boot/dts/qcom/qcs8300-ride.dts | 4 + arch/arm64/boot/dts/qcom/qcs8300.dtsi | 71 ++++++++++++ .../platform/qcom/iris/iris_platform_common.h | 1 + .../media/platform/qcom/iris/iris_platform_gen2.c | 57 ++++++++++ .../platform/qcom/iris/iris_platform_qcs8300.h | 124 +++++++++++++++++++++ drivers/media/platform/qcom/iris/iris_probe.c | 16 ++- 7 files changed, 268 insertions(+), 6 deletions(-) --- base-commit: 14423fc3a4a21fb436dda85450339ec2bf191b36 change-id: 20250418-qcs8300_iris-7a9ee604314a prerequisite-change-id: 20250225-topic-sm8x50-iris-v10-a219b8a8b477:v7 prerequisite-patch-id: afffe7096c8e110a8da08c987983bc4441d39578 prerequisite-patch-id: b93c37dc7e09d1631b75387dc1ca90e3066dce17 prerequisite-patch-id: b7b50aa1657be59fd51c3e53d73382a1ee75a08e prerequisite-patch-id: 30960743105a36f20b3ec4a9ff19e7bca04d6add prerequisite-patch-id: 2bba98151ca103aa62a513a0fbd0df7ae64d9868 prerequisite-patch-id: 0e43a6d758b5fa5ab921c6aa3c19859e312b47d0 prerequisite-patch-id: 35f8dae1416977e88c2db7c767800c01822e266e Best regards,