* [igt-dev] [PATCH i-g-t] tests/i915/kms_draw_crc : check tiling support
@ 2022-01-11 10:54 Jeevan B
2022-01-11 12:57 ` [igt-dev] ✗ GitLab.Pipeline: warning for " Patchwork
` (3 more replies)
0 siblings, 4 replies; 5+ messages in thread
From: Jeevan B @ 2022-01-11 10:54 UTC (permalink / raw)
To: igt-dev; +Cc: Tejas Upadhyay
From: Tejas Upadhyay <tejaskumarx.surendrakumar.upadhyay@intel.com>
We can check tiling support before executing test to avoid
failure and smoothly skipping expected failure.
Signed-off-by: Jeevan B <jeevan.b@intel.com>
Signed-off-by: Tejas Upadhyay <tejaskumarx.surendrakumar.upadhyay@intel.com>
---
lib/intel_bufops.c | 2 +-
tests/i915/kms_draw_crc.c | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/lib/intel_bufops.c b/lib/intel_bufops.c
index f13063fa..4ba4271a 100644
--- a/lib/intel_bufops.c
+++ b/lib/intel_bufops.c
@@ -1176,7 +1176,7 @@ void intel_buf_write_aux_to_png(struct intel_buf *buf, const char *filename)
#define DEFAULT_BUFOPS(__gen_start, __gen_end) \
.gen_start = __gen_start, \
.gen_end = __gen_end, \
- .supported_hw_tiles = TILE_X | TILE_Y, \
+ .supported_hw_tiles = TILE_NONE | TILE_X | TILE_Y, \
.linear_to = copy_linear_to_wc, \
.linear_to_x = copy_linear_to_gtt, \
.linear_to_y = copy_linear_to_gtt, \
diff --git a/tests/i915/kms_draw_crc.c b/tests/i915/kms_draw_crc.c
index 82c368e1..ff1520d1 100644
--- a/tests/i915/kms_draw_crc.c
+++ b/tests/i915/kms_draw_crc.c
@@ -182,6 +182,7 @@ static void draw_method_subtest(enum igt_draw_method method,
igt_skip_on(method == IGT_DRAW_MMAP_GTT &&
!gem_has_mappable_ggtt(drm_fd));
+ igt_require(buf_ops_has_hw_fence(bops, modifier));
igt_require(format_is_supported(formats[format_index], modifier));
/* Use IGT_DRAW_MMAP_GTT/WC on an untiled buffer as the parameter for
--
2.17.1
^ permalink raw reply related [flat|nested] 5+ messages in thread* [igt-dev] ✗ GitLab.Pipeline: warning for tests/i915/kms_draw_crc : check tiling support 2022-01-11 10:54 [igt-dev] [PATCH i-g-t] tests/i915/kms_draw_crc : check tiling support Jeevan B @ 2022-01-11 12:57 ` Patchwork 2022-01-11 12:57 ` [igt-dev] ✓ Fi.CI.BAT: success " Patchwork ` (2 subsequent siblings) 3 siblings, 0 replies; 5+ messages in thread From: Patchwork @ 2022-01-11 12:57 UTC (permalink / raw) To: Jeevan B; +Cc: igt-dev == Series Details == Series: tests/i915/kms_draw_crc : check tiling support URL : https://patchwork.freedesktop.org/series/98734/ State : warning == Summary == Pipeline status: FAILED. see https://gitlab.freedesktop.org/gfx-ci/igt-ci-tags/-/pipelines/481347 for the overview. build-containers:build-debian has failed (https://gitlab.freedesktop.org/gfx-ci/igt-ci-tags/-/jobs/17476501): Using Docker executor with image registry.freedesktop.org/wayland/ci-templates/buildah:2019-08-13.0 ... Authenticating with credentials from job payload (GitLab Registry) Pulling docker image registry.freedesktop.org/wayland/ci-templates/buildah:2019-08-13.0 ... Using docker image sha256:594aa868d31ee3304dee8cae8a3433c89a6fcfcf6c7d420c04cce22f60147176 for registry.freedesktop.org/wayland/ci-templates/buildah:2019-08-13.0 with digest registry.freedesktop.org/wayland/ci-templates/buildah@sha256:7dbcf22cd2c1c7d49db0dc7b4ab207c3d6a4a09bd81cc3b71a688d3727d8749f ... section_end:1641903899:prepare_executor section_start:1641903899:prepare_script Preparing environment Running on runner-ya9tm6yf-project-3185-concurrent-0 via fdo-packet-m1xl-2... section_end:1641903903:prepare_script section_start:1641903903:get_sources Getting source from Git repository $ eval "$CI_PRE_CLONE_SCRIPT" Fetching changes... Reinitialized existing Git repository in /builds/gfx-ci/igt-ci-tags/.git/ fatal: unable to access 'https://gitlab.freedesktop.org/gfx-ci/igt-ci-tags.git/': The requested URL returned error: 504 section_end:1641905706:get_sources section_start:1641905706:cleanup_file_variables Cleaning up file based variables section_end:1641905708:cleanup_file_variables ERROR: Job failed: exit code 1 build-containers:build-fedora has failed (https://gitlab.freedesktop.org/gfx-ci/igt-ci-tags/-/jobs/17476505): Using Docker executor with image registry.freedesktop.org/wayland/ci-templates/buildah:2019-08-13.0 ... Authenticating with credentials from job payload (GitLab Registry) Pulling docker image registry.freedesktop.org/wayland/ci-templates/buildah:2019-08-13.0 ... Using docker image sha256:594aa868d31ee3304dee8cae8a3433c89a6fcfcf6c7d420c04cce22f60147176 for registry.freedesktop.org/wayland/ci-templates/buildah:2019-08-13.0 with digest registry.freedesktop.org/wayland/ci-templates/buildah@sha256:7dbcf22cd2c1c7d49db0dc7b4ab207c3d6a4a09bd81cc3b71a688d3727d8749f ... section_end:1641903946:prepare_executor section_start:1641903946:prepare_script Preparing environment Running on runner-ya9tm6yf-project-3185-concurrent-1 via fdo-packet-m1xl-2... section_end:1641903947:prepare_script section_start:1641903947:get_sources Getting source from Git repository $ eval "$CI_PRE_CLONE_SCRIPT" Fetching changes... Reinitialized existing Git repository in /builds/gfx-ci/igt-ci-tags/.git/ fatal: unable to access 'https://gitlab.freedesktop.org/gfx-ci/igt-ci-tags.git/': The requested URL returned error: 504 section_end:1641905748:get_sources section_start:1641905748:cleanup_file_variables Cleaning up file based variables section_end:1641905750:cleanup_file_variables ERROR: Job failed: exit code 1 == Logs == For more details see: https://gitlab.freedesktop.org/gfx-ci/igt-ci-tags/-/pipelines/481347 ^ permalink raw reply [flat|nested] 5+ messages in thread
* [igt-dev] ✓ Fi.CI.BAT: success for tests/i915/kms_draw_crc : check tiling support 2022-01-11 10:54 [igt-dev] [PATCH i-g-t] tests/i915/kms_draw_crc : check tiling support Jeevan B 2022-01-11 12:57 ` [igt-dev] ✗ GitLab.Pipeline: warning for " Patchwork @ 2022-01-11 12:57 ` Patchwork 2022-01-11 17:56 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork 2022-01-11 21:39 ` [igt-dev] [PATCH i-g-t] " Juha-Pekka Heikkila 3 siblings, 0 replies; 5+ messages in thread From: Patchwork @ 2022-01-11 12:57 UTC (permalink / raw) To: Jeevan B; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 6234 bytes --] == Series Details == Series: tests/i915/kms_draw_crc : check tiling support URL : https://patchwork.freedesktop.org/series/98734/ State : success == Summary == CI Bug Log - changes from CI_DRM_11064 -> IGTPW_6549 ==================================================== Summary ------- **SUCCESS** No regressions found. External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6549/index.html Participating hosts (48 -> 45) ------------------------------ Missing (3): fi-bsw-cyan bat-jsl-2 fi-bdw-samus Known issues ------------ Here are the changes found in IGTPW_6549 that come from known issues: ### IGT changes ### #### Issues hit #### * igt@gem_huc_copy@huc-copy: - fi-skl-6600u: NOTRUN -> [SKIP][1] ([fdo#109271] / [i915#2190]) [1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6549/fi-skl-6600u/igt@gem_huc_copy@huc-copy.html * igt@gem_lmem_swapping@verify-random: - fi-skl-6600u: NOTRUN -> [SKIP][2] ([fdo#109271] / [i915#4613]) +3 similar issues [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6549/fi-skl-6600u/igt@gem_lmem_swapping@verify-random.html * igt@i915_selftest@live@gt_lrc: - fi-bsw-n3050: [PASS][3] -> [DMESG-FAIL][4] ([i915#2373]) [3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11064/fi-bsw-n3050/igt@i915_selftest@live@gt_lrc.html [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6549/fi-bsw-n3050/igt@i915_selftest@live@gt_lrc.html * igt@i915_selftest@live@hangcheck: - fi-snb-2600: [PASS][5] -> [INCOMPLETE][6] ([i915#3921]) [5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11064/fi-snb-2600/igt@i915_selftest@live@hangcheck.html [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6549/fi-snb-2600/igt@i915_selftest@live@hangcheck.html * igt@kms_chamelium@vga-edid-read: - fi-skl-6600u: NOTRUN -> [SKIP][7] ([fdo#109271] / [fdo#111827]) +8 similar issues [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6549/fi-skl-6600u/igt@kms_chamelium@vga-edid-read.html * igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy: - fi-skl-6600u: NOTRUN -> [SKIP][8] ([fdo#109271]) +2 similar issues [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6549/fi-skl-6600u/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy.html * igt@kms_pipe_crc_basic@compare-crc-sanitycheck-pipe-d: - fi-skl-6600u: NOTRUN -> [SKIP][9] ([fdo#109271] / [i915#533]) [9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6549/fi-skl-6600u/igt@kms_pipe_crc_basic@compare-crc-sanitycheck-pipe-d.html * igt@kms_psr@cursor_plane_move: - fi-skl-6600u: NOTRUN -> [FAIL][10] ([i915#4547]) [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6549/fi-skl-6600u/igt@kms_psr@cursor_plane_move.html * igt@runner@aborted: - fi-bsw-n3050: NOTRUN -> [FAIL][11] ([fdo#109271] / [i915#1436] / [i915#3428] / [i915#4312]) [11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6549/fi-bsw-n3050/igt@runner@aborted.html - fi-bdw-5557u: NOTRUN -> [FAIL][12] ([i915#2426] / [i915#4312]) [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6549/fi-bdw-5557u/igt@runner@aborted.html #### Possible fixes #### * igt@gem_exec_suspend@basic-s0@smem: - bat-adlp-4: [DMESG-FAIL][13] ([i915#1888]) -> [PASS][14] [13]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11064/bat-adlp-4/igt@gem_exec_suspend@basic-s0@smem.html [14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6549/bat-adlp-4/igt@gem_exec_suspend@basic-s0@smem.html - fi-tgl-1115g4: [FAIL][15] ([i915#1888]) -> [PASS][16] [15]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11064/fi-tgl-1115g4/igt@gem_exec_suspend@basic-s0@smem.html [16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6549/fi-tgl-1115g4/igt@gem_exec_suspend@basic-s0@smem.html * igt@gem_exec_suspend@basic-s3@smem: - fi-skl-6600u: [INCOMPLETE][17] ([i915#4547]) -> [PASS][18] [17]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11064/fi-skl-6600u/igt@gem_exec_suspend@basic-s3@smem.html [18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6549/fi-skl-6600u/igt@gem_exec_suspend@basic-s3@smem.html * igt@i915_selftest@live@guc: - bat-dg1-5: [INCOMPLETE][19] ([i915#4821]) -> [PASS][20] [19]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11064/bat-dg1-5/igt@i915_selftest@live@guc.html [20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6549/bat-dg1-5/igt@i915_selftest@live@guc.html {name}: This element is suppressed. This means it is ignored when computing the status of the difference (SUCCESS, WARNING, or FAILURE). [fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271 [fdo#111827]: https://bugs.freedesktop.org/show_bug.cgi?id=111827 [i915#1436]: https://gitlab.freedesktop.org/drm/intel/issues/1436 [i915#1888]: https://gitlab.freedesktop.org/drm/intel/issues/1888 [i915#2190]: https://gitlab.freedesktop.org/drm/intel/issues/2190 [i915#2373]: https://gitlab.freedesktop.org/drm/intel/issues/2373 [i915#2426]: https://gitlab.freedesktop.org/drm/intel/issues/2426 [i915#3428]: https://gitlab.freedesktop.org/drm/intel/issues/3428 [i915#3921]: https://gitlab.freedesktop.org/drm/intel/issues/3921 [i915#4312]: https://gitlab.freedesktop.org/drm/intel/issues/4312 [i915#4547]: https://gitlab.freedesktop.org/drm/intel/issues/4547 [i915#4613]: https://gitlab.freedesktop.org/drm/intel/issues/4613 [i915#4821]: https://gitlab.freedesktop.org/drm/intel/issues/4821 [i915#4898]: https://gitlab.freedesktop.org/drm/intel/issues/4898 [i915#533]: https://gitlab.freedesktop.org/drm/intel/issues/533 [i915#541]: https://gitlab.freedesktop.org/drm/intel/issues/541 Build changes ------------- * CI: CI-20190529 -> None * IGT: IGT_6326 -> IGTPW_6549 CI-20190529: 20190529 CI_DRM_11064: 3615104f64e74577aef241f2b1e9cb33faa011a8 @ git://anongit.freedesktop.org/gfx-ci/linux IGTPW_6549: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6549/index.html IGT_6326: ec75f64fcbcf4aac58fbf1bf629e8f59b19db4ce @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6549/index.html [-- Attachment #2: Type: text/html, Size: 7559 bytes --] ^ permalink raw reply [flat|nested] 5+ messages in thread
* [igt-dev] ✓ Fi.CI.IGT: success for tests/i915/kms_draw_crc : check tiling support 2022-01-11 10:54 [igt-dev] [PATCH i-g-t] tests/i915/kms_draw_crc : check tiling support Jeevan B 2022-01-11 12:57 ` [igt-dev] ✗ GitLab.Pipeline: warning for " Patchwork 2022-01-11 12:57 ` [igt-dev] ✓ Fi.CI.BAT: success " Patchwork @ 2022-01-11 17:56 ` Patchwork 2022-01-11 21:39 ` [igt-dev] [PATCH i-g-t] " Juha-Pekka Heikkila 3 siblings, 0 replies; 5+ messages in thread From: Patchwork @ 2022-01-11 17:56 UTC (permalink / raw) To: Jeevan B; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 30264 bytes --] == Series Details == Series: tests/i915/kms_draw_crc : check tiling support URL : https://patchwork.freedesktop.org/series/98734/ State : success == Summary == CI Bug Log - changes from CI_DRM_11064_full -> IGTPW_6549_full ==================================================== Summary ------- **SUCCESS** No regressions found. External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6549/index.html Participating hosts (11 -> 7) ------------------------------ Missing (4): pig-skl-6260u pig-kbl-iris shard-tglu pig-glk-j5005 Known issues ------------ Here are the changes found in IGTPW_6549_full that come from known issues: ### IGT changes ### #### Issues hit #### * igt@gem_create@create-massive: - shard-apl: NOTRUN -> [DMESG-WARN][1] ([i915#3002]) [1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6549/shard-apl1/igt@gem_create@create-massive.html * igt@gem_ctx_persistence@legacy-engines-hostile: - shard-snb: NOTRUN -> [SKIP][2] ([fdo#109271] / [i915#1099]) [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6549/shard-snb5/igt@gem_ctx_persistence@legacy-engines-hostile.html * igt@gem_eio@kms: - shard-tglb: [PASS][3] -> [FAIL][4] ([i915#232]) [3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11064/shard-tglb7/igt@gem_eio@kms.html [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6549/shard-tglb1/igt@gem_eio@kms.html * igt@gem_exec_fair@basic-none@vecs0: - shard-kbl: [PASS][5] -> [FAIL][6] ([i915#2842]) +2 similar issues [5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11064/shard-kbl1/igt@gem_exec_fair@basic-none@vecs0.html [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6549/shard-kbl3/igt@gem_exec_fair@basic-none@vecs0.html - shard-apl: [PASS][7] -> [FAIL][8] ([i915#2842]) +1 similar issue [7]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11064/shard-apl2/igt@gem_exec_fair@basic-none@vecs0.html [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6549/shard-apl1/igt@gem_exec_fair@basic-none@vecs0.html * igt@gem_exec_fair@basic-pace-share@rcs0: - shard-glk: [PASS][9] -> [FAIL][10] ([i915#2842]) [9]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11064/shard-glk5/igt@gem_exec_fair@basic-pace-share@rcs0.html [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6549/shard-glk5/igt@gem_exec_fair@basic-pace-share@rcs0.html * igt@gem_exec_fair@basic-pace-solo@rcs0: - shard-iclb: NOTRUN -> [FAIL][11] ([i915#2842]) [11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6549/shard-iclb7/igt@gem_exec_fair@basic-pace-solo@rcs0.html - shard-glk: NOTRUN -> [FAIL][12] ([i915#2842]) +1 similar issue [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6549/shard-glk6/igt@gem_exec_fair@basic-pace-solo@rcs0.html - shard-kbl: NOTRUN -> [FAIL][13] ([i915#2842]) [13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6549/shard-kbl7/igt@gem_exec_fair@basic-pace-solo@rcs0.html - shard-tglb: NOTRUN -> [FAIL][14] ([i915#2842]) [14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6549/shard-tglb1/igt@gem_exec_fair@basic-pace-solo@rcs0.html - shard-apl: NOTRUN -> [FAIL][15] ([i915#2842]) [15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6549/shard-apl7/igt@gem_exec_fair@basic-pace-solo@rcs0.html * igt@gem_exec_fair@basic-throttle@rcs0: - shard-iclb: [PASS][16] -> [FAIL][17] ([i915#2849]) [16]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11064/shard-iclb8/igt@gem_exec_fair@basic-throttle@rcs0.html [17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6549/shard-iclb4/igt@gem_exec_fair@basic-throttle@rcs0.html * igt@gem_lmem_swapping@random: - shard-apl: NOTRUN -> [SKIP][18] ([fdo#109271] / [i915#4613]) +1 similar issue [18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6549/shard-apl7/igt@gem_lmem_swapping@random.html * igt@gem_pxp@display-protected-crc: - shard-iclb: NOTRUN -> [SKIP][19] ([i915#4270]) [19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6549/shard-iclb3/igt@gem_pxp@display-protected-crc.html - shard-tglb: NOTRUN -> [SKIP][20] ([i915#4270]) [20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6549/shard-tglb5/igt@gem_pxp@display-protected-crc.html * igt@gem_render_copy@y-tiled-mc-ccs-to-y-tiled-ccs: - shard-iclb: NOTRUN -> [SKIP][21] ([i915#768]) [21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6549/shard-iclb4/igt@gem_render_copy@y-tiled-mc-ccs-to-y-tiled-ccs.html * igt@gem_userptr_blits@dmabuf-sync: - shard-tglb: NOTRUN -> [SKIP][22] ([i915#3323]) [22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6549/shard-tglb3/igt@gem_userptr_blits@dmabuf-sync.html * igt@gem_userptr_blits@unsync-unmap-cycles: - shard-tglb: NOTRUN -> [SKIP][23] ([i915#3297]) [23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6549/shard-tglb5/igt@gem_userptr_blits@unsync-unmap-cycles.html - shard-iclb: NOTRUN -> [SKIP][24] ([i915#3297]) [24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6549/shard-iclb3/igt@gem_userptr_blits@unsync-unmap-cycles.html * igt@gen9_exec_parse@bb-start-out: - shard-iclb: NOTRUN -> [SKIP][25] ([i915#2856]) [25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6549/shard-iclb8/igt@gen9_exec_parse@bb-start-out.html * igt@gen9_exec_parse@shadow-peek: - shard-tglb: NOTRUN -> [SKIP][26] ([i915#2527] / [i915#2856]) +1 similar issue [26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6549/shard-tglb1/igt@gen9_exec_parse@shadow-peek.html * igt@i915_pm_dc@dc6-psr: - shard-iclb: [PASS][27] -> [FAIL][28] ([i915#454]) [27]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11064/shard-iclb4/igt@i915_pm_dc@dc6-psr.html [28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6549/shard-iclb3/igt@i915_pm_dc@dc6-psr.html * igt@i915_pm_dc@dc9-dpms: - shard-iclb: [PASS][29] -> [SKIP][30] ([i915#4281]) [29]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11064/shard-iclb8/igt@i915_pm_dc@dc9-dpms.html [30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6549/shard-iclb3/igt@i915_pm_dc@dc9-dpms.html * igt@kms_big_fb@linear-32bpp-rotate-180: - shard-glk: [PASS][31] -> [DMESG-WARN][32] ([i915#118]) +2 similar issues [31]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11064/shard-glk2/igt@kms_big_fb@linear-32bpp-rotate-180.html [32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6549/shard-glk3/igt@kms_big_fb@linear-32bpp-rotate-180.html * igt@kms_big_fb@x-tiled-max-hw-stride-64bpp-rotate-0-hflip: - shard-kbl: NOTRUN -> [SKIP][33] ([fdo#109271] / [i915#3777]) +1 similar issue [33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6549/shard-kbl1/igt@kms_big_fb@x-tiled-max-hw-stride-64bpp-rotate-0-hflip.html * igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-180-hflip: - shard-apl: NOTRUN -> [SKIP][34] ([fdo#109271] / [i915#3777]) +3 similar issues [34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6549/shard-apl2/igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-180-hflip.html * igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180-hflip: - shard-glk: NOTRUN -> [SKIP][35] ([fdo#109271] / [i915#3777]) +1 similar issue [35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6549/shard-glk9/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180-hflip.html - shard-tglb: NOTRUN -> [SKIP][36] ([fdo#111615]) [36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6549/shard-tglb2/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180-hflip.html * igt@kms_big_joiner@invalid-modeset: - shard-iclb: NOTRUN -> [SKIP][37] ([i915#2705]) [37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6549/shard-iclb3/igt@kms_big_joiner@invalid-modeset.html - shard-tglb: NOTRUN -> [SKIP][38] ([i915#2705]) [38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6549/shard-tglb5/igt@kms_big_joiner@invalid-modeset.html * igt@kms_ccs@pipe-b-ccs-on-another-bo-y_tiled_gen12_mc_ccs: - shard-apl: NOTRUN -> [SKIP][39] ([fdo#109271] / [i915#3886]) +7 similar issues [39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6549/shard-apl2/igt@kms_ccs@pipe-b-ccs-on-another-bo-y_tiled_gen12_mc_ccs.html * igt@kms_ccs@pipe-b-random-ccs-data-y_tiled_gen12_rc_ccs_cc: - shard-iclb: NOTRUN -> [SKIP][40] ([fdo#109278] / [i915#3886]) [40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6549/shard-iclb7/igt@kms_ccs@pipe-b-random-ccs-data-y_tiled_gen12_rc_ccs_cc.html - shard-glk: NOTRUN -> [SKIP][41] ([fdo#109271] / [i915#3886]) [41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6549/shard-glk6/igt@kms_ccs@pipe-b-random-ccs-data-y_tiled_gen12_rc_ccs_cc.html - shard-kbl: NOTRUN -> [SKIP][42] ([fdo#109271] / [i915#3886]) [42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6549/shard-kbl7/igt@kms_ccs@pipe-b-random-ccs-data-y_tiled_gen12_rc_ccs_cc.html * igt@kms_ccs@pipe-d-bad-aux-stride-yf_tiled_ccs: - shard-tglb: NOTRUN -> [SKIP][43] ([fdo#111615] / [i915#3689]) +2 similar issues [43]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6549/shard-tglb5/igt@kms_ccs@pipe-d-bad-aux-stride-yf_tiled_ccs.html * igt@kms_chamelium@dp-hpd-for-each-pipe: - shard-kbl: NOTRUN -> [SKIP][44] ([fdo#109271] / [fdo#111827]) +4 similar issues [44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6549/shard-kbl4/igt@kms_chamelium@dp-hpd-for-each-pipe.html - shard-iclb: NOTRUN -> [SKIP][45] ([fdo#109284] / [fdo#111827]) +3 similar issues [45]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6549/shard-iclb8/igt@kms_chamelium@dp-hpd-for-each-pipe.html * igt@kms_color@pipe-d-gamma: - shard-iclb: NOTRUN -> [SKIP][46] ([fdo#109278] / [i915#1149]) [46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6549/shard-iclb1/igt@kms_color@pipe-d-gamma.html * igt@kms_color_chamelium@pipe-a-ctm-green-to-red: - shard-glk: NOTRUN -> [SKIP][47] ([fdo#109271] / [fdo#111827]) +5 similar issues [47]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6549/shard-glk6/igt@kms_color_chamelium@pipe-a-ctm-green-to-red.html * igt@kms_color_chamelium@pipe-c-ctm-0-25: - shard-apl: NOTRUN -> [SKIP][48] ([fdo#109271] / [fdo#111827]) +14 similar issues [48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6549/shard-apl6/igt@kms_color_chamelium@pipe-c-ctm-0-25.html * igt@kms_color_chamelium@pipe-d-ctm-0-5: - shard-snb: NOTRUN -> [SKIP][49] ([fdo#109271] / [fdo#111827]) +4 similar issues [49]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6549/shard-snb4/igt@kms_color_chamelium@pipe-d-ctm-0-5.html - shard-iclb: NOTRUN -> [SKIP][50] ([fdo#109278] / [fdo#109284] / [fdo#111827]) [50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6549/shard-iclb4/igt@kms_color_chamelium@pipe-d-ctm-0-5.html * igt@kms_color_chamelium@pipe-d-ctm-red-to-blue: - shard-tglb: NOTRUN -> [SKIP][51] ([fdo#109284] / [fdo#111827]) +5 similar issues [51]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6549/shard-tglb6/igt@kms_color_chamelium@pipe-d-ctm-red-to-blue.html * igt@kms_cursor_crc@pipe-a-cursor-32x32-offscreen: - shard-tglb: NOTRUN -> [SKIP][52] ([i915#3319]) [52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6549/shard-tglb3/igt@kms_cursor_crc@pipe-a-cursor-32x32-offscreen.html * igt@kms_cursor_crc@pipe-a-cursor-512x512-rapid-movement: - shard-iclb: NOTRUN -> [SKIP][53] ([fdo#109278] / [fdo#109279]) +1 similar issue [53]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6549/shard-iclb4/igt@kms_cursor_crc@pipe-a-cursor-512x512-rapid-movement.html - shard-tglb: NOTRUN -> [SKIP][54] ([fdo#109279] / [i915#3359]) +1 similar issue [54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6549/shard-tglb6/igt@kms_cursor_crc@pipe-a-cursor-512x512-rapid-movement.html * igt@kms_cursor_crc@pipe-b-cursor-32x10-sliding: - shard-tglb: NOTRUN -> [SKIP][55] ([i915#3359]) +4 similar issues [55]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6549/shard-tglb1/igt@kms_cursor_crc@pipe-b-cursor-32x10-sliding.html * igt@kms_cursor_crc@pipe-d-cursor-64x21-sliding: - shard-iclb: NOTRUN -> [SKIP][56] ([fdo#109278]) +12 similar issues [56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6549/shard-iclb5/igt@kms_cursor_crc@pipe-d-cursor-64x21-sliding.html * igt@kms_cursor_crc@pipe-d-cursor-max-size-sliding: - shard-kbl: NOTRUN -> [SKIP][57] ([fdo#109271]) +45 similar issues [57]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6549/shard-kbl3/igt@kms_cursor_crc@pipe-d-cursor-max-size-sliding.html * igt@kms_cursor_legacy@2x-long-cursor-vs-flip-atomic: - shard-iclb: NOTRUN -> [SKIP][58] ([fdo#109274] / [fdo#109278]) +1 similar issue [58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6549/shard-iclb8/igt@kms_cursor_legacy@2x-long-cursor-vs-flip-atomic.html * igt@kms_flip@2x-flip-vs-panning-vs-hang: - shard-iclb: NOTRUN -> [SKIP][59] ([fdo#109274]) +1 similar issue [59]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6549/shard-iclb2/igt@kms_flip@2x-flip-vs-panning-vs-hang.html * igt@kms_flip@2x-wf_vblank-ts-check: - shard-tglb: NOTRUN -> [SKIP][60] ([fdo#109274] / [fdo#111825]) +3 similar issues [60]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6549/shard-tglb1/igt@kms_flip@2x-wf_vblank-ts-check.html * igt@kms_flip@flip-vs-suspend@b-dp1: - shard-apl: [PASS][61] -> [DMESG-WARN][62] ([i915#180]) [61]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11064/shard-apl7/igt@kms_flip@flip-vs-suspend@b-dp1.html [62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6549/shard-apl6/igt@kms_flip@flip-vs-suspend@b-dp1.html * igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile-downscaling: - shard-tglb: NOTRUN -> [SKIP][63] ([i915#2587]) [63]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6549/shard-tglb6/igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile-downscaling.html * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-indfb-plflip-blt: - shard-tglb: NOTRUN -> [SKIP][64] ([fdo#109280] / [fdo#111825]) +5 similar issues [64]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6549/shard-tglb5/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-indfb-plflip-blt.html * igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-draw-mmap-wc: - shard-apl: NOTRUN -> [SKIP][65] ([fdo#109271]) +165 similar issues [65]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6549/shard-apl8/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-draw-mmap-wc.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-indfb-pgflip-blt: - shard-glk: NOTRUN -> [SKIP][66] ([fdo#109271]) +44 similar issues [66]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6549/shard-glk7/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-indfb-pgflip-blt.html * igt@kms_frontbuffer_tracking@psr-2p-primscrn-pri-indfb-draw-mmap-cpu: - shard-iclb: NOTRUN -> [SKIP][67] ([fdo#109280]) +5 similar issues [67]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6549/shard-iclb8/igt@kms_frontbuffer_tracking@psr-2p-primscrn-pri-indfb-draw-mmap-cpu.html * igt@kms_plane_alpha_blend@pipe-b-alpha-transparent-fb: - shard-glk: NOTRUN -> [FAIL][68] ([i915#265]) [68]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6549/shard-glk7/igt@kms_plane_alpha_blend@pipe-b-alpha-transparent-fb.html - shard-apl: NOTRUN -> [FAIL][69] ([i915#265]) [69]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6549/shard-apl3/igt@kms_plane_alpha_blend@pipe-b-alpha-transparent-fb.html - shard-kbl: NOTRUN -> [FAIL][70] ([i915#265]) [70]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6549/shard-kbl6/igt@kms_plane_alpha_blend@pipe-b-alpha-transparent-fb.html * igt@kms_plane_alpha_blend@pipe-c-alpha-opaque-fb: - shard-apl: NOTRUN -> [FAIL][71] ([fdo#108145] / [i915#265]) [71]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6549/shard-apl3/igt@kms_plane_alpha_blend@pipe-c-alpha-opaque-fb.html * igt@kms_plane_cursor@pipe-c-viewport-size-128: - shard-snb: NOTRUN -> [SKIP][72] ([fdo#109271]) +83 similar issues [72]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6549/shard-snb6/igt@kms_plane_cursor@pipe-c-viewport-size-128.html * igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area: - shard-kbl: NOTRUN -> [SKIP][73] ([fdo#109271] / [i915#658]) [73]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6549/shard-kbl4/igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area.html - shard-glk: NOTRUN -> [SKIP][74] ([fdo#109271] / [i915#658]) [74]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6549/shard-glk4/igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area.html - shard-iclb: NOTRUN -> [SKIP][75] ([fdo#111068] / [i915#658]) [75]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6549/shard-iclb8/igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area.html - shard-apl: NOTRUN -> [SKIP][76] ([fdo#109271] / [i915#658]) +1 similar issue [76]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6549/shard-apl8/igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area.html - shard-tglb: NOTRUN -> [SKIP][77] ([i915#2920]) [77]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6549/shard-tglb6/igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area.html * igt@kms_psr@psr2_primary_mmap_cpu: - shard-iclb: [PASS][78] -> [SKIP][79] ([fdo#109441]) [78]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11064/shard-iclb2/igt@kms_psr@psr2_primary_mmap_cpu.html [79]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6549/shard-iclb4/igt@kms_psr@psr2_primary_mmap_cpu.html * igt@kms_setmode@basic: - shard-glk: [PASS][80] -> [FAIL][81] ([i915#31]) [80]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11064/shard-glk1/igt@kms_setmode@basic.html [81]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6549/shard-glk3/igt@kms_setmode@basic.html * igt@kms_writeback@writeback-fb-id: - shard-apl: NOTRUN -> [SKIP][82] ([fdo#109271] / [i915#2437]) [82]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6549/shard-apl4/igt@kms_writeback@writeback-fb-id.html * igt@nouveau_crc@pipe-d-source-outp-complete: - shard-iclb: NOTRUN -> [SKIP][83] ([fdo#109278] / [i915#2530]) [83]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6549/shard-iclb5/igt@nouveau_crc@pipe-d-source-outp-complete.html - shard-tglb: NOTRUN -> [SKIP][84] ([i915#2530]) [84]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6549/shard-tglb6/igt@nouveau_crc@pipe-d-source-outp-complete.html * igt@perf@gen12-unprivileged-single-ctx-counters: - shard-iclb: NOTRUN -> [SKIP][85] ([fdo#109289]) [85]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6549/shard-iclb4/igt@perf@gen12-unprivileged-single-ctx-counters.html * igt@perf@polling-parameterized: - shard-glk: [PASS][86] -> [FAIL][87] ([i915#1542]) [86]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11064/shard-glk8/igt@perf@polling-parameterized.html [87]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6549/shard-glk2/igt@perf@polling-parameterized.html * igt@prime_nv_pcopy@test3_3: - shard-iclb: NOTRUN -> [SKIP][88] ([fdo#109291]) +2 similar issues [88]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6549/shard-iclb7/igt@prime_nv_pcopy@test3_3.html - shard-tglb: NOTRUN -> [SKIP][89] ([fdo#109291]) +2 similar issues [89]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6549/shard-tglb7/igt@prime_nv_pcopy@test3_3.html * igt@prime_vgem@fence-write-hang: - shard-iclb: NOTRUN -> [SKIP][90] ([fdo#109295]) [90]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6549/shard-iclb3/igt@prime_vgem@fence-write-hang.html - shard-tglb: NOTRUN -> [SKIP][91] ([fdo#109295]) [91]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6549/shard-tglb6/igt@prime_vgem@fence-write-hang.html * igt@sysfs_clients@sema-50: - shard-iclb: NOTRUN -> [SKIP][92] ([i915#2994]) [92]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6549/shard-iclb5/igt@sysfs_clients@sema-50.html - shard-kbl: NOTRUN -> [SKIP][93] ([fdo#109271] / [i915#2994]) [93]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6549/shard-kbl4/igt@sysfs_clients@sema-50.html - shard-apl: NOTRUN -> [SKIP][94] ([fdo#109271] / [i915#2994]) +2 similar issues [94]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6549/shard-apl2/igt@sysfs_clients@sema-50.html - shard-glk: NOTRUN -> [SKIP][95] ([fdo#109271] / [i915#2994]) [95]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6549/shard-glk6/igt@sysfs_clients@sema-50.html - shard-tglb: NOTRUN -> [SKIP][96] ([i915#2994]) [96]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6549/shard-tglb1/igt@sysfs_clients@sema-50.html #### Possible fixes #### * igt@gem_exec_balancer@parallel-keep-submit-fence: - shard-iclb: [SKIP][97] ([i915#4525]) -> [PASS][98] +2 similar issues [97]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11064/shard-iclb5/igt@gem_exec_balancer@parallel-keep-submit-fence.html [98]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6549/shard-iclb2/igt@gem_exec_balancer@parallel-keep-submit-fence.html * igt@gem_exec_fair@basic-deadline: - shard-kbl: [FAIL][99] ([i915#2846]) -> [PASS][100] [99]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11064/shard-kbl3/igt@gem_exec_fair@basic-deadline.html [100]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6549/shard-kbl1/igt@gem_exec_fair@basic-deadline.html - shard-glk: [FAIL][101] ([i915#2846]) -> [PASS][102] [101]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11064/shard-glk5/igt@gem_exec_fair@basic-deadline.html [102]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6549/shard-glk9/igt@gem_exec_fair@basic-deadline.html * igt@gem_exec_fair@basic-none-share@rcs0: - shard-glk: [FAIL][103] ([i915#2842]) -> [PASS][104] +1 similar issue [103]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11064/shard-glk8/igt@gem_exec_fair@basic-none-share@rcs0.html [104]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6549/shard-glk8/igt@gem_exec_fair@basic-none-share@rcs0.html * igt@gem_exec_fair@basic-none-vip@rcs0: - shard-kbl: [FAIL][105] ([i915#2842]) -> [PASS][106] +1 similar issue [105]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11064/shard-kbl6/igt@gem_exec_fair@basic-none-vip@rcs0.html [106]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6549/shard-kbl6/igt@gem_exec_fair@basic-none-vip@rcs0.html * igt@gem_exec_fair@basic-pace-share@rcs0: - shard-tglb: [FAIL][107] ([i915#2842]) -> [PASS][108] [107]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11064/shard-tglb7/igt@gem_exec_fair@basic-pace-share@rcs0.html [108]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6549/shard-tglb5/igt@gem_exec_fair@basic-pace-share@rcs0.html * igt@gem_huc_copy@huc-copy: - shard-tglb: [SKIP][109] ([i915#2190]) -> [PASS][110] [109]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11064/shard-tglb6/igt@gem_huc_copy@huc-copy.html [110]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6549/shard-tglb2/igt@gem_huc_copy@huc-copy.html * igt@gen9_exec_parse@allowed-all: - shard-glk: [DMESG-WARN][111] ([i915#1436] / [i915#716]) -> [PASS][112] [111]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11064/shard-glk9/igt@gen9_exec_parse@allowed-all.html [112]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6549/shard-glk8/igt@gen9_exec_parse@allowed-all.html * igt@kms_big_fb@y-tiled-32bpp-rotate-0: - shard-glk: [DMESG-WARN][113] ([i915#118]) -> [PASS][114] [113]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11064/shard-glk7/igt@kms_big_fb@y-tiled-32bpp-rotate-0.html [114]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6549/shard-glk2/igt@kms_big_fb@y-tiled-32bpp-rotate-0.html * igt@kms_flip@flip-vs-suspend-interruptible@c-dp1: - shard-apl: [DMESG-WARN][115] ([i915#180]) -> [PASS][116] +2 similar issues [115]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11064/shard-apl4/igt@kms_flip@flip-vs-suspend-interruptible@c-dp1.html [116]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6549/shard-apl4/igt@kms_flip@flip-vs-suspend-interruptible@c-dp1.html * igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile-upscaling: - shard-glk: [FAIL][117] ([i915#4911]) -> [PASS][118] [117]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11064/shard-glk8/igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile-upscaling.html [118]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6549/shard-glk6/igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile-upscaling.html * igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-move: - shard-glk: [FAIL][119] ([i915#2546]) -> [PASS][120] [119]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11064/shard-glk3/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-move.html [120]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6549/shard-glk2/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-move.html * igt@kms_psr@psr2_cursor_plane_move: - shard-iclb: [SKIP][121] ([fdo#109441]) -> [PASS][122] [121]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11064/shard-iclb5/igt@kms_psr@psr2_cursor_plane_move.html [122]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6549/shard-iclb2/igt@kms_psr@psr2_cursor_plane_move.html #### Warnings #### * igt@gem_exec_fair@basic-none-rrul@rcs0: - shard-iclb: [FAIL][123] ([i915#2842]) -> [FAIL][124] ([i915#2852]) [123]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11064/shard-iclb6/igt@gem_exec_fair@basic-none-rrul@rcs0.html [124]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6549/shard-iclb8/igt@gem_exec_fair@basic-none-rrul@rcs0.html * igt@i915_pm_rc6_residency@rc6-fence: - shard-iclb: [WARN][125] ([i915#2684]) -> [WARN][126] ([i915#1804] / [i915#2684]) +1 similar issue [125]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11064/shard-iclb8/igt@i915_pm_rc6_residency@rc6-fence.html [126]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6549/shard-iclb6/igt@i915_pm_rc6_residency@rc6-fence.html * igt@kms_psr2_sf@overlay-plane-update-continuous-sf: - shard-iclb: [SKIP][127] ([i915#2920]) -> [SKIP][128] ([fdo#111068] / [i915#658]) +1 similar issue [127]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11064/shard-iclb2/igt@kms_psr2_sf@overlay-plane-update-continuous-sf.html [128]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6549/shard-iclb8/igt@kms_psr2_sf@overlay-plane-update-continuous-sf.html * igt@kms_psr2_sf@overlay-primary-update-sf-dmg-area: - shard-iclb: [SKIP][129] ([fdo#111068] / [i915#658]) -> [SKIP][130] ([i915#2920]) [129]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11064/shard-iclb1/igt@kms_psr2_sf@overlay-primary-update-sf-dmg-area.html [130]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6549/shard-iclb2/igt@kms_psr2_sf@overlay-primary-update-sf-dmg-area.html * igt@kms_psr2_su@page_flip-xrgb8888: - shard-iclb: [FAIL][131] ([i915#4148]) -> [SKIP][132] ([fdo#109642] / [fdo#111068] / [i915#658]) [131]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11064/shard-iclb2/igt@kms_psr2_su@page_flip-xrgb8888.html [132]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6549/shard-iclb5/igt@kms_psr2_su@page_flip-xrgb8888.html [fdo#108145]: https://bugs.freedesktop.org/show_bug.cgi?id=108145 [fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271 [fdo#109274]: https://bugs.freedesktop.org/show_bug.cgi?id=109274 [fdo#109278]: https://bugs.freedesktop.org/show_bug.cgi?id=109278 [fdo#109279]: https://bugs.freedesktop.org/show_bug.cgi?id=109279 [fdo#109280]: https://bugs.freedesktop.org/show_bug.cgi?id=109280 [fdo#109284]: https://bugs.freedesktop.org/show_bug.cgi?id=109284 [fdo#109289]: https://bugs.freedesktop.org/show_bug.cgi?id=109289 [fdo#109291]: https://bugs.freedesktop.org/show_bug.cgi?id=109291 [fdo#109295]: https://bugs.freedesktop.org/show_bug.cgi?id=109295 [fdo#109441]: https://bugs.freedesktop.org/show_bug.cgi?id=109441 [fdo#109642]: https://bugs.freedesktop.org/show_bug.cgi?id=109642 [fdo#111068]: https://bugs.freedesktop.org/show_bug.cgi?id=111068 [fdo#111615]: https://bugs.freedesktop.org/show_bug.cgi?id=111615 [fdo#111825]: https://bugs.freedesktop.org/show_bug.cgi?id=111825 [fdo#111827]: https://bugs.freedesktop.org/show_bug.cgi?id=111827 [i915#1099]: https://gitlab.freedesktop.org/drm/intel/issues/1099 [i915#1149]: https://gitlab.freedesktop.org/drm/intel/issues/1149 [i915#118]: https://gitlab.freedesktop.org/drm/intel/issues/118 [i915#1436]: https://gitlab.freedesktop.org/drm/intel/issues/1436 [i915#1542]: https://gitlab.freedesktop.org/drm/intel/issues/1542 [i915#180]: https://gitlab.freedesktop.org/drm/intel/issues/180 [i915#1804]: https://gitlab.freedesktop.org/drm/intel/issues/1804 [i915#2190]: https://gitlab.freedesktop.org/drm/intel/issues/2190 [i915#232]: https://gitlab.freedesktop.org/drm/intel/issues/232 [i915#2437]: https://gitlab.freedesktop.org/drm/intel/issues/2437 [i915#2527]: https://gitlab.freedesktop.org/drm/intel/issues/2527 [i915#2530]: https://gitlab.freedesktop.org/drm/intel/issues/2530 [i915#2546]: https://gitlab.freedesktop.org/drm/intel/issues/2546 [i915#2587]: https://gitlab.freedesktop.org/drm/intel/issues/2587 [i915#265]: https://gitlab.freedesktop.org/drm/intel/issues/265 [i915#2684]: https://gitlab.freedesktop.org/drm/intel/issues/2684 [i915#2705]: https://gitlab.freedesktop.org/drm/intel/issues == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6549/index.html [-- Attachment #2: Type: text/html, Size: 36884 bytes --] ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [igt-dev] [PATCH i-g-t] tests/i915/kms_draw_crc : check tiling support 2022-01-11 10:54 [igt-dev] [PATCH i-g-t] tests/i915/kms_draw_crc : check tiling support Jeevan B ` (2 preceding siblings ...) 2022-01-11 17:56 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork @ 2022-01-11 21:39 ` Juha-Pekka Heikkila 3 siblings, 0 replies; 5+ messages in thread From: Juha-Pekka Heikkila @ 2022-01-11 21:39 UTC (permalink / raw) To: Jeevan B, igt-dev; +Cc: Tejas Upadhyay Why is this patch showing up again? Let's not do this for the second time either. On 11.1.2022 12.54, Jeevan B wrote: > From: Tejas Upadhyay <tejaskumarx.surendrakumar.upadhyay@intel.com> > > We can check tiling support before executing test to avoid > failure and smoothly skipping expected failure. > > Signed-off-by: Jeevan B <jeevan.b@intel.com> > Signed-off-by: Tejas Upadhyay <tejaskumarx.surendrakumar.upadhyay@intel.com> > --- > lib/intel_bufops.c | 2 +- > tests/i915/kms_draw_crc.c | 1 + > 2 files changed, 2 insertions(+), 1 deletion(-) > > diff --git a/lib/intel_bufops.c b/lib/intel_bufops.c > index f13063fa..4ba4271a 100644 > --- a/lib/intel_bufops.c > +++ b/lib/intel_bufops.c > @@ -1176,7 +1176,7 @@ void intel_buf_write_aux_to_png(struct intel_buf *buf, const char *filename) > #define DEFAULT_BUFOPS(__gen_start, __gen_end) \ > .gen_start = __gen_start, \ > .gen_end = __gen_end, \ > - .supported_hw_tiles = TILE_X | TILE_Y, \ > + .supported_hw_tiles = TILE_NONE | TILE_X | TILE_Y, \ there's no need to think about (de-)tiling linear buffers. > .linear_to = copy_linear_to_wc, \ > .linear_to_x = copy_linear_to_gtt, \ > .linear_to_y = copy_linear_to_gtt, \ > diff --git a/tests/i915/kms_draw_crc.c b/tests/i915/kms_draw_crc.c > index 82c368e1..ff1520d1 100644 > --- a/tests/i915/kms_draw_crc.c > +++ b/tests/i915/kms_draw_crc.c > @@ -182,6 +182,7 @@ static void draw_method_subtest(enum igt_draw_method method, > igt_skip_on(method == IGT_DRAW_MMAP_GTT && > !gem_has_mappable_ggtt(drm_fd)); > > + igt_require(buf_ops_has_hw_fence(bops, modifier)); This will not work on hw where there is no hw detiling. See how __buf_ops_create(..) works in igt, if needed it just will do tiling with sw instead. > igt_require(format_is_supported(formats[format_index], modifier)); > > /* Use IGT_DRAW_MMAP_GTT/WC on an untiled buffer as the parameter for ^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2022-01-11 21:39 UTC | newest] Thread overview: 5+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2022-01-11 10:54 [igt-dev] [PATCH i-g-t] tests/i915/kms_draw_crc : check tiling support Jeevan B 2022-01-11 12:57 ` [igt-dev] ✗ GitLab.Pipeline: warning for " Patchwork 2022-01-11 12:57 ` [igt-dev] ✓ Fi.CI.BAT: success " Patchwork 2022-01-11 17:56 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork 2022-01-11 21:39 ` [igt-dev] [PATCH i-g-t] " Juha-Pekka Heikkila
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.