From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Vetter Subject: Re: Patch to add hp t5745 thin client to no-lvds list Date: Tue, 17 Jan 2012 17:31:45 +0100 Message-ID: <20120117163145.GQ4093@phenom.ffwll.local> References: <1325707112.1977.19.camel@atropine> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Return-path: Received: from mail-wi0-f177.google.com (mail-wi0-f177.google.com [209.85.212.177]) by gabe.freedesktop.org (Postfix) with ESMTP id 01DCA9E815 for ; Tue, 17 Jan 2012 08:31:49 -0800 (PST) Received: by wibhq15 with SMTP id hq15so3775829wib.36 for ; Tue, 17 Jan 2012 08:31:49 -0800 (PST) Content-Disposition: inline In-Reply-To: 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: Marc =?iso-8859-1?Q?Gari=E9py?= Cc: dri-devel List-Id: dri-devel@lists.freedesktop.org On Wed, Jan 04, 2012 at 05:50:36PM -0500, Marc Gari=E9py wrote: > Sorry for the mistake, i made a typo when correcting the indentation issue > i had. > here is the correct patch and also the dmidecode from the thin client. Signed-Off-by is misssing, see Documentation/SubmittingPatches. Also please combine this with the other no-lvds patch. I'd also like Adam to ack it, so put him on cc when resubmitting. -Daniel > = > --- linux-3.2.0/drivers/gpu/drm/i915/intel_lvds.c 2011-12-24 > 10:23:08.000000000 -0500 > +++ intel_lvds.c 2012-01-04 14:03:49.134573275 -0500 > @@ -723,6 +723,14 @@ > DMI_MATCH(DMI_BOARD_NAME, "AT5NM10T-I"), > }, > }, > + { > + .callback =3D intel_no_lvds_dmi_callback, > + .ident =3D "Hewlett-Packard t5745", > + .matches =3D { > + DMI_MATCH(DMI_BOARD_VENDOR, "Hewlett-Packard"), > + DMI_MATCH(DMI_BOARD_NAME, "hp t5745"), > + }, > + }, > = > { } /* terminating entry */ > }; > = > = > On Wed, Jan 4, 2012 at 2:58 PM, Adam Jackson wrote: > = > > On Wed, 2012-01-04 at 14:08 -0500, Marc Gari=E9py wrote: > > > Hello, > > > > > > I've been directed here by Stephane Graber. I need to blacklist the > > > LVDS port on some hp t5745 thin client. > > > > > > Here is the bug link: > > > https://bugs.launchpad.net/bugs/911916 > > > > Does this actually work? The bug above doesn't include the dmidecode > > output, and... > > > > > + DMI_MATCH(DMI_BOARD_VENDOR, "Hewlett-Packard"), > > > + DMI_MATCH(DMI_BOARD_NAME, "hp st5745"), > > > > I would normally expect HP to capitalize their own name correctly. > > > > - ajax > > > _______________________________________________ > dri-devel mailing list > dri-devel@lists.freedesktop.org > http://lists.freedesktop.org/mailman/listinfo/dri-devel -- = Daniel Vetter Mail: daniel@ffwll.ch Mobile: +41 (0)79 365 57 48