diff --git a/src/soc/mediatek/common/display.c b/src/soc/mediatek/common/display.c index 52d6d808f7..08139dfc3d 100644 --- a/src/soc/mediatek/common/display.c +++ b/src/soc/mediatek/common/display.c @@ -14,6 +14,7 @@ #include #include #include +#include static struct panel_serializable_data *get_mipi_cmd_from_cbfs(struct panel_description *desc) { @@ -94,6 +95,8 @@ static void display_logo(struct panel_description *panel, mtk_ddp_ovlsys_start(fb_addr, edid, path); panel_configure_backlight(panel, true); + + timestamp_add_now(TS_FIRMWARE_SPLASH_RENDERED); } int mtk_display_init(void)