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 cbd3f50b..4f2fffc8 100644
--- a/drivers/gpu/nvgpu/gm20b/hal_gm20b.c
+++ b/drivers/gpu/nvgpu/gm20b/hal_gm20b.c
@@ -218,6 +218,7 @@ int gm20b_init_hal(struct gk20a *g)
218 gops->name = "gm20b"; 218 gops->name = "gm20b";
219 gops->chip_init_gpu_characteristics = gk20a_init_gpu_characteristics; 219 gops->chip_init_gpu_characteristics = gk20a_init_gpu_characteristics;
220 gops->get_litter_value = gm20b_get_litter_value; 220 gops->get_litter_value = gm20b_get_litter_value;
221 gops->read_ptimer = gk20a_read_ptimer;
221 222
222 c->twod_class = FERMI_TWOD_A; 223 c->twod_class = FERMI_TWOD_A;
223 c->threed_class = MAXWELL_B; 224 c->threed_class = MAXWELL_B;