summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/gk20a.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/gk20a.c')
-rw-r--r--drivers/gpu/nvgpu/gk20a/gk20a.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gk20a.c b/drivers/gpu/nvgpu/gk20a/gk20a.c
index d5208e0d..5a25eecf 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.c
@@ -2033,6 +2033,8 @@ int gk20a_init_gpu_characteristics(struct gk20a *g)
2033 gpu->cbc_cache_line_size = g->gr.cacheline_size; 2033 gpu->cbc_cache_line_size = g->gr.cacheline_size;
2034 gpu->cbc_comptags_per_line = g->gr.comptags_per_cacheline; 2034 gpu->cbc_comptags_per_line = g->gr.comptags_per_cacheline;
2035 2035
2036 gpu->map_buffer_batch_limit = 256;
2037
2036 return 0; 2038 return 0;
2037} 2039}
2038 2040