forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 125
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
drm/msm/gpu: fix clk lockup PM suspend/resume handler (v2)
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 <chris@rudorff.com> drm/msm/gpu: PM suspend/resume handler hotfix resume Signed-off-by: Christoph Rudorff <chris@rudorff.com>
- Loading branch information
Christoph Rudorff
committed
Oct 16, 2023
1 parent
10a4487
commit c48aba5
Showing
2 changed files
with
22 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters