projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ee9f106
)
ARM: tegra: Add IOMMU node to GK20A
author
Alexandre Courbot
<acourbot@nvidia.com>
Wed, 1 Jul 2015 09:13:45 +0000
(18:13 +0900)
committer
Thierry Reding
<treding@nvidia.com>
Fri, 21 Aug 2015 16:44:26 +0000
(18:44 +0200)
Nouveau can make use of the IOMMU to make physical appear linear in the
GPU address space.
Signed-off-by: Alexandre Courbot <acourbot@nvidia.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
arch/arm/boot/dts/tegra124.dtsi
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/boot/dts/tegra124.dtsi
b/arch/arm/boot/dts/tegra124.dtsi
index 87318a72f615dcb76ab71fce7af59655193809dc..f72a7529fc039d575c13502e2f3c47ba8f5b32e1 100644
(file)
--- a/
arch/arm/boot/dts/tegra124.dtsi
+++ b/
arch/arm/boot/dts/tegra124.dtsi
@@
-189,6
+189,9
@@
clock-names = "gpu", "pwr";
resets = <&tegra_car 184>;
reset-names = "gpu";
+
+ iommus = <&mc TEGRA_SWGROUP_GPU>;
+
status = "disabled";
};