Skip to content

Commit 8711847

Browse files
committed
drivers: display: msm: Disable sde log spam
* [drm: _sde_core_perf_calc_doze_suspend:146] [sde error]No BW, planes:8 dpms_mode:0 lpmode:0 Signed-off-by: onettboots <blackcocopet@gmail.com>
1 parent 0370ac7 commit 8711847

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

drivers/gpu/drm/msm/sde/sde_core_perf.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -140,10 +140,6 @@ static void _sde_core_perf_calc_doze_suspend(struct drm_crtc *crtc,
140140
is_doze_suspend = true;
141141
}
142142

143-
if (!is_doze_suspend && conn && c_conn)
144-
SDE_ERROR("No BW, planes:%x dpms_mode:%d lpmode:%d\n",
145-
state->plane_mask, c_conn->dpms_mode,
146-
sde_connector_get_lp(conn));
147143
if (conn && c_conn)
148144
SDE_EVT32(state->plane_mask, c_conn->dpms_mode,
149145
sde_connector_get_lp(conn), is_doze_suspend,

0 commit comments

Comments
 (0)