Commit 8d6a615a authored by Yongqiang Sun's avatar Yongqiang Sun Committed by Alex Deucher

drm/amd/display: Disable timestamp and entry heading

Signed-off-by: default avatarYongqiang Sun <yongqiang.sun@amd.com>
Reviewed-by: default avatarTony Cheng <Tony.Cheng@amd.com>
Acked-by: default avatarHarry Wentland <Harry.Wentland@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent b3d6c3f0
...@@ -428,7 +428,8 @@ void dm_logger_open( ...@@ -428,7 +428,8 @@ void dm_logger_open(
logger->open_count++; logger->open_count++;
log_heading(entry); if (log_type != LOG_DTN)
log_heading(entry);
} }
void dm_logger_close(struct log_entry *entry) void dm_logger_close(struct log_entry *entry)
......
...@@ -2407,7 +2407,7 @@ static void dcn10_log_hw_state(struct core_dc *dc) ...@@ -2407,7 +2407,7 @@ static void dcn10_log_hw_state(struct core_dc *dc)
struct dc_context *dc_ctx = dc->ctx; struct dc_context *dc_ctx = dc->ctx;
struct dce_hwseq *hws = dc->hwseq; struct dce_hwseq *hws = dc->hwseq;
DTN_INFO("%s: Hello World", __func__); DTN_INFO("Hello World");
if (REG(MPC_CRC_RESULT_GB)) if (REG(MPC_CRC_RESULT_GB))
DTN_INFO("MPC_CRC_RESULT_GB:%d MPC_CRC_RESULT_C:%d MPC_CRC_RESULT_AR:%d\n", DTN_INFO("MPC_CRC_RESULT_GB:%d MPC_CRC_RESULT_C:%d MPC_CRC_RESULT_AR:%d\n",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment