Skip to content

Commit

Permalink
drm/i915: Disable LVDS on Radiant P845
Browse files Browse the repository at this point in the history
Radiant P845 does not have LVDS, only VGA.

Cc: [email protected]
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=105468
Signed-off-by: Ondrej Zary <[email protected]>
Signed-off-by: Ville Syrjälä <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
  • Loading branch information
Ondrej Zary authored and vsyrjala committed May 18, 2018
1 parent 867985d commit 7f7105f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions drivers/gpu/drm/i915/intel_lvds.c
Original file line number Diff line number Diff line change
Expand Up @@ -825,6 +825,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 */
};
Expand Down

0 comments on commit 7f7105f

Please sign in to comment.