disp: msm: sde: deprecate idle notify work scheduling
This change deprecates idle notify work for video mode since idle timer will be maintained by userspace. As part of idle notify work, syscache state is changed from CACHE_STATE_NORMAL to CACHE_STATE_PRE_CACHE along with notifying to the userspace. This change removes CACHE_STATE_PRE_CACHE in the state machine and state is updated from CACHE_STATE_NORMAL to CACHE_STATE_FRAME_WRITE whenever the cache property is set. Change-Id: If3b2c34be954cb625aca76da81fd854c077a8250 Signed-off-by: Yashwanth <yvulapu@codeaurora.org>
Этот коммит содержится в:
@@ -174,7 +174,6 @@ enum msm_mdp_crtc_property {
|
||||
CRTC_PROP_ROT_CLK,
|
||||
CRTC_PROP_ROI_V1,
|
||||
CRTC_PROP_SECURITY_LEVEL,
|
||||
CRTC_PROP_IDLE_TIMEOUT,
|
||||
CRTC_PROP_DEST_SCALER,
|
||||
CRTC_PROP_CAPTURE_OUTPUT,
|
||||
|
||||
|
Ссылка в новой задаче
Block a user