]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
drm/amd/display: Replace log macro for analog display detection
authorAlex Hung <alex.hung@amd.com>
Mon, 8 Dec 2025 19:18:02 +0000 (12:18 -0700)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 5 Jan 2026 21:59:59 +0000 (16:59 -0500)
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>
drivers/gpu/drm/amd/display/dc/link/link_detection.c

index 56f27a6d2874c41f2d43bfb55a0b47173ee61030..03db7116cf093ba4ec6f6571b2324b3020d4506f 100644 (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;