Skip to content

Commit 6bf020e

Browse files
superm1jfvogel
authored andcommitted
drm/amd/display: Add HP Elitebook 645 to the quirk list for eDP on DP1
commit 1c5fdef30ed120613e769a3bd2a144cfd4c688d6 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]> (cherry picked from commit fe19e04cd96f625b0ab3aff598f13fceb5eec0d5) Signed-off-by: Jack Vogel <[email protected]>
1 parent 7bbe14a commit 6bf020e

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
@@ -1690,6 +1690,13 @@ static const struct dmi_system_id dmi_quirk_table[] = {
16901690
DMI_MATCH(DMI_PRODUCT_NAME, "HP Elite mt645 G8 Mobile Thin Client"),
16911691
},
16921692
},
1693+
{
1694+
.callback = edp0_on_dp1_callback,
1695+
.matches = {
1696+
DMI_MATCH(DMI_SYS_VENDOR, "HP"),
1697+
DMI_MATCH(DMI_PRODUCT_NAME, "HP EliteBook 645 14 inch G11 Notebook PC"),
1698+
},
1699+
},
16931700
{
16941701
.callback = edp0_on_dp1_callback,
16951702
.matches = {

0 commit comments

Comments
 (0)