summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/gr_gk20a.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/gr_gk20a.h')
-rw-r--r--drivers/gpu/nvgpu/gk20a/gr_gk20a.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gr_gk20a.h b/drivers/gpu/nvgpu/gk20a/gr_gk20a.h
index 92e1dff5..0c6be57b 100644
--- a/drivers/gpu/nvgpu/gk20a/gr_gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/gr_gk20a.h
@@ -857,4 +857,5 @@ void gk20a_gr_destroy_ctx_buffer(struct gk20a *g,
857 struct gr_ctx_buffer_desc *desc); 857 struct gr_ctx_buffer_desc *desc);
858int gk20a_gr_alloc_ctx_buffer(struct gk20a *g, 858int gk20a_gr_alloc_ctx_buffer(struct gk20a *g,
859 struct gr_ctx_buffer_desc *desc, size_t size); 859 struct gr_ctx_buffer_desc *desc, size_t size);
860void gk20a_gr_flush_channel_tlb(struct gr_gk20a *gr);
860#endif /*__GR_GK20A_H__*/ 861#endif /*__GR_GK20A_H__*/