Skip to content

Commit

Permalink
iommu/tegra: gart: Do not register with bus
Browse files Browse the repository at this point in the history
The driver currently doesn't work as expected and causes existing setups
with Tegra20 to break after commit df06b75 ("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: Misha Komarovskiy <zombah@gmail.com>
Reported-by: Nicolas Chauvet <kwizart@gmail.com>
Tested-by: Misha Komarovskiy <zombah@gmail.com>
Tested-by: Dmitry Osipenko <digetx@gmail.com>
Cc: Hiroshi Doyu <hdoyu@nvidia.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
Signed-off-by: Joerg Roedel <jroedel@suse.de>
  • Loading branch information
Thierry Reding authored and Joerg Roedel committed Jan 26, 2015
1 parent 26bc420 commit c7e3ca5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/iommu/tegra-gart.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit c7e3ca5

Please sign in to comment.