On Thu, 11 Mar 2010 14:01:40 -0800, a...@linux-foundation.org wrote:
> +     {
> +             .ident = "Dell Inspiron 700m",
> +             .matches = {
> +                     DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc"),
> +                     DMI_MATCH(DMI_BOARD_NAME, "Inspiron 700m"),
> +             },
> +     },

The Inspiron 700m has a 855GME part, so is caught by (which is heading
upstream, if not already been pulled into Linus' tree):

commit 7b9c5abee98c54f85bcc04bd4d7ec8d5094c73f4
Author: Jesse Barnes <jbar...@virtuousgeek.org>
Date:   Fri Feb 12 09:30:00 2010 -0800

    drm/i915: give up on 8xx lid status
    
    These old machines more often than not lie about their lid state.  So
    don't use it to detect LVDS presence, but leave the event handler to
    deal with lid open/close, when we might need to reset the mode.
    
    Fixes kernel bug #15248
    
    Signed-off-by: Jesse Barnes <jbar...@virtuousgeek.org>
    Cc: sta...@kernel.org
    Signed-off-by: Eric Anholt <e...@anholt.net>

The Sony has a GMA 900, so does indeed need the quirk.
-ickle

-- 
Chris Wilson, Intel Open Source Technology Centre

------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
--
_______________________________________________
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to