提交 e66a5755 编写于 作者: A Andrew Jiang 提交者: Alex Deucher

drm/amd/display: Add missing newlines in pstate wait debug messages

These were spamming the debugger logs.
Signed-off-by: NAndrew Jiang <Andrew.Jiang@amd.com>
Reviewed-by: NTony Cheng <Tony.Cheng@amd.com>
Acked-by: NHarry Wentland <Harry.Wentland@amd.com>
Signed-off-by: NAlex Deucher <alexander.deucher@amd.com>
上级 81739b7f
...@@ -302,7 +302,7 @@ static void verify_allow_pstate_change_high( ...@@ -302,7 +302,7 @@ static void verify_allow_pstate_change_high(
if (i > pstate_wait_expected_timeout_us) if (i > pstate_wait_expected_timeout_us)
dm_logger_write(hws->ctx->logger, LOG_WARNING, dm_logger_write(hws->ctx->logger, LOG_WARNING,
"pstate took longer than expected ~%dus", "pstate took longer than expected ~%dus\n",
i); i);
return; return;
...@@ -326,7 +326,7 @@ static void verify_allow_pstate_change_high( ...@@ -326,7 +326,7 @@ static void verify_allow_pstate_change_high(
} }
dm_logger_write(hws->ctx->logger, LOG_WARNING, dm_logger_write(hws->ctx->logger, LOG_WARNING,
"pstate TEST_DEBUG_DATA: 0x%X", "pstate TEST_DEBUG_DATA: 0x%X\n",
debug_data); debug_data);
BREAK_TO_DEBUGGER(); BREAK_TO_DEBUGGER();
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册