[Bug 83600] [HSW] HDMI monitor does not work via active DisplayPort adapter

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Mon Mar 23 09:56:42 PDT 2015


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

--- Comment #17 from Jesse Barnes <jbarnes at virtuousgeek.org> ---
Yeah I guess that's possible, do you see tons of messages like that in the log?
 There were two series that affect our aux code posted recently, you could try
them and see if they help:

drm/dp: i2c-over-aux short write support

and

drm/dp: Print the number of bytes processed for aux nack

Another thought is that we always need to train at the max link width.  This
should force that even if we could potentially go lower:

diff --git a/drivers/gpu/drm/i915/intel_dp.c b/drivers/gpu/drm/i915/intel_dp.c
index d1141d3..dc02914 100644
--- a/drivers/gpu/drm/i915/intel_dp.c
+++ b/drivers/gpu/drm/i915/intel_dp.c
@@ -1238,6 +1238,8 @@ intel_dp_compute_config(struct intel_encoder *encoder,
        return false;

 found:
+       lane_count = max_lane_count;
+
        if (intel_dp->color_range_auto) {
                /*
                 * See:

-- 
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/20150323/843d14a2/attachment.html>


More information about the intel-gfx-bugs mailing list