diff options
| author | Gopikrishnaiah Anandan <agopik@codeaurora.org> | 2015-09-24 17:08:17 -0700 |
|---|---|---|
| committer | David Keitel <dkeitel@codeaurora.org> | 2016-03-23 20:46:34 -0700 |
| commit | a6d490834142c12ad8d89fb38f670d17af431aad (patch) | |
| tree | 56f7f45927c7fa7c16b12f35226cfdab31c05b26 /include/uapi/linux | |
| parent | e9bc670954414d439020abfa706a066dc042c257 (diff) | |
msm: mdss: Add support for SRGB IGC
Inverse gamma correction(IGC) linearizes the incoming pixels of a layer
before blending it with other layers. Change adds support for sRGB
format.
Change-Id: I2b30adeae5a10354f485c8e78c9d8c938e1ccf1f
Signed-off-by: Gopikrishnaiah Anandan <agopik@codeaurora.org>
Diffstat (limited to 'include/uapi/linux')
| -rw-r--r-- | include/uapi/linux/msm_mdp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/uapi/linux/msm_mdp.h b/include/uapi/linux/msm_mdp.h index 30c5ca6934bb..07eb2d8361c7 100644 --- a/include/uapi/linux/msm_mdp.h +++ b/include/uapi/linux/msm_mdp.h @@ -563,6 +563,7 @@ struct mdp_pa_v2_cfg_data { enum { mdp_igc_rec601 = 1, mdp_igc_rec709, + mdp_igc_srgb, mdp_igc_custom, mdp_igc_rec_max, }; |
