Home
last modified time | relevance | path

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

/Linux-v5.4/include/drm/
Ddrm_fb_helper.h268 int drm_fb_helper_hotplug_event(struct drm_fb_helper *fb_helper);
435 static inline int drm_fb_helper_hotplug_event(struct drm_fb_helper *fb_helper) in drm_fb_helper_hotplug_event() function
/Linux-v5.4/drivers/gpu/drm/i915/display/
Dintel_fbdev.c545 drm_fb_helper_hotplug_event(&ifbdev->helper); in intel_fbdev_hpd_set_suspend()
618 drm_fb_helper_hotplug_event(&ifbdev->helper); in intel_fbdev_output_poll_changed()
/Linux-v5.4/drivers/gpu/drm/nouveau/
Dnouveau_fbcon.c498 drm_fb_helper_hotplug_event(&fbcon->helper); in nouveau_fbcon_output_poll_changed()
534 drm_fb_helper_hotplug_event(&fbcon->helper); in nouveau_fbcon_hotplug_resume()
/Linux-v5.4/drivers/gpu/drm/
Ddrm_fb_helper.c268 drm_fb_helper_hotplug_event(fb_helper); in drm_fb_helper_restore_fbdev_mode_unlocked()
1925 int drm_fb_helper_hotplug_event(struct drm_fb_helper *fb_helper) in drm_fb_helper_hotplug_event() function
1957 EXPORT_SYMBOL(drm_fb_helper_hotplug_event);
2085 drm_fb_helper_hotplug_event(dev->fb_helper); in drm_fb_helper_output_poll_changed()
2302 return drm_fb_helper_hotplug_event(dev->fb_helper); in drm_fbdev_client_hotplug()