[Bug 71051] Internal display not working on Baytrail notebook.

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Wed Oct 30 16:02:32 CET 2013


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

--- Comment #2 from Chris Wilson <chris at chris-wilson.co.uk> ---
Try for a little more detail:


diff --git a/drivers/gpu/drm/i915/intel_display.c
b/drivers/gpu/drm/i915/intel_display.c
index 2e9d75d..93be86d 100644
--- a/drivers/gpu/drm/i915/intel_display.c
+++ b/drivers/gpu/drm/i915/intel_display.c
@@ -895,6 +895,10 @@ bool ibx_digital_port_connected(struct drm_i915_private
*dev_priv,
                }
        }

+       DRM_DEBUG_KMS("checking connected status of port %c: %08x & %08x?
%d\n",
+                       port_name(port->port), 
+                       I915_READ(SDEISR), bit,
+                       (I915_READ(SDEISR) & bit) != 0);
        return I915_READ(SDEISR) & bit;
 }

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


More information about the intel-gfx-bugs mailing list