[Bug 101044] I915 driver caused VGA got no ignal after plug-out then plug-in the VGA cable

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Tue May 23 08:49:11 UTC 2017


https://bugs.freedesktop.org/show_bug.cgi?id=101044

Jani Nikula <jani.nikula at intel.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |NEEDINFO

--- Comment #12 from Jani Nikula <jani.nikula at intel.com> ---
The hardware in question does not have VGA natively. There's a DP-to-VGA branch
adapter. The unplug can be seen in the logs, but there's no hotplug event for
the re-plug.

Please try this:

diff --git a/drivers/gpu/drm/i915/intel_dp.c b/drivers/gpu/drm/i915/intel_dp.c
index 1ae9de5cf39c..0d28b6dc4153 100644
--- a/drivers/gpu/drm/i915/intel_dp.c
+++ b/drivers/gpu/drm/i915/intel_dp.c
@@ -2468,6 +2468,8 @@ void intel_dp_sink_dpms(struct intel_dp *intel_dp, int
mode)
 {
        int ret, i;

+       return;
+
        /* Should have a valid DPCD by this point */
        if (intel_dp->dpcd[DP_DPCD_REV] < 0x11)
                return;

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/intel-gfx-bugs/attachments/20170523/1d298183/attachment.html>


More information about the intel-gfx-bugs mailing list