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: v4.12-rc1~116^2~3^2~11 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=85f6421889eca68ceb0a0403c4c00b2eaf3c16e0;p=thirdparty%2Fkernel%2Flinux.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 f9d665550d3e7..fab776c376025 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