From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Vetter Subject: Re: [PATCH] drm/i915: no-lvds quirk on MSI DC500 Date: Wed, 28 Mar 2012 22:01:33 +0200 Message-ID: <20120328200133.GA20652@phenom.ffwll.local> References: <1331141795-306-1-git-send-email-anisse@astier.eu> <20120313151603.4992dfa7@destiny.ordissimo> <20120328114323.758395bc@jbarnes-desktop> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Return-path: Received: from mail-wi0-f171.google.com (mail-wi0-f171.google.com [209.85.212.171]) by gabe.freedesktop.org (Postfix) with ESMTP id C56359E775 for ; Wed, 28 Mar 2012 13:00:54 -0700 (PDT) Received: by wibhj13 with SMTP id hj13so5138487wib.12 for ; Wed, 28 Mar 2012 13:00:53 -0700 (PDT) Content-Disposition: inline In-Reply-To: <20120328114323.758395bc@jbarnes-desktop> 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: Jesse Barnes , Keith Packard Cc: ajax@freedesktop.org, Daniel Vetter , dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org On Wed, Mar 28, 2012 at 11:43:23AM -0700, Jesse Barnes wrote: > Fine with me. > = > Daniel? Contrary to the other quirks I've queued up for 3.5 this one is standalone, i.e. imo -fixes material. Keith? > = > On Thu, 22 Mar 2012 23:12:38 +0100 > Anisse Astier wrote: > = > > Hi again, > > = > > Could anyone have a look at this ? > > = > > On Tue, Mar 13, 2012 at 3:16 PM, Anisse Astier wrote: > > > > > > Any opinion on this quirk ? > > > > > > On Wed, =A07 Mar 2012 18:36:35 +0100, Anisse Astier wrote > > > : > > > > > > > This hardware doesn't have an LVDS, it's a desktop box. Fix incorre= ct > > > > LVDS detection. > > > > > > > > Cc: stable@kernel.org > > > > Signed-off-by: Anisse Astier > > > > --- > > > > =A0drivers/gpu/drm/i915/intel_lvds.c | =A0 =A08 ++++++++ > > > > =A01 files changed, 8 insertions(+), 0 deletions(-) > > > > > > > > diff --git a/drivers/gpu/drm/i915/intel_lvds.c > > > > b/drivers/gpu/drm/i915/intel_lvds.c > > > > index b103c3b..2dee11e 100644 > > > > --- a/drivers/gpu/drm/i915/intel_lvds.c > > > > +++ b/drivers/gpu/drm/i915/intel_lvds.c > > > > @@ -739,6 +739,14 @@ static const struct dmi_system_id intel_no_lvd= s[] =3D > > > > { > > > > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 DMI_MATCH(DMI_BOARD_NAM= E, "AT5NM10T-I"), > > > > =A0 =A0 =A0 =A0 =A0 =A0 =A0 }, > > > > =A0 =A0 =A0 }, > > > > + =A0 =A0 { > > > > + =A0 =A0 =A0 =A0 =A0 =A0 .callback =3D intel_no_lvds_dmi_callback, > > > > + =A0 =A0 =A0 =A0 =A0 =A0 .ident =3D "MSI Wind Box DC500", > > > > + =A0 =A0 =A0 =A0 =A0 =A0 .matches =3D { > > > > + =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 DMI_MATCH(DMI_BOARD_VENDO= R, "MICRO-STAR > > > > INTERNATIONAL CO., LTD"), > > > > + =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 DMI_MATCH(DMI_BOARD_NAME,= "MS-7469"), > > > > + =A0 =A0 =A0 =A0 =A0 =A0 }, > > > > + =A0 =A0 }, > > > > > > > > =A0 =A0 =A0 { } =A0 =A0 /* terminating entry */ > > > > =A0}; > > = > = > = > -- = > Jesse Barnes, Intel Open Source Technology Center -- = Daniel Vetter Mail: daniel@ffwll.ch Mobile: +41 (0)79 365 57 48