diff options
| author | Aric Cyr <[email protected]> | 2018-05-09 18:36:50 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2018-06-15 17:20:25 +0000 |
| commit | bf58968647729ce320a7ef27077d60b7b2cdcd00 (patch) | |
| tree | 6e902184d1f1eb4f02f087d0a47a55c5fd5f1a28 /drivers/gpu/drm/amd/display/dc/basics/log_helpers.c | |
| parent | drm/amd/display: Fix indentation in dcn10 resource constructor (diff) | |
| download | kernel-bf58968647729ce320a7ef27077d60b7b2cdcd00.tar.gz kernel-bf58968647729ce320a7ef27077d60b7b2cdcd00.zip | |
drm/amd/display: Default log masks should include all connectivity events
Signed-off-by: Aric Cyr <[email protected]>
Reviewed-by: Jun Lei <[email protected]>
Reviewed-by: Aric Cyr <[email protected]>
Acked-by: Harry Wentland <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/display/dc/basics/log_helpers.c')
| -rw-r--r-- | drivers/gpu/drm/amd/display/dc/basics/log_helpers.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/basics/log_helpers.c b/drivers/gpu/drm/amd/display/dc/basics/log_helpers.c index 021451549ff7..f6c00a51d51a 100644 --- a/drivers/gpu/drm/amd/display/dc/basics/log_helpers.c +++ b/drivers/gpu/drm/amd/display/dc/basics/log_helpers.c @@ -78,6 +78,8 @@ void dc_conn_log(struct dc_context *ctx, if (i == NUM_ELEMENTS(signal_type_info_tbl)) goto fail; + dm_logger_append_heading(&entry); + dm_logger_append(&entry, "[%s][ConnIdx:%d] ", signal_type_info_tbl[i].name, link->link_index); |
