From c79eef0026e286b2461401e0f2da9a6e49291b6b Mon Sep 17 00:00:00 2001 From: Dhaval Patel Date: Wed, 4 Dec 2013 12:11:32 -0800 Subject: 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 --- include/uapi/linux/msm_mdp.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/uapi/linux') 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 -- cgit v1.2.3