From: Andrew Jiang Date: Wed, 4 Oct 2017 18:10:16 +0000 (-0400) Subject: drm/amd/display: Add missing newlines in pstate wait debug messages X-Git-Tag: v4.15-rc1~56^2~3^2~63 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=e66a575508b5a11df7a670265c91981e4d735749;p=linux.git drm/amd/display: Add missing newlines in pstate wait debug messages These were spamming the debugger logs. Signed-off-by: Andrew Jiang Reviewed-by: Tony Cheng Acked-by: Harry Wentland Signed-off-by: Alex Deucher --- diff --git a/drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c b/drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c index c34dbcd1fba4..059da7882a68 100644 --- a/drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c +++ b/drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c @@ -302,7 +302,7 @@ static void verify_allow_pstate_change_high( if (i > pstate_wait_expected_timeout_us) dm_logger_write(hws->ctx->logger, LOG_WARNING, - "pstate took longer than expected ~%dus", + "pstate took longer than expected ~%dus\n", i); return; @@ -326,7 +326,7 @@ static void verify_allow_pstate_change_high( } dm_logger_write(hws->ctx->logger, LOG_WARNING, - "pstate TEST_DEBUG_DATA: 0x%X", + "pstate TEST_DEBUG_DATA: 0x%X\n", debug_data); BREAK_TO_DEBUGGER(); }