You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
testing freq. transitions on MSM8916 Samsung J5 "a3xx":
locks up when gpu was on 310MHz:
resume handler was setting opp rate that will do clk_set_rate before
the clk was enabled.
devfreq can do this job if opp-suspend was defined in dt.
changed resume so clk gets enabled first and let devfreq setting it
changed suspend aswell
Signed-off-by: Christoph Rudorff <[email protected]>
0 commit comments