diff options
author | Pieterjan Camerlynck <pieterjan.camerlynck@gmail.com> | 2011-07-26 16:23:54 +0200 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2011-07-29 15:08:49 -0700 |
commit | b066254fee2b0b4d1323295f8ae34c9442222165 (patch) | |
tree | 4636dc9d90d815fd7b6a1a9405e7d73e5a73b8a3 /drivers/gpu | |
parent | e0e3fb482105c65ce6f5480a86092e966a29ed79 (diff) | |
download | blackbird-op-linux-b066254fee2b0b4d1323295f8ae34c9442222165.tar.gz blackbird-op-linux-b066254fee2b0b4d1323295f8ae34c9442222165.zip |
i915: add Dell OptiPlex FX170 to intel_no_lvds
The Dell OptiPlex FX170 claims to have LVDS, but doesn't.
Signed-off-by: Pieterjan Camerlynck <pieterjan.camerlynck@gmail.com>
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'drivers/gpu')
-rw-r--r-- | drivers/gpu/drm/i915/intel_lvds.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/gpu/drm/i915/intel_lvds.c b/drivers/gpu/drm/i915/intel_lvds.c index b28f7bd9f88a..2e8ddfcba40c 100644 --- a/drivers/gpu/drm/i915/intel_lvds.c +++ b/drivers/gpu/drm/i915/intel_lvds.c @@ -690,6 +690,14 @@ static const struct dmi_system_id intel_no_lvds[] = { }, { .callback = intel_no_lvds_dmi_callback, + .ident = "Dell OptiPlex FX170", + .matches = { + DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."), + DMI_MATCH(DMI_PRODUCT_NAME, "OptiPlex FX170"), + }, + }, + { + .callback = intel_no_lvds_dmi_callback, .ident = "AOpen Mini PC", .matches = { DMI_MATCH(DMI_SYS_VENDOR, "AOpen"), |