Summary: | [BDW Bisected]igt/pm_rpm/debugfs-read causes *ERROR* dpcd read (15 bytes at 0) failed (-110) | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | DRI | Reporter: | lu hua <huax.lu> | ||||||
Component: | DRM/Intel | Assignee: | Intel GFX Bugs mailing list <intel-gfx-bugs> | ||||||
Status: | CLOSED FIXED | QA Contact: | Intel GFX Bugs mailing list <intel-gfx-bugs> | ||||||
Severity: | normal | ||||||||
Priority: | high | CC: | intel-gfx-bugs | ||||||
Version: | unspecified | ||||||||
Hardware: | Other | ||||||||
OS: | All | ||||||||
Whiteboard: | |||||||||
i915 platform: | i915 features: | ||||||||
Attachments: |
|
Description
lu hua
2015-04-17 02:29:15 UTC
Created attachment 115225 [details] [review] drm/i915: Don't read dpcd for disconnected ports Tested it on the latest nightly kernel(b9fe3577) with this patch, this issue does not exists. output: --------------- root@x-bdw05:/GFX/Test/Intel_gpu_tools/intel-gpu-tools/tests# ./pm_rpm --run-subtest debugfs-read IGT-Version: 1.10-gbeddb3b (x86_64) (Linux: 4.0.0_kcloud_e5aab2_20150421+ x86_64) Runtime PM support: 1 PC8 residency support: 1 Subtest debugfs-read: SUCCESS (34.147s) prts bisected it. commit aa7471d228eb6dfddd0d201ea9746d6a2020972a Author: Jani Nikula <jani.nikula@intel.com> AuthorDate: Wed Apr 1 11:15:21 2015 +0300 Commit: Daniel Vetter <daniel.vetter@ffwll.ch> CommitDate: Tue Apr 7 10:27:28 2015 +0200 drm/i915: add i915 specific connector debugfs file for DPCD Occasionally it would be interesting to read some of the DPCD registers for debug purposes, without having to resort to logging. Add an i915 specific i915_dpcd debugfs file for DP and eDP connectors to dump parts of the DPCD. Currently the DPCD addresses to be dumped are statically configured, and more can be added trivially. The implementation also makes it relatively easy to add other i915 and connector specific debugfs files in the future, as necessary. This is currently i915 specific just because there's no generic way to do AUX transactions given just a drm_connector. However it's all pretty straightforward to port to other drivers. v2: Add more DPCD registers to dump. Signed-off-by: Jani Nikula <jani.nikula@intel.com> Reviewed-by: Bob Paauwe <bob.j.paauwe@intel.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch> Please try http://patchwork.freedesktop.org/patch/49452 (In reply to Jani Nikula from comment #4) > Please try http://patchwork.freedesktop.org/patch/49452 Fixed by this patch. Fixed by commit 3776233636f97b3d99d99b2cb1b90659d467ef9c Author: Mika Kuoppala <mika.kuoppala@linux.intel.com> Date: Fri May 15 13:09:21 2015 +0300 drm/i915: Don't read dpcd for disconnected ports in nightly. Verified.Fixed. Closing old verified. |
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.