* [PATCH] vfio/xe: avoid duplicate reset in xe_vfio_pci_reset_done
@ 2026-04-24 9:17 zhaoguohan
2026-04-24 12:41 ` ✗ CI.checkpatch: warning for " Patchwork
` (5 more replies)
0 siblings, 6 replies; 7+ messages in thread
From: zhaoguohan @ 2026-04-24 9:17 UTC (permalink / raw)
To: Alex Williamson, Michał Winiarski, kvm, intel-xe
Cc: Jason Gunthorpe, Yishai Hadas, Shameer Kolothum, Kevin Tian,
linux-kernel
From: GuoHan Zhao <zhaoguohan@kylinos.cn>
xe_vfio_pci_reset_done() sets deferred_reset and, when it manages to
acquire state_mutex itself, hands the cleanup off to
xe_vfio_pci_state_mutex_unlock().
That helper already clears deferred_reset and runs xe_vfio_pci_reset()
before dropping the mutex. Calling xe_vfio_pci_reset() again right
afterwards repeats the reset handling unnecessarily.
Fixes: 1b81ed612e12 ("vfio/xe: Reorganize the init to decouple migration from reset")
Signed-off-by: GuoHan Zhao <zhaoguohan@kylinos.cn>
---
drivers/vfio/pci/xe/main.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/drivers/vfio/pci/xe/main.c b/drivers/vfio/pci/xe/main.c
index 4ecadbbfd86e..cbff5af385ef 100644
--- a/drivers/vfio/pci/xe/main.c
+++ b/drivers/vfio/pci/xe/main.c
@@ -135,8 +135,6 @@ static void xe_vfio_pci_reset_done(struct pci_dev *pdev)
}
spin_unlock(&xe_vdev->reset_lock);
xe_vfio_pci_state_mutex_unlock(xe_vdev);
-
- xe_vfio_pci_reset(xe_vdev);
}
static const struct pci_error_handlers xe_vfio_pci_err_handlers = {
--
2.43.0
^ permalink raw reply related [flat|nested] 7+ messages in thread
* ✗ CI.checkpatch: warning for vfio/xe: avoid duplicate reset in xe_vfio_pci_reset_done
2026-04-24 9:17 [PATCH] vfio/xe: avoid duplicate reset in xe_vfio_pci_reset_done zhaoguohan
@ 2026-04-24 12:41 ` Patchwork
2026-04-24 12:42 ` ✓ CI.KUnit: success " Patchwork
` (4 subsequent siblings)
5 siblings, 0 replies; 7+ messages in thread
From: Patchwork @ 2026-04-24 12:41 UTC (permalink / raw)
To: zhaoguohan; +Cc: intel-xe
== Series Details ==
Series: vfio/xe: avoid duplicate reset in xe_vfio_pci_reset_done
URL : https://patchwork.freedesktop.org/series/165429/
State : warning
== Summary ==
+ KERNEL=/kernel
+ git clone https://gitlab.freedesktop.org/drm/maintainer-tools mt
Cloning into 'mt'...
warning: redirecting to https://gitlab.freedesktop.org/drm/maintainer-tools.git/
+ git -C mt rev-list -n1 origin/master
1f57ba1afceae32108bd24770069f764d940a0e4
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 80d86e1667b8ef7ba7538b1099faec56a2ce66e4
Author: GuoHan Zhao <zhaoguohan@kylinos.cn>
Date: Fri Apr 24 17:17:19 2026 +0800
vfio/xe: avoid duplicate reset in xe_vfio_pci_reset_done
xe_vfio_pci_reset_done() sets deferred_reset and, when it manages to
acquire state_mutex itself, hands the cleanup off to
xe_vfio_pci_state_mutex_unlock().
That helper already clears deferred_reset and runs xe_vfio_pci_reset()
before dropping the mutex. Calling xe_vfio_pci_reset() again right
afterwards repeats the reset handling unnecessarily.
Fixes: 1b81ed612e12 ("vfio/xe: Reorganize the init to decouple migration from reset")
Signed-off-by: GuoHan Zhao <zhaoguohan@kylinos.cn>
+ /mt/dim checkpatch 15ccea1aede9d776f85ed002cf0df3c8ea8bd81e drm-intel
80d86e1667b8 vfio/xe: avoid duplicate reset in xe_vfio_pci_reset_done
-:14: WARNING:UNKNOWN_COMMIT_ID: Unknown commit id '1b81ed612e12', maybe rebased or not pulled?
#14:
Fixes: 1b81ed612e12 ("vfio/xe: Reorganize the init to decouple migration from reset")
total: 0 errors, 1 warnings, 0 checks, 8 lines checked
^ permalink raw reply [flat|nested] 7+ messages in thread
* ✓ CI.KUnit: success for vfio/xe: avoid duplicate reset in xe_vfio_pci_reset_done
2026-04-24 9:17 [PATCH] vfio/xe: avoid duplicate reset in xe_vfio_pci_reset_done zhaoguohan
2026-04-24 12:41 ` ✗ CI.checkpatch: warning for " Patchwork
@ 2026-04-24 12:42 ` Patchwork
2026-04-24 14:05 ` ✓ Xe.CI.BAT: " Patchwork
` (3 subsequent siblings)
5 siblings, 0 replies; 7+ messages in thread
From: Patchwork @ 2026-04-24 12:42 UTC (permalink / raw)
To: zhaoguohan; +Cc: intel-xe
== Series Details ==
Series: vfio/xe: avoid duplicate reset in xe_vfio_pci_reset_done
URL : https://patchwork.freedesktop.org/series/165429/
State : success
== Summary ==
+ trap cleanup EXIT
+ /kernel/tools/testing/kunit/kunit.py run --kunitconfig /kernel/drivers/gpu/drm/xe/.kunitconfig
[12:41:23] Configuring KUnit Kernel ...
Generating .config ...
Populating config with:
$ make ARCH=um O=.kunit olddefconfig
[12:41:27] Building KUnit Kernel ...
Populating config with:
$ make ARCH=um O=.kunit olddefconfig
Building with:
$ make all compile_commands.json scripts_gdb ARCH=um O=.kunit --jobs=25
[12:42:06] Starting KUnit Kernel (1/1)...
[12:42:06] ============================================================
Running tests with:
$ .kunit/linux kunit.enable=1 mem=1G console=tty kunit_shutdown=halt
[12:42:06] ================== guc_buf (11 subtests) ===================
[12:42:06] [PASSED] test_smallest
[12:42:06] [PASSED] test_largest
[12:42:06] [PASSED] test_granular
[12:42:06] [PASSED] test_unique
[12:42:06] [PASSED] test_overlap
[12:42:06] [PASSED] test_reusable
[12:42:06] [PASSED] test_too_big
[12:42:06] [PASSED] test_flush
[12:42:06] [PASSED] test_lookup
[12:42:06] [PASSED] test_data
[12:42:06] [PASSED] test_class
[12:42:06] ===================== [PASSED] guc_buf =====================
[12:42:06] =================== guc_dbm (7 subtests) ===================
[12:42:06] [PASSED] test_empty
[12:42:06] [PASSED] test_default
[12:42:06] ======================== test_size ========================
[12:42:06] [PASSED] 4
[12:42:06] [PASSED] 8
[12:42:06] [PASSED] 32
[12:42:06] [PASSED] 256
[12:42:06] ==================== [PASSED] test_size ====================
[12:42:06] ======================= test_reuse ========================
[12:42:06] [PASSED] 4
[12:42:06] [PASSED] 8
[12:42:06] [PASSED] 32
[12:42:06] [PASSED] 256
[12:42:06] =================== [PASSED] test_reuse ====================
[12:42:06] =================== test_range_overlap ====================
[12:42:06] [PASSED] 4
[12:42:06] [PASSED] 8
[12:42:06] [PASSED] 32
[12:42:06] [PASSED] 256
[12:42:06] =============== [PASSED] test_range_overlap ================
[12:42:06] =================== test_range_compact ====================
[12:42:06] [PASSED] 4
[12:42:06] [PASSED] 8
[12:42:06] [PASSED] 32
[12:42:06] [PASSED] 256
[12:42:06] =============== [PASSED] test_range_compact ================
[12:42:06] ==================== test_range_spare =====================
[12:42:06] [PASSED] 4
[12:42:06] [PASSED] 8
[12:42:06] [PASSED] 32
[12:42:06] [PASSED] 256
[12:42:06] ================ [PASSED] test_range_spare =================
[12:42:06] ===================== [PASSED] guc_dbm =====================
[12:42:06] =================== guc_idm (6 subtests) ===================
[12:42:06] [PASSED] bad_init
[12:42:06] [PASSED] no_init
[12:42:06] [PASSED] init_fini
[12:42:06] [PASSED] check_used
[12:42:06] [PASSED] check_quota
[12:42:06] [PASSED] check_all
[12:42:06] ===================== [PASSED] guc_idm =====================
[12:42:06] ================== no_relay (3 subtests) ===================
[12:42:06] [PASSED] xe_drops_guc2pf_if_not_ready
[12:42:06] [PASSED] xe_drops_guc2vf_if_not_ready
[12:42:06] [PASSED] xe_rejects_send_if_not_ready
[12:42:06] ==================== [PASSED] no_relay =====================
[12:42:06] ================== pf_relay (14 subtests) ==================
[12:42:06] [PASSED] pf_rejects_guc2pf_too_short
[12:42:06] [PASSED] pf_rejects_guc2pf_too_long
[12:42:06] [PASSED] pf_rejects_guc2pf_no_payload
[12:42:06] [PASSED] pf_fails_no_payload
[12:42:06] [PASSED] pf_fails_bad_origin
[12:42:06] [PASSED] pf_fails_bad_type
[12:42:06] [PASSED] pf_txn_reports_error
[12:42:06] [PASSED] pf_txn_sends_pf2guc
[12:42:06] [PASSED] pf_sends_pf2guc
[12:42:06] [SKIPPED] pf_loopback_nop
[12:42:06] [SKIPPED] pf_loopback_echo
[12:42:06] [SKIPPED] pf_loopback_fail
[12:42:06] [SKIPPED] pf_loopback_busy
[12:42:06] [SKIPPED] pf_loopback_retry
[12:42:06] ==================== [PASSED] pf_relay =====================
[12:42:06] ================== vf_relay (3 subtests) ===================
[12:42:06] [PASSED] vf_rejects_guc2vf_too_short
[12:42:06] [PASSED] vf_rejects_guc2vf_too_long
[12:42:06] [PASSED] vf_rejects_guc2vf_no_payload
[12:42:06] ==================== [PASSED] vf_relay =====================
[12:42:06] ================ pf_gt_config (9 subtests) =================
[12:42:06] [PASSED] fair_contexts_1vf
[12:42:06] [PASSED] fair_doorbells_1vf
[12:42:06] [PASSED] fair_ggtt_1vf
[12:42:06] ====================== fair_vram_1vf ======================
[12:42:06] [PASSED] 3.50 GiB
[12:42:06] [PASSED] 11.5 GiB
[12:42:06] [PASSED] 15.5 GiB
[12:42:06] [PASSED] 31.5 GiB
[12:42:06] [PASSED] 63.5 GiB
[12:42:06] [PASSED] 1.91 GiB
[12:42:06] ================== [PASSED] fair_vram_1vf ==================
[12:42:06] ================ fair_vram_1vf_admin_only =================
[12:42:06] [PASSED] 3.50 GiB
[12:42:06] [PASSED] 11.5 GiB
[12:42:06] [PASSED] 15.5 GiB
[12:42:06] [PASSED] 31.5 GiB
[12:42:06] [PASSED] 63.5 GiB
[12:42:06] [PASSED] 1.91 GiB
[12:42:06] ============ [PASSED] fair_vram_1vf_admin_only =============
[12:42:06] ====================== fair_contexts ======================
[12:42:06] [PASSED] 1 VF
[12:42:06] [PASSED] 2 VFs
[12:42:06] [PASSED] 3 VFs
[12:42:06] [PASSED] 4 VFs
[12:42:06] [PASSED] 5 VFs
[12:42:06] [PASSED] 6 VFs
[12:42:06] [PASSED] 7 VFs
[12:42:06] [PASSED] 8 VFs
[12:42:06] [PASSED] 9 VFs
[12:42:06] [PASSED] 10 VFs
[12:42:06] [PASSED] 11 VFs
[12:42:06] [PASSED] 12 VFs
[12:42:06] [PASSED] 13 VFs
[12:42:06] [PASSED] 14 VFs
[12:42:06] [PASSED] 15 VFs
[12:42:06] [PASSED] 16 VFs
[12:42:06] [PASSED] 17 VFs
[12:42:06] [PASSED] 18 VFs
[12:42:06] [PASSED] 19 VFs
[12:42:06] [PASSED] 20 VFs
[12:42:06] [PASSED] 21 VFs
[12:42:06] [PASSED] 22 VFs
[12:42:06] [PASSED] 23 VFs
[12:42:06] [PASSED] 24 VFs
[12:42:06] [PASSED] 25 VFs
[12:42:06] [PASSED] 26 VFs
[12:42:06] [PASSED] 27 VFs
[12:42:06] [PASSED] 28 VFs
[12:42:06] [PASSED] 29 VFs
[12:42:06] [PASSED] 30 VFs
[12:42:06] [PASSED] 31 VFs
[12:42:06] [PASSED] 32 VFs
[12:42:06] [PASSED] 33 VFs
[12:42:06] [PASSED] 34 VFs
[12:42:06] [PASSED] 35 VFs
[12:42:06] [PASSED] 36 VFs
[12:42:06] [PASSED] 37 VFs
[12:42:06] [PASSED] 38 VFs
[12:42:06] [PASSED] 39 VFs
[12:42:06] [PASSED] 40 VFs
[12:42:06] [PASSED] 41 VFs
[12:42:06] [PASSED] 42 VFs
[12:42:06] [PASSED] 43 VFs
[12:42:06] [PASSED] 44 VFs
[12:42:06] [PASSED] 45 VFs
[12:42:06] [PASSED] 46 VFs
[12:42:06] [PASSED] 47 VFs
[12:42:06] [PASSED] 48 VFs
[12:42:06] [PASSED] 49 VFs
[12:42:06] [PASSED] 50 VFs
[12:42:06] [PASSED] 51 VFs
[12:42:06] [PASSED] 52 VFs
[12:42:06] [PASSED] 53 VFs
[12:42:06] [PASSED] 54 VFs
[12:42:06] [PASSED] 55 VFs
[12:42:06] [PASSED] 56 VFs
[12:42:06] [PASSED] 57 VFs
[12:42:06] [PASSED] 58 VFs
[12:42:06] [PASSED] 59 VFs
[12:42:06] [PASSED] 60 VFs
[12:42:06] [PASSED] 61 VFs
[12:42:06] [PASSED] 62 VFs
[12:42:06] [PASSED] 63 VFs
[12:42:06] ================== [PASSED] fair_contexts ==================
[12:42:06] ===================== fair_doorbells ======================
[12:42:06] [PASSED] 1 VF
[12:42:06] [PASSED] 2 VFs
[12:42:06] [PASSED] 3 VFs
[12:42:06] [PASSED] 4 VFs
[12:42:06] [PASSED] 5 VFs
[12:42:06] [PASSED] 6 VFs
[12:42:06] [PASSED] 7 VFs
[12:42:06] [PASSED] 8 VFs
[12:42:06] [PASSED] 9 VFs
[12:42:06] [PASSED] 10 VFs
[12:42:06] [PASSED] 11 VFs
[12:42:06] [PASSED] 12 VFs
[12:42:06] [PASSED] 13 VFs
[12:42:06] [PASSED] 14 VFs
[12:42:06] [PASSED] 15 VFs
[12:42:06] [PASSED] 16 VFs
[12:42:06] [PASSED] 17 VFs
[12:42:06] [PASSED] 18 VFs
[12:42:06] [PASSED] 19 VFs
[12:42:06] [PASSED] 20 VFs
[12:42:06] [PASSED] 21 VFs
[12:42:06] [PASSED] 22 VFs
[12:42:06] [PASSED] 23 VFs
[12:42:06] [PASSED] 24 VFs
[12:42:06] [PASSED] 25 VFs
[12:42:06] [PASSED] 26 VFs
[12:42:06] [PASSED] 27 VFs
[12:42:06] [PASSED] 28 VFs
[12:42:06] [PASSED] 29 VFs
[12:42:06] [PASSED] 30 VFs
[12:42:06] [PASSED] 31 VFs
[12:42:06] [PASSED] 32 VFs
[12:42:06] [PASSED] 33 VFs
[12:42:06] [PASSED] 34 VFs
[12:42:06] [PASSED] 35 VFs
[12:42:06] [PASSED] 36 VFs
[12:42:06] [PASSED] 37 VFs
[12:42:06] [PASSED] 38 VFs
[12:42:06] [PASSED] 39 VFs
[12:42:06] [PASSED] 40 VFs
[12:42:06] [PASSED] 41 VFs
[12:42:06] [PASSED] 42 VFs
[12:42:06] [PASSED] 43 VFs
[12:42:06] [PASSED] 44 VFs
[12:42:06] [PASSED] 45 VFs
[12:42:06] [PASSED] 46 VFs
[12:42:06] [PASSED] 47 VFs
[12:42:06] [PASSED] 48 VFs
[12:42:06] [PASSED] 49 VFs
[12:42:06] [PASSED] 50 VFs
[12:42:06] [PASSED] 51 VFs
[12:42:06] [PASSED] 52 VFs
[12:42:06] [PASSED] 53 VFs
[12:42:06] [PASSED] 54 VFs
[12:42:06] [PASSED] 55 VFs
[12:42:06] [PASSED] 56 VFs
[12:42:06] [PASSED] 57 VFs
[12:42:06] [PASSED] 58 VFs
[12:42:06] [PASSED] 59 VFs
[12:42:06] [PASSED] 60 VFs
[12:42:06] [PASSED] 61 VFs
[12:42:06] [PASSED] 62 VFs
[12:42:06] [PASSED] 63 VFs
[12:42:06] ================= [PASSED] fair_doorbells ==================
[12:42:06] ======================== fair_ggtt ========================
[12:42:06] [PASSED] 1 VF
[12:42:06] [PASSED] 2 VFs
[12:42:06] [PASSED] 3 VFs
[12:42:06] [PASSED] 4 VFs
[12:42:06] [PASSED] 5 VFs
[12:42:06] [PASSED] 6 VFs
[12:42:06] [PASSED] 7 VFs
[12:42:06] [PASSED] 8 VFs
[12:42:06] [PASSED] 9 VFs
[12:42:06] [PASSED] 10 VFs
[12:42:06] [PASSED] 11 VFs
[12:42:06] [PASSED] 12 VFs
[12:42:06] [PASSED] 13 VFs
[12:42:06] [PASSED] 14 VFs
[12:42:06] [PASSED] 15 VFs
[12:42:06] [PASSED] 16 VFs
[12:42:06] [PASSED] 17 VFs
[12:42:06] [PASSED] 18 VFs
[12:42:06] [PASSED] 19 VFs
[12:42:06] [PASSED] 20 VFs
[12:42:06] [PASSED] 21 VFs
[12:42:06] [PASSED] 22 VFs
[12:42:06] [PASSED] 23 VFs
[12:42:06] [PASSED] 24 VFs
[12:42:06] [PASSED] 25 VFs
[12:42:06] [PASSED] 26 VFs
[12:42:06] [PASSED] 27 VFs
[12:42:06] [PASSED] 28 VFs
[12:42:06] [PASSED] 29 VFs
[12:42:06] [PASSED] 30 VFs
[12:42:06] [PASSED] 31 VFs
[12:42:06] [PASSED] 32 VFs
[12:42:06] [PASSED] 33 VFs
[12:42:06] [PASSED] 34 VFs
[12:42:06] [PASSED] 35 VFs
[12:42:06] [PASSED] 36 VFs
[12:42:06] [PASSED] 37 VFs
[12:42:06] [PASSED] 38 VFs
[12:42:06] [PASSED] 39 VFs
[12:42:06] [PASSED] 40 VFs
[12:42:06] [PASSED] 41 VFs
[12:42:06] [PASSED] 42 VFs
[12:42:06] [PASSED] 43 VFs
[12:42:06] [PASSED] 44 VFs
[12:42:06] [PASSED] 45 VFs
[12:42:06] [PASSED] 46 VFs
[12:42:06] [PASSED] 47 VFs
[12:42:06] [PASSED] 48 VFs
[12:42:06] [PASSED] 49 VFs
[12:42:06] [PASSED] 50 VFs
[12:42:06] [PASSED] 51 VFs
[12:42:06] [PASSED] 52 VFs
[12:42:06] [PASSED] 53 VFs
[12:42:06] [PASSED] 54 VFs
[12:42:06] [PASSED] 55 VFs
[12:42:06] [PASSED] 56 VFs
[12:42:06] [PASSED] 57 VFs
[12:42:06] [PASSED] 58 VFs
[12:42:06] [PASSED] 59 VFs
[12:42:06] [PASSED] 60 VFs
[12:42:06] [PASSED] 61 VFs
[12:42:06] [PASSED] 62 VFs
[12:42:06] [PASSED] 63 VFs
[12:42:06] ==================== [PASSED] fair_ggtt ====================
[12:42:06] ======================== fair_vram ========================
[12:42:06] [PASSED] 1 VF
[12:42:06] [PASSED] 2 VFs
[12:42:06] [PASSED] 3 VFs
[12:42:06] [PASSED] 4 VFs
[12:42:06] [PASSED] 5 VFs
[12:42:06] [PASSED] 6 VFs
[12:42:06] [PASSED] 7 VFs
[12:42:06] [PASSED] 8 VFs
[12:42:06] [PASSED] 9 VFs
[12:42:06] [PASSED] 10 VFs
[12:42:06] [PASSED] 11 VFs
[12:42:06] [PASSED] 12 VFs
[12:42:06] [PASSED] 13 VFs
[12:42:06] [PASSED] 14 VFs
[12:42:06] [PASSED] 15 VFs
[12:42:06] [PASSED] 16 VFs
[12:42:06] [PASSED] 17 VFs
[12:42:06] [PASSED] 18 VFs
[12:42:06] [PASSED] 19 VFs
[12:42:06] [PASSED] 20 VFs
[12:42:06] [PASSED] 21 VFs
[12:42:06] [PASSED] 22 VFs
[12:42:06] [PASSED] 23 VFs
[12:42:06] [PASSED] 24 VFs
[12:42:06] [PASSED] 25 VFs
[12:42:06] [PASSED] 26 VFs
[12:42:06] [PASSED] 27 VFs
[12:42:06] [PASSED] 28 VFs
[12:42:06] [PASSED] 29 VFs
[12:42:06] [PASSED] 30 VFs
[12:42:06] [PASSED] 31 VFs
[12:42:06] [PASSED] 32 VFs
[12:42:06] [PASSED] 33 VFs
[12:42:06] [PASSED] 34 VFs
[12:42:06] [PASSED] 35 VFs
[12:42:06] [PASSED] 36 VFs
[12:42:06] [PASSED] 37 VFs
[12:42:06] [PASSED] 38 VFs
[12:42:06] [PASSED] 39 VFs
[12:42:06] [PASSED] 40 VFs
[12:42:06] [PASSED] 41 VFs
[12:42:06] [PASSED] 42 VFs
[12:42:06] [PASSED] 43 VFs
[12:42:06] [PASSED] 44 VFs
[12:42:06] [PASSED] 45 VFs
[12:42:06] [PASSED] 46 VFs
[12:42:06] [PASSED] 47 VFs
[12:42:06] [PASSED] 48 VFs
[12:42:06] [PASSED] 49 VFs
[12:42:06] [PASSED] 50 VFs
[12:42:06] [PASSED] 51 VFs
[12:42:06] [PASSED] 52 VFs
[12:42:06] [PASSED] 53 VFs
[12:42:06] [PASSED] 54 VFs
[12:42:06] [PASSED] 55 VFs
[12:42:06] [PASSED] 56 VFs
[12:42:06] [PASSED] 57 VFs
[12:42:06] [PASSED] 58 VFs
[12:42:06] [PASSED] 59 VFs
[12:42:06] [PASSED] 60 VFs
[12:42:06] [PASSED] 61 VFs
[12:42:06] [PASSED] 62 VFs
[12:42:06] [PASSED] 63 VFs
[12:42:06] ==================== [PASSED] fair_vram ====================
[12:42:06] ================== [PASSED] pf_gt_config ===================
[12:42:06] ===================== lmtt (1 subtest) =====================
[12:42:06] ======================== test_ops =========================
[12:42:06] [PASSED] 2-level
[12:42:06] [PASSED] multi-level
[12:42:06] ==================== [PASSED] test_ops =====================
[12:42:06] ====================== [PASSED] lmtt =======================
[12:42:06] ================= pf_service (11 subtests) =================
[12:42:06] [PASSED] pf_negotiate_any
[12:42:06] [PASSED] pf_negotiate_base_match
[12:42:06] [PASSED] pf_negotiate_base_newer
[12:42:06] [PASSED] pf_negotiate_base_next
[12:42:06] [SKIPPED] pf_negotiate_base_older
[12:42:06] [PASSED] pf_negotiate_base_prev
[12:42:06] [PASSED] pf_negotiate_latest_match
[12:42:06] [PASSED] pf_negotiate_latest_newer
[12:42:06] [PASSED] pf_negotiate_latest_next
[12:42:06] [SKIPPED] pf_negotiate_latest_older
[12:42:06] [SKIPPED] pf_negotiate_latest_prev
[12:42:06] =================== [PASSED] pf_service ====================
[12:42:06] ================= xe_guc_g2g (2 subtests) ==================
[12:42:06] ============== xe_live_guc_g2g_kunit_default ==============
[12:42:06] ========= [SKIPPED] xe_live_guc_g2g_kunit_default ==========
[12:42:06] ============== xe_live_guc_g2g_kunit_allmem ===============
[12:42:06] ========== [SKIPPED] xe_live_guc_g2g_kunit_allmem ==========
[12:42:06] =================== [SKIPPED] xe_guc_g2g ===================
[12:42:06] =================== xe_mocs (2 subtests) ===================
[12:42:06] ================ xe_live_mocs_kernel_kunit ================
[12:42:06] =========== [SKIPPED] xe_live_mocs_kernel_kunit ============
[12:42:06] ================ xe_live_mocs_reset_kunit =================
[12:42:06] ============ [SKIPPED] xe_live_mocs_reset_kunit ============
[12:42:06] ==================== [SKIPPED] xe_mocs =====================
[12:42:06] ================= xe_migrate (2 subtests) ==================
[12:42:06] ================= xe_migrate_sanity_kunit =================
[12:42:06] ============ [SKIPPED] xe_migrate_sanity_kunit =============
[12:42:06] ================== xe_validate_ccs_kunit ==================
[12:42:06] ============= [SKIPPED] xe_validate_ccs_kunit ==============
[12:42:06] =================== [SKIPPED] xe_migrate ===================
[12:42:06] ================== xe_dma_buf (1 subtest) ==================
[12:42:06] ==================== xe_dma_buf_kunit =====================
[12:42:06] ================ [SKIPPED] xe_dma_buf_kunit ================
[12:42:06] =================== [SKIPPED] xe_dma_buf ===================
[12:42:06] ================= xe_bo_shrink (1 subtest) =================
[12:42:06] =================== xe_bo_shrink_kunit ====================
[12:42:06] =============== [SKIPPED] xe_bo_shrink_kunit ===============
[12:42:06] ================== [SKIPPED] xe_bo_shrink ==================
[12:42:06] ==================== xe_bo (2 subtests) ====================
[12:42:06] ================== xe_ccs_migrate_kunit ===================
[12:42:06] ============== [SKIPPED] xe_ccs_migrate_kunit ==============
[12:42:06] ==================== xe_bo_evict_kunit ====================
[12:42:06] =============== [SKIPPED] xe_bo_evict_kunit ================
[12:42:06] ===================== [SKIPPED] xe_bo ======================
[12:42:06] ==================== args (13 subtests) ====================
[12:42:06] [PASSED] count_args_test
[12:42:06] [PASSED] call_args_example
[12:42:06] [PASSED] call_args_test
[12:42:06] [PASSED] drop_first_arg_example
[12:42:06] [PASSED] drop_first_arg_test
[12:42:06] [PASSED] first_arg_example
[12:42:06] [PASSED] first_arg_test
[12:42:06] [PASSED] last_arg_example
[12:42:06] [PASSED] last_arg_test
[12:42:06] [PASSED] pick_arg_example
[12:42:06] [PASSED] if_args_example
[12:42:06] [PASSED] if_args_test
[12:42:06] [PASSED] sep_comma_example
[12:42:06] ====================== [PASSED] args =======================
[12:42:06] =================== xe_pci (3 subtests) ====================
[12:42:06] ==================== check_graphics_ip ====================
[12:42:06] [PASSED] 12.00 Xe_LP
[12:42:06] [PASSED] 12.10 Xe_LP+
[12:42:06] [PASSED] 12.55 Xe_HPG
[12:42:06] [PASSED] 12.60 Xe_HPC
[12:42:06] [PASSED] 12.70 Xe_LPG
[12:42:06] [PASSED] 12.71 Xe_LPG
[12:42:06] [PASSED] 12.74 Xe_LPG+
[12:42:06] [PASSED] 20.01 Xe2_HPG
[12:42:06] [PASSED] 20.02 Xe2_HPG
[12:42:06] [PASSED] 20.04 Xe2_LPG
[12:42:06] [PASSED] 30.00 Xe3_LPG
[12:42:06] [PASSED] 30.01 Xe3_LPG
[12:42:06] [PASSED] 30.03 Xe3_LPG
[12:42:06] [PASSED] 30.04 Xe3_LPG
[12:42:06] [PASSED] 30.05 Xe3_LPG
[12:42:06] [PASSED] 35.10 Xe3p_LPG
[12:42:06] [PASSED] 35.11 Xe3p_XPC
[12:42:06] ================ [PASSED] check_graphics_ip ================
[12:42:06] ===================== check_media_ip ======================
[12:42:06] [PASSED] 12.00 Xe_M
[12:42:06] [PASSED] 12.55 Xe_HPM
[12:42:06] [PASSED] 13.00 Xe_LPM+
[12:42:06] [PASSED] 13.01 Xe2_HPM
[12:42:06] [PASSED] 20.00 Xe2_LPM
[12:42:06] [PASSED] 30.00 Xe3_LPM
[12:42:06] [PASSED] 30.02 Xe3_LPM
[12:42:06] [PASSED] 35.00 Xe3p_LPM
[12:42:06] [PASSED] 35.03 Xe3p_HPM
[12:42:06] ================= [PASSED] check_media_ip ==================
[12:42:06] =================== check_platform_desc ===================
[12:42:06] [PASSED] 0x9A60 (TIGERLAKE)
[12:42:06] [PASSED] 0x9A68 (TIGERLAKE)
[12:42:06] [PASSED] 0x9A70 (TIGERLAKE)
[12:42:06] [PASSED] 0x9A40 (TIGERLAKE)
[12:42:06] [PASSED] 0x9A49 (TIGERLAKE)
[12:42:06] [PASSED] 0x9A59 (TIGERLAKE)
[12:42:06] [PASSED] 0x9A78 (TIGERLAKE)
[12:42:06] [PASSED] 0x9AC0 (TIGERLAKE)
[12:42:06] [PASSED] 0x9AC9 (TIGERLAKE)
[12:42:06] [PASSED] 0x9AD9 (TIGERLAKE)
[12:42:06] [PASSED] 0x9AF8 (TIGERLAKE)
[12:42:06] [PASSED] 0x4C80 (ROCKETLAKE)
[12:42:06] [PASSED] 0x4C8A (ROCKETLAKE)
[12:42:07] [PASSED] 0x4C8B (ROCKETLAKE)
[12:42:07] [PASSED] 0x4C8C (ROCKETLAKE)
[12:42:07] [PASSED] 0x4C90 (ROCKETLAKE)
[12:42:07] [PASSED] 0x4C9A (ROCKETLAKE)
[12:42:07] [PASSED] 0x4680 (ALDERLAKE_S)
[12:42:07] [PASSED] 0x4682 (ALDERLAKE_S)
[12:42:07] [PASSED] 0x4688 (ALDERLAKE_S)
[12:42:07] [PASSED] 0x468A (ALDERLAKE_S)
[12:42:07] [PASSED] 0x468B (ALDERLAKE_S)
[12:42:07] [PASSED] 0x4690 (ALDERLAKE_S)
[12:42:07] [PASSED] 0x4692 (ALDERLAKE_S)
[12:42:07] [PASSED] 0x4693 (ALDERLAKE_S)
[12:42:07] [PASSED] 0x46A0 (ALDERLAKE_P)
[12:42:07] [PASSED] 0x46A1 (ALDERLAKE_P)
[12:42:07] [PASSED] 0x46A2 (ALDERLAKE_P)
[12:42:07] [PASSED] 0x46A3 (ALDERLAKE_P)
[12:42:07] [PASSED] 0x46A6 (ALDERLAKE_P)
[12:42:07] [PASSED] 0x46A8 (ALDERLAKE_P)
[12:42:07] [PASSED] 0x46AA (ALDERLAKE_P)
[12:42:07] [PASSED] 0x462A (ALDERLAKE_P)
[12:42:07] [PASSED] 0x4626 (ALDERLAKE_P)
[12:42:07] [PASSED] 0x4628 (ALDERLAKE_P)
[12:42:07] [PASSED] 0x46B0 (ALDERLAKE_P)
[12:42:07] [PASSED] 0x46B1 (ALDERLAKE_P)
[12:42:07] [PASSED] 0x46B2 (ALDERLAKE_P)
[12:42:07] [PASSED] 0x46B3 (ALDERLAKE_P)
[12:42:07] [PASSED] 0x46C0 (ALDERLAKE_P)
[12:42:07] [PASSED] 0x46C1 (ALDERLAKE_P)
[12:42:07] [PASSED] 0x46C2 (ALDERLAKE_P)
[12:42:07] [PASSED] 0x46C3 (ALDERLAKE_P)
[12:42:07] [PASSED] 0x46D0 (ALDERLAKE_N)
[12:42:07] [PASSED] 0x46D1 (ALDERLAKE_N)
[12:42:07] [PASSED] 0x46D2 (ALDERLAKE_N)
[12:42:07] [PASSED] 0x46D3 (ALDERLAKE_N)
[12:42:07] [PASSED] 0x46D4 (ALDERLAKE_N)
[12:42:07] [PASSED] 0xA721 (ALDERLAKE_P)
[12:42:07] [PASSED] 0xA7A1 (ALDERLAKE_P)
[12:42:07] [PASSED] 0xA7A9 (ALDERLAKE_P)
[12:42:07] [PASSED] 0xA7AC (ALDERLAKE_P)
[12:42:07] [PASSED] 0xA7AD (ALDERLAKE_P)
[12:42:07] [PASSED] 0xA720 (ALDERLAKE_P)
[12:42:07] [PASSED] 0xA7A0 (ALDERLAKE_P)
[12:42:07] [PASSED] 0xA7A8 (ALDERLAKE_P)
[12:42:07] [PASSED] 0xA7AA (ALDERLAKE_P)
[12:42:07] [PASSED] 0xA7AB (ALDERLAKE_P)
[12:42:07] [PASSED] 0xA780 (ALDERLAKE_S)
[12:42:07] [PASSED] 0xA781 (ALDERLAKE_S)
[12:42:07] [PASSED] 0xA782 (ALDERLAKE_S)
[12:42:07] [PASSED] 0xA783 (ALDERLAKE_S)
[12:42:07] [PASSED] 0xA788 (ALDERLAKE_S)
[12:42:07] [PASSED] 0xA789 (ALDERLAKE_S)
[12:42:07] [PASSED] 0xA78A (ALDERLAKE_S)
[12:42:07] [PASSED] 0xA78B (ALDERLAKE_S)
[12:42:07] [PASSED] 0x4905 (DG1)
[12:42:07] [PASSED] 0x4906 (DG1)
[12:42:07] [PASSED] 0x4907 (DG1)
[12:42:07] [PASSED] 0x4908 (DG1)
[12:42:07] [PASSED] 0x4909 (DG1)
[12:42:07] [PASSED] 0x56C0 (DG2)
[12:42:07] [PASSED] 0x56C2 (DG2)
[12:42:07] [PASSED] 0x56C1 (DG2)
[12:42:07] [PASSED] 0x7D51 (METEORLAKE)
[12:42:07] [PASSED] 0x7DD1 (METEORLAKE)
[12:42:07] [PASSED] 0x7D41 (METEORLAKE)
[12:42:07] [PASSED] 0x7D67 (METEORLAKE)
[12:42:07] [PASSED] 0xB640 (METEORLAKE)
[12:42:07] [PASSED] 0x56A0 (DG2)
[12:42:07] [PASSED] 0x56A1 (DG2)
[12:42:07] [PASSED] 0x56A2 (DG2)
[12:42:07] [PASSED] 0x56BE (DG2)
[12:42:07] [PASSED] 0x56BF (DG2)
[12:42:07] [PASSED] 0x5690 (DG2)
[12:42:07] [PASSED] 0x5691 (DG2)
[12:42:07] [PASSED] 0x5692 (DG2)
[12:42:07] [PASSED] 0x56A5 (DG2)
[12:42:07] [PASSED] 0x56A6 (DG2)
[12:42:07] [PASSED] 0x56B0 (DG2)
[12:42:07] [PASSED] 0x56B1 (DG2)
[12:42:07] [PASSED] 0x56BA (DG2)
[12:42:07] [PASSED] 0x56BB (DG2)
[12:42:07] [PASSED] 0x56BC (DG2)
[12:42:07] [PASSED] 0x56BD (DG2)
[12:42:07] [PASSED] 0x5693 (DG2)
[12:42:07] [PASSED] 0x5694 (DG2)
[12:42:07] [PASSED] 0x5695 (DG2)
[12:42:07] [PASSED] 0x56A3 (DG2)
[12:42:07] [PASSED] 0x56A4 (DG2)
[12:42:07] [PASSED] 0x56B2 (DG2)
[12:42:07] [PASSED] 0x56B3 (DG2)
[12:42:07] [PASSED] 0x5696 (DG2)
[12:42:07] [PASSED] 0x5697 (DG2)
[12:42:07] [PASSED] 0xB69 (PVC)
[12:42:07] [PASSED] 0xB6E (PVC)
[12:42:07] [PASSED] 0xBD4 (PVC)
[12:42:07] [PASSED] 0xBD5 (PVC)
[12:42:07] [PASSED] 0xBD6 (PVC)
[12:42:07] [PASSED] 0xBD7 (PVC)
[12:42:07] [PASSED] 0xBD8 (PVC)
[12:42:07] [PASSED] 0xBD9 (PVC)
[12:42:07] [PASSED] 0xBDA (PVC)
[12:42:07] [PASSED] 0xBDB (PVC)
[12:42:07] [PASSED] 0xBE0 (PVC)
[12:42:07] [PASSED] 0xBE1 (PVC)
[12:42:07] [PASSED] 0xBE5 (PVC)
[12:42:07] [PASSED] 0x7D40 (METEORLAKE)
[12:42:07] [PASSED] 0x7D45 (METEORLAKE)
[12:42:07] [PASSED] 0x7D55 (METEORLAKE)
[12:42:07] [PASSED] 0x7D60 (METEORLAKE)
[12:42:07] [PASSED] 0x7DD5 (METEORLAKE)
[12:42:07] [PASSED] 0x6420 (LUNARLAKE)
[12:42:07] [PASSED] 0x64A0 (LUNARLAKE)
[12:42:07] [PASSED] 0x64B0 (LUNARLAKE)
[12:42:07] [PASSED] 0xE202 (BATTLEMAGE)
[12:42:07] [PASSED] 0xE209 (BATTLEMAGE)
[12:42:07] [PASSED] 0xE20B (BATTLEMAGE)
[12:42:07] [PASSED] 0xE20C (BATTLEMAGE)
[12:42:07] [PASSED] 0xE20D (BATTLEMAGE)
[12:42:07] [PASSED] 0xE210 (BATTLEMAGE)
[12:42:07] [PASSED] 0xE211 (BATTLEMAGE)
[12:42:07] [PASSED] 0xE212 (BATTLEMAGE)
[12:42:07] [PASSED] 0xE216 (BATTLEMAGE)
[12:42:07] [PASSED] 0xE220 (BATTLEMAGE)
[12:42:07] [PASSED] 0xE221 (BATTLEMAGE)
[12:42:07] [PASSED] 0xE222 (BATTLEMAGE)
[12:42:07] [PASSED] 0xE223 (BATTLEMAGE)
[12:42:07] [PASSED] 0xB080 (PANTHERLAKE)
[12:42:07] [PASSED] 0xB081 (PANTHERLAKE)
[12:42:07] [PASSED] 0xB082 (PANTHERLAKE)
[12:42:07] [PASSED] 0xB083 (PANTHERLAKE)
[12:42:07] [PASSED] 0xB084 (PANTHERLAKE)
[12:42:07] [PASSED] 0xB085 (PANTHERLAKE)
[12:42:07] [PASSED] 0xB086 (PANTHERLAKE)
[12:42:07] [PASSED] 0xB087 (PANTHERLAKE)
[12:42:07] [PASSED] 0xB08F (PANTHERLAKE)
[12:42:07] [PASSED] 0xB090 (PANTHERLAKE)
[12:42:07] [PASSED] 0xB0A0 (PANTHERLAKE)
[12:42:07] [PASSED] 0xB0B0 (PANTHERLAKE)
[12:42:07] [PASSED] 0xFD80 (PANTHERLAKE)
[12:42:07] [PASSED] 0xFD81 (PANTHERLAKE)
[12:42:07] [PASSED] 0xD740 (NOVALAKE_S)
[12:42:07] [PASSED] 0xD741 (NOVALAKE_S)
[12:42:07] [PASSED] 0xD742 (NOVALAKE_S)
[12:42:07] [PASSED] 0xD743 (NOVALAKE_S)
[12:42:07] [PASSED] 0xD744 (NOVALAKE_S)
[12:42:07] [PASSED] 0xD745 (NOVALAKE_S)
[12:42:07] [PASSED] 0x674C (CRESCENTISLAND)
[12:42:07] [PASSED] 0xD750 (NOVALAKE_P)
[12:42:07] [PASSED] 0xD751 (NOVALAKE_P)
[12:42:07] [PASSED] 0xD752 (NOVALAKE_P)
[12:42:07] [PASSED] 0xD753 (NOVALAKE_P)
[12:42:07] [PASSED] 0xD754 (NOVALAKE_P)
[12:42:07] [PASSED] 0xD755 (NOVALAKE_P)
[12:42:07] [PASSED] 0xD756 (NOVALAKE_P)
[12:42:07] [PASSED] 0xD757 (NOVALAKE_P)
[12:42:07] [PASSED] 0xD75F (NOVALAKE_P)
[12:42:07] =============== [PASSED] check_platform_desc ===============
[12:42:07] ===================== [PASSED] xe_pci ======================
[12:42:07] =================== xe_rtp (2 subtests) ====================
[12:42:07] =============== xe_rtp_process_to_sr_tests ================
[12:42:07] [PASSED] coalesce-same-reg
[12:42:07] [PASSED] no-match-no-add
[12:42:07] [PASSED] match-or
[12:42:07] [PASSED] match-or-xfail
[12:42:07] [PASSED] no-match-no-add-multiple-rules
[12:42:07] [PASSED] two-regs-two-entries
[12:42:07] [PASSED] clr-one-set-other
[12:42:07] [PASSED] set-field
[12:42:07] [PASSED] conflict-duplicate
stty: 'standard input': Inappropriate ioctl for device
[12:42:07] [PASSED] conflict-not-disjoint
[12:42:07] [PASSED] conflict-reg-type
[12:42:07] =========== [PASSED] xe_rtp_process_to_sr_tests ============
[12:42:07] ================== xe_rtp_process_tests ===================
[12:42:07] [PASSED] active1
[12:42:07] [PASSED] active2
[12:42:07] [PASSED] active-inactive
[12:42:07] [PASSED] inactive-active
[12:42:07] [PASSED] inactive-1st_or_active-inactive
[12:42:07] [PASSED] inactive-2nd_or_active-inactive
[12:42:07] [PASSED] inactive-last_or_active-inactive
[12:42:07] [PASSED] inactive-no_or_active-inactive
[12:42:07] ============== [PASSED] xe_rtp_process_tests ===============
[12:42:07] ===================== [PASSED] xe_rtp ======================
[12:42:07] ==================== xe_wa (1 subtest) =====================
[12:42:07] ======================== xe_wa_gt =========================
[12:42:07] [PASSED] TIGERLAKE B0
[12:42:07] [PASSED] DG1 A0
[12:42:07] [PASSED] DG1 B0
[12:42:07] [PASSED] ALDERLAKE_S A0
[12:42:07] [PASSED] ALDERLAKE_S B0
[12:42:07] [PASSED] ALDERLAKE_S C0
[12:42:07] [PASSED] ALDERLAKE_S D0
[12:42:07] [PASSED] ALDERLAKE_P A0
[12:42:07] [PASSED] ALDERLAKE_P B0
[12:42:07] [PASSED] ALDERLAKE_P C0
[12:42:07] [PASSED] ALDERLAKE_S RPLS D0
[12:42:07] [PASSED] ALDERLAKE_P RPLU E0
[12:42:07] [PASSED] DG2 G10 C0
[12:42:07] [PASSED] DG2 G11 B1
[12:42:07] [PASSED] DG2 G12 A1
[12:42:07] [PASSED] METEORLAKE 12.70(Xe_LPG) A0 13.00(Xe_LPM+) A0
[12:42:07] [PASSED] METEORLAKE 12.71(Xe_LPG) A0 13.00(Xe_LPM+) A0
[12:42:07] [PASSED] METEORLAKE 12.74(Xe_LPG+) A0 13.00(Xe_LPM+) A0
[12:42:07] [PASSED] LUNARLAKE 20.04(Xe2_LPG) A0 20.00(Xe2_LPM) A0
[12:42:07] [PASSED] LUNARLAKE 20.04(Xe2_LPG) B0 20.00(Xe2_LPM) A0
[12:42:07] [PASSED] BATTLEMAGE 20.01(Xe2_HPG) A0 13.01(Xe2_HPM) A1
[12:42:07] [PASSED] PANTHERLAKE 30.00(Xe3_LPG) A0 30.00(Xe3_LPM) A0
[12:42:07] ==================== [PASSED] xe_wa_gt =====================
[12:42:07] ====================== [PASSED] xe_wa ======================
[12:42:07] ============================================================
[12:42:07] Testing complete. Ran 597 tests: passed: 579, skipped: 18
[12:42:07] Elapsed time: 43.852s total, 4.340s configuring, 38.844s building, 0.623s running
+ /kernel/tools/testing/kunit/kunit.py run --kunitconfig /kernel/drivers/gpu/drm/tests/.kunitconfig
[12:42:07] Configuring KUnit Kernel ...
Regenerating .config ...
Populating config with:
$ make ARCH=um O=.kunit olddefconfig
[12:42:08] Building KUnit Kernel ...
Populating config with:
$ make ARCH=um O=.kunit olddefconfig
Building with:
$ make all compile_commands.json scripts_gdb ARCH=um O=.kunit --jobs=25
[12:42:37] Starting KUnit Kernel (1/1)...
[12:42:37] ============================================================
Running tests with:
$ .kunit/linux kunit.enable=1 mem=1G console=tty kunit_shutdown=halt
[12:42:38] ============ drm_test_pick_cmdline (2 subtests) ============
[12:42:38] [PASSED] drm_test_pick_cmdline_res_1920_1080_60
[12:42:38] =============== drm_test_pick_cmdline_named ===============
[12:42:38] [PASSED] NTSC
[12:42:38] [PASSED] NTSC-J
[12:42:38] [PASSED] PAL
[12:42:38] [PASSED] PAL-M
[12:42:38] =========== [PASSED] drm_test_pick_cmdline_named ===========
[12:42:38] ============== [PASSED] drm_test_pick_cmdline ==============
[12:42:38] == drm_test_atomic_get_connector_for_encoder (1 subtest) ===
[12:42:38] [PASSED] drm_test_drm_atomic_get_connector_for_encoder
[12:42:38] ==== [PASSED] drm_test_atomic_get_connector_for_encoder ====
[12:42:38] =========== drm_validate_clone_mode (2 subtests) ===========
[12:42:38] ============== drm_test_check_in_clone_mode ===============
[12:42:38] [PASSED] in_clone_mode
[12:42:38] [PASSED] not_in_clone_mode
[12:42:38] ========== [PASSED] drm_test_check_in_clone_mode ===========
[12:42:38] =============== drm_test_check_valid_clones ===============
[12:42:38] [PASSED] not_in_clone_mode
[12:42:38] [PASSED] valid_clone
[12:42:38] [PASSED] invalid_clone
[12:42:38] =========== [PASSED] drm_test_check_valid_clones ===========
[12:42:38] ============= [PASSED] drm_validate_clone_mode =============
[12:42:38] ============= drm_validate_modeset (1 subtest) =============
[12:42:38] [PASSED] drm_test_check_connector_changed_modeset
[12:42:38] ============== [PASSED] drm_validate_modeset ===============
[12:42:38] ====== drm_test_bridge_get_current_state (2 subtests) ======
[12:42:38] [PASSED] drm_test_drm_bridge_get_current_state_atomic
[12:42:38] [PASSED] drm_test_drm_bridge_get_current_state_legacy
[12:42:38] ======== [PASSED] drm_test_bridge_get_current_state ========
[12:42:38] ====== drm_test_bridge_helper_reset_crtc (3 subtests) ======
[12:42:38] [PASSED] drm_test_drm_bridge_helper_reset_crtc_atomic
[12:42:38] [PASSED] drm_test_drm_bridge_helper_reset_crtc_atomic_disabled
[12:42:38] [PASSED] drm_test_drm_bridge_helper_reset_crtc_legacy
[12:42:38] ======== [PASSED] drm_test_bridge_helper_reset_crtc ========
[12:42:38] ============== drm_bridge_alloc (2 subtests) ===============
[12:42:38] [PASSED] drm_test_drm_bridge_alloc_basic
[12:42:38] [PASSED] drm_test_drm_bridge_alloc_get_put
[12:42:38] ================ [PASSED] drm_bridge_alloc =================
[12:42:38] ============= drm_cmdline_parser (40 subtests) =============
[12:42:38] [PASSED] drm_test_cmdline_force_d_only
[12:42:38] [PASSED] drm_test_cmdline_force_D_only_dvi
[12:42:38] [PASSED] drm_test_cmdline_force_D_only_hdmi
[12:42:38] [PASSED] drm_test_cmdline_force_D_only_not_digital
[12:42:38] [PASSED] drm_test_cmdline_force_e_only
[12:42:38] [PASSED] drm_test_cmdline_res
[12:42:38] [PASSED] drm_test_cmdline_res_vesa
[12:42:38] [PASSED] drm_test_cmdline_res_vesa_rblank
[12:42:38] [PASSED] drm_test_cmdline_res_rblank
[12:42:38] [PASSED] drm_test_cmdline_res_bpp
[12:42:38] [PASSED] drm_test_cmdline_res_refresh
[12:42:38] [PASSED] drm_test_cmdline_res_bpp_refresh
[12:42:38] [PASSED] drm_test_cmdline_res_bpp_refresh_interlaced
[12:42:38] [PASSED] drm_test_cmdline_res_bpp_refresh_margins
[12:42:38] [PASSED] drm_test_cmdline_res_bpp_refresh_force_off
[12:42:38] [PASSED] drm_test_cmdline_res_bpp_refresh_force_on
[12:42:38] [PASSED] drm_test_cmdline_res_bpp_refresh_force_on_analog
[12:42:38] [PASSED] drm_test_cmdline_res_bpp_refresh_force_on_digital
[12:42:38] [PASSED] drm_test_cmdline_res_bpp_refresh_interlaced_margins_force_on
[12:42:38] [PASSED] drm_test_cmdline_res_margins_force_on
[12:42:38] [PASSED] drm_test_cmdline_res_vesa_margins
[12:42:38] [PASSED] drm_test_cmdline_name
[12:42:38] [PASSED] drm_test_cmdline_name_bpp
[12:42:38] [PASSED] drm_test_cmdline_name_option
[12:42:38] [PASSED] drm_test_cmdline_name_bpp_option
[12:42:38] [PASSED] drm_test_cmdline_rotate_0
[12:42:38] [PASSED] drm_test_cmdline_rotate_90
[12:42:38] [PASSED] drm_test_cmdline_rotate_180
[12:42:38] [PASSED] drm_test_cmdline_rotate_270
[12:42:38] [PASSED] drm_test_cmdline_hmirror
[12:42:38] [PASSED] drm_test_cmdline_vmirror
[12:42:38] [PASSED] drm_test_cmdline_margin_options
[12:42:38] [PASSED] drm_test_cmdline_multiple_options
[12:42:38] [PASSED] drm_test_cmdline_bpp_extra_and_option
[12:42:38] [PASSED] drm_test_cmdline_extra_and_option
[12:42:38] [PASSED] drm_test_cmdline_freestanding_options
[12:42:38] [PASSED] drm_test_cmdline_freestanding_force_e_and_options
[12:42:38] [PASSED] drm_test_cmdline_panel_orientation
[12:42:38] ================ drm_test_cmdline_invalid =================
[12:42:38] [PASSED] margin_only
[12:42:38] [PASSED] interlace_only
[12:42:38] [PASSED] res_missing_x
[12:42:38] [PASSED] res_missing_y
[12:42:38] [PASSED] res_bad_y
[12:42:38] [PASSED] res_missing_y_bpp
[12:42:38] [PASSED] res_bad_bpp
[12:42:38] [PASSED] res_bad_refresh
[12:42:38] [PASSED] res_bpp_refresh_force_on_off
[12:42:38] [PASSED] res_invalid_mode
[12:42:38] [PASSED] res_bpp_wrong_place_mode
[12:42:38] [PASSED] name_bpp_refresh
[12:42:38] [PASSED] name_refresh
[12:42:38] [PASSED] name_refresh_wrong_mode
[12:42:38] [PASSED] name_refresh_invalid_mode
[12:42:38] [PASSED] rotate_multiple
[12:42:38] [PASSED] rotate_invalid_val
[12:42:38] [PASSED] rotate_truncated
[12:42:38] [PASSED] invalid_option
[12:42:38] [PASSED] invalid_tv_option
[12:42:38] [PASSED] truncated_tv_option
[12:42:38] ============ [PASSED] drm_test_cmdline_invalid =============
[12:42:38] =============== drm_test_cmdline_tv_options ===============
[12:42:38] [PASSED] NTSC
[12:42:38] [PASSED] NTSC_443
[12:42:38] [PASSED] NTSC_J
[12:42:38] [PASSED] PAL
[12:42:38] [PASSED] PAL_M
[12:42:38] [PASSED] PAL_N
[12:42:38] [PASSED] SECAM
[12:42:38] [PASSED] MONO_525
[12:42:38] [PASSED] MONO_625
[12:42:38] =========== [PASSED] drm_test_cmdline_tv_options ===========
[12:42:38] =============== [PASSED] drm_cmdline_parser ================
[12:42:38] ========== drmm_connector_hdmi_init (20 subtests) ==========
[12:42:38] [PASSED] drm_test_connector_hdmi_init_valid
[12:42:38] [PASSED] drm_test_connector_hdmi_init_bpc_8
[12:42:38] [PASSED] drm_test_connector_hdmi_init_bpc_10
[12:42:38] [PASSED] drm_test_connector_hdmi_init_bpc_12
[12:42:38] [PASSED] drm_test_connector_hdmi_init_bpc_invalid
[12:42:38] [PASSED] drm_test_connector_hdmi_init_bpc_null
[12:42:38] [PASSED] drm_test_connector_hdmi_init_formats_empty
[12:42:38] [PASSED] drm_test_connector_hdmi_init_formats_no_rgb
[12:42:38] === drm_test_connector_hdmi_init_formats_yuv420_allowed ===
[12:42:38] [PASSED] supported_formats=0x9 yuv420_allowed=1
[12:42:38] [PASSED] supported_formats=0x9 yuv420_allowed=0
[12:42:38] [PASSED] supported_formats=0x5 yuv420_allowed=1
[12:42:38] [PASSED] supported_formats=0x5 yuv420_allowed=0
[12:42:38] === [PASSED] drm_test_connector_hdmi_init_formats_yuv420_allowed ===
[12:42:38] [PASSED] drm_test_connector_hdmi_init_null_ddc
[12:42:38] [PASSED] drm_test_connector_hdmi_init_null_product
[12:42:38] [PASSED] drm_test_connector_hdmi_init_null_vendor
[12:42:38] [PASSED] drm_test_connector_hdmi_init_product_length_exact
[12:42:38] [PASSED] drm_test_connector_hdmi_init_product_length_too_long
[12:42:38] [PASSED] drm_test_connector_hdmi_init_product_valid
[12:42:38] [PASSED] drm_test_connector_hdmi_init_vendor_length_exact
[12:42:38] [PASSED] drm_test_connector_hdmi_init_vendor_length_too_long
[12:42:38] [PASSED] drm_test_connector_hdmi_init_vendor_valid
[12:42:38] ========= drm_test_connector_hdmi_init_type_valid =========
[12:42:38] [PASSED] HDMI-A
[12:42:38] [PASSED] HDMI-B
[12:42:38] ===== [PASSED] drm_test_connector_hdmi_init_type_valid =====
[12:42:38] ======== drm_test_connector_hdmi_init_type_invalid ========
[12:42:38] [PASSED] Unknown
[12:42:38] [PASSED] VGA
[12:42:38] [PASSED] DVI-I
[12:42:38] [PASSED] DVI-D
[12:42:38] [PASSED] DVI-A
[12:42:38] [PASSED] Composite
[12:42:38] [PASSED] SVIDEO
[12:42:38] [PASSED] LVDS
[12:42:38] [PASSED] Component
[12:42:38] [PASSED] DIN
[12:42:38] [PASSED] DP
[12:42:38] [PASSED] TV
[12:42:38] [PASSED] eDP
[12:42:38] [PASSED] Virtual
[12:42:38] [PASSED] DSI
[12:42:38] [PASSED] DPI
[12:42:38] [PASSED] Writeback
[12:42:38] [PASSED] SPI
[12:42:38] [PASSED] USB
[12:42:38] ==== [PASSED] drm_test_connector_hdmi_init_type_invalid ====
[12:42:38] ============ [PASSED] drmm_connector_hdmi_init =============
[12:42:38] ============= drmm_connector_init (3 subtests) =============
[12:42:38] [PASSED] drm_test_drmm_connector_init
[12:42:38] [PASSED] drm_test_drmm_connector_init_null_ddc
[12:42:38] ========= drm_test_drmm_connector_init_type_valid =========
[12:42:38] [PASSED] Unknown
[12:42:38] [PASSED] VGA
[12:42:38] [PASSED] DVI-I
[12:42:38] [PASSED] DVI-D
[12:42:38] [PASSED] DVI-A
[12:42:38] [PASSED] Composite
[12:42:38] [PASSED] SVIDEO
[12:42:38] [PASSED] LVDS
[12:42:38] [PASSED] Component
[12:42:38] [PASSED] DIN
[12:42:38] [PASSED] DP
[12:42:38] [PASSED] HDMI-A
[12:42:38] [PASSED] HDMI-B
[12:42:38] [PASSED] TV
[12:42:38] [PASSED] eDP
[12:42:38] [PASSED] Virtual
[12:42:38] [PASSED] DSI
[12:42:38] [PASSED] DPI
[12:42:38] [PASSED] Writeback
[12:42:38] [PASSED] SPI
[12:42:38] [PASSED] USB
[12:42:38] ===== [PASSED] drm_test_drmm_connector_init_type_valid =====
[12:42:38] =============== [PASSED] drmm_connector_init ===============
[12:42:38] ========= drm_connector_dynamic_init (6 subtests) ==========
[12:42:38] [PASSED] drm_test_drm_connector_dynamic_init
[12:42:38] [PASSED] drm_test_drm_connector_dynamic_init_null_ddc
[12:42:38] [PASSED] drm_test_drm_connector_dynamic_init_not_added
[12:42:38] [PASSED] drm_test_drm_connector_dynamic_init_properties
[12:42:38] ===== drm_test_drm_connector_dynamic_init_type_valid ======
[12:42:38] [PASSED] Unknown
[12:42:38] [PASSED] VGA
[12:42:38] [PASSED] DVI-I
[12:42:38] [PASSED] DVI-D
[12:42:38] [PASSED] DVI-A
[12:42:38] [PASSED] Composite
[12:42:38] [PASSED] SVIDEO
[12:42:38] [PASSED] LVDS
[12:42:38] [PASSED] Component
[12:42:38] [PASSED] DIN
[12:42:38] [PASSED] DP
[12:42:38] [PASSED] HDMI-A
[12:42:38] [PASSED] HDMI-B
[12:42:38] [PASSED] TV
[12:42:38] [PASSED] eDP
[12:42:38] [PASSED] Virtual
[12:42:38] [PASSED] DSI
[12:42:38] [PASSED] DPI
[12:42:38] [PASSED] Writeback
[12:42:38] [PASSED] SPI
[12:42:38] [PASSED] USB
[12:42:38] = [PASSED] drm_test_drm_connector_dynamic_init_type_valid ==
[12:42:38] ======== drm_test_drm_connector_dynamic_init_name =========
[12:42:38] [PASSED] Unknown
[12:42:38] [PASSED] VGA
[12:42:38] [PASSED] DVI-I
[12:42:38] [PASSED] DVI-D
[12:42:38] [PASSED] DVI-A
[12:42:38] [PASSED] Composite
[12:42:38] [PASSED] SVIDEO
[12:42:38] [PASSED] LVDS
[12:42:38] [PASSED] Component
[12:42:38] [PASSED] DIN
[12:42:38] [PASSED] DP
[12:42:38] [PASSED] HDMI-A
[12:42:38] [PASSED] HDMI-B
[12:42:38] [PASSED] TV
[12:42:38] [PASSED] eDP
[12:42:38] [PASSED] Virtual
[12:42:38] [PASSED] DSI
[12:42:38] [PASSED] DPI
[12:42:38] [PASSED] Writeback
[12:42:38] [PASSED] SPI
[12:42:38] [PASSED] USB
[12:42:38] ==== [PASSED] drm_test_drm_connector_dynamic_init_name =====
[12:42:38] =========== [PASSED] drm_connector_dynamic_init ============
[12:42:38] ==== drm_connector_dynamic_register_early (4 subtests) =====
[12:42:38] [PASSED] drm_test_drm_connector_dynamic_register_early_on_list
[12:42:38] [PASSED] drm_test_drm_connector_dynamic_register_early_defer
[12:42:38] [PASSED] drm_test_drm_connector_dynamic_register_early_no_init
[12:42:38] [PASSED] drm_test_drm_connector_dynamic_register_early_no_mode_object
[12:42:38] ====== [PASSED] drm_connector_dynamic_register_early =======
[12:42:38] ======= drm_connector_dynamic_register (7 subtests) ========
[12:42:38] [PASSED] drm_test_drm_connector_dynamic_register_on_list
[12:42:38] [PASSED] drm_test_drm_connector_dynamic_register_no_defer
[12:42:38] [PASSED] drm_test_drm_connector_dynamic_register_no_init
[12:42:38] [PASSED] drm_test_drm_connector_dynamic_register_mode_object
[12:42:38] [PASSED] drm_test_drm_connector_dynamic_register_sysfs
[12:42:38] [PASSED] drm_test_drm_connector_dynamic_register_sysfs_name
[12:42:38] [PASSED] drm_test_drm_connector_dynamic_register_debugfs
[12:42:38] ========= [PASSED] drm_connector_dynamic_register ==========
[12:42:38] = drm_connector_attach_broadcast_rgb_property (2 subtests) =
[12:42:38] [PASSED] drm_test_drm_connector_attach_broadcast_rgb_property
[12:42:38] [PASSED] drm_test_drm_connector_attach_broadcast_rgb_property_hdmi_connector
[12:42:38] === [PASSED] drm_connector_attach_broadcast_rgb_property ===
[12:42:38] ========== drm_get_tv_mode_from_name (2 subtests) ==========
[12:42:38] ========== drm_test_get_tv_mode_from_name_valid ===========
[12:42:38] [PASSED] NTSC
[12:42:38] [PASSED] NTSC-443
[12:42:38] [PASSED] NTSC-J
[12:42:38] [PASSED] PAL
[12:42:38] [PASSED] PAL-M
[12:42:38] [PASSED] PAL-N
[12:42:38] [PASSED] SECAM
[12:42:38] [PASSED] Mono
[12:42:38] ====== [PASSED] drm_test_get_tv_mode_from_name_valid =======
[12:42:38] [PASSED] drm_test_get_tv_mode_from_name_truncated
[12:42:38] ============ [PASSED] drm_get_tv_mode_from_name ============
[12:42:38] = drm_test_connector_hdmi_compute_mode_clock (12 subtests) =
[12:42:38] [PASSED] drm_test_drm_hdmi_compute_mode_clock_rgb
[12:42:38] [PASSED] drm_test_drm_hdmi_compute_mode_clock_rgb_10bpc
[12:42:38] [PASSED] drm_test_drm_hdmi_compute_mode_clock_rgb_10bpc_vic_1
[12:42:38] [PASSED] drm_test_drm_hdmi_compute_mode_clock_rgb_12bpc
[12:42:38] [PASSED] drm_test_drm_hdmi_compute_mode_clock_rgb_12bpc_vic_1
[12:42:38] [PASSED] drm_test_drm_hdmi_compute_mode_clock_rgb_double
[12:42:38] = drm_test_connector_hdmi_compute_mode_clock_yuv420_valid =
[12:42:38] [PASSED] VIC 96
[12:42:38] [PASSED] VIC 97
[12:42:38] [PASSED] VIC 101
[12:42:38] [PASSED] VIC 102
[12:42:38] [PASSED] VIC 106
[12:42:38] [PASSED] VIC 107
[12:42:38] === [PASSED] drm_test_connector_hdmi_compute_mode_clock_yuv420_valid ===
[12:42:38] [PASSED] drm_test_connector_hdmi_compute_mode_clock_yuv420_10_bpc
[12:42:38] [PASSED] drm_test_connector_hdmi_compute_mode_clock_yuv420_12_bpc
[12:42:38] [PASSED] drm_test_connector_hdmi_compute_mode_clock_yuv422_8_bpc
[12:42:38] [PASSED] drm_test_connector_hdmi_compute_mode_clock_yuv422_10_bpc
[12:42:38] [PASSED] drm_test_connector_hdmi_compute_mode_clock_yuv422_12_bpc
[12:42:38] === [PASSED] drm_test_connector_hdmi_compute_mode_clock ====
[12:42:38] == drm_hdmi_connector_get_broadcast_rgb_name (2 subtests) ==
[12:42:38] === drm_test_drm_hdmi_connector_get_broadcast_rgb_name ====
[12:42:38] [PASSED] Automatic
[12:42:38] [PASSED] Full
[12:42:38] [PASSED] Limited 16:235
[12:42:38] === [PASSED] drm_test_drm_hdmi_connector_get_broadcast_rgb_name ===
[12:42:38] [PASSED] drm_test_drm_hdmi_connector_get_broadcast_rgb_name_invalid
[12:42:38] ==== [PASSED] drm_hdmi_connector_get_broadcast_rgb_name ====
[12:42:38] == drm_hdmi_connector_get_output_format_name (2 subtests) ==
[12:42:38] === drm_test_drm_hdmi_connector_get_output_format_name ====
[12:42:38] [PASSED] RGB
[12:42:38] [PASSED] YUV 4:2:0
[12:42:38] [PASSED] YUV 4:2:2
[12:42:38] [PASSED] YUV 4:4:4
[12:42:38] === [PASSED] drm_test_drm_hdmi_connector_get_output_format_name ===
[12:42:38] [PASSED] drm_test_drm_hdmi_connector_get_output_format_name_invalid
[12:42:38] ==== [PASSED] drm_hdmi_connector_get_output_format_name ====
[12:42:38] ============= drm_damage_helper (21 subtests) ==============
[12:42:38] [PASSED] drm_test_damage_iter_no_damage
[12:42:38] [PASSED] drm_test_damage_iter_no_damage_fractional_src
[12:42:38] [PASSED] drm_test_damage_iter_no_damage_src_moved
[12:42:38] [PASSED] drm_test_damage_iter_no_damage_fractional_src_moved
[12:42:38] [PASSED] drm_test_damage_iter_no_damage_not_visible
[12:42:38] [PASSED] drm_test_damage_iter_no_damage_no_crtc
[12:42:38] [PASSED] drm_test_damage_iter_no_damage_no_fb
[12:42:38] [PASSED] drm_test_damage_iter_simple_damage
[12:42:38] [PASSED] drm_test_damage_iter_single_damage
[12:42:38] [PASSED] drm_test_damage_iter_single_damage_intersect_src
[12:42:38] [PASSED] drm_test_damage_iter_single_damage_outside_src
[12:42:38] [PASSED] drm_test_damage_iter_single_damage_fractional_src
[12:42:38] [PASSED] drm_test_damage_iter_single_damage_intersect_fractional_src
[12:42:38] [PASSED] drm_test_damage_iter_single_damage_outside_fractional_src
[12:42:38] [PASSED] drm_test_damage_iter_single_damage_src_moved
[12:42:38] [PASSED] drm_test_damage_iter_single_damage_fractional_src_moved
[12:42:38] [PASSED] drm_test_damage_iter_damage
[12:42:38] [PASSED] drm_test_damage_iter_damage_one_intersect
[12:42:38] [PASSED] drm_test_damage_iter_damage_one_outside
[12:42:38] [PASSED] drm_test_damage_iter_damage_src_moved
[12:42:38] [PASSED] drm_test_damage_iter_damage_not_visible
[12:42:38] ================ [PASSED] drm_damage_helper ================
[12:42:38] ============== drm_dp_mst_helper (3 subtests) ==============
[12:42:38] ============== drm_test_dp_mst_calc_pbn_mode ==============
[12:42:38] [PASSED] Clock 154000 BPP 30 DSC disabled
[12:42:38] [PASSED] Clock 234000 BPP 30 DSC disabled
[12:42:38] [PASSED] Clock 297000 BPP 24 DSC disabled
[12:42:38] [PASSED] Clock 332880 BPP 24 DSC enabled
[12:42:38] [PASSED] Clock 324540 BPP 24 DSC enabled
[12:42:38] ========== [PASSED] drm_test_dp_mst_calc_pbn_mode ==========
[12:42:38] ============== drm_test_dp_mst_calc_pbn_div ===============
[12:42:38] [PASSED] Link rate 2000000 lane count 4
[12:42:38] [PASSED] Link rate 2000000 lane count 2
[12:42:38] [PASSED] Link rate 2000000 lane count 1
[12:42:38] [PASSED] Link rate 1350000 lane count 4
[12:42:38] [PASSED] Link rate 1350000 lane count 2
[12:42:38] [PASSED] Link rate 1350000 lane count 1
[12:42:38] [PASSED] Link rate 1000000 lane count 4
[12:42:38] [PASSED] Link rate 1000000 lane count 2
[12:42:38] [PASSED] Link rate 1000000 lane count 1
[12:42:38] [PASSED] Link rate 810000 lane count 4
[12:42:38] [PASSED] Link rate 810000 lane count 2
[12:42:38] [PASSED] Link rate 810000 lane count 1
[12:42:38] [PASSED] Link rate 540000 lane count 4
[12:42:38] [PASSED] Link rate 540000 lane count 2
[12:42:38] [PASSED] Link rate 540000 lane count 1
[12:42:38] [PASSED] Link rate 270000 lane count 4
[12:42:38] [PASSED] Link rate 270000 lane count 2
[12:42:38] [PASSED] Link rate 270000 lane count 1
[12:42:38] [PASSED] Link rate 162000 lane count 4
[12:42:38] [PASSED] Link rate 162000 lane count 2
[12:42:38] [PASSED] Link rate 162000 lane count 1
[12:42:38] ========== [PASSED] drm_test_dp_mst_calc_pbn_div ===========
[12:42:38] ========= drm_test_dp_mst_sideband_msg_req_decode =========
[12:42:38] [PASSED] DP_ENUM_PATH_RESOURCES with port number
[12:42:38] [PASSED] DP_POWER_UP_PHY with port number
[12:42:38] [PASSED] DP_POWER_DOWN_PHY with port number
[12:42:38] [PASSED] DP_ALLOCATE_PAYLOAD with SDP stream sinks
[12:42:38] [PASSED] DP_ALLOCATE_PAYLOAD with port number
[12:42:38] [PASSED] DP_ALLOCATE_PAYLOAD with VCPI
[12:42:38] [PASSED] DP_ALLOCATE_PAYLOAD with PBN
[12:42:38] [PASSED] DP_QUERY_PAYLOAD with port number
[12:42:38] [PASSED] DP_QUERY_PAYLOAD with VCPI
[12:42:38] [PASSED] DP_REMOTE_DPCD_READ with port number
[12:42:38] [PASSED] DP_REMOTE_DPCD_READ with DPCD address
[12:42:38] [PASSED] DP_REMOTE_DPCD_READ with max number of bytes
[12:42:38] [PASSED] DP_REMOTE_DPCD_WRITE with port number
[12:42:38] [PASSED] DP_REMOTE_DPCD_WRITE with DPCD address
[12:42:38] [PASSED] DP_REMOTE_DPCD_WRITE with data array
[12:42:38] [PASSED] DP_REMOTE_I2C_READ with port number
[12:42:38] [PASSED] DP_REMOTE_I2C_READ with I2C device ID
[12:42:38] [PASSED] DP_REMOTE_I2C_READ with transactions array
[12:42:38] [PASSED] DP_REMOTE_I2C_WRITE with port number
[12:42:38] [PASSED] DP_REMOTE_I2C_WRITE with I2C device ID
[12:42:38] [PASSED] DP_REMOTE_I2C_WRITE with data array
[12:42:38] [PASSED] DP_QUERY_STREAM_ENC_STATUS with stream ID
[12:42:38] [PASSED] DP_QUERY_STREAM_ENC_STATUS with client ID
[12:42:38] [PASSED] DP_QUERY_STREAM_ENC_STATUS with stream event
[12:42:38] [PASSED] DP_QUERY_STREAM_ENC_STATUS with valid stream event
[12:42:38] [PASSED] DP_QUERY_STREAM_ENC_STATUS with stream behavior
[12:42:38] [PASSED] DP_QUERY_STREAM_ENC_STATUS with a valid stream behavior
[12:42:38] ===== [PASSED] drm_test_dp_mst_sideband_msg_req_decode =====
[12:42:38] ================ [PASSED] drm_dp_mst_helper ================
[12:42:38] ================== drm_exec (7 subtests) ===================
[12:42:38] [PASSED] sanitycheck
[12:42:38] [PASSED] test_lock
[12:42:38] [PASSED] test_lock_unlock
[12:42:38] [PASSED] test_duplicates
[12:42:38] [PASSED] test_prepare
[12:42:38] [PASSED] test_prepare_array
[12:42:38] [PASSED] test_multiple_loops
[12:42:38] ==================== [PASSED] drm_exec =====================
[12:42:38] =========== drm_format_helper_test (17 subtests) ===========
[12:42:38] ============== drm_test_fb_xrgb8888_to_gray8 ==============
[12:42:38] [PASSED] single_pixel_source_buffer
[12:42:38] [PASSED] single_pixel_clip_rectangle
[12:42:38] [PASSED] well_known_colors
[12:42:38] [PASSED] destination_pitch
[12:42:38] ========== [PASSED] drm_test_fb_xrgb8888_to_gray8 ==========
[12:42:38] ============= drm_test_fb_xrgb8888_to_rgb332 ==============
[12:42:38] [PASSED] single_pixel_source_buffer
[12:42:38] [PASSED] single_pixel_clip_rectangle
[12:42:38] [PASSED] well_known_colors
[12:42:38] [PASSED] destination_pitch
[12:42:38] ========= [PASSED] drm_test_fb_xrgb8888_to_rgb332 ==========
[12:42:38] ============= drm_test_fb_xrgb8888_to_rgb565 ==============
[12:42:38] [PASSED] single_pixel_source_buffer
[12:42:38] [PASSED] single_pixel_clip_rectangle
[12:42:38] [PASSED] well_known_colors
[12:42:38] [PASSED] destination_pitch
[12:42:38] ========= [PASSED] drm_test_fb_xrgb8888_to_rgb565 ==========
[12:42:38] ============ drm_test_fb_xrgb8888_to_xrgb1555 =============
[12:42:38] [PASSED] single_pixel_source_buffer
[12:42:38] [PASSED] single_pixel_clip_rectangle
[12:42:38] [PASSED] well_known_colors
[12:42:38] [PASSED] destination_pitch
[12:42:38] ======== [PASSED] drm_test_fb_xrgb8888_to_xrgb1555 =========
[12:42:38] ============ drm_test_fb_xrgb8888_to_argb1555 =============
[12:42:38] [PASSED] single_pixel_source_buffer
[12:42:38] [PASSED] single_pixel_clip_rectangle
[12:42:38] [PASSED] well_known_colors
[12:42:38] [PASSED] destination_pitch
[12:42:38] ======== [PASSED] drm_test_fb_xrgb8888_to_argb1555 =========
[12:42:38] ============ drm_test_fb_xrgb8888_to_rgba5551 =============
[12:42:38] [PASSED] single_pixel_source_buffer
[12:42:38] [PASSED] single_pixel_clip_rectangle
[12:42:38] [PASSED] well_known_colors
[12:42:38] [PASSED] destination_pitch
[12:42:38] ======== [PASSED] drm_test_fb_xrgb8888_to_rgba5551 =========
[12:42:38] ============= drm_test_fb_xrgb8888_to_rgb888 ==============
[12:42:38] [PASSED] single_pixel_source_buffer
[12:42:38] [PASSED] single_pixel_clip_rectangle
[12:42:38] [PASSED] well_known_colors
[12:42:38] [PASSED] destination_pitch
[12:42:38] ========= [PASSED] drm_test_fb_xrgb8888_to_rgb888 ==========
[12:42:38] ============= drm_test_fb_xrgb8888_to_bgr888 ==============
[12:42:38] [PASSED] single_pixel_source_buffer
[12:42:38] [PASSED] single_pixel_clip_rectangle
[12:42:38] [PASSED] well_known_colors
[12:42:38] [PASSED] destination_pitch
[12:42:38] ========= [PASSED] drm_test_fb_xrgb8888_to_bgr888 ==========
[12:42:38] ============ drm_test_fb_xrgb8888_to_argb8888 =============
[12:42:38] [PASSED] single_pixel_source_buffer
[12:42:38] [PASSED] single_pixel_clip_rectangle
[12:42:38] [PASSED] well_known_colors
[12:42:38] [PASSED] destination_pitch
[12:42:38] ======== [PASSED] drm_test_fb_xrgb8888_to_argb8888 =========
[12:42:38] =========== drm_test_fb_xrgb8888_to_xrgb2101010 ===========
[12:42:38] [PASSED] single_pixel_source_buffer
[12:42:38] [PASSED] single_pixel_clip_rectangle
[12:42:38] [PASSED] well_known_colors
[12:42:38] [PASSED] destination_pitch
[12:42:38] ======= [PASSED] drm_test_fb_xrgb8888_to_xrgb2101010 =======
[12:42:38] =========== drm_test_fb_xrgb8888_to_argb2101010 ===========
[12:42:38] [PASSED] single_pixel_source_buffer
[12:42:38] [PASSED] single_pixel_clip_rectangle
[12:42:38] [PASSED] well_known_colors
[12:42:38] [PASSED] destination_pitch
[12:42:38] ======= [PASSED] drm_test_fb_xrgb8888_to_argb2101010 =======
[12:42:38] ============== drm_test_fb_xrgb8888_to_mono ===============
[12:42:38] [PASSED] single_pixel_source_buffer
[12:42:38] [PASSED] single_pixel_clip_rectangle
[12:42:38] [PASSED] well_known_colors
[12:42:38] [PASSED] destination_pitch
[12:42:38] ========== [PASSED] drm_test_fb_xrgb8888_to_mono ===========
[12:42:38] ==================== drm_test_fb_swab =====================
[12:42:38] [PASSED] single_pixel_source_buffer
[12:42:38] [PASSED] single_pixel_clip_rectangle
[12:42:38] [PASSED] well_known_colors
[12:42:38] [PASSED] destination_pitch
[12:42:38] ================ [PASSED] drm_test_fb_swab =================
[12:42:38] ============ drm_test_fb_xrgb8888_to_xbgr8888 =============
[12:42:38] [PASSED] single_pixel_source_buffer
[12:42:38] [PASSED] single_pixel_clip_rectangle
[12:42:38] [PASSED] well_known_colors
[12:42:38] [PASSED] destination_pitch
[12:42:38] ======== [PASSED] drm_test_fb_xrgb8888_to_xbgr8888 =========
[12:42:38] ============ drm_test_fb_xrgb8888_to_abgr8888 =============
[12:42:38] [PASSED] single_pixel_source_buffer
[12:42:38] [PASSED] single_pixel_clip_rectangle
[12:42:38] [PASSED] well_known_colors
[12:42:38] [PASSED] destination_pitch
[12:42:38] ======== [PASSED] drm_test_fb_xrgb8888_to_abgr8888 =========
[12:42:38] ================= drm_test_fb_clip_offset =================
[12:42:38] [PASSED] pass through
[12:42:38] [PASSED] horizontal offset
[12:42:38] [PASSED] vertical offset
[12:42:38] [PASSED] horizontal and vertical offset
[12:42:38] [PASSED] horizontal offset (custom pitch)
[12:42:38] [PASSED] vertical offset (custom pitch)
[12:42:38] [PASSED] horizontal and vertical offset (custom pitch)
[12:42:38] ============= [PASSED] drm_test_fb_clip_offset =============
[12:42:38] =================== drm_test_fb_memcpy ====================
[12:42:38] [PASSED] single_pixel_source_buffer: XR24 little-endian (0x34325258)
[12:42:38] [PASSED] single_pixel_source_buffer: XRA8 little-endian (0x38415258)
[12:42:38] [PASSED] single_pixel_source_buffer: YU24 little-endian (0x34325559)
[12:42:38] [PASSED] single_pixel_clip_rectangle: XB24 little-endian (0x34324258)
[12:42:38] [PASSED] single_pixel_clip_rectangle: XRA8 little-endian (0x38415258)
[12:42:38] [PASSED] single_pixel_clip_rectangle: YU24 little-endian (0x34325559)
[12:42:38] [PASSED] well_known_colors: XB24 little-endian (0x34324258)
[12:42:38] [PASSED] well_known_colors: XRA8 little-endian (0x38415258)
[12:42:38] [PASSED] well_known_colors: YU24 little-endian (0x34325559)
[12:42:38] [PASSED] destination_pitch: XB24 little-endian (0x34324258)
[12:42:38] [PASSED] destination_pitch: XRA8 little-endian (0x38415258)
[12:42:38] [PASSED] destination_pitch: YU24 little-endian (0x34325559)
[12:42:38] =============== [PASSED] drm_test_fb_memcpy ================
[12:42:38] ============= [PASSED] drm_format_helper_test ==============
[12:42:38] ================= drm_format (18 subtests) =================
[12:42:38] [PASSED] drm_test_format_block_width_invalid
[12:42:38] [PASSED] drm_test_format_block_width_one_plane
[12:42:38] [PASSED] drm_test_format_block_width_two_plane
[12:42:38] [PASSED] drm_test_format_block_width_three_plane
[12:42:38] [PASSED] drm_test_format_block_width_tiled
[12:42:38] [PASSED] drm_test_format_block_height_invalid
[12:42:38] [PASSED] drm_test_format_block_height_one_plane
[12:42:38] [PASSED] drm_test_format_block_height_two_plane
[12:42:38] [PASSED] drm_test_format_block_height_three_plane
[12:42:38] [PASSED] drm_test_format_block_height_tiled
[12:42:38] [PASSED] drm_test_format_min_pitch_invalid
[12:42:38] [PASSED] drm_test_format_min_pitch_one_plane_8bpp
[12:42:38] [PASSED] drm_test_format_min_pitch_one_plane_16bpp
[12:42:38] [PASSED] drm_test_format_min_pitch_one_plane_24bpp
[12:42:38] [PASSED] drm_test_format_min_pitch_one_plane_32bpp
[12:42:38] [PASSED] drm_test_format_min_pitch_two_plane
[12:42:38] [PASSED] drm_test_format_min_pitch_three_plane_8bpp
[12:42:38] [PASSED] drm_test_format_min_pitch_tiled
[12:42:38] =================== [PASSED] drm_format ====================
[12:42:38] ============== drm_framebuffer (10 subtests) ===============
[12:42:38] ========== drm_test_framebuffer_check_src_coords ==========
[12:42:38] [PASSED] Success: source fits into fb
[12:42:38] [PASSED] Fail: overflowing fb with x-axis coordinate
[12:42:38] [PASSED] Fail: overflowing fb with y-axis coordinate
[12:42:38] [PASSED] Fail: overflowing fb with source width
[12:42:38] [PASSED] Fail: overflowing fb with source height
[12:42:38] ====== [PASSED] drm_test_framebuffer_check_src_coords ======
[12:42:38] [PASSED] drm_test_framebuffer_cleanup
[12:42:38] =============== drm_test_framebuffer_create ===============
[12:42:38] [PASSED] ABGR8888 normal sizes
[12:42:38] [PASSED] ABGR8888 max sizes
[12:42:38] [PASSED] ABGR8888 pitch greater than min required
[12:42:38] [PASSED] ABGR8888 pitch less than min required
[12:42:38] [PASSED] ABGR8888 Invalid width
[12:42:38] [PASSED] ABGR8888 Invalid buffer handle
[12:42:38] [PASSED] No pixel format
[12:42:38] [PASSED] ABGR8888 Width 0
[12:42:38] [PASSED] ABGR8888 Height 0
[12:42:38] [PASSED] ABGR8888 Out of bound height * pitch combination
[12:42:38] [PASSED] ABGR8888 Large buffer offset
[12:42:38] [PASSED] ABGR8888 Buffer offset for inexistent plane
[12:42:38] [PASSED] ABGR8888 Invalid flag
[12:42:38] [PASSED] ABGR8888 Set DRM_MODE_FB_MODIFIERS without modifiers
[12:42:38] [PASSED] ABGR8888 Valid buffer modifier
[12:42:38] [PASSED] ABGR8888 Invalid buffer modifier(DRM_FORMAT_MOD_SAMSUNG_64_32_TILE)
[12:42:38] [PASSED] ABGR8888 Extra pitches without DRM_MODE_FB_MODIFIERS
[12:42:38] [PASSED] ABGR8888 Extra pitches with DRM_MODE_FB_MODIFIERS
[12:42:38] [PASSED] NV12 Normal sizes
[12:42:38] [PASSED] NV12 Max sizes
[12:42:38] [PASSED] NV12 Invalid pitch
[12:42:38] [PASSED] NV12 Invalid modifier/missing DRM_MODE_FB_MODIFIERS flag
[12:42:38] [PASSED] NV12 different modifier per-plane
[12:42:38] [PASSED] NV12 with DRM_FORMAT_MOD_SAMSUNG_64_32_TILE
[12:42:38] [PASSED] NV12 Valid modifiers without DRM_MODE_FB_MODIFIERS
[12:42:38] [PASSED] NV12 Modifier for inexistent plane
[12:42:38] [PASSED] NV12 Handle for inexistent plane
[12:42:38] [PASSED] NV12 Handle for inexistent plane without DRM_MODE_FB_MODIFIERS
[12:42:38] [PASSED] YVU420 DRM_MODE_FB_MODIFIERS set without modifier
[12:42:38] [PASSED] YVU420 Normal sizes
[12:42:38] [PASSED] YVU420 Max sizes
[12:42:38] [PASSED] YVU420 Invalid pitch
[12:42:38] [PASSED] YVU420 Different pitches
[12:42:38] [PASSED] YVU420 Different buffer offsets/pitches
[12:42:38] [PASSED] YVU420 Modifier set just for plane 0, without DRM_MODE_FB_MODIFIERS
[12:42:38] [PASSED] YVU420 Modifier set just for planes 0, 1, without DRM_MODE_FB_MODIFIERS
[12:42:38] [PASSED] YVU420 Modifier set just for plane 0, 1, with DRM_MODE_FB_MODIFIERS
[12:42:38] [PASSED] YVU420 Valid modifier
[12:42:38] [PASSED] YVU420 Different modifiers per plane
[12:42:38] [PASSED] YVU420 Modifier for inexistent plane
[12:42:38] [PASSED] YUV420_10BIT Invalid modifier(DRM_FORMAT_MOD_LINEAR)
[12:42:38] [PASSED] X0L2 Normal sizes
[12:42:38] [PASSED] X0L2 Max sizes
[12:42:38] [PASSED] X0L2 Invalid pitch
[12:42:38] [PASSED] X0L2 Pitch greater than minimum required
[12:42:38] [PASSED] X0L2 Handle for inexistent plane
[12:42:38] [PASSED] X0L2 Offset for inexistent plane, without DRM_MODE_FB_MODIFIERS set
[12:42:38] [PASSED] X0L2 Modifier without DRM_MODE_FB_MODIFIERS set
[12:42:38] [PASSED] X0L2 Valid modifier
[12:42:38] [PASSED] X0L2 Modifier for inexistent plane
[12:42:38] =========== [PASSED] drm_test_framebuffer_create ===========
[12:42:38] [PASSED] drm_test_framebuffer_free
[12:42:38] [PASSED] drm_test_framebuffer_init
[12:42:38] [PASSED] drm_test_framebuffer_init_bad_format
[12:42:38] [PASSED] drm_test_framebuffer_init_dev_mismatch
[12:42:38] [PASSED] drm_test_framebuffer_lookup
[12:42:38] [PASSED] drm_test_framebuffer_lookup_inexistent
[12:42:38] [PASSED] drm_test_framebuffer_modifiers_not_supported
[12:42:38] ================= [PASSED] drm_framebuffer =================
[12:42:38] ================ drm_gem_shmem (8 subtests) ================
[12:42:38] [PASSED] drm_gem_shmem_test_obj_create
[12:42:38] [PASSED] drm_gem_shmem_test_obj_create_private
[12:42:38] [PASSED] drm_gem_shmem_test_pin_pages
[12:42:38] [PASSED] drm_gem_shmem_test_vmap
[12:42:38] [PASSED] drm_gem_shmem_test_get_sg_table
[12:42:38] [PASSED] drm_gem_shmem_test_get_pages_sgt
[12:42:38] [PASSED] drm_gem_shmem_test_madvise
[12:42:38] [PASSED] drm_gem_shmem_test_purge
[12:42:38] ================== [PASSED] drm_gem_shmem ==================
[12:42:38] === drm_atomic_helper_connector_hdmi_check (27 subtests) ===
[12:42:38] [PASSED] drm_test_check_broadcast_rgb_auto_cea_mode
[12:42:38] [PASSED] drm_test_check_broadcast_rgb_auto_cea_mode_vic_1
[12:42:38] [PASSED] drm_test_check_broadcast_rgb_full_cea_mode
[12:42:38] [PASSED] drm_test_check_broadcast_rgb_full_cea_mode_vic_1
[12:42:38] [PASSED] drm_test_check_broadcast_rgb_limited_cea_mode
[12:42:38] [PASSED] drm_test_check_broadcast_rgb_limited_cea_mode_vic_1
[12:42:38] ====== drm_test_check_broadcast_rgb_cea_mode_yuv420 =======
[12:42:38] [PASSED] Automatic
[12:42:38] [PASSED] Full
[12:42:38] [PASSED] Limited 16:235
[12:42:38] == [PASSED] drm_test_check_broadcast_rgb_cea_mode_yuv420 ===
[12:42:38] [PASSED] drm_test_check_broadcast_rgb_crtc_mode_changed
[12:42:38] [PASSED] drm_test_check_broadcast_rgb_crtc_mode_not_changed
[12:42:38] [PASSED] drm_test_check_disable_connector
[12:42:38] [PASSED] drm_test_check_hdmi_funcs_reject_rate
[12:42:38] [PASSED] drm_test_check_max_tmds_rate_bpc_fallback_rgb
[12:42:38] [PASSED] drm_test_check_max_tmds_rate_bpc_fallback_yuv420
[12:42:38] [PASSED] drm_test_check_max_tmds_rate_bpc_fallback_ignore_yuv422
[12:42:38] [PASSED] drm_test_check_max_tmds_rate_bpc_fallback_ignore_yuv420
[12:42:38] [PASSED] drm_test_check_driver_unsupported_fallback_yuv420
[12:42:38] [PASSED] drm_test_check_output_bpc_crtc_mode_changed
[12:42:38] [PASSED] drm_test_check_output_bpc_crtc_mode_not_changed
[12:42:38] [PASSED] drm_test_check_output_bpc_dvi
[12:42:38] [PASSED] drm_test_check_output_bpc_format_vic_1
[12:42:38] [PASSED] drm_test_check_output_bpc_format_display_8bpc_only
[12:42:38] [PASSED] drm_test_check_output_bpc_format_display_rgb_only
[12:42:38] [PASSED] drm_test_check_output_bpc_format_driver_8bpc_only
[12:42:38] [PASSED] drm_test_check_output_bpc_format_driver_rgb_only
[12:42:38] [PASSED] drm_test_check_tmds_char_rate_rgb_8bpc
[12:42:38] [PASSED] drm_test_check_tmds_char_rate_rgb_10bpc
[12:42:38] [PASSED] drm_test_check_tmds_char_rate_rgb_12bpc
[12:42:38] ===== [PASSED] drm_atomic_helper_connector_hdmi_check ======
[12:42:38] === drm_atomic_helper_connector_hdmi_reset (6 subtests) ====
[12:42:38] [PASSED] drm_test_check_broadcast_rgb_value
[12:42:38] [PASSED] drm_test_check_bpc_8_value
[12:42:38] [PASSED] drm_test_check_bpc_10_value
[12:42:38] [PASSED] drm_test_check_bpc_12_value
[12:42:38] [PASSED] drm_test_check_format_value
[12:42:38] [PASSED] drm_test_check_tmds_char_value
[12:42:38] ===== [PASSED] drm_atomic_helper_connector_hdmi_reset ======
[12:42:38] = drm_atomic_helper_connector_hdmi_mode_valid (4 subtests) =
[12:42:38] [PASSED] drm_test_check_mode_valid
[12:42:38] [PASSED] drm_test_check_mode_valid_reject
[12:42:38] [PASSED] drm_test_check_mode_valid_reject_rate
[12:42:38] [PASSED] drm_test_check_mode_valid_reject_max_clock
[12:42:38] === [PASSED] drm_atomic_helper_connector_hdmi_mode_valid ===
[12:42:38] = drm_atomic_helper_connector_hdmi_infoframes (5 subtests) =
[12:42:38] [PASSED] drm_test_check_infoframes
[12:42:38] [PASSED] drm_test_check_reject_avi_infoframe
[12:42:38] [PASSED] drm_test_check_reject_hdr_infoframe_bpc_8
[12:42:38] [PASSED] drm_test_check_reject_hdr_infoframe_bpc_10
[12:42:38] [PASSED] drm_test_check_reject_audio_infoframe
[12:42:38] === [PASSED] drm_atomic_helper_connector_hdmi_infoframes ===
[12:42:38] ================= drm_managed (2 subtests) =================
[12:42:38] [PASSED] drm_test_managed_release_action
[12:42:38] [PASSED] drm_test_managed_run_action
[12:42:38] =================== [PASSED] drm_managed ===================
[12:42:38] =================== drm_mm (6 subtests) ====================
[12:42:38] [PASSED] drm_test_mm_init
[12:42:38] [PASSED] drm_test_mm_debug
[12:42:38] [PASSED] drm_test_mm_align32
[12:42:38] [PASSED] drm_test_mm_align64
[12:42:38] [PASSED] drm_test_mm_lowest
[12:42:38] [PASSED] drm_test_mm_highest
[12:42:38] ===================== [PASSED] drm_mm ======================
[12:42:38] ============= drm_modes_analog_tv (5 subtests) =============
[12:42:38] [PASSED] drm_test_modes_analog_tv_mono_576i
[12:42:38] [PASSED] drm_test_modes_analog_tv_ntsc_480i
[12:42:38] [PASSED] drm_test_modes_analog_tv_ntsc_480i_inlined
[12:42:38] [PASSED] drm_test_modes_analog_tv_pal_576i
[12:42:38] [PASSED] drm_test_modes_analog_tv_pal_576i_inlined
[12:42:38] =============== [PASSED] drm_modes_analog_tv ===============
[12:42:38] ============== drm_plane_helper (2 subtests) ===============
[12:42:38] =============== drm_test_check_plane_state ================
[12:42:38] [PASSED] clipping_simple
[12:42:38] [PASSED] clipping_rotate_reflect
[12:42:38] [PASSED] positioning_simple
[12:42:38] [PASSED] upscaling
[12:42:38] [PASSED] downscaling
[12:42:38] [PASSED] rounding1
[12:42:38] [PASSED] rounding2
[12:42:38] [PASSED] rounding3
[12:42:38] [PASSED] rounding4
[12:42:38] =========== [PASSED] drm_test_check_plane_state ============
[12:42:38] =========== drm_test_check_invalid_plane_state ============
[12:42:38] [PASSED] positioning_invalid
[12:42:38] [PASSED] upscaling_invalid
[12:42:38] [PASSED] downscaling_invalid
[12:42:38] ======= [PASSED] drm_test_check_invalid_plane_state ========
[12:42:38] ================ [PASSED] drm_plane_helper =================
[12:42:38] ====== drm_connector_helper_tv_get_modes (1 subtest) =======
[12:42:38] ====== drm_test_connector_helper_tv_get_modes_check =======
[12:42:38] [PASSED] None
[12:42:38] [PASSED] PAL
[12:42:38] [PASSED] NTSC
[12:42:38] [PASSED] Both, NTSC Default
[12:42:38] [PASSED] Both, PAL Default
[12:42:38] [PASSED] Both, NTSC Default, with PAL on command-line
[12:42:38] [PASSED] Both, PAL Default, with NTSC on command-line
[12:42:38] == [PASSED] drm_test_connector_helper_tv_get_modes_check ===
[12:42:38] ======== [PASSED] drm_connector_helper_tv_get_modes ========
[12:42:38] ================== drm_rect (9 subtests) ===================
[12:42:38] [PASSED] drm_test_rect_clip_scaled_div_by_zero
[12:42:38] [PASSED] drm_test_rect_clip_scaled_not_clipped
[12:42:38] [PASSED] drm_test_rect_clip_scaled_clipped
[12:42:38] [PASSED] drm_test_rect_clip_scaled_signed_vs_unsigned
[12:42:38] ================= drm_test_rect_intersect =================
[12:42:38] [PASSED] top-left x bottom-right: 2x2+1+1 x 2x2+0+0
[12:42:38] [PASSED] top-right x bottom-left: 2x2+0+0 x 2x2+1-1
[12:42:38] [PASSED] bottom-left x top-right: 2x2+1-1 x 2x2+0+0
[12:42:38] [PASSED] bottom-right x top-left: 2x2+0+0 x 2x2+1+1
[12:42:38] [PASSED] right x left: 2x1+0+0 x 3x1+1+0
[12:42:38] [PASSED] left x right: 3x1+1+0 x 2x1+0+0
[12:42:38] [PASSED] up x bottom: 1x2+0+0 x 1x3+0-1
[12:42:38] [PASSED] bottom x up: 1x3+0-1 x 1x2+0+0
[12:42:38] [PASSED] touching corner: 1x1+0+0 x 2x2+1+1
[12:42:38] [PASSED] touching side: 1x1+0+0 x 1x1+1+0
[12:42:38] [PASSED] equal rects: 2x2+0+0 x 2x2+0+0
[12:42:38] [PASSED] inside another: 2x2+0+0 x 1x1+1+1
[12:42:38] [PASSED] far away: 1x1+0+0 x 1x1+3+6
[12:42:38] [PASSED] points intersecting: 0x0+5+10 x 0x0+5+10
[12:42:38] [PASSED] points not intersecting: 0x0+0+0 x 0x0+5+10
[12:42:38] ============= [PASSED] drm_test_rect_intersect =============
[12:42:38] ================ drm_test_rect_calc_hscale ================
[12:42:38] [PASSED] normal use
[12:42:38] [PASSED] out of max range
[12:42:38] [PASSED] out of min range
[12:42:38] [PASSED] zero dst
[12:42:38] [PASSED] negative src
[12:42:38] [PASSED] negative dst
[12:42:38] ============ [PASSED] drm_test_rect_calc_hscale ============
[12:42:38] ================ drm_test_rect_calc_vscale ================
[12:42:38] [PASSED] normal use
[12:42:38] [PASSED] out of max range
[12:42:38] [PASSED] out of min range
[12:42:38] [PASSED] zero dst
[12:42:38] [PASSED] negative src
[12:42:38] [PASSED] negative dst
stty: 'standard input': Inappropriate ioctl for device
[12:42:38] ============ [PASSED] drm_test_rect_calc_vscale ============
[12:42:38] ================== drm_test_rect_rotate ===================
[12:42:38] [PASSED] reflect-x
[12:42:38] [PASSED] reflect-y
[12:42:38] [PASSED] rotate-0
[12:42:38] [PASSED] rotate-90
[12:42:38] [PASSED] rotate-180
[12:42:38] [PASSED] rotate-270
[12:42:38] ============== [PASSED] drm_test_rect_rotate ===============
[12:42:38] ================ drm_test_rect_rotate_inv =================
[12:42:38] [PASSED] reflect-x
[12:42:38] [PASSED] reflect-y
[12:42:38] [PASSED] rotate-0
[12:42:38] [PASSED] rotate-90
[12:42:38] [PASSED] rotate-180
[12:42:38] [PASSED] rotate-270
[12:42:38] ============ [PASSED] drm_test_rect_rotate_inv =============
[12:42:38] ==================== [PASSED] drm_rect =====================
[12:42:38] ============ drm_sysfb_modeset_test (1 subtest) ============
[12:42:38] ============ drm_test_sysfb_build_fourcc_list =============
[12:42:38] [PASSED] no native formats
[12:42:38] [PASSED] XRGB8888 as native format
[12:42:38] [PASSED] remove duplicates
[12:42:38] [PASSED] convert alpha formats
[12:42:38] [PASSED] random formats
[12:42:38] ======== [PASSED] drm_test_sysfb_build_fourcc_list =========
[12:42:38] ============= [PASSED] drm_sysfb_modeset_test ==============
[12:42:38] ================== drm_fixp (2 subtests) ===================
[12:42:38] [PASSED] drm_test_int2fixp
[12:42:38] [PASSED] drm_test_sm2fixp
[12:42:38] ==================== [PASSED] drm_fixp =====================
[12:42:38] ============================================================
[12:42:38] Testing complete. Ran 621 tests: passed: 621
[12:42:38] Elapsed time: 31.012s total, 1.669s configuring, 29.126s building, 0.171s running
+ /kernel/tools/testing/kunit/kunit.py run --kunitconfig /kernel/drivers/gpu/drm/ttm/tests/.kunitconfig
[12:42:38] Configuring KUnit Kernel ...
Regenerating .config ...
Populating config with:
$ make ARCH=um O=.kunit olddefconfig
[12:42:39] Building KUnit Kernel ...
Populating config with:
$ make ARCH=um O=.kunit olddefconfig
Building with:
$ make all compile_commands.json scripts_gdb ARCH=um O=.kunit --jobs=25
[12:42:49] Starting KUnit Kernel (1/1)...
[12:42:49] ============================================================
Running tests with:
$ .kunit/linux kunit.enable=1 mem=1G console=tty kunit_shutdown=halt
[12:42:49] ================= ttm_device (5 subtests) ==================
[12:42:49] [PASSED] ttm_device_init_basic
[12:42:49] [PASSED] ttm_device_init_multiple
[12:42:49] [PASSED] ttm_device_fini_basic
[12:42:49] [PASSED] ttm_device_init_no_vma_man
[12:42:49] ================== ttm_device_init_pools ==================
[12:42:49] [PASSED] No DMA allocations, no DMA32 required
[12:42:49] [PASSED] DMA allocations, DMA32 required
[12:42:49] [PASSED] No DMA allocations, DMA32 required
[12:42:49] [PASSED] DMA allocations, no DMA32 required
[12:42:49] ============== [PASSED] ttm_device_init_pools ==============
[12:42:49] =================== [PASSED] ttm_device ====================
[12:42:49] ================== ttm_pool (8 subtests) ===================
[12:42:49] ================== ttm_pool_alloc_basic ===================
[12:42:49] [PASSED] One page
[12:42:49] [PASSED] More than one page
[12:42:49] [PASSED] Above the allocation limit
[12:42:49] [PASSED] One page, with coherent DMA mappings enabled
[12:42:49] [PASSED] Above the allocation limit, with coherent DMA mappings enabled
[12:42:49] ============== [PASSED] ttm_pool_alloc_basic ===============
[12:42:49] ============== ttm_pool_alloc_basic_dma_addr ==============
[12:42:49] [PASSED] One page
[12:42:49] [PASSED] More than one page
[12:42:49] [PASSED] Above the allocation limit
[12:42:49] [PASSED] One page, with coherent DMA mappings enabled
[12:42:49] [PASSED] Above the allocation limit, with coherent DMA mappings enabled
[12:42:49] ========== [PASSED] ttm_pool_alloc_basic_dma_addr ==========
[12:42:49] [PASSED] ttm_pool_alloc_order_caching_match
[12:42:49] [PASSED] ttm_pool_alloc_caching_mismatch
[12:42:49] [PASSED] ttm_pool_alloc_order_mismatch
[12:42:49] [PASSED] ttm_pool_free_dma_alloc
[12:42:49] [PASSED] ttm_pool_free_no_dma_alloc
[12:42:49] [PASSED] ttm_pool_fini_basic
[12:42:49] ==================== [PASSED] ttm_pool =====================
[12:42:49] ================ ttm_resource (8 subtests) =================
[12:42:49] ================= ttm_resource_init_basic =================
[12:42:49] [PASSED] Init resource in TTM_PL_SYSTEM
[12:42:49] [PASSED] Init resource in TTM_PL_VRAM
[12:42:49] [PASSED] Init resource in a private placement
[12:42:49] [PASSED] Init resource in TTM_PL_SYSTEM, set placement flags
[12:42:49] ============= [PASSED] ttm_resource_init_basic =============
[12:42:49] [PASSED] ttm_resource_init_pinned
[12:42:49] [PASSED] ttm_resource_fini_basic
[12:42:49] [PASSED] ttm_resource_manager_init_basic
[12:42:49] [PASSED] ttm_resource_manager_usage_basic
[12:42:49] [PASSED] ttm_resource_manager_set_used_basic
[12:42:49] [PASSED] ttm_sys_man_alloc_basic
[12:42:49] [PASSED] ttm_sys_man_free_basic
[12:42:49] ================== [PASSED] ttm_resource ===================
[12:42:49] =================== ttm_tt (15 subtests) ===================
[12:42:49] ==================== ttm_tt_init_basic ====================
[12:42:49] [PASSED] Page-aligned size
[12:42:49] [PASSED] Extra pages requested
[12:42:49] ================ [PASSED] ttm_tt_init_basic ================
[12:42:49] [PASSED] ttm_tt_init_misaligned
[12:42:49] [PASSED] ttm_tt_fini_basic
[12:42:49] [PASSED] ttm_tt_fini_sg
[12:42:49] [PASSED] ttm_tt_fini_shmem
[12:42:49] [PASSED] ttm_tt_create_basic
[12:42:49] [PASSED] ttm_tt_create_invalid_bo_type
[12:42:49] [PASSED] ttm_tt_create_ttm_exists
[12:42:49] [PASSED] ttm_tt_create_failed
[12:42:49] [PASSED] ttm_tt_destroy_basic
[12:42:49] [PASSED] ttm_tt_populate_null_ttm
[12:42:49] [PASSED] ttm_tt_populate_populated_ttm
[12:42:49] [PASSED] ttm_tt_unpopulate_basic
[12:42:49] [PASSED] ttm_tt_unpopulate_empty_ttm
[12:42:49] [PASSED] ttm_tt_swapin_basic
[12:42:49] ===================== [PASSED] ttm_tt ======================
[12:42:49] =================== ttm_bo (14 subtests) ===================
[12:42:49] =========== ttm_bo_reserve_optimistic_no_ticket ===========
[12:42:49] [PASSED] Cannot be interrupted and sleeps
[12:42:49] [PASSED] Cannot be interrupted, locks straight away
[12:42:49] [PASSED] Can be interrupted, sleeps
[12:42:49] ======= [PASSED] ttm_bo_reserve_optimistic_no_ticket =======
[12:42:49] [PASSED] ttm_bo_reserve_locked_no_sleep
[12:42:49] [PASSED] ttm_bo_reserve_no_wait_ticket
[12:42:49] [PASSED] ttm_bo_reserve_double_resv
[12:42:49] [PASSED] ttm_bo_reserve_interrupted
[12:42:49] [PASSED] ttm_bo_reserve_deadlock
[12:42:49] [PASSED] ttm_bo_unreserve_basic
[12:42:49] [PASSED] ttm_bo_unreserve_pinned
[12:42:49] [PASSED] ttm_bo_unreserve_bulk
[12:42:49] [PASSED] ttm_bo_fini_basic
[12:42:49] [PASSED] ttm_bo_fini_shared_resv
[12:42:49] [PASSED] ttm_bo_pin_basic
[12:42:49] [PASSED] ttm_bo_pin_unpin_resource
[12:42:49] [PASSED] ttm_bo_multiple_pin_one_unpin
[12:42:49] ===================== [PASSED] ttm_bo ======================
[12:42:49] ============== ttm_bo_validate (22 subtests) ===============
[12:42:49] ============== ttm_bo_init_reserved_sys_man ===============
[12:42:49] [PASSED] Buffer object for userspace
[12:42:49] [PASSED] Kernel buffer object
[12:42:49] [PASSED] Shared buffer object
[12:42:49] ========== [PASSED] ttm_bo_init_reserved_sys_man ===========
[12:42:49] ============== ttm_bo_init_reserved_mock_man ==============
[12:42:49] [PASSED] Buffer object for userspace
[12:42:49] [PASSED] Kernel buffer object
[12:42:49] [PASSED] Shared buffer object
[12:42:49] ========== [PASSED] ttm_bo_init_reserved_mock_man ==========
[12:42:49] [PASSED] ttm_bo_init_reserved_resv
[12:42:49] ================== ttm_bo_validate_basic ==================
[12:42:49] [PASSED] Buffer object for userspace
[12:42:49] [PASSED] Kernel buffer object
[12:42:49] [PASSED] Shared buffer object
[12:42:49] ============== [PASSED] ttm_bo_validate_basic ==============
[12:42:49] [PASSED] ttm_bo_validate_invalid_placement
[12:42:49] ============= ttm_bo_validate_same_placement ==============
[12:42:49] [PASSED] System manager
[12:42:49] [PASSED] VRAM manager
[12:42:49] ========= [PASSED] ttm_bo_validate_same_placement ==========
[12:42:49] [PASSED] ttm_bo_validate_failed_alloc
[12:42:49] [PASSED] ttm_bo_validate_pinned
[12:42:49] [PASSED] ttm_bo_validate_busy_placement
[12:42:49] ================ ttm_bo_validate_multihop =================
[12:42:49] [PASSED] Buffer object for userspace
[12:42:49] [PASSED] Kernel buffer object
[12:42:49] [PASSED] Shared buffer object
[12:42:49] ============ [PASSED] ttm_bo_validate_multihop =============
[12:42:49] ========== ttm_bo_validate_no_placement_signaled ==========
[12:42:49] [PASSED] Buffer object in system domain, no page vector
[12:42:49] [PASSED] Buffer object in system domain with an existing page vector
[12:42:49] ====== [PASSED] ttm_bo_validate_no_placement_signaled ======
[12:42:49] ======== ttm_bo_validate_no_placement_not_signaled ========
[12:42:49] [PASSED] Buffer object for userspace
[12:42:49] [PASSED] Kernel buffer object
[12:42:49] [PASSED] Shared buffer object
[12:42:49] ==== [PASSED] ttm_bo_validate_no_placement_not_signaled ====
[12:42:49] [PASSED] ttm_bo_validate_move_fence_signaled
[12:42:49] ========= ttm_bo_validate_move_fence_not_signaled =========
[12:42:49] [PASSED] Waits for GPU
[12:42:49] [PASSED] Tries to lock straight away
[12:42:49] ===== [PASSED] ttm_bo_validate_move_fence_not_signaled =====
[12:42:49] [PASSED] ttm_bo_validate_swapout
[12:42:49] [PASSED] ttm_bo_validate_happy_evict
[12:42:49] [PASSED] ttm_bo_validate_all_pinned_evict
[12:42:49] [PASSED] ttm_bo_validate_allowed_only_evict
[12:42:49] [PASSED] ttm_bo_validate_deleted_evict
[12:42:49] [PASSED] ttm_bo_validate_busy_domain_evict
[12:42:49] [PASSED] ttm_bo_validate_evict_gutting
[12:42:49] [PASSED] ttm_bo_validate_recrusive_evict
stty: 'standard input': Inappropriate ioctl for device
[12:42:49] ================= [PASSED] ttm_bo_validate =================
[12:42:49] ============================================================
[12:42:49] Testing complete. Ran 102 tests: passed: 102
[12:42:49] Elapsed time: 11.378s total, 1.661s configuring, 9.450s building, 0.233s running
+ cleanup
++ stat -c %u:%g /kernel
+ chown -R 1003:1003 /kernel
^ permalink raw reply [flat|nested] 7+ messages in thread
* ✓ Xe.CI.BAT: success for vfio/xe: avoid duplicate reset in xe_vfio_pci_reset_done
2026-04-24 9:17 [PATCH] vfio/xe: avoid duplicate reset in xe_vfio_pci_reset_done zhaoguohan
2026-04-24 12:41 ` ✗ CI.checkpatch: warning for " Patchwork
2026-04-24 12:42 ` ✓ CI.KUnit: success " Patchwork
@ 2026-04-24 14:05 ` Patchwork
2026-04-24 15:26 ` ✗ Xe.CI.FULL: failure " Patchwork
` (2 subsequent siblings)
5 siblings, 0 replies; 7+ messages in thread
From: Patchwork @ 2026-04-24 14:05 UTC (permalink / raw)
To: zhaoguohan; +Cc: intel-xe
[-- Attachment #1: Type: text/plain, Size: 3419 bytes --]
== Series Details ==
Series: vfio/xe: avoid duplicate reset in xe_vfio_pci_reset_done
URL : https://patchwork.freedesktop.org/series/165429/
State : success
== Summary ==
CI Bug Log - changes from xe-4932-15ccea1aede9d776f85ed002cf0df3c8ea8bd81e_BAT -> xe-pw-165429v1_BAT
====================================================
Summary
-------
**SUCCESS**
No regressions found.
Participating hosts (12 -> 13)
------------------------------
Additional (1): bat-bmg-3
Known issues
------------
Here are the changes found in xe-pw-165429v1_BAT that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@xe_create@multigpu-create-massive-size:
- bat-bmg-3: NOTRUN -> [SKIP][1] ([Intel XE#2504] / [Intel XE#7319] / [Intel XE#7350])
[1]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165429v1/bat-bmg-3/igt@xe_create@multigpu-create-massive-size.html
* igt@xe_exec_basic@multigpu-many-execqueues-many-vm-basic-defer-bind:
- bat-bmg-3: NOTRUN -> [SKIP][2] ([Intel XE#2322] / [Intel XE#7372]) +53 other tests skip
[2]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165429v1/bat-bmg-3/igt@xe_exec_basic@multigpu-many-execqueues-many-vm-basic-defer-bind.html
* igt@xe_multigpu_svm@mgpu-latency-prefetch:
- bat-bmg-3: NOTRUN -> [SKIP][3] ([Intel XE#6964]) +20 other tests skip
[3]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165429v1/bat-bmg-3/igt@xe_multigpu_svm@mgpu-latency-prefetch.html
* igt@xe_peer2peer@read:
- bat-bmg-3: NOTRUN -> [SKIP][4] ([Intel XE#2427] / [Intel XE#6953] / [Intel XE#7326] / [Intel XE#7353]) +1 other test skip
[4]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165429v1/bat-bmg-3/igt@xe_peer2peer@read.html
* igt@xe_query@multigpu-query-pxp-status:
- bat-bmg-3: NOTRUN -> [SKIP][5] ([Intel XE#944]) +16 other tests skip
[5]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165429v1/bat-bmg-3/igt@xe_query@multigpu-query-pxp-status.html
[Intel XE#2322]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2322
[Intel XE#2427]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2427
[Intel XE#2504]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2504
[Intel XE#6953]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6953
[Intel XE#6964]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6964
[Intel XE#7319]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7319
[Intel XE#7326]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7326
[Intel XE#7350]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7350
[Intel XE#7353]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7353
[Intel XE#7372]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7372
[Intel XE#944]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/944
Build changes
-------------
* IGT: IGT_8872 -> IGT_8873
* Linux: xe-4932-15ccea1aede9d776f85ed002cf0df3c8ea8bd81e -> xe-pw-165429v1
IGT_8872: e70db143b7bafe09bdea4d33188cb10d2070d0e5 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
IGT_8873: a5c5d655807ead8204e01754b6434f0ecae40b96 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
xe-4932-15ccea1aede9d776f85ed002cf0df3c8ea8bd81e: 15ccea1aede9d776f85ed002cf0df3c8ea8bd81e
xe-pw-165429v1: 165429v1
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165429v1/index.html
[-- Attachment #2: Type: text/html, Size: 4061 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* ✗ Xe.CI.FULL: failure for vfio/xe: avoid duplicate reset in xe_vfio_pci_reset_done
2026-04-24 9:17 [PATCH] vfio/xe: avoid duplicate reset in xe_vfio_pci_reset_done zhaoguohan
` (2 preceding siblings ...)
2026-04-24 14:05 ` ✓ Xe.CI.BAT: " Patchwork
@ 2026-04-24 15:26 ` Patchwork
2026-04-24 16:47 ` [PATCH] " Alex Williamson
2026-04-27 1:21 ` [PATCH v2] " zhaoguohan
5 siblings, 0 replies; 7+ messages in thread
From: Patchwork @ 2026-04-24 15:26 UTC (permalink / raw)
To: zhaoguohan; +Cc: intel-xe
[-- Attachment #1: Type: text/plain, Size: 94644 bytes --]
== Series Details ==
Series: vfio/xe: avoid duplicate reset in xe_vfio_pci_reset_done
URL : https://patchwork.freedesktop.org/series/165429/
State : failure
== Summary ==
CI Bug Log - changes from xe-4932-15ccea1aede9d776f85ed002cf0df3c8ea8bd81e_FULL -> xe-pw-165429v1_FULL
====================================================
Summary
-------
**FAILURE**
Serious unknown changes coming with xe-pw-165429v1_FULL absolutely need to be
verified manually.
If you think the reported changes have nothing to do with the changes
introduced in xe-pw-165429v1_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 (2 -> 2)
------------------------------
No changes in participating hosts
Possible new issues
-------------------
Here are the unknown changes that may have been introduced in xe-pw-165429v1_FULL:
### IGT changes ###
#### Possible regressions ####
* igt@xe_compute@compute-square-userenv:
- shard-bmg: [PASS][1] -> [FAIL][2] +1 other test fail
[1]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4932-15ccea1aede9d776f85ed002cf0df3c8ea8bd81e/shard-bmg-2/igt@xe_compute@compute-square-userenv.html
[2]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165429v1/shard-bmg-9/igt@xe_compute@compute-square-userenv.html
* igt@xe_exec_mix_modes@exec-spinner-interrupted-lr:
- shard-bmg: [PASS][3] -> [SKIP][4] +40 other tests skip
[3]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4932-15ccea1aede9d776f85ed002cf0df3c8ea8bd81e/shard-bmg-3/igt@xe_exec_mix_modes@exec-spinner-interrupted-lr.html
[4]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165429v1/shard-bmg-9/igt@xe_exec_mix_modes@exec-spinner-interrupted-lr.html
* igt@xe_oa@polling:
- shard-bmg: NOTRUN -> [SKIP][5] +4 other tests skip
[5]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165429v1/shard-bmg-9/igt@xe_oa@polling.html
#### Warnings ####
* igt@kms_hdr@bpc-switch-dpms:
- shard-bmg: [SKIP][6] ([Intel XE#7825]) -> [SKIP][7]
[6]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4932-15ccea1aede9d776f85ed002cf0df3c8ea8bd81e/shard-bmg-9/igt@kms_hdr@bpc-switch-dpms.html
[7]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165429v1/shard-bmg-6/igt@kms_hdr@bpc-switch-dpms.html
* igt@kms_joiner@invalid-modeset-force-ultra-joiner:
- shard-bmg: [SKIP][8] ([Intel XE#6911] / [Intel XE#7466]) -> [SKIP][9]
[8]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4932-15ccea1aede9d776f85ed002cf0df3c8ea8bd81e/shard-bmg-3/igt@kms_joiner@invalid-modeset-force-ultra-joiner.html
[9]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165429v1/shard-bmg-9/igt@kms_joiner@invalid-modeset-force-ultra-joiner.html
* igt@xe_evict@evict-small-multi-queue:
- shard-bmg: [SKIP][10] ([Intel XE#7140]) -> [SKIP][11]
[10]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4932-15ccea1aede9d776f85ed002cf0df3c8ea8bd81e/shard-bmg-7/igt@xe_evict@evict-small-multi-queue.html
[11]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165429v1/shard-bmg-9/igt@xe_evict@evict-small-multi-queue.html
New tests
---------
New tests have been introduced between xe-4932-15ccea1aede9d776f85ed002cf0df3c8ea8bd81e_FULL and xe-pw-165429v1_FULL:
### New IGT tests (1) ###
* igt@kms_atomic@plane-cursor-legacy@pipe-b-hdmi-a-3:
- Statuses : 1 pass(s)
- Exec time: [0.58] s
Known issues
------------
Here are the changes found in xe-pw-165429v1_FULL that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@fbdev@pan:
- shard-bmg: [PASS][12] -> [SKIP][13] ([Intel XE#2134]) +1 other test skip
[12]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4932-15ccea1aede9d776f85ed002cf0df3c8ea8bd81e/shard-bmg-10/igt@fbdev@pan.html
[13]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165429v1/shard-bmg-9/igt@fbdev@pan.html
* igt@kms_big_fb@4-tiled-32bpp-rotate-90:
- shard-bmg: NOTRUN -> [SKIP][14] ([Intel XE#2327])
[14]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165429v1/shard-bmg-3/igt@kms_big_fb@4-tiled-32bpp-rotate-90.html
* igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0:
- shard-bmg: NOTRUN -> [SKIP][15] ([Intel XE#1124])
[15]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165429v1/shard-bmg-7/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0.html
* igt@kms_ccs@crc-primary-suspend-4-tiled-lnl-ccs@pipe-d-hdmi-a-3:
- shard-bmg: NOTRUN -> [SKIP][16] ([Intel XE#2652]) +15 other tests skip
[16]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165429v1/shard-bmg-8/igt@kms_ccs@crc-primary-suspend-4-tiled-lnl-ccs@pipe-d-hdmi-a-3.html
* igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs:
- shard-bmg: NOTRUN -> [SKIP][17] ([Intel XE#2887]) +2 other tests skip
[17]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165429v1/shard-bmg-7/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs.html
* igt@kms_chamelium_color@ctm-max:
- shard-bmg: NOTRUN -> [SKIP][18] ([Intel XE#2325] / [Intel XE#7358])
[18]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165429v1/shard-bmg-7/igt@kms_chamelium_color@ctm-max.html
* igt@kms_chamelium_hpd@dp-hpd-storm:
- shard-bmg: NOTRUN -> [SKIP][19] ([Intel XE#2252])
[19]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165429v1/shard-bmg-6/igt@kms_chamelium_hpd@dp-hpd-storm.html
* igt@kms_color_pipeline@plane-ctm3x4-lut1d:
- shard-bmg: [PASS][20] -> [SKIP][21] ([Intel XE#7006])
[20]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4932-15ccea1aede9d776f85ed002cf0df3c8ea8bd81e/shard-bmg-5/igt@kms_color_pipeline@plane-ctm3x4-lut1d.html
[21]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165429v1/shard-bmg-9/igt@kms_color_pipeline@plane-ctm3x4-lut1d.html
* igt@kms_color_pipeline@plane-lut1d-post-ctm3x4:
- shard-bmg: NOTRUN -> [SKIP][22] ([Intel XE#7006])
[22]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165429v1/shard-bmg-9/igt@kms_color_pipeline@plane-lut1d-post-ctm3x4.html
* igt@kms_color_pipeline@plane-lut3d-green-only@pipe-b-plane-0:
- shard-bmg: NOTRUN -> [SKIP][23] ([Intel XE#6969]) +10 other tests skip
[23]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165429v1/shard-bmg-1/igt@kms_color_pipeline@plane-lut3d-green-only@pipe-b-plane-0.html
* igt@kms_color_pipeline@plane-lut3d-green-only@pipe-d-plane-2:
- shard-bmg: NOTRUN -> [SKIP][24] ([Intel XE#6969] / [Intel XE#7006])
[24]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165429v1/shard-bmg-1/igt@kms_color_pipeline@plane-lut3d-green-only@pipe-d-plane-2.html
* igt@kms_content_protection@lic-type-0-hdcp14@pipe-a-dp-2:
- shard-bmg: NOTRUN -> [FAIL][25] ([Intel XE#1178] / [Intel XE#3304] / [Intel XE#7374]) +1 other test fail
[25]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165429v1/shard-bmg-7/igt@kms_content_protection@lic-type-0-hdcp14@pipe-a-dp-2.html
* igt@kms_content_protection@uevent-hdcp14@pipe-a-dp-2:
- shard-bmg: NOTRUN -> [FAIL][26] ([Intel XE#6707] / [Intel XE#7439])
[26]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165429v1/shard-bmg-1/igt@kms_content_protection@uevent-hdcp14@pipe-a-dp-2.html
* igt@kms_cursor_crc@cursor-rapid-movement-512x170:
- shard-bmg: NOTRUN -> [SKIP][27] ([Intel XE#2321] / [Intel XE#7355])
[27]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165429v1/shard-bmg-8/igt@kms_cursor_crc@cursor-rapid-movement-512x170.html
* igt@kms_cursor_crc@cursor-suspend:
- shard-bmg: [PASS][28] -> [SKIP][29] ([Intel XE#7825]) +50 other tests skip
[28]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4932-15ccea1aede9d776f85ed002cf0df3c8ea8bd81e/shard-bmg-6/igt@kms_cursor_crc@cursor-suspend.html
[29]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165429v1/shard-bmg-9/igt@kms_cursor_crc@cursor-suspend.html
* igt@kms_cursor_legacy@cursor-vs-flip-legacy:
- shard-bmg: NOTRUN -> [SKIP][30] ([Intel XE#7825]) +10 other tests skip
[30]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165429v1/shard-bmg-9/igt@kms_cursor_legacy@cursor-vs-flip-legacy.html
* igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-varying-size:
- shard-bmg: NOTRUN -> [SKIP][31] ([Intel XE#2286] / [Intel XE#6035])
[31]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165429v1/shard-bmg-2/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-varying-size.html
* igt@kms_dsc@dsc-with-bpc-formats:
- shard-bmg: NOTRUN -> [SKIP][32] ([Intel XE#2244])
[32]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165429v1/shard-bmg-1/igt@kms_dsc@dsc-with-bpc-formats.html
* igt@kms_feature_discovery@display-1x:
- shard-bmg: [PASS][33] -> [SKIP][34] ([Intel XE#2373])
[33]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4932-15ccea1aede9d776f85ed002cf0df3c8ea8bd81e/shard-bmg-6/igt@kms_feature_discovery@display-1x.html
[34]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165429v1/shard-bmg-9/igt@kms_feature_discovery@display-1x.html
* igt@kms_flip@2x-absolute-wf_vblank-interruptible@cd-dp2-hdmi-a3:
- shard-bmg: [PASS][35] -> [ABORT][36] ([Intel XE#5545] / [Intel XE#6652]) +1 other test abort
[35]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4932-15ccea1aede9d776f85ed002cf0df3c8ea8bd81e/shard-bmg-10/igt@kms_flip@2x-absolute-wf_vblank-interruptible@cd-dp2-hdmi-a3.html
[36]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165429v1/shard-bmg-2/igt@kms_flip@2x-absolute-wf_vblank-interruptible@cd-dp2-hdmi-a3.html
* igt@kms_flip@2x-flip-vs-absolute-wf_vblank@ac-dp2-hdmi-a3:
- shard-bmg: NOTRUN -> [FAIL][37] ([Intel XE#6266]) +3 other tests fail
[37]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165429v1/shard-bmg-6/igt@kms_flip@2x-flip-vs-absolute-wf_vblank@ac-dp2-hdmi-a3.html
* igt@kms_flip@2x-flip-vs-absolute-wf_vblank@cd-dp2-hdmi-a3:
- shard-bmg: NOTRUN -> [FAIL][38] ([Intel XE#3149] / [Intel XE#6266])
[38]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165429v1/shard-bmg-6/igt@kms_flip@2x-flip-vs-absolute-wf_vblank@cd-dp2-hdmi-a3.html
* igt@kms_flip@2x-flip-vs-dpms-on-nop:
- shard-bmg: [PASS][39] -> [SKIP][40] ([Intel XE#2316]) +5 other tests skip
[39]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4932-15ccea1aede9d776f85ed002cf0df3c8ea8bd81e/shard-bmg-1/igt@kms_flip@2x-flip-vs-dpms-on-nop.html
[40]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165429v1/shard-bmg-9/igt@kms_flip@2x-flip-vs-dpms-on-nop.html
* igt@kms_flip@2x-flip-vs-dpms-on-nop-interruptible:
- shard-bmg: NOTRUN -> [FAIL][41] ([Intel XE#3149] / [Intel XE#5408] / [Intel XE#6266]) +1 other test fail
[41]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165429v1/shard-bmg-6/igt@kms_flip@2x-flip-vs-dpms-on-nop-interruptible.html
* igt@kms_flip@2x-flip-vs-dpms-on-nop-interruptible@ab-dp2-hdmi-a3:
- shard-bmg: NOTRUN -> [FAIL][42] ([Intel XE#5408] / [Intel XE#6266]) +4 other tests fail
[42]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165429v1/shard-bmg-6/igt@kms_flip@2x-flip-vs-dpms-on-nop-interruptible@ab-dp2-hdmi-a3.html
* igt@kms_flip@flip-vs-absolute-wf_vblank-interruptible:
- shard-bmg: NOTRUN -> [SKIP][43] ([Intel XE#2482])
[43]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165429v1/shard-bmg-9/igt@kms_flip@flip-vs-absolute-wf_vblank-interruptible.html
* igt@kms_flip@flip-vs-dpms-on-nop:
- shard-bmg: [PASS][44] -> [SKIP][45] ([Intel XE#4882])
[44]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4932-15ccea1aede9d776f85ed002cf0df3c8ea8bd81e/shard-bmg-10/igt@kms_flip@flip-vs-dpms-on-nop.html
[45]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165429v1/shard-bmg-9/igt@kms_flip@flip-vs-dpms-on-nop.html
* igt@kms_flip@flip-vs-panning-vs-hang:
- shard-bmg: [PASS][46] -> [SKIP][47] ([Intel XE#2482]) +9 other tests skip
[46]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4932-15ccea1aede9d776f85ed002cf0df3c8ea8bd81e/shard-bmg-10/igt@kms_flip@flip-vs-panning-vs-hang.html
[47]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165429v1/shard-bmg-9/igt@kms_flip@flip-vs-panning-vs-hang.html
* igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling:
- shard-bmg: NOTRUN -> [SKIP][48] ([Intel XE#7178] / [Intel XE#7349])
[48]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165429v1/shard-bmg-2/igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling.html
* igt@kms_flip_scaled_crc@flip-32bpp-xtile-to-64bpp-xtile-downscaling:
- shard-bmg: [PASS][49] -> [SKIP][50] ([Intel XE#2380])
[49]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4932-15ccea1aede9d776f85ed002cf0df3c8ea8bd81e/shard-bmg-8/igt@kms_flip_scaled_crc@flip-32bpp-xtile-to-64bpp-xtile-downscaling.html
[50]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165429v1/shard-bmg-9/igt@kms_flip_scaled_crc@flip-32bpp-xtile-to-64bpp-xtile-downscaling.html
* igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tile-downscaling:
- shard-bmg: [PASS][51] -> [SKIP][52] ([Intel XE#7178])
[51]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4932-15ccea1aede9d776f85ed002cf0df3c8ea8bd81e/shard-bmg-7/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tile-downscaling.html
[52]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165429v1/shard-bmg-9/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tile-downscaling.html
* igt@kms_frontbuffer_tracking@drrs-rgb565-draw-mmap-wc:
- shard-bmg: NOTRUN -> [SKIP][53] ([Intel XE#2311]) +9 other tests skip
[53]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165429v1/shard-bmg-10/igt@kms_frontbuffer_tracking@drrs-rgb565-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-indfb-draw-blt:
- shard-bmg: NOTRUN -> [SKIP][54] ([Intel XE#4141])
[54]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165429v1/shard-bmg-1/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-indfb-draw-blt.html
* igt@kms_frontbuffer_tracking@fbc-rgb101010-draw-render:
- shard-bmg: [PASS][55] -> [SKIP][56] ([Intel XE#2548] / [Intel XE#6314]) +1 other test skip
[55]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4932-15ccea1aede9d776f85ed002cf0df3c8ea8bd81e/shard-bmg-6/igt@kms_frontbuffer_tracking@fbc-rgb101010-draw-render.html
[56]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165429v1/shard-bmg-9/igt@kms_frontbuffer_tracking@fbc-rgb101010-draw-render.html
* igt@kms_frontbuffer_tracking@fbcdrrs-1p-primscrn-indfb-plflip-blt:
- shard-bmg: NOTRUN -> [SKIP][57] ([Intel XE#2434] / [Intel XE#2548] / [Intel XE#6314]) +2 other tests skip
[57]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165429v1/shard-bmg-9/igt@kms_frontbuffer_tracking@fbcdrrs-1p-primscrn-indfb-plflip-blt.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-offscreen-pri-indfb-draw-mmap-wc:
- shard-bmg: NOTRUN -> [SKIP][58] ([Intel XE#6314])
[58]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165429v1/shard-bmg-9/igt@kms_frontbuffer_tracking@fbcpsr-1p-offscreen-pri-indfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@fbcpsr-tiling-y:
- shard-bmg: NOTRUN -> [SKIP][59] ([Intel XE#2352] / [Intel XE#7399])
[59]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165429v1/shard-bmg-1/igt@kms_frontbuffer_tracking@fbcpsr-tiling-y.html
* igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-draw-mmap-wc:
- shard-bmg: NOTRUN -> [SKIP][60] ([Intel XE#2313]) +7 other tests skip
[60]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165429v1/shard-bmg-6/igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@psr-2p-scndscrn-shrfb-plflip-blt:
- shard-bmg: NOTRUN -> [SKIP][61] ([Intel XE#2548] / [Intel XE#6314])
[61]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165429v1/shard-bmg-9/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-shrfb-plflip-blt.html
* igt@kms_invalid_mode@int-max-clock:
- shard-bmg: [PASS][62] -> [SKIP][63] ([Intel XE#2568])
[62]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4932-15ccea1aede9d776f85ed002cf0df3c8ea8bd81e/shard-bmg-8/igt@kms_invalid_mode@int-max-clock.html
[63]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165429v1/shard-bmg-9/igt@kms_invalid_mode@int-max-clock.html
* igt@kms_joiner@invalid-modeset-big-joiner:
- shard-bmg: NOTRUN -> [SKIP][64] ([Intel XE#6901])
[64]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165429v1/shard-bmg-2/igt@kms_joiner@invalid-modeset-big-joiner.html
* igt@kms_joiner@invalid-modeset-force-big-joiner:
- shard-bmg: [PASS][65] -> [SKIP][66] ([Intel XE#7086])
[65]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4932-15ccea1aede9d776f85ed002cf0df3c8ea8bd81e/shard-bmg-8/igt@kms_joiner@invalid-modeset-force-big-joiner.html
[66]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165429v1/shard-bmg-9/igt@kms_joiner@invalid-modeset-force-big-joiner.html
* igt@kms_multipipe_modeset@basic-max-pipe-crc-check:
- shard-bmg: NOTRUN -> [SKIP][67] ([Intel XE#7591])
[67]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165429v1/shard-bmg-5/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html
* igt@kms_plane@pixel-format-y-tiled-modifier-source-clamping:
- shard-bmg: NOTRUN -> [SKIP][68] ([Intel XE#7111])
[68]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165429v1/shard-bmg-9/igt@kms_plane@pixel-format-y-tiled-modifier-source-clamping.html
* igt@kms_plane@planar-pixel-format-settings:
- shard-bmg: [PASS][69] -> [SKIP][70] ([Intel XE#7780])
[69]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4932-15ccea1aede9d776f85ed002cf0df3c8ea8bd81e/shard-bmg-2/igt@kms_plane@planar-pixel-format-settings.html
[70]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165429v1/shard-bmg-9/igt@kms_plane@planar-pixel-format-settings.html
* igt@kms_plane@plane-position-covered:
- shard-bmg: [PASS][71] -> [SKIP][72] ([Intel XE#7111]) +1 other test skip
[71]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4932-15ccea1aede9d776f85ed002cf0df3c8ea8bd81e/shard-bmg-2/igt@kms_plane@plane-position-covered.html
[72]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165429v1/shard-bmg-9/igt@kms_plane@plane-position-covered.html
* igt@kms_plane_alpha_blend@constant-alpha-min:
- shard-bmg: [PASS][73] -> [SKIP][74] ([Intel XE#7082])
[73]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4932-15ccea1aede9d776f85ed002cf0df3c8ea8bd81e/shard-bmg-3/igt@kms_plane_alpha_blend@constant-alpha-min.html
[74]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165429v1/shard-bmg-9/igt@kms_plane_alpha_blend@constant-alpha-min.html
* igt@kms_plane_lowres@tiling-x@pipe-a-dp-2:
- shard-bmg: NOTRUN -> [DMESG-FAIL][75] ([Intel XE#7725])
[75]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165429v1/shard-bmg-6/igt@kms_plane_lowres@tiling-x@pipe-a-dp-2.html
* igt@kms_plane_lowres@tiling-x@pipe-b-dp-2:
- shard-bmg: NOTRUN -> [DMESG-WARN][76] ([Intel XE#7725])
[76]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165429v1/shard-bmg-6/igt@kms_plane_lowres@tiling-x@pipe-b-dp-2.html
* igt@kms_plane_scaling@planes-downscale-factor-0-5-upscale-factor-0-25@pipe-a:
- shard-bmg: [PASS][77] -> [SKIP][78] ([Intel XE#2763] / [Intel XE#6886]) +19 other tests skip
[77]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4932-15ccea1aede9d776f85ed002cf0df3c8ea8bd81e/shard-bmg-8/igt@kms_plane_scaling@planes-downscale-factor-0-5-upscale-factor-0-25@pipe-a.html
[78]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165429v1/shard-bmg-9/igt@kms_plane_scaling@planes-downscale-factor-0-5-upscale-factor-0-25@pipe-a.html
* igt@kms_pm_backlight@bad-brightness:
- shard-bmg: NOTRUN -> [SKIP][79] ([Intel XE#7376] / [Intel XE#870])
[79]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165429v1/shard-bmg-1/igt@kms_pm_backlight@bad-brightness.html
* igt@kms_pm_rpm@modeset-non-lpsp:
- shard-bmg: [PASS][80] -> [SKIP][81] ([Intel XE#1439] / [Intel XE#3141] / [Intel XE#7383])
[80]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4932-15ccea1aede9d776f85ed002cf0df3c8ea8bd81e/shard-bmg-10/igt@kms_pm_rpm@modeset-non-lpsp.html
[81]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165429v1/shard-bmg-9/igt@kms_pm_rpm@modeset-non-lpsp.html
* igt@kms_pm_rpm@modeset-stress-extra-wait:
- shard-bmg: NOTRUN -> [SKIP][82] ([Intel XE#1439] / [Intel XE#836])
[82]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165429v1/shard-bmg-9/igt@kms_pm_rpm@modeset-stress-extra-wait.html
* igt@kms_psr2_sf@pr-plane-move-sf-dmg-area:
- shard-bmg: NOTRUN -> [SKIP][83] ([Intel XE#1489]) +2 other tests skip
[83]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165429v1/shard-bmg-3/igt@kms_psr2_sf@pr-plane-move-sf-dmg-area.html
* igt@kms_psr@psr-sprite-plane-move:
- shard-bmg: NOTRUN -> [SKIP][84] ([Intel XE#2234] / [Intel XE#2850]) +2 other tests skip
[84]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165429v1/shard-bmg-10/igt@kms_psr@psr-sprite-plane-move.html
* igt@kms_rotation_crc@bad-pixel-format:
- shard-bmg: NOTRUN -> [SKIP][85] ([Intel XE#3904] / [Intel XE#7342]) +1 other test skip
[85]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165429v1/shard-bmg-7/igt@kms_rotation_crc@bad-pixel-format.html
* igt@kms_setmode@basic@pipe-a-dp-2-pipe-c-hdmi-a-3:
- shard-bmg: NOTRUN -> [FAIL][86] ([Intel XE#6361]) +4 other tests fail
[86]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165429v1/shard-bmg-7/igt@kms_setmode@basic@pipe-a-dp-2-pipe-c-hdmi-a-3.html
* igt@kms_setmode@basic@pipe-b-edp-1:
- shard-lnl: [PASS][87] -> [FAIL][88] ([Intel XE#6361]) +2 other tests fail
[87]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4932-15ccea1aede9d776f85ed002cf0df3c8ea8bd81e/shard-lnl-7/igt@kms_setmode@basic@pipe-b-edp-1.html
[88]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165429v1/shard-lnl-8/igt@kms_setmode@basic@pipe-b-edp-1.html
* igt@kms_vrr@flipline:
- shard-bmg: NOTRUN -> [SKIP][89] ([Intel XE#1499])
[89]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165429v1/shard-bmg-7/igt@kms_vrr@flipline.html
* igt@kms_vrr@max-min@pipe-a-edp-1:
- shard-lnl: [PASS][90] -> [FAIL][91] ([Intel XE#4227]) +1 other test fail
[90]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4932-15ccea1aede9d776f85ed002cf0df3c8ea8bd81e/shard-lnl-3/igt@kms_vrr@max-min@pipe-a-edp-1.html
[91]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165429v1/shard-lnl-4/igt@kms_vrr@max-min@pipe-a-edp-1.html
* igt@xe_eu_stall@invalid-gt-id:
- shard-bmg: [PASS][92] -> [SKIP][93] ([Intel XE#6568])
[92]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4932-15ccea1aede9d776f85ed002cf0df3c8ea8bd81e/shard-bmg-6/igt@xe_eu_stall@invalid-gt-id.html
[93]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165429v1/shard-bmg-9/igt@xe_eu_stall@invalid-gt-id.html
* igt@xe_eu_stall@unprivileged-access:
- shard-bmg: NOTRUN -> [SKIP][94] ([Intel XE#6568])
[94]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165429v1/shard-bmg-9/igt@xe_eu_stall@unprivileged-access.html
* igt@xe_eudebug_online@writes-caching-sram-bb-vram-target-sram:
- shard-bmg: NOTRUN -> [SKIP][95] ([Intel XE#7636]) +2 other tests skip
[95]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165429v1/shard-bmg-5/igt@xe_eudebug_online@writes-caching-sram-bb-vram-target-sram.html
* igt@xe_exec_balancer@no-exec-cm-parallel-basic:
- shard-bmg: [PASS][96] -> [SKIP][97] ([Intel XE#7827]) +1 other test skip
[96]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4932-15ccea1aede9d776f85ed002cf0df3c8ea8bd81e/shard-bmg-2/igt@xe_exec_balancer@no-exec-cm-parallel-basic.html
[97]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165429v1/shard-bmg-9/igt@xe_exec_balancer@no-exec-cm-parallel-basic.html
* igt@xe_exec_basic@multigpu-no-exec-bindexecqueue-userptr-invalidate:
- shard-bmg: NOTRUN -> [SKIP][98] ([Intel XE#2322] / [Intel XE#7372]) +3 other tests skip
[98]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165429v1/shard-bmg-6/igt@xe_exec_basic@multigpu-no-exec-bindexecqueue-userptr-invalidate.html
* igt@xe_exec_fault_mode@many-bindexecqueue-userptr-imm:
- shard-bmg: NOTRUN -> [SKIP][99] ([Intel XE#7826]) +1 other test skip
[99]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165429v1/shard-bmg-9/igt@xe_exec_fault_mode@many-bindexecqueue-userptr-imm.html
* igt@xe_exec_fault_mode@many-execqueues-multi-queue-userptr-imm:
- shard-bmg: NOTRUN -> [SKIP][100] ([Intel XE#7136]) +1 other test skip
[100]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165429v1/shard-bmg-6/igt@xe_exec_fault_mode@many-execqueues-multi-queue-userptr-imm.html
* igt@xe_exec_fault_mode@twice-userptr-invalidate-race-prefetch:
- shard-bmg: [PASS][101] -> [SKIP][102] ([Intel XE#7826]) +27 other tests skip
[101]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4932-15ccea1aede9d776f85ed002cf0df3c8ea8bd81e/shard-bmg-1/igt@xe_exec_fault_mode@twice-userptr-invalidate-race-prefetch.html
[102]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165429v1/shard-bmg-9/igt@xe_exec_fault_mode@twice-userptr-invalidate-race-prefetch.html
* igt@xe_exec_multi_queue@many-queues-basic-smem:
- shard-bmg: NOTRUN -> [SKIP][103] ([Intel XE#6874]) +10 other tests skip
[103]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165429v1/shard-bmg-8/igt@xe_exec_multi_queue@many-queues-basic-smem.html
* igt@xe_exec_system_allocator@once-mmap-new-nomemset:
- shard-bmg: [PASS][104] -> [SKIP][105] ([Intel XE#7824]) +300 other tests skip
[104]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4932-15ccea1aede9d776f85ed002cf0df3c8ea8bd81e/shard-bmg-10/igt@xe_exec_system_allocator@once-mmap-new-nomemset.html
[105]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165429v1/shard-bmg-9/igt@xe_exec_system_allocator@once-mmap-new-nomemset.html
* igt@xe_exec_system_allocator@threads-shared-vm-many-execqueues-mmap-file-mlock:
- shard-bmg: [PASS][106] -> [DMESG-WARN][107] ([Intel XE#7725]) +2 other tests dmesg-warn
[106]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4932-15ccea1aede9d776f85ed002cf0df3c8ea8bd81e/shard-bmg-3/igt@xe_exec_system_allocator@threads-shared-vm-many-execqueues-mmap-file-mlock.html
[107]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165429v1/shard-bmg-6/igt@xe_exec_system_allocator@threads-shared-vm-many-execqueues-mmap-file-mlock.html
* igt@xe_exec_system_allocator@twice-large-mmap-new-race-nomemset:
- shard-bmg: NOTRUN -> [SKIP][108] ([Intel XE#7824]) +19 other tests skip
[108]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165429v1/shard-bmg-9/igt@xe_exec_system_allocator@twice-large-mmap-new-race-nomemset.html
* igt@xe_exec_threads@threads-multi-queue-mixed-fd-userptr:
- shard-bmg: NOTRUN -> [SKIP][109] ([Intel XE#7138]) +1 other test skip
[109]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165429v1/shard-bmg-1/igt@xe_exec_threads@threads-multi-queue-mixed-fd-userptr.html
* igt@xe_live_ktest@xe_migrate@xe_validate_ccs_kunit:
- shard-bmg: [PASS][110] -> [SKIP][111] ([Intel XE#2229])
[110]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4932-15ccea1aede9d776f85ed002cf0df3c8ea8bd81e/shard-bmg-8/igt@xe_live_ktest@xe_migrate@xe_validate_ccs_kunit.html
[111]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165429v1/shard-bmg-9/igt@xe_live_ktest@xe_migrate@xe_validate_ccs_kunit.html
* igt@xe_mmap@pci-membarrier-parallel:
- shard-bmg: NOTRUN -> [SKIP][112] ([Intel XE#5100])
[112]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165429v1/shard-bmg-9/igt@xe_mmap@pci-membarrier-parallel.html
* igt@xe_multigpu_svm@mgpu-atomic-op-conflict:
- shard-bmg: NOTRUN -> [SKIP][113] ([Intel XE#6964])
[113]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165429v1/shard-bmg-10/igt@xe_multigpu_svm@mgpu-atomic-op-conflict.html
* igt@xe_pat@pat-sw-hw-compare:
- shard-bmg: [PASS][114] -> [FAIL][115] ([Intel XE#7695])
[114]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4932-15ccea1aede9d776f85ed002cf0df3c8ea8bd81e/shard-bmg-9/igt@xe_pat@pat-sw-hw-compare.html
[115]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165429v1/shard-bmg-3/igt@xe_pat@pat-sw-hw-compare.html
* igt@xe_pat@pat-sw-hw-reset-compare:
- shard-bmg: NOTRUN -> [FAIL][116] ([Intel XE#7695])
[116]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165429v1/shard-bmg-8/igt@xe_pat@pat-sw-hw-reset-compare.html
* igt@xe_pat@pat-sw-hw-suspend:
- shard-bmg: NOTRUN -> [SKIP][117] ([Intel XE#7590])
[117]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165429v1/shard-bmg-3/igt@xe_pat@pat-sw-hw-suspend.html
* igt@xe_pxp@pxp-stale-bo-exec-post-termination-irq:
- shard-bmg: NOTRUN -> [SKIP][118] ([Intel XE#4733] / [Intel XE#7417]) +1 other test skip
[118]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165429v1/shard-bmg-10/igt@xe_pxp@pxp-stale-bo-exec-post-termination-irq.html
* igt@xe_wedged@wedged-at-any-timeout:
- shard-bmg: [PASS][119] -> [DMESG-WARN][120] ([Intel XE#5545])
[119]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4932-15ccea1aede9d776f85ed002cf0df3c8ea8bd81e/shard-bmg-9/igt@xe_wedged@wedged-at-any-timeout.html
[120]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165429v1/shard-bmg-5/igt@xe_wedged@wedged-at-any-timeout.html
#### Possible fixes ####
* igt@fbdev@write:
- shard-bmg: [SKIP][121] ([Intel XE#2134]) -> [PASS][122]
[121]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4932-15ccea1aede9d776f85ed002cf0df3c8ea8bd81e/shard-bmg-9/igt@fbdev@write.html
[122]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165429v1/shard-bmg-8/igt@fbdev@write.html
* igt@kms_async_flips@alternate-sync-async-flip-atomic:
- shard-bmg: [FAIL][123] ([Intel XE#3718] / [Intel XE#6078]) -> [PASS][124] +2 other tests pass
[123]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4932-15ccea1aede9d776f85ed002cf0df3c8ea8bd81e/shard-bmg-3/igt@kms_async_flips@alternate-sync-async-flip-atomic.html
[124]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165429v1/shard-bmg-10/igt@kms_async_flips@alternate-sync-async-flip-atomic.html
* igt@kms_async_flips@alternate-sync-async-flip@pipe-a-dp-2:
- shard-bmg: [FAIL][125] ([Intel XE#6078]) -> [PASS][126]
[125]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4932-15ccea1aede9d776f85ed002cf0df3c8ea8bd81e/shard-bmg-7/igt@kms_async_flips@alternate-sync-async-flip@pipe-a-dp-2.html
[126]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165429v1/shard-bmg-1/igt@kms_async_flips@alternate-sync-async-flip@pipe-a-dp-2.html
* igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-180-async-flip:
- shard-bmg: [SKIP][127] ([Intel XE#7825]) -> [PASS][128] +67 other tests pass
[127]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4932-15ccea1aede9d776f85ed002cf0df3c8ea8bd81e/shard-bmg-9/igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-180-async-flip.html
[128]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165429v1/shard-bmg-6/igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-180-async-flip.html
* igt@kms_color@gamma:
- shard-bmg: [SKIP][129] ([Intel XE#3297]) -> [PASS][130] +2 other tests pass
[129]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4932-15ccea1aede9d776f85ed002cf0df3c8ea8bd81e/shard-bmg-9/igt@kms_color@gamma.html
[130]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165429v1/shard-bmg-2/igt@kms_color@gamma.html
* igt@kms_cursor_legacy@2x-nonblocking-modeset-vs-cursor-atomic:
- shard-bmg: [SKIP][131] ([Intel XE#2291]) -> [PASS][132]
[131]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4932-15ccea1aede9d776f85ed002cf0df3c8ea8bd81e/shard-bmg-6/igt@kms_cursor_legacy@2x-nonblocking-modeset-vs-cursor-atomic.html
[132]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165429v1/shard-bmg-6/igt@kms_cursor_legacy@2x-nonblocking-modeset-vs-cursor-atomic.html
* igt@kms_flip@2x-flip-vs-expired-vblank-interruptible@ad-dp2-hdmi-a3:
- shard-bmg: [FAIL][133] ([Intel XE#3321]) -> [PASS][134] +1 other test pass
[133]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4932-15ccea1aede9d776f85ed002cf0df3c8ea8bd81e/shard-bmg-7/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible@ad-dp2-hdmi-a3.html
[134]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165429v1/shard-bmg-2/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible@ad-dp2-hdmi-a3.html
* igt@kms_flip@2x-plain-flip-fb-recreate:
- shard-bmg: [SKIP][135] ([Intel XE#2316]) -> [PASS][136] +8 other tests pass
[135]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4932-15ccea1aede9d776f85ed002cf0df3c8ea8bd81e/shard-bmg-9/igt@kms_flip@2x-plain-flip-fb-recreate.html
[136]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165429v1/shard-bmg-1/igt@kms_flip@2x-plain-flip-fb-recreate.html
* igt@kms_flip@flip-vs-dpms-on-nop-interruptible:
- shard-bmg: [SKIP][137] ([Intel XE#4882]) -> [PASS][138]
[137]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4932-15ccea1aede9d776f85ed002cf0df3c8ea8bd81e/shard-bmg-9/igt@kms_flip@flip-vs-dpms-on-nop-interruptible.html
[138]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165429v1/shard-bmg-3/igt@kms_flip@flip-vs-dpms-on-nop-interruptible.html
* igt@kms_flip@flip-vs-suspend-interruptible:
- shard-bmg: [SKIP][139] ([Intel XE#2482]) -> [PASS][140] +4 other tests pass
[139]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4932-15ccea1aede9d776f85ed002cf0df3c8ea8bd81e/shard-bmg-9/igt@kms_flip@flip-vs-suspend-interruptible.html
[140]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165429v1/shard-bmg-1/igt@kms_flip@flip-vs-suspend-interruptible.html
* igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-upscaling:
- shard-bmg: [SKIP][141] ([Intel XE#7178]) -> [PASS][142]
[141]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4932-15ccea1aede9d776f85ed002cf0df3c8ea8bd81e/shard-bmg-9/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-upscaling.html
[142]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165429v1/shard-bmg-5/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-upscaling.html
* igt@kms_flip_scaled_crc@flip-64bpp-xtile-to-32bpp-xtile-downscaling:
- shard-bmg: [SKIP][143] ([Intel XE#2380]) -> [PASS][144] +1 other test pass
[143]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4932-15ccea1aede9d776f85ed002cf0df3c8ea8bd81e/shard-bmg-9/igt@kms_flip_scaled_crc@flip-64bpp-xtile-to-32bpp-xtile-downscaling.html
[144]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165429v1/shard-bmg-1/igt@kms_flip_scaled_crc@flip-64bpp-xtile-to-32bpp-xtile-downscaling.html
* igt@kms_frontbuffer_tracking@fbc-rgb101010-draw-blt:
- shard-bmg: [SKIP][145] ([Intel XE#2548] / [Intel XE#6314]) -> [PASS][146]
[145]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4932-15ccea1aede9d776f85ed002cf0df3c8ea8bd81e/shard-bmg-9/igt@kms_frontbuffer_tracking@fbc-rgb101010-draw-blt.html
[146]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165429v1/shard-bmg-1/igt@kms_frontbuffer_tracking@fbc-rgb101010-draw-blt.html
* igt@kms_hdmi_inject@inject-audio:
- shard-bmg: [SKIP][147] ([Intel XE#7308]) -> [PASS][148]
[147]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4932-15ccea1aede9d776f85ed002cf0df3c8ea8bd81e/shard-bmg-1/igt@kms_hdmi_inject@inject-audio.html
[148]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165429v1/shard-bmg-9/igt@kms_hdmi_inject@inject-audio.html
* igt@kms_invalid_mode@clock-too-high:
- shard-bmg: [SKIP][149] ([Intel XE#2568]) -> [PASS][150] +2 other tests pass
[149]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4932-15ccea1aede9d776f85ed002cf0df3c8ea8bd81e/shard-bmg-9/igt@kms_invalid_mode@clock-too-high.html
[150]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165429v1/shard-bmg-5/igt@kms_invalid_mode@clock-too-high.html
* igt@kms_plane@pixel-format-x-tiled-modifier-source-clamping:
- shard-bmg: [SKIP][151] ([Intel XE#7111]) -> [PASS][152]
[151]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4932-15ccea1aede9d776f85ed002cf0df3c8ea8bd81e/shard-bmg-9/igt@kms_plane@pixel-format-x-tiled-modifier-source-clamping.html
[152]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165429v1/shard-bmg-10/igt@kms_plane@pixel-format-x-tiled-modifier-source-clamping.html
* igt@kms_plane_alpha_blend@alpha-7efc:
- shard-bmg: [SKIP][153] ([Intel XE#7082]) -> [PASS][154] +1 other test pass
[153]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4932-15ccea1aede9d776f85ed002cf0df3c8ea8bd81e/shard-bmg-9/igt@kms_plane_alpha_blend@alpha-7efc.html
[154]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165429v1/shard-bmg-7/igt@kms_plane_alpha_blend@alpha-7efc.html
* igt@kms_plane_scaling@invalid-parameters:
- shard-bmg: [SKIP][155] ([Intel XE#7687]) -> [PASS][156]
[155]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4932-15ccea1aede9d776f85ed002cf0df3c8ea8bd81e/shard-bmg-9/igt@kms_plane_scaling@invalid-parameters.html
[156]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165429v1/shard-bmg-10/igt@kms_plane_scaling@invalid-parameters.html
* igt@kms_plane_scaling@plane-upscale-20x20-with-pixel-format@pipe-d:
- shard-bmg: [SKIP][157] ([Intel XE#2763] / [Intel XE#6886]) -> [PASS][158] +29 other tests pass
[157]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4932-15ccea1aede9d776f85ed002cf0df3c8ea8bd81e/shard-bmg-9/igt@kms_plane_scaling@plane-upscale-20x20-with-pixel-format@pipe-d.html
[158]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165429v1/shard-bmg-7/igt@kms_plane_scaling@plane-upscale-20x20-with-pixel-format@pipe-d.html
* igt@kms_pm_rpm@drm-resources-equal:
- shard-bmg: [SKIP][159] ([Intel XE#7079]) -> [PASS][160]
[159]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4932-15ccea1aede9d776f85ed002cf0df3c8ea8bd81e/shard-bmg-9/igt@kms_pm_rpm@drm-resources-equal.html
[160]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165429v1/shard-bmg-7/igt@kms_pm_rpm@drm-resources-equal.html
* igt@kms_pm_rpm@universal-planes:
- shard-bmg: [SKIP][161] ([Intel XE#4886]) -> [PASS][162] +1 other test pass
[161]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4932-15ccea1aede9d776f85ed002cf0df3c8ea8bd81e/shard-bmg-9/igt@kms_pm_rpm@universal-planes.html
[162]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165429v1/shard-bmg-3/igt@kms_pm_rpm@universal-planes.html
* igt@kms_properties@colorop-properties-legacy:
- shard-bmg: [SKIP][163] ([Intel XE#7089]) -> [PASS][164]
[163]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4932-15ccea1aede9d776f85ed002cf0df3c8ea8bd81e/shard-bmg-9/igt@kms_properties@colorop-properties-legacy.html
[164]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165429v1/shard-bmg-1/igt@kms_properties@colorop-properties-legacy.html
* igt@kms_properties@plane-properties-legacy:
- shard-bmg: [SKIP][165] ([Intel XE#7112]) -> [PASS][166]
[165]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4932-15ccea1aede9d776f85ed002cf0df3c8ea8bd81e/shard-bmg-9/igt@kms_properties@plane-properties-legacy.html
[166]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165429v1/shard-bmg-7/igt@kms_properties@plane-properties-legacy.html
* igt@xe_eu_stall@non-blocking-re-enable:
- shard-bmg: [SKIP][167] ([Intel XE#6568]) -> [PASS][168]
[167]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4932-15ccea1aede9d776f85ed002cf0df3c8ea8bd81e/shard-bmg-9/igt@xe_eu_stall@non-blocking-re-enable.html
[168]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165429v1/shard-bmg-2/igt@xe_eu_stall@non-blocking-re-enable.html
* igt@xe_exec_balancer@many-execqueues-cm-virtual-userptr-rebind:
- shard-bmg: [SKIP][169] ([Intel XE#7827]) -> [PASS][170] +5 other tests pass
[169]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4932-15ccea1aede9d776f85ed002cf0df3c8ea8bd81e/shard-bmg-9/igt@xe_exec_balancer@many-execqueues-cm-virtual-userptr-rebind.html
[170]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165429v1/shard-bmg-3/igt@xe_exec_balancer@many-execqueues-cm-virtual-userptr-rebind.html
* igt@xe_exec_compute_mode@many-preempt-fence-early:
- shard-bmg: [DMESG-FAIL][171] -> [PASS][172]
[171]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4932-15ccea1aede9d776f85ed002cf0df3c8ea8bd81e/shard-bmg-9/igt@xe_exec_compute_mode@many-preempt-fence-early.html
[172]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165429v1/shard-bmg-8/igt@xe_exec_compute_mode@many-preempt-fence-early.html
* igt@xe_exec_fault_mode@twice-userptr-rebind:
- shard-bmg: [SKIP][173] ([Intel XE#7826]) -> [PASS][174] +30 other tests pass
[173]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4932-15ccea1aede9d776f85ed002cf0df3c8ea8bd81e/shard-bmg-9/igt@xe_exec_fault_mode@twice-userptr-rebind.html
[174]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165429v1/shard-bmg-10/igt@xe_exec_fault_mode@twice-userptr-rebind.html
* igt@xe_exec_reset@cm-cat-error:
- shard-bmg: [DMESG-WARN][175] -> [PASS][176]
[175]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4932-15ccea1aede9d776f85ed002cf0df3c8ea8bd81e/shard-bmg-9/igt@xe_exec_reset@cm-cat-error.html
[176]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165429v1/shard-bmg-7/igt@xe_exec_reset@cm-cat-error.html
* igt@xe_exec_sip@invalidinstr-walker-enabled:
- shard-bmg: [FAIL][177] -> [PASS][178] +3 other tests pass
[177]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4932-15ccea1aede9d776f85ed002cf0df3c8ea8bd81e/shard-bmg-9/igt@xe_exec_sip@invalidinstr-walker-enabled.html
[178]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165429v1/shard-bmg-8/igt@xe_exec_sip@invalidinstr-walker-enabled.html
* igt@xe_exec_system_allocator@threads-shared-vm-many-malloc-race:
- shard-bmg: [SKIP][179] ([Intel XE#7824]) -> [PASS][180] +361 other tests pass
[179]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4932-15ccea1aede9d776f85ed002cf0df3c8ea8bd81e/shard-bmg-9/igt@xe_exec_system_allocator@threads-shared-vm-many-malloc-race.html
[180]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165429v1/shard-bmg-10/igt@xe_exec_system_allocator@threads-shared-vm-many-malloc-race.html
* igt@xe_mmap@pci-membarrier:
- shard-bmg: [SKIP][181] ([Intel XE#5100]) -> [PASS][182]
[181]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4932-15ccea1aede9d776f85ed002cf0df3c8ea8bd81e/shard-bmg-9/igt@xe_mmap@pci-membarrier.html
[182]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165429v1/shard-bmg-10/igt@xe_mmap@pci-membarrier.html
* igt@xe_pat@false-sharing:
- shard-bmg: [SKIP][183] ([Intel XE#7590]) -> [PASS][184]
[183]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4932-15ccea1aede9d776f85ed002cf0df3c8ea8bd81e/shard-bmg-9/igt@xe_pat@false-sharing.html
[184]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165429v1/shard-bmg-10/igt@xe_pat@false-sharing.html
* igt@xe_sriov_vram@vf-access-provisioned:
- shard-bmg: [SKIP][185] -> [PASS][186] +45 other tests pass
[185]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4932-15ccea1aede9d776f85ed002cf0df3c8ea8bd81e/shard-bmg-9/igt@xe_sriov_vram@vf-access-provisioned.html
[186]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165429v1/shard-bmg-8/igt@xe_sriov_vram@vf-access-provisioned.html
#### Warnings ####
* igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels:
- shard-bmg: [SKIP][187] ([Intel XE#2370]) -> [SKIP][188] ([Intel XE#7825]) +1 other test skip
[187]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4932-15ccea1aede9d776f85ed002cf0df3c8ea8bd81e/shard-bmg-5/igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels.html
[188]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165429v1/shard-bmg-9/igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels.html
* igt@kms_big_fb@linear-32bpp-rotate-270:
- shard-bmg: [SKIP][189] ([Intel XE#7825]) -> [SKIP][190] ([Intel XE#2327]) +4 other tests skip
[189]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4932-15ccea1aede9d776f85ed002cf0df3c8ea8bd81e/shard-bmg-9/igt@kms_big_fb@linear-32bpp-rotate-270.html
[190]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165429v1/shard-bmg-5/igt@kms_big_fb@linear-32bpp-rotate-270.html
* igt@kms_big_fb@linear-8bpp-rotate-90:
- shard-bmg: [SKIP][191] ([Intel XE#2327]) -> [SKIP][192] ([Intel XE#7825])
[191]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4932-15ccea1aede9d776f85ed002cf0df3c8ea8bd81e/shard-bmg-8/igt@kms_big_fb@linear-8bpp-rotate-90.html
[192]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165429v1/shard-bmg-9/igt@kms_big_fb@linear-8bpp-rotate-90.html
* igt@kms_big_fb@linear-max-hw-stride-32bpp-rotate-0-hflip:
- shard-bmg: [SKIP][193] ([Intel XE#7059] / [Intel XE#7085]) -> [SKIP][194] ([Intel XE#7825]) +1 other test skip
[193]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4932-15ccea1aede9d776f85ed002cf0df3c8ea8bd81e/shard-bmg-8/igt@kms_big_fb@linear-max-hw-stride-32bpp-rotate-0-hflip.html
[194]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165429v1/shard-bmg-9/igt@kms_big_fb@linear-max-hw-stride-32bpp-rotate-0-hflip.html
* igt@kms_big_fb@linear-max-hw-stride-64bpp-rotate-180-hflip:
- shard-bmg: [SKIP][195] ([Intel XE#7825]) -> [SKIP][196] ([Intel XE#7059] / [Intel XE#7085])
[195]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4932-15ccea1aede9d776f85ed002cf0df3c8ea8bd81e/shard-bmg-9/igt@kms_big_fb@linear-max-hw-stride-64bpp-rotate-180-hflip.html
[196]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165429v1/shard-bmg-1/igt@kms_big_fb@linear-max-hw-stride-64bpp-rotate-180-hflip.html
* igt@kms_big_fb@y-tiled-8bpp-rotate-90:
- shard-bmg: [SKIP][197] ([Intel XE#7825]) -> [SKIP][198] ([Intel XE#1124]) +11 other tests skip
[197]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4932-15ccea1aede9d776f85ed002cf0df3c8ea8bd81e/shard-bmg-9/igt@kms_big_fb@y-tiled-8bpp-rotate-90.html
[198]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165429v1/shard-bmg-10/igt@kms_big_fb@y-tiled-8bpp-rotate-90.html
* igt@kms_big_fb@y-tiled-addfb:
- shard-bmg: [SKIP][199] ([Intel XE#2328] / [Intel XE#7367]) -> [SKIP][200] ([Intel XE#7825])
[199]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4932-15ccea1aede9d776f85ed002cf0df3c8ea8bd81e/shard-bmg-7/igt@kms_big_fb@y-tiled-addfb.html
[200]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165429v1/shard-bmg-9/igt@kms_big_fb@y-tiled-addfb.html
* igt@kms_big_fb@y-tiled-addfb-size-overflow:
- shard-bmg: [SKIP][201] ([Intel XE#7825]) -> [SKIP][202] ([Intel XE#610] / [Intel XE#7387])
[201]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4932-15ccea1aede9d776f85ed002cf0df3c8ea8bd81e/shard-bmg-9/igt@kms_big_fb@y-tiled-addfb-size-overflow.html
[202]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165429v1/shard-bmg-1/igt@kms_big_fb@y-tiled-addfb-size-overflow.html
* igt@kms_big_fb@yf-tiled-addfb-size-offset-overflow:
- shard-bmg: [SKIP][203] ([Intel XE#7825]) -> [SKIP][204] ([Intel XE#607] / [Intel XE#7361])
[203]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4932-15ccea1aede9d776f85ed002cf0df3c8ea8bd81e/shard-bmg-9/igt@kms_big_fb@yf-tiled-addfb-size-offset-overflow.html
[204]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165429v1/shard-bmg-10/igt@kms_big_fb@yf-tiled-addfb-size-offset-overflow.html
* igt@kms_big_fb@yf-tiled-addfb-size-overflow:
- shard-bmg: [SKIP][205] ([Intel XE#610] / [Intel XE#7387]) -> [SKIP][206] ([Intel XE#7825])
[205]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4932-15ccea1aede9d776f85ed002cf0df3c8ea8bd81e/shard-bmg-7/igt@kms_big_fb@yf-tiled-addfb-size-overflow.html
[206]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165429v1/shard-bmg-9/igt@kms_big_fb@yf-tiled-addfb-size-overflow.html
* igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-0-hflip:
- shard-bmg: [SKIP][207] ([Intel XE#1124]) -> [SKIP][208] ([Intel XE#7825]) +11 other tests skip
[207]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4932-15ccea1aede9d776f85ed002cf0df3c8ea8bd81e/shard-bmg-3/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-0-hflip.html
[208]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165429v1/shard-bmg-9/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-0-hflip.html
* igt@kms_ccs@bad-pixel-format-y-tiled-gen12-rc-ccs-cc:
- shard-bmg: [SKIP][209] ([Intel XE#7825]) -> [SKIP][210] ([Intel XE#2887]) +15 other tests skip
[209]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4932-15ccea1aede9d776f85ed002cf0df3c8ea8bd81e/shard-bmg-9/igt@kms_ccs@bad-pixel-format-y-tiled-gen12-rc-ccs-cc.html
[210]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165429v1/shard-bmg-6/igt@kms_ccs@bad-pixel-format-y-tiled-gen12-rc-ccs-cc.html
* igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-rc-ccs-cc:
- shard-bmg: [SKIP][211] ([Intel XE#7825]) -> [SKIP][212] ([Intel XE#3432]) +1 other test skip
[211]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4932-15ccea1aede9d776f85ed002cf0df3c8ea8bd81e/shard-bmg-9/igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-rc-ccs-cc.html
[212]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165429v1/shard-bmg-10/igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-rc-ccs-cc.html
* igt@kms_ccs@crc-primary-suspend-4-tiled-lnl-ccs:
- shard-bmg: [SKIP][213] ([Intel XE#7825]) -> [SKIP][214] ([Intel XE#2652]) +1 other test skip
[213]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4932-15ccea1aede9d776f85ed002cf0df3c8ea8bd81e/shard-bmg-9/igt@kms_ccs@crc-primary-suspend-4-tiled-lnl-ccs.html
[214]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165429v1/shard-bmg-8/igt@kms_ccs@crc-primary-suspend-4-tiled-lnl-ccs.html
* igt@kms_ccs@missing-ccs-buffer-yf-tiled-ccs:
- shard-bmg: [SKIP][215] ([Intel XE#2887]) -> [SKIP][216] ([Intel XE#7825]) +14 other tests skip
[215]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4932-15ccea1aede9d776f85ed002cf0df3c8ea8bd81e/shard-bmg-8/igt@kms_ccs@missing-ccs-buffer-yf-tiled-ccs.html
[216]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165429v1/shard-bmg-9/igt@kms_ccs@missing-ccs-buffer-yf-tiled-ccs.html
* igt@kms_ccs@random-ccs-data-4-tiled-lnl-ccs:
- shard-bmg: [SKIP][217] ([Intel XE#2652]) -> [SKIP][218] ([Intel XE#7825]) +2 other tests skip
[217]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4932-15ccea1aede9d776f85ed002cf0df3c8ea8bd81e/shard-bmg-2/igt@kms_ccs@random-ccs-data-4-tiled-lnl-ccs.html
[218]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165429v1/shard-bmg-9/igt@kms_ccs@random-ccs-data-4-tiled-lnl-ccs.html
* igt@kms_cdclk@mode-transition-all-outputs:
- shard-bmg: [SKIP][219] -> [SKIP][220] ([Intel XE#2724] / [Intel XE#7449])
[219]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4932-15ccea1aede9d776f85ed002cf0df3c8ea8bd81e/shard-bmg-9/igt@kms_cdclk@mode-transition-all-outputs.html
[220]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165429v1/shard-bmg-8/igt@kms_cdclk@mode-transition-all-outputs.html
* igt@kms_color_pipeline@plane-lut3d-green-only:
- shard-bmg: [SKIP][221] ([Intel XE#7006]) -> [SKIP][222] ([Intel XE#6969] / [Intel XE#7006])
[221]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4932-15ccea1aede9d776f85ed002cf0df3c8ea8bd81e/shard-bmg-9/igt@kms_color_pipeline@plane-lut3d-green-only.html
[222]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165429v1/shard-bmg-1/igt@kms_color_pipeline@plane-lut3d-green-only.html
* igt@kms_content_protection@content-type-change:
- shard-bmg: [SKIP][223] ([Intel XE#7825]) -> [SKIP][224] ([Intel XE#7642]) +1 other test skip
[223]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4932-15ccea1aede9d776f85ed002cf0df3c8ea8bd81e/shard-bmg-9/igt@kms_content_protection@content-type-change.html
[224]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165429v1/shard-bmg-1/igt@kms_content_protection@content-type-change.html
* igt@kms_content_protection@dp-mst-lic-type-0:
- shard-bmg: [SKIP][225] ([Intel XE#7825]) -> [SKIP][226] ([Intel XE#2390] / [Intel XE#6974])
[225]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4932-15ccea1aede9d776f85ed002cf0df3c8ea8bd81e/shard-bmg-9/igt@kms_content_protection@dp-mst-lic-type-0.html
[226]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165429v1/shard-bmg-2/igt@kms_content_protection@dp-mst-lic-type-0.html
* igt@kms_content_protection@dp-mst-type-0-suspend-resume:
- shard-bmg: [SKIP][227] ([Intel XE#6974]) -> [SKIP][228] ([Intel XE#7825])
[227]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4932-15ccea1aede9d776f85ed002cf0df3c8ea8bd81e/shard-bmg-7/igt@kms_content_protection@dp-mst-type-0-suspend-resume.html
[228]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165429v1/shard-bmg-9/igt@kms_content_protection@dp-mst-type-0-suspend-resume.html
* igt@kms_content_protection@legacy:
- shard-bmg: [FAIL][229] ([Intel XE#1178] / [Intel XE#3304] / [Intel XE#7374]) -> [SKIP][230] ([Intel XE#7825]) +2 other tests skip
[229]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4932-15ccea1aede9d776f85ed002cf0df3c8ea8bd81e/shard-bmg-2/igt@kms_content_protection@legacy.html
[230]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165429v1/shard-bmg-9/igt@kms_content_protection@legacy.html
* igt@kms_content_protection@lic-type-0-hdcp14:
- shard-bmg: [SKIP][231] ([Intel XE#7825]) -> [FAIL][232] ([Intel XE#1178] / [Intel XE#3304] / [Intel XE#7374]) +1 other test fail
[231]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4932-15ccea1aede9d776f85ed002cf0df3c8ea8bd81e/shard-bmg-9/igt@kms_content_protection@lic-type-0-hdcp14.html
[232]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165429v1/shard-bmg-7/igt@kms_content_protection@lic-type-0-hdcp14.html
* igt@kms_content_protection@uevent-hdcp14:
- shard-bmg: [SKIP][233] ([Intel XE#7825]) -> [FAIL][234] ([Intel XE#6707] / [Intel XE#7439])
[233]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4932-15ccea1aede9d776f85ed002cf0df3c8ea8bd81e/shard-bmg-9/igt@kms_content_protection@uevent-hdcp14.html
[234]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165429v1/shard-bmg-1/igt@kms_content_protection@uevent-hdcp14.html
* igt@kms_cursor_crc@cursor-offscreen-128x42:
- shard-bmg: [SKIP][235] ([Intel XE#7825]) -> [SKIP][236] ([Intel XE#2320]) +7 other tests skip
[235]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4932-15ccea1aede9d776f85ed002cf0df3c8ea8bd81e/shard-bmg-9/igt@kms_cursor_crc@cursor-offscreen-128x42.html
[236]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165429v1/shard-bmg-2/igt@kms_cursor_crc@cursor-offscreen-128x42.html
* igt@kms_cursor_crc@cursor-offscreen-512x512:
- shard-bmg: [SKIP][237] ([Intel XE#7825]) -> [SKIP][238] ([Intel XE#2321] / [Intel XE#7355]) +1 other test skip
[237]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4932-15ccea1aede9d776f85ed002cf0df3c8ea8bd81e/shard-bmg-9/igt@kms_cursor_crc@cursor-offscreen-512x512.html
[238]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165429v1/shard-bmg-3/igt@kms_cursor_crc@cursor-offscreen-512x512.html
* igt@kms_cursor_crc@cursor-onscreen-max-size:
- shard-bmg: [SKIP][239] ([Intel XE#2320]) -> [SKIP][240] ([Intel XE#7825]) +5 other tests skip
[239]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4932-15ccea1aede9d776f85ed002cf0df3c8ea8bd81e/shard-bmg-7/igt@kms_cursor_crc@cursor-onscreen-max-size.html
[240]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165429v1/shard-bmg-9/igt@kms_cursor_crc@cursor-onscreen-max-size.html
* igt@kms_cursor_crc@cursor-random-512x170:
- shard-bmg: [SKIP][241] ([Intel XE#2321] / [Intel XE#7355]) -> [SKIP][242] ([Intel XE#7825])
[241]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4932-15ccea1aede9d776f85ed002cf0df3c8ea8bd81e/shard-bmg-10/igt@kms_cursor_crc@cursor-random-512x170.html
[242]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165429v1/shard-bmg-9/igt@kms_cursor_crc@cursor-random-512x170.html
* igt@kms_cursor_legacy@flip-vs-cursor-legacy:
- shard-bmg: [FAIL][243] ([Intel XE#7571]) -> [SKIP][244] ([Intel XE#7825])
[243]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4932-15ccea1aede9d776f85ed002cf0df3c8ea8bd81e/shard-bmg-10/igt@kms_cursor_legacy@flip-vs-cursor-legacy.html
[244]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165429v1/shard-bmg-9/igt@kms_cursor_legacy@flip-vs-cursor-legacy.html
* igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions:
- shard-bmg: [SKIP][245] ([Intel XE#2286] / [Intel XE#6035]) -> [SKIP][246] ([Intel XE#7825])
[245]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4932-15ccea1aede9d776f85ed002cf0df3c8ea8bd81e/shard-bmg-8/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions.html
[246]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165429v1/shard-bmg-9/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions.html
* igt@kms_dirtyfb@fbc-dirtyfb-ioctl:
- shard-bmg: [SKIP][247] ([Intel XE#4210] / [Intel XE#7467]) -> [SKIP][248] ([Intel XE#7825])
[247]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4932-15ccea1aede9d776f85ed002cf0df3c8ea8bd81e/shard-bmg-7/igt@kms_dirtyfb@fbc-dirtyfb-ioctl.html
[248]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165429v1/shard-bmg-9/igt@kms_dirtyfb@fbc-dirtyfb-ioctl.html
* igt@kms_dp_link_training@uhbr-mst:
- shard-bmg: [SKIP][249] ([Intel XE#4354] / [Intel XE#7386]) -> [SKIP][250] ([Intel XE#7825])
[249]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4932-15ccea1aede9d776f85ed002cf0df3c8ea8bd81e/shard-bmg-3/igt@kms_dp_link_training@uhbr-mst.html
[250]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165429v1/shard-bmg-9/igt@kms_dp_link_training@uhbr-mst.html
* igt@kms_dp_link_training@uhbr-sst:
- shard-bmg: [SKIP][251] ([Intel XE#7825]) -> [SKIP][252] ([Intel XE#4354] / [Intel XE#5870])
[251]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4932-15ccea1aede9d776f85ed002cf0df3c8ea8bd81e/shard-bmg-9/igt@kms_dp_link_training@uhbr-sst.html
[252]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165429v1/shard-bmg-5/igt@kms_dp_link_training@uhbr-sst.html
* igt@kms_dsc@dsc-basic:
- shard-bmg: [SKIP][253] ([Intel XE#2244]) -> [SKIP][254] ([Intel XE#7825])
[253]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4932-15ccea1aede9d776f85ed002cf0df3c8ea8bd81e/shard-bmg-1/igt@kms_dsc@dsc-basic.html
[254]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165429v1/shard-bmg-9/igt@kms_dsc@dsc-basic.html
* igt@kms_dsc@dsc-fractional-bpp:
- shard-bmg: [SKIP][255] ([Intel XE#7825]) -> [SKIP][256] ([Intel XE#2244]) +1 other test skip
[255]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4932-15ccea1aede9d776f85ed002cf0df3c8ea8bd81e/shard-bmg-9/igt@kms_dsc@dsc-fractional-bpp.html
[256]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165429v1/shard-bmg-3/igt@kms_dsc@dsc-fractional-bpp.html
* igt@kms_flip@2x-flip-vs-absolute-wf_vblank:
- shard-bmg: [SKIP][257] ([Intel XE#2316]) -> [FAIL][258] ([Intel XE#3149] / [Intel XE#6266])
[257]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4932-15ccea1aede9d776f85ed002cf0df3c8ea8bd81e/shard-bmg-9/igt@kms_flip@2x-flip-vs-absolute-wf_vblank.html
[258]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165429v1/shard-bmg-6/igt@kms_flip@2x-flip-vs-absolute-wf_vblank.html
* igt@kms_flip@plain-flip-ts-check-interruptible:
- shard-bmg: [SKIP][259] ([Intel XE#2482]) -> [FAIL][260] ([Intel XE#5408] / [Intel XE#6266])
[259]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4932-15ccea1aede9d776f85ed002cf0df3c8ea8bd81e/shard-bmg-9/igt@kms_flip@plain-flip-ts-check-interruptible.html
[260]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165429v1/shard-bmg-6/igt@kms_flip@plain-flip-ts-check-interruptible.html
* igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs-downscaling:
- shard-bmg: [SKIP][261] ([Intel XE#7178] / [Intel XE#7351]) -> [SKIP][262] ([Intel XE#7178])
[261]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4932-15ccea1aede9d776f85ed002cf0df3c8ea8bd81e/shard-bmg-5/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs-downscaling.html
[262]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165429v1/shard-bmg-9/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs-downscaling.html
* igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-64bpp-ytile-downscaling:
- shard-bmg: [SKIP][263] ([Intel XE#2380]) -> [SKIP][264] ([Intel XE#7178] / [Intel XE#7351])
[263]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4932-15ccea1aede9d776f85ed002cf0df3c8ea8bd81e/shard-bmg-9/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-64bpp-ytile-downscaling.html
[264]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165429v1/shard-bmg-3/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-64bpp-ytile-downscaling.html
* igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-64bpp-ytile-upscaling:
- shard-bmg: [SKIP][265] ([Intel XE#7178] / [Intel XE#7351]) -> [SKIP][266] ([Intel XE#2380])
[265]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4932-15ccea1aede9d776f85ed002cf0df3c8ea8bd81e/shard-bmg-7/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-64bpp-ytile-upscaling.html
[266]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165429v1/shard-bmg-9/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-64bpp-ytile-upscaling.html
* igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tiledg2rcccs-downscaling:
- shard-bmg: [SKIP][267] ([Intel XE#7178] / [Intel XE#7349]) -> [SKIP][268] ([Intel XE#7178]) +1 other test skip
[267]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4932-15ccea1aede9d776f85ed002cf0df3c8ea8bd81e/shard-bmg-8/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tiledg2rcccs-downscaling.html
[268]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165429v1/shard-bmg-9/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tiledg2rcccs-downscaling.html
* igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling:
- shard-bmg: [SKIP][269] ([Intel XE#7178]) -> [SKIP][270] ([Intel XE#7178] / [Intel XE#7351])
[269]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4932-15ccea1aede9d776f85ed002cf0df3c8ea8bd81e/shard-bmg-9/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling.html
[270]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165429v1/shard-bmg-5/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling.html
* igt@kms_frontbuffer_tracking@drrs-1p-offscreen-pri-indfb-draw-render:
- shard-bmg: [SKIP][271] ([Intel XE#6314]) -> [SKIP][272] ([Intel XE#2311]) +2 other tests skip
[271]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4932-15ccea1aede9d776f85ed002cf0df3c8ea8bd81e/shard-bmg-9/igt@kms_frontbuffer_tracking@drrs-1p-offscreen-pri-indfb-draw-render.html
[272]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165429v1/shard-bmg-1/igt@kms_frontbuffer_tracking@drrs-1p-offscreen-pri-indfb-draw-render.html
* igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-spr-indfb-draw-blt:
- shard-bmg: [SKIP][273] ([Intel XE#2311]) -> [SKIP][274] ([Intel XE#2434] / [Intel XE#2548] / [Intel XE#6314]) +20 other tests skip
[273]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4932-15ccea1aede9d776f85ed002cf0df3c8ea8bd81e/shard-bmg-7/igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-spr-indfb-draw-blt.html
[274]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165429v1/shard-bmg-9/igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-spr-indfb-draw-blt.html
* igt@kms_frontbuffer_tracking@drrs-abgr161616f-draw-render:
- shard-bmg: [SKIP][275] ([Intel XE#6314]) -> [SKIP][276] ([Intel XE#7061] / [Intel XE#7356]) +8 other tests skip
[275]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4932-15ccea1aede9d776f85ed002cf0df3c8ea8bd81e/shard-bmg-9/igt@kms_frontbuffer_tracking@drrs-abgr161616f-draw-render.html
[276]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165429v1/shard-bmg-7/igt@kms_frontbuffer_tracking@drrs-abgr161616f-draw-render.html
* igt@kms_frontbuffer_tracking@drrs-rgb565-draw-render:
- shard-bmg: [SKIP][277] ([Intel XE#2434] / [Intel XE#2548] / [Intel XE#6314]) -> [SKIP][278] ([Intel XE#2311]) +21 other tests skip
[277]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4932-15ccea1aede9d776f85ed002cf0df3c8ea8bd81e/shard-bmg-9/igt@kms_frontbuffer_tracking@drrs-rgb565-draw-render.html
[278]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165429v1/shard-bmg-6/igt@kms_frontbuffer_tracking@drrs-rgb565-draw-render.html
* igt@kms_frontbuffer_tracking@fbc-1p-primscrn-indfb-msflip-blt:
- shard-bmg: [SKIP][279] ([Intel XE#2434] / [Intel XE#2548] / [Intel XE#6314]) -> [SKIP][280] ([Intel XE#4141]) +11 other tests skip
[279]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4932-15ccea1aede9d776f85ed002cf0df3c8ea8bd81e/shard-bmg-9/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-indfb-msflip-blt.html
[280]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165429v1/shard-bmg-7/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-indfb-msflip-blt.html
* igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-draw-blt:
- shard-bmg: [SKIP][281] ([Intel XE#4141]) -> [SKIP][282] ([Intel XE#2434] / [Intel XE#2548] / [Intel XE#6314]) +11 other tests skip
[281]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4932-15ccea1aede9d776f85ed002cf0df3c8ea8bd81e/shard-bmg-5/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-draw-blt.html
[282]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165429v1/shard-bmg-9/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-draw-blt.html
* igt@kms_frontbuffer_tracking@fbc-2p-primscrn-shrfb-plflip-blt:
- shard-bmg: [SKIP][283] ([Intel XE#4141]) -> [SKIP][284] ([Intel XE#2312])
[283]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4932-15ccea1aede9d776f85ed002cf0df3c8ea8bd81e/shard-bmg-8/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-shrfb-plflip-blt.html
[284]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165429v1/shard-bmg-6/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-shrfb-plflip-blt.html
* igt@kms_frontbuffer_tracking@fbc-argb161616f-draw-render:
- shard-bmg: [SKIP][285] ([Intel XE#7061] / [Intel XE#7356]) -> [SKIP][286] ([Intel XE#6314]) +4 other tests skip
[285]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4932-15ccea1aede9d776f85ed002cf0df3c8ea8bd81e/shard-bmg-1/igt@kms_frontbuffer_tracking@fbc-argb161616f-draw-render.html
[286]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165429v1/shard-bmg-9/igt@kms_frontbuffer_tracking@fbc-argb161616f-draw-render.html
* igt@kms_frontbuffer_tracking@fbc-rgb565-draw-mmap-wc:
- shard-bmg: [SKIP][287] ([Intel XE#2548] / [Intel XE#6314]) -> [SKIP][288] ([Intel XE#4141]) +2 other tests skip
[287]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4932-15ccea1aede9d776f85ed002cf0df3c8ea8bd81e/shard-bmg-9/igt@kms_frontbuffer_tracking@fbc-rgb565-draw-mmap-wc.html
[288]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165429v1/shard-bmg-1/igt@kms_frontbuffer_tracking@fbc-rgb565-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@fbc-rgb565-draw-render:
- shard-bmg: [SKIP][289] ([Intel XE#4141]) -> [SKIP][290] ([Intel XE#2548] / [Intel XE#6314]) +1 other test skip
[289]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4932-15ccea1aede9d776f85ed002cf0df3c8ea8bd81e/shard-bmg-7/igt@kms_frontbuffer_tracking@fbc-rgb565-draw-render.html
[290]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165429v1/shard-bmg-9/igt@kms_frontbuffer_tracking@fbc-rgb565-draw-render.html
* igt@kms_frontbuffer_tracking@fbc-tiling-y:
- shard-bmg: [SKIP][291] ([Intel XE#2352] / [Intel XE#7399]) -> [SKIP][292] ([Intel XE#2548] / [Intel XE#6314])
[291]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4932-15ccea1aede9d776f85ed002cf0df3c8ea8bd81e/shard-bmg-3/igt@kms_frontbuffer_tracking@fbc-tiling-y.html
[292]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165429v1/shard-bmg-9/igt@kms_frontbuffer_tracking@fbc-tiling-y.html
* igt@kms_frontbuffer_tracking@fbcdrrs-1p-offscreen-pri-shrfb-draw-render:
- shard-bmg: [SKIP][293] ([Intel XE#2311]) -> [SKIP][294] ([Intel XE#6314])
[293]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4932-15ccea1aede9d776f85ed002cf0df3c8ea8bd81e/shard-bmg-5/igt@kms_frontbuffer_tracking@fbcdrrs-1p-offscreen-pri-shrfb-draw-render.html
[294]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165429v1/shard-bmg-9/igt@kms_frontbuffer_tracking@fbcdrrs-1p-offscreen-pri-shrfb-draw-render.html
* igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-cur-indfb-draw-mmap-wc:
- shard-bmg: [SKIP][295] ([Intel XE#2312]) -> [SKIP][296] ([Intel XE#2311])
[295]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4932-15ccea1aede9d776f85ed002cf0df3c8ea8bd81e/shard-bmg-6/igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-cur-indfb-draw-mmap-wc.html
[296]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165429v1/shard-bmg-5/igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-cur-indfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-pri-indfb-draw-blt:
- shard-bmg: [SKIP][297] ([Intel XE#2548] / [Intel XE#6314]) -> [SKIP][298] ([Intel XE#2311]) +7 other tests skip
[297]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4932-15ccea1aede9d776f85ed002cf0df3c8ea8bd81e/shard-bmg-9/igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-pri-indfb-draw-blt.html
[298]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165429v1/shard-bmg-8/igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-pri-indfb-draw-blt.html
* igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-pri-shrfb-draw-render:
- shard-bmg: [SKIP][299] ([Intel XE#2311]) -> [SKIP][300] ([Intel XE#2548] / [Intel XE#6314]) +5 other tests skip
[299]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4932-15ccea1aede9d776f85ed002cf0df3c8ea8bd81e/shard-bmg-5/igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-pri-shrfb-draw-render.html
[300]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165429v1/shard-bmg-9/igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-pri-shrfb-draw-render.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-offscreen-pri-shrfb-draw-render:
- shard-bmg: [SKIP][301] ([Intel XE#6314]) -> [SKIP][302] ([Intel XE#2313]) +1 other test skip
[301]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4932-15ccea1aede9d776f85ed002cf0df3c8ea8bd81e/shard-bmg-9/igt@kms_frontbuffer_tracking@fbcpsr-1p-offscreen-pri-shrfb-draw-render.html
[302]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165429v1/shard-bmg-6/igt@kms_frontbuffer_tracking@fbcpsr-1p-offscreen-pri-shrfb-draw-render.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-pri-shrfb-draw-blt:
- shard-bmg: [SKIP][303] ([Intel XE#2313]) -> [SKIP][304] ([Intel XE#2312]) +1 other test skip
[303]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4932-15ccea1aede9d776f85ed002cf0df3c8ea8bd81e/shard-bmg-1/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-pri-shrfb-draw-blt.html
[304]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165429v1/shard-bmg-6/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-pri-shrfb-draw-blt.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-shrfb-pgflip-blt:
- shard-bmg: [SKIP][305] ([Intel XE#2548] / [Intel XE#6314]) -> [SKIP][306] ([Intel XE#2312])
[305]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4932-15ccea1aede9d776f85ed002cf0df3c8ea8bd81e/shard-bmg-9/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-shrfb-pgflip-blt.html
[306]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165429v1/shard-bmg-6/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-shrfb-pgflip-blt.html
* igt@kms_frontbuffer_tracking@fbcpsr-rgb565-draw-blt:
- shard-bmg: [SKIP][307] ([Intel XE#2313]) -> [SKIP][308] ([Intel XE#2548] / [Intel XE#6314]) +25 other tests skip
[307]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4932-15ccea1aede9d776f85ed002cf0df3c8ea8bd81e/shard-bmg-10/igt@kms_frontbuffer_tracking@fbcpsr-rgb565-draw-blt.html
[308]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165429v1/shard-bmg-9/igt@kms_frontbuffer_tracking@fbcpsr-rgb565-draw-blt.html
* igt@kms_frontbuffer_tracking@psr-1p-offscreen-pri-indfb-draw-mmap-wc:
- shard-bmg: [SKIP][309] ([Intel XE#2313]) -> [SKIP][310] ([Intel XE#6314]) +1 other test skip
[309]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4932-15ccea1aede9d776f85ed002cf0df3c8ea8bd81e/shard-bmg-6/igt@kms_frontbuffer_tracking@psr-1p-offscreen-pri-indfb-draw-mmap-wc.html
[310]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165429v1/shard-bmg-9/igt@kms_frontbuffer_tracking@psr-1p-offscreen-pri-indfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@psr-2p-primscrn-cur-indfb-onoff:
- shard-bmg: [SKIP][311] ([Intel XE#2312]) -> [SKIP][312] ([Intel XE#2313]) +1 other test skip
[311]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4932-15ccea1aede9d776f85ed002cf0df3c8ea8bd81e/shard-bmg-6/igt@kms_frontbuffer_tracking@psr-2p-primscrn-cur-indfb-onoff.html
[312]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165429v1/shard-bmg-7/igt@kms_frontbuffer_tracking@psr-2p-primscrn-cur-indfb-onoff.html
* igt@kms_frontbuffer_tracking@psr-2p-primscrn-indfb-plflip-blt:
- shard-bmg: [SKIP][313] ([Intel XE#2548] / [Intel XE#6314]) -> [SKIP][314] ([Intel XE#2313]) +28 other tests skip
[313]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4932-15ccea1aede9d776f85ed002cf0df3c8ea8bd81e/shard-bmg-9/igt@kms_frontbuffer_tracking@psr-2p-primscrn-indfb-plflip-blt.html
[314]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165429v1/shard-bmg-8/igt@kms_frontbuffer_tracking@psr-2p-primscrn-indfb-plflip-blt.html
* igt@kms_hdr@brightness-with-hdr:
- shard-bmg: [SKIP][315] ([Intel XE#7825]) -> [SKIP][316] ([Intel XE#3374] / [Intel XE#3544])
[315]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4932-15ccea1aede9d776f85ed002cf0df3c8ea8bd81e/shard-bmg-9/igt@kms_hdr@brightness-with-hdr.html
[316]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165429v1/shard-bmg-8/igt@kms_hdr@brightness-with-hdr.html
* igt@kms_joiner@invalid-modeset-ultra-joiner:
- shard-bmg: [SKIP][317] -> [SKIP][318] ([Intel XE#6911] / [Intel XE#7378])
[317]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4932-15ccea1aede9d776f85ed002cf0df3c8ea8bd81e/shard-bmg-9/igt@kms_joiner@invalid-modeset-ultra-joiner.html
[318]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165429v1/shard-bmg-7/igt@kms_joiner@invalid-modeset-ultra-joiner.html
* igt@kms_pipe_stress@stress-xrgb8888-ytiled:
- shard-bmg: [SKIP][319] ([Intel XE#4329] / [Intel XE#6912] / [Intel XE#7375]) -> [SKIP][320] ([Intel XE#7825])
[319]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4932-15ccea1aede9d776f85ed002cf0df3c8ea8bd81e/shard-bmg-7/igt@kms_pipe_stress@stress-xrgb8888-ytiled.html
[320]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165429v1/shard-bmg-9/igt@kms_pipe_stress@stress-xrgb8888-ytiled.html
* igt@kms_plane_lowres@tiling-x:
- shard-bmg: [SKIP][321] ([Intel XE#7825]) -> [DMESG-FAIL][322] ([Intel XE#5681] / [Intel XE#7725])
[321]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4932-15ccea1aede9d776f85ed002cf0df3c8ea8bd81e/shard-bmg-9/igt@kms_plane_lowres@tiling-x.html
[322]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165429v1/shard-bmg-6/igt@kms_plane_lowres@tiling-x.html
* igt@kms_plane_multiple@2x-tiling-yf:
- shard-bmg: [SKIP][323] ([Intel XE#5021] / [Intel XE#7377]) -> [SKIP][324] ([Intel XE#7825])
[323]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4932-15ccea1aede9d776f85ed002cf0df3c8ea8bd81e/shard-bmg-7/igt@kms_plane_multiple@2x-tiling-yf.html
[324]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165429v1/shard-bmg-9/igt@kms_plane_multiple@2x-tiling-yf.html
* igt@kms_plane_multiple@tiling-yf:
- shard-bmg: [SKIP][325] ([Intel XE#7825]) -> [SKIP][326] ([Intel XE#5020] / [Intel XE#7348])
[325]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4932-15ccea1aede9d776f85ed002cf0df3c8ea8bd81e/shard-bmg-9/igt@kms_plane_multiple@tiling-yf.html
[326]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165429v1/shard-bmg-5/igt@kms_plane_multiple@tiling-yf.html
* igt@kms_pm_rpm@package-g7:
- shard-bmg: [SKIP][327] ([Intel XE#6813]) -> [SKIP][328] ([Intel XE#6814] / [Intel XE#7428])
[327]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4932-15ccea1aede9d776f85ed002cf0df3c8ea8bd81e/shard-bmg-9/igt@kms_pm_rpm@package-g7.html
[328]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165429v1/shard-bmg-5/igt@kms_pm_rpm@package-g7.html
* igt@kms_rotation_crc@primary-rotation-270:
- shard-bmg: [SKIP][329] ([Intel XE#7825]) -> [SKIP][330] ([Intel XE#3904] / [Intel XE#7342])
[329]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4932-15ccea1aede9d776f85ed002cf0df3c8ea8bd81e/shard-bmg-9/igt@kms_rotation_crc@primary-rotation-270.html
[330]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165429v1/shard-bmg-7/igt@kms_rotation_crc@primary-rotation-270.html
* igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90:
- shard-bmg: [SKIP][331] ([Intel XE#3904] / [Intel XE#7342]) -> [SKIP][332] ([Intel XE#7825])
[331]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4932-15ccea1aede9d776f85ed002cf0df3c8ea8bd81e/shard-bmg-10/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90.html
[332]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165429v1/shard-bmg-9/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90.html
* igt@kms_scaling_modes@scaling-mode-full-aspect:
- shard-bmg: [SKIP][333] ([Intel XE#2413]) -> [SKIP][334] ([Intel XE#7825]) +1 other test skip
[333]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4932-15ccea1aede9d776f85ed002cf0df3c8ea8bd81e/shard-bmg-8/igt@kms_scaling_modes@scaling-mode-full-aspect.html
[334]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165429v1/shard-bmg-9/igt@kms_scaling_modes@scaling-mode-full-aspect.html
* igt@kms_setmode@basic:
- shard-bmg: [SKIP][335] ([Intel XE#1435]) -> [FAIL][336] ([Intel XE#6361])
[335]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4932-15ccea1aede9d776f85ed002cf0df3c8ea8bd81e/shard-bmg-9/igt@kms_setmode@basic.html
[336]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165429v1/shard-bmg-7/igt@kms_setmode@basic.html
* igt@kms_sharpness_filter@filter-formats:
- shard-bmg: [SKIP][337] ([Intel XE#6503]) -> [SKIP][338] ([Intel XE#7825]) +1 other test skip
[337]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4932-15ccea1aede9d776f85ed002cf0df3c8ea8bd81e/shard-bmg-7/igt@kms_sharpness_filter@filter-formats.html
[338]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165429v1/shard-bmg-9/igt@kms_sharpness_filter@filter-formats.html
* igt@kms_sharpness_filter@filter-rotations:
- shard-bmg: [SKIP][339] ([Intel XE#7825]) -> [SKIP][340] ([Intel XE#6503]) +2 other tests skip
[339]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4932-15ccea1aede9d776f85ed002cf0df3c8ea8bd81e/shard-bmg-9/igt@kms_sharpness_filter@filter-rotations.html
[340]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165429v1/shard-bmg-3/igt@kms_sharpness_filter@filter-rotations.html
* igt@kms_vrr@lobf:
- shard-bmg: [SKIP][341] ([Intel XE#7825]) -> [SKIP][342] ([Intel XE#2168] / [Intel XE#7444]) +1 other test skip
[341]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4932-15ccea1aede9d776f85ed002cf0df3c8ea8bd81e/shard-bmg-9/igt@kms_vrr@lobf.html
[342]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165429v1/shard-bmg-10/igt@kms_vrr@lobf.html
* igt@kms_vrr@seamless-rr-switch-drrs:
- shard-bmg: [SKIP][343] ([Intel XE#1499]) -> [SKIP][344] ([Intel XE#7825]) +2 other tests skip
[343]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4932-15ccea1aede9d776f85ed002cf0df3c8ea8bd81e/shard-bmg-3/igt@kms_vrr@seamless-rr-switch-drrs.html
[344]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165429v1/shard-bmg-9/igt@kms_vrr@seamless-rr-switch-drrs.html
* igt@xe_evict@evict-mixed-many-threads-small:
- shard-bmg: [SKIP][345] -> [INCOMPLETE][346] ([Intel XE#6321]) +1 other test incomplete
[345]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4932-15ccea1aede9d776f85ed002cf0df3c8ea8bd81e/shard-bmg-9/igt@xe_evict@evict-mixed-many-threads-small.html
[346]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165429v1/shard-bmg-1/igt@xe_evict@evict-mixed-many-threads-small.html
* igt@xe_evict@evict-small-multi-queue-cm:
- shard-bmg: [SKIP][347] -> [SKIP][348] ([Intel XE#7140]) +1 other test skip
[347]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4932-15ccea1aede9d776f85ed002cf0df3c8ea8bd81e/shard-bmg-9/igt@xe_evict@evict-small-multi-queue-cm.html
[348]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165429v1/shard-bmg-7/igt@xe_evict@evict-small-multi-queue-cm.html
* igt@xe_exec_fault_mode@many-execqueues-multi-queue-userptr:
- shard-bmg: [SKIP][349] ([Intel XE#7826]) -> [SKIP][350] ([Intel XE#7136]) +16 other tests skip
[349]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4932-15ccea1aede9d776f85ed002cf0df3c8ea8bd81e/shard-bmg-9/igt@xe_exec_fault_mode@many-execqueues-multi-queue-userptr.html
[350]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165429v1/shard-bmg-6/igt@xe_exec_fault_mode@many-execqueues-multi-queue-userptr.html
* igt@xe_exec_fault_mode@twice-multi-queue-userptr:
- shard-bmg: [SKIP][351] ([Intel XE#7136]) -> [SKIP][352] ([Intel XE#7826]) +15 other tests skip
[351]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4932-15ccea1aede9d776f85ed002cf0df3c8ea8bd81e/shard-bmg-7/igt@xe_exec_fault_mode@twice-multi-queue-userptr.html
[352]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165429v1/shard-bmg-9/igt@xe_exec_fault_mode@twice-multi-queue-userptr.html
{name}: This element is suppressed. This means it is ignored when computing
the status of the difference (SUCCESS, WARNING, or FAILURE).
[Intel XE#1124]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1124
[Intel XE#1178]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1178
[Intel XE#1435]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1435
[Intel XE#1439]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1439
[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#2134]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2134
[Intel XE#2168]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2168
[Intel XE#2229]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2229
[Intel XE#2234]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2234
[Intel XE#2244]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2244
[Intel XE#2252]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2252
[Intel XE#2286]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2286
[Intel XE#2291]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2291
[Intel XE#2311]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2311
[Intel XE#2312]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2312
[Intel XE#2313]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2313
[Intel XE#2316]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2316
[Intel XE#2320]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2320
[Intel XE#2321]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2321
[Intel XE#2322]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2322
[Intel XE#2325]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2325
[Intel XE#2327]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2327
[Intel XE#2328]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2328
[Intel XE#2352]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2352
[Intel XE#2370]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2370
[Intel XE#2373]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2373
[Intel XE#2380]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2380
[Intel XE#2390]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2390
[Intel XE#2413]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2413
[Intel XE#2434]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2434
[Intel XE#2482]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2482
[Intel XE#2548]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2548
[Intel XE#2568]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2568
[Intel XE#2652]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2652
[Intel XE#2724]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2724
[Intel XE#2763]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2763
[Intel XE#2850]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2850
[Intel XE#2887]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2887
[Intel XE#3141]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3141
[Intel XE#3149]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3149
[Intel XE#3297]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3297
[Intel XE#3304]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3304
[Intel XE#3321]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3321
[Intel XE#3374]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3374
[Intel XE#3432]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3432
[Intel XE#3544]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3544
[Intel XE#367]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/367
[Intel XE#3718]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3718
[Intel XE#3904]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3904
[Intel XE#4141]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4141
[Intel XE#4210]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4210
[Intel XE#4227]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4227
[Intel XE#4329]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4329
[Intel XE#4354]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4354
[Intel XE#4733]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4733
[Intel XE#4882]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4882
[Intel XE#4886]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4886
[Intel XE#5020]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5020
[Intel XE#5021]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5021
[Intel XE#5100]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5100
[Intel XE#5408]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5408
[Intel XE#5545]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5545
[Intel XE#5681]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5681
[Intel XE#5870]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5870
[Intel XE#6035]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6035
[Intel XE#607]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/607
[Intel XE#6078]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6078
[Intel XE#610]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/610
[Intel XE#6266]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6266
[Intel XE#6314]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6314
[Intel XE#6321]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6321
[Intel XE#6361]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6361
[Intel XE#6503]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6503
[Intel XE#6568]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6568
[Intel XE#6652]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6652
[Intel XE#6707]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6707
[Intel XE#6813]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6813
[Intel XE#6814]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6814
[Intel XE#6874]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6874
[Intel XE#6886]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6886
[Intel XE#6901]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6901
[Intel XE#6911]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6911
[Intel XE#6912]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6912
[Intel XE#6964]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6964
[Intel XE#6969]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6969
[Intel XE#6974]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6974
[Intel XE#7006]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7006
[Intel XE#7059]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7059
[Intel XE#7061]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7061
[Intel XE#7079]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7079
[Intel XE#7082]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7082
[Intel XE#7085]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7085
[Intel XE#7086]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7086
[Intel XE#7089]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7089
[Intel XE#7111]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7111
[Intel XE#7112]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7112
[Intel XE#7136]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7136
[Intel XE#7138]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7138
[Intel XE#7140]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7140
[Intel XE#7178]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7178
[Intel XE#7308]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7308
[Intel XE#7342]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7342
[Intel XE#7348]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7348
[Intel XE#7349]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7349
[Intel XE#7351]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7351
[Intel XE#7355]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7355
[Intel XE#7356]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7356
[Intel XE#7358]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7358
[Intel XE#7361]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7361
[Intel XE#7367]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7367
[Intel XE#7372]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7372
[Intel XE#7374]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7374
[Intel XE#7375]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7375
[Intel XE#7376]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7376
[Intel XE#7377]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7377
[Intel XE#7378]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7378
[Intel XE#7383]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7383
[Intel XE#7386]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7386
[Intel XE#7387]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7387
[Intel XE#7399]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7399
[Intel XE#7417]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7417
[Intel XE#7428]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7428
[Intel XE#7439]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7439
[Intel XE#7444]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7444
[Intel XE#7449]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7449
[Intel XE#7466]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7466
[Intel XE#7467]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7467
[Intel XE#7571]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7571
[Intel XE#7590]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7590
[Intel XE#7591]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7591
[Intel XE#7636]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7636
[Intel XE#7642]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7642
[Intel XE#7679]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7679
[Intel XE#7687]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7687
[Intel XE#7695]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7695
[Intel XE#7725]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7725
[Intel XE#7780]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7780
[Intel XE#7824]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7824
[Intel XE#7825]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7825
[Intel XE#7826]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7826
[Intel XE#7827]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7827
[Intel XE#836]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/836
[Intel XE#870]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/870
Build changes
-------------
* IGT: IGT_8872 -> IGT_8873
* Linux: xe-4932-15ccea1aede9d776f85ed002cf0df3c8ea8bd81e -> xe-pw-165429v1
IGT_8872: e70db143b7bafe09bdea4d33188cb10d2070d0e5 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
IGT_8873: a5c5d655807ead8204e01754b6434f0ecae40b96 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
xe-4932-15ccea1aede9d776f85ed002cf0df3c8ea8bd81e: 15ccea1aede9d776f85ed002cf0df3c8ea8bd81e
xe-pw-165429v1: 165429v1
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-165429v1/index.html
[-- Attachment #2: Type: text/html, Size: 114641 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH] vfio/xe: avoid duplicate reset in xe_vfio_pci_reset_done
2026-04-24 9:17 [PATCH] vfio/xe: avoid duplicate reset in xe_vfio_pci_reset_done zhaoguohan
` (3 preceding siblings ...)
2026-04-24 15:26 ` ✗ Xe.CI.FULL: failure " Patchwork
@ 2026-04-24 16:47 ` Alex Williamson
2026-04-27 1:21 ` [PATCH v2] " zhaoguohan
5 siblings, 0 replies; 7+ messages in thread
From: Alex Williamson @ 2026-04-24 16:47 UTC (permalink / raw)
To: zhaoguohan
Cc: Michał Winiarski, kvm, intel-xe, Jason Gunthorpe,
Yishai Hadas, Shameer Kolothum, Kevin Tian, linux-kernel, alex
On Fri, 24 Apr 2026 17:17:19 +0800
zhaoguohan@kylinos.cn wrote:
> From: GuoHan Zhao <zhaoguohan@kylinos.cn>
>
> xe_vfio_pci_reset_done() sets deferred_reset and, when it manages to
> acquire state_mutex itself, hands the cleanup off to
> xe_vfio_pci_state_mutex_unlock().
>
> That helper already clears deferred_reset and runs xe_vfio_pci_reset()
> before dropping the mutex. Calling xe_vfio_pci_reset() again right
> afterwards repeats the reset handling unnecessarily.
>
> Fixes: 1b81ed612e12 ("vfio/xe: Reorganize the init to decouple migration from reset")
Change looks good to me, but the Fixes: attribution is wrong, this has
been present since the original code in 1f5556ec8b9e ("vfio/xe: Add
device specific vfio_pci driver variant for Intel graphics"). Thanks,
Alex
> Signed-off-by: GuoHan Zhao <zhaoguohan@kylinos.cn>
> ---
> drivers/vfio/pci/xe/main.c | 2 --
> 1 file changed, 2 deletions(-)
>
> diff --git a/drivers/vfio/pci/xe/main.c b/drivers/vfio/pci/xe/main.c
> index 4ecadbbfd86e..cbff5af385ef 100644
> --- a/drivers/vfio/pci/xe/main.c
> +++ b/drivers/vfio/pci/xe/main.c
> @@ -135,8 +135,6 @@ static void xe_vfio_pci_reset_done(struct pci_dev *pdev)
> }
> spin_unlock(&xe_vdev->reset_lock);
> xe_vfio_pci_state_mutex_unlock(xe_vdev);
> -
> - xe_vfio_pci_reset(xe_vdev);
> }
>
> static const struct pci_error_handlers xe_vfio_pci_err_handlers = {
^ permalink raw reply [flat|nested] 7+ messages in thread
* [PATCH v2] vfio/xe: avoid duplicate reset in xe_vfio_pci_reset_done
2026-04-24 9:17 [PATCH] vfio/xe: avoid duplicate reset in xe_vfio_pci_reset_done zhaoguohan
` (4 preceding siblings ...)
2026-04-24 16:47 ` [PATCH] " Alex Williamson
@ 2026-04-27 1:21 ` zhaoguohan
5 siblings, 0 replies; 7+ messages in thread
From: zhaoguohan @ 2026-04-27 1:21 UTC (permalink / raw)
To: Alex Williamson, Michał Winiarski, kvm, intel-xe
Cc: Jason Gunthorpe, Yishai Hadas, Shameer Kolothum, Kevin Tian,
Rodrigo Vivi, Thomas Hellström, linux-kernel
From: GuoHan Zhao <zhaoguohan@kylinos.cn>
xe_vfio_pci_reset_done() sets deferred_reset and, when it manages to
acquire state_mutex itself, hands the cleanup off to
xe_vfio_pci_state_mutex_unlock().
That helper already clears deferred_reset and runs xe_vfio_pci_reset()
before dropping the mutex. Calling xe_vfio_pci_reset() again right
afterwards repeats the reset handling unnecessarily.
Fixes: 1f5556ec8b9e ("vfio/xe: Add device specific vfio_pci driver variant for Intel graphics")
Signed-off-by: GuoHan Zhao <zhaoguohan@kylinos.cn>
---
v2:
- Correct the Fixes tag to point to 1f5556ec8b9e
drivers/vfio/pci/xe/main.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/drivers/vfio/pci/xe/main.c b/drivers/vfio/pci/xe/main.c
index 4ecadbbfd86e..cbff5af385ef 100644
--- a/drivers/vfio/pci/xe/main.c
+++ b/drivers/vfio/pci/xe/main.c
@@ -135,8 +135,6 @@ static void xe_vfio_pci_reset_done(struct pci_dev *pdev)
}
spin_unlock(&xe_vdev->reset_lock);
xe_vfio_pci_state_mutex_unlock(xe_vdev);
-
- xe_vfio_pci_reset(xe_vdev);
}
static const struct pci_error_handlers xe_vfio_pci_err_handlers = {
--
2.43.0
^ permalink raw reply related [flat|nested] 7+ messages in thread
end of thread, other threads:[~2026-04-27 11:51 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-24 9:17 [PATCH] vfio/xe: avoid duplicate reset in xe_vfio_pci_reset_done zhaoguohan
2026-04-24 12:41 ` ✗ CI.checkpatch: warning for " Patchwork
2026-04-24 12:42 ` ✓ CI.KUnit: success " Patchwork
2026-04-24 14:05 ` ✓ Xe.CI.BAT: " Patchwork
2026-04-24 15:26 ` ✗ Xe.CI.FULL: failure " Patchwork
2026-04-24 16:47 ` [PATCH] " Alex Williamson
2026-04-27 1:21 ` [PATCH v2] " zhaoguohan
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox