On Fri, Mar 09, 2018 at 11:22:04PM +0100, Ondrej Zary wrote: > Radiant P845 does not have LVDS, only VGA. > > Signed-off-by: Ondrej Zary <linux@xxxxxxxxxxxxxxxxxxxx> Since we failed with the VBT approach I've gone and pushed this as is to dinq (with cc:stable and the bugzilla link added). Thanks for the patch. > --- > drivers/gpu/drm/i915/intel_lvds.c | 8 ++++++++ > 1 file changed, 8 insertions(+) > > diff --git a/drivers/gpu/drm/i915/intel_lvds.c b/drivers/gpu/drm/i915/intel_lvds.c > index ef80499113ee..6939e63d8bae 100644 > --- a/drivers/gpu/drm/i915/intel_lvds.c > +++ b/drivers/gpu/drm/i915/intel_lvds.c > @@ -819,6 +819,14 @@ static const struct dmi_system_id intel_no_lvds[] = { > DMI_EXACT_MATCH(DMI_BOARD_NAME, "D525MW"), > }, > }, > + { > + .callback = intel_no_lvds_dmi_callback, > + .ident = "Radiant P845", > + .matches = { > + DMI_MATCH(DMI_SYS_VENDOR, "Radiant Systems Inc"), > + DMI_MATCH(DMI_PRODUCT_NAME, "P845"), > + }, > + }, > > { } /* terminating entry */ > }; > -- > Ondrej Zary > > _______________________________________________ > Intel-gfx mailing list > Intel-gfx@xxxxxxxxxxxxxxxxxxxxx > https://lists.freedesktop.org/mailman/listinfo/intel-gfx -- Ville Syrjälä Intel _______________________________________________ Intel-gfx mailing list Intel-gfx@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/intel-gfx