]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit2b6167b0edec4ce9d49b594902e1ad4f97f9c41c
tree12f21418883a32fa98613faf5385547efc655e82
parente153a1c061661573efac34af559c471d6c33daf7
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