mirror of
https://github.com/torvalds/linux.git
synced 2026-05-31 02:24:24 +02:00
memory: tegra: Changes for v4.5-rc1
This is a single fix to improve performance of the SMMU on Tegra124. -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQIcBAABCAAGBQJWcqsXAAoJEN0jrNd/PrOhx9gQALUUAq012BMfgCKjAfKL5r4A +dVGZwDsFDaizY3AvfSfbR2iVXaklmL3++lXYjyQvdtydo+i9/Jq+Dhgv/A2MbQF 9uHX1hBkbAktJoZK06A8+4ze6vpz6Pug0/X7WjUL3wNc+jp1lkCvKV2FmeZk3c+e Du1o0tITGcOPc1oOl46dLVvsGw4ai8g8ADQMpI6UwZevnfk98NgklgJlNtSf80gi xD8wDRc656raBiPXUymBpyYF5JyzR5VMqHwdnEcqBu91Ft8GlIksgQLdjJjLqLeu bitf7PRDoChWyh5olsellQKK5AFLUPmTpclcHZDXBIdicq9cuFrH8vOydbgLg/Vm up+HAglyaPhoNnQt3rCvf1Z4fccPwG/CkmyXPFIBP406nMNk4Nu3QWBSUk457ig1 YAS0gf9YZMi82DB8xArb5zff9gZ/gUoYEzDtrpEoyWXD1A2W8CYQWAMxAkX8hdkd 5h9HZ5tkfohntQhLdhVi0KI7kXcRBgxXstbAbfxxw0x0s8icW6uuPK8R53OLhpYR w5gr5Uf59obScLllIUs66CQx39Ks8NHnjdzNl/6IKDCEzqVROpyBgMWavl+3XKhk 6qXOFApcAWVe6iWr4zoC0z3MiF2ME70Zb6T0KTq8hhWEi2huZRMYC0LoQIChlYFN NHp5uEOdaNrrH16TkW1O =9Kap -----END PGP SIGNATURE----- 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>
This commit is contained in:
commit
8483ff079d
|
|
@ -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,
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user