summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/include
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/include')
-rw-r--r--drivers/gpu/nvgpu/include/nvgpu/gk20a.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/include/nvgpu/gk20a.h b/drivers/gpu/nvgpu/include/nvgpu/gk20a.h
index f393e799..7ed4c714 100644
--- a/drivers/gpu/nvgpu/include/nvgpu/gk20a.h
+++ b/drivers/gpu/nvgpu/include/nvgpu/gk20a.h
@@ -1747,6 +1747,7 @@ enum {
1747#define GK20A_SIM_IORESOURCE_MEM 2 1747#define GK20A_SIM_IORESOURCE_MEM 2
1748 1748
1749void gk20a_busy_noresume(struct gk20a *g); 1749void gk20a_busy_noresume(struct gk20a *g);
1750int gk20a_busy_try_noresume(struct gk20a *g);
1750void gk20a_idle_nosuspend(struct gk20a *g); 1751void gk20a_idle_nosuspend(struct gk20a *g);
1751int __must_check gk20a_busy(struct gk20a *g); 1752int __must_check gk20a_busy(struct gk20a *g);
1752void gk20a_idle(struct gk20a *g); 1753void gk20a_idle(struct gk20a *g);