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

Commit 9d116c81 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: kgsl: Add common Boot KPI marker"

parents 110e25da e2a49d1e
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
/* 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);