From: Andrew Jiang <[email protected]>

One of the HDMI ports map to DIGD, which we did not map to DP3 ext
HDMI settings. Add the DIGD case so that we can get proper retimer
settings from SBIOS for that port.

Signed-off-by: Andrew Jiang <[email protected]>
Reviewed-by: Charlene Liu <[email protected]>
Reviewed-by: Tony Cheng <[email protected]>
Acked-by: Harry Wentland <[email protected]>
---
 drivers/gpu/drm/amd/display/dc/core/dc_link.c | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/drivers/gpu/drm/amd/display/dc/core/dc_link.c 
b/drivers/gpu/drm/amd/display/dc/core/dc_link.c
index 004e0b0aad8a..c47da645d3b8 100644
--- a/drivers/gpu/drm/amd/display/dc/core/dc_link.c
+++ b/drivers/gpu/drm/amd/display/dc/core/dc_link.c
@@ -1346,6 +1346,18 @@ static bool get_ext_hdmi_settings(struct pipe_ctx 
*pipe_ctx,
                                        
sizeof(integrated_info->dp2_ext_hdmi_6g_reg_settings));
                        result = true;
                        break;
+               case ENGINE_ID_DIGD:
+                       settings->slv_addr = 
integrated_info->dp3_ext_hdmi_slv_addr;
+                       settings->reg_num = 
integrated_info->dp3_ext_hdmi_6g_reg_num;
+                       settings->reg_num_6g = 
integrated_info->dp3_ext_hdmi_6g_reg_num;
+                       memmove(settings->reg_settings,
+                                       
integrated_info->dp3_ext_hdmi_reg_settings,
+                                       
sizeof(integrated_info->dp3_ext_hdmi_reg_settings));
+                       memmove(settings->reg_settings_6g,
+                                       
integrated_info->dp3_ext_hdmi_6g_reg_settings,
+                                       
sizeof(integrated_info->dp3_ext_hdmi_6g_reg_settings));
+                       result = true;
+                       break;
                default:
                        break;
                }
-- 
2.14.1

_______________________________________________
amd-gfx mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

Reply via email to