diff options
author | Jordan Lazare <Jordan.Lazare@amd.com> | 2017-03-08 14:04:16 -0500 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2017-09-26 17:18:54 -0400 |
commit | c0bc0bd587a6f98fd1e2264a4fc2af49039627b6 (patch) | |
tree | 3054bff629bbd799fa9d91c286401ab3d4a06339 /drivers/gpu/drm/amd/display/dc/bios/bios_parser.c | |
parent | 1fbd2cfc15988f90ce5bebbbeaf759f4d1c615e1 (diff) |
drm/amd/display: Less log spam
Signed-off-by: Jordan Lazare <Jordan.Lazare@amd.com>
Acked-by: Harry Wentland <Harry.Wentland@amd.com>
Reviewed-by: Charlene Liu <Charlene.Liu@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/display/dc/bios/bios_parser.c')
-rw-r--r-- | drivers/gpu/drm/amd/display/dc/bios/bios_parser.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/bios/bios_parser.c b/drivers/gpu/drm/amd/display/dc/bios/bios_parser.c index 656c39ac0256..50163a06a653 100644 --- a/drivers/gpu/drm/amd/display/dc/bios/bios_parser.c +++ b/drivers/gpu/drm/amd/display/dc/bios/bios_parser.c @@ -3299,7 +3299,7 @@ static enum bp_result patch_bios_image_from_ext_display_connection_info( opm_object, &ext_display_connection_info_tbl) != BP_RESULT_OK) { - dm_logger_write(bp->base.ctx->logger, LOG_BIOS, + dm_logger_write(bp->base.ctx->logger, LOG_WARNING, "%s: Failed to read Connection Info Table", __func__); return BP_RESULT_UNSUPPORTED; } |