summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/gpu/nvgpu/gp106/hal_gp106.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gp106/hal_gp106.c b/drivers/gpu/nvgpu/gp106/hal_gp106.c
index f32a2cd4..55c263cb 100644
--- a/drivers/gpu/nvgpu/gp106/hal_gp106.c
+++ b/drivers/gpu/nvgpu/gp106/hal_gp106.c
@@ -207,6 +207,7 @@ int gp106_init_hal(struct gk20a *g)
207 gops->get_litter_value = gp106_get_litter_value; 207 gops->get_litter_value = gp106_get_litter_value;
208 gops->chip_init_gpu_characteristics = gk20a_init_gpu_characteristics; 208 gops->chip_init_gpu_characteristics = gk20a_init_gpu_characteristics;
209 gops->gr_ctx.use_dma_for_fw_bootstrap = true; 209 gops->gr_ctx.use_dma_for_fw_bootstrap = true;
210 gops->read_ptimer = gk20a_read_ptimer;
210 211
211 c->twod_class = FERMI_TWOD_A; 212 c->twod_class = FERMI_TWOD_A;
212 c->threed_class = PASCAL_B; 213 c->threed_class = PASCAL_B;