<html>
<head>
<base href="https://bugs.freedesktop.org/" />
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_REOPENED "
title="REOPENED --- - [hsw DP] Ubuntu 12.04 unable to use external monitor through edock"
href="https://bugs.freedesktop.org/show_bug.cgi?id=73694#c23">Comment # 23</a>
on <a class="bz_bug_link
bz_status_REOPENED "
title="REOPENED --- - [hsw DP] Ubuntu 12.04 unable to use external monitor through edock"
href="https://bugs.freedesktop.org/show_bug.cgi?id=73694">bug 73694</a>
from <span class="vcard"><a class="email" href="mailto:tobs76@trashmail.de" title="tobs76@trashmail.de">tobs76@trashmail.de</a>
</span></b>
<pre>Sorry, I confused some things.
The code in 3.13.0 (that worked with one batch of these error messages) is:
for (clock = 0; clock <= max_clock; clock++) {
for (lane_count = 1; lane_count <= max_lane_count;
lane_count <<= 1) {
The code in 3.15.7 (DP-connected monitor stays black, flooding the error
messages) is:
for (clock = min_clock; clock <= max_clock; clock++) {
for (lane_count = min_lane_count; lane_count <=
max_lane_count; lane_count <<= 1) {
Both are not identical to your patch.
I recognized that these two loops were swapped a few times in the past.
Therefore I was a little confused.
Nevertheless, the last mentioned kernel version does not work for me.
Best regards,
Tobias</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the QA Contact for the bug.</li>
<li>You are on the CC list for the bug.</li>
</ul>
</body>
</html>