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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gk20a.c b/drivers/gpu/nvgpu/gk20a/gk20a.c
index 58108d97..ef0f6a8c 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.c
@@ -1659,7 +1659,7 @@ int __gk20a_do_idle(struct platform_device *pdev)
1659 */ 1659 */
1660 pm_runtime_put_sync(&pdev->dev); 1660 pm_runtime_put_sync(&pdev->dev);
1661 1661
1662 if (platform->can_railgate) { 1662 if (platform->can_railgate && !platform->force_reset_in_do_idle) {
1663 /* add sufficient delay to allow GPU to rail gate */ 1663 /* add sufficient delay to allow GPU to rail gate */
1664 msleep(platform->railgate_delay); 1664 msleep(platform->railgate_delay);
1665 1665