]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/etnaviv: Fix the debug log of the etnaviv_iommu_map()
authorSui Jingfeng <sui.jingfeng@linux.dev>
Fri, 15 Nov 2024 12:32:45 +0000 (20:32 +0800)
committerLucas Stach <l.stach@pengutronix.de>
Tue, 3 Dec 2024 17:30:32 +0000 (18:30 +0100)
commit0078a6f4843647d4792433eb8f0f505cd4c2b18b
treefa94a0ef7438740d3adb23a031942e2bdf475519
parent9aad03e7f5db7944d5ee96cd5c595c54be2236e6
drm/etnaviv: Fix the debug log of the etnaviv_iommu_map()

The value of the 'iova' variable is the start GPUVA that is going to be
mapped, its value doesn't changed when the mapping is on going.

Replace it with the 'da' variable, which is incremental and it reflects
the actual address being mapped exactly.

Signed-off-by: Sui Jingfeng <sui.jingfeng@linux.dev>
Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
drivers/gpu/drm/etnaviv/etnaviv_mmu.c