We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 366e77c commit 139e99dCopy full SHA for 139e99d
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
@@ -1729,6 +1729,20 @@ static const struct dmi_system_id dmi_quirk_table[] = {
1729
DMI_MATCH(DMI_PRODUCT_NAME, "HP EliteBook 665 16 inch G11 Notebook PC"),
1730
},
1731
1732
+ {
1733
+ .callback = edp0_on_dp1_callback,
1734
+ .matches = {
1735
+ DMI_MATCH(DMI_SYS_VENDOR, "HP"),
1736
+ DMI_MATCH(DMI_PRODUCT_NAME, "HP ProBook 445 14 inch G11 Notebook PC"),
1737
+ },
1738
1739
1740
1741
1742
1743
+ DMI_MATCH(DMI_PRODUCT_NAME, "HP ProBook 465 16 inch G11 Notebook PC"),
1744
1745
1746
{}
1747
/* TODO: refactor this from a fixed table to a dynamic option */
1748
};
0 commit comments