From: Yilin Chen <[email protected]>

[WHY]
The info message was wrong when support_edp0_on_dp1 is enabled

[HOW]
Use correct info message for support_edp0_on_dp1

Fixes: c1037b2ed7ba ("drm/amd/display: add a quirk to enable eDP0 on DP1")
Reviewed-by: Aurabindo Pillai <[email protected]>
Signed-off-by: Yilin Chen <[email protected]>
Signed-off-by: Alex Hung <[email protected]>
---
 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c 
b/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
index 1b92930119cc..8dd9bf58eac5 100644
--- a/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
+++ b/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
@@ -1749,7 +1749,7 @@ static void retrieve_dmi_info(struct 
amdgpu_display_manager *dm, struct dc_init_
        }
        if (quirk_entries.support_edp0_on_dp1) {
                init_data->flags.support_edp0_on_dp1 = true;
-               drm_info(dev, "aux_hpd_discon_quirk attached\n");
+               drm_info(dev, "support_edp0_on_dp1 attached\n");
        }
 }
 
-- 
2.43.0

Reply via email to