commit | fa6661b7aa0b52073681b0d26742650c8cbd30f3 | [log] [tgz] |
---|---|---|
author | Thierry Reding <treding@nvidia.com> | Mon Oct 28 13:37:18 2019 +0100 |
committer | Thierry Reding <treding@nvidia.com> | Tue Oct 29 15:04:37 2019 +0100 |
tree | 9996a93368d49ecfef71bc8c263b66a66d73aae4 | |
parent | 2e8d8749f6f9bb35b947228271dc9ec31be93335 [diff] |
drm/tegra: Optionally attach clients to the IOMMU If a client is already attached to an IOMMU domain that is not the shared domain, don't try to attach it again. This allows using the IOMMU-backed DMA API. Since the IOMMU-backed DMA API is now supported and there's no way to detach from it on 64-bit ARM, don't bother to detach from it on 32-bit ARM either. Signed-off-by: Thierry Reding <treding@nvidia.com>