]> asedeno.scripts.mit.edu Git - linux.git/commit
drm/armada: move plane address and pitch calculation to atomic_check
authorRussell King <rmk+kernel@armlinux.org.uk>
Fri, 25 Jan 2019 11:14:21 +0000 (11:14 +0000)
committerRussell King <rmk+kernel@armlinux.org.uk>
Fri, 17 May 2019 11:16:32 +0000 (12:16 +0100)
commit7d62237da6ec072292c2f738ebffbf10f6a101cf
tree9e72807a8da016470ca632b57b51ba9d9dcffc48
parent89e0c53ccfbcca4a492d98735d2eda307368f742
drm/armada: move plane address and pitch calculation to atomic_check

Move the plane address and pitch calculations to atomic_check rather
than the update function, so we don't have to probe the interlace
setting for the CRTC while updating the plane.

Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
drivers/gpu/drm/armada/armada_overlay.c
drivers/gpu/drm/armada/armada_plane.c
drivers/gpu/drm/armada/armada_plane.h