summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gm20b/acr_gm20b.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gm20b/acr_gm20b.c')
-rw-r--r--drivers/gpu/nvgpu/gm20b/acr_gm20b.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/gpu/nvgpu/gm20b/acr_gm20b.c b/drivers/gpu/nvgpu/gm20b/acr_gm20b.c
index 3a638373..1bc51a7c 100644
--- a/drivers/gpu/nvgpu/gm20b/acr_gm20b.c
+++ b/drivers/gpu/nvgpu/gm20b/acr_gm20b.c
@@ -1251,11 +1251,8 @@ static int bl_bootstrap(struct nvgpu_pmu *pmu,
1251 gm20b_dbg_pmu("Before starting falcon with BL\n"); 1251 gm20b_dbg_pmu("Before starting falcon with BL\n");
1252 1252
1253 virt_addr = pmu_bl_gm10x_desc->bl_start_tag << 8; 1253 virt_addr = pmu_bl_gm10x_desc->bl_start_tag << 8;
1254 gk20a_writel(g, pwr_falcon_bootvec_r(),
1255 pwr_falcon_bootvec_vec_f(virt_addr));
1256 1254
1257 gk20a_writel(g, pwr_falcon_cpuctl_r(), 1255 nvgpu_flcn_bootstrap(pmu->flcn, virt_addr);
1258 pwr_falcon_cpuctl_startcpu_f(1));
1259 1256
1260 return 0; 1257 return 0;
1261} 1258}