summaryrefslogtreecommitdiff
path: root/drivers/gpu
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2019-04-18 21:12:43 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2019-04-18 21:12:42 -0700
commit9d116c810844e0296dbc4b7577a941216fe4677f (patch)
tree5373c6ff03af1f61b76dc4101313a6846734f6d8 /drivers/gpu
parent110e25da9d048e12d69a3523fb8bb5502dcc9759 (diff)
parente2a49d1ee4926bfb0491f332f7509e90231b3217 (diff)
Merge "msm: kgsl: Add common Boot KPI marker"
Diffstat (limited to 'drivers/gpu')
-rw-r--r--drivers/gpu/msm/adreno.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/drivers/gpu/msm/adreno.c b/drivers/gpu/msm/adreno.c
index d2aa0a0f9507..000274c5146a 100644
--- a/drivers/gpu/msm/adreno.c
+++ b/drivers/gpu/msm/adreno.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002,2007-2018, The Linux Foundation. All rights reserved.
+/* Copyright (c) 2002,2007-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
@@ -42,6 +42,8 @@
#include "adreno-gpulist.h"
#include "adreno_dispatch.h"
+#include <soc/qcom/boot_stats.h>
+
#undef MODULE_PARAM_PREFIX
#define MODULE_PARAM_PREFIX "adreno."
@@ -1035,6 +1037,9 @@ static int adreno_probe(struct platform_device *pdev)
}
}
#endif
+
+ place_marker("M - DRIVER GPU Ready");
+
out:
if (status) {
adreno_ringbuffer_close(adreno_dev);