mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 11:50:43 +09:00
MALI: midgard: rk: do not use deferrable work for poweroff
In the same way of
commit 697aafe93f ("MALI: bifrost: rk: do not use deferrable work for poweroff")
Signed-off-by: Zhen Chen <chenzhen@rock-chips.com>
Change-Id: I061ca478f4e8f8a836ce3996a138b1d0382cfd2b
This commit is contained in:
@@ -119,7 +119,7 @@ static int kbase_platform_rk_init(struct kbase_device *kbdev)
|
||||
ret = -ENOMEM;
|
||||
goto err_wq;
|
||||
}
|
||||
INIT_DEFERRABLE_WORK(&platform->work, rk_pm_power_off_delay_work);
|
||||
INIT_DELAYED_WORK(&platform->work, rk_pm_power_off_delay_work);
|
||||
|
||||
wake_lock_init(&platform->wake_lock, WAKE_LOCK_SUSPEND, "gpu");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user