Re: [PATCH 1/2] drm/tegra: Fix SMMU support on Tegra124 and Tegra210

2020-03-25 Thread Jon Hunter
On 25/03/2020 20:16, Thierry Reding wrote: > From: Thierry Reding > > When testing whether or not to enable the use of the SMMU, consult the > supported DMA mask rather than the actually configured DMA mask, since > the latter might already have been restricted. > > Fixes: 2d9384ff9177

[PATCH 1/2] drm/tegra: Fix SMMU support on Tegra124 and Tegra210

2020-03-25 Thread Thierry Reding
From: Thierry Reding When testing whether or not to enable the use of the SMMU, consult the supported DMA mask rather than the actually configured DMA mask, since the latter might already have been restricted. Fixes: 2d9384ff9177 ("drm/tegra: Relax IOMMU usage criteria on old Tegra")