]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
drm/tegra: Use proper IOVA address for cursor image
authorThierry Reding <treding@nvidia.com>
Tue, 3 Dec 2019 16:19:09 +0000 (17:19 +0100)
committerThierry Reding <treding@nvidia.com>
Wed, 4 Dec 2019 12:36:52 +0000 (13:36 +0100)
commitc52e167b41940186d0f4d7364950b654b79b3ef7
tree52f46c3aec480a11a7a1c72151ff86f72da600be
parent49f821919bb9d45de7f1cde6072de01d36235b5d
drm/tegra: Use proper IOVA address for cursor image

The IOVA address for the cursor is the result of mapping the buffer
object for the given display controller. Make sure to use the proper
IOVA address as stored in the cursor's plane state.

Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Signed-off-by: Thierry Reding <treding@nvidia.com>
drivers/gpu/drm/tegra/dc.c