linux/drivers/memory/tegra
Thierry Reding 11cec15bf3 iommu/tegra-smmu: Parameterize number of TLB lines
The number of TLB lines was increased from 16 on Tegra30 to 32 on
Tegra114 and later. Parameterize the value so that the initial default
can be set accordingly.

On Tegra30, initializing the value to 32 would effectively disable the
TLB and hence cause massive latencies for memory accesses translated
through the SMMU. This is especially noticeable for isochronuous clients
such as display, whose FIFOs would continuously underrun.

Fixes: 8918465163 ("memory: Add NVIDIA Tegra memory controller support")
Signed-off-by: Thierry Reding <treding@nvidia.com>
2015-08-13 17:05:28 +02:00
..
Kconfig memory: tegra: Add EMC (external memory controller) driver 2015-05-05 11:12:17 +02:00
Makefile ARM: tegra: Add EMC driver for v4.2-rc1 2015-05-13 17:59:35 +02:00
mc.c ARM: tegra: Add EMC driver for v4.2-rc1 2015-05-13 17:59:35 +02:00
mc.h memory: tegra: Add Tegra132 support 2015-05-04 12:54:23 +02:00
tegra30.c iommu/tegra-smmu: Parameterize number of TLB lines 2015-08-13 17:05:28 +02:00
tegra114.c iommu/tegra-smmu: Parameterize number of TLB lines 2015-08-13 17:05:28 +02:00
tegra124-emc.c memory: tegra: Add EMC frequency debugfs entry 2015-05-05 11:39:48 +02:00
tegra124.c iommu/tegra-smmu: Parameterize number of TLB lines 2015-08-13 17:05:28 +02:00