[PATCH] drm/i915: no-lvds quirk on MSI DC500

Daniel Vetter daniel at ffwll.ch
Wed Mar 28 13:01:33 PDT 2012


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 <anisse at astier.eu> wrote:
> 
> > Hi again,
> > 
> > Could anyone have a look at this ?
> > 
> > On Tue, Mar 13, 2012 at 3:16 PM, Anisse Astier <anisse at astier.eu> wrote:
> > >
> > > Any opinion on this quirk ?
> > >
> > > On Wed,  7 Mar 2012 18:36:35 +0100, Anisse Astier <anisse at astier.eu> wrote
> > > :
> > >
> > > > This hardware doesn't have an LVDS, it's a desktop box. Fix incorrect
> > > > LVDS detection.
> > > >
> > > > Cc: stable at kernel.org
> > > > Signed-off-by: Anisse Astier <anisse at astier.eu>
> > > > ---
> > > >  drivers/gpu/drm/i915/intel_lvds.c |    8 ++++++++
> > > >  1 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_lvds[] =
> > > > {
> > > >                       DMI_MATCH(DMI_BOARD_NAME, "AT5NM10T-I"),
> > > >               },
> > > >       },
> > > > +     {
> > > > +             .callback = intel_no_lvds_dmi_callback,
> > > > +             .ident = "MSI Wind Box DC500",
> > > > +             .matches = {
> > > > +                     DMI_MATCH(DMI_BOARD_VENDOR, "MICRO-STAR
> > > > INTERNATIONAL CO., LTD"),
> > > > +                     DMI_MATCH(DMI_BOARD_NAME, "MS-7469"),
> > > > +             },
> > > > +     },
> > > >
> > > >       { }     /* terminating entry */
> > > >  };
> > 
> 
> 
> -- 
> Jesse Barnes, Intel Open Source Technology Center



-- 
Daniel Vetter
Mail: daniel at ffwll.ch
Mobile: +41 (0)79 365 57 48


More information about the dri-devel mailing list