https://intel-gfx-ci.01.org/tree/drm-tip/drmtip_28/fi-skl-6600u/igt@drv_suspend@debugfs-reader.html https://intel-gfx-ci.01.org/tree/drm-tip/drmtip_28/fi-kbl-r/igt@drv_suspend@debugfs-reader.html https://intel-gfx-ci.01.org/tree/drm-tip/drmtip_28/fi-kbl-7560u/igt@drv_suspend@debugfs-reader.html https://intel-gfx-ci.01.org/tree/drm-tip/drmtip_28/fi-cnl-y3/igt@drv_suspend@debugfs-reader.html https://intel-gfx-ci.01.org/tree/drm-tip/drmtip_28/fi-cfl-s3/igt@drv_suspend@debugfs-reader.html [ 76.132921] [drm:i915_dpcd_show [i915]] *ERROR* dpcd read (1 bytes at 1536) failed (-5) And the same on drmtip 29, but not on drmtip 30, so it is likely already fixed
Still very much happening! Every run between 34 and 39, then again in 48. Let's wait a little longer to see if this is really fixed or just a fluke that it has been working for so long!
Oops, sorry for the noise. Setting back to reopened!
commit 7a72c78bdd0a1ea1d879610542679cc680398220 Author: Rodrigo Vivi <rodrigo.vivi@intel.com> Date: Thu Jul 19 17:31:55 2018 -0700 drm/i915: Fix psr sink status report. First of all don't try to read dpcd if PSR is not even supported. But also, if read failed return -EIO instead of reporting via a backchannel. v2: fix dev_priv: At this level m->private is the connector. (CI/DK) don't convert dpcd read errors to EIO. (DK) Fixes: 5b7b30864d1d ("drm/i915/psr: Split sink status into a separate debugfs node") Cc: Chris Wilson <chris@chris-wilson.co.uk> Cc: Dhinakaran Pandiyan <dhinakaran.pandiyan@intel.com> Cc: José Roberto de Souza <jose.souza@intel.com> Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com> Reviewed-by: Dhinakaran Pandiyan <dhinakaran.pandiyan@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20180720003155.16290-1-rodrigo.vivi@intel.com
Still a problem: https://intel-gfx-ci.01.org/tree/drm-tip/drmtip_121/fi-skl-6600u/igt@drv_suspend@debugfs-reader.html https://intel-gfx-ci.01.org/tree/drm-tip/drmtip_121/fi-kbl-7560u/igt@drv_suspend@debugfs-reader.html https://intel-gfx-ci.01.org/tree/drm-tip/drmtip_121/fi-kbl-r/igt@drv_suspend@debugfs-reader.html https://intel-gfx-ci.01.org/tree/drm-tip/drmtip_121/fi-cfl-s3/igt@drv_suspend@debugfs-reader.html <3> [175.998699] [drm:i915_dpcd_show [i915]] *ERROR* dpcd read (1 bytes at 1536) failed (-5) <3> [176.076850] [drm:i915_dpcd_show [i915]] *ERROR* dpcd read (1 bytes at 1536) failed (-5) <3> [176.155098] [drm:i915_dpcd_show [i915]] *ERROR* dpcd read (1 bytes at 1536) failed (-5) <3> [176.224211] [drm:i915_dpcd_show [i915]] *ERROR* dpcd read (1 bytes at 1536) failed (-5) <3> [176.297647] [drm:i915_dpcd_show [i915]] *ERROR* dpcd read (1 bytes at 1536) failed (-5) <3> [176.373245] [drm:i915_dpcd_show [i915]] *ERROR* dpcd read (1 bytes at 1536) failed (-5) <3> [176.423446] [drm:i915_dpcd_show [i915]] *ERROR* dpcd read (1 bytes at 1536) failed (-5) <3> [176.500852] [drm:i915_dpcd_show [i915]] *ERROR* dpcd read (1 bytes at 1536) failed (-5) <3> [176.575584] [drm:i915_dpcd_show [i915]] *ERROR* dpcd read (1 bytes at 1536) failed (-5) <3> [176.653796] [drm:i915_dpcd_show [i915]] *ERROR* dpcd read (1 bytes at 1536) failed (-5) <3> [176.730089] [drm:i915_dpcd_show [i915]] *ERROR* dpcd read (1 bytes at 1536) failed (-5) <3> [176.779518] [drm:i915_dpcd_show [i915]] *ERROR* dpcd read (1 bytes at 1536) failed (-5) <3> [176.857346] [drm:i915_dpcd_show [i915]] *ERROR* dpcd read (1 bytes at 1536) failed (-5)
commit 65404c89e9539e7e569be8c790dd9e4b131149f4 (HEAD -> drm-intel-next-queued, drm-intel/drm-intel-next-queued) Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Wed Oct 10 09:17:06 2018 +0100 drm/i915: Show the DPCD read error inline When reporting the DPCD dump through debugfs, show the errors inline where appropriate. If a read at one particular offset fails, report it. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=106371 Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Reviewed-by: Jani Nikula <jani.nikula@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20181010081706.29931-1-chris@chris-wilson.co.uk
Update: Last seen this issue drmtip_124 (1 week, 6 days / 157 runs ago).
(In reply to Lakshmi from comment #6) > Update: Last seen this issue drmtip_124 (1 week, 6 days / 157 runs ago). I disagree with the idea that we have sufficient data to close this bug. It has been intermittent for all this time, 15 runs of drmtip are not sufficient to close it yet...
The error message has definitely been removed from the code. ~/dim/linux $ git grep "dcpd read" =1
(In reply to Chris Wilson from comment #8) > The error message has definitely been removed from the code. > > ~/dim/linux $ git grep "dcpd read" > =1 Sorry, I missed your message above! Thanks!
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.