diff options
| author | Ken Zhang <kenz@codeaurora.org> | 2015-03-25 12:32:34 -0700 |
|---|---|---|
| committer | David Keitel <dkeitel@codeaurora.org> | 2016-03-23 20:41:00 -0700 |
| commit | 699a73beab1352938dad254ef29451e97946a505 (patch) | |
| tree | f98a9ee32faab26475ebb85c0937715428ea7ce7 /include/uapi/linux | |
| parent | bce01b2e9d90388a207f2872def6be024eef0f36 (diff) | |
Revert "msm: mdss: Override partial update PP block using ioctl"
This reverts commit 679dc362a9effee922ef2ce1447424b318f667bc.
The way overriding partial update via PP ioctl is obsolete,
partial update control is going through sysfs. The left code
is blocking pp ioctl even partial update is disabled dynamically.
Change-Id: Icb455a0101b53c58ae6c1b2686bd2297b4832396
Signed-off-by: Ken Zhang <kenz@codeaurora.org>
Signed-off-by: Ping Li <pingli@codeaurora.org>
Diffstat (limited to 'include/uapi/linux')
| -rw-r--r-- | include/uapi/linux/msm_mdp.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/include/uapi/linux/msm_mdp.h b/include/uapi/linux/msm_mdp.h index 056c7f852f29..e1591b7ec07f 100644 --- a/include/uapi/linux/msm_mdp.h +++ b/include/uapi/linux/msm_mdp.h @@ -1034,15 +1034,6 @@ struct mdp_calib_dcm_state { uint32_t dcm_state; }; -struct mdp_pp_init_data { - uint32_t init_request; -}; - -enum { - MDP_PP_DISABLE, - MDP_PP_ENABLE, -}; - enum { DCM_UNINIT, DCM_UNBLANK, @@ -1157,7 +1148,6 @@ enum { mdp_op_calib_buffer, mdp_op_calib_dcm_state, mdp_op_max, - mdp_op_pp_init_cfg, }; enum { @@ -1189,7 +1179,6 @@ struct msmfb_mdp_pp { struct mdss_ad_input ad_input; struct mdp_calib_config_buffer calib_buffer; struct mdp_calib_dcm_state calib_dcm; - struct mdp_pp_init_data init_data; } data; }; |
