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

Commit 43d71f94 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: mdss: print fence name during sync fence timeouts"

parents a7b19bcf 6a7ea845
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));