Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c7e3ca51 authored by Thierry Reding's avatar Thierry Reding Committed by Joerg Roedel
Browse files

iommu/tegra: gart: Do not register with bus



The driver currently doesn't work as expected and causes existing setups
with Tegra20 to break after commit df06b759 ("drm/tegra: Add IOMMU
support"). To restore these setups, do not register the operations with
the platform bus for now. Fixing this properly will involve non-trivial
changes to the DRM driver, which are unlikely to be accepted at this
point in the release cycle.

Reported-by: default avatarMisha Komarovskiy <zombah@gmail.com>
Reported-by: default avatarNicolas Chauvet <kwizart@gmail.com>
Tested-by: default avatarMisha Komarovskiy <zombah@gmail.com>
Tested-by: default avatarDmitry Osipenko <digetx@gmail.com>
Cc: Hiroshi Doyu <hdoyu@nvidia.com>
Signed-off-by: default avatarThierry Reding <treding@nvidia.com>
Signed-off-by: default avatarJoerg Roedel <jroedel@suse.de>
parent 26bc420b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -395,7 +395,7 @@ static int tegra_gart_probe(struct platform_device *pdev)
	do_gart_setup(gart, NULL);

	gart_handle = gart;
	bus_set_iommu(&platform_bus_type, &gart_iommu_ops);

	return 0;
}