* [igt-dev] [PATCH i-g-t] tests/kms_atomic: check zpos is mutable before test mutable zpos
@ 2023-08-24 16:33 Melissa Wen
2023-08-24 18:25 ` [igt-dev] ✗ GitLab.Pipeline: warning for " Patchwork
` (4 more replies)
0 siblings, 5 replies; 7+ messages in thread
From: Melissa Wen @ 2023-08-24 16:33 UTC (permalink / raw)
To: igt-dev, Petri Latvala, Arkadiusz Hiler, Kamil Konieczny,
Juha-Pekka Heikkila, Bhanuprakash Modem, Ashutosh Dixit
Cc: Philipp Zabel, Tomeu Vizoso, kernel-dev
plane-primary-overlay-mutable-zpos only works if both plane types have
mutable zpos property. However, drivers usually set primary zpos as
immutable and the test case just fails. Create a helper to check if a
plane have mutable zpos and skip the test case if zpos changes are not
allowed.
Signed-off-by: Melissa Wen <mwen@igalia.com>
---
Hi,
I don't know what drivers currently use this test case (imx?), but
besides this requirement check, the test case seems to use an uncommon
format for overlay plane (ARGB1555). From drm_info[1], I think a more
generic option would be ARGB8888 for alpha blending tests, but a primary
plane with mutable zpos doesn't seem a common case too.
Let me know your thoughts
[1] https://drmdb.emersion.fr/formats?plane=0
lib/igt_kms.c | 17 +++++++++++++++++
lib/igt_kms.h | 2 ++
tests/kms_atomic.c | 3 +++
3 files changed, 22 insertions(+)
diff --git a/lib/igt_kms.c b/lib/igt_kms.c
index e0959ccff..42dc66fcd 100644
--- a/lib/igt_kms.c
+++ b/lib/igt_kms.c
@@ -3827,6 +3827,23 @@ void igt_plane_set_prop_enum(igt_plane_t *plane,
igt_assert(igt_plane_try_prop_enum(plane, prop, val));
}
+bool igt_plane_check_prop_is_mutable(igt_plane_t *plane,
+ enum igt_atomic_plane_properties igt_prop)
+{
+ drmModePropertyPtr prop;
+ uint64_t value;
+ bool has_prop;
+
+ has_prop = kmstest_get_property(plane->pipe->display->drm_fd,
+ plane->drm_plane->plane_id,
+ DRM_MODE_OBJECT_PLANE,
+ igt_plane_prop_names[igt_prop], NULL,
+ &value, &prop);
+ igt_assert(has_prop);
+
+ return !(prop->flags & DRM_MODE_PROP_IMMUTABLE);
+}
+
/**
* igt_plane_replace_prop_blob:
* @plane: plane to set property on.
diff --git a/lib/igt_kms.h b/lib/igt_kms.h
index 91355c910..4b4ec6c5a 100644
--- a/lib/igt_kms.h
+++ b/lib/igt_kms.h
@@ -734,6 +734,8 @@ extern void igt_plane_replace_prop_blob(igt_plane_t *plane,
enum igt_atomic_plane_properties prop,
const void *ptr, size_t length);
+extern bool igt_plane_check_prop_is_mutable(igt_plane_t *plane,
+ enum igt_atomic_plane_properties igt_prop);
/**
* igt_output_has_prop:
* @output: Output to check.
diff --git a/tests/kms_atomic.c b/tests/kms_atomic.c
index 3289219f9..22ddf5633 100644
--- a/tests/kms_atomic.c
+++ b/tests/kms_atomic.c
@@ -1463,7 +1463,10 @@ igt_main
igt_require(overlay);
igt_require(igt_plane_has_prop(primary, IGT_PLANE_ZPOS));
+ igt_require(igt_plane_check_prop_is_mutable(primary, IGT_PLANE_ZPOS));
+
igt_require(igt_plane_has_prop(overlay, IGT_PLANE_ZPOS));
+ igt_require(igt_plane_check_prop_is_mutable(overlay, IGT_PLANE_ZPOS));
igt_require(igt_plane_has_format_mod(primary, format_primary, 0x0));
igt_require(igt_plane_has_format_mod(overlay, format_overlay, 0x0));
--
2.40.1
^ permalink raw reply related [flat|nested] 7+ messages in thread* [igt-dev] ✗ GitLab.Pipeline: warning for tests/kms_atomic: check zpos is mutable before test mutable zpos 2023-08-24 16:33 [igt-dev] [PATCH i-g-t] tests/kms_atomic: check zpos is mutable before test mutable zpos Melissa Wen @ 2023-08-24 18:25 ` Patchwork 2023-08-24 19:03 ` [igt-dev] ✓ Fi.CI.BAT: success " Patchwork ` (3 subsequent siblings) 4 siblings, 0 replies; 7+ messages in thread From: Patchwork @ 2023-08-24 18:25 UTC (permalink / raw) To: Melissa Wen; +Cc: igt-dev == Series Details == Series: tests/kms_atomic: check zpos is mutable before test mutable zpos URL : https://patchwork.freedesktop.org/series/122856/ State : warning == Summary == Pipeline status: FAILED. see https://gitlab.freedesktop.org/gfx-ci/igt-ci-tags/-/pipelines/969848 for the overview. build-containers:build-debian-mips has failed (https://gitlab.freedesktop.org/gfx-ci/igt-ci-tags/-/jobs/48000421): time="2023-08-24T18:20:53Z" level=fatal msg="Error determining repository tags: Get https://registry.freedesktop.org/v2/gfx-ci/igt-ci-tags/build-debian-mips/tags/list?last=commit-4dd249c99cbaedcfbde4e99d52ef845bb5ecc4f8&n=100: dial tcp 147.75.198.156:443: i/o timeout" Building! STEP 1: FROM debian:buster Getting image source signatures Copying blob sha256:d6b7393fb4f375905c31c483d81ce2a2905f88aba8cb198874da2b54035bc41d Copying config sha256:de08540e8ff0e470ff7956df4bed403725a5f45c186e9bf495da5344ff8fbe84 Writing manifest to image destination Storing signatures STEP 2: RUN apt-get update error running container: error creating container for [/bin/sh -c apt-get update]: time="2023-08-24T18:21:07Z" level=warning msg="signal: killed" time="2023-08-24T18:21:07Z" level=error msg="container_linux.go:346: starting container process caused \"process_linux.go:297: applying cgroup configuration for process caused \\\"mountpoint for cgroup not found\\\"\"\n" container_linux.go:346: starting container process caused "process_linux.go:297: applying cgroup configuration for process caused \"mountpoint for cgroup not found\"" : exit status 1 Error: error building at STEP "RUN apt-get update": error while running runtime: exit status 1 section_end:1692901268:step_script section_start:1692901268:cleanup_file_variables Cleaning up project directory and file based variables section_end:1692901268:cleanup_file_variables ERROR: Job failed: exit code 1 == Logs == For more details see: https://gitlab.freedesktop.org/gfx-ci/igt-ci-tags/-/pipelines/969848 ^ permalink raw reply [flat|nested] 7+ messages in thread
* [igt-dev] ✓ Fi.CI.BAT: success for tests/kms_atomic: check zpos is mutable before test mutable zpos 2023-08-24 16:33 [igt-dev] [PATCH i-g-t] tests/kms_atomic: check zpos is mutable before test mutable zpos Melissa Wen 2023-08-24 18:25 ` [igt-dev] ✗ GitLab.Pipeline: warning for " Patchwork @ 2023-08-24 19:03 ` Patchwork 2023-08-24 19:15 ` [igt-dev] ✗ CI.xeBAT: failure " Patchwork ` (2 subsequent siblings) 4 siblings, 0 replies; 7+ messages in thread From: Patchwork @ 2023-08-24 19:03 UTC (permalink / raw) To: Melissa Wen; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 4757 bytes --] == Series Details == Series: tests/kms_atomic: check zpos is mutable before test mutable zpos URL : https://patchwork.freedesktop.org/series/122856/ State : success == Summary == CI Bug Log - changes from CI_DRM_13562 -> IGTPW_9653 ==================================================== Summary ------- **SUCCESS** No regressions found. External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/index.html Participating hosts (41 -> 40) ------------------------------ Missing (1): fi-snb-2520m Known issues ------------ Here are the changes found in IGTPW_9653 that come from known issues: ### IGT changes ### #### Issues hit #### * igt@gem_exec_suspend@basic-s0@smem: - bat-jsl-3: [PASS][1] -> [ABORT][2] ([i915#5122]) [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13562/bat-jsl-3/igt@gem_exec_suspend@basic-s0@smem.html [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/bat-jsl-3/igt@gem_exec_suspend@basic-s0@smem.html - bat-dg2-9: [PASS][3] -> [INCOMPLETE][4] ([i915#6311]) [3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13562/bat-dg2-9/igt@gem_exec_suspend@basic-s0@smem.html [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/bat-dg2-9/igt@gem_exec_suspend@basic-s0@smem.html * igt@i915_suspend@basic-s3-without-i915: - bat-jsl-3: [PASS][5] -> [FAIL][6] ([fdo#103375]) [5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13562/bat-jsl-3/igt@i915_suspend@basic-s3-without-i915.html [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/bat-jsl-3/igt@i915_suspend@basic-s3-without-i915.html - bat-adlm-1: NOTRUN -> [INCOMPLETE][7] ([i915#7443]) [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/bat-adlm-1/igt@i915_suspend@basic-s3-without-i915.html - bat-mtlp-8: NOTRUN -> [SKIP][8] ([i915#6645]) [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/bat-mtlp-8/igt@i915_suspend@basic-s3-without-i915.html * igt@kms_psr@sprite_plane_onoff: - bat-rplp-1: NOTRUN -> [ABORT][9] ([i915#8442] / [i915#8668] / [i915#8712]) [9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/bat-rplp-1/igt@kms_psr@sprite_plane_onoff.html #### Possible fixes #### * igt@i915_selftest@live@requests: - bat-mtlp-8: [ABORT][10] ([i915#7982] / [i915#8865]) -> [PASS][11] [10]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13562/bat-mtlp-8/igt@i915_selftest@live@requests.html [11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/bat-mtlp-8/igt@i915_selftest@live@requests.html * igt@i915_selftest@live@workarounds: - bat-adlm-1: [INCOMPLETE][12] ([i915#4983] / [i915#7677]) -> [PASS][13] [12]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13562/bat-adlm-1/igt@i915_selftest@live@workarounds.html [13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/bat-adlm-1/igt@i915_selftest@live@workarounds.html #### Warnings #### * igt@kms_psr@cursor_plane_move: - bat-rplp-1: [ABORT][14] ([i915#8469] / [i915#8668]) -> [SKIP][15] ([i915#1072]) [14]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13562/bat-rplp-1/igt@kms_psr@cursor_plane_move.html [15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/bat-rplp-1/igt@kms_psr@cursor_plane_move.html [fdo#103375]: https://bugs.freedesktop.org/show_bug.cgi?id=103375 [i915#1072]: https://gitlab.freedesktop.org/drm/intel/issues/1072 [i915#4983]: https://gitlab.freedesktop.org/drm/intel/issues/4983 [i915#5122]: https://gitlab.freedesktop.org/drm/intel/issues/5122 [i915#6311]: https://gitlab.freedesktop.org/drm/intel/issues/6311 [i915#6645]: https://gitlab.freedesktop.org/drm/intel/issues/6645 [i915#7443]: https://gitlab.freedesktop.org/drm/intel/issues/7443 [i915#7677]: https://gitlab.freedesktop.org/drm/intel/issues/7677 [i915#7982]: https://gitlab.freedesktop.org/drm/intel/issues/7982 [i915#8442]: https://gitlab.freedesktop.org/drm/intel/issues/8442 [i915#8469]: https://gitlab.freedesktop.org/drm/intel/issues/8469 [i915#8668]: https://gitlab.freedesktop.org/drm/intel/issues/8668 [i915#8712]: https://gitlab.freedesktop.org/drm/intel/issues/8712 [i915#8865]: https://gitlab.freedesktop.org/drm/intel/issues/8865 Build changes ------------- * CI: CI-20190529 -> None * IGT: IGT_7451 -> IGTPW_9653 CI-20190529: 20190529 CI_DRM_13562: 6cd46255547ba72bb6cc6aab91c905b1dec95696 @ git://anongit.freedesktop.org/gfx-ci/linux IGTPW_9653: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/index.html IGT_7451: 5d48d1fb231f449fe2f80cda14ea7a1ecfda59fa @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/index.html [-- Attachment #2: Type: text/html, Size: 5594 bytes --] ^ permalink raw reply [flat|nested] 7+ messages in thread
* [igt-dev] ✗ CI.xeBAT: failure for tests/kms_atomic: check zpos is mutable before test mutable zpos 2023-08-24 16:33 [igt-dev] [PATCH i-g-t] tests/kms_atomic: check zpos is mutable before test mutable zpos Melissa Wen 2023-08-24 18:25 ` [igt-dev] ✗ GitLab.Pipeline: warning for " Patchwork 2023-08-24 19:03 ` [igt-dev] ✓ Fi.CI.BAT: success " Patchwork @ 2023-08-24 19:15 ` Patchwork 2023-08-25 7:29 ` [igt-dev] ✓ Fi.CI.IGT: success " Patchwork 2023-08-28 15:39 ` [igt-dev] [PATCH i-g-t] " Kamil Konieczny 4 siblings, 0 replies; 7+ messages in thread From: Patchwork @ 2023-08-24 19:15 UTC (permalink / raw) To: Melissa Wen; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 4996 bytes --] == Series Details == Series: tests/kms_atomic: check zpos is mutable before test mutable zpos URL : https://patchwork.freedesktop.org/series/122856/ State : failure == Summary == CI Bug Log - changes from XEIGT_7451_BAT -> XEIGTPW_9653_BAT ==================================================== Summary ------- **FAILURE** Serious unknown changes coming with XEIGTPW_9653_BAT absolutely need to be verified manually. If you think the reported changes have nothing to do with the changes introduced in XEIGTPW_9653_BAT, please notify your bug team to allow them to document this new failure mode, which will reduce false positives in CI. Participating hosts (3 -> 3) ------------------------------ No changes in participating hosts Possible new issues ------------------- Here are the unknown changes that may have been introduced in XEIGTPW_9653_BAT: ### IGT changes ### #### Possible regressions #### * igt@kms_flip@basic-flip-vs-dpms@a-dp3: - bat-dg2-oem2: [PASS][1] -> [FAIL][2] [1]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7451/bat-dg2-oem2/igt@kms_flip@basic-flip-vs-dpms@a-dp3.html [2]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_9653/bat-dg2-oem2/igt@kms_flip@basic-flip-vs-dpms@a-dp3.html Known issues ------------ Here are the changes found in XEIGTPW_9653_BAT that come from known issues: ### IGT changes ### #### Issues hit #### * igt@kms_flip@basic-flip-vs-modeset@b-dp3: - bat-dg2-oem2: [PASS][3] -> [FAIL][4] ([Intel XE#554]) +11 similar issues [3]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7451/bat-dg2-oem2/igt@kms_flip@basic-flip-vs-modeset@b-dp3.html [4]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_9653/bat-dg2-oem2/igt@kms_flip@basic-flip-vs-modeset@b-dp3.html * igt@kms_pipe_crc_basic@compare-crc-sanitycheck-xr24@pipe-a-dp-3: - bat-dg2-oem2: [PASS][5] -> [DMESG-WARN][6] ([Intel XE#547]) +32 similar issues [5]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7451/bat-dg2-oem2/igt@kms_pipe_crc_basic@compare-crc-sanitycheck-xr24@pipe-a-dp-3.html [6]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_9653/bat-dg2-oem2/igt@kms_pipe_crc_basic@compare-crc-sanitycheck-xr24@pipe-a-dp-3.html * igt@kms_pipe_crc_basic@read-crc@pipe-a-dp-3: - bat-dg2-oem2: [PASS][7] -> [DMESG-FAIL][8] ([Intel XE#547]) +5 similar issues [7]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7451/bat-dg2-oem2/igt@kms_pipe_crc_basic@read-crc@pipe-a-dp-3.html [8]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_9653/bat-dg2-oem2/igt@kms_pipe_crc_basic@read-crc@pipe-a-dp-3.html #### Warnings #### * igt@kms_cursor_legacy@basic-flip-before-cursor-legacy: - bat-atsm-2: [SKIP][9] ([Intel XE#274]) -> [SKIP][10] ([Intel XE#274] / [Intel XE#539]) +5 similar issues [9]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7451/bat-atsm-2/igt@kms_cursor_legacy@basic-flip-before-cursor-legacy.html [10]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_9653/bat-atsm-2/igt@kms_cursor_legacy@basic-flip-before-cursor-legacy.html * igt@kms_pipe_crc_basic@compare-crc-sanitycheck-nv12: - bat-dg2-oem2: [FAIL][11] ([Intel XE#400]) -> [DMESG-WARN][12] ([Intel XE#547]) +2 similar issues [11]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7451/bat-dg2-oem2/igt@kms_pipe_crc_basic@compare-crc-sanitycheck-nv12.html [12]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_9653/bat-dg2-oem2/igt@kms_pipe_crc_basic@compare-crc-sanitycheck-nv12.html * igt@kms_pipe_crc_basic@compare-crc-sanitycheck-xr24: - bat-atsm-2: [SKIP][13] ([i915#1836]) -> [SKIP][14] ([Intel XE#537] / [i915#1836]) +6 similar issues [13]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7451/bat-atsm-2/igt@kms_pipe_crc_basic@compare-crc-sanitycheck-xr24.html [14]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_9653/bat-atsm-2/igt@kms_pipe_crc_basic@compare-crc-sanitycheck-xr24.html [Intel XE#274]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/274 [Intel XE#400]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/400 [Intel XE#537]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/537 [Intel XE#539]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/539 [Intel XE#547]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/547 [Intel XE#554]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/554 [i915#1836]: https://gitlab.freedesktop.org/drm/intel/issues/1836 Build changes ------------- * IGT: IGT_7451 -> IGTPW_9653 * Linux: xe-330-3a964d06598874329aab6f8db7fd52840135d568 -> xe-340-c77796cf84361b4716839141f2e48de2bf7f4bd5 IGTPW_9653: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/index.html IGT_7451: 5d48d1fb231f449fe2f80cda14ea7a1ecfda59fa @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git xe-330-3a964d06598874329aab6f8db7fd52840135d568: 3a964d06598874329aab6f8db7fd52840135d568 xe-340-c77796cf84361b4716839141f2e48de2bf7f4bd5: c77796cf84361b4716839141f2e48de2bf7f4bd5 [-- Attachment #2: Type: text/html, Size: 5922 bytes --] ^ permalink raw reply [flat|nested] 7+ messages in thread
* [igt-dev] ✓ Fi.CI.IGT: success for tests/kms_atomic: check zpos is mutable before test mutable zpos 2023-08-24 16:33 [igt-dev] [PATCH i-g-t] tests/kms_atomic: check zpos is mutable before test mutable zpos Melissa Wen ` (2 preceding siblings ...) 2023-08-24 19:15 ` [igt-dev] ✗ CI.xeBAT: failure " Patchwork @ 2023-08-25 7:29 ` Patchwork 2023-08-28 15:39 ` [igt-dev] [PATCH i-g-t] " Kamil Konieczny 4 siblings, 0 replies; 7+ messages in thread From: Patchwork @ 2023-08-25 7:29 UTC (permalink / raw) To: Melissa Wen; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 86432 bytes --] == Series Details == Series: tests/kms_atomic: check zpos is mutable before test mutable zpos URL : https://patchwork.freedesktop.org/series/122856/ State : success == Summary == CI Bug Log - changes from CI_DRM_13562_full -> IGTPW_9653_full ==================================================== Summary ------- **WARNING** Minor unknown changes coming with IGTPW_9653_full need to be verified manually. If you think the reported changes have nothing to do with the changes introduced in IGTPW_9653_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_9653/index.html Participating hosts (9 -> 9) ------------------------------ No changes in participating hosts Possible new issues ------------------- Here are the unknown changes that may have been introduced in IGTPW_9653_full: ### IGT changes ### #### Warnings #### * igt@kms_atomic@plane-primary-overlay-mutable-zpos: - shard-mtlp: [SKIP][1] ([i915#404]) -> [SKIP][2] [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13562/shard-mtlp-7/igt@kms_atomic@plane-primary-overlay-mutable-zpos.html [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-mtlp-4/igt@kms_atomic@plane-primary-overlay-mutable-zpos.html - shard-dg2: [SKIP][3] ([i915#404]) -> [SKIP][4] [3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13562/shard-dg2-1/igt@kms_atomic@plane-primary-overlay-mutable-zpos.html [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-dg2-5/igt@kms_atomic@plane-primary-overlay-mutable-zpos.html - shard-rkl: [SKIP][5] ([i915#404]) -> [SKIP][6] [5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13562/shard-rkl-2/igt@kms_atomic@plane-primary-overlay-mutable-zpos.html [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-rkl-4/igt@kms_atomic@plane-primary-overlay-mutable-zpos.html - shard-dg1: [SKIP][7] ([i915#404]) -> [SKIP][8] [7]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13562/shard-dg1-14/igt@kms_atomic@plane-primary-overlay-mutable-zpos.html [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-dg1-16/igt@kms_atomic@plane-primary-overlay-mutable-zpos.html - shard-tglu: [SKIP][9] ([i915#404]) -> [SKIP][10] [9]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13562/shard-tglu-9/igt@kms_atomic@plane-primary-overlay-mutable-zpos.html [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-tglu-6/igt@kms_atomic@plane-primary-overlay-mutable-zpos.html Known issues ------------ Here are the changes found in IGTPW_9653_full that come from known issues: ### IGT changes ### #### Issues hit #### * igt@api_intel_bb@crc32: - shard-rkl: NOTRUN -> [SKIP][11] ([i915#6230]) [11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-rkl-2/igt@api_intel_bb@crc32.html - shard-tglu: NOTRUN -> [SKIP][12] ([i915#6230]) [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-tglu-9/igt@api_intel_bb@crc32.html * igt@device_reset@cold-reset-bound: - shard-dg2: NOTRUN -> [SKIP][13] ([i915#7701]) [13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-dg2-2/igt@device_reset@cold-reset-bound.html * igt@device_reset@unbind-cold-reset-rebind: - shard-tglu: NOTRUN -> [SKIP][14] ([i915#7701]) [14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-tglu-6/igt@device_reset@unbind-cold-reset-rebind.html * igt@drm_fdinfo@busy@vcs1: - shard-dg1: NOTRUN -> [SKIP][15] ([i915#8414]) +4 similar issues [15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-dg1-14/igt@drm_fdinfo@busy@vcs1.html * igt@drm_fdinfo@most-busy-check-all@bcs0: - shard-dg2: NOTRUN -> [SKIP][16] ([i915#8414]) +22 similar issues [16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-dg2-12/igt@drm_fdinfo@most-busy-check-all@bcs0.html * igt@feature_discovery@chamelium: - shard-dg2: NOTRUN -> [SKIP][17] ([i915#4854]) [17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-dg2-8/igt@feature_discovery@chamelium.html * igt@gem_basic@multigpu-create-close: - shard-tglu: NOTRUN -> [SKIP][18] ([i915#7697]) [18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-tglu-10/igt@gem_basic@multigpu-create-close.html * igt@gem_busy@semaphore: - shard-dg2: NOTRUN -> [SKIP][19] ([i915#3936]) [19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-dg2-8/igt@gem_busy@semaphore.html * igt@gem_caching@writes: - shard-mtlp: NOTRUN -> [SKIP][20] ([i915#4873]) +1 similar issue [20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-mtlp-5/igt@gem_caching@writes.html * igt@gem_ctx_exec@basic-nohangcheck: - shard-tglu: [PASS][21] -> [FAIL][22] ([i915#6268]) [21]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13562/shard-tglu-3/igt@gem_ctx_exec@basic-nohangcheck.html [22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-tglu-4/igt@gem_ctx_exec@basic-nohangcheck.html - shard-mtlp: [PASS][23] -> [FAIL][24] ([i915#6121]) [23]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13562/shard-mtlp-2/igt@gem_ctx_exec@basic-nohangcheck.html [24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-mtlp-8/igt@gem_ctx_exec@basic-nohangcheck.html * igt@gem_ctx_persistence@hang: - shard-mtlp: NOTRUN -> [SKIP][25] ([i915#8555]) [25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-mtlp-4/igt@gem_ctx_persistence@hang.html * igt@gem_ctx_persistence@heartbeat-many: - shard-dg2: NOTRUN -> [SKIP][26] ([i915#8555]) +1 similar issue [26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-dg2-8/igt@gem_ctx_persistence@heartbeat-many.html * igt@gem_ctx_persistence@legacy-engines-hostile@vebox: - shard-mtlp: [PASS][27] -> [FAIL][28] ([i915#2410]) +2 similar issues [27]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13562/shard-mtlp-3/igt@gem_ctx_persistence@legacy-engines-hostile@vebox.html [28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-mtlp-3/igt@gem_ctx_persistence@legacy-engines-hostile@vebox.html * igt@gem_ctx_persistence@legacy-engines-queued: - shard-snb: NOTRUN -> [SKIP][29] ([fdo#109271] / [i915#1099]) +1 similar issue [29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-snb7/igt@gem_ctx_persistence@legacy-engines-queued.html * igt@gem_ctx_persistence@saturated-hostile-nopreempt@vcs1: - shard-mtlp: NOTRUN -> [SKIP][30] ([i915#5882]) +5 similar issues [30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-mtlp-7/igt@gem_ctx_persistence@saturated-hostile-nopreempt@vcs1.html * igt@gem_ctx_persistence@saturated-hostile@vecs0: - shard-mtlp: [PASS][31] -> [FAIL][32] ([i915#7816]) +2 similar issues [31]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13562/shard-mtlp-4/igt@gem_ctx_persistence@saturated-hostile@vecs0.html [32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-mtlp-3/igt@gem_ctx_persistence@saturated-hostile@vecs0.html * igt@gem_ctx_sseu@invalid-args: - shard-rkl: NOTRUN -> [SKIP][33] ([i915#280]) [33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-rkl-2/igt@gem_ctx_sseu@invalid-args.html * igt@gem_eio@unwedge-stress: - shard-dg1: [PASS][34] -> [FAIL][35] ([i915#5784]) [34]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13562/shard-dg1-14/igt@gem_eio@unwedge-stress.html [35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-dg1-16/igt@gem_eio@unwedge-stress.html * igt@gem_exec_balancer@bonded-sync: - shard-dg2: NOTRUN -> [SKIP][36] ([i915#4771]) [36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-dg2-6/igt@gem_exec_balancer@bonded-sync.html * igt@gem_exec_balancer@parallel-contexts: - shard-rkl: NOTRUN -> [SKIP][37] ([i915#4525]) [37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-rkl-4/igt@gem_exec_balancer@parallel-contexts.html * igt@gem_exec_balancer@sliced: - shard-dg2: NOTRUN -> [SKIP][38] ([i915#4812]) +1 similar issue [38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-dg2-1/igt@gem_exec_balancer@sliced.html * igt@gem_exec_capture@capture-recoverable: - shard-rkl: NOTRUN -> [SKIP][39] ([i915#6344]) [39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-rkl-7/igt@gem_exec_capture@capture-recoverable.html - shard-tglu: NOTRUN -> [SKIP][40] ([i915#6344]) [40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-tglu-7/igt@gem_exec_capture@capture-recoverable.html * igt@gem_exec_fair@basic-pace-solo@rcs0: - shard-rkl: [PASS][41] -> [FAIL][42] ([i915#2842]) +1 similar issue [41]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13562/shard-rkl-4/igt@gem_exec_fair@basic-pace-solo@rcs0.html [42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-rkl-1/igt@gem_exec_fair@basic-pace-solo@rcs0.html * igt@gem_exec_fair@basic-sync: - shard-dg1: NOTRUN -> [SKIP][43] ([i915#3539]) [43]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-dg1-17/igt@gem_exec_fair@basic-sync.html - shard-mtlp: NOTRUN -> [SKIP][44] ([i915#4473] / [i915#4771]) [44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-mtlp-2/igt@gem_exec_fair@basic-sync.html * igt@gem_exec_flush@basic-wb-rw-default: - shard-dg2: NOTRUN -> [SKIP][45] ([i915#3539] / [i915#4852]) +5 similar issues [45]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-dg2-11/igt@gem_exec_flush@basic-wb-rw-default.html * igt@gem_exec_reloc@basic-wc: - shard-rkl: NOTRUN -> [SKIP][46] ([i915#3281]) +4 similar issues [46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-rkl-3/igt@gem_exec_reloc@basic-wc.html * igt@gem_exec_reloc@basic-write-read-active: - shard-dg2: NOTRUN -> [SKIP][47] ([i915#3281]) +8 similar issues [47]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-dg2-2/igt@gem_exec_reloc@basic-write-read-active.html * igt@gem_exec_suspend@basic-s0@lmem0: - shard-dg2: NOTRUN -> [INCOMPLETE][48] ([i915#6311]) [48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-dg2-2/igt@gem_exec_suspend@basic-s0@lmem0.html * igt@gem_fenced_exec_thrash@no-spare-fences-busy-interruptible: - shard-dg2: NOTRUN -> [SKIP][49] ([i915#4860]) [49]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-dg2-11/igt@gem_fenced_exec_thrash@no-spare-fences-busy-interruptible.html * igt@gem_lmem_swapping@heavy-verify-random-ccs: - shard-rkl: NOTRUN -> [SKIP][50] ([i915#4613]) [50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-rkl-4/igt@gem_lmem_swapping@heavy-verify-random-ccs.html - shard-tglu: NOTRUN -> [SKIP][51] ([i915#4613]) [51]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-tglu-8/igt@gem_lmem_swapping@heavy-verify-random-ccs.html * igt@gem_mmap@short-mmap: - shard-dg2: NOTRUN -> [SKIP][52] ([i915#4083]) +3 similar issues [52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-dg2-5/igt@gem_mmap@short-mmap.html * igt@gem_mmap_gtt@basic-copy: - shard-dg1: NOTRUN -> [SKIP][53] ([i915#4077]) [53]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-dg1-17/igt@gem_mmap_gtt@basic-copy.html * igt@gem_mmap_gtt@basic-small-bo: - shard-mtlp: NOTRUN -> [SKIP][54] ([i915#4077]) +1 similar issue [54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-mtlp-2/igt@gem_mmap_gtt@basic-small-bo.html * igt@gem_mmap_gtt@cpuset-big-copy-odd: - shard-dg2: NOTRUN -> [SKIP][55] ([i915#4077]) +15 similar issues [55]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-dg2-12/igt@gem_mmap_gtt@cpuset-big-copy-odd.html * igt@gem_partial_pwrite_pread@reads-uncached: - shard-dg2: NOTRUN -> [SKIP][56] ([i915#3282]) +8 similar issues [56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-dg2-8/igt@gem_partial_pwrite_pread@reads-uncached.html * igt@gem_partial_pwrite_pread@writes-after-reads-uncached: - shard-rkl: NOTRUN -> [SKIP][57] ([i915#3282]) +2 similar issues [57]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-rkl-1/igt@gem_partial_pwrite_pread@writes-after-reads-uncached.html * igt@gem_pread@exhaustion: - shard-snb: NOTRUN -> [WARN][58] ([i915#2658]) +1 similar issue [58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-snb2/igt@gem_pread@exhaustion.html * igt@gem_pread@snoop: - shard-dg1: NOTRUN -> [SKIP][59] ([i915#3282]) +1 similar issue [59]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-dg1-15/igt@gem_pread@snoop.html * igt@gem_pxp@regular-baseline-src-copy-readible: - shard-rkl: NOTRUN -> [SKIP][60] ([i915#4270]) +1 similar issue [60]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-rkl-3/igt@gem_pxp@regular-baseline-src-copy-readible.html * igt@gem_pxp@verify-pxp-execution-after-suspend-resume: - shard-dg1: NOTRUN -> [SKIP][61] ([i915#4270]) [61]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-dg1-17/igt@gem_pxp@verify-pxp-execution-after-suspend-resume.html * igt@gem_pxp@verify-pxp-stale-ctx-execution: - shard-tglu: NOTRUN -> [SKIP][62] ([i915#4270]) [62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-tglu-4/igt@gem_pxp@verify-pxp-stale-ctx-execution.html * igt@gem_readwrite@write-bad-handle: - shard-mtlp: NOTRUN -> [SKIP][63] ([i915#3282]) [63]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-mtlp-2/igt@gem_readwrite@write-bad-handle.html * igt@gem_set_tiling_vs_blt@untiled-to-tiled: - shard-dg2: NOTRUN -> [SKIP][64] ([i915#4079]) +2 similar issues [64]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-dg2-6/igt@gem_set_tiling_vs_blt@untiled-to-tiled.html * igt@gem_softpin@evict-snoop: - shard-dg2: NOTRUN -> [SKIP][65] ([i915#4885]) [65]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-dg2-2/igt@gem_softpin@evict-snoop.html * igt@gem_spin_batch@spin-each: - shard-mtlp: [PASS][66] -> [DMESG-FAIL][67] ([i915#8962] / [i915#9121]) +1 similar issue [66]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13562/shard-mtlp-3/igt@gem_spin_batch@spin-each.html [67]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-mtlp-4/igt@gem_spin_batch@spin-each.html * igt@gem_userptr_blits@map-fixed-invalidate-overlap: - shard-dg2: NOTRUN -> [SKIP][68] ([i915#3297] / [i915#4880]) +1 similar issue [68]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-dg2-11/igt@gem_userptr_blits@map-fixed-invalidate-overlap.html * igt@gem_userptr_blits@sd-probe: - shard-dg2: NOTRUN -> [SKIP][69] ([i915#3297] / [i915#4958]) [69]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-dg2-5/igt@gem_userptr_blits@sd-probe.html * igt@gem_userptr_blits@unsync-overlap: - shard-dg2: NOTRUN -> [SKIP][70] ([i915#3297]) +3 similar issues [70]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-dg2-2/igt@gem_userptr_blits@unsync-overlap.html - shard-rkl: NOTRUN -> [SKIP][71] ([i915#3297]) [71]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-rkl-2/igt@gem_userptr_blits@unsync-overlap.html * igt@gem_userptr_blits@unsync-unmap-after-close: - shard-dg1: NOTRUN -> [SKIP][72] ([i915#3297]) [72]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-dg1-14/igt@gem_userptr_blits@unsync-unmap-after-close.html * igt@gem_workarounds@suspend-resume-fd: - shard-snb: NOTRUN -> [DMESG-WARN][73] ([i915#8841]) [73]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-snb2/igt@gem_workarounds@suspend-resume-fd.html * igt@gen3_render_mixed_blits: - shard-dg1: NOTRUN -> [SKIP][74] ([fdo#109289]) [74]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-dg1-19/igt@gen3_render_mixed_blits.html - shard-mtlp: NOTRUN -> [SKIP][75] ([fdo#109289]) [75]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-mtlp-3/igt@gen3_render_mixed_blits.html * igt@gen3_render_tiledy_blits: - shard-rkl: NOTRUN -> [SKIP][76] ([fdo#109289]) [76]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-rkl-3/igt@gen3_render_tiledy_blits.html - shard-tglu: NOTRUN -> [SKIP][77] ([fdo#109289]) [77]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-tglu-3/igt@gen3_render_tiledy_blits.html * igt@gen7_exec_parse@batch-without-end: - shard-dg2: NOTRUN -> [SKIP][78] ([fdo#109289]) +3 similar issues [78]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-dg2-1/igt@gen7_exec_parse@batch-without-end.html * igt@gen9_exec_parse@bb-start-far: - shard-dg2: NOTRUN -> [SKIP][79] ([i915#2856]) +4 similar issues [79]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-dg2-1/igt@gen9_exec_parse@bb-start-far.html - shard-rkl: NOTRUN -> [SKIP][80] ([i915#2527]) +2 similar issues [80]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-rkl-1/igt@gen9_exec_parse@bb-start-far.html - shard-tglu: NOTRUN -> [SKIP][81] ([i915#2527] / [i915#2856]) +2 similar issues [81]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-tglu-3/igt@gen9_exec_parse@bb-start-far.html * igt@i915_hangman@gt-engine-error@vcs0: - shard-mtlp: [PASS][82] -> [FAIL][83] ([i915#7069]) [82]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13562/shard-mtlp-4/igt@i915_hangman@gt-engine-error@vcs0.html [83]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-mtlp-4/igt@i915_hangman@gt-engine-error@vcs0.html * igt@i915_module_load@resize-bar: - shard-rkl: NOTRUN -> [SKIP][84] ([i915#6412]) [84]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-rkl-1/igt@i915_module_load@resize-bar.html - shard-tglu: NOTRUN -> [SKIP][85] ([i915#6412]) [85]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-tglu-3/igt@i915_module_load@resize-bar.html * igt@i915_pm_backlight@bad-brightness: - shard-dg2: NOTRUN -> [SKIP][86] ([i915#5354] / [i915#7561]) [86]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-dg2-12/igt@i915_pm_backlight@bad-brightness.html - shard-tglu: NOTRUN -> [SKIP][87] ([i915#7561]) [87]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-tglu-10/igt@i915_pm_backlight@bad-brightness.html * igt@i915_pm_backlight@fade-with-dpms: - shard-rkl: NOTRUN -> [SKIP][88] ([i915#7561]) +1 similar issue [88]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-rkl-1/igt@i915_pm_backlight@fade-with-dpms.html * igt@i915_pm_dc@dc9-dpms: - shard-rkl: NOTRUN -> [SKIP][89] ([i915#3361]) [89]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-rkl-2/igt@i915_pm_dc@dc9-dpms.html - shard-apl: [PASS][90] -> [SKIP][91] ([fdo#109271]) [90]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13562/shard-apl2/igt@i915_pm_dc@dc9-dpms.html [91]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-apl3/igt@i915_pm_dc@dc9-dpms.html * igt@i915_pm_lpsp@kms-lpsp@kms-lpsp-hdmi-a: - shard-dg1: NOTRUN -> [SKIP][92] ([i915#1937]) [92]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-dg1-15/igt@i915_pm_lpsp@kms-lpsp@kms-lpsp-hdmi-a.html * igt@i915_pm_rc6_residency@rc6-accuracy: - shard-mtlp: [PASS][93] -> [SKIP][94] ([i915#8403]) [93]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13562/shard-mtlp-8/igt@i915_pm_rc6_residency@rc6-accuracy.html [94]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-mtlp-2/igt@i915_pm_rc6_residency@rc6-accuracy.html * igt@i915_pm_rpm@dpms-non-lpsp: - shard-mtlp: NOTRUN -> [SKIP][95] ([i915#1397]) [95]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-mtlp-4/igt@i915_pm_rpm@dpms-non-lpsp.html * igt@i915_pm_rpm@modeset-pc8-residency-stress: - shard-dg2: NOTRUN -> [SKIP][96] ([fdo#109506]) [96]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-dg2-11/igt@i915_pm_rpm@modeset-pc8-residency-stress.html * igt@i915_pm_rps@thresholds-park@gt0: - shard-dg2: NOTRUN -> [SKIP][97] ([i915#8925]) +1 similar issue [97]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-dg2-11/igt@i915_pm_rps@thresholds-park@gt0.html * igt@i915_pm_sseu@full-enable: - shard-dg2: NOTRUN -> [SKIP][98] ([i915#4387]) [98]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-dg2-5/igt@i915_pm_sseu@full-enable.html - shard-rkl: NOTRUN -> [SKIP][99] ([i915#4387]) [99]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-rkl-6/igt@i915_pm_sseu@full-enable.html * igt@i915_query@query-topology-coherent-slice-mask: - shard-dg2: NOTRUN -> [SKIP][100] ([i915#6188]) [100]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-dg2-11/igt@i915_query@query-topology-coherent-slice-mask.html * igt@i915_query@query-topology-known-pci-ids: - shard-tglu: NOTRUN -> [SKIP][101] ([fdo#109303]) [101]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-tglu-3/igt@i915_query@query-topology-known-pci-ids.html - shard-dg2: NOTRUN -> [SKIP][102] ([fdo#109303]) [102]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-dg2-1/igt@i915_query@query-topology-known-pci-ids.html - shard-rkl: NOTRUN -> [SKIP][103] ([fdo#109303]) [103]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-rkl-1/igt@i915_query@query-topology-known-pci-ids.html * igt@i915_selftest@live@requests: - shard-mtlp: [PASS][104] -> [ABORT][105] ([i915#7982] / [i915#8865]) [104]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13562/shard-mtlp-6/igt@i915_selftest@live@requests.html [105]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-mtlp-7/igt@i915_selftest@live@requests.html * igt@i915_suspend@sysfs-reader: - shard-dg2: [PASS][106] -> [FAIL][107] ([fdo#103375]) [106]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13562/shard-dg2-11/igt@i915_suspend@sysfs-reader.html [107]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-dg2-5/igt@i915_suspend@sysfs-reader.html * igt@kms_addfb_basic@basic-y-tiled-legacy: - shard-dg2: NOTRUN -> [SKIP][108] ([i915#4215] / [i915#5190]) [108]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-dg2-12/igt@kms_addfb_basic@basic-y-tiled-legacy.html * igt@kms_addfb_basic@framebuffer-vs-set-tiling: - shard-dg2: NOTRUN -> [SKIP][109] ([i915#4212]) +2 similar issues [109]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-dg2-2/igt@kms_addfb_basic@framebuffer-vs-set-tiling.html * igt@kms_async_flips@alternate-sync-async-flip@pipe-d-edp-1: - shard-mtlp: [PASS][110] -> [FAIL][111] ([i915#2521]) [110]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13562/shard-mtlp-7/igt@kms_async_flips@alternate-sync-async-flip@pipe-d-edp-1.html [111]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-mtlp-3/igt@kms_async_flips@alternate-sync-async-flip@pipe-d-edp-1.html * igt@kms_async_flips@async-flip-with-page-flip-events@pipe-b-hdmi-a-1-y-rc_ccs: - shard-rkl: NOTRUN -> [SKIP][112] ([i915#8502]) +3 similar issues [112]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-rkl-7/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-b-hdmi-a-1-y-rc_ccs.html * igt@kms_async_flips@async-flip-with-page-flip-events@pipe-d-dp-2-4-mc_ccs: - shard-dg2: NOTRUN -> [SKIP][113] ([i915#8502] / [i915#8709]) +11 similar issues [113]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-dg2-12/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-d-dp-2-4-mc_ccs.html * igt@kms_atomic_transition@plane-all-modeset-transition-fencing: - shard-mtlp: NOTRUN -> [SKIP][114] ([i915#1769]) [114]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-mtlp-5/igt@kms_atomic_transition@plane-all-modeset-transition-fencing.html * igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels: - shard-snb: NOTRUN -> [SKIP][115] ([fdo#109271] / [i915#1769]) [115]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-snb6/igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels.html * igt@kms_big_fb@4-tiled-8bpp-rotate-180: - shard-dg1: NOTRUN -> [SKIP][116] ([i915#4538] / [i915#5286]) +1 similar issue [116]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-dg1-14/igt@kms_big_fb@4-tiled-8bpp-rotate-180.html * igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-180-hflip: - shard-rkl: NOTRUN -> [SKIP][117] ([i915#5286]) +4 similar issues [117]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-rkl-3/igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-180-hflip.html - shard-tglu: NOTRUN -> [SKIP][118] ([fdo#111615] / [i915#5286]) +1 similar issue [118]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-tglu-3/igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-180-hflip.html * igt@kms_big_fb@linear-32bpp-rotate-90: - shard-dg1: NOTRUN -> [SKIP][119] ([i915#3638]) [119]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-dg1-17/igt@kms_big_fb@linear-32bpp-rotate-90.html * igt@kms_big_fb@linear-8bpp-rotate-270: - shard-rkl: NOTRUN -> [SKIP][120] ([fdo#111614] / [i915#3638]) +3 similar issues [120]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-rkl-6/igt@kms_big_fb@linear-8bpp-rotate-270.html - shard-tglu: NOTRUN -> [SKIP][121] ([fdo#111614]) +1 similar issue [121]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-tglu-8/igt@kms_big_fb@linear-8bpp-rotate-270.html * igt@kms_big_fb@x-tiled-16bpp-rotate-90: - shard-dg2: NOTRUN -> [SKIP][122] ([fdo#111614]) +4 similar issues [122]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-dg2-1/igt@kms_big_fb@x-tiled-16bpp-rotate-90.html * igt@kms_big_fb@x-tiled-8bpp-rotate-270: - shard-mtlp: NOTRUN -> [SKIP][123] ([fdo#111614]) +1 similar issue [123]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-mtlp-1/igt@kms_big_fb@x-tiled-8bpp-rotate-270.html * igt@kms_big_fb@y-tiled-addfb-size-offset-overflow: - shard-dg2: NOTRUN -> [SKIP][124] ([i915#5190]) +12 similar issues [124]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-dg2-11/igt@kms_big_fb@y-tiled-addfb-size-offset-overflow.html * igt@kms_big_fb@yf-tiled-32bpp-rotate-90: - shard-dg2: NOTRUN -> [SKIP][125] ([i915#4538] / [i915#5190]) +7 similar issues [125]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-dg2-8/igt@kms_big_fb@yf-tiled-32bpp-rotate-90.html * igt@kms_big_fb@yf-tiled-64bpp-rotate-0: - shard-dg1: NOTRUN -> [SKIP][126] ([i915#4538]) +1 similar issue [126]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-dg1-14/igt@kms_big_fb@yf-tiled-64bpp-rotate-0.html * igt@kms_big_fb@yf-tiled-8bpp-rotate-270: - shard-tglu: NOTRUN -> [SKIP][127] ([fdo#111615]) +1 similar issue [127]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-tglu-4/igt@kms_big_fb@yf-tiled-8bpp-rotate-270.html * igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip: - shard-rkl: NOTRUN -> [SKIP][128] ([fdo#110723]) +1 similar issue [128]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-rkl-4/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip.html * igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180-hflip-async-flip: - shard-mtlp: NOTRUN -> [SKIP][129] ([fdo#111615]) +4 similar issues [129]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-mtlp-1/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180-hflip-async-flip.html * igt@kms_big_joiner@2x-modeset: - shard-mtlp: NOTRUN -> [SKIP][130] ([i915#2705]) [130]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-mtlp-4/igt@kms_big_joiner@2x-modeset.html * igt@kms_ccs@pipe-a-bad-aux-stride-yf_tiled_ccs: - shard-dg1: NOTRUN -> [SKIP][131] ([i915#3689] / [i915#5354] / [i915#6095]) +5 similar issues [131]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-dg1-17/igt@kms_ccs@pipe-a-bad-aux-stride-yf_tiled_ccs.html * igt@kms_ccs@pipe-a-bad-pixel-format-y_tiled_gen12_mc_ccs: - shard-rkl: NOTRUN -> [SKIP][132] ([i915#3886] / [i915#5354] / [i915#6095]) [132]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-rkl-7/igt@kms_ccs@pipe-a-bad-pixel-format-y_tiled_gen12_mc_ccs.html * igt@kms_ccs@pipe-a-ccs-on-another-bo-4_tiled_mtl_mc_ccs: - shard-glk: NOTRUN -> [SKIP][133] ([fdo#109271]) +26 similar issues [133]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-glk3/igt@kms_ccs@pipe-a-ccs-on-another-bo-4_tiled_mtl_mc_ccs.html * igt@kms_ccs@pipe-a-crc-primary-basic-yf_tiled_ccs: - shard-dg2: NOTRUN -> [SKIP][134] ([i915#3689] / [i915#5354]) +24 similar issues [134]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-dg2-12/igt@kms_ccs@pipe-a-crc-primary-basic-yf_tiled_ccs.html * igt@kms_ccs@pipe-a-random-ccs-data-y_tiled_gen12_mc_ccs: - shard-dg2: NOTRUN -> [SKIP][135] ([i915#3689] / [i915#3886] / [i915#5354]) +10 similar issues [135]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-dg2-8/igt@kms_ccs@pipe-a-random-ccs-data-y_tiled_gen12_mc_ccs.html * igt@kms_ccs@pipe-b-bad-pixel-format-4_tiled_dg2_rc_ccs: - shard-rkl: NOTRUN -> [SKIP][136] ([i915#5354] / [i915#6095]) +10 similar issues [136]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-rkl-7/igt@kms_ccs@pipe-b-bad-pixel-format-4_tiled_dg2_rc_ccs.html * igt@kms_ccs@pipe-b-ccs-on-another-bo-y_tiled_ccs: - shard-rkl: NOTRUN -> [SKIP][137] ([i915#3734] / [i915#5354] / [i915#6095]) [137]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-rkl-6/igt@kms_ccs@pipe-b-ccs-on-another-bo-y_tiled_ccs.html * igt@kms_ccs@pipe-b-crc-primary-basic-yf_tiled_ccs: - shard-mtlp: NOTRUN -> [SKIP][138] ([i915#6095]) +5 similar issues [138]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-mtlp-8/igt@kms_ccs@pipe-b-crc-primary-basic-yf_tiled_ccs.html * igt@kms_ccs@pipe-c-bad-pixel-format-yf_tiled_ccs: - shard-tglu: NOTRUN -> [SKIP][139] ([fdo#111615] / [i915#3689] / [i915#5354] / [i915#6095]) [139]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-tglu-3/igt@kms_ccs@pipe-c-bad-pixel-format-yf_tiled_ccs.html * igt@kms_ccs@pipe-c-ccs-on-another-bo-y_tiled_ccs: - shard-tglu: NOTRUN -> [SKIP][140] ([i915#3689] / [i915#5354] / [i915#6095]) +3 similar issues [140]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-tglu-8/igt@kms_ccs@pipe-c-ccs-on-another-bo-y_tiled_ccs.html * igt@kms_ccs@pipe-c-crc-primary-rotation-180-4_tiled_mtl_rc_ccs: - shard-tglu: NOTRUN -> [SKIP][141] ([i915#5354] / [i915#6095]) +13 similar issues [141]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-tglu-2/igt@kms_ccs@pipe-c-crc-primary-rotation-180-4_tiled_mtl_rc_ccs.html * igt@kms_ccs@pipe-c-crc-sprite-planes-basic-y_tiled_gen12_mc_ccs: - shard-mtlp: NOTRUN -> [SKIP][142] ([i915#3886] / [i915#6095]) [142]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-mtlp-1/igt@kms_ccs@pipe-c-crc-sprite-planes-basic-y_tiled_gen12_mc_ccs.html * igt@kms_ccs@pipe-c-missing-ccs-buffer-4_tiled_mtl_rc_ccs_cc: - shard-dg1: NOTRUN -> [SKIP][143] ([i915#5354] / [i915#6095]) +6 similar issues [143]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-dg1-16/igt@kms_ccs@pipe-c-missing-ccs-buffer-4_tiled_mtl_rc_ccs_cc.html * igt@kms_ccs@pipe-d-crc-primary-basic-y_tiled_gen12_rc_ccs: - shard-rkl: NOTRUN -> [SKIP][144] ([i915#5354]) +16 similar issues [144]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-rkl-4/igt@kms_ccs@pipe-d-crc-primary-basic-y_tiled_gen12_rc_ccs.html * igt@kms_cdclk@mode-transition-all-outputs: - shard-dg2: NOTRUN -> [SKIP][145] ([i915#4087] / [i915#7213]) [145]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-dg2-1/igt@kms_cdclk@mode-transition-all-outputs.html - shard-rkl: NOTRUN -> [SKIP][146] ([i915#3742]) [146]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-rkl-2/igt@kms_cdclk@mode-transition-all-outputs.html - shard-tglu: NOTRUN -> [SKIP][147] ([i915#3742]) [147]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-tglu-9/igt@kms_cdclk@mode-transition-all-outputs.html * igt@kms_chamelium_color@ctm-0-25: - shard-rkl: NOTRUN -> [SKIP][148] ([fdo#111827]) [148]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-rkl-7/igt@kms_chamelium_color@ctm-0-25.html * igt@kms_chamelium_color@ctm-max: - shard-dg1: NOTRUN -> [SKIP][149] ([fdo#111827]) [149]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-dg1-17/igt@kms_chamelium_color@ctm-max.html * igt@kms_chamelium_color@gamma: - shard-dg2: NOTRUN -> [SKIP][150] ([fdo#111827]) +1 similar issue [150]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-dg2-1/igt@kms_chamelium_color@gamma.html * igt@kms_chamelium_edid@hdmi-edid-change-during-suspend: - shard-dg1: NOTRUN -> [SKIP][151] ([i915#7828]) +1 similar issue [151]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-dg1-16/igt@kms_chamelium_edid@hdmi-edid-change-during-suspend.html * igt@kms_chamelium_edid@hdmi-edid-stress-resolution-non-4k: - shard-dg2: NOTRUN -> [SKIP][152] ([i915#7828]) +10 similar issues [152]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-dg2-11/igt@kms_chamelium_edid@hdmi-edid-stress-resolution-non-4k.html * igt@kms_chamelium_hpd@dp-hpd-storm: - shard-rkl: NOTRUN -> [SKIP][153] ([i915#7828]) +2 similar issues [153]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-rkl-4/igt@kms_chamelium_hpd@dp-hpd-storm.html - shard-tglu: NOTRUN -> [SKIP][154] ([i915#7828]) +3 similar issues [154]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-tglu-8/igt@kms_chamelium_hpd@dp-hpd-storm.html * igt@kms_chamelium_hpd@hdmi-hpd: - shard-mtlp: NOTRUN -> [SKIP][155] ([i915#7828]) +2 similar issues [155]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-mtlp-6/igt@kms_chamelium_hpd@hdmi-hpd.html * igt@kms_content_protection@dp-mst-type-1: - shard-dg2: NOTRUN -> [SKIP][156] ([i915#3299]) +1 similar issue [156]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-dg2-8/igt@kms_content_protection@dp-mst-type-1.html * igt@kms_content_protection@legacy@pipe-a-dp-4: - shard-dg2: NOTRUN -> [TIMEOUT][157] ([i915#7173]) [157]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-dg2-11/igt@kms_content_protection@legacy@pipe-a-dp-4.html * igt@kms_content_protection@mei_interface: - shard-tglu: NOTRUN -> [SKIP][158] ([i915#6944] / [i915#7116] / [i915#7118]) [158]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-tglu-8/igt@kms_content_protection@mei_interface.html * igt@kms_content_protection@srm: - shard-dg2: NOTRUN -> [SKIP][159] ([i915#7118]) +2 similar issues [159]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-dg2-8/igt@kms_content_protection@srm.html * igt@kms_cursor_crc@cursor-offscreen-512x170: - shard-tglu: NOTRUN -> [SKIP][160] ([fdo#109279] / [i915#3359]) [160]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-tglu-4/igt@kms_cursor_crc@cursor-offscreen-512x170.html - shard-rkl: NOTRUN -> [SKIP][161] ([fdo#109279] / [i915#3359]) [161]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-rkl-3/igt@kms_cursor_crc@cursor-offscreen-512x170.html * igt@kms_cursor_crc@cursor-onscreen-512x512: - shard-tglu: NOTRUN -> [SKIP][162] ([i915#3359]) [162]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-tglu-3/igt@kms_cursor_crc@cursor-onscreen-512x512.html - shard-dg2: NOTRUN -> [SKIP][163] ([i915#3359]) +1 similar issue [163]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-dg2-1/igt@kms_cursor_crc@cursor-onscreen-512x512.html * igt@kms_cursor_crc@cursor-random-512x170: - shard-rkl: NOTRUN -> [SKIP][164] ([i915#3359]) +1 similar issue [164]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-rkl-1/igt@kms_cursor_crc@cursor-random-512x170.html * igt@kms_cursor_crc@cursor-random-64x64@pipe-b-vga-1: - shard-snb: NOTRUN -> [ABORT][165] ([i915#8865]) [165]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-snb7/igt@kms_cursor_crc@cursor-random-64x64@pipe-b-vga-1.html * igt@kms_cursor_crc@cursor-rapid-movement-512x512: - shard-dg1: NOTRUN -> [SKIP][166] ([i915#3359]) [166]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-dg1-13/igt@kms_cursor_crc@cursor-rapid-movement-512x512.html * igt@kms_cursor_legacy@2x-flip-vs-cursor-atomic: - shard-tglu: NOTRUN -> [SKIP][167] ([fdo#109274] / [fdo#111767]) [167]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-tglu-6/igt@kms_cursor_legacy@2x-flip-vs-cursor-atomic.html * igt@kms_cursor_legacy@basic-busy-flip-before-cursor-varying-size: - shard-dg1: NOTRUN -> [SKIP][168] ([i915#4103] / [i915#4213]) +1 similar issue [168]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-dg1-14/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-varying-size.html * igt@kms_cursor_legacy@cursorb-vs-flipb-atomic: - shard-dg2: NOTRUN -> [SKIP][169] ([fdo#109274] / [i915#5354]) +4 similar issues [169]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-dg2-2/igt@kms_cursor_legacy@cursorb-vs-flipb-atomic.html - shard-rkl: NOTRUN -> [SKIP][170] ([fdo#111825]) +3 similar issues [170]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-rkl-2/igt@kms_cursor_legacy@cursorb-vs-flipb-atomic.html - shard-tglu: NOTRUN -> [SKIP][171] ([fdo#109274]) [171]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-tglu-2/igt@kms_cursor_legacy@cursorb-vs-flipb-atomic.html * igt@kms_cursor_legacy@cursorb-vs-flipb-atomic-transitions: - shard-dg2: NOTRUN -> [SKIP][172] ([fdo#109274] / [fdo#111767] / [i915#5354]) [172]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-dg2-1/igt@kms_cursor_legacy@cursorb-vs-flipb-atomic-transitions.html * igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-varying-size: - shard-dg2: NOTRUN -> [SKIP][173] ([i915#4103] / [i915#4213]) [173]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-dg2-12/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-varying-size.html - shard-rkl: NOTRUN -> [SKIP][174] ([i915#4103]) +1 similar issue [174]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-rkl-7/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-varying-size.html - shard-tglu: NOTRUN -> [SKIP][175] ([i915#4103]) [175]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-tglu-10/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-varying-size.html * igt@kms_display_modes@mst-extended-mode-negative: - shard-dg2: NOTRUN -> [SKIP][176] ([i915#8588]) [176]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-dg2-11/igt@kms_display_modes@mst-extended-mode-negative.html * igt@kms_dsc@dsc-with-bpc: - shard-dg2: NOTRUN -> [SKIP][177] ([i915#3555] / [i915#3840]) [177]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-dg2-1/igt@kms_dsc@dsc-with-bpc.html * igt@kms_dsc@dsc-with-output-formats: - shard-rkl: NOTRUN -> [SKIP][178] ([i915#3555] / [i915#3840]) [178]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-rkl-2/igt@kms_dsc@dsc-with-output-formats.html - shard-tglu: NOTRUN -> [SKIP][179] ([i915#3555] / [i915#3840]) [179]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-tglu-2/igt@kms_dsc@dsc-with-output-formats.html * igt@kms_fbcon_fbt@psr-suspend: - shard-rkl: NOTRUN -> [SKIP][180] ([i915#3955]) [180]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-rkl-6/igt@kms_fbcon_fbt@psr-suspend.html - shard-tglu: NOTRUN -> [SKIP][181] ([i915#3469]) [181]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-tglu-5/igt@kms_fbcon_fbt@psr-suspend.html - shard-dg2: NOTRUN -> [SKIP][182] ([i915#3469]) [182]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-dg2-8/igt@kms_fbcon_fbt@psr-suspend.html * igt@kms_fence_pin_leak: - shard-dg2: NOTRUN -> [SKIP][183] ([i915#4881]) [183]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-dg2-2/igt@kms_fence_pin_leak.html * igt@kms_flip@2x-flip-vs-blocking-wf-vblank: - shard-snb: NOTRUN -> [SKIP][184] ([fdo#109271] / [fdo#111767]) +1 similar issue [184]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-snb6/igt@kms_flip@2x-flip-vs-blocking-wf-vblank.html * igt@kms_flip@2x-flip-vs-dpms-off-vs-modeset-interruptible: - shard-mtlp: NOTRUN -> [SKIP][185] ([i915#3637]) [185]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-mtlp-8/igt@kms_flip@2x-flip-vs-dpms-off-vs-modeset-interruptible.html * igt@kms_flip@2x-flip-vs-rmfb-interruptible: - shard-dg2: NOTRUN -> [SKIP][186] ([fdo#109274] / [fdo#111767]) [186]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-dg2-6/igt@kms_flip@2x-flip-vs-rmfb-interruptible.html - shard-rkl: NOTRUN -> [SKIP][187] ([fdo#111767] / [fdo#111825]) [187]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-rkl-7/igt@kms_flip@2x-flip-vs-rmfb-interruptible.html - shard-tglu: NOTRUN -> [SKIP][188] ([fdo#109274] / [fdo#111767] / [i915#3637]) [188]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-tglu-7/igt@kms_flip@2x-flip-vs-rmfb-interruptible.html * igt@kms_flip@2x-flip-vs-wf_vblank-interruptible: - shard-tglu: NOTRUN -> [SKIP][189] ([fdo#109274] / [i915#3637]) +1 similar issue [189]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-tglu-2/igt@kms_flip@2x-flip-vs-wf_vblank-interruptible.html * igt@kms_flip@2x-modeset-vs-vblank-race: - shard-dg2: NOTRUN -> [SKIP][190] ([fdo#109274]) +9 similar issues [190]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-dg2-6/igt@kms_flip@2x-modeset-vs-vblank-race.html * igt@kms_flip@flip-vs-fences: - shard-mtlp: NOTRUN -> [SKIP][191] ([i915#8381]) [191]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-mtlp-4/igt@kms_flip@flip-vs-fences.html * igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-64bpp-4tile-upscaling@pipe-a-valid-mode: - shard-tglu: NOTRUN -> [SKIP][192] ([i915#2587] / [i915#2672]) [192]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-tglu-9/igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-64bpp-4tile-upscaling@pipe-a-valid-mode.html * igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile-upscaling@pipe-a-valid-mode: - shard-dg2: NOTRUN -> [SKIP][193] ([i915#2672]) +4 similar issues [193]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-dg2-1/igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile-upscaling@pipe-a-valid-mode.html * igt@kms_flip_scaled_crc@flip-64bpp-linear-to-32bpp-linear-downscaling@pipe-a-default-mode: - shard-mtlp: NOTRUN -> [SKIP][194] ([i915#8810]) [194]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-mtlp-7/igt@kms_flip_scaled_crc@flip-64bpp-linear-to-32bpp-linear-downscaling@pipe-a-default-mode.html * igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-upscaling@pipe-a-valid-mode: - shard-rkl: NOTRUN -> [SKIP][195] ([i915#2672]) +2 similar issues [195]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-rkl-7/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-upscaling@pipe-a-valid-mode.html * igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-16bpp-ytile-downscaling@pipe-a-default-mode: - shard-mtlp: NOTRUN -> [SKIP][196] ([i915#2672]) +1 similar issue [196]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-mtlp-2/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-16bpp-ytile-downscaling@pipe-a-default-mode.html * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-draw-render: - shard-rkl: NOTRUN -> [SKIP][197] ([fdo#111825] / [i915#1825]) +23 similar issues [197]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-rkl-2/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-draw-render.html * igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-cur-indfb-draw-render: - shard-tglu: NOTRUN -> [SKIP][198] ([fdo#109280]) +17 similar issues [198]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-tglu-7/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-cur-indfb-draw-render.html * igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-indfb-draw-mmap-cpu: - shard-mtlp: NOTRUN -> [SKIP][199] ([i915#1825]) +4 similar issues [199]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-mtlp-4/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-indfb-draw-mmap-cpu.html * igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-cur-indfb-draw-mmap-cpu: - shard-dg2: NOTRUN -> [SKIP][200] ([i915#3458]) +20 similar issues [200]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-dg2-12/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-cur-indfb-draw-mmap-cpu.html * igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-cur-indfb-move: - shard-dg1: NOTRUN -> [SKIP][201] ([i915#3458]) +3 similar issues [201]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-dg1-19/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-cur-indfb-move.html * igt@kms_frontbuffer_tracking@fbcpsr-1p-rte: - shard-rkl: NOTRUN -> [SKIP][202] ([i915#3023]) +17 similar issues [202]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-rkl-7/igt@kms_frontbuffer_tracking@fbcpsr-1p-rte.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-shrfb-draw-mmap-wc: - shard-dg2: NOTRUN -> [SKIP][203] ([i915#8708]) +30 similar issues [203]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-dg2-11/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-shrfb-draw-mmap-wc.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-cur-indfb-move: - shard-dg2: NOTRUN -> [SKIP][204] ([i915#5354]) +51 similar issues [204]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-dg2-2/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-cur-indfb-move.html * igt@kms_frontbuffer_tracking@fbcpsr-rgb101010-draw-mmap-gtt: - shard-tglu: NOTRUN -> [SKIP][205] ([fdo#110189]) +15 similar issues [205]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-tglu-8/igt@kms_frontbuffer_tracking@fbcpsr-rgb101010-draw-mmap-gtt.html * igt@kms_frontbuffer_tracking@fbcpsr-tiling-y: - shard-mtlp: NOTRUN -> [SKIP][206] ([i915#5460]) [206]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-mtlp-2/igt@kms_frontbuffer_tracking@fbcpsr-tiling-y.html * igt@kms_frontbuffer_tracking@psr-2p-primscrn-pri-indfb-draw-render: - shard-dg1: NOTRUN -> [SKIP][207] ([fdo#111825]) +10 similar issues [207]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-dg1-17/igt@kms_frontbuffer_tracking@psr-2p-primscrn-pri-indfb-draw-render.html * igt@kms_hdr@invalid-metadata-sizes: - shard-dg2: NOTRUN -> [SKIP][208] ([i915#3555] / [i915#8228]) +1 similar issue [208]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-dg2-5/igt@kms_hdr@invalid-metadata-sizes.html * igt@kms_hdr@static-toggle-suspend: - shard-rkl: NOTRUN -> [SKIP][209] ([i915#3555] / [i915#8228]) +2 similar issues [209]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-rkl-3/igt@kms_hdr@static-toggle-suspend.html - shard-tglu: NOTRUN -> [SKIP][210] ([i915#3555] / [i915#8228]) [210]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-tglu-4/igt@kms_hdr@static-toggle-suspend.html * igt@kms_plane_lowres@tiling-y: - shard-mtlp: NOTRUN -> [SKIP][211] ([i915#8821]) [211]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-mtlp-8/igt@kms_plane_lowres@tiling-y.html * igt@kms_plane_scaling@intel-max-src-size@pipe-a-hdmi-a-1: - shard-rkl: NOTRUN -> [FAIL][212] ([i915#8292]) [212]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-rkl-7/igt@kms_plane_scaling@intel-max-src-size@pipe-a-hdmi-a-1.html * igt@kms_plane_scaling@plane-downscale-with-pixel-format-factor-0-25@pipe-a-hdmi-a-3: - shard-dg2: NOTRUN -> [SKIP][213] ([i915#5176]) +7 similar issues [213]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-dg2-5/igt@kms_plane_scaling@plane-downscale-with-pixel-format-factor-0-25@pipe-a-hdmi-a-3.html * igt@kms_plane_scaling@plane-downscale-with-rotation-factor-0-25@pipe-b-hdmi-a-1: - shard-rkl: NOTRUN -> [SKIP][214] ([i915#5176]) +5 similar issues [214]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-rkl-7/igt@kms_plane_scaling@plane-downscale-with-rotation-factor-0-25@pipe-b-hdmi-a-1.html * igt@kms_plane_scaling@plane-upscale-with-rotation-20x20@pipe-b-hdmi-a-4: - shard-dg1: NOTRUN -> [SKIP][215] ([i915#5176]) +11 similar issues [215]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-dg1-14/igt@kms_plane_scaling@plane-upscale-with-rotation-20x20@pipe-b-hdmi-a-4.html * igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25@pipe-b-hdmi-a-2: - shard-dg2: NOTRUN -> [SKIP][216] ([i915#5235]) +15 similar issues [216]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-dg2-2/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25@pipe-b-hdmi-a-2.html - shard-rkl: NOTRUN -> [SKIP][217] ([i915#5235]) +3 similar issues [217]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-rkl-2/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25@pipe-b-hdmi-a-2.html * igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-25@pipe-a-hdmi-a-3: - shard-dg1: NOTRUN -> [SKIP][218] ([i915#5235]) +11 similar issues [218]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-dg1-13/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-25@pipe-a-hdmi-a-3.html * igt@kms_prime@basic-crc-vgem: - shard-dg1: NOTRUN -> [SKIP][219] ([i915#6524]) [219]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-dg1-19/igt@kms_prime@basic-crc-vgem.html * igt@kms_psr2_sf@cursor-plane-update-sf: - shard-mtlp: NOTRUN -> [SKIP][220] ([i915#2920]) [220]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-mtlp-2/igt@kms_psr2_sf@cursor-plane-update-sf.html * igt@kms_psr2_sf@primary-plane-update-sf-dmg-area-big-fb: - shard-dg2: NOTRUN -> [SKIP][221] ([i915#658]) +3 similar issues [221]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-dg2-8/igt@kms_psr2_sf@primary-plane-update-sf-dmg-area-big-fb.html - shard-rkl: NOTRUN -> [SKIP][222] ([i915#658]) [222]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-rkl-6/igt@kms_psr2_sf@primary-plane-update-sf-dmg-area-big-fb.html - shard-tglu: NOTRUN -> [SKIP][223] ([i915#658]) [223]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-tglu-5/igt@kms_psr2_sf@primary-plane-update-sf-dmg-area-big-fb.html * igt@kms_psr@primary_page_flip: - shard-dg2: NOTRUN -> [SKIP][224] ([i915#1072]) +2 similar issues [224]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-dg2-8/igt@kms_psr@primary_page_flip.html * igt@kms_psr@psr2_primary_page_flip: - shard-dg1: NOTRUN -> [SKIP][225] ([i915#1072]) [225]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-dg1-13/igt@kms_psr@psr2_primary_page_flip.html * igt@kms_psr@sprite_mmap_gtt: - shard-rkl: NOTRUN -> [SKIP][226] ([i915#1072]) +3 similar issues [226]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-rkl-4/igt@kms_psr@sprite_mmap_gtt.html * igt@kms_rotation_crc@primary-y-tiled-reflect-x-0: - shard-mtlp: NOTRUN -> [SKIP][227] ([i915#5289]) [227]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-mtlp-7/igt@kms_rotation_crc@primary-y-tiled-reflect-x-0.html * igt@kms_rotation_crc@sprite-rotation-90-pos-100-0: - shard-dg2: NOTRUN -> [SKIP][228] ([i915#4235]) [228]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-dg2-12/igt@kms_rotation_crc@sprite-rotation-90-pos-100-0.html * igt@kms_scaling_modes@scaling-mode-none: - shard-dg2: NOTRUN -> [SKIP][229] ([i915#3555]) +5 similar issues [229]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-dg2-3/igt@kms_scaling_modes@scaling-mode-none.html - shard-rkl: NOTRUN -> [SKIP][230] ([i915#3555]) +3 similar issues [230]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-rkl-7/igt@kms_scaling_modes@scaling-mode-none.html - shard-tglu: NOTRUN -> [SKIP][231] ([i915#3555]) +1 similar issue [231]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-tglu-4/igt@kms_scaling_modes@scaling-mode-none.html * igt@kms_selftest@drm_cmdline: - shard-dg2: NOTRUN -> [SKIP][232] ([i915#8661]) +1 similar issue [232]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-dg2-12/igt@kms_selftest@drm_cmdline.html * igt@kms_selftest@drm_damage: - shard-snb: NOTRUN -> [SKIP][233] ([fdo#109271] / [i915#8661]) +1 similar issue [233]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-snb2/igt@kms_selftest@drm_damage.html * igt@kms_setmode@basic@pipe-a-hdmi-a-1: - shard-snb: NOTRUN -> [FAIL][234] ([i915#5465]) +1 similar issue [234]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-snb1/igt@kms_setmode@basic@pipe-a-hdmi-a-1.html * igt@kms_tiled_display@basic-test-pattern: - shard-tglu: NOTRUN -> [SKIP][235] ([i915#8623]) [235]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-tglu-5/igt@kms_tiled_display@basic-test-pattern.html - shard-dg2: NOTRUN -> [SKIP][236] ([i915#8623]) [236]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-dg2-8/igt@kms_tiled_display@basic-test-pattern.html - shard-rkl: NOTRUN -> [SKIP][237] ([i915#8623]) [237]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-rkl-2/igt@kms_tiled_display@basic-test-pattern.html * igt@kms_vblank@pipe-c-query-busy-hang: - shard-snb: NOTRUN -> [SKIP][238] ([fdo#109271]) +249 similar issues [238]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-snb1/igt@kms_vblank@pipe-c-query-busy-hang.html * igt@kms_vblank@pipe-c-query-forked: - shard-rkl: NOTRUN -> [SKIP][239] ([i915#4070] / [i915#6768]) +2 similar issues [239]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-rkl-1/igt@kms_vblank@pipe-c-query-forked.html * igt@kms_vblank@pipe-d-ts-continuation-idle: - shard-rkl: NOTRUN -> [SKIP][240] ([i915#4070] / [i915#533] / [i915#6768]) +2 similar issues [240]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-rkl-3/igt@kms_vblank@pipe-d-ts-continuation-idle.html * igt@kms_vrr@flip-dpms: - shard-dg1: NOTRUN -> [SKIP][241] ([i915#3555]) +1 similar issue [241]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-dg1-15/igt@kms_vrr@flip-dpms.html - shard-mtlp: NOTRUN -> [SKIP][242] ([i915#8808]) [242]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-mtlp-8/igt@kms_vrr@flip-dpms.html * igt@kms_writeback@writeback-invalid-parameters: - shard-mtlp: NOTRUN -> [SKIP][243] ([i915#2437]) [243]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-mtlp-3/igt@kms_writeback@writeback-invalid-parameters.html - shard-dg2: NOTRUN -> [SKIP][244] ([i915#2437]) [244]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-dg2-1/igt@kms_writeback@writeback-invalid-parameters.html * igt@perf@global-sseu-config-invalid: - shard-dg2: NOTRUN -> [SKIP][245] ([i915#7387]) [245]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-dg2-6/igt@perf@global-sseu-config-invalid.html * igt@perf@unprivileged-single-ctx-counters: - shard-rkl: NOTRUN -> [SKIP][246] ([i915#2433]) [246]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-rkl-6/igt@perf@unprivileged-single-ctx-counters.html * igt@perf_pmu@busy-idle-check-all@bcs0: - shard-mtlp: [PASS][247] -> [FAIL][248] ([i915#4521]) +1 similar issue [247]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13562/shard-mtlp-3/igt@perf_pmu@busy-idle-check-all@bcs0.html [248]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-mtlp-6/igt@perf_pmu@busy-idle-check-all@bcs0.html * igt@perf_pmu@busy-idle-check-all@rcs0: - shard-dg1: [PASS][249] -> [FAIL][250] ([i915#4349]) +2 similar issues [249]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13562/shard-dg1-13/igt@perf_pmu@busy-idle-check-all@rcs0.html [250]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-dg1-16/igt@perf_pmu@busy-idle-check-all@rcs0.html - shard-mtlp: [PASS][251] -> [FAIL][252] ([i915#4349]) [251]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13562/shard-mtlp-3/igt@perf_pmu@busy-idle-check-all@rcs0.html [252]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-mtlp-6/igt@perf_pmu@busy-idle-check-all@rcs0.html * igt@perf_pmu@busy-idle-check-all@vcs0: - shard-dg1: [PASS][253] -> [FAIL][254] ([i915#4521]) [253]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13562/shard-dg1-13/igt@perf_pmu@busy-idle-check-all@vcs0.html [254]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-dg1-16/igt@perf_pmu@busy-idle-check-all@vcs0.html * igt@perf_pmu@module-unload: - shard-dg2: NOTRUN -> [FAIL][255] ([i915#5793] / [i915#6121]) [255]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-dg2-11/igt@perf_pmu@module-unload.html * igt@perf_pmu@rc6-all-gts: - shard-dg2: NOTRUN -> [SKIP][256] ([i915#8516]) [256]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-dg2-12/igt@perf_pmu@rc6-all-gts.html * igt@prime_vgem@basic-write: - shard-dg2: NOTRUN -> [SKIP][257] ([i915#3291] / [i915#3708]) [257]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-dg2-1/igt@prime_vgem@basic-write.html * igt@prime_vgem@coherency-gtt: - shard-dg2: NOTRUN -> [SKIP][258] ([i915#3708] / [i915#4077]) [258]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-dg2-3/igt@prime_vgem@coherency-gtt.html * igt@sysfs_preempt_timeout@timeout@vecs0: - shard-mtlp: [PASS][259] -> [ABORT][260] ([i915#8521] / [i915#8865]) +1 similar issue [259]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13562/shard-mtlp-4/igt@sysfs_preempt_timeout@timeout@vecs0.html [260]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-mtlp-3/igt@sysfs_preempt_timeout@timeout@vecs0.html * igt@tools_test@sysfs_l3_parity: - shard-dg2: NOTRUN -> [SKIP][261] ([i915#4818]) [261]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-dg2-1/igt@tools_test@sysfs_l3_parity.html - shard-rkl: NOTRUN -> [SKIP][262] ([fdo#109307]) [262]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-rkl-2/igt@tools_test@sysfs_l3_parity.html - shard-tglu: NOTRUN -> [SKIP][263] ([fdo#109307]) [263]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-tglu-9/igt@tools_test@sysfs_l3_parity.html * igt@v3d/v3d_perfmon@create-two-perfmon: - shard-mtlp: NOTRUN -> [SKIP][264] ([i915#2575]) [264]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-mtlp-4/igt@v3d/v3d_perfmon@create-two-perfmon.html * igt@v3d/v3d_submit_cl@simple-flush-cache: - shard-dg1: NOTRUN -> [SKIP][265] ([i915#2575]) +2 similar issues [265]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-dg1-18/igt@v3d/v3d_submit_cl@simple-flush-cache.html * igt@v3d/v3d_submit_csd@job-perfmon: - shard-tglu: NOTRUN -> [SKIP][266] ([fdo#109315] / [i915#2575]) +3 similar issues [266]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-tglu-9/igt@v3d/v3d_submit_csd@job-perfmon.html * igt@v3d/v3d_submit_csd@single-out-sync: - shard-dg2: NOTRUN -> [SKIP][267] ([i915#2575]) +15 similar issues [267]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-dg2-11/igt@v3d/v3d_submit_csd@single-out-sync.html * igt@v3d/v3d_submit_csd@valid-multisync-submission: - shard-rkl: NOTRUN -> [SKIP][268] ([fdo#109315]) +8 similar issues [268]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-rkl-1/igt@v3d/v3d_submit_csd@valid-multisync-submission.html * igt@vc4/vc4_perfmon@create-two-perfmon: - shard-mtlp: NOTRUN -> [SKIP][269] ([i915#7711]) [269]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-mtlp-1/igt@vc4/vc4_perfmon@create-two-perfmon.html * igt@vc4/vc4_tiling@set-get: - shard-dg2: NOTRUN -> [SKIP][270] ([i915#7711]) +12 similar issues [270]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-dg2-11/igt@vc4/vc4_tiling@set-get.html - shard-rkl: NOTRUN -> [SKIP][271] ([i915#7711]) +4 similar issues [271]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-rkl-3/igt@vc4/vc4_tiling@set-get.html * igt@vc4/vc4_wait_bo@used-bo: - shard-tglu: NOTRUN -> [SKIP][272] ([i915#2575]) +3 similar issues [272]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-tglu-7/igt@vc4/vc4_wait_bo@used-bo.html * igt@vc4/vc4_wait_seqno@bad-seqno-0ns: - shard-dg1: NOTRUN -> [SKIP][273] ([i915#7711]) +1 similar issue [273]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-dg1-13/igt@vc4/vc4_wait_seqno@bad-seqno-0ns.html #### Possible fixes #### * igt@gem_ctx_exec@basic-nohangcheck: - shard-rkl: [FAIL][274] ([i915#6268]) -> [PASS][275] [274]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13562/shard-rkl-7/igt@gem_ctx_exec@basic-nohangcheck.html [275]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-rkl-7/igt@gem_ctx_exec@basic-nohangcheck.html * igt@gem_eio@kms: - shard-dg1: [FAIL][276] ([i915#5784]) -> [PASS][277] [276]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13562/shard-dg1-17/igt@gem_eio@kms.html [277]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-dg1-17/igt@gem_eio@kms.html * igt@gem_exec_capture@capture@vcs1-smem: - shard-mtlp: [DMESG-WARN][278] ([i915#5591]) -> [PASS][279] [278]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13562/shard-mtlp-3/igt@gem_exec_capture@capture@vcs1-smem.html [279]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-mtlp-3/igt@gem_exec_capture@capture@vcs1-smem.html * igt@gem_exec_fair@basic-pace-share@rcs0: - shard-glk: [FAIL][280] ([i915#2842]) -> [PASS][281] [280]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13562/shard-glk5/igt@gem_exec_fair@basic-pace-share@rcs0.html [281]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-glk4/igt@gem_exec_fair@basic-pace-share@rcs0.html * igt@gem_exec_fair@basic-pace-solo@rcs0: - shard-apl: [FAIL][282] ([i915#2842]) -> [PASS][283] [282]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13562/shard-apl3/igt@gem_exec_fair@basic-pace-solo@rcs0.html [283]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-apl4/igt@gem_exec_fair@basic-pace-solo@rcs0.html * igt@gen9_exec_parse@allowed-single: - shard-glk: [ABORT][284] ([i915#5566]) -> [PASS][285] [284]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13562/shard-glk6/igt@gen9_exec_parse@allowed-single.html [285]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-glk2/igt@gen9_exec_parse@allowed-single.html * igt@i915_pm_rpm@dpms-mode-unset-non-lpsp: - shard-dg2: [SKIP][286] ([i915#1397]) -> [PASS][287] +1 similar issue [286]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13562/shard-dg2-12/igt@i915_pm_rpm@dpms-mode-unset-non-lpsp.html [287]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-dg2-1/igt@i915_pm_rpm@dpms-mode-unset-non-lpsp.html - shard-rkl: [SKIP][288] ([i915#1397]) -> [PASS][289] [288]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13562/shard-rkl-7/igt@i915_pm_rpm@dpms-mode-unset-non-lpsp.html [289]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-rkl-1/igt@i915_pm_rpm@dpms-mode-unset-non-lpsp.html * igt@i915_pm_rpm@modeset-lpsp-stress-no-wait: - shard-dg1: [SKIP][290] ([i915#1397]) -> [PASS][291] [290]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13562/shard-dg1-17/igt@i915_pm_rpm@modeset-lpsp-stress-no-wait.html [291]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-dg1-19/igt@i915_pm_rpm@modeset-lpsp-stress-no-wait.html * igt@i915_pm_rps@reset: - shard-dg2: [FAIL][292] ([i915#8229]) -> [PASS][293] [292]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13562/shard-dg2-2/igt@i915_pm_rps@reset.html [293]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-dg2-11/igt@i915_pm_rps@reset.html - shard-dg1: [FAIL][294] ([i915#8229]) -> [PASS][295] [294]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13562/shard-dg1-14/igt@i915_pm_rps@reset.html [295]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-dg1-18/igt@i915_pm_rps@reset.html * igt@kms_async_flips@alternate-sync-async-flip@pipe-a-edp-1: - shard-mtlp: [FAIL][296] ([i915#2521]) -> [PASS][297] [296]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13562/shard-mtlp-7/igt@kms_async_flips@alternate-sync-async-flip@pipe-a-edp-1.html [297]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-mtlp-3/igt@kms_async_flips@alternate-sync-async-flip@pipe-a-edp-1.html * igt@kms_cursor_legacy@cursor-vs-flip-atomic-transitions-varying-size: - shard-mtlp: [FAIL][298] ([i915#8248]) -> [PASS][299] [298]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13562/shard-mtlp-5/igt@kms_cursor_legacy@cursor-vs-flip-atomic-transitions-varying-size.html [299]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-mtlp-6/igt@kms_cursor_legacy@cursor-vs-flip-atomic-transitions-varying-size.html * igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions: - shard-apl: [FAIL][300] ([i915#2346]) -> [PASS][301] [300]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13562/shard-apl4/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html [301]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-apl3/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html * igt@kms_fbcon_fbt@fbc-suspend: - shard-dg1: [FAIL][302] ([fdo#103375]) -> [PASS][303] [302]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13562/shard-dg1-18/igt@kms_fbcon_fbt@fbc-suspend.html [303]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-dg1-13/igt@kms_fbcon_fbt@fbc-suspend.html * igt@kms_frontbuffer_tracking@fbc-1p-primscrn-indfb-pgflip-blt: - shard-dg2: [FAIL][304] ([i915#6880]) -> [PASS][305] [304]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13562/shard-dg2-11/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-indfb-pgflip-blt.html [305]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-dg2-11/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-indfb-pgflip-blt.html * igt@kms_getfb@getfb-addfb-different-handles: - shard-mtlp: [DMESG-WARN][306] ([i915#2017] / [i915#9157]) -> [PASS][307] [306]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13562/shard-mtlp-3/igt@kms_getfb@getfb-addfb-different-handles.html [307]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-mtlp-1/igt@kms_getfb@getfb-addfb-different-handles.html * igt@kms_plane@pixel-format-source-clamping@pipe-b-planes: - shard-mtlp: [FAIL][308] ([i915#1623]) -> [PASS][309] +1 similar issue [308]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13562/shard-mtlp-7/igt@kms_plane@pixel-format-source-clamping@pipe-b-planes.html [309]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-mtlp-7/igt@kms_plane@pixel-format-source-clamping@pipe-b-planes.html * igt@kms_rotation_crc@sprite-rotation-90: - shard-rkl: [ABORT][310] ([i915#8178]) -> [PASS][311] [310]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13562/shard-rkl-4/igt@kms_rotation_crc@sprite-rotation-90.html [311]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-rkl-2/igt@kms_rotation_crc@sprite-rotation-90.html * igt@kms_sysfs_edid_timing: - shard-dg2: [FAIL][312] ([IGT#2]) -> [PASS][313] [312]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13562/shard-dg2-5/igt@kms_sysfs_edid_timing.html [313]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-dg2-11/igt@kms_sysfs_edid_timing.html * igt@perf_pmu@busy-idle@bcs0: - shard-mtlp: [FAIL][314] ([i915#4349]) -> [PASS][315] +9 similar issues [314]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13562/shard-mtlp-3/igt@perf_pmu@busy-idle@bcs0.html [315]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-mtlp-1/igt@perf_pmu@busy-idle@bcs0.html * igt@perf_pmu@busy-idle@ccs0: - shard-dg2: [FAIL][316] ([i915#4349]) -> [PASS][317] +3 similar issues [316]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13562/shard-dg2-3/igt@perf_pmu@busy-idle@ccs0.html [317]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-dg2-6/igt@perf_pmu@busy-idle@ccs0.html * igt@syncobj_timeline@invalid-wait-illegal-handle: - shard-mtlp: [DMESG-WARN][318] ([i915#2017]) -> [PASS][319] +1 similar issue [318]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13562/shard-mtlp-3/igt@syncobj_timeline@invalid-wait-illegal-handle.html [319]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-mtlp-7/igt@syncobj_timeline@invalid-wait-illegal-handle.html * igt@sysfs_heartbeat_interval@nopreempt@vcs0: - shard-mtlp: [FAIL][320] ([i915#6015]) -> [PASS][321] [320]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13562/shard-mtlp-3/igt@sysfs_heartbeat_interval@nopreempt@vcs0.html [321]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-mtlp-3/igt@sysfs_heartbeat_interval@nopreempt@vcs0.html #### Warnings #### * igt@i915_pm_rc6_residency@media-rc6-accuracy: - shard-mtlp: [SKIP][322] ([fdo#109289]) -> [SKIP][323] ([i915#8403]) [322]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13562/shard-mtlp-3/igt@i915_pm_rc6_residency@media-rc6-accuracy.html [323]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-mtlp-5/igt@i915_pm_rc6_residency@media-rc6-accuracy.html * igt@i915_pm_rc6_residency@rc6-idle@vcs0: - shard-tglu: [FAIL][324] ([i915#2681] / [i915#3591]) -> [WARN][325] ([i915#2681]) [324]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13562/shard-tglu-6/igt@i915_pm_rc6_residency@rc6-idle@vcs0.html [325]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-tglu-3/igt@i915_pm_rc6_residency@rc6-idle@vcs0.html * igt@kms_content_protection@mei_interface: - shard-dg2: [SKIP][326] ([i915#7118]) -> [SKIP][327] ([i915#7118] / [i915#7162]) +1 similar issue [326]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13562/shard-dg2-5/igt@kms_content_protection@mei_interface.html [327]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-dg2-12/igt@kms_content_protection@mei_interface.html - shard-dg1: [SKIP][328] ([fdo#109300]) -> [SKIP][329] ([i915#7116]) [328]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13562/shard-dg1-14/igt@kms_content_protection@mei_interface.html [329]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-dg1-16/igt@kms_content_protection@mei_interface.html * igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size: - shard-mtlp: [FAIL][330] ([i915#2346]) -> [DMESG-FAIL][331] ([i915#2017] / [i915#5954]) [330]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13562/shard-mtlp-3/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size.html [331]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-mtlp-6/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size.html * igt@kms_psr@primary_mmap_gtt: - shard-dg1: [SKIP][332] ([i915#1072] / [i915#4078]) -> [SKIP][333] ([i915#1072]) [332]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13562/shard-dg1-16/igt@kms_psr@primary_mmap_gtt.html [333]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/shard-dg1-14/igt@kms_psr@primary_mmap_gtt.html {name}: This element is suppressed. This means it is ignored when computing the status of the difference (SUCCESS, WARNING, or FAILURE). [IGT#2]: https://gitlab.freedesktop.org/drm/igt-gpu-tools/issues/2 [fdo#103375]: https://bugs.freedesktop.org/show_bug.cgi?id=103375 [fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271 [fdo#109274]: https://bugs.freedesktop.org/show_bug.cgi?id=109274 [fdo#109279]: https://bugs.freedesktop.org/show_bug.cgi?id=109279 [fdo#109280]: https://bugs.freedesktop.org/show_bug.cgi?id=109280 [fdo#109289]: https://bugs.freedesktop.org/show_bug.cgi?id=109289 [fdo#109300]: https://bugs.freedesktop.org/show_bug.cgi?id=109300 [fdo#109303]: https://bugs.freedesktop.org/show_bug.cgi?id=109303 [fdo#109307]: https://bugs.freedesktop.org/show_bug.cgi?id=109307 [fdo#109315]: https://bugs.freedesktop.org/show_bug.cgi?id=109315 [fdo#109506]: https://bugs.freedesktop.org/show_bug.cgi?id=109506 [fdo#110189]: https://bugs.freedesktop.org/show_bug.cgi?id=110189 [fdo#110723]: https://bugs.freedesktop.org/show_bug.cgi?id=110723 [fdo#111614]: https://bugs.freedesktop.org/show_bug.cgi?id=111614 [fdo#111615]: https://bugs.freedesktop.org/show_bug.cgi?id=111615 [fdo#111767]: https://bugs.freedesktop.org/show_bug.cgi?id=111767 [fdo#111825]: https://bugs.freedesktop.org/show_bug.cgi?id=111825 [fdo#111827]: https://bugs.freedesktop.org/show_bug.cgi?id=111827 [i915#1072]: https://gitlab.freedesktop.org/drm/intel/issues/1072 [i915#1099]: https://gitlab.freedesktop.org/drm/intel/issues/1099 [i915#1397]: https://gitlab.freedesktop.org/drm/intel/issues/1397 [i915#1623]: https://gitlab.freedesktop.org/drm/intel/issues/1623 [i915#1769]: https://gitlab.freedesktop.org/drm/intel/issues/1769 [i915#1825]: https://gitlab.freedesktop.org/drm/intel/issues/1825 [i915#1937]: https://gitlab.freedesktop.org/drm/intel/issues/1937 [i915#2017]: https://gitlab.freedesktop.org/drm/intel/issues/2017 [i915#2346]: https://gitlab.freedesktop.org/drm/intel/issues/2346 [i915#2410]: https://gitlab.freedesktop.org/drm/intel/issues/2410 [i915#2433]: https://gitlab.freedesktop.org/drm/intel/issues/2433 [i915#2437]: https://gitlab.freedesktop.org/drm/intel/issues/2437 [i915#2521]: https://gitlab.freedesktop.org/drm/intel/issues/2521 [i915#2527]: https://gitlab.freedesktop.org/drm/intel/issues/2527 [i915#2575]: https://gitlab.freedesktop.org/drm/intel/issues/2575 [i915#2587]: https://gitlab.freedesktop.org/drm/intel/issues/2587 [i915#2658]: https://gitlab.freedesktop.org/drm/intel/issues/2658 [i915#2672]: https://gitlab.freedesktop.org/drm/intel/issues/2672 [i915#2681]: https://gitlab.freedesktop.org/drm/intel/issues/2681 [i915#2705]: https://gitlab.freedesktop.org/drm/intel/issues/2705 [i915#280]: https://gitlab.freedesktop.org/drm/intel/issues/280 [i915#2842]: https://gitlab.freedesktop.org/drm/intel/issues/2842 [i915#2856]: https://gitlab.freedesktop.org/drm/intel/issues/2856 [i915#2920]: https://gitlab.freedesktop.org/drm/intel/issues/2920 [i915#3023]: https://gitlab.freedesktop.org/drm/intel/issues/3023 [i915#3281]: https://gitlab.freedesktop.org/drm/intel/issues/3281 [i915#3282]: https://gitlab.freedesktop.org/drm/intel/issues/3282 [i915#3291]: https://gitlab.freedesktop.org/drm/intel/issues/3291 [i915#3297]: https://gitlab.freedesktop.org/drm/intel/issues/3297 [i915#3299]: https://gitlab.freedesktop.org/drm/intel/issues/3299 [i915#3359]: https://gitlab.freedesktop.org/drm/intel/issues/3359 [i915#3361]: https://gitlab.freedesktop.org/drm/intel/issues/3361 [i915#3458]: https://gitlab.freedesktop.org/drm/intel/issues/3458 [i915#3469]: https://gitlab.freedesktop.org/drm/intel/issues/3469 [i915#3539]: https://gitlab.freedesktop.org/drm/intel/issues/3539 [i915#3555]: https://gitlab.freedesktop.org/drm/intel/issues/3555 [i915#3591]: https://gitlab.freedesktop.org/drm/intel/issues/3591 [i915#3637]: https://gitlab.freedesktop.org/drm/intel/issues/3637 [i915#3638]: https://gitlab.freedesktop.org/drm/intel/issues/3638 [i915#3689]: https://gitlab.freedesktop.org/drm/intel/issues/3689 [i915#3708]: https://gitlab.freedesktop.org/drm/intel/issues/3708 [i915#3734]: https://gitlab.freedesktop.org/drm/intel/issues/3734 [i915#3742]: https://gitlab.freedesktop.org/drm/intel/issues/3742 [i915#3840]: https://gitlab.freedesktop.org/drm/intel/issues/3840 [i915#3886]: https://gitlab.freedesktop.org/drm/intel/issues/3886 [i915#3936]: https://gitlab.freedesktop.org/drm/intel/issues/3936 [i915#3955]: https://gitlab.freedesktop.org/drm/intel/issues/3955 [i915#404]: https://gitlab.freedesktop.org/drm/intel/issues/404 [i915#4070]: https://gitlab.freedesktop.org/drm/intel/issues/4070 [i915#4077]: https://gitlab.freedesktop.org/drm/intel/issues/4077 [i915#4078]: https://gitlab.freedesktop.org/drm/intel/issues/4078 [i915#4079]: https://gitlab.freedesktop.org/drm/intel/issues/4079 [i915#4083]: https://gitlab.freedesktop.org/drm/intel/issues/4083 [i915#4087]: https://gitlab.freedesktop.org/drm/intel/issues/4087 [i915#4103]: https://gitlab.freedesktop.org/drm/intel/issues/4103 [i915#4212]: https://gitlab.freedesktop.org/drm/intel/issues/4212 [i915#4213]: https://gitlab.freedesktop.org/drm/intel/issues/4213 [i915#4215]: https://gitlab.freedesktop.org/drm/intel/issues/4215 [i915#4235]: https://gitlab.freedesktop.org/drm/intel/issues/4235 [i915#4270]: https://gitlab.freedesktop.org/drm/intel/issues/4270 [i915#4349]: https://gitlab.freedesktop.org/drm/intel/issues/4349 [i915#4387]: https://gitlab.freedesktop.org/drm/intel/issues/4387 [i915#4473]: https://gitlab.freedesktop.org/drm/intel/issues/4473 [i915#4521]: https://gitlab.freedesktop.org/drm/intel/issues/4521 [i915#4525]: https://gitlab.freedesktop.org/drm/intel/issues/4525 [i915#4538]: https://gitlab.freedesktop.org/drm/intel/issues/4538 [i915#4613]: https://gitlab.freedesktop.org/drm/intel/issues/4613 [i915#4771]: https://gitlab.freedesktop.org/drm/intel/issues/4771 [i915#4812]: https://gitlab.freedesktop.org/drm/intel/issues/4812 [i915#4818]: https://gitlab.freedesktop.org/drm/intel/issues/4818 [i915#4852]: https://gitlab.freedesktop.org/drm/intel/issues/4852 [i915#4854]: https://gitlab.freedesktop.org/drm/intel/issues/4854 [i915#4860]: https://gitlab.freedesktop.org/drm/intel/issues/4860 [i915#4873]: https://gitlab.freedesktop.org/drm/intel/issues/4873 [i915#4880]: https://gitlab.freedesktop.org/drm/intel/issues/4880 [i915#4881]: https://gitlab.freedesktop.org/drm/intel/issues/4881 [i915#4885]: https://gitlab.freedesktop.org/drm/intel/issues/4885 [i915#4958]: https://gitlab.freedesktop.org/drm/intel/issues/4958 [i915#5176]: https://gitlab.freedesktop.org/drm/intel/issues/5176 [i915#5190]: https://gitlab.freedesktop.org/drm/intel/issues/5190 [i915#5235]: https://gitlab.freedesktop.org/drm/intel/issues/5235 [i915#5286]: https://gitlab.freedesktop.org/drm/intel/issues/5286 [i915#5289]: https://gitlab.freedesktop.org/drm/intel/issues/5289 [i915#533]: https://gitlab.freedesktop.org/drm/intel/issues/533 [i915#5354]: https://gitlab.freedesktop.org/drm/intel/issues/5354 [i915#5460]: https://gitlab.freedesktop.org/drm/intel/issues/5460 [i915#5465]: https://gitlab.freedesktop.org/drm/intel/issues/5465 [i915#5566]: https://gitlab.freedesktop.org/drm/intel/issues/5566 [i915#5591]: https://gitlab.freedesktop.org/drm/intel/issues/5591 [i915#5784]: https://gitlab.freedesktop.org/drm/intel/issues/5784 [i915#5793]: https://gitlab.freedesktop.org/drm/intel/issues/5793 [i915#5882]: https://gitlab.freedesktop.org/drm/intel/issues/5882 [i915#5954]: https://gitlab.freedesktop.org/drm/intel/issues/5954 [i915#6015]: https://gitlab.freedesktop.org/drm/intel/issues/6015 [i915#6095]: https://gitlab.freedesktop.org/drm/intel/issues/6095 [i915#6121]: https://gitlab.freedesktop.org/drm/intel/issues/6121 [i915#6188]: https://gitlab.freedesktop.org/drm/intel/issues/6188 [i915#6230]: https://gitlab.freedesktop.org/drm/intel/issues/6230 [i915#6268]: https://gitlab.freedesktop.org/drm/intel/issues/6268 [i915#6311]: https://gitlab.freedesktop.org/drm/intel/issues/6311 [i915#6344]: https://gitlab.freedesktop.org/drm/intel/issues/6344 [i915#6412]: https://gitlab.freedesktop.org/drm/intel/issues/6412 [i915#6524]: https://gitlab.freedesktop.org/drm/intel/issues/6524 [i915#658]: https://gitlab.freedesktop.org/drm/intel/issues/658 [i915#6768]: https://gitlab.freedesktop.org/drm/intel/issues/6768 [i915#6880]: https://gitlab.freedesktop.org/drm/intel/issues/6880 [i915#6944]: https://gitlab.freedesktop.org/drm/intel/issues/6944 [i915#7069]: https://gitlab.freedesktop.org/drm/intel/issues/7069 [i915#7116]: https://gitlab.freedesktop.org/drm/intel/issues/7116 [i915#7118]: https://gitlab.freedesktop.org/drm/intel/issues/7118 [i915#7162]: https://gitlab.freedesktop.org/drm/intel/issues/7162 [i915#7173]: https://gitlab.freedesktop.org/drm/intel/issues/7173 [i915#7213]: https://gitlab.freedesktop.org/drm/intel/issues/7213 [i915#7387]: https://gitlab.freedesktop.org/drm/intel/issues/7387 [i915#7561]: https://gitlab.freedesktop.org/drm/intel/issues/7561 [i915#7697]: https://gitlab.freedesktop.org/drm/intel/issues/7697 [i915#7701]: https://gitlab.freedesktop.org/drm/intel/issues/7701 [i915#7711]: https://gitlab.freedesktop.org/drm/intel/issues/7711 [i915#7816]: https://gitlab.freedesktop.org/drm/intel/issues/7816 [i915#7828]: https://gitlab.freedesktop.org/drm/intel/issues/7828 [i915#7982]: https://gitlab.freedesktop.org/drm/intel/issues/7982 [i915#8178]: https://gitlab.freedesktop.org/drm/intel/issues/8178 [i915#8228]: https://gitlab.freedesktop.org/drm/intel/issues/8228 [i915#8229]: https://gitlab.freedesktop.org/drm/intel/issues/8229 [i915#8248]: https://gitlab.freedesktop.org/drm/intel/issues/8248 [i915#8292]: https://gitlab.freedesktop.org/drm/intel/issues/8292 [i915#8381]: https://gitlab.freedesktop.org/drm/intel/issues/8381 [i915#8403]: https://gitlab.freedesktop.org/drm/intel/issues/8403 [i915#8414]: https://gitlab.freedesktop.org/drm/intel/issues/8414 [i915#8502]: https://gitlab.freedesktop.org/drm/intel/issues/8502 [i915#8516]: https://gitlab.freedesktop.org/drm/intel/issues/8516 [i915#8521]: https://gitlab.freedesktop.org/drm/intel/issues/8521 [i915#8555]: https://gitlab.freedesktop.org/drm/intel/issues/8555 [i915#8588]: https://gitlab.freedesktop.org/drm/intel/issues/8588 [i915#8623]: https://gitlab.freedesktop.org/drm/intel/issues/8623 [i915#8661]: https://gitlab.freedesktop.org/drm/intel/issues/8661 [i915#8708]: https://gitlab.freedesktop.org/drm/intel/issues/8708 [i915#8709]: https://gitlab.freedesktop.org/drm/intel/issues/8709 [i915#8808]: https://gitlab.freedesktop.org/drm/intel/issues/8808 [i915#8810]: https://gitlab.freedesktop.org/drm/intel/issues/8810 [i915#8821]: https://gitlab.freedesktop.org/drm/intel/issues/8821 [i915#8841]: https://gitlab.freedesktop.org/drm/intel/issues/8841 [i915#8865]: https://gitlab.freedesktop.org/drm/intel/issues/8865 [i915#8925]: https://gitlab.freedesktop.org/drm/intel/issues/8925 [i915#8962]: https://gitlab.freedesktop.org/drm/intel/issues/8962 [i915#9067]: https://gitlab.freedesktop.org/drm/intel/issues/9067 [i915#9121]: https://gitlab.freedesktop.org/drm/intel/issues/9121 [i915#9157]: https://gitlab.freedesktop.org/drm/intel/issues/9157 Build changes ------------- * CI: CI-20190529 -> None * IGT: IGT_7451 -> IGTPW_9653 * Piglit: piglit_4509 -> None CI-20190529: 20190529 CI_DRM_13562: 6cd46255547ba72bb6cc6aab91c905b1dec95696 @ git://anongit.freedesktop.org/gfx-ci/linux IGTPW_9653: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/index.html IGT_7451: 5d48d1fb231f449fe2f80cda14ea7a1ecfda59fa @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git piglit_4509: fdc5a4ca11124ab8413c7988896eec4c97336694 @ git://anongit.freedesktop.org/piglit == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9653/index.html [-- Attachment #2: Type: text/html, Size: 106148 bytes --] ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [igt-dev] [PATCH i-g-t] tests/kms_atomic: check zpos is mutable before test mutable zpos 2023-08-24 16:33 [igt-dev] [PATCH i-g-t] tests/kms_atomic: check zpos is mutable before test mutable zpos Melissa Wen ` (3 preceding siblings ...) 2023-08-25 7:29 ` [igt-dev] ✓ Fi.CI.IGT: success " Patchwork @ 2023-08-28 15:39 ` Kamil Konieczny 2023-08-29 10:50 ` Melissa Wen 4 siblings, 1 reply; 7+ messages in thread From: Kamil Konieczny @ 2023-08-28 15:39 UTC (permalink / raw) To: igt-dev; +Cc: Philipp Zabel, Tomeu Vizoso, kernel-dev Hi Melissa, tests/kms_atomic: check zpos is mutable before test mutable zpos ----------------- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ imho better: tests/kms_atomic: skip zpos test on non-mutable planes On 2023-08-24 at 15:33:02 -0100, Melissa Wen wrote: > plane-primary-overlay-mutable-zpos only works if both plane types have > mutable zpos property. However, drivers usually set primary zpos as > immutable and the test case just fails. Create a helper to check if a > plane have mutable zpos and skip the test case if zpos changes are not > allowed. > > Signed-off-by: Melissa Wen <mwen@igalia.com> > --- > > Hi, > > I don't know what drivers currently use this test case (imx?), but > besides this requirement check, the test case seems to use an uncommon > format for overlay plane (ARGB1555). From drm_info[1], I think a more > generic option would be ARGB8888 for alpha blending tests, but a primary > plane with mutable zpos doesn't seem a common case too. > > Let me know your thoughts > > [1] https://drmdb.emersion.fr/formats?plane=0 > > lib/igt_kms.c | 17 +++++++++++++++++ > lib/igt_kms.h | 2 ++ > tests/kms_atomic.c | 3 +++ > 3 files changed, 22 insertions(+) > > diff --git a/lib/igt_kms.c b/lib/igt_kms.c > index e0959ccff..42dc66fcd 100644 > --- a/lib/igt_kms.c > +++ b/lib/igt_kms.c > @@ -3827,6 +3827,23 @@ void igt_plane_set_prop_enum(igt_plane_t *plane, > igt_assert(igt_plane_try_prop_enum(plane, prop, val)); > } > Please document public functions. Regards, Kamil > +bool igt_plane_check_prop_is_mutable(igt_plane_t *plane, > + enum igt_atomic_plane_properties igt_prop) > +{ > + drmModePropertyPtr prop; > + uint64_t value; > + bool has_prop; > + > + has_prop = kmstest_get_property(plane->pipe->display->drm_fd, > + plane->drm_plane->plane_id, > + DRM_MODE_OBJECT_PLANE, > + igt_plane_prop_names[igt_prop], NULL, > + &value, &prop); > + igt_assert(has_prop); > + > + return !(prop->flags & DRM_MODE_PROP_IMMUTABLE); > +} > + > /** > * igt_plane_replace_prop_blob: > * @plane: plane to set property on. > diff --git a/lib/igt_kms.h b/lib/igt_kms.h > index 91355c910..4b4ec6c5a 100644 > --- a/lib/igt_kms.h > +++ b/lib/igt_kms.h > @@ -734,6 +734,8 @@ extern void igt_plane_replace_prop_blob(igt_plane_t *plane, > enum igt_atomic_plane_properties prop, > const void *ptr, size_t length); > > +extern bool igt_plane_check_prop_is_mutable(igt_plane_t *plane, > + enum igt_atomic_plane_properties igt_prop); > /** > * igt_output_has_prop: > * @output: Output to check. > diff --git a/tests/kms_atomic.c b/tests/kms_atomic.c > index 3289219f9..22ddf5633 100644 > --- a/tests/kms_atomic.c > +++ b/tests/kms_atomic.c > @@ -1463,7 +1463,10 @@ igt_main > igt_require(overlay); > > igt_require(igt_plane_has_prop(primary, IGT_PLANE_ZPOS)); > + igt_require(igt_plane_check_prop_is_mutable(primary, IGT_PLANE_ZPOS)); > + > igt_require(igt_plane_has_prop(overlay, IGT_PLANE_ZPOS)); > + igt_require(igt_plane_check_prop_is_mutable(overlay, IGT_PLANE_ZPOS)); > > igt_require(igt_plane_has_format_mod(primary, format_primary, 0x0)); > igt_require(igt_plane_has_format_mod(overlay, format_overlay, 0x0)); > -- > 2.40.1 > ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [igt-dev] [PATCH i-g-t] tests/kms_atomic: check zpos is mutable before test mutable zpos 2023-08-28 15:39 ` [igt-dev] [PATCH i-g-t] " Kamil Konieczny @ 2023-08-29 10:50 ` Melissa Wen 0 siblings, 0 replies; 7+ messages in thread From: Melissa Wen @ 2023-08-29 10:50 UTC (permalink / raw) To: Kamil Konieczny; +Cc: Philipp Zabel, Tomeu Vizoso, igt-dev, kernel-dev [-- Attachment #1: Type: text/plain, Size: 3820 bytes --] On 08/28, Kamil Konieczny wrote: > Hi Melissa, > > tests/kms_atomic: check zpos is mutable before test mutable zpos > ----------------- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > imho better: > > tests/kms_atomic: skip zpos test on non-mutable planes Looks better to me too. I'd just add that it's specific for mutable zpos: `tests/kms_atomic: skip mutable zpos test on non-mutable planes` > > On 2023-08-24 at 15:33:02 -0100, Melissa Wen wrote: > > plane-primary-overlay-mutable-zpos only works if both plane types have > > mutable zpos property. However, drivers usually set primary zpos as > > immutable and the test case just fails. Create a helper to check if a > > plane have mutable zpos and skip the test case if zpos changes are not > > allowed. > > > > Signed-off-by: Melissa Wen <mwen@igalia.com> > > --- > > > > Hi, > > > > I don't know what drivers currently use this test case (imx?), but > > besides this requirement check, the test case seems to use an uncommon > > format for overlay plane (ARGB1555). From drm_info[1], I think a more > > generic option would be ARGB8888 for alpha blending tests, but a primary > > plane with mutable zpos doesn't seem a common case too. > > > > Let me know your thoughts > > > > [1] https://drmdb.emersion.fr/formats?plane=0 > > > > lib/igt_kms.c | 17 +++++++++++++++++ > > lib/igt_kms.h | 2 ++ > > tests/kms_atomic.c | 3 +++ > > 3 files changed, 22 insertions(+) > > > > diff --git a/lib/igt_kms.c b/lib/igt_kms.c > > index e0959ccff..42dc66fcd 100644 > > --- a/lib/igt_kms.c > > +++ b/lib/igt_kms.c > > @@ -3827,6 +3827,23 @@ void igt_plane_set_prop_enum(igt_plane_t *plane, > > igt_assert(igt_plane_try_prop_enum(plane, prop, val)); > > } > > > > Please document public functions. ACK. I'll address it in the next version. Thanks for the feedback, Melissa > > Regards, > Kamil > > > +bool igt_plane_check_prop_is_mutable(igt_plane_t *plane, > > + enum igt_atomic_plane_properties igt_prop) > > +{ > > + drmModePropertyPtr prop; > > + uint64_t value; > > + bool has_prop; > > + > > + has_prop = kmstest_get_property(plane->pipe->display->drm_fd, > > + plane->drm_plane->plane_id, > > + DRM_MODE_OBJECT_PLANE, > > + igt_plane_prop_names[igt_prop], NULL, > > + &value, &prop); > > + igt_assert(has_prop); > > + > > + return !(prop->flags & DRM_MODE_PROP_IMMUTABLE); > > +} > > + > > /** > > * igt_plane_replace_prop_blob: > > * @plane: plane to set property on. > > diff --git a/lib/igt_kms.h b/lib/igt_kms.h > > index 91355c910..4b4ec6c5a 100644 > > --- a/lib/igt_kms.h > > +++ b/lib/igt_kms.h > > @@ -734,6 +734,8 @@ extern void igt_plane_replace_prop_blob(igt_plane_t *plane, > > enum igt_atomic_plane_properties prop, > > const void *ptr, size_t length); > > > > +extern bool igt_plane_check_prop_is_mutable(igt_plane_t *plane, > > + enum igt_atomic_plane_properties igt_prop); > > /** > > * igt_output_has_prop: > > * @output: Output to check. > > diff --git a/tests/kms_atomic.c b/tests/kms_atomic.c > > index 3289219f9..22ddf5633 100644 > > --- a/tests/kms_atomic.c > > +++ b/tests/kms_atomic.c > > @@ -1463,7 +1463,10 @@ igt_main > > igt_require(overlay); > > > > igt_require(igt_plane_has_prop(primary, IGT_PLANE_ZPOS)); > > + igt_require(igt_plane_check_prop_is_mutable(primary, IGT_PLANE_ZPOS)); > > + > > igt_require(igt_plane_has_prop(overlay, IGT_PLANE_ZPOS)); > > + igt_require(igt_plane_check_prop_is_mutable(overlay, IGT_PLANE_ZPOS)); > > > > igt_require(igt_plane_has_format_mod(primary, format_primary, 0x0)); > > igt_require(igt_plane_has_format_mod(overlay, format_overlay, 0x0)); > > -- > > 2.40.1 > > [-- Attachment #2: signature.asc --] [-- Type: application/pgp-signature, Size: 833 bytes --] ^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2023-08-29 10:50 UTC | newest] Thread overview: 7+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2023-08-24 16:33 [igt-dev] [PATCH i-g-t] tests/kms_atomic: check zpos is mutable before test mutable zpos Melissa Wen 2023-08-24 18:25 ` [igt-dev] ✗ GitLab.Pipeline: warning for " Patchwork 2023-08-24 19:03 ` [igt-dev] ✓ Fi.CI.BAT: success " Patchwork 2023-08-24 19:15 ` [igt-dev] ✗ CI.xeBAT: failure " Patchwork 2023-08-25 7:29 ` [igt-dev] ✓ Fi.CI.IGT: success " Patchwork 2023-08-28 15:39 ` [igt-dev] [PATCH i-g-t] " Kamil Konieczny 2023-08-29 10:50 ` Melissa Wen
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox