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, 2 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gk20a.c b/drivers/gpu/nvgpu/gk20a/gk20a.c
index e77986be..b715e661 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.c
@@ -567,7 +567,8 @@ int gk20a_pm_finalize_poweron(struct device *dev)
567 } 567 }
568 } 568 }
569 569
570 err = gk20a_init_fifo_reset_enable_hw(g); 570 err = g->ops.fifo.reset_enable_hw(g);
571
571 if (err) { 572 if (err) {
572 gk20a_err(dev, "failed to reset gk20a fifo"); 573 gk20a_err(dev, "failed to reset gk20a fifo");
573 goto done; 574 goto done;