summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/common/linux/driver_common.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/common/linux/driver_common.c')
-rw-r--r--drivers/gpu/nvgpu/common/linux/driver_common.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/common/linux/driver_common.c b/drivers/gpu/nvgpu/common/linux/driver_common.c
index bf372859..d1905c86 100644
--- a/drivers/gpu/nvgpu/common/linux/driver_common.c
+++ b/drivers/gpu/nvgpu/common/linux/driver_common.c
@@ -139,6 +139,7 @@ static void nvgpu_init_vbios_vars(struct gk20a *g)
139 struct gk20a_platform *platform = dev_get_drvdata(dev_from_gk20a(g)); 139 struct gk20a_platform *platform = dev_get_drvdata(dev_from_gk20a(g));
140 140
141 __nvgpu_set_enabled(g, NVGPU_PMU_RUN_PREOS, platform->run_preos); 141 __nvgpu_set_enabled(g, NVGPU_PMU_RUN_PREOS, platform->run_preos);
142 g->vbios_min_version = platform->vbios_min_version;
142} 143}
143 144
144static void nvgpu_init_mm_vars(struct gk20a *g) 145static void nvgpu_init_mm_vars(struct gk20a *g)