Commit 7ad1dfc1 authored by Mario Limonciello's avatar Mario Limonciello Committed by Alex Deucher
Browse files

drm/amd/display: Don't show stack trace for missing eDP



Some systems are only connected by HDMI or DP, so warning related to
missing eDP is unnecessary.  Downgrade to debug instead.

Cc: Hamza Mahfooz <hamza.mahfooz@amd.com>
Fixes: 6d9b6dce ("drm/amd/display: only warn once in dce110_edp_wait_for_hpd_ready()")
Reported-by: default avatar <Mastan.Katragadda@amd.com>
Signed-off-by: default avatarMario Limonciello <mario.limonciello@amd.com>
Reviewed-by: default avatarHamza Mahfooz <hamza.mahfooz@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent d3de41ee
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -777,7 +777,8 @@ void dce110_edp_wait_for_hpd_ready(
	dal_gpio_destroy_irq(&hpd);

	/* ensure that the panel is detected */
	ASSERT(edp_hpd_high);
	if (!edp_hpd_high)
		DC_LOG_DC("%s: wait timed out!\n", __func__);
}

void dce110_edp_power_control(