summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/gk20a.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/gk20a.c')
-rw-r--r--drivers/gpu/nvgpu/gk20a/gk20a.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gk20a.c b/drivers/gpu/nvgpu/gk20a/gk20a.c
index a3bbe034..a817abcd 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.c
@@ -1349,9 +1349,9 @@ int gk20a_pm_init(struct device *dev)
1349 gk20a_dbg_fn(""); 1349 gk20a_dbg_fn("");
1350 1350
1351 /* Initialise pm runtime */ 1351 /* Initialise pm runtime */
1352 if (platform->clockgate_delay) { 1352 if (platform->railgate_delay) {
1353 pm_runtime_set_autosuspend_delay(dev, 1353 pm_runtime_set_autosuspend_delay(dev,
1354 platform->clockgate_delay); 1354 platform->railgate_delay);
1355 pm_runtime_use_autosuspend(dev); 1355 pm_runtime_use_autosuspend(dev);
1356 } 1356 }
1357 1357