提交 c7e3ca51 编写于 作者: T Thierry Reding 提交者: Joerg Roedel

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: NMisha Komarovskiy <zombah@gmail.com>
Reported-by: NNicolas Chauvet <kwizart@gmail.com>
Tested-by: NMisha Komarovskiy <zombah@gmail.com>
Tested-by: NDmitry Osipenko <digetx@gmail.com>
Cc: Hiroshi Doyu <hdoyu@nvidia.com>
Signed-off-by: NThierry Reding <treding@nvidia.com>
Signed-off-by: NJoerg Roedel <jroedel@suse.de>
上级 26bc420b
......@@ -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;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册