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.
+ }, + .pwrsts = PWRSTS_OFF_ON, + .flags = POLL_CFG_GDSCR, +}; +
-- Thanks & Regards, Taniya Das.