summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/display/dc/dm_helpers.h
diff options
context:
space:
mode:
authorZeyu Fan <Zeyu.Fan@amd.com>2017-06-05 17:56:05 -0400
committerAlex Deucher <alexander.deucher@amd.com>2017-09-26 18:07:52 -0400
commita235bd9f1ea0c610a5cddfb79f98b651dc8dc5bd (patch)
tree3789f29b2fe92830113da67c1cc852f336281eeb /drivers/gpu/drm/amd/display/dc/dm_helpers.h
parent909e8c9e417945f313b68ed6c5a559fe5266be8b (diff)
drm/amd/display: Add function to log connectivity
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>
Diffstat (limited to 'drivers/gpu/drm/amd/display/dc/dm_helpers.h')
-rw-r--r--drivers/gpu/drm/amd/display/dc/dm_helpers.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/dm_helpers.h b/drivers/gpu/drm/amd/display/dc/dm_helpers.h
index c15a25ce8049..9fb606c49217 100644
--- a/drivers/gpu/drm/amd/display/dc/dm_helpers.h
+++ b/drivers/gpu/drm/amd/display/dc/dm_helpers.h
@@ -68,6 +68,10 @@ bool dm_helpers_dp_mst_start_top_mgr(
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);