diff options
author | Anthony Koo <Anthony.Koo@amd.com> | 2018-04-17 19:12:56 +0300 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2018-05-15 21:44:11 +0300 |
commit | 7b265fd96cbfa03630a2db90b3891b8397bf2208 (patch) | |
tree | 75dd32f1cb3eff837cc8fb2656d58a7566a3922c /drivers/gpu/drm/amd/display/dc/dcn10 | |
parent | 7c91bd434e5765dc5dbcf155253f2b8c740fbef9 (diff) | |
download | linux-7b265fd96cbfa03630a2db90b3891b8397bf2208.tar.xz |
drm/amd/display: update dtn logging and goldens
Signed-off-by: Anthony Koo <Anthony.Koo@amd.com>
Reviewed-by: Aric Cyr <Aric.Cyr@amd.com>
Acked-by: Harry Wentland <harry.wentland@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/display/dc/dcn10')
-rw-r--r-- | drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 9a642116f2ef..574d37cdfa20 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 @@ -260,7 +260,7 @@ void dcn10_log_hw_state(struct dc *dc) dpp->funcs->dpp_read_state(dpp, &s); DTN_INFO("[%2d]: %11xh %-11s %-11s %-11s" - "%08xh %08xh %08xh %08xh %08xh %08xh %08xh", + "%8x %08xh %08xh %08xh %08xh %08xh %08xh", dpp->inst, s.igam_input_format, (s.igam_lut_mode == 0) ? "BypassFixed" : |