lkml.org 
[lkml]   [2012]   [Dec]   [6]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[ 25/27] drm/i915: Add no-lvds quirk for Supermicro X7SPA-H
    Date
    3.6-stable review patch.  If anyone has any objections, please let me know.

    ------------------

    From: Chris Wilson <chris@chris-wilson.co.uk>

    commit c31407a3672aaebb4acddf90944a114fa5c8af7b upstream.

    Reported-and-tested-by: Francois Tigeot <ftigeot@wolfpond.org>
    Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=55375
    Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
    Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
    Signed-off-by: Peter Huewe <peterhuewe@gmx.de>
    Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

    ---
    drivers/gpu/drm/i915/intel_lvds.c | 8 ++++++++
    1 file changed, 8 insertions(+)

    --- a/drivers/gpu/drm/i915/intel_lvds.c
    +++ b/drivers/gpu/drm/i915/intel_lvds.c
    @@ -796,6 +796,14 @@ static const struct dmi_system_id intel_
    DMI_MATCH(DMI_BOARD_NAME, "D525TUD"),
    },
    },
    + {
    + .callback = intel_no_lvds_dmi_callback,
    + .ident = "Supermicro X7SPA-H",
    + .matches = {
    + DMI_MATCH(DMI_SYS_VENDOR, "Supermicro"),
    + DMI_MATCH(DMI_PRODUCT_NAME, "X7SPA-H"),
    + },
    + },

    { } /* terminating entry */
    };



    \
     
     \ /
      Last update: 2012-12-07 11:21    [W:4.100 / U:0.200 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site