diff options
| author | Benet Clark <benetc@codeaurora.org> | 2014-10-15 19:30:57 -0700 |
|---|---|---|
| committer | David Keitel <dkeitel@codeaurora.org> | 2016-03-23 20:35:40 -0700 |
| commit | 72b4bbc9c9b60c1123f432f4b8d1e80877dbe496 (patch) | |
| tree | d0e2546286e24069f3b6a84c007414e5f1951ec4 /include/uapi/linux | |
| parent | 4f33ae6301ec36a1e14fc430abc08363dce05864 (diff) | |
msm: mdss: Add PCC support in DSPP for Thulium
MDP block supports PCC feature on the dspp(destination
side picture pipe) which can be enabled/disabled by driver
clients. Change adds the support in post processing driver
and allows clients of driver to configure the PCC block
in DSPP.
Change-Id: Ic9307e12d6204c9e6e780ef8f2266151cc8a7ddc
Signed-off-by: Benet Clark <benetc@codeaurora.org>
Diffstat (limited to 'include/uapi/linux')
| -rw-r--r-- | include/uapi/linux/msm_mdp.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/uapi/linux/msm_mdp.h b/include/uapi/linux/msm_mdp.h index 7eba5283018d..beb464c6e21a 100644 --- a/include/uapi/linux/msm_mdp.h +++ b/include/uapi/linux/msm_mdp.h @@ -828,6 +828,11 @@ struct mdp_histogram_data { uint32_t *extra_info; }; +enum { + mdp_pcc_v1_7 = 0x1, + mdp_pcc_vmax, +}; + struct mdp_pcc_coeff { uint32_t c, r, g, b, rr, gg, bb, rg, gb, rb, rgb_0, rgb_1; }; |
