aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/display/dc/bios/bios_parser.c
diff options
context:
space:
mode:
authorJordan Lazare <[email protected]>2017-03-08 19:04:16 +0000
committerAlex Deucher <[email protected]>2017-09-26 21:18:54 +0000
commitc0bc0bd587a6f98fd1e2264a4fc2af49039627b6 (patch)
tree3054bff629bbd799fa9d91c286401ab3d4a06339 /drivers/gpu/drm/amd/display/dc/bios/bios_parser.c
parentdrm/amd/display: fix viewport adjustment on rotated surface (diff)
downloadkernel-c0bc0bd587a6f98fd1e2264a4fc2af49039627b6.tar.gz
kernel-c0bc0bd587a6f98fd1e2264a4fc2af49039627b6.zip
drm/amd/display: Less log spam
Signed-off-by: Jordan Lazare <[email protected]> Acked-by: Harry Wentland <[email protected]> Reviewed-by: Charlene Liu <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
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.c2
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;
}