summaryrefslogtreecommitdiff
path: root/rust/kernel/gpu/git@git.tavy.me:linux-stable.git
diff options
context:
space:
mode:
authorKetan Patil <ketanp@nvidia.com>2026-02-26 16:31:13 +0000
committerKrzysztof Kozlowski <krzk@kernel.org>2026-03-07 18:02:29 +0100
commit2e4cfaa78eb98d2623367818c859225c6b6bf701 (patch)
tree3ff03fe09d939793b3d6cd7b15655eecdbf98604 /rust/kernel/gpu/git@git.tavy.me:linux-stable.git
parent4d865a2374037d2d0842f88822fd753f0918b370 (diff)
memory: tegra: Group SoC specific fields
Introduce new SoC specific fields in tegra_mc_soc struct for high address mask and error status type mask because Tegra264 has different values for these than the existing devices. Error status registers e.g. MC_ERR_STATUS_0 has few bits which indicate the type of the error. In order to obtain such type of error from error status register, we use error status type mask. Similarly, these error status registers have bits which indicate the higher address bits of the address responsible for mc error. In order to obtain such higher address, we use high address mask. Make this change to prepare for adding MC interrupt support for Tegra264. Signed-off-by: Ketan Patil <ketanp@nvidia.com> Reviewed-by: Jon Hunter <jonathanh@nvidia.com> Tested-by: Jon Hunter <jonathanh@nvidia.com> Link: https://patch.msgid.link/20260226163115.1152181-5-ketanp@nvidia.com [krzk: Fix checkpatch warning] Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Diffstat (limited to 'rust/kernel/gpu/git@git.tavy.me:linux-stable.git')
0 files changed, 0 insertions, 0 deletions