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

Commit 8a5ff542 authored by Rahul Sharma's avatar Rahul Sharma Committed by Gerrit - the friendly Code Review server
Browse files

drm/msm: Add boot marker for display driver



Add bootmarker in display driver to indicate that
display driver is ready.

Change-Id: Idda8b8fa898992caf35de152a168c748a40e4f06
Signed-off-by: default avatarRahul Sharma <rahsha@codeaurora.org>
parent 5e276334
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -41,6 +41,7 @@
#include <linux/kthread.h>
#include <uapi/linux/sched/types.h>
#include <drm/drm_of.h>
#include <soc/qcom/boot_stats.h>
#include "msm_drv.h"
#include "msm_debugfs.h"
#include "msm_fence.h"
@@ -766,6 +767,7 @@ static int msm_drm_init(struct device *dev, struct drm_driver *drv)
	}

	drm_kms_helper_poll_init(ddev);
	place_marker("M - DISPLAY Driver Ready");

	return 0;