summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlof Johansson <olof@lixom.net>2015-12-22 19:51:24 (GMT)
committerOlof Johansson <olof@lixom.net>2015-12-22 19:51:24 (GMT)
commit8483ff079d99e87c5da20767c0b894221019386f (patch)
tree7b5ed37df887368c0d234ec35ccb56c43f284b5a
parent4b7f48d395a7e3b11ded7695ac2b36d0685e0785 (diff)
parente2127ae7a5e80eb53ad431c39145767391da40cd (diff)
downloadlinux-8483ff079d99e87c5da20767c0b894221019386f.tar.xz
Merge tag 'tegra-for-4.5-memory' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux into next/drivers
memory: tegra: Changes for v4.5-rc1 This is a single fix to improve performance of the SMMU on Tegra124. * tag 'tegra-for-4.5-memory' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux: memory/tegra: Add number of TLB lines for Tegra124 Signed-off-by: Olof Johansson <olof@lixom.net>
-rw-r--r--drivers/memory/tegra/tegra124.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/memory/tegra/tegra124.c b/drivers/memory/tegra/tegra124.c
index 21e7255..5a58e44 100644
--- a/drivers/memory/tegra/tegra124.c
+++ b/drivers/memory/tegra/tegra124.c
@@ -1007,6 +1007,7 @@ static const struct tegra_smmu_soc tegra124_smmu_soc = {
.num_swgroups = ARRAY_SIZE(tegra124_swgroups),
.supports_round_robin_arbitration = true,
.supports_request_limit = true,
+ .num_tlb_lines = 32,
.num_asids = 128,
};