Re: [PATCH 08/11] clk: qcom: gpucc-qcs615: Add QCS615 graphics clock controller driver

From: Taniya Das
Date: Fri Nov 01 2024 - 03:16:21 EST




On 10/31/2024 8:44 PM, Dmitry Baryshkov wrote:
On Wed, 30 Oct 2024 at 20:04, Taniya Das <quic_tdas@xxxxxxxxxxx> wrote:



On 10/19/2024 1:58 AM, Dmitry Baryshkov wrote:
+static struct gdsc gx_gdsc = {
+ .gdscr = 0x100c,
+ .en_rest_wait_val = 0x2,
+ .en_few_wait_val = 0x2,
+ .clk_dis_wait_val = 0x2,
+ .pd = {
+ .name = "gx_gdsc",
.power_on = gdsc_gx_do_nothing_enable ? Or is it controlled directly on
this platform?


On QCS615 the GPU clocks are directly controlled by high level OS.

Is it one of the gmu-wrapper platforms?


Not, sure of the gmu-wrapper, but this platform does not have GMU.


+ },
+ .pwrsts = PWRSTS_OFF_ON,
+ .flags = POLL_CFG_GDSCR,
+};
+

--
Thanks & Regards,
Taniya Das.




--
Thanks & Regards,
Taniya Das.