]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit
drm/sun4i: rgb: Enable panel after controller
authorJonathan Liu <net147@gmail.com>
Mon, 26 Sep 2016 10:21:45 +0000 (20:21 +1000)
committerMaxime Ripard <maxime.ripard@free-electrons.com>
Sun, 16 Oct 2016 12:32:23 +0000 (14:32 +0200)
commit5647b25c3335a25ba32d73e61850a374a708788a
treef9976bba0e40039c1532dc6bcf636866ae7496a8
parent1001354ca34179f3db924eb66672442a173147dc
drm/sun4i: rgb: Enable panel after controller

The panel should be enabled after the controller so that we do not have
visual glitches on the panel while the controller is setup. Similarly,
the panel should be disabled before the controller.

Signed-off-by: Jonathan Liu <net147@gmail.com>
Reviewed-by: Sean Paul <seanpaul@chromium.org>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
drivers/gpu/drm/sun4i/sun4i_rgb.c