summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gm20b/acr_gm20b.c
diff options
context:
space:
mode:
authorTerje Bergstrom <tbergstrom@nvidia.com>2016-03-31 16:33:02 -0400
committerTerje Bergstrom <tbergstrom@nvidia.com>2016-04-13 16:12:41 -0400
commit9b5427da37161c350d28a821652f2bb84bca360f (patch)
tree989e7b649b7b5e54d1d316b245b61c1881a15de6 /drivers/gpu/nvgpu/gm20b/acr_gm20b.c
parent2adf9164d9d68cc3ab700af84724034682f44ab8 (diff)
gpu: nvgpu: Support GPUs with no physical mode
Support GPUs which cannot choose between SMMU and physical addressing. Change-Id: If3256fa1bc795a84d039ad3aa63ebdccf5cc0afb Signed-off-by: Terje Bergstrom <tbergstrom@nvidia.com> Reviewed-on: http://git-master/r/1120469 GVS: Gerrit_Virtual_Submit Reviewed-by: Alex Waterman <alexw@nvidia.com>
Diffstat (limited to 'drivers/gpu/nvgpu/gm20b/acr_gm20b.c')
-rw-r--r--drivers/gpu/nvgpu/gm20b/acr_gm20b.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gm20b/acr_gm20b.c b/drivers/gpu/nvgpu/gm20b/acr_gm20b.c
index 79f90f0b..0e6e715d 100644
--- a/drivers/gpu/nvgpu/gm20b/acr_gm20b.c
+++ b/drivers/gpu/nvgpu/gm20b/acr_gm20b.c
@@ -1169,7 +1169,7 @@ static int bl_bootstrap(struct pmu_gk20a *pmu,
1169 pwr_falcon_itfen_ctxen_enable_f()); 1169 pwr_falcon_itfen_ctxen_enable_f());
1170 gk20a_writel(g, pwr_pmu_new_instblk_r(), 1170 gk20a_writel(g, pwr_pmu_new_instblk_r(),
1171 pwr_pmu_new_instblk_ptr_f( 1171 pwr_pmu_new_instblk_ptr_f(
1172 gk20a_mem_phys(&mm->pmu.inst_block) >> 12) | 1172 gk20a_mm_inst_block_addr(g, &mm->pmu.inst_block) >> 12) |
1173 pwr_pmu_new_instblk_valid_f(1) | 1173 pwr_pmu_new_instblk_valid_f(1) |
1174 pwr_pmu_new_instblk_target_sys_coh_f()); 1174 pwr_pmu_new_instblk_target_sys_coh_f());
1175 1175