mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 19:08:57 +09:00
MALI: bifrost: fix bug that GPU is not powered off after idle
The bug was found in the case of that system suspend process was broken off for USB ADB being connected. This fix is provided by Zhigang.Yao@arm.com of support_mali. Related RK redmine case: https://redmine.rock-chips.com/issues/334539 Change-Id: I4772ed901a7fe54884a79a53b3ca9f6fd7beed40 Signed-off-by: Zhen Chen <chenzhen@rock-chips.com>
This commit is contained in:
@@ -260,8 +260,6 @@ void kbase_pm_driver_resume(struct kbase_device *kbdev, bool arb_gpu_start)
|
||||
* atoms
|
||||
*/
|
||||
kbasep_js_resume(kbdev);
|
||||
#else
|
||||
kbase_csf_scheduler_pm_resume(kbdev);
|
||||
#endif
|
||||
|
||||
/* Matching idle call, to power off the GPU/cores if we didn't actually
|
||||
|
||||
Reference in New Issue
Block a user