Created attachment 125868 [details] [review] Patch to see the HDMI output It seems the eDP1 and HDMI1 output are both on PORT B. If I force-enable HDMI on port B (see patch attached), I'm able to see the EDID/modes of the connected screen, but not enable the output. I tested this on Linus' tree and drm-intel-next-queued. I'm attaching boot logs with drm.debug=0xe for dinq, with the patch. I tested this hardware on windows, HDMI output works with the latest Intel driver.
Created attachment 125869 [details] Boot logs with drm.debug=0xe
Created attachment 125870 [details] /sys/kernel/debug/dri/0/i915_opregion
Created attachment 126098 [details] [review] Patch to make the HDMI output work With the attached patch the HDMI output now works. So on this Insyde board, the HDMI is on PORTC, but the i2c uses gmbus pin 5, which should be for PORTB. Which is why we can get the EDID if we force-enable PORTB, but not the output. With this patch PORTC will use gmbus pin 5, allowing the driver to get the EDID. It's obviously just a hack/PoC. Skylake has some information in the VBT to provide an alternate ddc pin, but I don't know if Braswell/Cherryview has the same information. To be continued...
Is this still a problem with current drm-tip branch of https://cgit.freedesktop.org/drm-tip
Anisse Astier is this problem still occur? couple of months with no response. IF the problem still exist please update the bug logs attached and change the status of the bug to Repoen... if the bug does not appear please change the status to resolved. if there is no activity in this bug, the bug will be closed. thanks for understanding
Hi Ricardo, > --- Comment #5 from Ricardo <ricardo.vega@linux.intel.com> --- > Anisse Astier is this problem still occur? couple of months with no response. > IF the problem still exist please update the bug logs attached and change the > status of the bug to Repoen... > > if the bug does not appear please change the status to resolved. > > if there is no activity in this bug, the bug will be closed. thanks for > understanding I don't have access to the hardware anymore to test with latest kernels. You can close the bug.
Marking as resolved+worksforme based on the previous comment from reporter.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.