OSDN Git Service

drm/armada: use core of primary update_plane for mode set
authorRussell King <rmk+kernel@armlinux.org.uk>
Mon, 30 Jul 2018 10:52:34 +0000 (11:52 +0100)
committerRussell King <rmk+kernel@armlinux.org.uk>
Mon, 30 Jul 2018 10:52:34 +0000 (11:52 +0100)
commitcfd1b63af78bfce8161e5f65a1d799a9c33b52c6
treeb8aeb45c2329f70bebea37da62583184a661c8dd
parentf9a13bb3baf6009225e91f2b9748ed27f2db9c2c
drm/armada: use core of primary update_plane for mode set

Use the core of the update_plane method to configure the primary plane
within mode_set() rather than duplicating this code.  This moves us
closer to the same code structure that the atomic modeset transitional
helpers will use.

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