summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2019-03-27 08:14:50 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2019-03-27 08:14:50 -0700
commit184af681d4c4ca478c6b307cd49f172ced90d0e6 (patch)
tree49b99f85580a350198167b432c32f30fa002d5aa
parent10ea8a72f6da3c61de49cde522420843b04be943 (diff)
parent5219134535d3e62aa9f6e88411311c51fbecfcc4 (diff)
Merge "msm: vidc: Add common Boot KPI marker"
-rw-r--r--drivers/media/platform/msm/vidc/msm_v4l2_vidc.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/media/platform/msm/vidc/msm_v4l2_vidc.c b/drivers/media/platform/msm/vidc/msm_v4l2_vidc.c
index e81162f3c4ad..a921467e2be4 100644
--- a/drivers/media/platform/msm/vidc/msm_v4l2_vidc.c
+++ b/drivers/media/platform/msm/vidc/msm_v4l2_vidc.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2012-2017, The Linux Foundation. All rights reserved.
+/* Copyright (c) 2012-2019, The Linux Foundation. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 and
@@ -31,6 +31,7 @@
#include "msm_vidc_resources.h"
#include "venus_boot.h"
#include "vidc_hfi_api.h"
+#include <soc/qcom/boot_stats.h>
#define BASE_DEVICE_NUMBER 32
@@ -608,6 +609,7 @@ static int msm_vidc_probe_vidc_device(struct platform_device *pdev)
goto err_fail_sub_device_probe;
}
+ place_marker("M - DRIVER Video Ready");
return rc;
err_fail_sub_device_probe: