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

Commit c6d5c4d1 authored by Sankeerth Billakanti's avatar Sankeerth Billakanti
Browse files

disp: msm: dp: log the dp mst connector id information



Logging connector id will help debug the issues related to
DP MST stability and pre-merge tests. This change will log
the DP MST connector IDs modified during stability tests.

Change-Id: Ifaf8e319697a809b02c24c473acec8da521286e2
Signed-off-by: default avatarSankeerth Billakanti <sbillaka@codeaurora.org>
parent eb21ca87
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -520,10 +520,10 @@ static ssize_t dp_debug_write_mst_con_id(struct file *file,
	debug->dp_debug.mst_hpd_sim = true;

	if (status == connector_status_connected) {
		DP_INFO("plug mst connector\n", con_id, status);
		DP_INFO("plug mst connector %d\n", con_id);
		debug->dp_debug.mst_sim_add_con = true;
	} else {
		DP_INFO("unplug mst connector %d\n", con_id, status);
		DP_INFO("unplug mst connector %d\n", con_id);
	}

	debug->hpd->simulate_attention(debug->hpd, vdo);