Changeset 59225 in vbox for trunk/src/VBox/Additions/linux/drm
- Timestamp:
- Dec 26, 2015 3:56:00 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/linux/drm/vbox_mode.c
r59224 r59225 532 532 pVBoxConnector->modeHint.cY = (uint16_t)cY; 533 533 } 534 drm_ helper_hpd_irq_event(pVBoxConnector->base.dev);534 drm_kms_helper_hotplug_event(pVBoxConnector->base.dev); 535 535 if (pVBox->fbdev) 536 536 drm_fb_helper_hotplug_event(&pVBox->fbdev->helper); … … 582 582 drm_connector_register(pConnector); 583 583 #endif 584 585 /* The connector supports hot-plug detection: we promise to call586 * "drm_helper_hpd_irq_event" when hot-plugging occurs. */587 pConnector->polled = DRM_CONNECTOR_POLL_HPD;588 584 589 585 drm_mode_connector_attach_encoder(pConnector, pEncoder);
Note:
See TracChangeset
for help on using the changeset viewer.