diff options
| author | Linux Build Service Account <lnxbuild@localhost> | 2019-04-18 21:12:43 -0700 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2019-04-18 21:12:42 -0700 |
| commit | 9d116c810844e0296dbc4b7577a941216fe4677f (patch) | |
| tree | 5373c6ff03af1f61b76dc4101313a6846734f6d8 /drivers/gpu | |
| parent | 110e25da9d048e12d69a3523fb8bb5502dcc9759 (diff) | |
| parent | e2a49d1ee4926bfb0491f332f7509e90231b3217 (diff) | |
Merge "msm: kgsl: Add common Boot KPI marker"
Diffstat (limited to 'drivers/gpu')
| -rw-r--r-- | drivers/gpu/msm/adreno.c | 7 |
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); |
