tests/dmabuf: Add tests for sync_file import/export

Submitted by Jason Ekstrand on May 24, 2021, 8:52 p.m.

Details

Reviewer None
Submitted May 24, 2021, 8:52 p.m.
Last Updated May 26, 2022, 10:31 a.m.
Revision 4
Root msg-id(s): 20210524205225.872316-1-jason@jlekstrand.net
20220506170447.1437849-1-jason.ekstrand@collabora.com
20220506171632.1438408-1-jason.ekstrand@collabora.com
20220525161237.2213204-1-jason.ekstrand@collabora.com

Cover Letter(s)

Revision 1
      This series adds tests for sync_file import/export as per this kernel
series on dri-devel:

https://patchwork.freedesktop.org/series/90380/
https://lists.freedesktop.org/archives/dri-devel/2021-May/307561.html

The import stuff is labled RFC because that bit of the kernel patches
aren't quite baked yet.

Jason Ekstrand (2):
  tests/dmabuf: Add tests for sync_file export (v3)
  RFC: tests/dmabuf: Add tests for sync_file import (v3)

 tests/dmabuf_sync_file.c | 457 +++++++++++++++++++++++++++++++++++++++
 tests/meson.build        |   1 +
 2 files changed, 458 insertions(+)
 create mode 100644 tests/dmabuf_sync_file.c
    
Revision 2
      This series adds tests for sync_file import/export as per this kernel
series on dri-devel:

https://patchwork.freedesktop.org/series/103602/
https://lists.freedesktop.org/archives/dri-devel/2022-May/354339.html

Jason Ekstrand (2):
  tests/dmabuf: Add tests for sync_file export (v4)
  tests/dmabuf: Add tests for sync_file import (v4)

 tests/dmabuf_sync_file.c | 513 +++++++++++++++++++++++++++++++++++++++
 tests/meson.build        |   1 +
 2 files changed, 514 insertions(+)
 create mode 100644 tests/dmabuf_sync_file.c
    
Revision 3
      This series adds tests for sync_file import/export as per this kernel
series on dri-devel:

https://patchwork.freedesktop.org/series/103602/
https://lists.freedesktop.org/archives/dri-devel/2022-May/354339.html

Jason Ekstrand (2):
  tests/dmabuf: Add tests for sync_file export (v4)
  tests/dmabuf: Add tests for sync_file import (v4)

 tests/dmabuf_sync_file.c | 513 +++++++++++++++++++++++++++++++++++++++
 tests/meson.build        |   1 +
 2 files changed, 514 insertions(+)
 create mode 100644 tests/dmabuf_sync_file.c
    
Revision 4
      This series adds tests for sync_file import/export as per this kernel
series on dri-devel:

https://patchwork.freedesktop.org/series/103602/
https://lists.freedesktop.org/archives/dri-devel/2022-May/354339.html

Jason Ekstrand (2):
  tests/dmabuf: Add tests for sync_file export (v5)
  tests/dmabuf: Add tests for sync_file import (v5)

 tests/dmabuf_sync_file.c | 529 +++++++++++++++++++++++++++++++++++++++
 tests/meson.build        |   1 +
 2 files changed, 530 insertions(+)
 create mode 100644 tests/dmabuf_sync_file.c
    

Revisions

Patches [mbox patches] [mbox cover letter] [mbox cover letter and patches]

Tests

CI Bug Log - changes from CI_DRM_10128 -> IGTPW_5846

Summary

SUCCESS

No regressions found.

External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5846/index.html

Known issues

Here are the changes found in IGTPW_5846 that come from known issues:

IGT changes

Issues hit

  • igt@amdgpu/amd_cs_nop@sync-fork-compute0:

Possible fixes

Warnings

{name}: This element is suppressed. This means it is ignored when computing
the status of the difference (SUCCESS, WARNING, or FAILURE).

Participating hosts (34 -> 32)

Additional (2): fi-ehl-2 fi-hsw-gt1
Missing (4): fi-kbl-x1275 fi-dg1-1 fi-bsw-cyan fi-bdw-samus

Build changes

  • CI: CI-20190529 -> None
  • IGT: IGT_6092 -> IGTPW_5846

CI-20190529: 20190529
CI_DRM_10128: a65996afe32761b9eef973bf230a566f38ac3340 @ git://anongit.freedesktop.org/gfx-ci/linux
IGTPW_5846: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5846/index.html
IGT_6092: d87087c321da07035d4f96d98c34e451b3ccb809 @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools

== Testlist changes ==

+igt@dmabuf_sync_file@export-basic
+igt@dmabuf_sync_file@export-before-signal
+igt@dmabuf_sync_file@export-multiwait
+igt@dmabuf_sync_file@export-wait-after-attach
+igt@dmabuf_sync_file@import-basic
+igt@dmabuf_sync_file@import-existing-exclusive
+igt@dmabuf_sync_file@import-existing-shared-1
+igt@dmabuf_sync_file@import-existing-shared-5
+igt@dmabuf_sync_file@import-existing-shared-32

CI Bug Log - changes from CI_DRM_10128_full -> IGTPW_5846_full

Summary

FAILURE

Serious unknown changes coming with IGTPW_5846_full absolutely need to be
verified manually.

If you think the reported changes have nothing to do with the changes
introduced in IGTPW_5846_full, please notify your bug team to allow them
to document this new failure mode, which will reduce false positives in CI.

External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5846/index.html

Possible new issues

Here are the unknown changes that may have been introduced in IGTPW_5846_full:

IGT changes

Possible regressions

  • {igt@dmabuf_sync_file@import-basic} (NEW):

    • shard-iclb: NOTRUN -> SKIP +8 similar issues
  • {igt@dmabuf_sync_file@import-existing-shared-5} (NEW):

    • shard-tglb: NOTRUN -> SKIP +8 similar issues
  • igt@kms_big_fb@yf-tiled-32bpp-rotate-180:

New tests

New tests have been introduced between CI_DRM_10128_full and IGTPW_5846_full:

New IGT tests (9)

  • igt@dmabuf_sync_file@export-basic:

    • Statuses : 4 skip(s)
    • Exec time: [0.0] s
  • igt@dmabuf_sync_file@export-before-signal:

    • Statuses : 6 skip(s)
    • Exec time: [0.0] s
  • igt@dmabuf_sync_file@export-multiwait:

    • Statuses : 5 skip(s)
    • Exec time: [0.0, 0.00] s
  • igt@dmabuf_sync_file@export-wait-after-attach:

    • Statuses : 3 skip(s)
    • Exec time: [0.0] s
  • igt@dmabuf_sync_file@import-basic:

    • Statuses : 5 skip(s)
    • Exec time: [0.00] s
  • igt@dmabuf_sync_file@import-existing-exclusive:

    • Statuses : 4 skip(s)
    • Exec time: [0.00] s
  • igt@dmabuf_sync_file@import-existing-shared-1:

    • Statuses : 6 skip(s)
    • Exec time: [0.00, 0.01] s
  • igt@dmabuf_sync_file@import-existing-shared-32:

    • Statuses : 6 skip(s)
    • Exec time: [0.01, 0.05] s
  • igt@dmabuf_sync_file@import-existing-shared-5:

    • Statuses : 4 skip(s)
    • Exec time: [0.00, 0.01] s

Known issues

Here are the changes found in IGTPW_5846_full that come from known issues:

IGT changes

Issues hit

  • igt@api_intel_bb@full-batch:

    • shard-glk: NOTRUN -> DMESG-WARN ([i915#118] / [i915#95])
  • igt@core_hotunplug@unbind-rebind:

  • {igt@dmabuf_sync_file@import-existing-shared-5} (NEW):

    • shard-kbl: NOTRUN -> SKIP ([fdo#109271]) +203 similar issues
  • igt@gem_ctx_persistence@idempotent:

    • shard-snb: NOTRUN -> SKIP ([fdo#109271] / [i915#1099]) +7 similar issues
  • igt@gem_ctx_sseu@invalid-args:

    • shard-tglb: NOTRUN -> SKIP ([i915#280])
  • igt@gem_eio@unwedge-stress:

    • shard-tglb: PASS -> TIMEOUT ([i915#2369] / [i915#3063])
  • igt@gem_exec_fair@basic-none-vip@rcs0:

    • shard-tglb: NOTRUN -> FAIL ([i915#2842]) +6 similar issues
  • igt@gem_exec_fair@basic-none@rcs0:

    • shard-kbl: NOTRUN -> FAIL ([i915#2842])
  • igt@gem_exec_fair@basic-pace-solo@rcs0:

    • shard-iclb: NOTRUN -> FAIL ([i915#2842]) +5 similar issues
    • shard-glk: PASS -> FAIL ([i915#2842])
  • igt@gem_exec_fair@basic-pace@vcs0:

    • shard-kbl: PASS -> SKIP ([fdo#109271])
  • igt@gem_exec_fair@basic-throttle@rcs0:

    • shard-glk: NOTRUN -> FAIL ([i915#2842]) +2 similar issues
    • shard-iclb: NOTRUN -> FAIL ([i915#2849])
  • igt@gem_exec_flush@basic-batch-kernel-default-cmd:

    • shard-iclb: NOTRUN -> SKIP ([fdo#109313])
  • igt@gem_exec_params@no-bsd:

    • shard-tglb: NOTRUN -> SKIP ([fdo#109283])
    • shard-iclb: NOTRUN -> SKIP ([fdo#109283])
  • igt@gem_exec_params@secure-non-master:

    • shard-tglb: NOTRUN -> SKIP ([fdo#112283])
    • shard-iclb: NOTRUN -> SKIP ([fdo#112283])
  • igt@gem_exec_reloc@basic-wide-active@vcs1:

    • shard-iclb: NOTRUN -> FAIL ([i915#2389])
  • igt@gem_media_vme:

    • shard-tglb: NOTRUN -> SKIP ([i915#284])
  • igt@gem_mmap_gtt@cpuset-basic-small-copy:

  • igt@gem_mmap_gtt@cpuset-basic-small-copy-xy:

  • igt@gem_mmap_gtt@cpuset-medium-copy-xy:

  • igt@gem_mmap_gtt@medium-copy-xy:

  • igt@gem_pread@exhaustion:

    • shard-tglb: NOTRUN -> WARN ([i915#2658]) +1 similar issue
  • igt@gem_pwrite@basic-exhaustion:

    • shard-snb: NOTRUN -> WARN ([i915#2658]) +1 similar issue
    • shard-iclb: NOTRUN -> WARN ([i915#2658])
    • shard-kbl: NOTRUN -> WARN ([i915#2658])
    • shard-apl: NOTRUN -> WARN ([i915#2658])
    • shard-glk: NOTRUN -> WARN ([i915#2658])
  • igt@gem_render_copy@y-tiled-mc-ccs-to-vebox-y-tiled:

    • shard-iclb: NOTRUN -> SKIP ([i915#768]) +4 similar issues
  • igt@gem_softpin@evict-snoop-interruptible:

    • shard-tglb: NOTRUN -> SKIP ([fdo#109312])
    • shard-iclb: NOTRUN -> SKIP ([fdo#109312])
  • igt@gem_userptr_blits@coherency-sync:

    • shard-iclb: NOTRUN -> SKIP ([fdo#109290])
  • igt@gem_userptr_blits@dmabuf-sync:

    • shard-kbl: NOTRUN -> SKIP ([fdo#109271] / [i915#3323])
    • shard-apl: NOTRUN -> SKIP ([fdo#109271] / [i915#3323])
  • igt@gem_userptr_blits@input-checking:

  • igt@gem_userptr_blits@unsync-unmap-cycles:

    • shard-tglb: NOTRUN -> SKIP ([i915#3297])
    • shard-iclb: NOTRUN -> SKIP ([i915#3297])
  • igt@gem_workarounds@suspend-resume-fd:

    • shard-kbl: NOTRUN -> DMESG-WARN ([i915#180]) +4 similar issues
  • igt@gen7_exec_parse@bitmasks:

    • shard-iclb: NOTRUN -> SKIP ([fdo#109289]) +4 similar issues
  • igt@gen9_exec_parse@allowed-all:

    • shard-iclb: NOTRUN -> SKIP ([fdo#112306]) +5 similar issues
  • igt@gen9_exec_parse@bb-secure:

    • shard-tglb: NOTRUN -> SKIP ([fdo#112306]) +5 similar issues
  • igt@i915_pm_dc@dc9-dpms:

    • shard-tglb: NOTRUN -> SKIP ([i915#3288])
    • shard-iclb: NOTRUN -> FAIL ([i915#3343])
  • igt@i915_pm_lpsp@kms-lpsp@kms-lpsp-dp:

    • shard-kbl: NOTRUN -> SKIP ([fdo#109271] / [i915#1937])
  • igt@i915_pm_rc6_residency@media-rc6-accuracy:

    • shard-tglb: NOTRUN -> SKIP ([fdo#109289] / [fdo#111719])
  • igt@i915_pm_rpm@gem-execbuf-stress-pc8:

    • shard-iclb: NOTRUN -> SKIP ([fdo#109293] / [fdo#109506])
    • shard-tglb: NOTRUN -> SKIP ([fdo#109506] / [i915#2411])
  • igt@i915_query@query-topology-known-pci-ids:

    • shard-tglb: NOTRUN -> SKIP ([fdo#109303])
    • shard-iclb: NOTRUN -> SKIP ([fdo#109303])
  • igt@i915_selftest@live@execlists:

    • shard-glk: NOTRUN -> DMESG-FAIL ([i915#3462])
    • shard-iclb: NOTRUN -> INCOMPLETE ([i915#2782] / [i915#3462])
    • shard-kbl: NOTRUN -> INCOMPLETE ([i915#2782] / [i915#3462] / [i915#794])
  • igt@kms_addfb_basic@no-handle:

  • igt@kms_atomic_transition@plane-all-modeset-transition-fencing:

    • shard-iclb: NOTRUN -> SKIP ([i915#1769]) +1 similar issue
    • shard-tglb: NOTRUN -> SKIP ([i915#1769]) +1 similar issue
  • igt@kms_big_fb@x-tiled-16bpp-rotate-90:

    • shard-tglb: NOTRUN -> SKIP ([fdo#111614]) +3 similar issues
  • igt@kms_big_fb@x-tiled-32bpp-rotate-270:

    • shard-iclb: NOTRUN -> SKIP ([fdo#110725] / [fdo#111614]) +3 similar issues
  • igt@kms_big_fb@yf-tiled-64bpp-rotate-270:

    • shard-iclb: NOTRUN -> SKIP ([fdo#110723])
  • igt@kms_big_joiner@basic:

    • shard-apl: NOTRUN -> SKIP ([fdo#109271] / [i915#2705]) +1 similar issue
  • igt@kms_big_joiner@invalid-modeset:

    • shard-iclb: NOTRUN -> SKIP ([i915#2705])
    • shard-kbl: NOTRUN -> SKIP ([fdo#109271] / [i915#2705])
    • shard-glk: NOTRUN -> SKIP ([fdo#109271] / [i915#2705])
    • shard-tglb: NOTRUN -> SKIP ([i915#2705])
  • igt@kms_chamelium@dp-hpd-for-each-pipe:

    • shard-kbl: NOTRUN -> SKIP ([fdo#109271] / [fdo#111827]) +17 similar issues
  • igt@kms_chamelium@dp-hpd-storm:

    • shard-iclb: NOTRUN -> SKIP ([fdo#109284] / [fdo#111827]) +14 similar issues
  • igt@kms_chamelium@dp-mode-timings:

    • shard-apl: NOTRUN -> SKIP ([fdo#109271] / [fdo#111827]) +24 similar issues
  • igt@kms_chamelium@hdmi-aspect-ratio:

    • shard-glk: NOTRUN -> SKIP ([fdo#109271] / [fdo#111827]) +15 similar issues
  • igt@kms_chamelium@vga-hpd-after-suspend:

    • shard-tglb: NOTRUN -> SKIP ([fdo#109284] / [fdo#111827]) +14 similar issues
  • igt@kms_color@pipe-c-degamma:

    • shard-iclb: NOTRUN -> FAIL ([i915#1149])
    • shard-tglb: NOTRUN -> FAIL ([i915#1149])
  • igt@kms_color_chamelium@pipe-a-ctm-0-25:

    • shard-snb: NOTRUN -> SKIP ([fdo#109271] / [fdo#111827]) +25 similar issues
  • igt@kms_content_protection@atomic:

    • shard-kbl: NOTRUN -> TIMEOUT ([i915#1319])
  • igt@kms_content_protection@content_type_change:

    • shard-iclb: NOTRUN -> SKIP ([fdo#109300] / [fdo#111066]) +1 similar issue
  • igt@kms_content_protection@dp-mst-lic-type-0:

    • shard-iclb: NOTRUN -> SKIP ([i915#3116])
    • shard-tglb: NOTRUN -> SKIP ([i915#3116])
  • igt@kms_content_protection@lic:

    • shard-apl: NOTRUN -> TIMEOUT ([i915#1319])
  • igt@kms_content_protection@uevent:

    • shard-kbl: NOTRUN -> FAIL ([i915#2105])
    • shard-tglb: NOTRUN -> SKIP ([fdo#111828]) +1 similar issue
  • igt@kms_cursor_crc@pipe-b-cursor-512x512-rapid-movement:

    • shard-iclb: NOTRUN -> SKIP ([fdo#109278] / [fdo#109279]) +6 similar issues
  • igt@kms_cursor_crc@pipe-c-cursor-max-size-offscreen:

    • shard-tglb: NOTRUN -> SKIP ([i915#3359]) +8 similar issues
  • igt@kms_cursor_crc@pipe-d-cursor-32x32-rapid-movement:

    • shard-iclb: NOTRUN -> SKIP ([fdo#109278]) +42 similar issues
    • shard-tglb: NOTRUN -> SKIP ([i915#3319]) +2 similar issues
  • igt@kms_cursor_crc@pipe-d-cursor-512x512-offscreen:

    • shard-tglb: NOTRUN -> SKIP ([fdo#109279] / [i915#3359]) +6 similar issues
  • igt@kms_cursor_legacy@cursorb-vs-flipb-atomic-transitions-varying-size:

    • shard-iclb: NOTRUN -> SKIP ([fdo#109274] / [fdo#109278]) +5 similar issues
  • igt@kms_cursor_legacy@pipe-d-single-bo:

    • shard-apl: NOTRUN -> SKIP ([fdo#109271] / [i915#533])
  • igt@kms_dp_tiled_display@basic-test-pattern:

    • shard-iclb: NOTRUN -> SKIP ([i915#426])
    • shard-tglb: NOTRUN -> SKIP ([i915#426])
  • igt@kms_flip@2x-flip-vs-panning-vs-hang:

    • shard-iclb: NOTRUN -> SKIP ([fdo#109274]) +6 similar issues
  • igt@kms_flip@flip-vs-suspend-interruptible@a-dp1:

  • igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs:

    • shard-iclb: NOTRUN -> SKIP ([i915#2587])
  • igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-64bpp-ytile:

    • shard-glk: NOTRUN -> SKIP ([fdo#109271] / [i915#2642])
  • igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile:

    • shard-kbl: NOTRUN -> SKIP ([fdo#109271] / [i915#2642]) +1 similar issue
  • igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-shrfb-pgflip-blt:

    • shard-iclb: NOTRUN -> SKIP ([fdo#109280]) +35 similar issues
  • igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-onoff:

    • shard-snb: NOTRUN -> SKIP ([fdo#109271]) +468 similar issues
  • igt@kms_frontbuffer_tracking@psr-2p-primscrn-cur-indfb-draw-mmap-cpu:

    • shard-tglb: NOTRUN -> SKIP ([fdo#111825]) +39 similar issues
  • igt@kms_frontbuffer_tracking@psr-rgb565-draw-mmap-cpu:

    • shard-glk: NOTRUN -> SKIP ([fdo#109271]) +162 similar issues
  • igt@kms_hdr@static-toggle:

    • shard-iclb: NOTRUN -> SKIP ([i915#1187]) +1 similar issue
  • igt@kms_hdr@static-toggle-dpms:

    • shard-tglb: NOTRUN -> SKIP ([i915#1187]) +1 similar issue
  • igt@kms_invalid_dotclock:

    • shard-iclb: NOTRUN -> SKIP ([fdo#109310])
  • igt@kms_multipipe_modeset@basic-max-pipe-crc-check:

    • shard-tglb: NOTRUN -> SKIP ([i915#1839])
    • shard-iclb: NOTRUN -> SKIP ([i915#1839])
  • igt@kms_pipe_crc_basic@nonblocking-crc-pipe-d-frame-sequence:

    • shard-kbl: NOTRUN -> SKIP ([fdo#109271] / [i915#533]) +2 similar issues
    • shard-glk: NOTRUN -> SKIP ([fdo#109271] / [i915#533])
  • igt@kms_pipe_crc_basic@suspend-read-crc-pipe-b:

  • igt@kms_plane_alpha_blend@pipe-a-alpha-opaque-fb:

    • shard-apl: NOTRUN -> FAIL ([fdo#108145] / [i915#265]) +2 similar issues
  • igt@kms_plane_alpha_blend@pipe-a-constant-alpha-max:

    • shard-glk: NOTRUN -> FAIL ([fdo#108145] / [i915#265])
  • igt@kms_plane_alpha_blend@pipe-b-alpha-transparent-fb:

    • shard-kbl: NOTRUN -> FAIL ([i915#265])
  • igt@kms_plane_alpha_blend@pipe-c-alpha-basic:

    • shard-kbl: NOTRUN -> FAIL ([fdo#108145] / [i915#265]) +2 similar issues
  • igt@kms_plane_lowres@pipe-d-tiling-yf:

    • shard-tglb: NOTRUN -> SKIP ([fdo#112054])
  • igt@kms_plane_multiple@atomic-pipe-b-tiling-yf:

    • shard-tglb: NOTRUN -> SKIP ([fdo#111615]) +4 similar issues

Patches [mbox patches] [mbox cover letter] [mbox cover letter and patches]

Tests

CI Bug Log - changes from CI_DRM_11618 -> IGTPW_7056

Summary

SUCCESS

No regressions found.

External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_7056/index.html

Participating hosts (35 -> 33)

Missing (2): fi-bxt-dsi fi-bsw-cyan

Known issues

Here are the changes found in IGTPW_7056 that come from known issues:

IGT changes

Issues hit

Build changes

  • CI: CI-20190529 -> None
  • IGT: IGT_6468 -> IGTPW_7056

CI-20190529: 20190529
CI_DRM_11618: 07c7d578e3b8a85c79e9a7f8dace075192d5fd91 @ git://anongit.freedesktop.org/gfx-ci/linux
IGTPW_7056: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_7056/index.html
IGT_6468: cffa5fffe9acddf49565b4caeeb5e3355ff2ea44 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git

Testlist changes

+igt@dmabuf_sync_file@export-basic
+igt@dmabuf_sync_file@export-before-signal
+igt@dmabuf_sync_file@export-multiwait
+igt@dmabuf_sync_file@export-wait-after-attach
+igt@dmabuf_sync_file@import-basic
+igt@dmabuf_sync_file@import-multiple-read-only
+igt@dmabuf_sync_file@import-multiple-read-write

CI Bug Log - changes from CI_DRM_11618_full -> IGTPW_7056_full

Summary

SUCCESS

No regressions found.

External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_7056/index.html

Participating hosts (10 -> 7)

Missing (3): pig-skl-6260u pig-kbl-iris pig-glk-j5005

New tests

New tests have been introduced between CI_DRM_11618_full and IGTPW_7056_full:

New IGT tests (7)

  • igt@dmabuf_sync_file@export-basic:

    • Statuses : 1 skip(s)
    • Exec time: [0.0] s
  • igt@dmabuf_sync_file@export-before-signal:

    • Statuses : 1 skip(s)
    • Exec time: [0.0] s
  • igt@dmabuf_sync_file@export-multiwait:

    • Statuses : 1 skip(s)
    • Exec time: [0.0] s
  • igt@dmabuf_sync_file@export-wait-after-attach:

    • Statuses : 1 skip(s)
    • Exec time: [0.0] s
  • igt@dmabuf_sync_file@import-basic:

    • Statuses : 1 skip(s)
    • Exec time: [0.00] s
  • igt@dmabuf_sync_file@import-multiple-read-only:

    • Statuses : 1 skip(s)
    • Exec time: [0.00] s
  • igt@dmabuf_sync_file@import-multiple-read-write:

    • Statuses : 1 skip(s)
    • Exec time: [0.00] s

Known issues

Here are the changes found in IGTPW_7056_full that come from known issues:

IGT changes

Issues hit

  • igt@gem_ctx_persistence@engines-cleanup:

  • igt@gem_exec_flush@basic-uc-ro-default:

  • igt@i915_hangman@engine-engine-hang:

  • igt@kms_chamelium@hdmi-hpd-enable-disable-mode:

  • igt@syncobj_timeline@transfer-timeline-point:

Possible fixes

  • igt@gem_exec_flush@basic-batch-kernel-default-wb:

{name}: This element is suppressed. This means it is ignored when computing
the status of the difference (SUCCESS, WARNING, or FAILURE).

Build changes

  • CI: CI-20190529 -> None
  • IGT: IGT_6468 -> IGTPW_7056
  • Piglit: piglit_4509 -> None

CI-20190529: 20190529
CI_DRM_11618: 07c7d578e3b8a85c79e9a7f8dace075192d5fd91 @ git://anongit.freedesktop.org/gfx-ci/linux
IGTPW_7056: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_7056/index.html
IGT_6468: cffa5fffe9acddf49565b4caeeb5e3355ff2ea44 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
piglit_4509: fdc5a4ca11124ab8413c7988896eec4c97336694 @ git://anongit.freedesktop.org/piglit

Pipeline status: SUCCESS.

see https://gitlab.freedesktop.org/gfx-ci/igt-ci-tags/-/pipelines/579404 for the overview.

Patches [mbox patches] [mbox cover letter] [mbox cover letter and patches]

Tests

CI Bug Log - changes from CI_DRM_11700 -> IGTPW_7172

Summary

SUCCESS

No regressions found.

External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_7172/index.html

Participating hosts (46 -> 47)

Additional (1): bat-adlm-1

Known issues

Here are the changes found in IGTPW_7172 that come from known issues:

IGT changes

Issues hit

Possible fixes

{name}: This element is suppressed. This means it is ignored when computing
the status of the difference (SUCCESS, WARNING, or FAILURE).

Build changes

  • CI: CI-20190529 -> None
  • IGT: IGT_6492 -> IGTPW_7172

CI-20190529: 20190529
CI_DRM_11700: f5895776c32b7fc5c196fafef3f5dab7e5ad19c6 @ git://anongit.freedesktop.org/gfx-ci/linux
IGTPW_7172: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_7172/index.html
IGT_6492: ef18e59c374472e961a3a145724e7381eb4800aa @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git

Testlist changes

+igt@dmabuf_sync_file@export-basic
+igt@dmabuf_sync_file@export-before-signal
+igt@dmabuf_sync_file@export-multiwait
+igt@dmabuf_sync_file@export-wait-after-attach
+igt@dmabuf_sync_file@import-basic
+igt@dmabuf_sync_file@import-multiple-read-only
+igt@dmabuf_sync_file@import-multiple-read-write

CI Bug Log - changes from CI_DRM_11700_full -> IGTPW_7172_full

Summary

SUCCESS

No regressions found.

External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_7172/index.html

Participating hosts (10 -> 10)

Additional (3): shard-rkl shard-dg1 shard-tglu
Missing (3): pig-skl-6260u pig-kbl-iris pig-glk-j5005

Possible new issues

Here are the unknown changes that may have been introduced in IGTPW_7172_full:

IGT changes

Possible regressions

  • {igt@dmabuf_sync_file@export-basic} (NEW):

    • {shard-rkl}: NOTRUN -> SKIP +6 similar issues
  • {igt@dmabuf_sync_file@export-wait-after-attach} (NEW):

    • {shard-dg1}: NOTRUN -> SKIP +5 similar issues
  • {igt@dmabuf_sync_file@import-basic} (NEW):

    • {shard-tglu}: NOTRUN -> SKIP +6 similar issues
  • {igt@dmabuf_sync_file@import-multiple-read-only} (NEW):

    • shard-iclb: NOTRUN -> SKIP +6 similar issues
  • {igt@dmabuf_sync_file@import-multiple-read-write} (NEW):

    • shard-tglb: NOTRUN -> SKIP +6 similar issues

Suppressed

The following results come from untrusted machines, tests, or statuses.
They do not affect the overall result.

  • {igt@kms_plane_scaling@plane-downscale-with-pixel-format-factor-0-25@pipe-c-hdmi-a-1}:

    • {shard-dg1}: NOTRUN -> SKIP +7 similar issues
  • {igt@kms_plane_scaling@plane-downscale-with-rotation-factor-0-25@pipe-a-hdmi-a-1}:

    • {shard-tglu}: NOTRUN -> SKIP +7 similar issues
  • {igt@kms_plane_scaling@plane-downscale-with-rotation-factor-0-5@pipe-b-edp-1}:

    • shard-tglb: NOTRUN -> SKIP +7 similar issues
  • {igt@kms_plane_scaling@planes-downscale-factor-0-5@pipe-a-edp-1}:

    • shard-iclb: NOTRUN -> SKIP +2 similar issues

New tests

New tests have been introduced between CI_DRM_11700_full and IGTPW_7172_full:

New IGT tests (8)

  • igt@dmabuf_sync_file@export-basic:

    • Statuses : 9 skip(s)
    • Exec time: [0.0, 0.00] s
  • igt@dmabuf_sync_file@export-before-signal:

    • Statuses : 9 skip(s)
    • Exec time: [0.0, 0.00] s
  • igt@dmabuf_sync_file@export-multiwait:

    • Statuses : 8 skip(s)
    • Exec time: [0.0, 0.00] s
  • igt@dmabuf_sync_file@export-wait-after-attach:

    • Statuses : 9 skip(s)
    • Exec time: [0.0, 0.00] s
  • igt@dmabuf_sync_file@import-basic:

    • Statuses : 9 skip(s)
    • Exec time: [0.00, 0.01] s
  • igt@dmabuf_sync_file@import-multiple-read-only:

    • Statuses : 9 skip(s)
    • Exec time: [0.00, 0.01] s
  • igt@dmabuf_sync_file@import-multiple-read-write:

    • Statuses : 9 skip(s)
    • Exec time: [0.00] s
  • igt@kms_atomic_interruptible@legacy-cursor@hdmi-a-3-pipe-a:

    • Statuses : 1 pass(s)
    • Exec time: [6.15] s

Known issues

Here are the changes found in IGTPW_7172_full that come from known issues:

IGT changes

Issues hit

  • {igt@dmabuf_sync_file@import-multiple-read-write} (NEW):

  • igt@feature_discovery@display-3x:

  • igt@gem_create@create-massive:

  • igt@gem_ctx_param@set-priority-not-supported:

  • igt@gem_ctx_sseu@engines:

  • igt@gem_exec_fair@basic-deadline:

  • igt@gem_exec_fair@basic-flow@rcs0:

  • igt@gem_exec_fair@basic-none-share@rcs0:

  • igt@gem_exec_fair@basic-none@vcs0:

  • igt@gem_exec_fair@basic-pace-solo@rcs0:

  • igt@gem_exec_flush@basic-uc-pro-default:

  • igt@gem_exec_params@no-blt:

  • igt@gem_exec_params@secure-non-root:

  • igt@gem_lmem_swapping@parallel-random:

  • igt@gem_lmem_swapping@verify:

  • igt@gem_mmap_gtt@coherency:

  • igt@gem_pread@exhaustion:

  • igt@gem_pxp@dmabuf-shared-protected-dst-is-context-refcounted:

  • igt@gem_pxp@regular-baseline-src-copy-readible:

  • igt@gem_render_copy@y-tiled-mc-ccs-to-vebox-y-tiled:

  • igt@gem_userptr_blits@unsync-overlap:

  • igt@gem_userptr_blits@unsync-unmap-cycles:

  • igt@gem_workarounds@suspend-resume-fd:

  • igt@gen7_exec_parse@basic-offset:

  • igt@gen9_exec_parse@allowed-all:

  • igt@gen9_exec_parse@secure-batches:

  • igt@i915_pm_rc6_residency@rc6-fence:

  • igt@i915_pm_rpm@modeset-non-lpsp-stress:

  • igt@i915_suspend@fence-restore-tiled2untiled:

  • igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-async-flip:

  • igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip:

  • igt@kms_big_fb@x-tiled-32bpp-rotate-270:

  • igt@kms_big_fb@x-tiled-8bpp-rotate-90:

  • igt@kms_big_fb@yf-tiled-8bpp-rotate-90:

  • igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180-async-flip:

  • igt@kms_big_joiner@invalid-modeset:

  • igt@kms_ccs@pipe-a-bad-rotation-90-4_tiled_dg2_rc_ccs:

  • igt@kms_ccs@pipe-a-crc-primary-rotation-180-y_tiled_gen12_rc_ccs_cc:

  • igt@kms_ccs@pipe-a-missing-ccs-buffer-y_tiled_gen12_rc_ccs_cc:

  • igt@kms_ccs@pipe-b-bad-aux-stride-y_tiled_gen12_mc_ccs:

  • igt@kms_ccs@pipe-b-ccs-on-another-bo-y_tiled_gen12_mc_ccs:

  • igt@kms_ccs@pipe-b-crc-primary-basic-4_tiled_dg2_mc_ccs:

  • igt@kms_ccs@pipe-b-crc-sprite-planes-basic-yf_tiled_ccs:

  • igt@kms_ccs@pipe-b-random-ccs-data-y_tiled_gen12_rc_ccs_cc:

  • igt@kms_ccs@pipe-c-random-ccs-data-4_tiled_dg2_mc_ccs:

  • igt@kms_ccs@pipe-d-crc-sprite-planes-basic-y_tiled_ccs:

  • igt@kms_cdclk@mode-transition:

  • igt@kms_chamelium@common-hpd-after-suspend:

  • igt@kms_chamelium@hdmi-hpd-enable-disable-mode:

  • igt@kms_chamelium@hdmi-hpd-fast:

  • igt@kms_chamelium@hdmi-mode-timings:

  • igt@kms_color@pipe-d-gamma:

  • igt@kms_color_chamelium@pipe-b-ctm-0-75:

  • igt@kms_content_protection@dp-mst-type-0:

  • igt@kms_cursor_crc@pipe-a-cursor-32x32-sliding:

  • igt@kms_cursor_crc@pipe-b-cursor-32x10-random:

  • igt@kms_cursor_crc@pipe-b-cursor-512x512-sliding:

  • igt@kms_cursor_crc@pipe-d-cursor-512x170-offscreen:

  • igt@kms_cursor_crc@pipe-d-cursor-64x21-sliding:

  • igt@kms_cursor_legacy@2x-long-flip-vs-cursor-legacy:

  • igt@kms_cursor_legacy@cursor-vs-flip-atomic-transitions-varying-size:

  • igt@kms_cursor_legacy@cursorb-vs-flipb-legacy:

  • igt@kms_dither@fb-8bpc-vs-panel-8bpc@edp-1-pipe-a:

  • igt@kms_draw_crc@draw-method-rgb565-mmap-gtt-4tiled:

  • igt@kms_draw_crc@draw-method-xrgb8888-pwrite-4tiled:

  • igt@kms_flip@2x-flip-vs-rmfb-interruptible:

  • igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile-downscaling:

  • igt@kms_frontbuffer_tracking@psr-2p-primscrn-cur-indfb-draw-mmap-cpu:

  • igt@kms_frontbuffer_tracking@psr-2p-primscrn-shrfb-plflip-blt:

  • igt@kms_pipe_crc_basic@read-crc-pipe-d:

  • igt@kms_plane_alpha_blend@pipe-a-alpha-opaque-fb:

  • igt@kms_plane_alpha_blend@pipe-b-alpha-opaque-fb:

  • igt@kms_plane_alpha_blend@pipe-c-alpha-transparent-fb:

  • igt@kms_plane_alpha_blend@pipe-d-alpha-opaque-fb:

  • igt@kms_plane_lowres@pipe-a-tiling-x:

  • igt@kms_plane_lowres@pipe-c-tiling-yf:

  • igt@kms_plane_lowres@pipe-d-tiling-x:

  • igt@kms_psr2_sf@overlay-plane-move-continuous-exceed-sf:

  • igt@kms_psr2_sf@overlay-plane-move-continuous-sf:

  • igt@kms_psr2_su@page_flip-p010:

  • igt@kms_psr@psr2_basic:

  • igt@kms_psr@psr2_cursor_plane_onoff:

  • igt@kms_setmode@invalid-clone-single-crtc-stealing:

  • igt@kms_vblank@pipe-c-ts-continuation-suspend:

  • igt@kms_writeback@writeback-invalid-parameters:

  • igt@kms_writeback@writeback-pixel-formats:

  • igt@nouveau_crc@pipe-a-ctx-flip-skip-current-frame:

  • igt@nouveau_crc@pipe-a-source-rg:

  • igt@nouveau_crc@pipe-d-source-rg:

  • igt@prime_nv_api@i915_nv_import_twice:

  • igt@prime_nv_api@i915_nv_reimport_twice_check_flink_name:

  • igt@prime_vgem@fence-flip-hang:

  • igt@syncobj_timeline@invalid-transfer-non-existent-point:

  • igt@sysfs_clients@sema-25:

  • igt@sysfs_clients@split-25:

  • igt@sysfs_heartbeat_interval@precise@rcs0:

Possible fixes

  • igt@feature_discovery@psr2:

  • igt@gem_ctx_isolation@preservation-s3@vcs0:

  • igt@gem_eio@kms:

  • igt@gem_exec_fair@basic-none-vip@rcs0:

  • igt@gem_exec_fair@basic-none@vcs0:

  • igt@gem_exec_fair@basic-none@vecs0:

  • igt@gem_exec_fair@basic-pace-share@rcs0:

  • igt@gem_exec_fair@basic-pace@vcs0:

  • igt@gem_exec_flush@basic-uc-rw-default:

  • igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-onoff:

  • igt@kms_hdmi_inject@inject-audio:

  • igt@kms_plane@plane-panning-bottom-right-suspend@pipe-a-planes:

  • {igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-pixel-formats@pipe-a-edp-1}:

    • shard-iclb: SKIP -> PASS +1 similar issue
  • {igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-5@pipe-a-edp-1}:

  • igt@kms_psr@psr2_sprite_render:

  • igt@kms_psr_stress_test@flip-primary-invalidate-overlay:

Warnings

{name}: This element is suppressed. This means it is ignored when computing
the status of the difference (SUCCESS, WARNING, or FAILURE).

Build changes

  • CI: CI-20190529 -> None
  • IGT: IGT_6492 -> IGTPW_7172
  • Piglit: piglit_4509 -> None

CI-20190529: 20190529
CI_DRM_11700: f5895776c32b7fc5c196fafef3f5dab7e5ad19c6 @ git://anongit.freedesktop.org/gfx-ci/linux
IGTPW_7172: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_7172/index.html
IGT_6492: ef18e59c374472e961a3a145724e7381eb4800aa @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
piglit_4509: fdc5a4ca11124ab8413c7988896eec4c97336694 @ git://anongit.freedesktop.org/piglit

Pipeline status: SUCCESS.

see https://gitlab.freedesktop.org/gfx-ci/igt-ci-tags/-/pipelines/595854 for the overview.