We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 263734a commit 15d421fCopy full SHA for 15d421f
drivers/gpu/arm/bifrost/mali_kbase_core_linux.c
@@ -5948,8 +5948,8 @@ static int kbase_device_runtime_idle(struct device *dev)
5948
/* The power management operations for the platform driver.
5949
*/
5950
static const struct dev_pm_ops kbase_pm_ops = {
5951
- .suspend = kbase_device_suspend,
5952
- .resume = kbase_device_resume,
+ SYSTEM_SLEEP_PM_OPS(kbase_device_suspend,
+ kbase_device_resume)
5953
#ifdef KBASE_PM_RUNTIME
5954
.runtime_suspend = kbase_device_runtime_suspend,
5955
.runtime_resume = kbase_device_runtime_resume,
0 commit comments