gpu: nvgpu: gp10b: Enable SMMU bypass

Change-Id: I1fcc7e93d3e31bfbb5d540b43b655566f6dc13cd
Signed-off-by: Terje Bergstrom <tbergstrom@nvidia.com>
Reviewed-on: http://git-master/r/732010
This commit is contained in:
Terje Bergstrom
2015-04-15 16:22:05 -07:00
committed by Deepak Nibade
parent 93e001d24f
commit b5fd6e4fd5

View File

@@ -49,6 +49,8 @@ static int gp10b_tegra_probe(struct platform_device *pdev)
}
platform->g->host1x_dev = host1x_pdev;
platform->bypass_smmu = !device_is_iommuable(&pdev->dev);
platform->disable_bigpage = platform->bypass_smmu;
return 0;
}