mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-23 18:16:01 +03:00
Revert "gpu: nvgpu: gp10b: Force always SMMU bypass"
This reverts commit cc9bd2dc24f562e97a87641e7436594fd3b469f2. Signed-off-by: Terje Bergstrom <tbergstrom@nvidia.com> Change-Id: Ic4493bc7b71a2ebfb49644c91b34222dd15a9be1 Reviewed-on: http://git-master/r/830854 GVS: Gerrit_Virtual_Submit
This commit is contained in:
committed by
Deepak Nibade
parent
528c08b501
commit
1dde902b50
@@ -95,7 +95,7 @@ static int gp10b_tegra_probe(struct platform_device *pdev)
|
|||||||
}
|
}
|
||||||
|
|
||||||
platform->g->host1x_dev = host1x_pdev;
|
platform->g->host1x_dev = host1x_pdev;
|
||||||
platform->bypass_smmu = 1;
|
platform->bypass_smmu = !device_is_iommuable(&pdev->dev);
|
||||||
platform->disable_bigpage = platform->bypass_smmu;
|
platform->disable_bigpage = platform->bypass_smmu;
|
||||||
|
|
||||||
platform->g->gr.t18x.ctx_vars.dump_ctxsw_stats_on_channel_close
|
platform->g->gr.t18x.ctx_vars.dump_ctxsw_stats_on_channel_close
|
||||||
|
|||||||
Reference in New Issue
Block a user