mirror of
https://github.com/torvalds/linux.git
synced 2026-04-19 07:13:56 -04:00
drm/amd/display: Change return type of dm_helpers_dp_mst_stop_top_mgr
Prepare for future dm can have different implementation depends on the return value. Tested-by: Daniel Wheeler <daniel.wheeler@amd.com> Reviewed-by: Wenjing Liu <Wenjing.Liu@amd.com> Acked-by: Rodrigo Siqueira <Rodrigo.Siqueira@amd.com> Signed-off-by: Ian Chen <ian.chen@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
@@ -113,7 +113,7 @@ bool dm_helpers_dp_mst_start_top_mgr(
|
||||
const struct dc_link *link,
|
||||
bool boot);
|
||||
|
||||
void dm_helpers_dp_mst_stop_top_mgr(
|
||||
bool dm_helpers_dp_mst_stop_top_mgr(
|
||||
struct dc_context *ctx,
|
||||
struct dc_link *link);
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user