Summary: | [CHV] HDMI detection fails, black screen after boot | ||
---|---|---|---|
Product: | DRI | Reporter: | Radoslav Duda <radosd> |
Component: | DRM/Intel | Assignee: | Ville Syrjala <ville.syrjala> |
Status: | CLOSED FIXED | QA Contact: | Intel GFX Bugs mailing list <intel-gfx-bugs> |
Severity: | normal | ||
Priority: | medium | CC: | intel-gfx-bugs |
Version: | DRI git | ||
Hardware: | x86-64 (AMD64) | ||
OS: | Linux (All) | ||
Whiteboard: | |||
i915 platform: | BSW/CHT | i915 features: | display/HDMI |
Attachments: |
Description
Radoslav Duda
2016-06-02 09:01:55 UTC
Created attachment 124255 [details]
dmesg with drm.debug=0x1e log_buf_len=1M
Created attachment 124256 [details]
intel_reg dump --all
Created attachment 124257 [details]
i915_vbt
Created attachment 124258 [details]
i915_opregion
Based on the dmesg it looks like the board straps are telling us that port D is the only thing present, but the VBT says port C is the only thing present. Also the EDID seems to be available on the DDC pins used for for port C. I'd like to see what the straps say, and I'd like to see what the BIOS enables, so can you boot without loading i915.ko, with display already enabled by BIOS preferably, and run 'intel_reg dump --spec=<path to spec files>/cherryview' The spec files for the tool are under tools/registers/ in igt source tree, and should get installed in <prefix>/share/intel-gpu-tools/registers/ if you've installed it. Created attachment 124264 [details]
./intel_reg dump --spec=/root/intel-gpu-tools/tools/registers/cherryview
modprobe.blacklist=i915
Created attachment 124269 [details] [review] [PATCH] drm/i915: Check VBT for port presence in addition to the strap on VLV/CHV The dump showed HDMI C being active, so I guess we just have to trust the VBT on this one. This patch should achieve the desired result. I've pushed this to a branch at git://github.com/vsyrjala/linux.git chv_dig_port_vbt as well. You can use that, or grab drm-intel-nightly from the official place and apply the patch manually. It probably won't apply cleanly to anything else since we've had recent changes in the relevant code. Please test. HDMI output works fine with the patch applied to drm-intel-nightly, thanks! I'm attaching dmesg for reference. Created attachment 124301 [details]
dmesg_4.7.0-rc1+ with patch: Check VBT for port presence
Fixed by commit a5aac5ab876ad95b7f5e8d862afb07248ee9cae2 Author: Ville Syrjälä <ville.syrjala@linux.intel.com> Date: Fri Jun 3 12:17:43 2016 +0300 drm/i915: Check VBT for port presence in addition to the strap on VLV/CHV |
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.