]> asedeno.scripts.mit.edu Git - linux.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)
commitd972d6247628054f4a9f05c084a1f52de9df209d
treedd81ac17b5c37ca2b412b35227b4ce60e4f104fa
parent20e7dce255e96a4d58168cf48e20210146dacf23
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