[Bug 106596] [snb DP-to-DVI dongle] miniDP to external monitor with DVI-D via miniDP to DVI-D adapter and blank screen

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Thu May 24 11:08:58 UTC 2018


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

--- Comment #7 from genpur at o2.pl ---
Kernel (4.16.10) has been built with "CONFIG_DRM_DP_AUX_CHARDEV=y"
configuration.
Additionally I have also checked few kernels from 4.4 up to 4.16 and all of
them have been built with this configuration.

Device /dev/drm_dp_aux0 exists in my system :
LC_MESSAGES=en_UK.UTF-8 ls -lah /dev/drm_dp_aux*
crw------- 1 root root 243, 0 May 24  2018 /dev/drm_dp_aux0


When adapter is disconnected :
LC_MESSAGES=en_UK.UTF-8 sudo dd if=/dev/drm_dp_aux0 bs=1 skip=$((0x200))
count=1 | od -tx1
dd: error reading '/dev/drm_dp_aux0': Connection timed out
0+0 records in
0+0 records out
0 bytes copied, 0.0804776 s, 0.0 kB/s
0000000

When adapter is connected :
LC_MESSAGES=en_UK.UTF-8 sudo dd if=/dev/drm_dp_aux0 bs=1 skip=$((0x200))
count=1 | od -tx1
1+0 records in
1+0 records out
1 byte copied, 0.000779381 s, 1.3 kB/s
0000000 00
0000001


Another info for you :
I have discovered that when system is started with kernel <= 4.10 with kernel
parameter "video=DP-1:D" then it doesn't matter if adapter was plugged or
unplugged while booting. External monitor is activated anytime adapter is
plugged to the laptop. All the resolutions/refresh rates are available
according to technical specification of the monitor, so EDID seems to be read
corectly and seems to be not corrupted.
In this case the command "dd if=/dev/drm_dp_aux0 bs=1 skip=$((0x200)) count=1 |
od -tx1" also returns "00".

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


More information about the intel-gfx-bugs mailing list