mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-25 02:52:51 +03:00
gpu: nvgpu: gp10b: Force always SMMU bypass
Bug 1688709 Change-Id: If778034225dabbd0f9e6ff843ea6f06011c432bd Signed-off-by: Terje Bergstrom <tbergstrom@nvidia.com> Reviewed-on: http://git-master/r/807030 (cherry picked from commit 32f03899ca689f6af12760afe04cf4c8e60ebba1) Reviewed-on: http://git-master/r/808243 Reviewed-by: Automatic_Commit_Validation_User GVS: Gerrit_Virtual_Submit
This commit is contained in:
committed by
Deepak Nibade
parent
9fb5c25782
commit
1ba28cf44d
@@ -94,7 +94,7 @@ static int gp10b_tegra_probe(struct platform_device *pdev)
|
||||
}
|
||||
|
||||
platform->g->host1x_dev = host1x_pdev;
|
||||
platform->bypass_smmu = !device_is_iommuable(&pdev->dev);
|
||||
platform->bypass_smmu = 1;
|
||||
platform->disable_bigpage = platform->bypass_smmu;
|
||||
|
||||
platform->g->gr.t18x.ctx_vars.dump_ctxsw_stats_on_channel_close
|
||||
|
||||
Reference in New Issue
Block a user