From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jan-Benedict Glaw Subject: [PATCH] drm/i915: no lvds quirk for HP t5740e Thin Client Date: Tue, 22 May 2012 15:21:53 +0200 Message-ID: <4FBB92F1.9040502@getslash.de> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Return-path: Received: from mail.getslash.de (mail.getslash.de [62.72.81.121]) by gabe.freedesktop.org (Postfix) with ESMTP id 314619E91B for ; Tue, 22 May 2012 06:30:45 -0700 (PDT) List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: dri-devel-bounces+sf-dri-devel=m.gmane.org@lists.freedesktop.org Errors-To: dri-devel-bounces+sf-dri-devel=m.gmane.org@lists.freedesktop.org To: Keith Packard Cc: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org Hi! This box has DisplayPort and VGA, but no LVDS. Product specs are at http://h10010.www1.hp.com/wwpc/us/en/sm/WF25a/12454-12454-321959-338927-364= 0406-4282707.html?dnr=3D1 and dmidecode output can be found at http://www.getslash.de/bug_attachments= /dmidecode-t5740e.txt Signed-off-by: Jan-Benedict Glaw --- drivers/gpu/drm/i915/intel_lvds.c | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/drivers/gpu/drm/i915/intel_lvds.c b/drivers/gpu/drm/i915/intel= _lvds.c index 9c71183..9fadd64 100644 --- a/drivers/gpu/drm/i915/intel_lvds.c +++ b/drivers/gpu/drm/i915/intel_lvds.c @@ -747,6 +747,14 @@ static const struct dmi_system_id intel_no_lvds[] =3D { }, { .callback =3D intel_no_lvds_dmi_callback, + .ident =3D "Hewlett-Packard HP t5740e Thin Client", + .matches =3D { + DMI_MATCH(DMI_BOARD_VENDOR, "Hewlett-Packard"), + DMI_MATCH(DMI_PRODUCT_NAME, "HP t5740e Thin Client"), + }, + }, + { + .callback =3D intel_no_lvds_dmi_callback, .ident =3D "Hewlett-Packard t5745", .matches =3D { DMI_MATCH(DMI_BOARD_VENDOR, "Hewlett-Packard"), -- = 1.7.10 -- = Getslash GmbH, Bahnhofstra=DFe 16, 59302 Oelde Tel: +49-2522-834349-5 Fax: +49-2522-834349-1 http://www.getslash.de Sitz der Gesellschaft: Oelde Handelsregister: Amtsgericht M=FCnster, HRB 11911 Ust-Id-Nr.: DE 815060326 Gesch=E4ftsf=FChrung: Andre Peitz, Tobias Hanisch =