OSDN Git Service

drm/amd/display: add helper for enabling mst stream features
authorBing Guo <bing.guo@amd.com>
Mon, 5 Apr 2021 20:51:24 +0000 (16:51 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 21 Apr 2021 01:42:53 +0000 (21:42 -0400)
commit6016cd9dba0ff376e84b67823882850d051312e1
tree12f21418883a32fa98613faf5385547efc655e82
parentfdf7d4f547f75c643a71ddc644080c69d743d8c3
drm/amd/display: add helper for enabling mst stream features

[Why]
Some MST devices uses different method to enable mst
specific stream features.

[How]
Add dm_helpers_mst_enable_stream features. This can be
modified later when we are ready to implement those features.

Signed-off-by: Bing Guo <bing.guo@amd.com>
Reviewed-by: Anthony Koo <Anthony.Koo@amd.com>
Acked-by: Aurabindo Pillai <aurabindo.pillai@amd.com>
Tested-by: Daniel Wheeler <daniel.wheeler@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_helpers.c
drivers/gpu/drm/amd/display/dc/core/dc_link.c
drivers/gpu/drm/amd/display/dc/dm_helpers.h