]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915/hdmi: Read the HPD status before trying to read the EDID
authorDamien Lespiau <damien.lespiau@intel.com>
Thu, 13 Dec 2012 16:09:00 +0000 (16:09 +0000)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Fri, 14 Dec 2012 10:12:58 +0000 (11:12 +0100)
commitd9c720ae6399fdf252016256f948c583837704c3
treed54a30f90184ab61225ff1f79ddf2eb8debc12c1
parent1c93d8d1d8a7b62912244f13fb2fad89530c6949
drm/i915/hdmi: Read the HPD status before trying to read the EDID

If you unplug the hdmi connector slowly enough, the hotplug interrupt
fires but then the kernel code tries to read the EDID and succeeds
(because the connector is still half connected, the HPD pin is shorter
than the others, and DDC works). Since EDID succeeds it thinks the
monitor is still connected.

To prevent that, read the live HPD status in the hotplug handler before
trying to read the EDID.

v2: Rename the function to ibx_ (Chris Wilson)

Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=55372
Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
Reviewed-by: Jani Nikula <jani.nikula@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_display.c
drivers/gpu/drm/i915/intel_drv.h
drivers/gpu/drm/i915/intel_hdmi.c