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 8e0072de..d51fdea1 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.h
@@ -1174,6 +1174,7 @@ void gk20a_remove_sysfs(struct device *dev);
1174#define GK20A_SIM_IORESOURCE_MEM 2 1174#define GK20A_SIM_IORESOURCE_MEM 2
1175 1175
1176void gk20a_busy_noresume(struct device *dev); 1176void gk20a_busy_noresume(struct device *dev);
1177void gk20a_idle_nosuspend(struct device *dev);
1177int __must_check gk20a_busy(struct device *dev); 1178int __must_check gk20a_busy(struct device *dev);
1178void gk20a_idle(struct device *dev); 1179void gk20a_idle(struct device *dev);
1179void gk20a_disable(struct gk20a *g, u32 units); 1180void gk20a_disable(struct gk20a *g, u32 units);