Message ID | 20180706170349.79ae08d0@gbai-ub1604-LTS (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
diff --git a/drivers/gpu/drm/i915/intel_hotplug.c b/drivers/gpu/drm/i915/intel_hotplug.c index 875d5d2..fafa9a7 100644 --- a/drivers/gpu/drm/i915/intel_hotplug.c +++ b/drivers/gpu/drm/i915/intel_hotplug.c @@ -271,6 +271,8 @@ static bool intel_hpd_irq_event(struct drm_device *dev, WARN_ON(!mutex_is_locked(&dev->mode_config.mutex)); old_status = connector->status; + DRM_DEBUG_KMS(">>> HP-TEST: Enter %s ...\n", __FUNCTION__); + connector->status = drm_helper_probe_detect(connector, NULL, false);