diff --git a/drivers/gpu/drm/drm_fb_helper.c b/drivers/gpu/drm/drm_fb_helper.c index 5683b7f..67ceed3 100644 --- a/drivers/gpu/drm/drm_fb_helper.c +++ b/drivers/gpu/drm/drm_fb_helper.c @@ -1367,6 +1367,9 @@ int drm_fb_helper_hotplug_event(struct drm_fb_helper *fb_helper) bound = true; } + printk("fb helper hp event, crtcs_bound %i, bound: %i\n", + crtcs_bound, bound); + if (!bound && crtcs_bound) { fb_helper->delayed_hotplug = true; mutex_unlock(&dev->mode_config.mutex);