dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/5] clk/qcom: Support gdsc collapse polling using 'reset' inteface
@ 2022-08-17 14:57 Akhil P Oommen
  2022-08-17 14:57 ` [PATCH v2 1/5] dt-bindings: clk: qcom: Support gpu cx gdsc reset Akhil P Oommen
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Akhil P Oommen @ 2022-08-17 14:57 UTC (permalink / raw)
  To: freedreno, dri-devel, linux-arm-msm, Rob Clark, Bjorn Andersson,
	Stephen Boyd, Dmitry Baryshkov
  Cc: devicetree, Akhil P Oommen, Michael Turquette, Konrad Dybcio,
	Douglas Anderson, Rob Herring, linux-kernel, Stephen Boyd,
	krzysztof.kozlowski, Andy Gross, Krzysztof Kozlowski, linux-clk


Some clients like adreno gpu driver would like to ensure that its gdsc
is collapsed at hardware during a gpu reset sequence. This is because it
has a votable gdsc which could be ON due to a vote from another subsystem
like tz, hyp etc or due to an internal hardware signal. To allow
this, gpucc driver can expose an interface to the client driver using
reset framework. Using this the client driver can trigger a polling within
the gdsc driver.

This series is rebased on top of linus's master branch.

Related discussion: https://patchwork.freedesktop.org/patch/493144/

Changes in v2:
- Return error when a particular custom reset op is not implemented. (Dmitry)

Akhil P Oommen (5):
  dt-bindings: clk: qcom: Support gpu cx gdsc reset
  clk: qcom: Allow custom reset ops
  clk: qcom: gdsc: Add a reset op to poll gdsc collapse
  clk: qcom: gpucc-sc7280: Add cx collapse reset support
  arm64: dts: qcom: sc7280: Add Reset support for gpu

 arch/arm64/boot/dts/qcom/sc7280.dtsi          |  3 +++
 drivers/clk/qcom/gdsc.c                       | 23 +++++++++++++++++++----
 drivers/clk/qcom/gdsc.h                       |  7 +++++++
 drivers/clk/qcom/gpucc-sc7280.c               | 10 ++++++++++
 drivers/clk/qcom/reset.c                      | 27 +++++++++++++++++++++++++++
 drivers/clk/qcom/reset.h                      |  8 ++++++++
 include/dt-bindings/clock/qcom,gpucc-sc7280.h |  3 +++
 7 files changed, 77 insertions(+), 4 deletions(-)

-- 
2.7.4


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

end of thread, other threads:[~2022-08-24 18:50 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-17 14:57 [PATCH v2 0/5] clk/qcom: Support gdsc collapse polling using 'reset' inteface Akhil P Oommen
2022-08-17 14:57 ` [PATCH v2 1/5] dt-bindings: clk: qcom: Support gpu cx gdsc reset Akhil P Oommen
2022-08-17 14:57 ` [PATCH v2 2/5] clk: qcom: Allow custom reset ops Akhil P Oommen
2022-08-18  7:10   ` Krzysztof Kozlowski
2022-08-17 14:57 ` [PATCH v2 3/5] clk: qcom: gdsc: Add a reset op to poll gdsc collapse Akhil P Oommen
2022-08-17 14:57 ` [PATCH v2 4/5] clk: qcom: gpucc-sc7280: Add cx collapse reset support Akhil P Oommen
2022-08-18  7:10   ` Krzysztof Kozlowski
2022-08-17 14:57 ` [PATCH v2 5/5] arm64: dts: qcom: sc7280: Add Reset support for gpu Akhil P Oommen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).