]> git.baikalelectronics.ru Git - kernel.git/commit
drm/tegra: falcon: Clarify address usage
authorThierry Reding <treding@nvidia.com>
Mon, 28 Oct 2019 12:37:16 +0000 (13:37 +0100)
committerThierry Reding <treding@nvidia.com>
Tue, 29 Oct 2019 14:04:36 +0000 (15:04 +0100)
commit9c14b362558e649cc6eabed8c7608b1b43cf79fb
treedd81ac17b5c37ca2b412b35227b4ce60e4f104fa
parent670e0eea6e761531b060283035707cf6aabcedd1
drm/tegra: falcon: Clarify address usage

Rename paddr -> iova and vaddr -> virt to make it clearer how these
addresses are used. This is important for a subsequent patch that makes
a distinction between the physical address (physical address of the
system memory from the CPU's point of view) and the IOVA (physical
address of the system memory from the device's point of view).

Signed-off-by: Thierry Reding <treding@nvidia.com>
drivers/gpu/drm/tegra/falcon.c
drivers/gpu/drm/tegra/falcon.h
drivers/gpu/drm/tegra/vic.c