Skip to content

Commit 1c5fdef

Browse files
superm1alexdeucher
authored andcommitted
drm/amd/display: Add HP Elitebook 645 to the quirk list for eDP on DP1
[Why] HP Elitebook 645 has DP0 and DP1 swapped. [How] Add HP Elitebook 645 to DP0/DP1 swap quirk list. Cc: [email protected] Link: https://gitlab.freedesktop.org/drm/amd/-/issues/3701 Reviewed-by: Alex Hung <[email protected]> Signed-off-by: Mario Limonciello <[email protected]> Signed-off-by: Roman Li <[email protected]> Tested-by: Daniel Wheeler <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
1 parent 139e99d commit 1c5fdef

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1722,6 +1722,13 @@ static const struct dmi_system_id dmi_quirk_table[] = {
17221722
DMI_MATCH(DMI_PRODUCT_NAME, "HP Elite mt645 G8 Mobile Thin Client"),
17231723
},
17241724
},
1725+
{
1726+
.callback = edp0_on_dp1_callback,
1727+
.matches = {
1728+
DMI_MATCH(DMI_SYS_VENDOR, "HP"),
1729+
DMI_MATCH(DMI_PRODUCT_NAME, "HP EliteBook 645 14 inch G11 Notebook PC"),
1730+
},
1731+
},
17251732
{
17261733
.callback = edp0_on_dp1_callback,
17271734
.matches = {

0 commit comments

Comments
 (0)