| Summary: | [byt dp] Displayport is not detected for primary display on Byt 1010 platform | ||
|---|---|---|---|
| Product: | DRI | Reporter: | Joel Clark <joel.clark> |
| Component: | DRM/Intel | Assignee: | Todd Previte <tprevite> |
| Status: | CLOSED DUPLICATE | QA Contact: | Intel GFX Bugs mailing list <intel-gfx-bugs> |
| Severity: | normal | ||
| Priority: | medium | CC: | intel-gfx-bugs |
| Version: | XOrg git | ||
| Hardware: | x86 (IA32) | ||
| OS: | Linux (All) | ||
| Whiteboard: | |||
| i915 platform: | i915 features: | ||
|
Description
Joel Clark
2013-09-20 09:42:40 UTC
How about the dmesg? Can you try these? http://lists.freedesktop.org/archives/intel-gfx/2013-September/033966.html Oops wrong bug, ignore that last one. We've got a bunch of fixes queued up in drm-intel-nightly branch of [1] for BYT and DP etc. Please try that and attach dmesg with drm.debug=0xe if it doesn't work. Thanks. [1] git://people.freedesktop.org/~danvet/drm-intel Useful bit of debugging:
diff --git a/drivers/gpu/drm/i915/intel_dp.c b/drivers/gpu/drm/i915/intel_dp.c
index c392ad2..9707c47 100644
--- a/drivers/gpu/drm/i915/intel_dp.c
+++ b/drivers/gpu/drm/i915/intel_dp.c
@@ -2949,6 +2949,10 @@ g4x_dp_detect(struct intel_dp *intel_dp)
return connector_status_unknown;
}
+ DRM_DEBUG_KMS("checking connected status of port %c: %08x & %08x? %d\n",
+ port_name(intel_dig_port->port),
+ I915_READ(PORT_HOTPLUG_STAT), bit,
+ (I915_READ(PORT_HOTPLUG_STAT) & bit) != 0);
if ((I915_READ(PORT_HOTPLUG_STAT) & bit) == 0)
return connector_status_disconnected;
|
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.