drm/amd/display: Don't show stack trace for missing eDP
authorMario Limonciello <mario.limonciello@amd.com>
Mon, 31 Jul 2023 14:22:05 +0000 (09:22 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 9 Aug 2023 14:38:16 +0000 (10:38 -0400)
commit7ad1dfc144cbf62702fd07838da8fd8a77921083
treeb5f84d3b37357600aa616c70d0c64c78cc9c717a
parentd3de41ee5febe5c2d9989fe9810bce2bb54a3a8e
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: 6d9b6dceaa51 ("drm/amd/display: only warn once in dce110_edp_wait_for_hpd_ready()")
Reported-by: Mastan.Katragadda@amd.com
Signed-off-by: Mario Limonciello <mario.limonciello@amd.com>
Reviewed-by: Hamza Mahfooz <hamza.mahfooz@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c