diff options
| author | Linux Build Service Account <lnxbuild@localhost> | 2016-10-31 20:14:59 -0700 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2016-10-31 20:14:58 -0700 |
| commit | d01975ab44bae3ec66ac0dcac52e1fbfca02e5c4 (patch) | |
| tree | 777250255431c24375485273d51bcd1023476a03 /include | |
| parent | 22205d0388cf3f26c65dd52288191fce335d309a (diff) | |
| parent | cfc8fc0fd5d53c189bc4030e99c149f56bee7d33 (diff) | |
Merge "msm: mdss: Add Rec2020 YUV conversion to CSC tables"
Diffstat (limited to 'include')
| -rw-r--r-- | include/uapi/linux/msm_mdp.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/include/uapi/linux/msm_mdp.h b/include/uapi/linux/msm_mdp.h index 1df65c7f90b3..f0ac02e9c7a8 100644 --- a/include/uapi/linux/msm_mdp.h +++ b/include/uapi/linux/msm_mdp.h @@ -1406,12 +1406,21 @@ enum { MDP_WRITEBACK_MIRROR_RESUME, }; +/* + * The enum values are continued below as preprocessor macro definitions + */ enum mdp_color_space { MDP_CSC_ITU_R_601, MDP_CSC_ITU_R_601_FR, MDP_CSC_ITU_R_709, }; +/* + * These definitions are a continuation of the mdp_color_space enum above + */ +#define MDP_CSC_ITU_R_2020 (MDP_CSC_ITU_R_709 + 1) +#define MDP_CSC_ITU_R_2020_FR (MDP_CSC_ITU_R_2020 + 1) + enum { mdp_igc_v1_7 = 1, mdp_igc_vmax, |
