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

Commit 0132c779 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: add atraces for tracking atomic commit"

parents 4bd2cec5 8576a7b7
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -4177,9 +4177,11 @@ static int mdss_fb_atomic_commit_ioctl(struct fb_info *info,
		}
	}

	ATRACE_BEGIN("ATOMIC_COMMIT");
	ret = mdss_fb_atomic_commit(info, &commit, file);
	if (ret)
		pr_err("atomic commit failed ret:%d\n", ret);
	ATRACE_END("ATOMIC_COMMIT");

	if (layer_count) {
		for (j = 0; j < layer_count; j++) {