Skip to content

Commit 35f0f9f

Browse files
knowuselessalexdeucher
authored andcommitted
drm/amd/display: Fix message for support_edp0_on_dp1
[WHY] The info message was wrong when support_edp0_on_dp1 is enabled [HOW] Use correct info message for support_edp0_on_dp1 Fixes: f6d1727 ("drm/amd/display: add a quirk to enable eDP0 on DP1") Reviewed-by: Aurabindo Pillai <aurabindo.pillai@amd.com> Signed-off-by: Yilin Chen <Yilin.Chen@amd.com> Signed-off-by: Alex Hung <alex.hung@amd.com> Tested-by: Daniel Wheeler <daniel.wheeler@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com> (cherry picked from commit 79538e6) Cc: stable@vger.kernel.org
1 parent 542c3bb commit 35f0f9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1745,7 +1745,7 @@ static void retrieve_dmi_info(struct amdgpu_display_manager *dm, struct dc_init_
17451745
}
17461746
if (quirk_entries.support_edp0_on_dp1) {
17471747
init_data->flags.support_edp0_on_dp1 = true;
1748-
drm_info(dev, "aux_hpd_discon_quirk attached\n");
1748+
drm_info(dev, "support_edp0_on_dp1 attached\n");
17491749
}
17501750
}
17511751

0 commit comments

Comments
 (0)