summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gp106/hal_gp106.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gp106/hal_gp106.c')
-rw-r--r--drivers/gpu/nvgpu/gp106/hal_gp106.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gp106/hal_gp106.c b/drivers/gpu/nvgpu/gp106/hal_gp106.c
index c87414d0..7cfe4d76 100644
--- a/drivers/gpu/nvgpu/gp106/hal_gp106.c
+++ b/drivers/gpu/nvgpu/gp106/hal_gp106.c
@@ -833,6 +833,9 @@ int gp106_init_hal(struct gk20a *g)
833 g->pmu_lsf_pmu_wpr_init_done = 0; 833 g->pmu_lsf_pmu_wpr_init_done = 0;
834 g->bootstrap_owner = LSF_FALCON_ID_SEC2; 834 g->bootstrap_owner = LSF_FALCON_ID_SEC2;
835 gops->clk.split_rail_support = true; 835 gops->clk.split_rail_support = true;
836 gops->clk.support_clk_freq_controller = true;
837 gops->clk.support_pmgr_domain = true;
838 gops->clk.support_lpwr_pg = true;
836 839
837 g->name = "gp10x"; 840 g->name = "gp10x";
838 841