disp: msm: bridge: add KPI marker for anx7625 restore
The change adds a marker information for the display restore from hibernation. Change-Id: Iaf38c61f7ef43665981430bacf9776ef4b94cad8 Signed-off-by: Rahul Sharma <quic_rahsha@quicinc.com>
This commit is contained in:
parent
43106cd309
commit
5bed0a7638
@ -2435,8 +2435,10 @@ static void anx7625_bridge_atomic_enable(struct drm_bridge *bridge,
|
||||
if (!connector)
|
||||
return;
|
||||
|
||||
if (ctx->out_of_hibr)
|
||||
if (ctx->out_of_hibr) {
|
||||
ctx->out_of_hibr = false;
|
||||
pr_info("anx7625 hibernation: Display up\n");
|
||||
}
|
||||
|
||||
ctx->connector = connector;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user