]> git.karo-electronics.de Git - linux-beck.git/commitdiff
drm/exynos: Don't touch DPMS when updating overlay planes
authorGustavo Padovan <gustavo.padovan@collabora.co.uk>
Thu, 30 Oct 2014 12:00:54 +0000 (12:00 +0000)
committerInki Dae <daeinki@gmail.com>
Sun, 25 Jan 2015 12:28:04 +0000 (21:28 +0900)
DPMS settings should only be changed by a full modeset.
exynos_plane_update() should only care about updating the planes itself
and nothing else.

Signed-off-by: Gustavo Padovan <gustavo.padovan@collabora.co.uk>
Signed-off-by: Inki Dae <inki.dae@samsung.com>
drivers/gpu/drm/exynos/exynos_drm_plane.c

index 843f74175094f6fa07628b23665f603fad9bc3c8..4fe3c2b555b13d76ffeca233b8233e34176fb920 100644 (file)
@@ -190,7 +190,6 @@ exynos_update_plane(struct drm_plane *plane, struct drm_crtc *crtc,
                return ret;
 
        exynos_plane_commit(plane);
-       exynos_plane_dpms(plane, DRM_MODE_DPMS_ON);
 
        return 0;
 }