Commit 7b265fd9 authored by Anthony Koo's avatar Anthony Koo Committed by Alex Deucher

drm/amd/display: update dtn logging and goldens

Signed-off-by: default avatarAnthony Koo <Anthony.Koo@amd.com>
Reviewed-by: default avatarAric Cyr <Aric.Cyr@amd.com>
Acked-by: default avatarHarry Wentland <harry.wentland@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 7c91bd43
...@@ -260,7 +260,7 @@ void dcn10_log_hw_state(struct dc *dc) ...@@ -260,7 +260,7 @@ void dcn10_log_hw_state(struct dc *dc)
dpp->funcs->dpp_read_state(dpp, &s); dpp->funcs->dpp_read_state(dpp, &s);
DTN_INFO("[%2d]: %11xh %-11s %-11s %-11s" DTN_INFO("[%2d]: %11xh %-11s %-11s %-11s"
"%08xh %08xh %08xh %08xh %08xh %08xh %08xh", "%8x %08xh %08xh %08xh %08xh %08xh %08xh",
dpp->inst, dpp->inst,
s.igam_input_format, s.igam_input_format,
(s.igam_lut_mode == 0) ? "BypassFixed" : (s.igam_lut_mode == 0) ? "BypassFixed" :
......
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