summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gm20b/gr_gm20b.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gm20b/gr_gm20b.c')
-rw-r--r--drivers/gpu/nvgpu/gm20b/gr_gm20b.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gm20b/gr_gm20b.c b/drivers/gpu/nvgpu/gm20b/gr_gm20b.c
index c199964f..5ade9e6c 100644
--- a/drivers/gpu/nvgpu/gm20b/gr_gm20b.c
+++ b/drivers/gpu/nvgpu/gm20b/gr_gm20b.c
@@ -656,7 +656,7 @@ static u32 gr_gm20b_get_tpc_num(u32 addr)
656static void gr_gm20b_load_gpccs_with_bootloader(struct gk20a *g) 656static void gr_gm20b_load_gpccs_with_bootloader(struct gk20a *g)
657{ 657{
658 struct gk20a_ctxsw_ucode_info *ucode_info = &g->ctxsw_ucode_info; 658 struct gk20a_ctxsw_ucode_info *ucode_info = &g->ctxsw_ucode_info;
659 u64 addr_base = ucode_info->ucode_gpuva; 659 u64 addr_base = ucode_info->surface_desc.gpu_va;
660 660
661 gr_gk20a_load_falcon_bind_instblk(g); 661 gr_gk20a_load_falcon_bind_instblk(g);
662 662