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 3c3ad0fb..c87414d0 100644
--- a/drivers/gpu/nvgpu/gp106/hal_gp106.c
+++ b/drivers/gpu/nvgpu/gp106/hal_gp106.c
@@ -832,6 +832,7 @@ int gp106_init_hal(struct gk20a *g)
832 832
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 836
836 g->name = "gp10x"; 837 g->name = "gp10x";
837 838