drm/fb: fix fbdev object model + cleanup properly.
[pandora-kernel.git] / drivers / gpu / drm / radeon / radeon_irq_kms.c
index a212041..e7afd80 100644 (file)
@@ -55,6 +55,8 @@ static void radeon_hotplug_work_func(struct work_struct *work)
                        radeon_connector_hotplug(connector);
        }
        /* Just fire off a uevent and let userspace tell us what to do */
+       radeonfb_hotplug(dev);
+
        drm_sysfs_hotplug_event(dev);
 }