Re: [PATCH V5 RESEND 4/5] clk: qcom: Use HW_CTRL_TRIGGER flag to switch video GDSC to HW mode

From: Jagadeesh Kona
Date: Wed Apr 24 2024 - 05:48:48 EST




On 4/23/2024 4:24 AM, Konrad Dybcio wrote:


On 4/13/24 17:20, Jagadeesh Kona wrote:
The HW_CTRL_TRIGGER flag provides flexibility to switch the GDSC
mode as per the consumers requirement compared to HW_CTRL flag which
directly switches the GDSC mode as part of gdsc enable/disable.
Hence use HW_CTRL_TRIGGER flag for vcodec GDSC's to allow venus driver
to switch the vcodec GDSC to HW/SW control modes at runtime using
dev_pm_genpd_set_hwmode() API.

Signed-off-by: Jagadeesh Kona <quic_jkona@xxxxxxxxxxx>
Signed-off-by: Abel Vesa <abel.vesa@xxxxxxxxxx>
---

The commit title states clk: qcom: yet the only files changed are:


Thanks Konrad for your review! As there are 2 files with similar changes, I didn't mention file names in the commit title.

  drivers/clk/qcom/videocc-sc7280.c | 2 +-
  drivers/clk/qcom/videocc-sm8250.c | 4 ++--

With no explanation as to why anywhere


Sure, will update the target specific details in the commit text of next series.

Thanks,
Jagadeesh

Konrad