Skip to content

Commit 234bf52

Browse files
superm1mehmetb0
authored andcommitted
drm/amd/display: Add HP Elitebook 645 to the quirk list for eDP on DP1
BugLink: https://bugs.launchpad.net/bugs/2109367 commit 1c5fdef upstream. [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]> Signed-off-by: Greg Kroah-Hartman <[email protected]> Signed-off-by: Manuel Diewald <[email protected]> Signed-off-by: Stefan Bader <[email protected]>
1 parent b8170b8 commit 234bf52

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
@@ -1715,6 +1715,13 @@ static const struct dmi_system_id dmi_quirk_table[] = {
17151715
DMI_MATCH(DMI_PRODUCT_NAME, "HP Elite mt645 G8 Mobile Thin Client"),
17161716
},
17171717
},
1718+
{
1719+
.callback = edp0_on_dp1_callback,
1720+
.matches = {
1721+
DMI_MATCH(DMI_SYS_VENDOR, "HP"),
1722+
DMI_MATCH(DMI_PRODUCT_NAME, "HP EliteBook 645 14 inch G11 Notebook PC"),
1723+
},
1724+
},
17181725
{
17191726
.callback = edp0_on_dp1_callback,
17201727
.matches = {

0 commit comments

Comments
 (0)