From patchwork Thu Mar 21 21:36:15 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Dylan Semler X-Patchwork-Id: 2317011 Return-Path: X-Original-To: patchwork-dri-devel@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork2.kernel.org Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) by patchwork2.kernel.org (Postfix) with ESMTP id 382EEDF264 for ; Thu, 21 Mar 2013 21:39:43 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 41FA0E6221 for ; Thu, 21 Mar 2013 14:39:43 -0700 (PDT) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from mail-vc0-f180.google.com (mail-vc0-f180.google.com [209.85.220.180]) by gabe.freedesktop.org (Postfix) with ESMTP id 162BAE6228 for ; Thu, 21 Mar 2013 14:38:54 -0700 (PDT) Received: by mail-vc0-f180.google.com with SMTP id m17so2732357vca.11 for ; Thu, 21 Mar 2013 14:38:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:from:to:cc:subject:date:message-id:x-mailer:in-reply-to :references; bh=Xy810QU57ycSQar66PfR6B7YZdWFoBbyFKJ0sa8NBGs=; b=LZoblGxPrMl2HmqYmwPzAxIfZb5ns2R54maIJ/Y7NkWhi/0b6szxv921fpZM6O3yMP H1/yf2vZk7TgXF+7O8UeYV/jfOIcytk3PvQuG1dOL58KXaOZm4DBkwnOneR9H9GksdiD 0sGF5NGrMJ0j+UVNx2I1+IcdNR3r41yzkFosluP4+mRyv9o1YC3jUB1EK5HQXaXmVmxZ wOq44Yma7grKs4sNU820vhce4KxpSo6Px/gyQkNL67OnG/yHkykSMF5N0DL/V9bBj05y Rg84UTwb5n1EcoHRWEjeyjmh+RIxWzt+/uxdkAa5LX8Qh81FLTbtjMbQPuGlrmM6gKeh m+4A== X-Received: by 10.221.1.144 with SMTP id nq16mr15484380vcb.57.1363901934458; Thu, 21 Mar 2013 14:38:54 -0700 (PDT) Received: from localhost.localdomain (c-71-230-10-110.hsd1.pa.comcast.net. [71.230.10.110]) by mx.google.com with ESMTPS id y8sm43242022vei.5.2013.03.21.14.38.53 (version=TLSv1 cipher=RC4-SHA bits=128/128); Thu, 21 Mar 2013 14:38:54 -0700 (PDT) From: Dylan Semler To: dri-devel@lists.freedesktop.org Subject: [PATCH 2/2] Adds EDID force mode quirk for MMT Monitor2Go HD+. Date: Thu, 21 Mar 2013 17:36:15 -0400 Message-Id: <1363901775-3510-3-git-send-email-dylan.semler@gmail.com> X-Mailer: git-send-email 1.7.11.7 In-Reply-To: <1363901775-3510-1-git-send-email-dylan.semler@gmail.com> References: <1363901775-3510-1-git-send-email-dylan.semler@gmail.com> X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: dri-devel-bounces+patchwork-dri-devel=patchwork.kernel.org@lists.freedesktop.org Errors-To: dri-devel-bounces+patchwork-dri-devel=patchwork.kernel.org@lists.freedesktop.org Signed-off-by: Dylan Semler --- drivers/gpu/drm/drm_edid.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/drivers/gpu/drm/drm_edid.c b/drivers/gpu/drm/drm_edid.c index b1036b5..b400971 100644 --- a/drivers/gpu/drm/drm_edid.c +++ b/drivers/gpu/drm/drm_edid.c @@ -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 }, }; /*