aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_lvds.c
diff options
context:
space:
mode:
authorJoel Sass <jsass@disklessworkstations.com>2012-01-10 13:03:55 -0500
committerKeith Packard <keithp@keithp.com>2012-01-12 12:35:42 -0800
commit44306ab302687b519a31aa498b954c1e26f95a6b (patch)
treedeaf794564f71ee66d3c70a65afff054d4d7a039 /drivers/gpu/drm/i915/intel_lvds.c
parentCHROMIUM: i915: Add DMI override to skip CRT initialization on ZGB (diff)
downloadlinux-dev-44306ab302687b519a31aa498b954c1e26f95a6b.tar.xz
linux-dev-44306ab302687b519a31aa498b954c1e26f95a6b.zip
drm/i915: Add Clientron E830 to the ignore LVDS list
Signed-off-by: Joel Sass <jsass@disklessworkstations.com> Reviewed-by: Adam Jackson <ajax@redhat.com> Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'drivers/gpu/drm/i915/intel_lvds.c')
-rw-r--r--drivers/gpu/drm/i915/intel_lvds.c8
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 e44191132ac4..798f6e1aa544 100644
--- a/drivers/gpu/drm/i915/intel_lvds.c
+++ b/drivers/gpu/drm/i915/intel_lvds.c
@@ -708,6 +708,14 @@ static const struct dmi_system_id intel_no_lvds[] = {
},
},
{
+ .callback = intel_no_lvds_dmi_callback,
+ .ident = "Clientron E830",
+ .matches = {
+ DMI_MATCH(DMI_SYS_VENDOR, "Clientron"),
+ DMI_MATCH(DMI_PRODUCT_NAME, "E830"),
+ },
+ },
+ {
.callback = intel_no_lvds_dmi_callback,
.ident = "Asus EeeBox PC EB1007",
.matches = {