summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gm20b/gr_gm20b.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gm20b/gr_gm20b.c')
-rw-r--r--drivers/gpu/nvgpu/gm20b/gr_gm20b.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gm20b/gr_gm20b.c b/drivers/gpu/nvgpu/gm20b/gr_gm20b.c
index af834b02..a1078b10 100644
--- a/drivers/gpu/nvgpu/gm20b/gr_gm20b.c
+++ b/drivers/gpu/nvgpu/gm20b/gr_gm20b.c
@@ -1130,6 +1130,7 @@ void gr_gm20b_init_cyclestats(struct gk20a *g)
1130 NVGPU_GPU_FLAGS_SUPPORT_CYCLE_STATS; 1130 NVGPU_GPU_FLAGS_SUPPORT_CYCLE_STATS;
1131 g->gpu_characteristics.flags |= 1131 g->gpu_characteristics.flags |=
1132 NVGPU_GPU_FLAGS_SUPPORT_CYCLE_STATS_SNAPSHOT; 1132 NVGPU_GPU_FLAGS_SUPPORT_CYCLE_STATS_SNAPSHOT;
1133 g->gpu_characteristics.max_css_buffer_size = 0xffffffff;
1133#else 1134#else
1134 (void)g; 1135 (void)g;
1135#endif 1136#endif