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

link detection should use LINK_INFO() macro.

Reviewed-by: Harry Wentland <harry.wentland@amd.com>
Signed-off-by: Alex Hung <alex.hung@amd.com>
Signed-off-by: Chenyu Chen <chen-yu.chen@amd.com>
Tested-by: Daniel Wheeler <daniel.wheeler@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
Alex Hung 2025-12-08 12:18:02 -07:00 committed by Alex Deucher
parent 179176134b
commit 2b39d48a0a

View File

@ -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;