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>
Mon, 7 Aug 2023 20:36:01 +0000 (16:36 -0400)
commit41519dc45535acb707d33a13c0b80ab8b96cfe80
tree9fef579e92013dcf90d1993a87021f63aa134b48
parentec4b70db47e7925c804d8140c3b1f6a62366cb55
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