@@ -109,6 +109,9 @@ static struct edid_quirk {
{ "FCM", 13600, EDID_QUIRK_PREFER_LARGE_75 |
EDID_QUIRK_DETAILED_IN_CM },
+ /* Mobile Monitor Technologies LLC, Monitor2Go HD+ */
+ { "LLP", 0x4c54, EDID_QUIRK_FORCE_MODE},
+
/* LG Philips LCD LP154W01-A5 */
{ "LPL", 0, EDID_QUIRK_DETAILED_USE_MAXIMUM_SIZE },
{ "LPL", 0x2a00, EDID_QUIRK_DETAILED_USE_MAXIMUM_SIZE },
@@ -136,6 +139,8 @@ static struct edid_quirk_force_mode {
int vdisplay;
int vrefresh;
} edid_quirk_force_mode_list[] = {
+ /* Mobile Monitor Technologies LLC, Monitor2Go HD+ */
+ { "LLP", 0x4c54, 1600, 900, 60 },
};
/*
Signed-off-by: Dylan Semler <dylan.semler@gmail.com> --- drivers/gpu/drm/drm_edid.c | 5 +++++ 1 file changed, 5 insertions(+)