summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gm20b/hal_gm20b.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gm20b/hal_gm20b.c')
-rw-r--r--drivers/gpu/nvgpu/gm20b/hal_gm20b.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gm20b/hal_gm20b.c b/drivers/gpu/nvgpu/gm20b/hal_gm20b.c
index df25be5e..c0113498 100644
--- a/drivers/gpu/nvgpu/gm20b/hal_gm20b.c
+++ b/drivers/gpu/nvgpu/gm20b/hal_gm20b.c
@@ -211,6 +211,7 @@ int gm20b_init_hal(struct gk20a *g)
211 gm20b_init_debug_ops(gops); 211 gm20b_init_debug_ops(gops);
212 gm20b_init_cde_ops(gops); 212 gm20b_init_cde_ops(gops);
213 gm20b_init_therm_ops(gops); 213 gm20b_init_therm_ops(gops);
214 gk20a_init_tsg_ops(gops);
214 gops->name = "gm20b"; 215 gops->name = "gm20b";
215 gops->chip_init_gpu_characteristics = gk20a_init_gpu_characteristics; 216 gops->chip_init_gpu_characteristics = gk20a_init_gpu_characteristics;
216 gops->get_litter_value = gm20b_get_litter_value; 217 gops->get_litter_value = gm20b_get_litter_value;