mirror of
https://github.com/torvalds/linux.git
synced 2026-05-24 15:12:13 +02:00
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:
parent
179176134b
commit
2b39d48a0a
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user