On Tue, Dec 21, 2010 at 6:05 AM, Jesse Barnes <[email protected]> wrote: > Add a DMI match entry for the SDV to indicate it has no LVDS present.
Sounds wrong, generally the SDVs can get an LVDS panel plugged into them, so they have an LVDS connector. I'd worry that this would break something upstream that isn't an SDV. Dave. > > Signed-off-by: Jesse Barnes <[email protected]> > > diff --git a/drivers/gpu/drm/i915/intel_lvds.c > b/drivers/gpu/drm/i915/intel_lvds.c > index aa23070..2f383f0 100644 > --- a/drivers/gpu/drm/i915/intel_lvds.c > +++ b/drivers/gpu/drm/i915/intel_lvds.c > @@ -719,6 +719,14 @@ static const struct dmi_system_id intel_no_lvds[] = { > DMI_MATCH(DMI_PRODUCT_NAME, "U800"), > }, > }, > + { > + .callback = intel_no_lvds_dmi_callback, > + .ident = "Intel SandyBridge", > + .matches = { > + DMI_MATCH(DMI_SYS_VENDOR, "Intel Corporation"), > + DMI_MATCH(DMI_PRODUCT_NAME, "SandyBridge Platform"), > + }, > + }, > > { } /* terminating entry */ > }; > _______________________________________________ > Intel-gfx mailing list > [email protected] > http://lists.freedesktop.org/mailman/listinfo/intel-gfx > _______________________________________________ Intel-gfx mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/intel-gfx
