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.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 c7d40fcd..ad1a940d 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.c
@@ -679,6 +679,9 @@ static int gk20a_pm_prepare_poweroff(struct device *dev)
679 if (ret) 679 if (ret)
680 return ret; 680 return ret;
681 681
682 /* cancel any pending cde work */
683 gk20a_cde_suspend(g);
684
682 /* 685 /*
683 * After this point, gk20a interrupts should not get 686 * After this point, gk20a interrupts should not get
684 * serviced. 687 * serviced.