mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-22 17:25:35 +03:00
nvidia: support PM ops in oops driver
Using this patch we are making changes for suspend operation to happen as late as possible and resume operation to happen as early as possible. Bug 3585622 Change-Id: I941a66c2d4d8a7e9a35d13659f6c1a17422f7e55 Signed-off-by: Manish Bhardwaj <mbhardwaj@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/2888613 Reviewed-by: svcacv <svcacv@nvidia.com> Reviewed-by: svc-mobile-coverity <svc-mobile-coverity@nvidia.com> Reviewed-by: svc-mobile-cert <svc-mobile-cert@nvidia.com> Reviewed-by: Suresh Venkatachalam <skathirampat@nvidia.com> Reviewed-by: Sandeep Trasi <strasi@nvidia.com> GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com>
This commit is contained in:
committed by
mobile promotions
parent
d07b3d604c
commit
b53f6a8262
@@ -789,8 +789,8 @@ static int tegra_hv_vblk_oops_resume(struct device *dev)
|
|||||||
}
|
}
|
||||||
|
|
||||||
static const struct dev_pm_ops tegra_hv_vblk_oops_pm_ops = {
|
static const struct dev_pm_ops tegra_hv_vblk_oops_pm_ops = {
|
||||||
.suspend = tegra_hv_vblk_oops_suspend,
|
.suspend_noirq = tegra_hv_vblk_oops_suspend,
|
||||||
.resume = tegra_hv_vblk_oops_resume,
|
.resume_noirq = tegra_hv_vblk_oops_resume,
|
||||||
};
|
};
|
||||||
#endif /* CONFIG_PM_SLEEP */
|
#endif /* CONFIG_PM_SLEEP */
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user