]> Git Repo - linux.git/commit
memory: tegra: Complete tegra210_swgroups
authorNicolin Chen <[email protected]>
Thu, 8 Oct 2020 00:37:46 +0000 (17:37 -0700)
committerKrzysztof Kozlowski <[email protected]>
Thu, 26 Nov 2020 17:50:37 +0000 (18:50 +0100)
commit4a91b11c0a100532c466e07a1372d134ab0e753d
treeb66c546338e0e80d07e33fda8d5cb03033d80e4d
parentbf25f3fceffa9e4e5b5a59ed51511ec5ba6a6036
memory: tegra: Complete tegra210_swgroups

According to Tegra X1 TRM, there are missing swgroups in the
tegra210_swgroups list. So this patch adds them to the list.

Note that the TEGRA_SWGROUP_GPU (in list) should be actually
TEGRA_SWGROUP_GPUB (in TRM), yet TEGRA_SWGROUP_GPU (in TRM) is not being
used -- only TEGRA_SWGROUP_GPUB (in TRM) is. So this patch does not add
TEGRA_SWGROUP_GPU (in TRM) and keeps TEGRA_SWGROUP_GPU (in list)
as it is.

Signed-off-by: Nicolin Chen <[email protected]>
Acked-by: Thierry Reding <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Krzysztof Kozlowski <[email protected]>
drivers/memory/tegra/tegra210.c
This page took 0.049111 seconds and 4 git commands to generate.