Comment 16 for bug 1914670

Revision history for this message
Kai-Chuan Hsieh (kchsieh) wrote :

Hello,

Can you try the following debug command when you plug the HDMI monitor?

1. check if udev event emit from kernel
$ udevadm monitor -s drm
2. check if the connector change status
$ cat /sys/class/drm/card0-*/status
3. try to dump the display info
# cat /sys/kernel/debug/dri/0/i915_display_info
4. If the driver thinks no display attached
upload /sys/kernel/debug/dri/0/i915_vbt to this bug, I can check if vbios is revised, since the BIOS version is different from what we certified.

The driver won't change state, if it can't retrieve EDID properly.
Would like to confirm if kernel did aware a output is attached.

Thanks,