drm/armada: add drm_mode_set_crtcinfo() mode fixup
authorRussell King <rmk+kernel@armlinux.org.uk>
Sun, 1 Jul 2018 14:46:56 +0000 (15:46 +0100)
committerRussell King <rmk+kernel@armlinux.org.uk>
Fri, 17 May 2019 11:16:32 +0000 (12:16 +0100)
commitf79d7c9543d2318aff29edd1bbcc142301eb75c2
treef0f32379725f70a8f640a21edf1cd54a178db0d8
parent5d32b660c839706fd9a3d4b0e65cb648bc07032d
drm/armada: add drm_mode_set_crtcinfo() mode fixup

Add a drm_mode_set_crtcinfo() call in our CRTC's mode_fixup callback
to ensure that any adjustments to the mode made by connectors etc are
properly accounted for by the CRTC.

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