summaryrefslogtreecommitdiff
path: root/include/uapi
diff options
context:
space:
mode:
authorBenet Clark <benetc@codeaurora.org>2015-01-28 18:15:17 -0800
committerDavid Keitel <dkeitel@codeaurora.org>2016-03-23 20:42:40 -0700
commit8f2a3654ecd77f0ae59e41e1a8328e0d9f9b45b2 (patch)
tree6b271dcd1a2a8499cbb5d2ecd06b3a8e06e4a9f4 /include/uapi
parent717a16b47b9968ba91dc718075ba5f76b9b221c4 (diff)
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 <benetc@codeaurora.org>
Diffstat (limited to 'include/uapi')
-rw-r--r--include/uapi/linux/msm_mdp.h12
1 files changed, 0 insertions, 12 deletions
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,