summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/gpu/nvgpu/gk20a/gk20a.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gk20a.c b/drivers/gpu/nvgpu/gk20a/gk20a.c
index badb7717..3dfc50e8 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.c
@@ -1148,6 +1148,9 @@ static void gk20a_pm_shutdown(struct platform_device *pdev)
1148 break; 1148 break;
1149 } 1149 }
1150#endif 1150#endif
1151
1152 /* Be ready for rail-gate after this point */
1153 gk20a_pm_prepare_poweroff(&pdev->dev);
1151} 1154}
1152 1155
1153#ifdef CONFIG_PM 1156#ifdef CONFIG_PM