]> git.baikalelectronics.ru Git - kernel.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)
commit6e4c1fc39205c7ca60c882c38d90da7a8e9a32ee
treef2d54ab6bc82e88f5a8d74a2ddfefb64df539ba7
parent03d22fb0447ceca46a135f6eb86977ad54f40245
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