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

Commit 01bb9a3f authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

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

parents becb6bbf 001efe54
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -17,6 +17,7 @@
#include <linux/pm_runtime.h>
#include <linux/security.h>
#include <linux/sort.h>
#include <soc/qcom/boot_stats.h>

#include "kgsl_compat.h"
#include "kgsl_debugfs.h"
@@ -4507,6 +4508,8 @@ int __init kgsl_core_init(void)
	int result = 0;
	struct sched_param param = { .sched_priority = 2 };

	place_marker("M - DRIVER KGSL Init");

	/* alloc major and minor device numbers */
	result = alloc_chrdev_region(&kgsl_driver.major, 0,
		ARRAY_SIZE(kgsl_driver.devp), "kgsl");
@@ -4609,6 +4612,8 @@ int __init kgsl_core_init(void)
	memfree.list = kcalloc(MEMFREE_ENTRIES, sizeof(struct memfree_entry),
		GFP_KERNEL);

	place_marker("M - DRIVER KGSL Ready");

	return 0;

err: