summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gp106
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gp106')
-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 063fbbe3..94669eb3 100644
--- a/drivers/gpu/nvgpu/gp106/hal_gp106.c
+++ b/drivers/gpu/nvgpu/gp106/hal_gp106.c
@@ -887,6 +887,7 @@ int gp106_init_hal(struct gk20a *g)
887 gops->clk.support_clk_freq_controller = true; 887 gops->clk.support_clk_freq_controller = true;
888 gops->clk.support_pmgr_domain = true; 888 gops->clk.support_pmgr_domain = true;
889 gops->clk.support_lpwr_pg = true; 889 gops->clk.support_lpwr_pg = true;
890 gops->clk.lut_num_entries = CTRL_CLK_LUT_NUM_ENTRIES_GP10x;
890 891
891 g->name = "gp10x"; 892 g->name = "gp10x";
892 893