summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gv100/hal_gv100.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gv100/hal_gv100.c')
-rw-r--r--drivers/gpu/nvgpu/gv100/hal_gv100.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gv100/hal_gv100.c b/drivers/gpu/nvgpu/gv100/hal_gv100.c
index e1c44dd5..f0926402 100644
--- a/drivers/gpu/nvgpu/gv100/hal_gv100.c
+++ b/drivers/gpu/nvgpu/gv100/hal_gv100.c
@@ -907,6 +907,7 @@ int gv100_init_hal(struct gk20a *g)
907 907
908 g->pmu_lsf_pmu_wpr_init_done = 0; 908 g->pmu_lsf_pmu_wpr_init_done = 0;
909 g->bootstrap_owner = LSF_FALCON_ID_SEC2; 909 g->bootstrap_owner = LSF_FALCON_ID_SEC2;
910 gops->clk.split_rail_support = false;
910 911
911 g->name = "gv10x"; 912 g->name = "gv10x";
912 913