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

Commit 6a7ea845 authored by Veera Sundaram Sankaran's avatar Veera Sundaram Sankaran
Browse files

msm: mdss: print fence name during sync fence timeouts



Add fence name to the warning message instead of sync pt
data fence, to help in debugging sync fence timeout issues.

Change-Id: I4bee08786ff3fc7f6109afcf923df46e76ad1619
Signed-off-by: default avatarVeera Sundaram Sankaran <veeras@codeaurora.org>
parent 22194df2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2784,7 +2784,7 @@ static int __mdss_fb_wait_for_fence_sub(struct msm_sync_pt_data *sync_pt_data,
						wait_ms);

			pr_warn("%s: sync_fence_wait timed out! ",
					sync_pt_data->fence_name);
					fences[i]->name);
			pr_cont("Waiting %ld.%ld more seconds\n",
				(wait_ms/MSEC_PER_SEC), (wait_ms%MSEC_PER_SEC));