<html>
<head>
<base href="https://bugs.freedesktop.org/">
</head>
<body><span class="vcard"><a class="email" href="mailto:leo@nabam.net" title="Lev Popov <leo@nabam.net>"> <span class="fn">Lev Popov</span></a>
</span> changed
<a class="bz_bug_link
bz_status_NEEDINFO "
title="NEEDINFO - [SKL] Intel HD 520 failed to train DP when connected with a external monitor"
href="https://bugs.freedesktop.org/show_bug.cgi?id=93578">bug 93578</a>
<br>
<table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>What</th>
<th>Removed</th>
<th>Added</th>
</tr>
<tr>
<td style="text-align:right;">CC</td>
<td>
</td>
<td>leo@nabam.net
</td>
</tr></table>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEEDINFO "
title="NEEDINFO - [SKL] Intel HD 520 failed to train DP when connected with a external monitor"
href="https://bugs.freedesktop.org/show_bug.cgi?id=93578#c119">Comment # 119</a>
on <a class="bz_bug_link
bz_status_NEEDINFO "
title="NEEDINFO - [SKL] Intel HD 520 failed to train DP when connected with a external monitor"
href="https://bugs.freedesktop.org/show_bug.cgi?id=93578">bug 93578</a>
from <span class="vcard"><a class="email" href="mailto:leo@nabam.net" title="Lev Popov <leo@nabam.net>"> <span class="fn">Lev Popov</span></a>
</span></b>
<pre>Patch works great for my DA200, instruction to apply it on Ubuntu 16.04 without
recompiling the kernel:
$ sudo -i
$ apt-get install linux-source-4.4.0
$ cp -R /usr/src/linux-source-4.4.0/ubuntu/i915 /usr/src/i915_bpo-usbc
$ cd /usr/src/i915_bpo-usbc
$ cat << EOF > dkms.conf
PACKAGE_NAME="i915_bpo"
PACKAGE_VERSION="usbc"
AUTOINSTALL=yes
REMAKE_INITRD=yes
DEST_MODULE_LOCATION="/updates"
BUILD_EXCLUSIVE_KERNEL="^4.4.*"
EOF
$ sed -i
's#../../drivers/platform/x86/intel_ips.h#../../linux-source-4.4.0/drivers/platform/x86/intel_ips.h#g'
intel_pm.c
$ patch -p5 <
/tmp/drm-i915-Reduce-Data-Link-N-value-for-1-lane-DP--hdmi-converters.patch
$ dkms add -m i915_bpo -v usbc
$ dkms build -m i915_bpo -v usbc
$ dkms install -m i915_bpo -v usbc
$ reboot</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
<li>You are the QA Contact for the bug.</li>
<li>You are on the CC list for the bug.</li>
</ul>
</body>
</html>