Home
last modified time | relevance | path

Searched refs:drm_fb_helper_hotplug_event (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/include/drm/
Ddrm_fb_helper.h330 int drm_fb_helper_hotplug_event(struct drm_fb_helper *fb_helper);
511 static inline int drm_fb_helper_hotplug_event(struct drm_fb_helper *fb_helper) in drm_fb_helper_hotplug_event() function
/Linux-v4.19/drivers/gpu/drm/
Ddrm_fb_cma_helper.c219 drm_fb_helper_hotplug_event(&fbdev_cma->fb_helper); in drm_fbdev_cma_hotplug_event()
Ddrm_fb_helper.c531 drm_fb_helper_hotplug_event(fb_helper); in drm_fb_helper_restore_fbdev_mode_unlocked()
2734 int drm_fb_helper_hotplug_event(struct drm_fb_helper *fb_helper) in drm_fb_helper_hotplug_event() function
2764 EXPORT_SYMBOL(drm_fb_helper_hotplug_event);
2904 drm_fb_helper_hotplug_event(dev->fb_helper); in drm_fb_helper_output_poll_changed()
3124 return drm_fb_helper_hotplug_event(dev->fb_helper); in drm_fbdev_client_hotplug()
/Linux-v4.19/drivers/gpu/drm/nouveau/
Dnouveau_fbcon.c505 drm_fb_helper_hotplug_event(&fbcon->helper); in nouveau_fbcon_output_poll_changed()
541 drm_fb_helper_hotplug_event(&fbcon->helper); in nouveau_fbcon_hotplug_resume()
/Linux-v4.19/drivers/gpu/drm/i915/
Dintel_fbdev.c812 drm_fb_helper_hotplug_event(&ifbdev->helper); in intel_fbdev_output_poll_changed()