summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/vgpu/ltc_vgpu.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/vgpu/ltc_vgpu.c')
-rw-r--r--drivers/gpu/nvgpu/vgpu/ltc_vgpu.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/vgpu/ltc_vgpu.c b/drivers/gpu/nvgpu/vgpu/ltc_vgpu.c
index 7e86ba38..d451a1f2 100644
--- a/drivers/gpu/nvgpu/vgpu/ltc_vgpu.c
+++ b/drivers/gpu/nvgpu/vgpu/ltc_vgpu.c
@@ -56,6 +56,8 @@ int vgpu_ltc_init_comptags(struct gk20a *g, struct gr_gk20a *gr)
56 if (err) 56 if (err)
57 return err; 57 return err;
58 58
59 gr->max_comptag_lines = max_comptag_lines;
60
59 return 0; 61 return 0;
60} 62}
61 63