From: Liviu Dudau Date: Wed, 22 Mar 2017 10:44:57 +0000 (+0000) Subject: drm: mali-dp: Enable power management for the device. X-Git-Tag: v5.15~11060^2~6^2~11 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=85f6421889eca68ceb0a0403c4c00b2eaf3c16e0;p=platform%2Fkernel%2Flinux-starfive.git drm: mali-dp: Enable power management for the device. Enable runtime and system Power Management. Clocks are now managed from malidp_crtc_{enable,disable} functions. Suspend-to-RAM tested as working on Juno. Signed-off-by: Liviu Dudau --- diff --git a/drivers/gpu/drm/arm/malidp_crtc.c b/drivers/gpu/drm/arm/malidp_crtc.c index f9d6655..fab776c 100644 --- a/drivers/gpu/drm/arm/malidp_crtc.c +++ b/drivers/gpu/drm/arm/malidp_crtc.c @@ -16,6 +16,7 @@ #include #include #include +#include #include