diff options
| author | Dhaval Patel <pdhaval@codeaurora.org> | 2013-12-04 12:11:32 -0800 |
|---|---|---|
| committer | David Keitel <dkeitel@codeaurora.org> | 2016-03-23 20:24:14 -0700 |
| commit | c79eef0026e286b2461401e0f2da9a6e49291b6b (patch) | |
| tree | 065e6100e5ab59b6ea97c06cefb068295fda3f80 /include/uapi/linux | |
| parent | afe9942b102d2417639826f1ed3f601aec9649a0 (diff) | |
msm: mdss: Block postprocessing updates during DTM
When calibration tool requests the fb driver to enter in
Display Tuning Mode (DTM), PostProcessing blocks should
not update the HSIC, Memory color, Six Zone colors, etc.
Updating them during DTM conflicts the update from
calibration tool.
Change-Id: I11fcac57a651581d85e771911f83b2fdd9c3c681
Signed-off-by: Dhaval Patel <pdhaval@codeaurora.org>
Diffstat (limited to 'include/uapi/linux')
| -rw-r--r-- | include/uapi/linux/msm_mdp.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/uapi/linux/msm_mdp.h b/include/uapi/linux/msm_mdp.h index 7b6b9b28ce97..2e6c4e35bb60 100644 --- a/include/uapi/linux/msm_mdp.h +++ b/include/uapi/linux/msm_mdp.h @@ -791,6 +791,8 @@ enum { DCM_ENTER, DCM_EXIT, DCM_BLANK, + DTM_ENTER, + DTM_EXIT, }; #define MDSS_MAX_BL_BRIGHTNESS 255 |
