]> git.baikalelectronics.ru Git - kernel.git/commit
drm/tegra: Simplify IOMMU group selection
authorThierry Reding <treding@nvidia.com>
Mon, 28 Oct 2019 12:37:08 +0000 (13:37 +0100)
committerThierry Reding <treding@nvidia.com>
Tue, 29 Oct 2019 14:04:34 +0000 (15:04 +0100)
commit0f8867b15bfbb29b903bd63b1d3752e2c3e69f70
tree9bedf33b332b683e71b3810b10914613cfd21259
parent469f7b02385ba289e58958994fcb8c4d243b0ea0
drm/tegra: Simplify IOMMU group selection

All the devices that make up the DRM device are now part of the same
IOMMU group. This simplifies the handling of the IOMMU attachment and
also avoids exhausting the number of IOMMUs available on early Tegra
SoC generations.

Signed-off-by: Thierry Reding <treding@nvidia.com>
drivers/gpu/drm/tegra/dc.c
drivers/gpu/drm/tegra/drm.c
drivers/gpu/drm/tegra/drm.h
drivers/gpu/drm/tegra/gr2d.c
drivers/gpu/drm/tegra/gr3d.c
drivers/gpu/drm/tegra/vic.c