Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6e1b1947 authored by Carl Vanderlip's avatar Carl Vanderlip Committed by Stephen Boyd
Browse files

msm: mdss: Debug log for assertive display inputs



Log updates to ambient and strength inputs on assertive display.

Change-Id: Ie96baf2cb6f4af4c74e154322b870f4eb58cbfb2
Signed-off-by: default avatarCarl Vanderlip <carlv@codeaurora.org>
parent c14358af
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -2902,7 +2902,7 @@ int mdss_mdp_ad_input(struct msm_fb_data_type *mfd,
			goto error;
		}
		ad->ad_data_mode = MDSS_AD_INPUT_AMBIENT;

		pr_debug("ambient = %d", input->in.amb_light);
		ad->ad_data = input->in.amb_light;
		ad->calc_itr = ad->cfg.stab_itr;
		ad->sts |= PP_AD_STS_DIRTY_VSYNC;
@@ -2916,6 +2916,7 @@ int mdss_mdp_ad_input(struct msm_fb_data_type *mfd,
			goto error;
		}
		ad->ad_data_mode = MDSS_AD_INPUT_STRENGTH;
		pr_debug("strength = %d", input->in.strength);
		ad->ad_data = input->in.strength;
		ad->calc_itr = ad->cfg.stab_itr;
		ad->sts |= PP_AD_STS_DIRTY_VSYNC;