]> git.baikalelectronics.ru Git - 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)
commit6892f1912c73e0a3a36fd5a75977d99063455d79
tree52f46c3aec480a11a7a1c72151ff86f72da600be
parent3773dd0adb99336f748c1ca09f965be925de3f67
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