Home
last modified time | relevance | path

Searched refs:drm_client_dev_hotplug (Results 1 – 4 of 4) sorted by relevance

/linux/include/drm/
H A Ddrm_client_event.h12 void drm_client_dev_hotplug(struct drm_device *dev);
19 static inline void drm_client_dev_hotplug(struct drm_device *dev) in drm_client_dev_hotplug() function
/linux/drivers/gpu/drm/
H A Ddrm_client_event.c77 * drm_client_dev_hotplug - Send hotplug event to clients
85 void drm_client_dev_hotplug(struct drm_device *dev) in drm_client_dev_hotplug() function
102 EXPORT_SYMBOL(drm_client_dev_hotplug);
H A Ddrm_probe_helper.c735 drm_client_dev_hotplug(dev); in drm_kms_helper_hotplug_event()
751 drm_client_dev_hotplug(dev); in drm_kms_helper_connector_hotplug_event()
/linux/drivers/gpu/drm/nouveau/
H A Dnouveau_vga.c63 drm_client_dev_hotplug(dev); in nouveau_switcheroo_reprobe()