提交 b356843e 编写于 作者: M Michael Strauss 提交者: Alex Deucher

drm/amd/display: Update number of dcn21 audio endpoints

[WHY]
Number of audio endpoints wasn't updated from dcn20's 6 when created

[HOW]
Changed num_audio to 4 to match the correct sbios value
Signed-off-by: NMichael Strauss <michael.strauss@amd.com>
Reviewed-by: NYongqiang Sun <yongqiang.sun@amd.com>
Acked-by: NBhawanpreet Lakha <Bhawanpreet.Lakha@amd.com>
Signed-off-by: NAlex Deucher <alexander.deucher@amd.com>
上级 ac81c2a7
...@@ -726,7 +726,7 @@ static const struct resource_caps res_cap_rn = { ...@@ -726,7 +726,7 @@ static const struct resource_caps res_cap_rn = {
.num_timing_generator = 4, .num_timing_generator = 4,
.num_opp = 4, .num_opp = 4,
.num_video_plane = 4, .num_video_plane = 4,
.num_audio = 6, // 6 audio endpoints. 4 audio streams .num_audio = 4, // 4 audio endpoints. 4 audio streams
.num_stream_encoder = 5, .num_stream_encoder = 5,
.num_pll = 5, // maybe 3 because the last two used for USB-c .num_pll = 5, // maybe 3 because the last two used for USB-c
.num_dwb = 1, .num_dwb = 1,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册