summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/intel_lvds.c
diff options
context:
space:
mode:
authorJesse Barnes <jbarnes@virtuousgeek.org>2009-09-10 15:28:05 -0700
committerEric Anholt <eric@anholt.net>2009-09-10 16:10:31 -0700
commit06324194eee97a51b5f172270df49ec39192d6cc (patch)
treea4a550cbaa909acfe09e40cc8e78e6204a94c23b /drivers/gpu/drm/i915/intel_lvds.c
parentb42d4c5c6a872815d711e5d51a600f5122c38eee (diff)
drm/i915: generate a KMS uevent at lid open/close time
With all the other lid pieces in place, it's easy to generate a uevent for the LVDS connector just like we do for other outputs. Should make lid open/close fit in with the rest of a userland based output reconfiguration scheme. Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org> Signed-off-by: Eric Anholt <eric@anholt.net>
Diffstat (limited to 'drivers/gpu/drm/i915/intel_lvds.c')
-rw-r--r--drivers/gpu/drm/i915/intel_lvds.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/drm/i915/intel_lvds.c b/drivers/gpu/drm/i915/intel_lvds.c
index 90f69d4717e9..c4799bd7eaad 100644
--- a/drivers/gpu/drm/i915/intel_lvds.c
+++ b/drivers/gpu/drm/i915/intel_lvds.c
@@ -649,6 +649,8 @@ static int intel_lid_notify(struct notifier_block *nb, unsigned long val,
if (acpi_lid_open())
drm_helper_resume_force_mode(dev);
+ drm_sysfs_hotplug_event(dev_priv->dev);
+
return NOTIFY_OK;
}