Subversion Repositories Kolibri OS

Rev

Rev 6296 | Rev 6937 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6296 Rev 6935
Line 321... Line 321...
321
 * This function must be called from process context with no mode
321
 * This function must be called from process context with no mode
322
 * setting locks held.
322
 * setting locks held.
323
 */
323
 */
324
void drm_kms_helper_hotplug_event(struct drm_device *dev)
324
void drm_kms_helper_hotplug_event(struct drm_device *dev)
325
{
325
{
326
ENTER();
-
 
327
    /* send a uevent + call fbdev */
326
    /* send a uevent + call fbdev */
328
	drm_sysfs_hotplug_event(dev);
327
	drm_sysfs_hotplug_event(dev);
329
	if (dev->mode_config.funcs->output_poll_changed)
328
	if (dev->mode_config.funcs->output_poll_changed)
330
		dev->mode_config.funcs->output_poll_changed(dev);
329
		dev->mode_config.funcs->output_poll_changed(dev);
331
LEAVE();
-
 
332
}
330
}
333
EXPORT_SYMBOL(drm_kms_helper_hotplug_event);
331
EXPORT_SYMBOL(drm_kms_helper_hotplug_event);
Line 334... Line 332...
334
 
332
 
335
static void output_poll_execute(struct work_struct *work)
333
static void output_poll_execute(struct work_struct *work)