From: Amy Zhang <[email protected]>

- Correct the aux channel selection according to DAL3

Change-Id: Ib27ab2e0c2576b1bc81fcf937366791d3aec40c9
Signed-off-by: Amy Zhang <[email protected]>
Acked-by: Harry Wentland <[email protected]>
Reviewed-by: Tony Cheng <[email protected]>
---
 drivers/gpu/drm/amd/display/dc/core/dc_link.c | 2 --
 1 file changed, 2 deletions(-)

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 0f825f6326ab..b878fb9697d7 100644
--- a/drivers/gpu/drm/amd/display/dc/core/dc_link.c
+++ b/drivers/gpu/drm/amd/display/dc/core/dc_link.c
@@ -1482,8 +1482,6 @@ bool dc_link_setup_psr(const struct dc_link *dc_link,
                        sizeof(psr_configuration.raw));
 
                psr_context.channel = link->ddc->ddc_pin->hw_info.ddc_channel;
-               if (psr_context.channel == 0)
-                       psr_context.channel = 1;
                psr_context.transmitterId = link->link_enc->transmitter;
                psr_context.engineId = link->link_enc->preferred_engine;
 
-- 
2.11.0

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

Reply via email to