mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
media: rockchip: vicap hw change suspend/resume early
Signed-off-by: Chuanhu Sun <aaron.sun@rock-chips.com> Change-Id: Ic19a8f1540cd2af19f6f921c5cc8eba078ea50fb
This commit is contained in:
@@ -1579,7 +1579,7 @@ static int __maybe_unused rkcif_sleep_resume(struct device *dev)
|
||||
}
|
||||
|
||||
static const struct dev_pm_ops rkcif_plat_pm_ops = {
|
||||
SET_SYSTEM_SLEEP_PM_OPS(rkcif_sleep_suspend,
|
||||
SET_LATE_SYSTEM_SLEEP_PM_OPS(rkcif_sleep_suspend,
|
||||
rkcif_sleep_resume)
|
||||
SET_RUNTIME_PM_OPS(rkcif_runtime_suspend, rkcif_runtime_resume, NULL)
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user