]> asedeno.scripts.mit.edu Git - linux.git/commit
drm/tegra: gem: Rename paddr -> iova
authorThierry Reding <treding@nvidia.com>
Mon, 4 Jun 2018 15:36:50 +0000 (17:36 +0200)
committerThierry Reding <treding@nvidia.com>
Mon, 28 Oct 2019 10:18:38 +0000 (11:18 +0100)
commit7e3c53a096a9e75b12e69f93ef1fbc7cb1b27297
treef2d54ab6bc82e88f5a8d74a2ddfefb64df539ba7
parentaacdf19849734d1be5e407932228ae101ba5b92f
drm/tegra: gem: Rename paddr -> iova

The address can refer to either physical memory or IO virtual memory.
If referring to IO virtual memory, there will always be an associated
physical memory address. Rename this variable to "iova" to clarify in
all cases that this is the IO virtual memory, which in the absence of
an IOMMU is identical to the physical address.

Signed-off-by: Thierry Reding <treding@nvidia.com>
drivers/gpu/drm/tegra/dc.c
drivers/gpu/drm/tegra/fb.c
drivers/gpu/drm/tegra/gem.c
drivers/gpu/drm/tegra/gem.h
drivers/gpu/drm/tegra/hub.c