From 1cae36223942c98c1d37b750afe09a8e14b00463 Mon Sep 17 00:00:00 2001 From: Yuan Zhao Date: Wed, 20 May 2020 12:14:55 +0800 Subject: [PATCH] disp: msm: dsi: change the log level in seamless transition This is a common case that seamless transition was rejected when active/connectors changed, so just print an info log here. Change-Id: Iada9ad84af1c072ccdbc97f5bf438de6a032f45f Signed-off-by: Yuan Zhao --- msm/dsi/dsi_drm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/msm/dsi/dsi_drm.c b/msm/dsi/dsi_drm.c index 937c565606..b9edd9b9c4 100644 --- a/msm/dsi/dsi_drm.c +++ b/msm/dsi/dsi_drm.c @@ -440,7 +440,7 @@ static bool dsi_bridge_mode_fixup(struct drm_bridge *bridge, ((dsi_mode.dsi_mode_flags & DSI_MODE_FLAG_VRR) || (dsi_mode.dsi_mode_flags & DSI_MODE_FLAG_POMS) || (dsi_mode.dsi_mode_flags & DSI_MODE_FLAG_DYN_CLK))) { - DSI_ERR("seamless on active/conn(%d/%d) changed 0x%x\n", + DSI_INFO("seamless on active/conn(%d/%d) changed 0x%x\n", crtc_state->active_changed, crtc_state->connectors_changed, dsi_mode.dsi_mode_flags);