Signed-off-by: Zeyu Fan <Zeyu.Fan@amd.com>
Reviewed-by: Tony Cheng <Tony.Cheng@amd.com>
Acked-by: Harry Wentland <Harry.Wentland@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
        return true;
 }
 
+bool dm_helpers_dc_conn_log(struct dc_context*ctx, const char *msg)
+{
+       return true;
+}
+
+
 bool dm_helpers_dp_mst_start_top_mgr(
                struct dc_context *ctx,
                const struct dc_link *link,
 
 #include "core_types.h"
 #include "logger.h"
 #include "include/logger_interface.h"
+#include "dm_helpers.h"
 
 #define NUM_ELEMENTS(a) (sizeof(a) / sizeof((a)[0]))
 
                        dm_logger_append(&entry, "%2.2X ", hex_data[i]);
 
        dm_logger_append(&entry, "^\n");
+       dm_helpers_dc_conn_log(ctx, entry.buf);
        dm_logger_close(&entry);
+
        va_end(args);
 }
 
                const struct dc_link *link,
                bool boot);
 
+bool dm_helpers_dc_conn_log(
+               struct dc_context*ctx,
+               const char *msg);
+
 void dm_helpers_dp_mst_stop_top_mgr(
                struct dc_context *ctx,
                const struct dc_link *link);