summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/gr_gk20a.h
diff options
context:
space:
mode:
authorTerje Bergstrom <tbergstrom@nvidia.com>2015-04-20 13:31:09 -0400
committerIshan Mittal <imittal@nvidia.com>2015-05-18 02:02:40 -0400
commitd20afe7bd4a5cf74c7dfab6b9735604ba506215e (patch)
tree9dff668a9730034db48f671cc586b1da5cf00042 /drivers/gpu/nvgpu/gk20a/gr_gk20a.h
parent96ffe0c64d88f4f8154322c00823083ef97f3643 (diff)
gpu: nvgpu: Dynamic betacb size
Allow querying and setting default betacb size via debugfs. For global buffers the value takes effect upon first boot of GPU, and has no effect after that. Bug 1628352 Change-Id: Ib63f4299249c41eab1b36cc501b525cc54211195 Signed-off-by: Terje Bergstrom <tbergstrom@nvidia.com> Reviewed-on: http://git-master/r/733328
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 1a55e064..b2213739 100644
--- a/drivers/gpu/nvgpu/gk20a/gr_gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/gr_gk20a.h
@@ -495,5 +495,6 @@ int gr_gk20a_alloc_gr_ctx(struct gk20a *g,
495void gr_gk20a_free_gr_ctx(struct gk20a *g, 495void gr_gk20a_free_gr_ctx(struct gk20a *g,
496 struct vm_gk20a *vm, struct gr_ctx_desc *gr_ctx); 496 struct vm_gk20a *vm, struct gr_ctx_desc *gr_ctx);
497int gr_gk20a_halt_pipe(struct gk20a *g); 497int gr_gk20a_halt_pipe(struct gk20a *g);
498int gr_gk20a_debugfs_init(struct gk20a *g);
498 499
499#endif /*__GR_GK20A_H__*/ 500#endif /*__GR_GK20A_H__*/