mirror of
https://github.com/torvalds/linux.git
synced 2024-11-17 01:22:07 +00:00
11cec15bf3
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:
|
||
---|---|---|
.. | ||
Kconfig | ||
Makefile | ||
mc.c | ||
mc.h | ||
tegra30.c | ||
tegra114.c | ||
tegra124-emc.c | ||
tegra124.c |