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

Commit 8483ff07 authored by Olof Johansson's avatar Olof Johansson
Browse files

Merge tag 'tegra-for-4.5-memory' of...

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: default avatarOlof Johansson <olof@lixom.net>
parents 4b7f48d3 e2127ae7
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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,
};