[Bug 89945] xf86-video-intel-2.99.917 should allow edid override to known edid.bin file for AVR+TV combinations

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Thu Apr 9 07:18:11 PDT 2015


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

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

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

--- Comment #16 from Jani Nikula <jani.nikula at intel.com> ---
As a hack, please try this to validate the theory a bit:

diff --git a/drivers/gpu/drm/i915/i915_irq.c b/drivers/gpu/drm/i915/i915_irq.c
index 8b5e0358c592..9277c4e286f1 100644
--- a/drivers/gpu/drm/i915/i915_irq.c
+++ b/drivers/gpu/drm/i915/i915_irq.c
@@ -811,7 +811,8 @@ static bool intel_hpd_irq_event(struct drm_device *dev,
     old_status = connector->status;

     connector->status = connector->funcs->detect(connector, false);
-    if (old_status == connector->status)
+    if (old_status == connector->status &&
+        old_status != connector_status_connected)
         return false;

     DRM_DEBUG_KMS("[CONNECTOR:%d:%s] status updated from %s to %s\n",

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/intel-gfx-bugs/attachments/20150409/828cfb40/attachment.html>


More information about the intel-gfx-bugs mailing list