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