summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/gk20a.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/gk20a.h')
-rw-r--r--drivers/gpu/nvgpu/gk20a/gk20a.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gk20a.h b/drivers/gpu/nvgpu/gk20a/gk20a.h
index 79118fca..34f89fc8 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.h
@@ -1485,10 +1485,8 @@ void gk20a_busy_noresume(struct device *dev);
1485void gk20a_idle_nosuspend(struct device *dev); 1485void gk20a_idle_nosuspend(struct device *dev);
1486int __must_check gk20a_busy(struct gk20a *g); 1486int __must_check gk20a_busy(struct gk20a *g);
1487void gk20a_idle(struct gk20a *g); 1487void gk20a_idle(struct gk20a *g);
1488int gk20a_do_idle(void); 1488int __gk20a_do_idle(struct gk20a *g, bool force_reset);
1489int gk20a_do_unidle(void); 1489int __gk20a_do_unidle(struct gk20a *g);
1490int __gk20a_do_idle(struct device *dev, bool force_reset);
1491int __gk20a_do_unidle(struct device *dev);
1492 1490
1493int gk20a_can_busy(struct gk20a *g); 1491int gk20a_can_busy(struct gk20a *g);
1494void gk20a_driver_start_unload(struct gk20a *g); 1492void gk20a_driver_start_unload(struct gk20a *g);