]> 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)
commit05e205445f848fdb0ccb6318f058d3c27e1e7d8c
tree12f21418883a32fa98613faf5385547efc655e82
parent1f8c89ed4dc1423350eb5933b9b995c779e6264f
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