drm/msm/sde: clean up idle pc notification implementation

Video mode panel and command mode display uses different
logic for idle timeout management and power collapse signal
notification to client. It adds complexity for same feature
support in sde driver. This patch tries to unify the idle
power collapse management for video mode and command mode
displays. It reuses the existing infrastructure for this
feature and cleans up all duplicate logic.

Change-Id: If18c0bba70e191a2a98b82bb72f27a714589b0c6
Signed-off-by: Dhaval Patel <pdhaval@codeaurora.org>
diff --git a/drivers/gpu/drm/msm/msm_drv.h b/drivers/gpu/drm/msm/msm_drv.h
index a59da57..12d2d15 100644
--- a/drivers/gpu/drm/msm/msm_drv.h
+++ b/drivers/gpu/drm/msm/msm_drv.h
@@ -147,7 +147,7 @@
 	CRTC_PROP_ROT_CLK,
 	CRTC_PROP_ROI_V1,
 	CRTC_PROP_SECURITY_LEVEL,
-	CRTC_PROP_IDLE_TIME,
+	CRTC_PROP_IDLE_TIMEOUT,
 
 	/* total # of properties */
 	CRTC_PROP_COUNT