summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/common/linux/module.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/common/linux/module.c')
-rw-r--r--drivers/gpu/nvgpu/common/linux/module.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/gpu/nvgpu/common/linux/module.c b/drivers/gpu/nvgpu/common/linux/module.c
index b7d13f05..51336c51 100644
--- a/drivers/gpu/nvgpu/common/linux/module.c
+++ b/drivers/gpu/nvgpu/common/linux/module.c
@@ -276,11 +276,6 @@ static int gk20a_pm_prepare_poweroff(struct device *dev)
276 if (!g->power_on) 276 if (!g->power_on)
277 goto done; 277 goto done;
278 278
279 if (gk20a_fifo_is_engine_busy(g)) {
280 ret = -EBUSY;
281 goto done;
282 }
283
284 gk20a_scale_suspend(dev); 279 gk20a_scale_suspend(dev);
285 280
286 gk20a_cde_suspend(l); 281 gk20a_cde_suspend(l);