Commit e2d8ea43 authored by Varone's avatar Varone Committed by Alex Deucher

drm/amd/display: Change error to warning when hpd remains low for eDP

[WHY?]
SKUs that contain an unused eDP connector will throw an error when no
display is connected.

[HOW?]
Change error to a warning.
Tested-by: default avatarDaniel Wheeler <daniel.wheeler@amd.com>
Reviewed-by: default avatarMartin Leung <Martin.Leung@amd.com>
Acked-by: default avatarRodrigo Siqueira <Rodrigo.Siqueira@amd.com>
Signed-off-by: default avatarDillon Varone <divarone@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 2eee829e
...@@ -793,7 +793,7 @@ void dce110_edp_wait_for_hpd_ready( ...@@ -793,7 +793,7 @@ void dce110_edp_wait_for_hpd_ready(
dal_gpio_destroy_irq(&hpd); dal_gpio_destroy_irq(&hpd);
if (false == edp_hpd_high) { if (false == edp_hpd_high) {
DC_LOG_ERROR( DC_LOG_WARNING(
"%s: wait timed out!\n", __func__); "%s: wait timed out!\n", __func__);
} }
} }
......
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