* [PATCH i-g-t v2 0/3] Remove redundant hotplug detection assertion
@ 2025-01-07 20:54 Naladala Ramanaidu
2025-01-07 20:54 ` [PATCH i-g-t v2 1/3] tests/chamelium/kms_chamelium_edid: Remove unnecessary hotplug detection in EDID test Naladala Ramanaidu
` (5 more replies)
0 siblings, 6 replies; 8+ messages in thread
From: Naladala Ramanaidu @ 2025-01-07 20:54 UTC (permalink / raw)
To: igt-dev; +Cc: kunal1.joshi, Naladala Ramanaidu
Remove Hotplug assertion from chamelium edid test.
Naladala Ramanaidu (3):
tests/chamelium/kms_chamelium_edid: Remove unnecessary hotplug
detection in EDID test
tests/chamelium/kms_chamelium_edid: Add connector check before plug
HAX patch do not merge
tests/chamelium/kms_chamelium_edid.c | 6 +-
tests/intel-ci/fast-feedback.testlist | 171 +-------------
tests/intel-ci/xe-fast-feedback.testlist | 276 +----------------------
3 files changed, 12 insertions(+), 441 deletions(-)
--
2.43.0
^ permalink raw reply [flat|nested] 8+ messages in thread
* [PATCH i-g-t v2 1/3] tests/chamelium/kms_chamelium_edid: Remove unnecessary hotplug detection in EDID test
2025-01-07 20:54 [PATCH i-g-t v2 0/3] Remove redundant hotplug detection assertion Naladala Ramanaidu
@ 2025-01-07 20:54 ` Naladala Ramanaidu
2025-01-09 10:24 ` [i-g-t,v2,1/3] " Joshi, Kunal1
2025-01-07 20:54 ` [PATCH i-g-t v2 2/3] tests/chamelium/kms_chamelium_edid: Add connector check before plug Naladala Ramanaidu
` (4 subsequent siblings)
5 siblings, 1 reply; 8+ messages in thread
From: Naladala Ramanaidu @ 2025-01-07 20:54 UTC (permalink / raw)
To: igt-dev; +Cc: kunal1.joshi, Naladala Ramanaidu
Remove redundant hotplug detection assertion from
test_suspend_resume_edid_change. Hotplug detection is unnecessary
after modeset disable.
Signed-off-by: Naladala Ramanaidu <ramanaidu.naladala@intel.com>
---
tests/chamelium/kms_chamelium_edid.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/tests/chamelium/kms_chamelium_edid.c b/tests/chamelium/kms_chamelium_edid.c
index e572a6468..ff2a19e48 100644
--- a/tests/chamelium/kms_chamelium_edid.c
+++ b/tests/chamelium/kms_chamelium_edid.c
@@ -419,8 +419,6 @@ static void test_suspend_resume_edid_change(chamelium_data_t *data,
chamelium_reset_state(&data->display, data->chamelium, port,
data->ports, data->port_count);
- /* Catch the event and flush all remaining ones. */
- igt_assert(igt_hotplug_detected(mon, CHAMELIUM_HOTPLUG_TIMEOUT));
igt_flush_uevents(mon);
/* First plug in the port */
--
2.43.0
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [PATCH i-g-t v2 2/3] tests/chamelium/kms_chamelium_edid: Add connector check before plug
2025-01-07 20:54 [PATCH i-g-t v2 0/3] Remove redundant hotplug detection assertion Naladala Ramanaidu
2025-01-07 20:54 ` [PATCH i-g-t v2 1/3] tests/chamelium/kms_chamelium_edid: Remove unnecessary hotplug detection in EDID test Naladala Ramanaidu
@ 2025-01-07 20:54 ` Naladala Ramanaidu
2025-01-07 20:54 ` [PATCH i-g-t v2 3/3] HAX patch do not merge Naladala Ramanaidu
` (3 subsequent siblings)
5 siblings, 0 replies; 8+ messages in thread
From: Naladala Ramanaidu @ 2025-01-07 20:54 UTC (permalink / raw)
To: igt-dev; +Cc: kunal1.joshi, Naladala Ramanaidu
Add a check to reprobe the connector before plugging it back in.
This ensures the connector is in the disconnected state before
plugging it back in.
Signed-off-by: Naladala Ramanaidu <ramanaidu.naladala@intel.com>
---
tests/chamelium/kms_chamelium_edid.c | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/tests/chamelium/kms_chamelium_edid.c b/tests/chamelium/kms_chamelium_edid.c
index ff2a19e48..649b89678 100644
--- a/tests/chamelium/kms_chamelium_edid.c
+++ b/tests/chamelium/kms_chamelium_edid.c
@@ -423,6 +423,10 @@ static void test_suspend_resume_edid_change(chamelium_data_t *data,
/* First plug in the port */
chamelium_set_edid(data, port, edid);
+
+ igt_assert(chamelium_reprobe_connector(&data->display, data->chamelium,
+ port) == DRM_MODE_DISCONNECTED);
+
chamelium_plug(data->chamelium, port);
igt_assert(igt_hotplug_detected(mon, CHAMELIUM_HOTPLUG_TIMEOUT));
--
2.43.0
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [PATCH i-g-t v2 3/3] HAX patch do not merge
2025-01-07 20:54 [PATCH i-g-t v2 0/3] Remove redundant hotplug detection assertion Naladala Ramanaidu
2025-01-07 20:54 ` [PATCH i-g-t v2 1/3] tests/chamelium/kms_chamelium_edid: Remove unnecessary hotplug detection in EDID test Naladala Ramanaidu
2025-01-07 20:54 ` [PATCH i-g-t v2 2/3] tests/chamelium/kms_chamelium_edid: Add connector check before plug Naladala Ramanaidu
@ 2025-01-07 20:54 ` Naladala Ramanaidu
2025-01-08 1:40 ` ✗ i915.CI.BAT: failure for Remove redundant hotplug detection assertion (rev2) Patchwork
` (2 subsequent siblings)
5 siblings, 0 replies; 8+ messages in thread
From: Naladala Ramanaidu @ 2025-01-07 20:54 UTC (permalink / raw)
To: igt-dev; +Cc: kunal1.joshi, Naladala Ramanaidu
HAX patch do not merge
Signed-off-by: Naladala Ramanaidu <ramanaidu.naladala@intel.com>
---
tests/intel-ci/fast-feedback.testlist | 171 +-------------
tests/intel-ci/xe-fast-feedback.testlist | 276 +----------------------
2 files changed, 8 insertions(+), 439 deletions(-)
diff --git a/tests/intel-ci/fast-feedback.testlist b/tests/intel-ci/fast-feedback.testlist
index be0965110..3259b7b38 100644
--- a/tests/intel-ci/fast-feedback.testlist
+++ b/tests/intel-ci/fast-feedback.testlist
@@ -2,170 +2,7 @@
igt@i915_module_load@load
# Keep alphabetically sorted by default
-igt@core_auth@basic-auth
-igt@debugfs_test@read_all_entries
-igt@debugfs_test@basic-hwmon
-igt@debugfs_test@sysfs
-igt@fbdev@eof
-igt@fbdev@info
-igt@fbdev@nullptr
-igt@fbdev@read
-igt@fbdev@write
-igt@gem_basic@bad-close
-igt@gem_basic@create-close
-igt@gem_basic@create-fd-close
-igt@gem_busy@busy@all-engines
-igt@gem_close_race@basic-process
-igt@gem_close_race@basic-threads
-igt@gem_ctx_create@basic
-igt@gem_ctx_create@basic-files
-igt@gem_ctx_exec@basic
-igt@gem_exec_basic@basic
-igt@gem_exec_create@basic
-igt@gem_exec_fence@basic-busy
-igt@gem_exec_fence@basic-wait
-igt@gem_exec_fence@basic-await
-igt@gem_exec_fence@nb-await
-igt@gem_exec_gttfill@basic
-igt@gem_exec_parallel@engines
-igt@gem_exec_store@basic
-igt@gem_flink_basic@bad-flink
-igt@gem_flink_basic@bad-open
-igt@gem_flink_basic@basic
-igt@gem_flink_basic@double-flink
-igt@gem_flink_basic@flink-lifetime
-igt@gem_huc_copy@huc-copy
-igt@gem_linear_blits@basic
-igt@gem_mmap@basic
-igt@gem_mmap_gtt@basic
-igt@gem_render_linear_blits@basic
-igt@gem_render_tiled_blits@basic
-igt@gem_ringfill@basic-all
-igt@gem_softpin@allocator-basic
-igt@gem_softpin@allocator-basic-reserve
-igt@gem_softpin@safe-alignment
-igt@gem_sync@basic-all
-igt@gem_sync@basic-each
-igt@gem_tiled_blits@basic
-igt@gem_tiled_fence_blits@basic
-igt@gem_tiled_pread_basic
-igt@gem_wait@busy@all-engines
-igt@gem_wait@wait@all-engines
-igt@i915_getparams_basic@basic-eu-total
-igt@i915_getparams_basic@basic-subslice-total
-igt@i915_hangman@error-state-basic
-igt@i915_pciid
-igt@kms_addfb_basic@addfb25-4-tiled
-igt@kms_addfb_basic@addfb25-bad-modifier
-igt@kms_addfb_basic@addfb25-framebuffer-vs-set-tiling
-igt@kms_addfb_basic@addfb25-modifier-no-flag
-igt@kms_addfb_basic@addfb25-x-tiled-legacy
-igt@kms_addfb_basic@addfb25-x-tiled-mismatch-legacy
-igt@kms_addfb_basic@addfb25-yf-tiled-legacy
-igt@kms_addfb_basic@addfb25-y-tiled-legacy
-igt@kms_addfb_basic@addfb25-y-tiled-small-legacy
-igt@kms_addfb_basic@bad-pitch-0
-igt@kms_addfb_basic@bad-pitch-1024
-igt@kms_addfb_basic@bad-pitch-128
-igt@kms_addfb_basic@bad-pitch-256
-igt@kms_addfb_basic@bad-pitch-32
-igt@kms_addfb_basic@bad-pitch-63
-igt@kms_addfb_basic@bad-pitch-65536
-igt@kms_addfb_basic@bad-pitch-999
-igt@kms_addfb_basic@basic
-igt@kms_addfb_basic@basic-x-tiled-legacy
-igt@kms_addfb_basic@basic-y-tiled-legacy
-igt@kms_addfb_basic@bo-too-small
-igt@kms_addfb_basic@bo-too-small-due-to-tiling
-igt@kms_addfb_basic@clobberred-modifier
-igt@kms_addfb_basic@framebuffer-vs-set-tiling
-igt@kms_addfb_basic@invalid-get-prop
-igt@kms_addfb_basic@invalid-get-prop-any
-igt@kms_addfb_basic@invalid-set-prop
-igt@kms_addfb_basic@invalid-set-prop-any
-igt@kms_addfb_basic@no-handle
-igt@kms_addfb_basic@size-max
-igt@kms_addfb_basic@small-bo
-igt@kms_addfb_basic@tile-pitch-mismatch
-igt@kms_addfb_basic@too-high
-igt@kms_addfb_basic@too-wide
-igt@kms_addfb_basic@unused-handle
-igt@kms_addfb_basic@unused-modifier
-igt@kms_addfb_basic@unused-offsets
-igt@kms_addfb_basic@unused-pitches
-igt@kms_busy@basic
-igt@kms_prop_blob@basic
-igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic
-igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy
-igt@kms_cursor_legacy@basic-flip-after-cursor-atomic
-igt@kms_cursor_legacy@basic-flip-after-cursor-legacy
-igt@kms_cursor_legacy@basic-flip-after-cursor-varying-size
-igt@kms_cursor_legacy@basic-flip-before-cursor-atomic
-igt@kms_cursor_legacy@basic-flip-before-cursor-legacy
-igt@kms_cursor_legacy@basic-flip-before-cursor-varying-size
-igt@kms_dsc@dsc-basic
-igt@kms_flip@basic-flip-vs-dpms
-igt@kms_flip@basic-flip-vs-modeset
-igt@kms_flip@basic-flip-vs-wf_vblank
-igt@kms_flip@basic-plain-flip
-igt@kms_force_connector_basic@force-connector-state
-igt@kms_force_connector_basic@force-edid
-igt@kms_force_connector_basic@force-load-detect
-igt@kms_force_connector_basic@prune-stale-modes
-igt@kms_frontbuffer_tracking@basic
-igt@kms_hdmi_inject@inject-audio
-igt@kms_pipe_crc_basic@compare-crc-sanitycheck-xr24
-igt@kms_pipe_crc_basic@compare-crc-sanitycheck-nv12
-igt@kms_pipe_crc_basic@hang-read-crc
-igt@kms_pipe_crc_basic@nonblocking-crc
-igt@kms_pipe_crc_basic@nonblocking-crc-frame-sequence
-igt@kms_pipe_crc_basic@read-crc
-igt@kms_pipe_crc_basic@read-crc-frame-sequence
-igt@kms_pm_backlight@basic-brightness
-igt@kms_pm_rpm@basic-pci-d3-state
-igt@kms_pm_rpm@basic-rte
-igt@kms_psr@psr-primary-page-flip
-igt@kms_psr@psr-cursor-plane-move
-igt@kms_psr@psr-sprite-plane-onoff
-igt@kms_psr@psr-primary-mmap-gtt
-igt@kms_setmode@basic-clone-single-crtc
-igt@i915_pm_rps@basic-api
-igt@prime_self_import@basic-llseek-bad
-igt@prime_self_import@basic-llseek-size
-igt@prime_self_import@basic-with_fd_dup
-igt@prime_self_import@basic-with_one_bo
-igt@prime_self_import@basic-with_one_bo_two_files
-igt@prime_self_import@basic-with_two_bos
-igt@prime_vgem@basic-fence-flip
-igt@prime_vgem@basic-fence-mmap
-igt@prime_vgem@basic-fence-read
-igt@prime_vgem@basic-gtt
-igt@prime_vgem@basic-read
-igt@prime_vgem@basic-write
-igt@vgem_basic@setversion
-igt@vgem_basic@create
-igt@vgem_basic@debugfs
-igt@vgem_basic@dmabuf-export
-igt@vgem_basic@dmabuf-fence
-igt@vgem_basic@dmabuf-fence-before
-igt@vgem_basic@dmabuf-mmap
-igt@vgem_basic@mmap
-igt@vgem_basic@second-client
-igt@vgem_basic@sysfs
-
-# All tests that do module unloading and reloading are executed last.
-# They will sometimes reveal issues of earlier tests leaving the
-# driver in a broken state that is not otherwise noticed in that test.
-
-igt@core_hotunplug@unbind-rebind
-igt@vgem_basic@unload
-igt@i915_module_load@reload
-igt@gem_lmem_swapping@basic
-igt@gem_lmem_swapping@parallel-random-engines
-igt@gem_lmem_swapping@random-engines
-igt@gem_lmem_swapping@verify-random
-igt@i915_pm_rpm@module-reload
-
-# Kernel selftests
-igt@i915_selftest@live
-igt@dmabuf@all-tests
+igt@kms_chamelium_edid@dp-edid-change-during-suspend
+igt@kms_chamelium_edid@dp-edid-change-during-hibernate
+igt@kms_chamelium_edid@hdmi-edid-change-during-suspend
+igt@kms_chamelium_edid@hdmi-edid-change-during-hibernate
diff --git a/tests/intel-ci/xe-fast-feedback.testlist b/tests/intel-ci/xe-fast-feedback.testlist
index 0234d3e72..8fb01dca6 100644
--- a/tests/intel-ci/xe-fast-feedback.testlist
+++ b/tests/intel-ci/xe-fast-feedback.testlist
@@ -1,275 +1,7 @@
# Should be the first test
igt@xe_module_load@load
-igt@fbdev@eof
-igt@fbdev@info
-igt@fbdev@nullptr
-igt@fbdev@read
-igt@fbdev@write
-
-igt@kms_addfb_basic@addfb25-4-tiled
-igt@kms_addfb_basic@addfb25-bad-modifier
-igt@kms_addfb_basic@addfb25-modifier-no-flag
-igt@kms_addfb_basic@addfb25-x-tiled-legacy
-igt@kms_addfb_basic@addfb25-yf-tiled-legacy
-igt@kms_addfb_basic@addfb25-y-tiled-legacy
-igt@kms_addfb_basic@addfb25-y-tiled-small-legacy
-igt@kms_addfb_basic@bad-pitch-0
-igt@kms_addfb_basic@bad-pitch-1024
-igt@kms_addfb_basic@bad-pitch-128
-igt@kms_addfb_basic@bad-pitch-256
-igt@kms_addfb_basic@bad-pitch-32
-igt@kms_addfb_basic@bad-pitch-63
-igt@kms_addfb_basic@bad-pitch-65536
-igt@kms_addfb_basic@bad-pitch-999
-igt@kms_addfb_basic@basic
-igt@kms_addfb_basic@basic-x-tiled-legacy
-igt@kms_addfb_basic@bo-too-small
-igt@kms_addfb_basic@invalid-get-prop
-igt@kms_addfb_basic@invalid-get-prop-any
-igt@kms_addfb_basic@invalid-set-prop
-igt@kms_addfb_basic@invalid-set-prop-any
-igt@kms_addfb_basic@no-handle
-igt@kms_addfb_basic@size-max
-igt@kms_addfb_basic@small-bo
-igt@kms_addfb_basic@too-high
-igt@kms_addfb_basic@too-wide
-igt@kms_addfb_basic@unused-handle
-igt@kms_addfb_basic@unused-modifier
-igt@kms_addfb_basic@unused-offsets
-igt@kms_addfb_basic@unused-pitches
-igt@kms_cursor_legacy@basic-flip-after-cursor-atomic
-igt@kms_cursor_legacy@basic-flip-after-cursor-legacy
-igt@kms_cursor_legacy@basic-flip-after-cursor-varying-size
-igt@kms_cursor_legacy@basic-flip-before-cursor-atomic
-igt@kms_cursor_legacy@basic-flip-before-cursor-legacy
-igt@kms_cursor_legacy@basic-flip-before-cursor-varying-size
-igt@kms_dsc@dsc-basic
-igt@kms_flip@basic-flip-vs-dpms
-igt@kms_flip@basic-flip-vs-modeset
-igt@kms_flip@basic-flip-vs-wf_vblank
-igt@kms_flip@basic-plain-flip
-igt@kms_force_connector_basic@force-connector-state
-igt@kms_force_connector_basic@force-edid
-igt@kms_force_connector_basic@prune-stale-modes
-igt@kms_frontbuffer_tracking@basic
-igt@kms_hdmi_inject@inject-audio
-igt@kms_pipe_crc_basic@compare-crc-sanitycheck-xr24
-igt@kms_pipe_crc_basic@compare-crc-sanitycheck-nv12
-igt@kms_pipe_crc_basic@hang-read-crc
-igt@kms_pipe_crc_basic@nonblocking-crc
-igt@kms_pipe_crc_basic@nonblocking-crc-frame-sequence
-igt@kms_pipe_crc_basic@read-crc
-igt@kms_pipe_crc_basic@read-crc-frame-sequence
-igt@kms_prop_blob@basic
-igt@kms_psr@psr-primary-page-flip
-igt@kms_psr@psr-cursor-plane-move
-igt@kms_psr@psr-sprite-plane-onoff
-igt@sriov_basic@enable-vfs-autoprobe-off@numvfs-all
-igt@sriov_basic@enable-vfs-autoprobe-on@numvfs-1
-igt@xe_compute@compute-square
-igt@xe_create@create-execqueues-noleak
-igt@xe_create@create-execqueues-leak
-igt@xe_create@create-invalid-mbz
-igt@xe_create@create-massive-size
-igt@xe_debugfs@base
-igt@xe_debugfs@gt
-igt@xe_debugfs@forcewake
-igt@xe_dma_buf_sync@export-dma-buf-once-write-sync
-igt@xe_dma_buf_sync@export-dma-buf-once-read-sync
-igt@xe_dma_buf_sync@export-dma-buf-once-read-write-sync
-igt@xe_dma_buf_sync@export-dma-buf-once-write-read-sync
-igt@xe_evict_ccs@evict-overcommit-simple
-igt@xe_evict_ccs@evict-overcommit-parallel-nofree-samefd
-igt@xe_exec_atomic@basic-dec-all
-igt@xe_exec_atomic@basic-inc-all
-igt@xe_exec_balancer@twice-virtual-basic
-igt@xe_exec_balancer@no-exec-virtual-basic
-igt@xe_exec_balancer@twice-cm-virtual-basic
-igt@xe_exec_balancer@no-exec-cm-virtual-basic
-igt@xe_exec_balancer@twice-virtual-userptr
-igt@xe_exec_balancer@twice-cm-virtual-userptr
-igt@xe_exec_balancer@twice-virtual-rebind
-igt@xe_exec_balancer@twice-cm-virtual-rebind
-igt@xe_exec_balancer@twice-virtual-userptr-rebind
-igt@xe_exec_balancer@twice-cm-virtual-userptr-rebind
-igt@xe_exec_balancer@twice-virtual-userptr-invalidate
-igt@xe_exec_balancer@twice-cm-virtual-userptr-invalidate
-igt@xe_exec_balancer@twice-parallel-basic
-igt@xe_exec_balancer@no-exec-parallel-basic
-igt@xe_exec_balancer@twice-parallel-userptr
-igt@xe_exec_balancer@twice-parallel-rebind
-igt@xe_exec_balancer@twice-parallel-userptr-rebind
-igt@xe_exec_balancer@twice-parallel-userptr-invalidate
-igt@xe_exec_basic@twice-basic
-igt@xe_exec_basic@no-exec-basic
-igt@xe_exec_basic@twice-basic-defer-mmap
-igt@xe_exec_basic@twice-basic-defer-bind
-igt@xe_exec_basic@twice-userptr
-igt@xe_exec_basic@twice-rebind
-igt@xe_exec_basic@twice-userptr-rebind
-igt@xe_exec_basic@twice-userptr-invalidate
-igt@xe_exec_basic@no-exec-userptr-invalidate
-igt@xe_exec_basic@twice-bindexecqueue
-igt@xe_exec_basic@no-exec-bindexecqueue
-igt@xe_exec_basic@twice-bindexecqueue-userptr
-igt@xe_exec_basic@twice-bindexecqueue-rebind
-igt@xe_exec_basic@twice-bindexecqueue-userptr-rebind
-igt@xe_exec_basic@twice-bindexecqueue-userptr-invalidate
-igt@xe_exec_compute_mode@twice-basic
-igt@xe_exec_compute_mode@twice-preempt-fence-early
-igt@xe_exec_compute_mode@twice-userptr
-igt@xe_exec_compute_mode@twice-rebind
-igt@xe_exec_compute_mode@twice-userptr-rebind
-igt@xe_exec_compute_mode@twice-userptr-invalidate
-igt@xe_exec_compute_mode@twice-bindexecqueue
-igt@xe_exec_compute_mode@twice-bindexecqueue-userptr
-igt@xe_exec_compute_mode@twice-bindexecqueue-rebind
-igt@xe_exec_compute_mode@twice-bindexecqueue-userptr-rebind
-igt@xe_exec_compute_mode@twice-bindexecqueue-userptr-invalidate
-igt@xe_exec_queue_property@invalid-property
-igt@xe_exec_reset@close-fd-no-exec
-igt@xe_exec_reset@cm-close-fd-no-exec
-igt@xe_exec_reset@virtual-close-fd-no-exec
-igt@xe_exec_store@basic-store
-igt@xe_gpgpu_fill@basic
-igt@xe_gt_freq@freq_basic_api
-igt@xe_gt_freq@freq_fixed_idle
-igt@xe_gt_freq@freq_range_idle
-igt@xe_huc_copy@huc_copy
-igt@xe_intel_bb@add-remove-objects
-igt@xe_intel_bb@bb-with-allocator
-igt@xe_intel_bb@blit-reloc
-igt@xe_intel_bb@blit-simple
-igt@xe_intel_bb@create-in-region
-igt@xe_intel_bb@delta-check
-igt@xe_intel_bb@destroy-bb
-igt@xe_intel_bb@intel-bb-blit-none
-igt@xe_intel_bb@intel-bb-blit-x
-igt@xe_intel_bb@intel-bb-blit-y
-igt@xe_intel_bb@lot-of-buffers
-igt@xe_intel_bb@offset-control
-igt@xe_intel_bb@purge-bb
-igt@xe_intel_bb@render
-igt@xe_intel_bb@reset-bb
-igt@xe_intel_bb@simple-bb
-igt@xe_intel_bb@simple-bb-ctx
-igt@xe_mmap@bad-extensions
-igt@xe_mmap@bad-flags
-igt@xe_mmap@bad-object
-igt@xe_mmap@cpu-caching
-igt@xe_mmap@system
-igt@xe_mmap@vram
-igt@xe_mmap@vram-system
-igt@xe_pm_residency@gt-c6-on-idle
-igt@xe_prime_self_import@basic-with_one_bo
-igt@xe_prime_self_import@basic-with_fd_dup
-#igt@xe_prime_self_import@basic-llseek-size
-igt@xe_query@query-engines
-igt@xe_query@query-mem-usage
-igt@xe_query@query-gt-list
-igt@xe_query@query-config
-igt@xe_query@query-hwconfig
-igt@xe_query@query-topology
-igt@xe_query@query-invalid-extension
-igt@xe_query@query-invalid-query
-igt@xe_query@query-invalid-size
-igt@xe_spin_batch@spin-basic
-igt@xe_spin_batch@spin-batch
-igt@xe_sriov_flr@flr-vf1-clear
-igt@xe_sysfs_defaults@engine-defaults
-igt@xe_sysfs_scheduler@preempt_timeout_us-invalid
-igt@xe_sysfs_scheduler@preempt_timeout_us-min-max
-igt@xe_sysfs_scheduler@timeslice_duration_us-invalid
-igt@xe_sysfs_scheduler@timeslice_duration_us-min-max
-igt@xe_sysfs_scheduler@job_timeout_ms-invalid
-igt@xe_sysfs_scheduler@job_timeout_ms-min-max
-#igt@xe_vm@bind-once
-#igt@xe_vm@scratch
-igt@xe_vm@shared-pte-page
-igt@xe_vm@shared-pde-page
-igt@xe_vm@shared-pde2-page
-igt@xe_vm@shared-pde3-page
-igt@xe_vm@bind-execqueues-independent
-igt@xe_vm@large-split-binds-268435456
-igt@xe_vm@munmap-style-unbind-one-partial
-igt@xe_vm@munmap-style-unbind-end
-igt@xe_vm@munmap-style-unbind-front
-igt@xe_vm@munmap-style-unbind-userptr-one-partial
-igt@xe_vm@munmap-style-unbind-userptr-end
-igt@xe_vm@munmap-style-unbind-userptr-front
-igt@xe_vm@munmap-style-unbind-userptr-inval-end
-igt@xe_vm@munmap-style-unbind-userptr-inval-front
-igt@xe_pat@userptr-coh-none
-igt@xe_pat@prime-self-import-coh
-igt@xe_pat@prime-external-import-coh
-igt@xe_pat@pat-index-all
-igt@xe_pat@pat-index-xelp
-igt@xe_pat@pat-index-xehpc
-igt@xe_pat@pat-index-xelpg
-igt@xe_pat@pat-index-xe2
-igt@xe_waitfence@abstime
-igt@xe_waitfence@engine
-igt@xe_waitfence@reltime
-
-# All tests that do module unloading and reloading are executed last.
-# They will sometimes reveal issues of earlier tests leaving the
-# driver in a broken state that is not otherwise noticed in that test.
-igt@core_hotunplug@unbind-rebind
-
-# Run KUnit tests at the end
-igt@xe_live_ktest@xe_bo@xe_ccs_migrate_kunit
-igt@xe_live_ktest@xe_bo@xe_bo_evict_kunit
-igt@xe_live_ktest@xe_dma_buf
-igt@xe_live_ktest@xe_migrate
-
-# Move fault_mode tests at the end to unblock execution
-igt@xe_exec_fault_mode@twice-basic
-igt@xe_exec_fault_mode@many-basic
-igt@xe_exec_fault_mode@twice-userptr
-igt@xe_exec_fault_mode@twice-rebind
-igt@xe_exec_fault_mode@twice-userptr-rebind
-igt@xe_exec_fault_mode@twice-userptr-invalidate
-igt@xe_exec_fault_mode@twice-bindexecqueue
-igt@xe_exec_fault_mode@twice-bindexecqueue-userptr
-igt@xe_exec_fault_mode@twice-bindexecqueue-rebind
-igt@xe_exec_fault_mode@twice-bindexecqueue-userptr-rebind
-igt@xe_exec_fault_mode@twice-bindexecqueue-userptr-invalidate
-igt@xe_exec_fault_mode@twice-basic-imm
-igt@xe_exec_fault_mode@twice-userptr-imm
-igt@xe_exec_fault_mode@twice-rebind-imm
-igt@xe_exec_fault_mode@twice-userptr-rebind-imm
-igt@xe_exec_fault_mode@twice-userptr-invalidate-imm
-igt@xe_exec_fault_mode@twice-bindexecqueue-imm
-igt@xe_exec_fault_mode@twice-bindexecqueue-userptr-imm
-igt@xe_exec_fault_mode@twice-bindexecqueue-rebind-imm
-igt@xe_exec_fault_mode@twice-bindexecqueue-userptr-rebind-imm
-igt@xe_exec_fault_mode@twice-bindexecqueue-userptr-invalidate-imm
-igt@xe_exec_fault_mode@twice-basic-prefetch
-igt@xe_exec_fault_mode@twice-userptr-prefetch
-igt@xe_exec_fault_mode@twice-rebind-prefetch
-igt@xe_exec_fault_mode@twice-userptr-rebind-prefetch
-igt@xe_exec_fault_mode@twice-userptr-invalidate-prefetch
-igt@xe_exec_fault_mode@twice-bindexecqueue-prefetch
-igt@xe_exec_fault_mode@twice-bindexecqueue-userptr-prefetch
-igt@xe_exec_fault_mode@twice-bindexecqueue-rebind-prefetch
-igt@xe_exec_fault_mode@twice-bindexecqueue-userptr-rebind-prefetch
-igt@xe_exec_fault_mode@twice-bindexecqueue-userptr-invalidate-prefetch
-igt@xe_exec_fault_mode@twice-invalid-fault
-igt@xe_exec_fault_mode@twice-invalid-userptr-fault
-igt@xe_exec_threads@threads-basic
-igt@xe_exec_threads@threads-mixed-basic
-igt@xe_exec_threads@threads-mixed-shared-vm-basic
-igt@xe_exec_threads@threads-mixed-fd-basic
-igt@xe_exec_threads@threads-mixed-userptr-invalidate
-igt@xe_exec_threads@threads-mixed-shared-vm-userptr-invalidate-race
-igt@xe_evict@evict-beng-small
-igt@xe_evict@evict-beng-small-cm
-igt@xe_evict@evict-beng-small-external
-igt@xe_evict@evict-beng-small-external-cm
-igt@xe_evict@evict-beng-small-multi-vm
-igt@xe_evict@evict-small
-igt@xe_evict@evict-small-cm
-igt@xe_evict@evict-small-external
-igt@xe_evict@evict-small-external-cm
-igt@xe_evict@evict-small-multi-vm
+igt@kms_chamelium_edid@dp-edid-change-during-suspend
+igt@kms_chamelium_edid@dp-edid-change-during-hibernate
+igt@kms_chamelium_edid@hdmi-edid-change-during-suspend
+igt@kms_chamelium_edid@hdmi-edid-change-during-hibernate
--
2.43.0
^ permalink raw reply related [flat|nested] 8+ messages in thread
* ✗ i915.CI.BAT: failure for Remove redundant hotplug detection assertion (rev2)
2025-01-07 20:54 [PATCH i-g-t v2 0/3] Remove redundant hotplug detection assertion Naladala Ramanaidu
` (2 preceding siblings ...)
2025-01-07 20:54 ` [PATCH i-g-t v2 3/3] HAX patch do not merge Naladala Ramanaidu
@ 2025-01-08 1:40 ` Patchwork
2025-01-08 1:43 ` ✓ Xe.CI.BAT: success " Patchwork
2025-01-09 19:28 ` ✗ Xe.CI.Full: failure " Patchwork
5 siblings, 0 replies; 8+ messages in thread
From: Patchwork @ 2025-01-08 1:40 UTC (permalink / raw)
To: Naladala Ramanaidu; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 14731 bytes --]
== Series Details ==
Series: Remove redundant hotplug detection assertion (rev2)
URL : https://patchwork.freedesktop.org/series/143141/
State : failure
== Summary ==
CI Bug Log - changes from IGT_8179 -> IGTPW_12399
====================================================
Summary
-------
**FAILURE**
Serious unknown changes coming with IGTPW_12399 absolutely need to be
verified manually.
If you think the reported changes have nothing to do with the changes
introduced in IGTPW_12399, please notify your bug team (I915-ci-infra@lists.freedesktop.org) 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_12399/index.html
Participating hosts (38 -> 37)
------------------------------
Missing (1): fi-snb-2520m
Possible new issues
-------------------
Here are the unknown changes that may have been introduced in IGTPW_12399:
### IGT changes ###
#### Possible regressions ####
* igt@kms_chamelium_edid@dp-edid-change-during-hibernate:
- bat-adlp-9: NOTRUN -> [SKIP][1] +1 other test skip
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12399/bat-adlp-9/igt@kms_chamelium_edid@dp-edid-change-during-hibernate.html
- bat-twl-2: NOTRUN -> [SKIP][2] +1 other test skip
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12399/bat-twl-2/igt@kms_chamelium_edid@dp-edid-change-during-hibernate.html
- bat-dg2-11: NOTRUN -> [SKIP][3] +1 other test skip
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12399/bat-dg2-11/igt@kms_chamelium_edid@dp-edid-change-during-hibernate.html
- bat-rpls-4: NOTRUN -> [SKIP][4] +1 other test skip
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12399/bat-rpls-4/igt@kms_chamelium_edid@dp-edid-change-during-hibernate.html
- bat-dg2-14: NOTRUN -> [SKIP][5] +1 other test skip
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12399/bat-dg2-14/igt@kms_chamelium_edid@dp-edid-change-during-hibernate.html
- bat-arls-5: NOTRUN -> [SKIP][6] +1 other test skip
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12399/bat-arls-5/igt@kms_chamelium_edid@dp-edid-change-during-hibernate.html
- bat-rplp-1: NOTRUN -> [SKIP][7] +1 other test skip
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12399/bat-rplp-1/igt@kms_chamelium_edid@dp-edid-change-during-hibernate.html
- fi-rkl-11600: NOTRUN -> [SKIP][8] +1 other test skip
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12399/fi-rkl-11600/igt@kms_chamelium_edid@dp-edid-change-during-hibernate.html
- bat-jsl-3: NOTRUN -> [SKIP][9] +1 other test skip
[9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12399/bat-jsl-3/igt@kms_chamelium_edid@dp-edid-change-during-hibernate.html
- bat-adlp-11: NOTRUN -> [SKIP][10] +1 other test skip
[10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12399/bat-adlp-11/igt@kms_chamelium_edid@dp-edid-change-during-hibernate.html
* igt@kms_chamelium_edid@hdmi-edid-change-during-hibernate:
- bat-mtlp-8: NOTRUN -> [SKIP][11] +1 other test skip
[11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12399/bat-mtlp-8/igt@kms_chamelium_edid@hdmi-edid-change-during-hibernate.html
- bat-dg2-8: NOTRUN -> [SKIP][12] +1 other test skip
[12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12399/bat-dg2-8/igt@kms_chamelium_edid@hdmi-edid-change-during-hibernate.html
- bat-adls-6: NOTRUN -> [SKIP][13] +1 other test skip
[13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12399/bat-adls-6/igt@kms_chamelium_edid@hdmi-edid-change-during-hibernate.html
- bat-jsl-1: NOTRUN -> [SKIP][14] +1 other test skip
[14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12399/bat-jsl-1/igt@kms_chamelium_edid@hdmi-edid-change-during-hibernate.html
- fi-tgl-1115g4: NOTRUN -> [SKIP][15] +1 other test skip
[15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12399/fi-tgl-1115g4/igt@kms_chamelium_edid@hdmi-edid-change-during-hibernate.html
- bat-arlh-3: NOTRUN -> [SKIP][16] +1 other test skip
[16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12399/bat-arlh-3/igt@kms_chamelium_edid@hdmi-edid-change-during-hibernate.html
- bat-dg1-7: NOTRUN -> [SKIP][17] +1 other test skip
[17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12399/bat-dg1-7/igt@kms_chamelium_edid@hdmi-edid-change-during-hibernate.html
#### Suppressed ####
The following results come from untrusted machines, tests, or statuses.
They do not affect the overall result.
* igt@kms_chamelium_edid@dp-edid-change-during-hibernate:
- {bat-mtlp-9}: NOTRUN -> [SKIP][18] +1 other test skip
[18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12399/bat-mtlp-9/igt@kms_chamelium_edid@dp-edid-change-during-hibernate.html
* igt@kms_chamelium_edid@hdmi-edid-change-during-hibernate:
- {bat-arls-6}: NOTRUN -> [SKIP][19] +1 other test skip
[19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12399/bat-arls-6/igt@kms_chamelium_edid@hdmi-edid-change-during-hibernate.html
Known issues
------------
Here are the changes found in IGTPW_12399 that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@i915_module_load@load:
- fi-cfl-8109u: [PASS][20] -> [DMESG-WARN][21] ([i915#11621])
[20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8179/fi-cfl-8109u/igt@i915_module_load@load.html
[21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12399/fi-cfl-8109u/igt@i915_module_load@load.html
* igt@kms_chamelium_edid@dp-edid-change-during-hibernate:
- fi-kbl-7567u: NOTRUN -> [SKIP][22] +3 other tests skip
[22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12399/fi-kbl-7567u/igt@kms_chamelium_edid@dp-edid-change-during-hibernate.html
- fi-cfl-8700k: NOTRUN -> [SKIP][23] +3 other tests skip
[23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12399/fi-cfl-8700k/igt@kms_chamelium_edid@dp-edid-change-during-hibernate.html
- fi-kbl-8809g: NOTRUN -> [SKIP][24] +3 other tests skip
[24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12399/fi-kbl-8809g/igt@kms_chamelium_edid@dp-edid-change-during-hibernate.html
- bat-kbl-2: NOTRUN -> [SKIP][25] +3 other tests skip
[25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12399/bat-kbl-2/igt@kms_chamelium_edid@dp-edid-change-during-hibernate.html
- bat-arlh-2: NOTRUN -> [SKIP][26] ([i915#11346]) +1 other test skip
[26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12399/bat-arlh-2/igt@kms_chamelium_edid@dp-edid-change-during-hibernate.html
* igt@kms_chamelium_edid@dp-edid-change-during-suspend:
- fi-kbl-guc: NOTRUN -> [SKIP][27] +3 other tests skip
[27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12399/fi-kbl-guc/igt@kms_chamelium_edid@dp-edid-change-during-suspend.html
- bat-adls-6: NOTRUN -> [SKIP][28] ([i915#7828]) +1 other test skip
[28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12399/bat-adls-6/igt@kms_chamelium_edid@dp-edid-change-during-suspend.html
- fi-ilk-650: NOTRUN -> [SKIP][29] +3 other tests skip
[29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12399/fi-ilk-650/igt@kms_chamelium_edid@dp-edid-change-during-suspend.html
- bat-jsl-1: NOTRUN -> [SKIP][30] ([i915#7828]) +1 other test skip
[30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12399/bat-jsl-1/igt@kms_chamelium_edid@dp-edid-change-during-suspend.html
- fi-tgl-1115g4: NOTRUN -> [SKIP][31] ([i915#7828]) +1 other test skip
[31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12399/fi-tgl-1115g4/igt@kms_chamelium_edid@dp-edid-change-during-suspend.html
- fi-cfl-guc: NOTRUN -> [SKIP][32] +3 other tests skip
[32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12399/fi-cfl-guc/igt@kms_chamelium_edid@dp-edid-change-during-suspend.html
- bat-mtlp-6: NOTRUN -> [SKIP][33] ([i915#7828] / [i915#9792]) +1 other test skip
[33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12399/bat-mtlp-6/igt@kms_chamelium_edid@dp-edid-change-during-suspend.html
- bat-adlp-9: NOTRUN -> [SKIP][34] ([i915#7828]) +1 other test skip
[34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12399/bat-adlp-9/igt@kms_chamelium_edid@dp-edid-change-during-suspend.html
- bat-arls-5: NOTRUN -> [SKIP][35] ([i915#7828]) +1 other test skip
[35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12399/bat-arls-5/igt@kms_chamelium_edid@dp-edid-change-during-suspend.html
- bat-arlh-2: NOTRUN -> [SKIP][36] ([i915#11151] / [i915#11346]) +1 other test skip
[36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12399/bat-arlh-2/igt@kms_chamelium_edid@dp-edid-change-during-suspend.html
- fi-rkl-11600: NOTRUN -> [SKIP][37] ([i915#7828]) +1 other test skip
[37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12399/fi-rkl-11600/igt@kms_chamelium_edid@dp-edid-change-during-suspend.html
* igt@kms_chamelium_edid@hdmi-edid-change-during-hibernate:
- fi-ivb-3770: NOTRUN -> [SKIP][38] +3 other tests skip
[38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12399/fi-ivb-3770/igt@kms_chamelium_edid@hdmi-edid-change-during-hibernate.html
- bat-dg1-6: NOTRUN -> [SKIP][39] ([i915#12311]) +1 other test skip
[39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12399/bat-dg1-6/igt@kms_chamelium_edid@hdmi-edid-change-during-hibernate.html
- fi-elk-e7500: NOTRUN -> [SKIP][40] +3 other tests skip
[40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12399/fi-elk-e7500/igt@kms_chamelium_edid@hdmi-edid-change-during-hibernate.html
- fi-blb-e6850: NOTRUN -> [SKIP][41] +3 other tests skip
[41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12399/fi-blb-e6850/igt@kms_chamelium_edid@hdmi-edid-change-during-hibernate.html
- bat-mtlp-6: NOTRUN -> [SKIP][42] ([i915#9792]) +1 other test skip
[42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12399/bat-mtlp-6/igt@kms_chamelium_edid@hdmi-edid-change-during-hibernate.html
* igt@kms_chamelium_edid@hdmi-edid-change-during-suspend:
- bat-arlh-3: NOTRUN -> [SKIP][43] ([i915#11151]) +1 other test skip
[43]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12399/bat-arlh-3/igt@kms_chamelium_edid@hdmi-edid-change-during-suspend.html
- bat-dg1-7: NOTRUN -> [SKIP][44] ([i915#7828]) +1 other test skip
[44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12399/bat-dg1-7/igt@kms_chamelium_edid@hdmi-edid-change-during-suspend.html
- bat-jsl-3: NOTRUN -> [SKIP][45] ([i915#7828]) +1 other test skip
[45]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12399/bat-jsl-3/igt@kms_chamelium_edid@hdmi-edid-change-during-suspend.html
- bat-twl-2: NOTRUN -> [SKIP][46] ([i915#11151]) +1 other test skip
[46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12399/bat-twl-2/igt@kms_chamelium_edid@hdmi-edid-change-during-suspend.html
- bat-dg2-11: NOTRUN -> [SKIP][47] ([i915#7828]) +1 other test skip
[47]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12399/bat-dg2-11/igt@kms_chamelium_edid@hdmi-edid-change-during-suspend.html
- fi-kbl-x1275: NOTRUN -> [SKIP][48] +3 other tests skip
[48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12399/fi-kbl-x1275/igt@kms_chamelium_edid@hdmi-edid-change-during-suspend.html
- fi-hsw-4770: NOTRUN -> [SKIP][49] +3 other tests skip
[49]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12399/fi-hsw-4770/igt@kms_chamelium_edid@hdmi-edid-change-during-suspend.html
- bat-rpls-4: NOTRUN -> [SKIP][50] ([i915#7828]) +1 other test skip
[50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12399/bat-rpls-4/igt@kms_chamelium_edid@hdmi-edid-change-during-suspend.html
- fi-cfl-8109u: NOTRUN -> [SKIP][51] +3 other tests skip
[51]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12399/fi-cfl-8109u/igt@kms_chamelium_edid@hdmi-edid-change-during-suspend.html
- bat-dg2-14: NOTRUN -> [SKIP][52] ([i915#7828]) +1 other test skip
[52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12399/bat-dg2-14/igt@kms_chamelium_edid@hdmi-edid-change-during-suspend.html
- bat-dg2-8: NOTRUN -> [SKIP][53] ([i915#7828]) +1 other test skip
[53]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12399/bat-dg2-8/igt@kms_chamelium_edid@hdmi-edid-change-during-suspend.html
- bat-rplp-1: NOTRUN -> [SKIP][54] ([i915#7828]) +1 other test skip
[54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12399/bat-rplp-1/igt@kms_chamelium_edid@hdmi-edid-change-during-suspend.html
- bat-adlp-11: NOTRUN -> [SKIP][55] ([i915#7828]) +1 other test skip
[55]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12399/bat-adlp-11/igt@kms_chamelium_edid@hdmi-edid-change-during-suspend.html
- bat-mtlp-8: NOTRUN -> [SKIP][56] ([i915#7828]) +1 other test skip
[56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12399/bat-mtlp-8/igt@kms_chamelium_edid@hdmi-edid-change-during-suspend.html
- bat-dg1-6: NOTRUN -> [SKIP][57] ([i915#12311] / [i915#7828]) +1 other test skip
[57]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12399/bat-dg1-6/igt@kms_chamelium_edid@hdmi-edid-change-during-suspend.html
{name}: This element is suppressed. This means it is ignored when computing
the status of the difference (SUCCESS, WARNING, or FAILURE).
[i915#11151]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11151
[i915#11346]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11346
[i915#11621]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11621
[i915#12311]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12311
[i915#7828]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7828
[i915#9792]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9792
Build changes
-------------
* CI: CI-20190529 -> None
* IGT: IGT_8179 -> IGTPW_12399
* Linux: CI_DRM_15915 -> CI_DRM_15920
CI-20190529: 20190529
CI_DRM_15915: 89042e0bb417f4d67280e1d7fa9bbcca51734571 @ git://anongit.freedesktop.org/gfx-ci/linux
CI_DRM_15920: 8f14ac27d7b0ff9ff973fa44a67cc9a0ff3acad5 @ git://anongit.freedesktop.org/gfx-ci/linux
IGTPW_12399: 4a988bee49dc8aa63788fc23ca223ff62aec856c @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
IGT_8179: 183b33f81365dd4a57fe3100a13d3fb13788d158 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12399/index.html
[-- Attachment #2: Type: text/html, Size: 17384 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* ✓ Xe.CI.BAT: success for Remove redundant hotplug detection assertion (rev2)
2025-01-07 20:54 [PATCH i-g-t v2 0/3] Remove redundant hotplug detection assertion Naladala Ramanaidu
` (3 preceding siblings ...)
2025-01-08 1:40 ` ✗ i915.CI.BAT: failure for Remove redundant hotplug detection assertion (rev2) Patchwork
@ 2025-01-08 1:43 ` Patchwork
2025-01-09 19:28 ` ✗ Xe.CI.Full: failure " Patchwork
5 siblings, 0 replies; 8+ messages in thread
From: Patchwork @ 2025-01-08 1:43 UTC (permalink / raw)
To: Naladala Ramanaidu; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 3552 bytes --]
== Series Details ==
Series: Remove redundant hotplug detection assertion (rev2)
URL : https://patchwork.freedesktop.org/series/143141/
State : success
== Summary ==
CI Bug Log - changes from XEIGT_8179_BAT -> XEIGTPW_12399_BAT
====================================================
Summary
-------
**SUCCESS**
No regressions found.
Participating hosts (8 -> 8)
------------------------------
No changes in participating hosts
Known issues
------------
Here are the changes found in XEIGTPW_12399_BAT that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@kms_chamelium_edid@dp-edid-change-during-hibernate:
- bat-bmg-2: NOTRUN -> [SKIP][1] ([Intel XE#2252]) +3 other tests skip
[1]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12399/bat-bmg-2/igt@kms_chamelium_edid@dp-edid-change-during-hibernate.html
- bat-bmg-1: NOTRUN -> [SKIP][2] ([Intel XE#2252]) +3 other tests skip
[2]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12399/bat-bmg-1/igt@kms_chamelium_edid@dp-edid-change-during-hibernate.html
* igt@kms_chamelium_edid@dp-edid-change-during-suspend:
- bat-lnl-1: NOTRUN -> [SKIP][3] ([Intel XE#373]) +3 other tests skip
[3]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12399/bat-lnl-1/igt@kms_chamelium_edid@dp-edid-change-during-suspend.html
- bat-pvc-2: NOTRUN -> [SKIP][4] ([Intel XE#1024]) +3 other tests skip
[4]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12399/bat-pvc-2/igt@kms_chamelium_edid@dp-edid-change-during-suspend.html
- bat-dg2-oem2: NOTRUN -> [SKIP][5] ([Intel XE#373]) +3 other tests skip
[5]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12399/bat-dg2-oem2/igt@kms_chamelium_edid@dp-edid-change-during-suspend.html
- bat-atsm-2: NOTRUN -> [SKIP][6] ([Intel XE#1024]) +3 other tests skip
[6]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12399/bat-atsm-2/igt@kms_chamelium_edid@dp-edid-change-during-suspend.html
* igt@kms_chamelium_edid@hdmi-edid-change-during-hibernate:
- bat-adlp-vf: NOTRUN -> [SKIP][7] ([Intel XE#2463]) +3 other tests skip
[7]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12399/bat-adlp-vf/igt@kms_chamelium_edid@hdmi-edid-change-during-hibernate.html
* igt@kms_chamelium_edid@hdmi-edid-change-during-suspend:
- bat-lnl-2: NOTRUN -> [SKIP][8] ([Intel XE#373]) +3 other tests skip
[8]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12399/bat-lnl-2/igt@kms_chamelium_edid@hdmi-edid-change-during-suspend.html
[Intel XE#1024]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1024
[Intel XE#2252]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2252
[Intel XE#2463]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2463
[Intel XE#373]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/373
Build changes
-------------
* IGT: IGT_8179 -> IGTPW_12399
* Linux: xe-2447-89042e0bb417f4d67280e1d7fa9bbcca51734571 -> xe-2452-8f14ac27d7b0ff9ff973fa44a67cc9a0ff3acad5
IGTPW_12399: 4a988bee49dc8aa63788fc23ca223ff62aec856c @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
IGT_8179: 183b33f81365dd4a57fe3100a13d3fb13788d158 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
xe-2447-89042e0bb417f4d67280e1d7fa9bbcca51734571: 89042e0bb417f4d67280e1d7fa9bbcca51734571
xe-2452-8f14ac27d7b0ff9ff973fa44a67cc9a0ff3acad5: 8f14ac27d7b0ff9ff973fa44a67cc9a0ff3acad5
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12399/index.html
[-- Attachment #2: Type: text/html, Size: 4511 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [i-g-t,v2,1/3] tests/chamelium/kms_chamelium_edid: Remove unnecessary hotplug detection in EDID test
2025-01-07 20:54 ` [PATCH i-g-t v2 1/3] tests/chamelium/kms_chamelium_edid: Remove unnecessary hotplug detection in EDID test Naladala Ramanaidu
@ 2025-01-09 10:24 ` Joshi, Kunal1
0 siblings, 0 replies; 8+ messages in thread
From: Joshi, Kunal1 @ 2025-01-09 10:24 UTC (permalink / raw)
To: Naladala Ramanaidu, igt-dev
[-- Attachment #1: Type: text/plain, Size: 354 bytes --]
On 08-01-2025 02:24, Naladala Ramanaidu wrote:
> Remove redundant hotplug detection assertion from
> test_suspend_resume_edid_change. Hotplug detection is unnecessary
> after modeset disable.
>
> Signed-off-by: Naladala Ramanaidu<ramanaidu.naladala@intel.com>
LGTM
Please add both change in single patch
Reviewed-by: Kunal Joshi <kunal1.joshi@intel.com>
[-- Attachment #2: Type: text/html, Size: 891 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* ✗ Xe.CI.Full: failure for Remove redundant hotplug detection assertion (rev2)
2025-01-07 20:54 [PATCH i-g-t v2 0/3] Remove redundant hotplug detection assertion Naladala Ramanaidu
` (4 preceding siblings ...)
2025-01-08 1:43 ` ✓ Xe.CI.BAT: success " Patchwork
@ 2025-01-09 19:28 ` Patchwork
5 siblings, 0 replies; 8+ messages in thread
From: Patchwork @ 2025-01-09 19:28 UTC (permalink / raw)
To: Naladala Ramanaidu; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 79862 bytes --]
== Series Details ==
Series: Remove redundant hotplug detection assertion (rev2)
URL : https://patchwork.freedesktop.org/series/143141/
State : failure
== Summary ==
CI Bug Log - changes from XEIGT_8179_full -> XEIGTPW_12399_full
====================================================
Summary
-------
**FAILURE**
Serious unknown changes coming with XEIGTPW_12399_full absolutely need to be
verified manually.
If you think the reported changes have nothing to do with the changes
introduced in XEIGTPW_12399_full, please notify your bug team (I915-ci-infra@lists.freedesktop.org) to allow them
to document this new failure mode, which will reduce false positives in CI.
Participating hosts (4 -> 4)
------------------------------
No changes in participating hosts
Possible new issues
-------------------
Here are the unknown changes that may have been introduced in XEIGTPW_12399_full:
### IGT changes ###
#### Possible regressions ####
* igt@kms_hdr@bpc-switch-dpms@pipe-a-dp-4:
- shard-dg2-set2: NOTRUN -> [FAIL][1] +4 other tests fail
[1]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12399/shard-dg2-434/igt@kms_hdr@bpc-switch-dpms@pipe-a-dp-4.html
#### Warnings ####
* igt@kms_flip@basic-flip-vs-dpms:
- shard-dg2-set2: [SKIP][2] ([Intel XE#2423] / [i915#2575]) -> [FAIL][3] +1 other test fail
[2]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8179/shard-dg2-466/igt@kms_flip@basic-flip-vs-dpms.html
[3]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12399/shard-dg2-434/igt@kms_flip@basic-flip-vs-dpms.html
Known issues
------------
Here are the changes found in XEIGTPW_12399_full that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@core_hotunplug@hotunplug-rescan:
- shard-dg2-set2: [PASS][4] -> [SKIP][5] ([Intel XE#1885])
[4]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8179/shard-dg2-436/igt@core_hotunplug@hotunplug-rescan.html
[5]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12399/shard-dg2-466/igt@core_hotunplug@hotunplug-rescan.html
* igt@core_setmaster@master-drop-set-shared-fd:
- shard-dg2-set2: [PASS][6] -> [SKIP][7] ([Intel XE#3453])
[6]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8179/shard-dg2-435/igt@core_setmaster@master-drop-set-shared-fd.html
[7]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12399/shard-dg2-466/igt@core_setmaster@master-drop-set-shared-fd.html
* igt@core_setmaster@master-drop-set-user:
- shard-dg2-set2: [PASS][8] -> [FAIL][9] ([Intel XE#3249])
[8]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8179/shard-dg2-434/igt@core_setmaster@master-drop-set-user.html
[9]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12399/shard-dg2-466/igt@core_setmaster@master-drop-set-user.html
* igt@core_setmaster_vs_auth:
- shard-dg2-set2: [PASS][10] -> [SKIP][11] ([Intel XE#2423])
[10]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8179/shard-dg2-435/igt@core_setmaster_vs_auth.html
[11]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12399/shard-dg2-466/igt@core_setmaster_vs_auth.html
* igt@fbdev@nullptr:
- shard-dg2-set2: [PASS][12] -> [SKIP][13] ([Intel XE#2134])
[12]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8179/shard-dg2-435/igt@fbdev@nullptr.html
[13]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12399/shard-dg2-466/igt@fbdev@nullptr.html
* igt@intel_hwmon@hwmon-write:
- shard-lnl: NOTRUN -> [SKIP][14] ([Intel XE#1125])
[14]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12399/shard-lnl-8/igt@intel_hwmon@hwmon-write.html
* igt@kms_async_flips@invalid-async-flip-atomic:
- shard-lnl: NOTRUN -> [SKIP][15] ([Intel XE#3768])
[15]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12399/shard-lnl-8/igt@kms_async_flips@invalid-async-flip-atomic.html
* igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-0-hflip:
- shard-lnl: NOTRUN -> [SKIP][16] ([Intel XE#1407]) +3 other tests skip
[16]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12399/shard-lnl-5/igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-0-hflip.html
* igt@kms_big_fb@yf-tiled-64bpp-rotate-180:
- shard-lnl: NOTRUN -> [SKIP][17] ([Intel XE#1124]) +7 other tests skip
[17]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12399/shard-lnl-4/igt@kms_big_fb@yf-tiled-64bpp-rotate-180.html
* igt@kms_bw@connected-linear-tiling-3-displays-2160x1440p:
- shard-lnl: NOTRUN -> [SKIP][18] ([Intel XE#2191])
[18]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12399/shard-lnl-6/igt@kms_bw@connected-linear-tiling-3-displays-2160x1440p.html
* igt@kms_bw@linear-tiling-2-displays-2160x1440p:
- shard-lnl: NOTRUN -> [SKIP][19] ([Intel XE#367]) +2 other tests skip
[19]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12399/shard-lnl-6/igt@kms_bw@linear-tiling-2-displays-2160x1440p.html
* igt@kms_bw@linear-tiling-4-displays-3840x2160p:
- shard-lnl: NOTRUN -> [SKIP][20] ([Intel XE#1512])
[20]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12399/shard-lnl-4/igt@kms_bw@linear-tiling-4-displays-3840x2160p.html
* igt@kms_ccs@bad-rotation-90-4-tiled-mtl-rc-ccs-cc:
- shard-lnl: NOTRUN -> [SKIP][21] ([Intel XE#2887]) +9 other tests skip
[21]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12399/shard-lnl-8/igt@kms_ccs@bad-rotation-90-4-tiled-mtl-rc-ccs-cc.html
* igt@kms_ccs@bad-rotation-90-y-tiled-ccs@pipe-a-hdmi-a-6:
- shard-dg2-set2: NOTRUN -> [SKIP][22] ([Intel XE#787]) +76 other tests skip
[22]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12399/shard-dg2-435/igt@kms_ccs@bad-rotation-90-y-tiled-ccs@pipe-a-hdmi-a-6.html
* igt@kms_ccs@crc-primary-rotation-180-4-tiled-bmg-ccs@pipe-b-edp-1:
- shard-lnl: NOTRUN -> [SKIP][23] ([Intel XE#2669]) +3 other tests skip
[23]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12399/shard-lnl-6/igt@kms_ccs@crc-primary-rotation-180-4-tiled-bmg-ccs@pipe-b-edp-1.html
* igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs@pipe-a-edp-1:
- shard-lnl: NOTRUN -> [SKIP][24] ([Intel XE#3433]) +3 other tests skip
[24]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12399/shard-lnl-4/igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs@pipe-a-edp-1.html
* igt@kms_ccs@crc-primary-suspend-yf-tiled-ccs:
- shard-lnl: NOTRUN -> [SKIP][25] ([Intel XE#3432]) +1 other test skip
[25]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12399/shard-lnl-4/igt@kms_ccs@crc-primary-suspend-yf-tiled-ccs.html
* igt@kms_ccs@missing-ccs-buffer-4-tiled-mtl-mc-ccs@pipe-d-dp-4:
- shard-dg2-set2: NOTRUN -> [SKIP][26] ([Intel XE#455] / [Intel XE#787]) +10 other tests skip
[26]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12399/shard-dg2-436/igt@kms_ccs@missing-ccs-buffer-4-tiled-mtl-mc-ccs@pipe-d-dp-4.html
* igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs@pipe-d-hdmi-a-6:
- shard-dg2-set2: NOTRUN -> [INCOMPLETE][27] ([Intel XE#1727] / [Intel XE#3124])
[27]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12399/shard-dg2-436/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs@pipe-d-hdmi-a-6.html
* igt@kms_chamelium_color@degamma:
- shard-lnl: NOTRUN -> [SKIP][28] ([Intel XE#306])
[28]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12399/shard-lnl-4/igt@kms_chamelium_color@degamma.html
* igt@kms_chamelium_frames@dp-crc-multiple:
- shard-dg2-set2: NOTRUN -> [SKIP][29] ([Intel XE#2423] / [i915#2575]) +4 other tests skip
[29]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12399/shard-dg2-466/igt@kms_chamelium_frames@dp-crc-multiple.html
* igt@kms_chamelium_hpd@dp-hpd:
- shard-lnl: NOTRUN -> [SKIP][30] ([Intel XE#373]) +8 other tests skip
[30]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12399/shard-lnl-6/igt@kms_chamelium_hpd@dp-hpd.html
* igt@kms_content_protection@atomic-dpms:
- shard-lnl: NOTRUN -> [SKIP][31] ([Intel XE#3278])
[31]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12399/shard-lnl-5/igt@kms_content_protection@atomic-dpms.html
* igt@kms_content_protection@atomic-dpms@pipe-a-dp-4:
- shard-dg2-set2: NOTRUN -> [FAIL][32] ([Intel XE#1178])
[32]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12399/shard-dg2-435/igt@kms_content_protection@atomic-dpms@pipe-a-dp-4.html
* igt@kms_cursor_crc@cursor-random-512x170:
- shard-lnl: NOTRUN -> [SKIP][33] ([Intel XE#2321]) +1 other test skip
[33]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12399/shard-lnl-6/igt@kms_cursor_crc@cursor-random-512x170.html
* igt@kms_cursor_crc@cursor-rapid-movement-64x21:
- shard-lnl: NOTRUN -> [SKIP][34] ([Intel XE#1424]) +2 other tests skip
[34]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12399/shard-lnl-5/igt@kms_cursor_crc@cursor-rapid-movement-64x21.html
* igt@kms_cursor_legacy@2x-nonblocking-modeset-vs-cursor-atomic:
- shard-lnl: NOTRUN -> [SKIP][35] ([Intel XE#309]) +3 other tests skip
[35]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12399/shard-lnl-8/igt@kms_cursor_legacy@2x-nonblocking-modeset-vs-cursor-atomic.html
* igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-varying-size:
- shard-lnl: NOTRUN -> [SKIP][36] ([Intel XE#323]) +1 other test skip
[36]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12399/shard-lnl-5/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-varying-size.html
* igt@kms_feature_discovery@chamelium:
- shard-lnl: NOTRUN -> [SKIP][37] ([Intel XE#701])
[37]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12399/shard-lnl-8/igt@kms_feature_discovery@chamelium.html
* igt@kms_flip@2x-dpms-vs-vblank-race:
- shard-lnl: NOTRUN -> [SKIP][38] ([Intel XE#1421]) +4 other tests skip
[38]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12399/shard-lnl-8/igt@kms_flip@2x-dpms-vs-vblank-race.html
* igt@kms_flip@bo-too-big-interruptible:
- shard-lnl: NOTRUN -> [INCOMPLETE][39] ([Intel XE#1504]) +1 other test incomplete
[39]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12399/shard-lnl-6/igt@kms_flip@bo-too-big-interruptible.html
* igt@kms_flip@plain-flip-ts-check@a-edp1:
- shard-lnl: [PASS][40] -> [FAIL][41] ([Intel XE#886]) +2 other tests fail
[40]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8179/shard-lnl-1/igt@kms_flip@plain-flip-ts-check@a-edp1.html
[41]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12399/shard-lnl-8/igt@kms_flip@plain-flip-ts-check@a-edp1.html
* igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-64bpp-4tile-downscaling:
- shard-dg2-set2: [PASS][42] -> [SKIP][43] ([Intel XE#2136]) +35 other tests skip
[42]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8179/shard-dg2-435/igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-64bpp-4tile-downscaling.html
[43]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12399/shard-dg2-466/igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-64bpp-4tile-downscaling.html
* igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-downscaling@pipe-a-default-mode:
- shard-lnl: NOTRUN -> [SKIP][44] ([Intel XE#1401]) +5 other tests skip
[44]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12399/shard-lnl-8/igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-downscaling@pipe-a-default-mode.html
* igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytile-upscaling@pipe-a-valid-mode:
- shard-dg2-set2: NOTRUN -> [SKIP][45] ([Intel XE#455]) +4 other tests skip
[45]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12399/shard-dg2-435/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytile-upscaling@pipe-a-valid-mode.html
* igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilercccs-downscaling:
- shard-lnl: NOTRUN -> [SKIP][46] ([Intel XE#1401] / [Intel XE#1745]) +5 other tests skip
[46]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12399/shard-lnl-4/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilercccs-downscaling.html
* igt@kms_frontbuffer_tracking@drrs-modesetfrombusy:
- shard-lnl: NOTRUN -> [SKIP][47] ([Intel XE#651]) +9 other tests skip
[47]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12399/shard-lnl-4/igt@kms_frontbuffer_tracking@drrs-modesetfrombusy.html
* igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-indfb-draw-mmap-wc:
- shard-dg2-set2: [PASS][48] -> [SKIP][49] ([Intel XE#2136] / [Intel XE#2351]) +16 other tests skip
[48]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8179/shard-dg2-436/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-indfb-draw-mmap-wc.html
[49]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12399/shard-dg2-466/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-indfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@fbc-2p-rte:
- shard-lnl: NOTRUN -> [SKIP][50] ([Intel XE#656]) +26 other tests skip
[50]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12399/shard-lnl-5/igt@kms_frontbuffer_tracking@fbc-2p-rte.html
* igt@kms_frontbuffer_tracking@fbc-tiling-y:
- shard-lnl: NOTRUN -> [SKIP][51] ([Intel XE#1469]) +1 other test skip
[51]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12399/shard-lnl-4/igt@kms_frontbuffer_tracking@fbc-tiling-y.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-shrfb-plflip-blt:
- shard-dg2-set2: NOTRUN -> [SKIP][52] ([Intel XE#653])
[52]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12399/shard-dg2-435/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-shrfb-plflip-blt.html
* igt@kms_getfb@getfb-handle-zero:
- shard-dg2-set2: [PASS][53] -> [SKIP][54] ([Intel XE#2423] / [i915#2575]) +146 other tests skip
[53]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8179/shard-dg2-436/igt@kms_getfb@getfb-handle-zero.html
[54]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12399/shard-dg2-466/igt@kms_getfb@getfb-handle-zero.html
* igt@kms_joiner@basic-ultra-joiner:
- shard-lnl: NOTRUN -> [SKIP][55] ([Intel XE#2927])
[55]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12399/shard-lnl-6/igt@kms_joiner@basic-ultra-joiner.html
* igt@kms_multipipe_modeset@basic-max-pipe-crc-check:
- shard-lnl: NOTRUN -> [SKIP][56] ([Intel XE#356])
[56]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12399/shard-lnl-4/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html
* igt@kms_plane_scaling@plane-downscale-factor-0-5-with-pixel-format@pipe-c:
- shard-lnl: NOTRUN -> [SKIP][57] ([Intel XE#2763]) +11 other tests skip
[57]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12399/shard-lnl-5/igt@kms_plane_scaling@plane-downscale-factor-0-5-with-pixel-format@pipe-c.html
* igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25@pipe-d:
- shard-dg2-set2: NOTRUN -> [SKIP][58] ([Intel XE#2763] / [Intel XE#455]) +2 other tests skip
[58]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12399/shard-dg2-436/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25@pipe-d.html
* igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25@pipe-b:
- shard-dg2-set2: NOTRUN -> [SKIP][59] ([Intel XE#2763]) +8 other tests skip
[59]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12399/shard-dg2-436/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25@pipe-b.html
* igt@kms_pm_dc@dc5-dpms:
- shard-lnl: [PASS][60] -> [FAIL][61] ([Intel XE#718])
[60]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8179/shard-lnl-4/igt@kms_pm_dc@dc5-dpms.html
[61]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12399/shard-lnl-5/igt@kms_pm_dc@dc5-dpms.html
* igt@kms_pm_dc@dc6-psr:
- shard-lnl: NOTRUN -> [FAIL][62] ([Intel XE#1430])
[62]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12399/shard-lnl-6/igt@kms_pm_dc@dc6-psr.html
* igt@kms_pm_rpm@basic-pci-d3-state:
- shard-dg2-set2: [PASS][63] -> [SKIP][64] ([Intel XE#2446]) +2 other tests skip
[63]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8179/shard-dg2-435/igt@kms_pm_rpm@basic-pci-d3-state.html
[64]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12399/shard-dg2-466/igt@kms_pm_rpm@basic-pci-d3-state.html
* igt@kms_psr2_sf@pr-overlay-primary-update-sf-dmg-area:
- shard-lnl: NOTRUN -> [SKIP][65] ([Intel XE#2893]) +2 other tests skip
[65]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12399/shard-lnl-8/igt@kms_psr2_sf@pr-overlay-primary-update-sf-dmg-area.html
* igt@kms_psr@fbc-pr-no-drrs:
- shard-lnl: NOTRUN -> [SKIP][66] ([Intel XE#1406]) +4 other tests skip
[66]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12399/shard-lnl-4/igt@kms_psr@fbc-pr-no-drrs.html
* igt@kms_rotation_crc@primary-y-tiled-reflect-x-180:
- shard-dg2-set2: NOTRUN -> [SKIP][67] ([Intel XE#1127])
[67]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12399/shard-dg2-436/igt@kms_rotation_crc@primary-y-tiled-reflect-x-180.html
* igt@kms_setmode@invalid-clone-single-crtc-stealing:
- shard-lnl: NOTRUN -> [SKIP][68] ([Intel XE#1435])
[68]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12399/shard-lnl-5/igt@kms_setmode@invalid-clone-single-crtc-stealing.html
* igt@kms_vrr@negative-basic:
- shard-lnl: NOTRUN -> [SKIP][69] ([Intel XE#1499])
[69]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12399/shard-lnl-6/igt@kms_vrr@negative-basic.html
* igt@kms_writeback@writeback-check-output-xrgb2101010:
- shard-lnl: NOTRUN -> [SKIP][70] ([Intel XE#756])
[70]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12399/shard-lnl-4/igt@kms_writeback@writeback-check-output-xrgb2101010.html
* igt@xe_compute_preempt@compute-preempt@engine-drm_xe_engine_class_compute:
- shard-dg2-set2: NOTRUN -> [SKIP][71] ([Intel XE#1280] / [Intel XE#455]) +1 other test skip
[71]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12399/shard-dg2-436/igt@xe_compute_preempt@compute-preempt@engine-drm_xe_engine_class_compute.html
* igt@xe_eudebug@basic-vm-access-parameters:
- shard-dg2-set2: NOTRUN -> [SKIP][72] ([Intel XE#2905])
[72]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12399/shard-dg2-435/igt@xe_eudebug@basic-vm-access-parameters.html
* igt@xe_eudebug_online@resume-one:
- shard-lnl: NOTRUN -> [SKIP][73] ([Intel XE#2905]) +8 other tests skip
[73]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12399/shard-lnl-6/igt@xe_eudebug_online@resume-one.html
* igt@xe_evict@evict-beng-cm-threads-small:
- shard-lnl: NOTRUN -> [SKIP][74] ([Intel XE#688]) +7 other tests skip
[74]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12399/shard-lnl-6/igt@xe_evict@evict-beng-cm-threads-small.html
* igt@xe_evict@evict-mixed-many-threads-small:
- shard-dg2-set2: [PASS][75] -> [TIMEOUT][76] ([Intel XE#1473])
[75]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8179/shard-dg2-436/igt@xe_evict@evict-mixed-many-threads-small.html
[76]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12399/shard-dg2-436/igt@xe_evict@evict-mixed-many-threads-small.html
* igt@xe_exec_balancer@twice-virtual-basic:
- shard-dg2-set2: [PASS][77] -> [SKIP][78] ([Intel XE#1130]) +255 other tests skip
[77]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8179/shard-dg2-434/igt@xe_exec_balancer@twice-virtual-basic.html
[78]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12399/shard-dg2-466/igt@xe_exec_balancer@twice-virtual-basic.html
* igt@xe_exec_basic@multigpu-many-execqueues-many-vm-bindexecqueue-userptr-invalidate-race:
- shard-lnl: NOTRUN -> [SKIP][79] ([Intel XE#1392]) +4 other tests skip
[79]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12399/shard-lnl-8/igt@xe_exec_basic@multigpu-many-execqueues-many-vm-bindexecqueue-userptr-invalidate-race.html
* igt@xe_mmap@vram:
- shard-lnl: NOTRUN -> [SKIP][80] ([Intel XE#1416])
[80]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12399/shard-lnl-8/igt@xe_mmap@vram.html
* igt@xe_module_load@reload-no-display:
- shard-dg2-set2: [PASS][81] -> [FAIL][82] ([Intel XE#3546])
[81]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8179/shard-dg2-434/igt@xe_module_load@reload-no-display.html
[82]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12399/shard-dg2-466/igt@xe_module_load@reload-no-display.html
* igt@xe_peer2peer@read@read-gpua-vram01-gpub-system-p2p:
- shard-dg2-set2: NOTRUN -> [FAIL][83] ([Intel XE#1173])
[83]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12399/shard-dg2-436/igt@xe_peer2peer@read@read-gpua-vram01-gpub-system-p2p.html
* igt@xe_pm@d3cold-mmap-system:
- shard-lnl: NOTRUN -> [SKIP][84] ([Intel XE#2284] / [Intel XE#366]) +1 other test skip
[84]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12399/shard-lnl-6/igt@xe_pm@d3cold-mmap-system.html
* igt@xe_pm@d3hot-mmap-vram:
- shard-lnl: NOTRUN -> [SKIP][85] ([Intel XE#1948])
[85]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12399/shard-lnl-4/igt@xe_pm@d3hot-mmap-vram.html
* igt@xe_pm_residency@toggle-gt-c6:
- shard-lnl: NOTRUN -> [FAIL][86] ([Intel XE#958])
[86]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12399/shard-lnl-4/igt@xe_pm_residency@toggle-gt-c6.html
* igt@xe_query@multigpu-query-engines:
- shard-lnl: NOTRUN -> [SKIP][87] ([Intel XE#944])
[87]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12399/shard-lnl-5/igt@xe_query@multigpu-query-engines.html
#### Possible fixes ####
* igt@core_getversion@all-cards:
- shard-dg2-set2: [FAIL][88] ([Intel XE#3440]) -> [PASS][89] +1 other test pass
[88]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8179/shard-dg2-466/igt@core_getversion@all-cards.html
[89]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12399/shard-dg2-434/igt@core_getversion@all-cards.html
* igt@core_hotunplug@unplug-rescan:
- shard-dg2-set2: [SKIP][90] ([Intel XE#1885]) -> [PASS][91] +1 other test pass
[90]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8179/shard-dg2-466/igt@core_hotunplug@unplug-rescan.html
[91]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12399/shard-dg2-435/igt@core_hotunplug@unplug-rescan.html
* igt@fbdev@write:
- shard-dg2-set2: [SKIP][92] ([Intel XE#2134]) -> [PASS][93]
[92]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8179/shard-dg2-466/igt@fbdev@write.html
[93]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12399/shard-dg2-436/igt@fbdev@write.html
* igt@kms_async_flips@async-flip-with-page-flip-events@pipe-a-edp-1-linear:
- shard-lnl: [FAIL][94] ([Intel XE#911]) -> [PASS][95] +3 other tests pass
[94]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8179/shard-lnl-8/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-a-edp-1-linear.html
[95]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12399/shard-lnl-8/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-a-edp-1-linear.html
* igt@kms_cursor_legacy@2x-flip-vs-cursor-atomic:
- shard-dg2-set2: [SKIP][96] ([Intel XE#2423] / [i915#2575]) -> [PASS][97] +116 other tests pass
[96]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8179/shard-dg2-466/igt@kms_cursor_legacy@2x-flip-vs-cursor-atomic.html
[97]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12399/shard-dg2-435/igt@kms_cursor_legacy@2x-flip-vs-cursor-atomic.html
* igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-64bpp-4tile-upscaling:
- shard-dg2-set2: [SKIP][98] ([Intel XE#2136]) -> [PASS][99] +29 other tests pass
[98]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8179/shard-dg2-466/igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-64bpp-4tile-upscaling.html
[99]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12399/shard-dg2-435/igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-64bpp-4tile-upscaling.html
* igt@kms_flip_scaled_crc@flip-32bpp-linear-to-64bpp-linear-upscaling:
- shard-dg2-set2: [SKIP][100] ([Intel XE#2136] / [Intel XE#2351]) -> [PASS][101] +17 other tests pass
[100]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8179/shard-dg2-466/igt@kms_flip_scaled_crc@flip-32bpp-linear-to-64bpp-linear-upscaling.html
[101]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12399/shard-dg2-435/igt@kms_flip_scaled_crc@flip-32bpp-linear-to-64bpp-linear-upscaling.html
* igt@kms_pm_rpm@modeset-stress-extra-wait:
- shard-dg2-set2: [SKIP][102] ([Intel XE#2446]) -> [PASS][103] +4 other tests pass
[102]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8179/shard-dg2-466/igt@kms_pm_rpm@modeset-stress-extra-wait.html
[103]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12399/shard-dg2-434/igt@kms_pm_rpm@modeset-stress-extra-wait.html
* igt@kms_vrr@cmrr@pipe-a-edp-1:
- shard-lnl: [FAIL][104] ([Intel XE#2159]) -> [PASS][105] +1 other test pass
[104]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8179/shard-lnl-5/igt@kms_vrr@cmrr@pipe-a-edp-1.html
[105]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12399/shard-lnl-6/igt@kms_vrr@cmrr@pipe-a-edp-1.html
* igt@testdisplay:
- shard-dg2-set2: [SKIP][106] ([Intel XE#2423]) -> [PASS][107]
[106]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8179/shard-dg2-466/igt@testdisplay.html
[107]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12399/shard-dg2-434/igt@testdisplay.html
* igt@xe_exec_balancer@once-parallel-rebind:
- shard-dg2-set2: [SKIP][108] ([Intel XE#1130]) -> [PASS][109] +215 other tests pass
[108]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8179/shard-dg2-466/igt@xe_exec_balancer@once-parallel-rebind.html
[109]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12399/shard-dg2-435/igt@xe_exec_balancer@once-parallel-rebind.html
* igt@xe_exec_compute_mode@many-userptr-rebind:
- shard-dg2-set2: [FAIL][110] -> [PASS][111]
[110]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8179/shard-dg2-435/igt@xe_exec_compute_mode@many-userptr-rebind.html
[111]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12399/shard-dg2-434/igt@xe_exec_compute_mode@many-userptr-rebind.html
* igt@xe_pm@s4-basic:
- shard-lnl: [ABORT][112] ([Intel XE#1358] / [Intel XE#1607]) -> [PASS][113]
[112]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8179/shard-lnl-2/igt@xe_pm@s4-basic.html
[113]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12399/shard-lnl-4/igt@xe_pm@s4-basic.html
* igt@xe_pm@s4-vm-bind-prefetch:
- shard-lnl: [ABORT][114] ([Intel XE#1358] / [Intel XE#1607] / [Intel XE#1794]) -> [PASS][115]
[114]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8179/shard-lnl-2/igt@xe_pm@s4-vm-bind-prefetch.html
[115]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12399/shard-lnl-5/igt@xe_pm@s4-vm-bind-prefetch.html
#### Warnings ####
* igt@kms_big_fb@4-tiled-64bpp-rotate-90:
- shard-dg2-set2: [SKIP][116] ([Intel XE#316]) -> [SKIP][117] ([Intel XE#2136])
[116]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8179/shard-dg2-434/igt@kms_big_fb@4-tiled-64bpp-rotate-90.html
[117]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12399/shard-dg2-466/igt@kms_big_fb@4-tiled-64bpp-rotate-90.html
* igt@kms_big_fb@4-tiled-8bpp-rotate-90:
- shard-dg2-set2: [SKIP][118] ([Intel XE#2136] / [Intel XE#2351]) -> [SKIP][119] ([Intel XE#316])
[118]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8179/shard-dg2-466/igt@kms_big_fb@4-tiled-8bpp-rotate-90.html
[119]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12399/shard-dg2-434/igt@kms_big_fb@4-tiled-8bpp-rotate-90.html
* igt@kms_big_fb@linear-16bpp-rotate-90:
- shard-dg2-set2: [SKIP][120] ([Intel XE#316]) -> [SKIP][121] ([Intel XE#2136] / [Intel XE#2351])
[120]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8179/shard-dg2-435/igt@kms_big_fb@linear-16bpp-rotate-90.html
[121]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12399/shard-dg2-466/igt@kms_big_fb@linear-16bpp-rotate-90.html
* igt@kms_big_fb@x-tiled-64bpp-rotate-270:
- shard-dg2-set2: [SKIP][122] ([Intel XE#2136]) -> [SKIP][123] ([Intel XE#316]) +1 other test skip
[122]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8179/shard-dg2-466/igt@kms_big_fb@x-tiled-64bpp-rotate-270.html
[123]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12399/shard-dg2-436/igt@kms_big_fb@x-tiled-64bpp-rotate-270.html
* igt@kms_big_fb@y-tiled-addfb-size-offset-overflow:
- shard-dg2-set2: [SKIP][124] ([Intel XE#607]) -> [SKIP][125] ([Intel XE#2136] / [Intel XE#2351])
[124]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8179/shard-dg2-434/igt@kms_big_fb@y-tiled-addfb-size-offset-overflow.html
[125]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12399/shard-dg2-466/igt@kms_big_fb@y-tiled-addfb-size-offset-overflow.html
* igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-180-hflip:
- shard-dg2-set2: [SKIP][126] ([Intel XE#1124]) -> [SKIP][127] ([Intel XE#2136] / [Intel XE#2351]) +5 other tests skip
[126]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8179/shard-dg2-434/igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-180-hflip.html
[127]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12399/shard-dg2-466/igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-180-hflip.html
* igt@kms_big_fb@yf-tiled-64bpp-rotate-180:
- shard-dg2-set2: [SKIP][128] ([Intel XE#2136] / [Intel XE#2351]) -> [SKIP][129] ([Intel XE#1124]) +6 other tests skip
[128]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8179/shard-dg2-466/igt@kms_big_fb@yf-tiled-64bpp-rotate-180.html
[129]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12399/shard-dg2-434/igt@kms_big_fb@yf-tiled-64bpp-rotate-180.html
* igt@kms_big_fb@yf-tiled-64bpp-rotate-90:
- shard-dg2-set2: [SKIP][130] ([Intel XE#2136]) -> [SKIP][131] ([Intel XE#1124]) +9 other tests skip
[130]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8179/shard-dg2-466/igt@kms_big_fb@yf-tiled-64bpp-rotate-90.html
[131]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12399/shard-dg2-434/igt@kms_big_fb@yf-tiled-64bpp-rotate-90.html
* igt@kms_big_fb@yf-tiled-addfb-size-offset-overflow:
- shard-dg2-set2: [SKIP][132] ([Intel XE#2136]) -> [SKIP][133] ([Intel XE#607])
[132]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8179/shard-dg2-466/igt@kms_big_fb@yf-tiled-addfb-size-offset-overflow.html
[133]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12399/shard-dg2-434/igt@kms_big_fb@yf-tiled-addfb-size-offset-overflow.html
* igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-0-hflip-async-flip:
- shard-dg2-set2: [SKIP][134] ([Intel XE#1124]) -> [SKIP][135] ([Intel XE#2136]) +11 other tests skip
[134]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8179/shard-dg2-436/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-0-hflip-async-flip.html
[135]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12399/shard-dg2-466/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-0-hflip-async-flip.html
* igt@kms_bw@connected-linear-tiling-2-displays-2560x1440p:
- shard-dg2-set2: [SKIP][136] ([Intel XE#2423] / [i915#2575]) -> [SKIP][137] ([Intel XE#367]) +6 other tests skip
[136]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8179/shard-dg2-466/igt@kms_bw@connected-linear-tiling-2-displays-2560x1440p.html
[137]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12399/shard-dg2-436/igt@kms_bw@connected-linear-tiling-2-displays-2560x1440p.html
* igt@kms_bw@connected-linear-tiling-3-displays-3840x2160p:
- shard-dg2-set2: [SKIP][138] ([Intel XE#2191]) -> [SKIP][139] ([Intel XE#2423] / [i915#2575]) +3 other tests skip
[138]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8179/shard-dg2-436/igt@kms_bw@connected-linear-tiling-3-displays-3840x2160p.html
[139]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12399/shard-dg2-466/igt@kms_bw@connected-linear-tiling-3-displays-3840x2160p.html
* igt@kms_bw@linear-tiling-1-displays-3840x2160p:
- shard-dg2-set2: [SKIP][140] ([Intel XE#367]) -> [SKIP][141] ([Intel XE#2423] / [i915#2575]) +4 other tests skip
[140]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8179/shard-dg2-435/igt@kms_bw@linear-tiling-1-displays-3840x2160p.html
[141]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12399/shard-dg2-466/igt@kms_bw@linear-tiling-1-displays-3840x2160p.html
* igt@kms_ccs@bad-rotation-90-4-tiled-bmg-ccs:
- shard-dg2-set2: [SKIP][142] ([Intel XE#2907]) -> [SKIP][143] ([Intel XE#2136]) +1 other test skip
[142]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8179/shard-dg2-435/igt@kms_ccs@bad-rotation-90-4-tiled-bmg-ccs.html
[143]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12399/shard-dg2-466/igt@kms_ccs@bad-rotation-90-4-tiled-bmg-ccs.html
* igt@kms_ccs@bad-rotation-90-4-tiled-lnl-ccs:
- shard-dg2-set2: [SKIP][144] ([Intel XE#2136]) -> [SKIP][145] ([Intel XE#2907]) +1 other test skip
[144]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8179/shard-dg2-466/igt@kms_ccs@bad-rotation-90-4-tiled-lnl-ccs.html
[145]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12399/shard-dg2-436/igt@kms_ccs@bad-rotation-90-4-tiled-lnl-ccs.html
* igt@kms_ccs@ccs-on-another-bo-y-tiled-gen12-rc-ccs:
- shard-dg2-set2: [SKIP][146] ([Intel XE#455] / [Intel XE#787]) -> [SKIP][147] ([Intel XE#2136]) +14 other tests skip
[146]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8179/shard-dg2-434/igt@kms_ccs@ccs-on-another-bo-y-tiled-gen12-rc-ccs.html
[147]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12399/shard-dg2-466/igt@kms_ccs@ccs-on-another-bo-y-tiled-gen12-rc-ccs.html
* igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs:
- shard-dg2-set2: [SKIP][148] ([Intel XE#2136]) -> [SKIP][149] ([Intel XE#3442]) +1 other test skip
[148]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8179/shard-dg2-466/igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs.html
[149]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12399/shard-dg2-435/igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs.html
* igt@kms_ccs@missing-ccs-buffer-4-tiled-mtl-mc-ccs:
- shard-dg2-set2: [SKIP][150] ([Intel XE#2136]) -> [SKIP][151] ([Intel XE#455] / [Intel XE#787]) +9 other tests skip
[150]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8179/shard-dg2-466/igt@kms_ccs@missing-ccs-buffer-4-tiled-mtl-mc-ccs.html
[151]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12399/shard-dg2-436/igt@kms_ccs@missing-ccs-buffer-4-tiled-mtl-mc-ccs.html
* igt@kms_ccs@missing-ccs-buffer-4-tiled-mtl-rc-ccs:
- shard-dg2-set2: [SKIP][152] ([Intel XE#455] / [Intel XE#787]) -> [SKIP][153] ([Intel XE#2136] / [Intel XE#2351]) +1 other test skip
[152]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8179/shard-dg2-435/igt@kms_ccs@missing-ccs-buffer-4-tiled-mtl-rc-ccs.html
[153]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12399/shard-dg2-466/igt@kms_ccs@missing-ccs-buffer-4-tiled-mtl-rc-ccs.html
* igt@kms_ccs@missing-ccs-buffer-y-tiled-ccs:
- shard-dg2-set2: [SKIP][154] ([Intel XE#2136] / [Intel XE#2351]) -> [SKIP][155] ([Intel XE#455] / [Intel XE#787])
[154]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8179/shard-dg2-466/igt@kms_ccs@missing-ccs-buffer-y-tiled-ccs.html
[155]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12399/shard-dg2-435/igt@kms_ccs@missing-ccs-buffer-y-tiled-ccs.html
* igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs:
- shard-dg2-set2: [SKIP][156] ([Intel XE#2136]) -> [INCOMPLETE][157] ([Intel XE#1727] / [Intel XE#3124])
[156]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8179/shard-dg2-466/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs.html
[157]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12399/shard-dg2-436/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs.html
* igt@kms_cdclk@mode-transition-all-outputs:
- shard-dg2-set2: [SKIP][158] ([Intel XE#314]) -> [SKIP][159] ([Intel XE#2136] / [Intel XE#2351])
[158]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8179/shard-dg2-434/igt@kms_cdclk@mode-transition-all-outputs.html
[159]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12399/shard-dg2-466/igt@kms_cdclk@mode-transition-all-outputs.html
* igt@kms_chamelium_color@ctm-red-to-blue:
- shard-dg2-set2: [SKIP][160] ([Intel XE#306]) -> [SKIP][161] ([Intel XE#2423] / [i915#2575]) +4 other tests skip
[160]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8179/shard-dg2-435/igt@kms_chamelium_color@ctm-red-to-blue.html
[161]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12399/shard-dg2-466/igt@kms_chamelium_color@ctm-red-to-blue.html
* igt@kms_chamelium_color@degamma:
- shard-dg2-set2: [SKIP][162] ([Intel XE#2423] / [i915#2575]) -> [SKIP][163] ([Intel XE#306]) +2 other tests skip
[162]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8179/shard-dg2-466/igt@kms_chamelium_color@degamma.html
[163]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12399/shard-dg2-435/igt@kms_chamelium_color@degamma.html
* igt@kms_chamelium_edid@hdmi-edid-read:
- shard-dg2-set2: [SKIP][164] ([Intel XE#373]) -> [SKIP][165] ([Intel XE#2423] / [i915#2575]) +13 other tests skip
[164]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8179/shard-dg2-434/igt@kms_chamelium_edid@hdmi-edid-read.html
[165]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12399/shard-dg2-466/igt@kms_chamelium_edid@hdmi-edid-read.html
* igt@kms_chamelium_hpd@hdmi-hpd:
- shard-dg2-set2: [SKIP][166] ([Intel XE#2423] / [i915#2575]) -> [SKIP][167] ([Intel XE#373]) +13 other tests skip
[166]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8179/shard-dg2-466/igt@kms_chamelium_hpd@hdmi-hpd.html
[167]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12399/shard-dg2-435/igt@kms_chamelium_hpd@hdmi-hpd.html
* igt@kms_content_protection@atomic-dpms:
- shard-dg2-set2: [SKIP][168] ([Intel XE#2423] / [i915#2575]) -> [FAIL][169] ([Intel XE#1178])
[168]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8179/shard-dg2-466/igt@kms_content_protection@atomic-dpms.html
[169]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12399/shard-dg2-435/igt@kms_content_protection@atomic-dpms.html
* igt@kms_content_protection@dp-mst-type-0:
- shard-dg2-set2: [SKIP][170] ([Intel XE#307]) -> [SKIP][171] ([Intel XE#2423] / [i915#2575]) +1 other test skip
[170]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8179/shard-dg2-436/igt@kms_content_protection@dp-mst-type-0.html
[171]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12399/shard-dg2-466/igt@kms_content_protection@dp-mst-type-0.html
* igt@kms_content_protection@dp-mst-type-1:
- shard-dg2-set2: [SKIP][172] ([Intel XE#2423] / [i915#2575]) -> [SKIP][173] ([Intel XE#307])
[172]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8179/shard-dg2-466/igt@kms_content_protection@dp-mst-type-1.html
[173]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12399/shard-dg2-436/igt@kms_content_protection@dp-mst-type-1.html
* igt@kms_content_protection@legacy:
- shard-dg2-set2: [FAIL][174] ([Intel XE#1178]) -> [SKIP][175] ([Intel XE#2423] / [i915#2575]) +1 other test skip
[174]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8179/shard-dg2-435/igt@kms_content_protection@legacy.html
[175]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12399/shard-dg2-466/igt@kms_content_protection@legacy.html
* igt@kms_content_protection@lic-type-0:
- shard-dg2-set2: [INCOMPLETE][176] ([Intel XE#2715]) -> [FAIL][177] ([Intel XE#1178])
[176]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8179/shard-dg2-434/igt@kms_content_protection@lic-type-0.html
[177]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12399/shard-dg2-434/igt@kms_content_protection@lic-type-0.html
* igt@kms_content_protection@lic-type-0@pipe-a-dp-4:
- shard-dg2-set2: [INCOMPLETE][178] -> [FAIL][179] ([Intel XE#3304])
[178]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8179/shard-dg2-434/igt@kms_content_protection@lic-type-0@pipe-a-dp-4.html
[179]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12399/shard-dg2-434/igt@kms_content_protection@lic-type-0@pipe-a-dp-4.html
* igt@kms_content_protection@lic-type-1:
- shard-dg2-set2: [SKIP][180] ([Intel XE#2423] / [i915#2575]) -> [SKIP][181] ([Intel XE#455]) +6 other tests skip
[180]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8179/shard-dg2-466/igt@kms_content_protection@lic-type-1.html
[181]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12399/shard-dg2-436/igt@kms_content_protection@lic-type-1.html
* igt@kms_content_protection@uevent:
- shard-dg2-set2: [FAIL][182] ([Intel XE#1188]) -> [SKIP][183] ([Intel XE#2423] / [i915#2575])
[182]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8179/shard-dg2-436/igt@kms_content_protection@uevent.html
[183]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12399/shard-dg2-466/igt@kms_content_protection@uevent.html
* igt@kms_cursor_crc@cursor-offscreen-512x170:
- shard-dg2-set2: [SKIP][184] ([Intel XE#308]) -> [SKIP][185] ([Intel XE#2423] / [i915#2575]) +1 other test skip
[184]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8179/shard-dg2-435/igt@kms_cursor_crc@cursor-offscreen-512x170.html
[185]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12399/shard-dg2-466/igt@kms_cursor_crc@cursor-offscreen-512x170.html
* igt@kms_cursor_crc@cursor-offscreen-512x512:
- shard-dg2-set2: [SKIP][186] ([Intel XE#2423] / [i915#2575]) -> [SKIP][187] ([Intel XE#308]) +3 other tests skip
[186]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8179/shard-dg2-466/igt@kms_cursor_crc@cursor-offscreen-512x512.html
[187]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12399/shard-dg2-436/igt@kms_cursor_crc@cursor-offscreen-512x512.html
* igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic:
- shard-dg2-set2: [SKIP][188] ([Intel XE#2423] / [i915#2575]) -> [SKIP][189] ([Intel XE#323]) +1 other test skip
[188]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8179/shard-dg2-466/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic.html
[189]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12399/shard-dg2-434/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic.html
* igt@kms_cursor_legacy@basic-busy-flip-before-cursor-varying-size:
- shard-dg2-set2: [SKIP][190] ([Intel XE#323]) -> [SKIP][191] ([Intel XE#2423] / [i915#2575]) +1 other test skip
[190]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8179/shard-dg2-436/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-varying-size.html
[191]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12399/shard-dg2-466/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-varying-size.html
* igt@kms_dsc@dsc-fractional-bpp:
- shard-dg2-set2: [SKIP][192] ([Intel XE#2136]) -> [SKIP][193] ([Intel XE#455]) +5 other tests skip
[192]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8179/shard-dg2-466/igt@kms_dsc@dsc-fractional-bpp.html
[193]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12399/shard-dg2-434/igt@kms_dsc@dsc-fractional-bpp.html
* igt@kms_dsc@dsc-with-formats:
- shard-dg2-set2: [SKIP][194] ([Intel XE#455]) -> [SKIP][195] ([Intel XE#2136] / [Intel XE#2351]) +1 other test skip
[194]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8179/shard-dg2-435/igt@kms_dsc@dsc-with-formats.html
[195]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12399/shard-dg2-466/igt@kms_dsc@dsc-with-formats.html
* igt@kms_feature_discovery@chamelium:
- shard-dg2-set2: [SKIP][196] ([Intel XE#2423] / [i915#2575]) -> [SKIP][197] ([Intel XE#701])
[196]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8179/shard-dg2-466/igt@kms_feature_discovery@chamelium.html
[197]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12399/shard-dg2-434/igt@kms_feature_discovery@chamelium.html
* igt@kms_feature_discovery@dp-mst:
- shard-dg2-set2: [SKIP][198] ([Intel XE#2423] / [i915#2575]) -> [SKIP][199] ([Intel XE#1137])
[198]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8179/shard-dg2-466/igt@kms_feature_discovery@dp-mst.html
[199]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12399/shard-dg2-436/igt@kms_feature_discovery@dp-mst.html
* igt@kms_feature_discovery@psr1:
- shard-dg2-set2: [SKIP][200] ([Intel XE#1135]) -> [SKIP][201] ([Intel XE#2423] / [i915#2575]) +1 other test skip
[200]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8179/shard-dg2-436/igt@kms_feature_discovery@psr1.html
[201]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12399/shard-dg2-466/igt@kms_feature_discovery@psr1.html
* igt@kms_flip@flip-vs-expired-vblank-interruptible:
- shard-dg2-set2: [FAIL][202] ([Intel XE#301]) -> [SKIP][203] ([Intel XE#2423] / [i915#2575])
[202]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8179/shard-dg2-436/igt@kms_flip@flip-vs-expired-vblank-interruptible.html
[203]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12399/shard-dg2-466/igt@kms_flip@flip-vs-expired-vblank-interruptible.html
* igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling:
- shard-dg2-set2: [SKIP][204] ([Intel XE#455]) -> [SKIP][205] ([Intel XE#2136]) +7 other tests skip
[204]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8179/shard-dg2-436/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling.html
[205]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12399/shard-dg2-466/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling.html
* igt@kms_frontbuffer_tracking@drrs-2p-primscrn-cur-indfb-onoff:
- shard-dg2-set2: [SKIP][206] ([Intel XE#2136]) -> [SKIP][207] ([Intel XE#651]) +27 other tests skip
[206]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8179/shard-dg2-466/igt@kms_frontbuffer_tracking@drrs-2p-primscrn-cur-indfb-onoff.html
[207]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12399/shard-dg2-435/igt@kms_frontbuffer_tracking@drrs-2p-primscrn-cur-indfb-onoff.html
* igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-shrfb-msflip-blt:
- shard-dg2-set2: [SKIP][208] ([Intel XE#651]) -> [SKIP][209] ([Intel XE#2136]) +25 other tests skip
[208]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8179/shard-dg2-436/igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-shrfb-msflip-blt.html
[209]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12399/shard-dg2-466/igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-shrfb-msflip-blt.html
* igt@kms_frontbuffer_tracking@drrs-suspend:
- shard-dg2-set2: [SKIP][210] ([Intel XE#2136] / [Intel XE#2351]) -> [SKIP][211] ([Intel XE#651]) +9 other tests skip
[210]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8179/shard-dg2-466/igt@kms_frontbuffer_tracking@drrs-suspend.html
[211]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12399/shard-dg2-435/igt@kms_frontbuffer_tracking@drrs-suspend.html
* igt@kms_frontbuffer_tracking@fbc-tiling-y:
- shard-dg2-set2: [SKIP][212] ([Intel XE#2136] / [Intel XE#2351]) -> [SKIP][213] ([Intel XE#658]) +1 other test skip
[212]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8179/shard-dg2-466/igt@kms_frontbuffer_tracking@fbc-tiling-y.html
[213]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12399/shard-dg2-434/igt@kms_frontbuffer_tracking@fbc-tiling-y.html
* igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-spr-indfb-draw-blt:
- shard-dg2-set2: [SKIP][214] ([Intel XE#651]) -> [SKIP][215] ([Intel XE#2136] / [Intel XE#2351]) +21 other tests skip
[214]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8179/shard-dg2-436/igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-spr-indfb-draw-blt.html
[215]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12399/shard-dg2-466/igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-spr-indfb-draw-blt.html
* igt@kms_frontbuffer_tracking@fbcdrrs-tiling-y:
- shard-dg2-set2: [SKIP][216] ([Intel XE#658]) -> [SKIP][217] ([Intel XE#2136] / [Intel XE#2351])
[216]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8179/shard-dg2-434/igt@kms_frontbuffer_tracking@fbcdrrs-tiling-y.html
[217]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12399/shard-dg2-466/igt@kms_frontbuffer_tracking@fbcdrrs-tiling-y.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-pri-indfb-draw-blt:
- shard-dg2-set2: [SKIP][218] ([Intel XE#653]) -> [SKIP][219] ([Intel XE#2136] / [Intel XE#2351]) +12 other tests skip
[218]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8179/shard-dg2-434/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-pri-indfb-draw-blt.html
[219]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12399/shard-dg2-466/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-pri-indfb-draw-blt.html
* igt@kms_frontbuffer_tracking@fbcpsr-tiling-4:
- shard-dg2-set2: [SKIP][220] ([Intel XE#2136] / [Intel XE#2351]) -> [SKIP][221] ([Intel XE#653]) +5 other tests skip
[220]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8179/shard-dg2-466/igt@kms_frontbuffer_tracking@fbcpsr-tiling-4.html
[221]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12399/shard-dg2-434/igt@kms_frontbuffer_tracking@fbcpsr-tiling-4.html
* igt@kms_frontbuffer_tracking@plane-fbc-rte:
- shard-dg2-set2: [SKIP][222] ([Intel XE#1158]) -> [SKIP][223] ([Intel XE#2136])
[222]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8179/shard-dg2-435/igt@kms_frontbuffer_tracking@plane-fbc-rte.html
[223]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12399/shard-dg2-466/igt@kms_frontbuffer_tracking@plane-fbc-rte.html
* igt@kms_frontbuffer_tracking@psr-1p-primscrn-shrfb-pgflip-blt:
- shard-dg2-set2: [SKIP][224] ([Intel XE#653]) -> [SKIP][225] ([Intel XE#2136]) +35 other tests skip
[224]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8179/shard-dg2-436/igt@kms_frontbuffer_tracking@psr-1p-primscrn-shrfb-pgflip-blt.html
[225]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12399/shard-dg2-466/igt@kms_frontbuffer_tracking@psr-1p-primscrn-shrfb-pgflip-blt.html
* igt@kms_frontbuffer_tracking@psr-suspend:
- shard-dg2-set2: [SKIP][226] ([Intel XE#2136]) -> [SKIP][227] ([Intel XE#653]) +33 other tests skip
[226]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8179/shard-dg2-466/igt@kms_frontbuffer_tracking@psr-suspend.html
[227]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12399/shard-dg2-434/igt@kms_frontbuffer_tracking@psr-suspend.html
* igt@kms_joiner@basic-big-joiner:
- shard-dg2-set2: [SKIP][228] ([Intel XE#2136]) -> [SKIP][229] ([Intel XE#346])
[228]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8179/shard-dg2-466/igt@kms_joiner@basic-big-joiner.html
[229]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12399/shard-dg2-436/igt@kms_joiner@basic-big-joiner.html
* igt@kms_joiner@invalid-modeset-force-ultra-joiner:
- shard-dg2-set2: [SKIP][230] ([Intel XE#2925]) -> [SKIP][231] ([Intel XE#2136])
[230]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8179/shard-dg2-435/igt@kms_joiner@invalid-modeset-force-ultra-joiner.html
[231]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12399/shard-dg2-466/igt@kms_joiner@invalid-modeset-force-ultra-joiner.html
* igt@kms_multipipe_modeset@basic-max-pipe-crc-check:
- shard-dg2-set2: [SKIP][232] ([Intel XE#2423] / [i915#2575]) -> [SKIP][233] ([Intel XE#356])
[232]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8179/shard-dg2-466/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html
[233]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12399/shard-dg2-436/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html
* igt@kms_plane_scaling@intel-max-src-size:
- shard-dg2-set2: [FAIL][234] ([Intel XE#361]) -> [SKIP][235] ([Intel XE#2423] / [i915#2575])
[234]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8179/shard-dg2-435/igt@kms_plane_scaling@intel-max-src-size.html
[235]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12399/shard-dg2-466/igt@kms_plane_scaling@intel-max-src-size.html
* igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25:
- shard-dg2-set2: [SKIP][236] ([Intel XE#2423] / [i915#2575]) -> [SKIP][237] ([Intel XE#2763] / [Intel XE#455]) +2 other tests skip
[236]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8179/shard-dg2-466/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25.html
[237]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12399/shard-dg2-436/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25.html
* igt@kms_pm_backlight@basic-brightness:
- shard-dg2-set2: [SKIP][238] ([Intel XE#2136]) -> [SKIP][239] ([Intel XE#870])
[238]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8179/shard-dg2-466/igt@kms_pm_backlight@basic-brightness.html
[239]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12399/shard-dg2-436/igt@kms_pm_backlight@basic-brightness.html
* igt@kms_pm_backlight@brightness-with-dpms:
- shard-dg2-set2: [SKIP][240] ([Intel XE#2136]) -> [SKIP][241] ([Intel XE#2938])
[240]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8179/shard-dg2-466/igt@kms_pm_backlight@brightness-with-dpms.html
[241]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12399/shard-dg2-436/igt@kms_pm_backlight@brightness-with-dpms.html
* igt@kms_pm_backlight@fade-with-suspend:
- shard-dg2-set2: [SKIP][242] ([Intel XE#870]) -> [SKIP][243] ([Intel XE#2136])
[242]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8179/shard-dg2-436/igt@kms_pm_backlight@fade-with-suspend.html
[243]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12399/shard-dg2-466/igt@kms_pm_backlight@fade-with-suspend.html
* igt@kms_pm_dc@dc5-psr:
- shard-dg2-set2: [SKIP][244] ([Intel XE#1129]) -> [SKIP][245] ([Intel XE#2136])
[244]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8179/shard-dg2-436/igt@kms_pm_dc@dc5-psr.html
[245]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12399/shard-dg2-466/igt@kms_pm_dc@dc5-psr.html
* igt@kms_pm_dc@dc6-dpms:
- shard-dg2-set2: [SKIP][246] ([Intel XE#908]) -> [SKIP][247] ([Intel XE#2136] / [Intel XE#2351])
[246]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8179/shard-dg2-435/igt@kms_pm_dc@dc6-dpms.html
[247]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12399/shard-dg2-466/igt@kms_pm_dc@dc6-dpms.html
* igt@kms_pm_dc@dc6-psr:
- shard-dg2-set2: [SKIP][248] ([Intel XE#2136] / [Intel XE#2351]) -> [SKIP][249] ([Intel XE#1129])
[248]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8179/shard-dg2-466/igt@kms_pm_dc@dc6-psr.html
[249]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12399/shard-dg2-436/igt@kms_pm_dc@dc6-psr.html
* igt@kms_psr2_sf@fbc-pr-overlay-primary-update-sf-dmg-area:
- shard-dg2-set2: [SKIP][250] ([Intel XE#2136]) -> [SKIP][251] ([Intel XE#1489]) +13 other tests skip
[250]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8179/shard-dg2-466/igt@kms_psr2_sf@fbc-pr-overlay-primary-update-sf-dmg-area.html
[251]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12399/shard-dg2-434/igt@kms_psr2_sf@fbc-pr-overlay-primary-update-sf-dmg-area.html
* igt@kms_psr2_sf@pr-cursor-plane-move-continuous-exceed-fully-sf:
- shard-dg2-set2: [SKIP][252] ([Intel XE#1489]) -> [SKIP][253] ([Intel XE#2136]) +11 other tests skip
[252]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8179/shard-dg2-434/igt@kms_psr2_sf@pr-cursor-plane-move-continuous-exceed-fully-sf.html
[253]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12399/shard-dg2-466/igt@kms_psr2_sf@pr-cursor-plane-move-continuous-exceed-fully-sf.html
* igt@kms_psr2_su@page_flip-p010:
- shard-dg2-set2: [SKIP][254] ([Intel XE#1122]) -> [SKIP][255] ([Intel XE#2136]) +1 other test skip
[254]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8179/shard-dg2-436/igt@kms_psr2_su@page_flip-p010.html
[255]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12399/shard-dg2-466/igt@kms_psr2_su@page_flip-p010.html
* igt@kms_psr@fbc-pr-no-drrs:
- shard-dg2-set2: [SKIP][256] ([Intel XE#2136] / [Intel XE#2351]) -> [SKIP][257] ([Intel XE#2850] / [Intel XE#929]) +7 other tests skip
[256]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8179/shard-dg2-466/igt@kms_psr@fbc-pr-no-drrs.html
[257]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12399/shard-dg2-435/igt@kms_psr@fbc-pr-no-drrs.html
* igt@kms_psr@fbc-psr-sprite-render:
- shard-dg2-set2: [SKIP][258] ([Intel XE#2850] / [Intel XE#929]) -> [SKIP][259] ([Intel XE#2136]) +15 other tests skip
[258]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8179/shard-dg2-434/igt@kms_psr@fbc-psr-sprite-render.html
[259]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12399/shard-dg2-466/igt@kms_psr@fbc-psr-sprite-render.html
* igt@kms_psr@fbc-psr2-primary-blt:
- shard-dg2-set2: [SKIP][260] ([Intel XE#2136]) -> [SKIP][261] ([Intel XE#2850] / [Intel XE#929]) +12 other tests skip
[260]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8179/shard-dg2-466/igt@kms_psr@fbc-psr2-primary-blt.html
[261]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12399/shard-dg2-436/igt@kms_psr@fbc-psr2-primary-blt.html
* igt@kms_psr@psr-cursor-plane-move:
- shard-dg2-set2: [SKIP][262] ([Intel XE#2850] / [Intel XE#929]) -> [SKIP][263] ([Intel XE#2351]) +1 other test skip
[262]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8179/shard-dg2-434/igt@kms_psr@psr-cursor-plane-move.html
[263]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12399/shard-dg2-466/igt@kms_psr@psr-cursor-plane-move.html
* igt@kms_psr@psr-cursor-render:
- shard-dg2-set2: [SKIP][264] ([Intel XE#2850] / [Intel XE#929]) -> [SKIP][265] ([Intel XE#2136] / [Intel XE#2351]) +4 other tests skip
[264]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8179/shard-dg2-436/igt@kms_psr@psr-cursor-render.html
[265]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12399/shard-dg2-466/igt@kms_psr@psr-cursor-render.html
* igt@kms_psr_stress_test@flip-primary-invalidate-overlay:
- shard-dg2-set2: [SKIP][266] ([Intel XE#2136] / [Intel XE#2351]) -> [SKIP][267] ([Intel XE#2939])
[266]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8179/shard-dg2-466/igt@kms_psr_stress_test@flip-primary-invalidate-overlay.html
[267]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12399/shard-dg2-434/igt@kms_psr_stress_test@flip-primary-invalidate-overlay.html
* igt@kms_rotation_crc@primary-y-tiled-reflect-x-0:
- shard-dg2-set2: [SKIP][268] ([Intel XE#1127]) -> [SKIP][269] ([Intel XE#2423] / [i915#2575])
[268]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8179/shard-dg2-434/igt@kms_rotation_crc@primary-y-tiled-reflect-x-0.html
[269]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12399/shard-dg2-466/igt@kms_rotation_crc@primary-y-tiled-reflect-x-0.html
* igt@kms_rotation_crc@primary-y-tiled-reflect-x-90:
- shard-dg2-set2: [SKIP][270] ([Intel XE#3414]) -> [SKIP][271] ([Intel XE#2423] / [i915#2575])
[270]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8179/shard-dg2-435/igt@kms_rotation_crc@primary-y-tiled-reflect-x-90.html
[271]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12399/shard-dg2-466/igt@kms_rotation_crc@primary-y-tiled-reflect-x-90.html
* igt@kms_rotation_crc@sprite-rotation-90-pos-100-0:
- shard-dg2-set2: [SKIP][272] ([Intel XE#2423] / [i915#2575]) -> [SKIP][273] ([Intel XE#3414]) +3 other tests skip
[272]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8179/shard-dg2-466/igt@kms_rotation_crc@sprite-rotation-90-pos-100-0.html
[273]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12399/shard-dg2-434/igt@kms_rotation_crc@sprite-rotation-90-pos-100-0.html
* igt@kms_tiled_display@basic-test-pattern:
- shard-dg2-set2: [SKIP][274] ([Intel XE#2423] / [i915#2575]) -> [FAIL][275] ([Intel XE#1729])
[274]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8179/shard-dg2-466/igt@kms_tiled_display@basic-test-pattern.html
[275]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12399/shard-dg2-435/igt@kms_tiled_display@basic-test-pattern.html
* igt@kms_vrr@cmrr:
- shard-dg2-set2: [SKIP][276] ([Intel XE#2168]) -> [SKIP][277] ([Intel XE#2423] / [i915#2575])
[276]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8179/shard-dg2-435/igt@kms_vrr@cmrr.html
[277]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12399/shard-dg2-466/igt@kms_vrr@cmrr.html
* igt@kms_vrr@flip-dpms:
- shard-dg2-set2: [SKIP][278] ([Intel XE#455]) -> [SKIP][279] ([Intel XE#2423] / [i915#2575]) +14 other tests skip
[278]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8179/shard-dg2-434/igt@kms_vrr@flip-dpms.html
[279]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12399/shard-dg2-466/igt@kms_vrr@flip-dpms.html
* igt@kms_writeback@writeback-check-output-xrgb2101010:
- shard-dg2-set2: [SKIP][280] ([Intel XE#2423] / [i915#2575]) -> [SKIP][281] ([Intel XE#756])
[280]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8179/shard-dg2-466/igt@kms_writeback@writeback-check-output-xrgb2101010.html
[281]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12399/shard-dg2-435/igt@kms_writeback@writeback-check-output-xrgb2101010.html
* igt@kms_writeback@writeback-fb-id-xrgb2101010:
- shard-dg2-set2: [SKIP][282] ([Intel XE#756]) -> [SKIP][283] ([Intel XE#2423] / [i915#2575]) +1 other test skip
[282]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8179/shard-dg2-436/igt@kms_writeback@writeback-fb-id-xrgb2101010.html
[283]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12399/shard-dg2-466/igt@kms_writeback@writeback-fb-id-xrgb2101010.html
* igt@sriov_basic@enable-vfs-bind-unbind-each-numvfs-all:
- shard-dg2-set2: [SKIP][284] ([Intel XE#2423] / [i915#2575]) -> [SKIP][285] ([Intel XE#1091] / [Intel XE#2849])
[284]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8179/shard-dg2-466/igt@sriov_basic@enable-vfs-bind-unbind-each-numvfs-all.html
[285]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12399/shard-dg2-436/igt@sriov_basic@enable-vfs-bind-unbind-each-numvfs-all.html
* igt@xe_compute_preempt@compute-preempt:
- shard-dg2-set2: [SKIP][286] ([Intel XE#1130]) -> [SKIP][287] ([Intel XE#1280] / [Intel XE#455]) +1 other test skip
[286]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8179/shard-dg2-466/igt@xe_compute_preempt@compute-preempt.html
[287]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12399/shard-dg2-436/igt@xe_compute_preempt@compute-preempt.html
* igt@xe_copy_basic@mem-copy-linear-0x3fff:
- shard-dg2-set2: [SKIP][288] ([Intel XE#1123]) -> [SKIP][289] ([Intel XE#1130]) +1 other test skip
[288]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8179/shard-dg2-434/igt@xe_copy_basic@mem-copy-linear-0x3fff.html
[289]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12399/shard-dg2-466/igt@xe_copy_basic@mem-copy-linear-0x3fff.html
* igt@xe_copy_basic@mem-set-linear-0xfd:
- shard-dg2-set2: [SKIP][290] ([Intel XE#1126]) -> [SKIP][291] ([Intel XE#1130]) +1 other test skip
[290]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8179/shard-dg2-435/igt@xe_copy_basic@mem-set-linear-0xfd.html
[291]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12399/shard-dg2-466/igt@xe_copy_basic@mem-set-linear-0xfd.html
* igt@xe_copy_basic@mem-set-linear-0xfffe:
- shard-dg2-set2: [SKIP][292] ([Intel XE#1130]) -> [SKIP][293] ([Intel XE#1126]) +1 other test skip
[292]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8179/shard-dg2-466/igt@xe_copy_basic@mem-set-linear-0xfffe.html
[293]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12399/shard-dg2-436/igt@xe_copy_basic@mem-set-linear-0xfffe.html
* igt@xe_eudebug@basic-client-th:
- shard-dg2-set2: [SKIP][294] ([Intel XE#2905]) -> [SKIP][295] ([Intel XE#1130]) +17 other tests skip
[294]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8179/shard-dg2-436/igt@xe_eudebug@basic-client-th.html
[295]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12399/shard-dg2-466/igt@xe_eudebug@basic-client-th.html
* igt@xe_eudebug@basic-vm-bind-ufence-delay-ack:
- shard-dg2-set2: [SKIP][296] ([Intel XE#1130]) -> [SKIP][297] ([Intel XE#3889]) +1 other test skip
[296]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8179/shard-dg2-466/igt@xe_eudebug@basic-vm-bind-ufence-delay-ack.html
[297]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12399/shard-dg2-436/igt@xe_eudebug@basic-vm-bind-ufence-delay-ack.html
* igt@xe_evict@evict-beng-large-multi-vm-cm:
- shard-dg2-set2: [FAIL][298] ([Intel XE#1600]) -> [SKIP][299] ([Intel XE#1130])
[298]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8179/shard-dg2-435/igt@xe_evict@evict-beng-large-multi-vm-cm.html
[299]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12399/shard-dg2-466/igt@xe_evict@evict-beng-large-multi-vm-cm.html
* igt@xe_evict@evict-beng-mixed-many-threads-small:
- shard-dg2-set2: [SKIP][300] ([Intel XE#1130]) -> [TIMEOUT][301] ([Intel XE#1473] / [Intel XE#402])
[300]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8179/shard-dg2-466/igt@xe_evict@evict-beng-mixed-many-threads-small.html
[301]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12399/shard-dg2-436/igt@xe_evict@evict-beng-mixed-many-threads-small.html
* igt@xe_evict@evict-mixed-many-threads-large:
- shard-dg2-set2: [TIMEOUT][302] ([Intel XE#1473]) -> [SKIP][303] ([Intel XE#1130])
[302]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8179/shard-dg2-434/igt@xe_evict@evict-mixed-many-threads-large.html
[303]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12399/shard-dg2-466/igt@xe_evict@evict-mixed-many-threads-large.html
* igt@xe_exec_fault_mode@twice-bindexecqueue-rebind-imm:
- shard-dg2-set2: [SKIP][304] ([Intel XE#1130]) -> [SKIP][305] ([Intel XE#288]) +33 other tests skip
[304]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8179/shard-dg2-466/igt@xe_exec_fault_mode@twice-bindexecqueue-rebind-imm.html
[305]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12399/shard-dg2-434/igt@xe_exec_fault_mode@twice-bindexecqueue-rebind-imm.html
* igt@xe_exec_fault_mode@twice-userptr-rebind-imm:
- shard-dg2-set2: [SKIP][306] ([Intel XE#288]) -> [SKIP][307] ([Intel XE#1130]) +40 other tests skip
[306]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8179/shard-dg2-434/igt@xe_exec_fault_mode@twice-userptr-rebind-imm.html
[307]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12399/shard-dg2-466/igt@xe_exec_fault_mode@twice-userptr-rebind-imm.html
* igt@xe_exec_mix_modes@exec-simple-batch-store-lr:
- shard-dg2-set2: [SKIP][308] ([Intel XE#1130]) -> [SKIP][309] ([Intel XE#2360]) +1 other test skip
[308]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8179/shard-dg2-466/igt@xe_exec_mix_modes@exec-simple-batch-store-lr.html
[309]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12399/shard-dg2-435/igt@xe_exec_mix_modes@exec-simple-batch-store-lr.html
* igt@xe_exec_sip_eudebug@breakpoint-writesip:
- shard-dg2-set2: [SKIP][310] ([Intel XE#1130]) -> [SKIP][311] ([Intel XE#2905]) +11 other tests skip
[310]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8179/shard-dg2-466/igt@xe_exec_sip_eudebug@breakpoint-writesip.html
[311]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12399/shard-dg2-434/igt@xe_exec_sip_eudebug@breakpoint-writesip.html
* igt@xe_oa@closed-fd-and-unmapped-access:
- shard-dg2-set2: [SKIP][312] ([Intel XE#2541] / [Intel XE#3573]) -> [SKIP][313] ([Intel XE#1130]) +14 other tests skip
[312]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8179/shard-dg2-436/igt@xe_oa@closed-fd-and-unmapped-access.html
[313]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12399/shard-dg2-466/igt@xe_oa@closed-fd-and-unmapped-access.html
* igt@xe_oa@non-system-wide-paranoid:
- shard-dg2-set2: [SKIP][314] ([Intel XE#1130]) -> [SKIP][315] ([Intel XE#2541] / [Intel XE#3573]) +10 other tests skip
[314]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8179/shard-dg2-466/igt@xe_oa@non-system-wide-paranoid.html
[315]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12399/shard-dg2-434/igt@xe_oa@non-system-wide-paranoid.html
* igt@xe_peer2peer@read:
- shard-dg2-set2: [SKIP][316] ([Intel XE#1061]) -> [FAIL][317] ([Intel XE#1173])
[316]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8179/shard-dg2-466/igt@xe_peer2peer@read.html
[317]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12399/shard-dg2-436/igt@xe_peer2peer@read.html
* igt@xe_pm@d3cold-basic:
- shard-dg2-set2: [SKIP][318] ([Intel XE#2284] / [Intel XE#366]) -> [SKIP][319] ([Intel XE#1130])
[318]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8179/shard-dg2-434/igt@xe_pm@d3cold-basic.html
[319]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12399/shard-dg2-466/igt@xe_pm@d3cold-basic.html
* igt@xe_pm@s3-d3cold-basic-exec:
- shard-dg2-set2: [SKIP][320] ([Intel XE#1130]) -> [SKIP][321] ([Intel XE#2284] / [Intel XE#366]) +2 other tests skip
[320]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8179/shard-dg2-466/igt@xe_pm@s3-d3cold-basic-exec.html
[321]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12399/shard-dg2-436/igt@xe_pm@s3-d3cold-basic-exec.html
* igt@xe_pm@vram-d3cold-threshold:
- shard-dg2-set2: [SKIP][322] ([Intel XE#579]) -> [SKIP][323] ([Intel XE#1130])
[322]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8179/shard-dg2-434/igt@xe_pm@vram-d3cold-threshold.html
[323]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12399/shard-dg2-466/igt@xe_pm@vram-d3cold-threshold.html
* igt@xe_query@multigpu-query-config:
- shard-dg2-set2: [SKIP][324] ([Intel XE#944]) -> [SKIP][325] ([Intel XE#1130]) +5 other tests skip
[324]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8179/shard-dg2-436/igt@xe_query@multigpu-query-config.html
[325]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12399/shard-dg2-466/igt@xe_query@multigpu-query-config.html
* igt@xe_query@multigpu-query-engines:
- shard-dg2-set2: [SKIP][326] ([Intel XE#1130]) -> [SKIP][327] ([Intel XE#944]) +2 other tests skip
[326]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8179/shard-dg2-466/igt@xe_query@multigpu-query-engines.html
[327]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12399/shard-dg2-436/igt@xe_query@multigpu-query-engines.html
[Intel XE#1061]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1061
[Intel XE#1091]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1091
[Intel XE#1122]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1122
[Intel XE#1123]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1123
[Intel XE#1124]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1124
[Intel XE#1125]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1125
[Intel XE#1126]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1126
[Intel XE#1127]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1127
[Intel XE#1129]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1129
[Intel XE#1130]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1130
[Intel XE#1135]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1135
[Intel XE#1137]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1137
[Intel XE#1158]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1158
[Intel XE#1173]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1173
[Intel XE#1178]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1178
[Intel XE#1188]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1188
[Intel XE#1280]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1280
[Intel XE#1358]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1358
[Intel XE#1392]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1392
[Intel XE#1401]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1401
[Intel XE#1406]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1406
[Intel XE#1407]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1407
[Intel XE#1416]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1416
[Intel XE#1421]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1421
[Intel XE#1424]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1424
[Intel XE#1430]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1430
[Intel XE#1435]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1435
[Intel XE#1469]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1469
[Intel XE#1473]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1473
[Intel XE#1489]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1489
[Intel XE#1499]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1499
[Intel XE#1504]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1504
[Intel XE#1512]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1512
[Intel XE#1600]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1600
[Intel XE#1607]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1607
[Intel XE#1727]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1727
[Intel XE#1729]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1729
[Intel XE#1745]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1745
[Intel XE#1794]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1794
[Intel XE#1885]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1885
[Intel XE#1948]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1948
[Intel XE#2134]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2134
[Intel XE#2136]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2136
[Intel XE#2159]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2159
[Intel XE#2168]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2168
[Intel XE#2191]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2191
[Intel XE#2284]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2284
[Intel XE#2321]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2321
[Intel XE#2351]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2351
[Intel XE#2360]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2360
[Intel XE#2423]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2423
[Intel XE#2446]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2446
[Intel XE#2541]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2541
[Intel XE#2669]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2669
[Intel XE#2715]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2715
[Intel XE#2763]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2763
[Intel XE#2849]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2849
[Intel XE#2850]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2850
[Intel XE#288]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/288
[Intel XE#2887]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2887
[Intel XE#2893]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2893
[Intel XE#2905]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2905
[Intel XE#2907]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2907
[Intel XE#2925]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2925
[Intel XE#2927]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2927
[Intel XE#2938]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2938
[Intel XE#2939]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2939
[Intel XE#301]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/301
[Intel XE#306]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/306
[Intel XE#307]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/307
[Intel XE#308]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/308
[Intel XE#309]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/309
[Intel XE#3124]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3124
[Intel XE#314]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/314
[Intel XE#316]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/316
[Intel XE#323]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/323
[Intel XE#3249]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3249
[Intel XE#3278]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3278
[Intel XE#3304]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3304
[Intel XE#3414]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3414
[Intel XE#3432]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3432
[Intel XE#3433]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3433
[Intel XE#3440]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3440
[Intel XE#3442]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3442
[Intel XE#3453]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3453
[Intel XE#346]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/346
[Intel XE#3546]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3546
[Intel XE#356]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/356
[Intel XE#3573]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3573
[Intel XE#361]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/361
[Intel XE#366]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/366
[Intel XE#367]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/367
[Intel XE#373]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/373
[Intel XE#3768]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3768
[Intel XE#3889]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3889
[Intel XE#402]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/402
[Intel XE#455]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/455
[Intel XE#579]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/579
[Intel XE#607]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/607
[Intel XE#651]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/651
[Intel XE#653]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/653
[Intel XE#656]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/656
[Intel XE#658]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/658
[Intel XE#688]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/688
[Intel XE#701]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/701
[Intel XE#718]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/718
[Intel XE#756]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/756
[Intel XE#787]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/787
[Intel XE#870]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/870
[Intel XE#886]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/886
[Intel XE#908]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/908
[Intel XE#911]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/911
[Intel XE#929]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/929
[Intel XE#944]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/944
[Intel XE#958]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/958
[i915#2575]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2575
Build changes
-------------
* IGT: IGT_8179 -> IGTPW_12399
* Linux: xe-2447-89042e0bb417f4d67280e1d7fa9bbcca51734571 -> xe-2452-8f14ac27d7b0ff9ff973fa44a67cc9a0ff3acad5
IGTPW_12399: 4a988bee49dc8aa63788fc23ca223ff62aec856c @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
IGT_8179: 183b33f81365dd4a57fe3100a13d3fb13788d158 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
xe-2447-89042e0bb417f4d67280e1d7fa9bbcca51734571: 89042e0bb417f4d67280e1d7fa9bbcca51734571
xe-2452-8f14ac27d7b0ff9ff973fa44a67cc9a0ff3acad5: 8f14ac27d7b0ff9ff973fa44a67cc9a0ff3acad5
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12399/index.html
[-- Attachment #2: Type: text/html, Size: 103035 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2025-01-09 19:28 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-07 20:54 [PATCH i-g-t v2 0/3] Remove redundant hotplug detection assertion Naladala Ramanaidu
2025-01-07 20:54 ` [PATCH i-g-t v2 1/3] tests/chamelium/kms_chamelium_edid: Remove unnecessary hotplug detection in EDID test Naladala Ramanaidu
2025-01-09 10:24 ` [i-g-t,v2,1/3] " Joshi, Kunal1
2025-01-07 20:54 ` [PATCH i-g-t v2 2/3] tests/chamelium/kms_chamelium_edid: Add connector check before plug Naladala Ramanaidu
2025-01-07 20:54 ` [PATCH i-g-t v2 3/3] HAX patch do not merge Naladala Ramanaidu
2025-01-08 1:40 ` ✗ i915.CI.BAT: failure for Remove redundant hotplug detection assertion (rev2) Patchwork
2025-01-08 1:43 ` ✓ Xe.CI.BAT: success " Patchwork
2025-01-09 19:28 ` ✗ Xe.CI.Full: failure " Patchwork
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox