Commit 2b39d48a authored by Alex Hung's avatar Alex Hung Committed by Alex Deucher
Browse files

drm/amd/display: Replace log macro for analog display detection



link detection should use LINK_INFO() macro.

Reviewed-by: default avatarHarry Wentland <harry.wentland@amd.com>
Signed-off-by: default avatarAlex Hung <alex.hung@amd.com>
Signed-off-by: default avatarChenyu Chen <chen-yu.chen@amd.com>
Tested-by: default avatarDaniel Wheeler <daniel.wheeler@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 17917613
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -1184,7 +1184,9 @@ static bool detect_link_and_local_sink(struct dc_link *link,
					return false;
				}

				DC_LOG_INFO("%s detected analog display without EDID\n", __func__);
				LINK_INFO("link=%d, analog display detected without EDID\n",
					   link->link_index);

				link->type = dc_connection_analog_load;
				sink->edid_caps.analog = true;
				break;