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

Commit c7b05ed9 authored by Atul Raut's avatar Atul Raut
Browse files

drm/bridge: Add KPI Marker



Add Display Up KPI marker in case of
Hibernation restore phase.
This helps in measuring Display Up KPIs
in case of Hibernation restore.

Change-Id: I83dc11730eae06ecb5b98cfed941eca434497afb
Signed-off-by: default avatarAtul Raut <araut@codeaurora.org>
parent 216c77f4
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -35,6 +35,7 @@
#include <drm/drm_edid.h>

#include "analogix-anx7625.h"
#include <soc/qcom/boot_stats.h>

#define TX_P0			0x70
#define TX_P1			0x7A
@@ -1554,6 +1555,7 @@ static int anx7625_restore(struct device *dev)
		usleep_range(10000, 11000);

		anx7625_start(anx7625);
		place_marker("Hiber: Display up");
	}

	mutex_unlock(&anx7625->lock);