From 8f2a3654ecd77f0ae59e41e1a8328e0d9f9b45b2 Mon Sep 17 00:00:00 2001 From: Benet Clark Date: Wed, 28 Jan 2015 18:15:17 -0800 Subject: msm: mdss: Clean up PP framework for unchanged PP features When creating the framework for handling PP versioning, all PP features were given interface update and space in the framework for handling versioning. However, the CSC hardware will not change, and therefore will not need any updates. This change removes the framework update done for CSC. Change-Id: Idc6c0b7ea62717ff1d1f2e4c827481e5db1976a8 Signed-off-by: Benet Clark --- include/uapi/linux/msm_mdp.h | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'include/uapi/linux') diff --git a/include/uapi/linux/msm_mdp.h b/include/uapi/linux/msm_mdp.h index 70b770d61f5d..02bb9d864830 100644 --- a/include/uapi/linux/msm_mdp.h +++ b/include/uapi/linux/msm_mdp.h @@ -444,20 +444,9 @@ struct mdp_csc_cfg { uint32_t csc_post_lv[MDP_CSC_CLAMP_SIZE]; }; -struct mdp_csc_cfg_v1_7 { - uint32_t csc_mv[MDP_CSC_MATRIX_COEFF_SIZE]; - uint32_t csc_pre_bv[MDP_CSC_BIAS_SIZE]; - uint32_t csc_post_bv[MDP_CSC_BIAS_SIZE]; - uint32_t csc_pre_lv[MDP_CSC_CLAMP_SIZE]; - uint32_t csc_post_lv[MDP_CSC_CLAMP_SIZE]; -}; - struct mdp_csc_cfg_data { uint32_t block; - uint32_t version; - uint32_t flags; struct mdp_csc_cfg csc_data; - void *cfg_payload; }; struct mdp_pa_cfg { @@ -1367,7 +1356,6 @@ enum { GC, PA, GAMUT, - CSC, DITHER, QSEED, HIST_LUT, -- cgit v1.2.3