浏览代码

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: Sankeerth Billakanti <[email protected]>
Sankeerth Billakanti 4 年之前
父节点
当前提交
3b784e6ef5
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      msm/dp/dp_altmode.c

+ 1 - 1
msm/dp/dp_altmode.c

@@ -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);