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

Commit efde413e authored by Robert Qiu's avatar Robert Qiu Committed by Gerrit - the friendly Code Review server
Browse files

vidc: Add boot markers to vidc probe for profiling



Add the boot marker to mark the beginning of the vidc driver

Change-Id: Ie2f879b681ee3dcc129b0bb3ae76199f682be511
Signed-off-by: default avatarRobert Qiu <rqiu2008@codeaurora.org>
parent e942c110
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -532,6 +532,8 @@ static int msm_vidc_probe_vidc_device(struct platform_device *pdev)
	struct device *dev;
	int nr = BASE_DEVICE_NUMBER;

	place_marker("M - DRIVER Video Start");

	if (!vidc_driver) {
		dprintk(VIDC_ERR, "Invalid vidc driver\n");
		return -EINVAL;