]> 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)
commit638eded1507bf14a72b1b97e87819866a8460aa4
tree52f46c3aec480a11a7a1c72151ff86f72da600be
parent369a206fc838a2f2bd7889a428bfc569d5245c07
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