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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gk20a.h b/drivers/gpu/nvgpu/gk20a/gk20a.h
index b7f3f6f1..c7d12f86 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.h
@@ -1060,6 +1060,7 @@ void gk20a_remove_sysfs(struct device *dev);
1060 1060
1061void gk20a_busy_noresume(struct device *dev); 1061void gk20a_busy_noresume(struct device *dev);
1062int __must_check gk20a_busy(struct device *dev); 1062int __must_check gk20a_busy(struct device *dev);
1063void gk20a_idle_nosuspend(struct device *dev);
1063void gk20a_idle(struct device *dev); 1064void gk20a_idle(struct device *dev);
1064void gk20a_disable(struct gk20a *g, u32 units); 1065void gk20a_disable(struct gk20a *g, u32 units);
1065void gk20a_enable(struct gk20a *g, u32 units); 1066void gk20a_enable(struct gk20a *g, u32 units);