On 26.01.2023 18:42, Patchwork wrote:
*Patch Details*
*Series:* drm/i915/gt: Add selftests for TLB invalidation (rev4)
*URL:* https://patchwork.freedesktop.org/series/112894/
<https://patchwork.freedesktop.org/series/112894/>
*State:* success
*Details:*
https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_112894v4/index.html
<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_112894v4/index.html>
CI Bug Log - changes from CI_DRM_12647 -> Patchwork_112894v4
Summary
*SUCCESS*
No regressions found.
External URL:
https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_112894v4/index.html
Participating hosts (26 -> 22)
Missing (4): fi-kbl-soraka bat-rpls-2 bat-atsm-1 fi-snb-2520m
Possible new issues
Here are the unknown changes that may have been introduced in
Patchwork_112894v4:
IGT changes
Possible regressions
*
{igt@i915_selftest@live@gt_tlb} (NEW):
o
fi-bsw-nick: NOTRUN -> DMESG-FAIL
<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_112894v4/fi-bsw-nick/igt@i915_selftest@live@gt_tlb.html>
o
fi-bsw-n3050: NOTRUN -> DMESG-FAIL
<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_112894v4/fi-bsw-n3050/igt@i915_selftest@live@gt_tlb.html>
It seems on Gen8/VCS MI_CONDITIONAL_BATCH_BUFFER_END has exceptional
syntax[1]:
"Compare Address
Qword address to fetch compare Mask (DW0) and Data Dword(DW1) from
memory.
HW will do AND operation on Mask(DW0) with Data Dword(DW1) and then
compare the
result against Semaphore Data Dword
"
Moreover address is aligned to qword on all platforms.
I will implement changes, I hope it will solve the issue.
Unfortunately I have no access to BSW/CHERRYVIEW platforms, so unless I
find one I need to rely on CI.
[1]: https://gfxspecs.intel.com/Predator/Home/Index/6971
Regards
Andrzej
New tests
New tests have been introduced between CI_DRM_12647 and Patchwork_112894v4:
New IGT tests (1)
* igt@i915_selftest@live@gt_tlb:
o Statuses : 2 dmesg-fail(s) 19 pass(s)
o Exec time: [0.0] s
Known issues
Here are the changes found in Patchwork_112894v4 that come from known
issues:
IGT changes
Issues hit
* igt@kms_cursor_legacy@basic-busy-flip-before-cursor@atomic-transitions-varying-size:
o fi-bsw-n3050: PASS
<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12647/fi-bsw-n3050/igt@kms_cursor_legacy@basic-busy-flip-before-cursor@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx> -> FAIL <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_112894v4/fi-bsw-n3050/igt@kms_cursor_legacy@basic-busy-flip-before-cursor@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx> (i915#6298 <https://gitlab.freedesktop.org/drm/intel/issues/6298>)
Possible fixes
*
igt@i915_selftest@live@mman:
o {bat-rpls-1}: TIMEOUT
<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12647/bat-rpls-1/igt@i915_selftest@live@xxxxxxxxx> (i915#6794 <https://gitlab.freedesktop.org/drm/intel/issues/6794>) -> PASS <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_112894v4/bat-rpls-1/igt@i915_selftest@live@xxxxxxxxx>
*
igt@i915_selftest@live@workarounds:
o {bat-adlm-1}: INCOMPLETE
<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12647/bat-adlm-1/igt@i915_selftest@live@xxxxxxxxxxxxxxxx> (i915#4983 <https://gitlab.freedesktop.org/drm/intel/issues/4983>) -> PASS <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_112894v4/bat-adlm-1/igt@i915_selftest@live@xxxxxxxxxxxxxxxx>
*
igt@kms_pipe_crc_basic@read-crc@pipe-c-dp-1:
o {bat-adlp-9}: FAIL
<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12647/bat-adlp-9/igt@kms_pipe_crc_basic@read-crc@xxxxxxxxxxxxxxxx> (i915#4137 <https://gitlab.freedesktop.org/drm/intel/issues/4137>) -> PASS <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_112894v4/bat-adlp-9/igt@kms_pipe_crc_basic@read-crc@xxxxxxxxxxxxxxxx> +3 similar issues
{name}: This element is suppressed. This means it is ignored when computing
the status of the difference (SUCCESS, WARNING, or FAILURE).
Build changes
* Linux: CI_DRM_12647 -> Patchwork_112894v4
CI-20190529: 20190529
CI_DRM_12647: ab288692acfb4c176e1411107686368c121462dc @
git://anongit.freedesktop.org/gfx-ci/linux
IGT_7137: 5f7ea985ac0828bec5e1bbc101b7931bd7fb62e3 @
https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
Patchwork_112894v4: ab288692acfb4c176e1411107686368c121462dc @
git://anongit.freedesktop.org/gfx-ci/linux
Linux commits
1635ae6c0100 drm/i915/gt: Add selftests for TLB invalidation