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

Commit 3b784e6e authored by Sankeerth Billakanti's avatar Sankeerth Billakanti
Browse files

disp: msm: dp: log altmode events in xlog



Add the altmode communication events in xlog to help
debug the stability issues.

Change-Id: I29d4821a8222e6139187f92b75ec1d05b5ce4939
Signed-off-by: default avatarSankeerth Billakanti <sbillaka@codeaurora.org>
parent c16eaa79
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -137,7 +137,7 @@ static int dp_altmode_notify(void *priv, void *data, size_t len)
			altmode->dp_altmode.base.hpd_high,
			altmode->dp_altmode.base.hpd_irq);
	DP_DEBUG("connected=%d\n", altmode->connected);
	SDE_EVT32_VERBOSE(dp_data, port_index, orientation, pin, hpd_state,
	SDE_EVT32_EXTERNAL(dp_data, port_index, orientation, pin, hpd_state,
			altmode->dp_altmode.base.multi_func,
			altmode->dp_altmode.base.hpd_high,
			altmode->dp_altmode.base.hpd_irq, altmode->connected);