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

Commit 00bcf9fb authored by Sankeerth Billakanti's avatar Sankeerth Billakanti
Browse files

disp: msm: dp: log the uevent sent to userspace



Log the uevent sent to userspace to help debug
stability and customer issues.

Change-Id: I647c5cf42354d882939c47735ee3154921263fb9
Signed-off-by: default avatarSankeerth Billakanti <sbillaka@codeaurora.org>
parent 360fc9aa
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -712,7 +712,7 @@ static void dp_display_send_hpd_event(struct dp_display_private *dp)
	snprintf(pattern, HPD_STRING_SIZE, "pattern=%d",
		dp->link->test_video.test_video_pattern);

	DP_DEBUG("[%s]:[%s] [%s] [%s]\n", name, status, bpp, pattern);
	DP_INFO("[%s]:[%s] [%s] [%s]\n", name, status, bpp, pattern);
	envp[0] = name;
	envp[1] = status;
	envp[2] = bpp;