Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

memory/tegra: Add number of TLB lines for Tegra124

Tegra124 was accidentally left out when the number of TLB lines was
parameterized in commit 11cec15bf3fb ("iommu/tegra-smmu: Parameterize
number of TLB lines"). Fortunately this doesn't cause any noticeable
regressions upstream, presumably because there aren't any use-cases
that exercise enough pressure on the SMMU. But it is a regression
nonetheless, so let's fix it.

Fixes: 11cec15bf3fb ("iommu/tegra-smmu: Parameterize number of TLB lines")
Signed-off-by: Vince Hsu <vince.h@nvidia.com>
Signed-off-by: Tomasz Figa <tfiga@chromium.org>
[treding@nvidia.com: extract from unrelated patch]
Signed-off-by: Thierry Reding <treding@nvidia.com>

authored by

Vince Hsu and committed by
Thierry Reding
e2127ae7 8005c49d

+1
+1
drivers/memory/tegra/tegra124.c
··· 1007 1007 .num_swgroups = ARRAY_SIZE(tegra124_swgroups), 1008 1008 .supports_round_robin_arbitration = true, 1009 1009 .supports_request_limit = true, 1010 + .num_tlb_lines = 32, 1010 1011 .num_asids = 128, 1011 1012 }; 1012 1013