Linux ARM-MSM sub-architecture
 help / color / mirror / Atom feed
* [PATCH v2 0/8] media: qcom: iris/venus: fix power domain handling on SM8250
@ 2026-02-01 10:48 Dmitry Baryshkov
  2026-02-01 10:48 ` [PATCH v2 1/8] dt-bindings: clock: qcom,sm8250-videocc: account for the MX domain Dmitry Baryshkov
                   ` (8 more replies)
  0 siblings, 9 replies; 32+ messages in thread
From: Dmitry Baryshkov @ 2026-02-01 10:48 UTC (permalink / raw)
  To: Bjorn Andersson, Michael Turquette, Stephen Boyd, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley, Taniya Das, Jonathan Marek,
	Ulf Hansson, Rafael J. Wysocki, Bryan O'Donoghue,
	Vikash Garodia, Dikshita Agarwal, Mauro Carvalho Chehab,
	Stanimir Varbanov, Abhinav Kumar, Hans Verkuil, Stefan Schmidt,
	Konrad Dybcio, Bryan O'Donoghue, Dikshita Agarwal
  Cc: linux-arm-msm, linux-clk, devicetree, linux-kernel, linux-pm,
	linux-media, Mauro Carvalho Chehab, Konrad Dybcio

As pointed out by Konrad during the review of SM8350 / SC8280XP
patchset, Iris aka Venus description has several flows. It doesn't scale
MMCX, the frequencies in the OPP table are wrong, etc.

Let's correct the Iris/Venus enablement for SM8250 (unfortunately also
stopping it from being overclocked).

Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
---
Changes in v2:
- Fixed example in the new sm8250-videocc schema
- Link to v1: https://lore.kernel.org/r/20260131-iris-venus-fix-sm8250-v1-0-b635ee66284c@oss.qualcomm.com

---
Dmitry Baryshkov (8):
      dt-bindings: clock: qcom,sm8250-videocc: account for the MX domain
      pmdomain: de-constify fields struct dev_pm_domain_attach_data
      media: dt-bindings: qcom,sm8250-venus: sort out power domains
      media: iris: scale MMCX power domain on SM8250
      media: venus: scale MMCX power domain on SM8250
      arm64: dts: qcom: sm8250: add MX power domain to the video CC
      arm64: dts: qcom: sort out Iris power domains
      arm64: dts: qcom: sm8250: correct frequencies in the Iris OPP table

 .../bindings/clock/qcom,sm8250-videocc.yaml        | 85 ++++++++++++++++++++++
 .../devicetree/bindings/clock/qcom,videocc.yaml    | 20 -----
 .../bindings/media/qcom,sm8250-venus.yaml          | 10 +--
 arch/arm64/boot/dts/qcom/sm8250.dtsi               | 42 +++++++----
 .../media/platform/qcom/iris/iris_platform_gen1.c  |  2 +-
 drivers/media/platform/qcom/iris/iris_probe.c      |  7 ++
 drivers/media/platform/qcom/venus/core.c           |  7 +-
 drivers/media/platform/qcom/venus/core.h           |  1 +
 drivers/media/platform/qcom/venus/pm_helpers.c     |  8 +-
 include/linux/pm_domain.h                          |  4 +-
 10 files changed, 140 insertions(+), 46 deletions(-)
---
base-commit: 44ef70faf71468e0ae4bdb782a6d43f0614b8ffa
change-id: 20260131-iris-venus-fix-sm8250-f938e29e7497

Best regards,
-- 
With best wishes
Dmitry


^ permalink raw reply	[flat|nested] 32+ messages in thread

end of thread, other threads:[~2026-02-04  0:40 UTC | newest]

Thread overview: 32+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-01 10:48 [PATCH v2 0/8] media: qcom: iris/venus: fix power domain handling on SM8250 Dmitry Baryshkov
2026-02-01 10:48 ` [PATCH v2 1/8] dt-bindings: clock: qcom,sm8250-videocc: account for the MX domain Dmitry Baryshkov
2026-02-03 23:19   ` Bryan O'Donoghue
2026-02-01 10:48 ` [PATCH v2 2/8] pmdomain: de-constify fields struct dev_pm_domain_attach_data Dmitry Baryshkov
2026-02-03 23:20   ` Bryan O'Donoghue
2026-02-01 10:49 ` [PATCH v2 3/8] media: dt-bindings: qcom,sm8250-venus: sort out power domains Dmitry Baryshkov
2026-02-02 10:05   ` Konrad Dybcio
2026-02-03  7:52   ` Dikshita Agarwal
2026-02-03 23:22   ` Bryan O'Donoghue
2026-02-01 10:49 ` [PATCH v2 4/8] media: iris: scale MMCX power domain on SM8250 Dmitry Baryshkov
2026-02-02 10:07   ` Konrad Dybcio
2026-02-02 10:12     ` Dmitry Baryshkov
2026-02-02 10:20       ` Konrad Dybcio
2026-02-03  9:11   ` Dikshita Agarwal
2026-02-01 10:49 ` [PATCH v2 5/8] media: venus: " Dmitry Baryshkov
2026-02-02 10:02   ` Konrad Dybcio
2026-02-02 10:03     ` Dmitry Baryshkov
2026-02-03 23:26   ` Bryan O'Donoghue
2026-02-01 10:49 ` [PATCH v2 6/8] arm64: dts: qcom: sm8250: add MX power domain to the video CC Dmitry Baryshkov
2026-02-02 10:03   ` Konrad Dybcio
2026-02-01 10:49 ` [PATCH v2 7/8] arm64: dts: qcom: sort out Iris power domains Dmitry Baryshkov
2026-02-02 10:04   ` Konrad Dybcio
2026-02-03  9:07   ` Dikshita Agarwal
2026-02-04  0:34     ` Dmitry Baryshkov
2026-02-03  9:09   ` Konrad Dybcio
2026-02-01 10:49 ` [PATCH v2 8/8] arm64: dts: qcom: sm8250: correct frequencies in the Iris OPP table Dmitry Baryshkov
2026-02-02 10:04   ` Konrad Dybcio
2026-02-02 14:45 ` [PATCH v2 0/8] media: qcom: iris/venus: fix power domain handling on SM8250 Ulf Hansson
2026-02-02 15:51   ` Dmitry Baryshkov
2026-02-02 19:22     ` Dmitry Baryshkov
2026-02-03 10:40       ` Ulf Hansson
2026-02-04  0:40         ` Dmitry Baryshkov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox