* ✓ CI.Patch_applied: success for drm/xe/client: Check return value of xe_force_wake_get
2024-05-28 10:11 [PATCH] drm/xe/client: Check return value of xe_force_wake_get Nirmoy Das
@ 2024-05-28 10:32 ` Patchwork
2024-05-28 10:32 ` ✓ CI.checkpatch: " Patchwork
` (14 subsequent siblings)
15 siblings, 0 replies; 22+ messages in thread
From: Patchwork @ 2024-05-28 10:32 UTC (permalink / raw)
To: Nirmoy Das; +Cc: intel-xe
== Series Details ==
Series: drm/xe/client: Check return value of xe_force_wake_get
URL : https://patchwork.freedesktop.org/series/134121/
State : success
== Summary ==
=== Applying kernel patches on branch 'drm-tip' with base: ===
Base commit: 5ba74aaea55b drm-tip: 2024y-05m-28d-09h-56m-00s UTC integration manifest
=== git am output follows ===
Applying: drm/xe/client: Check return value of xe_force_wake_get
^ permalink raw reply [flat|nested] 22+ messages in thread* ✓ CI.checkpatch: success for drm/xe/client: Check return value of xe_force_wake_get
2024-05-28 10:11 [PATCH] drm/xe/client: Check return value of xe_force_wake_get Nirmoy Das
2024-05-28 10:32 ` ✓ CI.Patch_applied: success for " Patchwork
@ 2024-05-28 10:32 ` Patchwork
2024-05-28 10:33 ` ✗ CI.KUnit: failure " Patchwork
` (13 subsequent siblings)
15 siblings, 0 replies; 22+ messages in thread
From: Patchwork @ 2024-05-28 10:32 UTC (permalink / raw)
To: Nirmoy Das; +Cc: intel-xe
== Series Details ==
Series: drm/xe/client: Check return value of xe_force_wake_get
URL : https://patchwork.freedesktop.org/series/134121/
State : success
== 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
51ce9f6cd981d42d7467409d7dbc559a450abc1e
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 282e1db9d919d9b076a43797211da306566f0864
Author: Nirmoy Das <nirmoy.das@intel.com>
Date: Tue May 28 12:11:32 2024 +0200
drm/xe/client: Check return value of xe_force_wake_get
xe_force_wake_get() can return error so check it's return value
before reading gpu_timestamp value.
Fixes: 188ced1e0ff8 ("drm/xe/client: Print runtime to fdinfo")
Cc: Lucas De Marchi <lucas.demarchi@intel.com>
Signed-off-by: Nirmoy Das <nirmoy.das@intel.com>
+ /mt/dim checkpatch 5ba74aaea55bf295898f2a4f69c59fe12e84e842 drm-intel
282e1db9d919 drm/xe/client: Check return value of xe_force_wake_get
^ permalink raw reply [flat|nested] 22+ messages in thread* ✗ CI.KUnit: failure for drm/xe/client: Check return value of xe_force_wake_get
2024-05-28 10:11 [PATCH] drm/xe/client: Check return value of xe_force_wake_get Nirmoy Das
2024-05-28 10:32 ` ✓ CI.Patch_applied: success for " Patchwork
2024-05-28 10:32 ` ✓ CI.checkpatch: " Patchwork
@ 2024-05-28 10:33 ` Patchwork
2024-05-28 17:22 ` [PATCH] " Rodrigo Vivi
` (12 subsequent siblings)
15 siblings, 0 replies; 22+ messages in thread
From: Patchwork @ 2024-05-28 10:33 UTC (permalink / raw)
To: Nirmoy Das; +Cc: intel-xe
== Series Details ==
Series: drm/xe/client: Check return value of xe_force_wake_get
URL : https://patchwork.freedesktop.org/series/134121/
State : failure
== Summary ==
+ trap cleanup EXIT
+ /kernel/tools/testing/kunit/kunit.py run --kunitconfig /kernel/drivers/gpu/drm/xe/.kunitconfig
[10:32:23] Configuring KUnit Kernel ...
Generating .config ...
Populating config with:
$ make ARCH=um O=.kunit olddefconfig
[10:32:27] Building KUnit Kernel ...
Populating config with:
$ make ARCH=um O=.kunit olddefconfig
Building with:
$ make ARCH=um O=.kunit --jobs=48
../lib/iomap.c:156:5: warning: no previous prototype for ‘ioread64_lo_hi’ [-Wmissing-prototypes]
156 | u64 ioread64_lo_hi(const void __iomem *addr)
| ^~~~~~~~~~~~~~
../lib/iomap.c:163:5: warning: no previous prototype for ‘ioread64_hi_lo’ [-Wmissing-prototypes]
163 | u64 ioread64_hi_lo(const void __iomem *addr)
| ^~~~~~~~~~~~~~
../lib/iomap.c:170:5: warning: no previous prototype for ‘ioread64be_lo_hi’ [-Wmissing-prototypes]
170 | u64 ioread64be_lo_hi(const void __iomem *addr)
| ^~~~~~~~~~~~~~~~
../lib/iomap.c:178:5: warning: no previous prototype for ‘ioread64be_hi_lo’ [-Wmissing-prototypes]
178 | u64 ioread64be_hi_lo(const void __iomem *addr)
| ^~~~~~~~~~~~~~~~
../lib/iomap.c:264:6: warning: no previous prototype for ‘iowrite64_lo_hi’ [-Wmissing-prototypes]
264 | void iowrite64_lo_hi(u64 val, void __iomem *addr)
| ^~~~~~~~~~~~~~~
../lib/iomap.c:272:6: warning: no previous prototype for ‘iowrite64_hi_lo’ [-Wmissing-prototypes]
272 | void iowrite64_hi_lo(u64 val, void __iomem *addr)
| ^~~~~~~~~~~~~~~
../lib/iomap.c:280:6: warning: no previous prototype for ‘iowrite64be_lo_hi’ [-Wmissing-prototypes]
280 | void iowrite64be_lo_hi(u64 val, void __iomem *addr)
| ^~~~~~~~~~~~~~~~~
../lib/iomap.c:288:6: warning: no previous prototype for ‘iowrite64be_hi_lo’ [-Wmissing-prototypes]
288 | void iowrite64be_hi_lo(u64 val, void __iomem *addr)
| ^~~~~~~~~~~~~~~~~
[10:33:07] Starting KUnit Kernel (1/1)...
[10:33:07] ============================================================
Running tests with:
$ .kunit/linux kunit.enable=1 mem=1G console=tty kunit_shutdown=halt
[10:33:07] =================== guc_dbm (7 subtests) ===================
[10:33:07] [PASSED] test_empty
[10:33:07] [PASSED] test_default
[10:33:07] ======================== test_size ========================
[10:33:07] [PASSED] 4
[10:33:07] [PASSED] 8
[10:33:07] [PASSED] 32
[10:33:07] [PASSED] 256
[10:33:07] ==================== [PASSED] test_size ====================
[10:33:07] ======================= test_reuse ========================
[10:33:07] [PASSED] 4
[10:33:07] [PASSED] 8
[10:33:07] [PASSED] 32
[10:33:07] [PASSED] 256
[10:33:07] =================== [PASSED] test_reuse ====================
[10:33:07] =================== test_range_overlap ====================
[10:33:07] [PASSED] 4
[10:33:07] [PASSED] 8
[10:33:07] [PASSED] 32
[10:33:07] [PASSED] 256
[10:33:07] =============== [PASSED] test_range_overlap ================
[10:33:07] =================== test_range_compact ====================
[10:33:07] [PASSED] 4
[10:33:07] [PASSED] 8
[10:33:07] [PASSED] 32
[10:33:07] [PASSED] 256
[10:33:07] =============== [PASSED] test_range_compact ================
[10:33:07] ==================== test_range_spare =====================
[10:33:07] [PASSED] 4
[10:33:07] [PASSED] 8
[10:33:07] [PASSED] 32
[10:33:07] [PASSED] 256
[10:33:07] ================ [PASSED] test_range_spare =================
[10:33:07] ===================== [PASSED] guc_dbm =====================
[10:33:07] =================== guc_idm (6 subtests) ===================
[10:33:07] [PASSED] bad_init
[10:33:07] [PASSED] no_init
[10:33:07] [PASSED] init_fini
[10:33:07] [PASSED] check_used
[10:33:07] [PASSED] check_quota
[10:33:07] [PASSED] check_all
[10:33:07] ===================== [PASSED] guc_idm =====================
[10:33:07] ================== no_relay (3 subtests) ===================
[10:33:07] [PASSED] xe_drops_guc2pf_if_not_ready
[10:33:07] [PASSED] xe_drops_guc2vf_if_not_ready
[10:33:07] [PASSED] xe_rejects_send_if_not_ready
[10:33:07] ==================== [PASSED] no_relay =====================
[10:33:07] ================== pf_relay (14 subtests) ==================
[10:33:07] [PASSED] pf_rejects_guc2pf_too_short
[10:33:07] [PASSED] pf_rejects_guc2pf_too_long
[10:33:07] [PASSED] pf_rejects_guc2pf_no_payload
[10:33:07] [PASSED] pf_fails_no_payload
[10:33:07] [PASSED] pf_fails_bad_origin
[10:33:07] [PASSED] pf_fails_bad_type
[10:33:07] [PASSED] pf_txn_reports_error
[10:33:07] [PASSED] pf_txn_sends_pf2guc
[10:33:07] [PASSED] pf_sends_pf2guc
[10:33:07] [SKIPPED] pf_loopback_nop
[10:33:07] [SKIPPED] pf_loopback_echo
[10:33:07] [SKIPPED] pf_loopback_fail
[10:33:07] [SKIPPED] pf_loopback_busy
[10:33:07] [SKIPPED] pf_loopback_retry
[10:33:07] ==================== [PASSED] pf_relay =====================
[10:33:07] ================== vf_relay (3 subtests) ===================
[10:33:07] [PASSED] vf_rejects_guc2vf_too_short
[10:33:07] [PASSED] vf_rejects_guc2vf_too_long
[10:33:07] [PASSED] vf_rejects_guc2vf_no_payload
[10:33:07] ==================== [PASSED] vf_relay =====================
[10:33:07] ================= pf_service (11 subtests) =================
[10:33:07] [PASSED] pf_negotiate_any
[10:33:07] [PASSED] pf_negotiate_base_match
[10:33:07] [PASSED] pf_negotiate_base_newer
[10:33:07] [PASSED] pf_negotiate_base_next
[10:33:07] [SKIPPED] pf_negotiate_base_older
[10:33:07] [PASSED] pf_negotiate_base_prev
[10:33:07] [PASSED] pf_negotiate_latest_match
[10:33:07] [PASSED] pf_negotiate_latest_newer
[10:33:07] [PASSED] pf_negotiate_latest_next
[10:33:07] [SKIPPED] pf_negotiate_latest_older
[10:33:07] [SKIPPED] pf_negotiate_latest_prev
[10:33:07] =================== [PASSED] pf_service ====================
[10:33:07] ===================== lmtt (1 subtest) =====================
[10:33:07] ======================== test_ops =========================
[10:33:07] [PASSED] 2-level
[10:33:07] [PASSED] multi-level
[10:33:07] ==================== [PASSED] test_ops =====================
[10:33:07] ====================== [PASSED] lmtt =======================
[10:33:07] ==================== xe_bo (2 subtests) ====================
[10:33:07] [SKIPPED] xe_ccs_migrate_kunit
[10:33:07] [SKIPPED] xe_bo_evict_kunit
[10:33:07] ===================== [SKIPPED] xe_bo ======================
[10:33:07] ================== xe_dma_buf (1 subtest) ==================
[10:33:07] [SKIPPED] xe_dma_buf_kunit
[10:33:07] =================== [SKIPPED] xe_dma_buf ===================
[10:33:07] ================== xe_migrate (1 subtest) ==================
[10:33:07] [SKIPPED] xe_migrate_sanity_kunit
[10:33:07] =================== [SKIPPED] xe_migrate ===================
[10:33:07] =================== xe_mocs (2 subtests) ===================
[10:33:07] [SKIPPED] xe_live_mocs_kernel_kunit
[10:33:07] [SKIPPED] xe_live_mocs_reset_kunit
[10:33:07] ==================== [SKIPPED] xe_mocs =====================
[10:33:07] ==================== args (11 subtests) ====================
[10:33:07] [PASSED] count_args_test
[10:33:07] [PASSED] call_args_example
[10:33:07] [PASSED] call_args_test
[10:33:07] [PASSED] drop_first_arg_example
[10:33:07] [PASSED] drop_first_arg_test
[10:33:07] [PASSED] first_arg_example
[10:33:07] [PASSED] first_arg_test
[10:33:07] [PASSED] last_arg_example
[10:33:07] [PASSED] last_arg_test
[10:33:07] [PASSED] pick_arg_example
[10:33:07] [PASSED] sep_comma_example
[10:33:07] ====================== [PASSED] args =======================
[10:33:07] =================== xe_pci (2 subtests) ====================
[10:33:07] [PASSED] xe_gmdid_graphics_ip
[10:33:07] [PASSED] xe_gmdid_media_ip
[10:33:07] ===================== [PASSED] xe_pci ======================
[10:33:07] ==================== xe_rtp (1 subtest) ====================
[10:33:07] ================== xe_rtp_process_tests ===================
[10:33:07] [PASSED] coalesce-same-reg
[10:33:07] [PASSED] no-match-no-add
[10:33:07] [PASSED] no-match-no-add-multiple-rules
[10:33:07] [PASSED] two-regs-two-entries
[10:33:07] [PASSED] clr-one-set-other
[10:33:07] [PASSED] set-field
[10:33:07] [PASSED] conflict-duplicate
[10:33:07] [PASSED] conflict-not-disjoint
[10:33:07] [PASSED] conflict-reg-type
[10:33:07] ============== [PASSED] xe_rtp_process_tests ===============
stty: 'standard input': Inappropriate ioctl for device
[10:33:07] ===================== [PASSED] xe_rtp ======================
[10:33:07] ==================== xe_wa (1 subtest) =====================
[10:33:07] ======================== xe_wa_gt =========================
[10:33:07] [PASSED] TIGERLAKE (B0)
[10:33:07] [PASSED] DG1 (A0)
[10:33:07] [PASSED] DG1 (B0)
[10:33:07] [PASSED] ALDERLAKE_S (A0)
[10:33:07] [PASSED] ALDERLAKE_S (B0)
[10:33:07] [PASSED] ALDERLAKE_S (C0)
[10:33:07] [PASSED] ALDERLAKE_S (D0)
[10:33:07] [PASSED] ALDERLAKE_P (A0)
[10:33:07] [PASSED] ALDERLAKE_P (B0)
[10:33:07] [PASSED] ALDERLAKE_P (C0)
[10:33:07] [PASSED] ALDERLAKE_S_RPLS (D0)
[10:33:07] [PASSED] ALDERLAKE_P_RPLU (E0)
[10:33:07] [PASSED] DG2_G10 (C0)
[10:33:07] [PASSED] DG2_G11 (B1)
[10:33:07] [PASSED] DG2_G12 (A1)
[10:33:07] [PASSED] METEORLAKE (g:A0, m:A0)
[10:33:07] [PASSED] METEORLAKE (g:A0, m:A0)
[10:33:07] [PASSED] METEORLAKE (g:A0, m:A0)
[10:33:07] [PASSED] LUNARLAKE (g:A0, m:A0)
[10:33:07] [PASSED] LUNARLAKE (g:B0, m:A0)
[10:33:07] ==================== [PASSED] xe_wa_gt =====================
[10:33:07] ====================== [PASSED] xe_wa ======================
[10:33:07] ============================================================
[10:33:07] Testing complete. Ran 109 tests: passed: 95, skipped: 14
[10:33:07] Elapsed time: 44.543s total, 4.901s configuring, 39.421s building, 0.179s running
+ /kernel/tools/testing/kunit/kunit.py run --kunitconfig /kernel/drivers/gpu/drm/tests/.kunitconfig
ERROR:root:
WARNING: unmet direct dependencies detected for DRM_DISPLAY_HDMI_STATE_HELPER
Depends on [n]: HAS_IOMEM [=y] && DRM [=y] && DRM_DISPLAY_HELPER [=y] && DRM_DISPLAY_HDMI_HELPER [=n]
Selected by [y]:
- DRM_KUNIT_TEST [=y] && HAS_IOMEM [=y] && DRM [=y] && KUNIT [=y] && MMU [=y]
WARNING: unmet direct dependencies detected for DRM_DISPLAY_HDMI_STATE_HELPER
Depends on [n]: HAS_IOMEM [=y] && DRM [=y] && DRM_DISPLAY_HELPER [=y] && DRM_DISPLAY_HDMI_HELPER [=n]
Selected by [y]:
- DRM_KUNIT_TEST [=y] && HAS_IOMEM [=y] && DRM [=y] && KUNIT [=y] && MMU [=y]
WARNING: unmet direct dependencies detected for DRM_DISPLAY_HDMI_STATE_HELPER
Depends on [n]: HAS_IOMEM [=y] && DRM [=y] && DRM_DISPLAY_HELPER [=y] && DRM_DISPLAY_HDMI_HELPER [=n]
Selected by [y]:
- DRM_KUNIT_TEST [=y] && HAS_IOMEM [=y] && DRM [=y] && KUNIT [=y] && MMU [=y]
../lib/iomap.c:156:5: warning: no previous prototype for ‘ioread64_lo_hi’ [-Wmissing-prototypes]
156 | u64 ioread64_lo_hi(const void __iomem *addr)
| ^~~~~~~~~~~~~~
../lib/iomap.c:163:5: warning: no previous prototype for ‘ioread64_hi_lo’ [-Wmissing-prototypes]
163 | u64 ioread64_hi_lo(const void __iomem *addr)
| ^~~~~~~~~~~~~~
../lib/iomap.c:170:5: warning: no previous prototype for ‘ioread64be_lo_hi’ [-Wmissing-prototypes]
170 | u64 ioread64be_lo_hi(const void __iomem *addr)
| ^~~~~~~~~~~~~~~~
../lib/iomap.c:178:5: warning: no previous prototype for ‘ioread64be_hi_lo’ [-Wmissing-prototypes]
178 | u64 ioread64be_hi_lo(const void __iomem *addr)
| ^~~~~~~~~~~~~~~~
../lib/iomap.c:264:6: warning: no previous prototype for ‘iowrite64_lo_hi’ [-Wmissing-prototypes]
264 | void iowrite64_lo_hi(u64 val, void __iomem *addr)
| ^~~~~~~~~~~~~~~
../lib/iomap.c:272:6: warning: no previous prototype for ‘iowrite64_hi_lo’ [-Wmissing-prototypes]
272 | void iowrite64_hi_lo(u64 val, void __iomem *addr)
| ^~~~~~~~~~~~~~~
../lib/iomap.c:280:6: warning: no previous prototype for ‘iowrite64be_lo_hi’ [-Wmissing-prototypes]
280 | void iowrite64be_lo_hi(u64 val, void __iomem *addr)
| ^~~~~~~~~~~~~~~~~
../lib/iomap.c:288:6: warning: no previous prototype for ‘iowrite64be_hi_lo’ [-Wmissing-prototypes]
288 | void iowrite64be_hi_lo(u64 val, void __iomem *addr)
| ^~~~~~~~~~~~~~~~~
/usr/bin/ld: drivers/gpu/drm/tests/drm_connector_test.o: in function `drm_test_connector_hdmi_compute_mode_clock_yuv422_12_bpc':
drm_connector_test.c:(.text+0x570): undefined reference to `drm_hdmi_compute_mode_clock'
/usr/bin/ld: drivers/gpu/drm/tests/drm_connector_test.o: in function `drm_test_connector_hdmi_compute_mode_clock_yuv422_10_bpc':
drm_connector_test.c:(.text+0x760): undefined reference to `drm_hdmi_compute_mode_clock'
/usr/bin/ld: drivers/gpu/drm/tests/drm_connector_test.o: in function `drm_test_connector_hdmi_compute_mode_clock_yuv422_8_bpc':
drm_connector_test.c:(.text+0x950): undefined reference to `drm_hdmi_compute_mode_clock'
/usr/bin/ld: drivers/gpu/drm/tests/drm_connector_test.o: in function `drm_test_connector_hdmi_compute_mode_clock_yuv420_12_bpc':
drm_connector_test.c:(.text+0xb40): undefined reference to `drm_hdmi_compute_mode_clock'
/usr/bin/ld: drivers/gpu/drm/tests/drm_connector_test.o: in function `drm_test_connector_hdmi_compute_mode_clock_yuv420_10_bpc':
drm_connector_test.c:(.text+0xd30): undefined reference to `drm_hdmi_compute_mode_clock'
/usr/bin/ld: drivers/gpu/drm/tests/drm_connector_test.o:drm_connector_test.c:(.text+0xf26): more undefined references to `drm_hdmi_compute_mode_clock' follow
/usr/bin/ld: drivers/gpu/drm/display/drm_hdmi_state_helper.o: in function `drm_atomic_helper_connector_hdmi_check':
drm_hdmi_state_helper.c:(.text+0x9d8): undefined reference to `drm_hdmi_avi_infoframe_colorimetry'
/usr/bin/ld: drm_hdmi_state_helper.c:(.text+0x9ea): undefined reference to `drm_hdmi_avi_infoframe_bars'
/usr/bin/ld: drm_hdmi_state_helper.c:(.text+0xa54): undefined reference to `drm_hdmi_infoframe_set_hdr_metadata'
collect2: error: ld returned 1 exit status
make[3]: *** [../scripts/Makefile.vmlinux:34: vmlinux] Error 1
make[2]: *** [/kernel/Makefile:1171: vmlinux] Error 2
make[1]: *** [/kernel/Makefile:240: __sub-make] Error 2
make: *** [Makefile:240: __sub-make] Error 2
[10:33:07] Configuring KUnit Kernel ...
Regenerating .config ...
Populating config with:
$ make ARCH=um O=.kunit olddefconfig
[10:33:09] Building KUnit Kernel ...
Populating config with:
$ make ARCH=um O=.kunit olddefconfig
Building with:
$ make ARCH=um O=.kunit --jobs=48
+ cleanup
++ stat -c %u:%g /kernel
+ chown -R 1003:1003 /kernel
^ permalink raw reply [flat|nested] 22+ messages in thread* Re: [PATCH] drm/xe/client: Check return value of xe_force_wake_get
2024-05-28 10:11 [PATCH] drm/xe/client: Check return value of xe_force_wake_get Nirmoy Das
` (2 preceding siblings ...)
2024-05-28 10:33 ` ✗ CI.KUnit: failure " Patchwork
@ 2024-05-28 17:22 ` Rodrigo Vivi
2024-05-29 8:50 ` Nirmoy Das
2024-05-29 9:20 ` ✓ CI.Patch_applied: success for drm/xe/client: Check return value of xe_force_wake_get (rev2) Patchwork
` (11 subsequent siblings)
15 siblings, 1 reply; 22+ messages in thread
From: Rodrigo Vivi @ 2024-05-28 17:22 UTC (permalink / raw)
To: Nirmoy Das; +Cc: intel-xe, Lucas De Marchi
On Tue, May 28, 2024 at 12:11:32PM +0200, Nirmoy Das wrote:
> xe_force_wake_get() can return error so check it's return value
> before reading gpu_timestamp value.
>
> Fixes: 188ced1e0ff8 ("drm/xe/client: Print runtime to fdinfo")
> Cc: Lucas De Marchi <lucas.demarchi@intel.com>
> Signed-off-by: Nirmoy Das <nirmoy.das@intel.com>
> ---
> drivers/gpu/drm/xe/xe_drm_client.c | 6 ++++--
> 1 file changed, 4 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/gpu/drm/xe/xe_drm_client.c b/drivers/gpu/drm/xe/xe_drm_client.c
> index 4a19b771e3a0..0c13395ffd34 100644
> --- a/drivers/gpu/drm/xe/xe_drm_client.c
> +++ b/drivers/gpu/drm/xe/xe_drm_client.c
> @@ -245,7 +245,7 @@ static void show_run_ticks(struct drm_printer *p, struct drm_file *file)
> struct xe_gt *gt;
> struct xe_hw_engine *hwe;
> struct xe_exec_queue *q;
> - u64 gpu_timestamp;
> + u64 gpu_timestamp = 0;
>
> xe_pm_runtime_get(xe);
>
> @@ -264,7 +264,9 @@ static void show_run_ticks(struct drm_printer *p, struct drm_file *file)
> if (!hwe)
> continue;
>
> - xe_force_wake_get(gt_to_fw(gt), XE_FW_GT);
> + if (xe_force_wake_get(gt_to_fw(gt), XE_FW_GT))
> + break;
worth adding a debug/err msg?
but up to you:
Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
> +
> gpu_timestamp = xe_hw_engine_read_timestamp(hwe);
> xe_force_wake_put(gt_to_fw(gt), XE_FW_GT);
> break;
> --
> 2.42.0
>
^ permalink raw reply [flat|nested] 22+ messages in thread* Re: [PATCH] drm/xe/client: Check return value of xe_force_wake_get
2024-05-28 17:22 ` [PATCH] " Rodrigo Vivi
@ 2024-05-29 8:50 ` Nirmoy Das
2024-05-29 13:37 ` Rodrigo Vivi
2024-05-29 16:24 ` Lucas De Marchi
0 siblings, 2 replies; 22+ messages in thread
From: Nirmoy Das @ 2024-05-29 8:50 UTC (permalink / raw)
To: Rodrigo Vivi; +Cc: intel-xe, Lucas De Marchi
Hi Rodrigo,
On 5/28/2024 7:22 PM, Rodrigo Vivi wrote:
> On Tue, May 28, 2024 at 12:11:32PM +0200, Nirmoy Das wrote:
>> xe_force_wake_get() can return error so check it's return value
>> before reading gpu_timestamp value.
>>
>> Fixes: 188ced1e0ff8 ("drm/xe/client: Print runtime to fdinfo")
>> Cc: Lucas De Marchi <lucas.demarchi@intel.com>
>> Signed-off-by: Nirmoy Das <nirmoy.das@intel.com>
>> ---
>> drivers/gpu/drm/xe/xe_drm_client.c | 6 ++++--
>> 1 file changed, 4 insertions(+), 2 deletions(-)
>>
>> diff --git a/drivers/gpu/drm/xe/xe_drm_client.c b/drivers/gpu/drm/xe/xe_drm_client.c
>> index 4a19b771e3a0..0c13395ffd34 100644
>> --- a/drivers/gpu/drm/xe/xe_drm_client.c
>> +++ b/drivers/gpu/drm/xe/xe_drm_client.c
>> @@ -245,7 +245,7 @@ static void show_run_ticks(struct drm_printer *p, struct drm_file *file)
>> struct xe_gt *gt;
>> struct xe_hw_engine *hwe;
>> struct xe_exec_queue *q;
>> - u64 gpu_timestamp;
>> + u64 gpu_timestamp = 0;
>>
>> xe_pm_runtime_get(xe);
>>
>> @@ -264,7 +264,9 @@ static void show_run_ticks(struct drm_printer *p, struct drm_file *file)
>> if (!hwe)
>> continue;
>>
>> - xe_force_wake_get(gt_to_fw(gt), XE_FW_GT);
>> + if (xe_force_wake_get(gt_to_fw(gt), XE_FW_GT))
>> + break;
> worth adding a debug/err msg?
xe_force_wake_get() will throw a drm_notice on error. May be we should
add a __builtin_return_address() in xe_force_wake_get() to know the
caller as
the current pattern seems to be to just return early on error ?
>
> but up to you:
>
> Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Thanks,
Nirmoy
>
>> +
>> gpu_timestamp = xe_hw_engine_read_timestamp(hwe);
>> xe_force_wake_put(gt_to_fw(gt), XE_FW_GT);
>> break;
>> --
>> 2.42.0
>>
^ permalink raw reply [flat|nested] 22+ messages in thread* Re: [PATCH] drm/xe/client: Check return value of xe_force_wake_get
2024-05-29 8:50 ` Nirmoy Das
@ 2024-05-29 13:37 ` Rodrigo Vivi
2024-05-29 16:24 ` Lucas De Marchi
1 sibling, 0 replies; 22+ messages in thread
From: Rodrigo Vivi @ 2024-05-29 13:37 UTC (permalink / raw)
To: Nirmoy Das; +Cc: intel-xe, Lucas De Marchi
On Wed, May 29, 2024 at 10:50:34AM +0200, Nirmoy Das wrote:
> Hi Rodrigo,
>
> On 5/28/2024 7:22 PM, Rodrigo Vivi wrote:
> > On Tue, May 28, 2024 at 12:11:32PM +0200, Nirmoy Das wrote:
> > > xe_force_wake_get() can return error so check it's return value
> > > before reading gpu_timestamp value.
> > >
> > > Fixes: 188ced1e0ff8 ("drm/xe/client: Print runtime to fdinfo")
> > > Cc: Lucas De Marchi <lucas.demarchi@intel.com>
> > > Signed-off-by: Nirmoy Das <nirmoy.das@intel.com>
> > > ---
> > > drivers/gpu/drm/xe/xe_drm_client.c | 6 ++++--
> > > 1 file changed, 4 insertions(+), 2 deletions(-)
> > >
> > > diff --git a/drivers/gpu/drm/xe/xe_drm_client.c b/drivers/gpu/drm/xe/xe_drm_client.c
> > > index 4a19b771e3a0..0c13395ffd34 100644
> > > --- a/drivers/gpu/drm/xe/xe_drm_client.c
> > > +++ b/drivers/gpu/drm/xe/xe_drm_client.c
> > > @@ -245,7 +245,7 @@ static void show_run_ticks(struct drm_printer *p, struct drm_file *file)
> > > struct xe_gt *gt;
> > > struct xe_hw_engine *hwe;
> > > struct xe_exec_queue *q;
> > > - u64 gpu_timestamp;
> > > + u64 gpu_timestamp = 0;
> > > xe_pm_runtime_get(xe);
> > > @@ -264,7 +264,9 @@ static void show_run_ticks(struct drm_printer *p, struct drm_file *file)
> > > if (!hwe)
> > > continue;
> > > - xe_force_wake_get(gt_to_fw(gt), XE_FW_GT);
> > > + if (xe_force_wake_get(gt_to_fw(gt), XE_FW_GT))
> > > + break;
> > worth adding a debug/err msg?
>
> xe_force_wake_get() will throw a drm_notice on error. May be we should add a
> __builtin_return_address() in xe_force_wake_get() to know the caller as
>
> the current pattern seems to be to just return early on error ?
indeed. please ignore me and sorry for the noise.
>
> >
> > but up to you:
> >
> > Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
>
> Thanks,
>
> Nirmoy
>
> >
> > > +
> > > gpu_timestamp = xe_hw_engine_read_timestamp(hwe);
> > > xe_force_wake_put(gt_to_fw(gt), XE_FW_GT);
> > > break;
> > > --
> > > 2.42.0
> > >
^ permalink raw reply [flat|nested] 22+ messages in thread* Re: [PATCH] drm/xe/client: Check return value of xe_force_wake_get
2024-05-29 8:50 ` Nirmoy Das
2024-05-29 13:37 ` Rodrigo Vivi
@ 2024-05-29 16:24 ` Lucas De Marchi
2024-05-30 21:22 ` Nirmoy Das
1 sibling, 1 reply; 22+ messages in thread
From: Lucas De Marchi @ 2024-05-29 16:24 UTC (permalink / raw)
To: Nirmoy Das; +Cc: Rodrigo Vivi, intel-xe
On Wed, May 29, 2024 at 10:50:34AM GMT, Nirmoy Das wrote:
>Hi Rodrigo,
>
>On 5/28/2024 7:22 PM, Rodrigo Vivi wrote:
>>On Tue, May 28, 2024 at 12:11:32PM +0200, Nirmoy Das wrote:
>>>xe_force_wake_get() can return error so check it's return value
>>>before reading gpu_timestamp value.
>>>
>>>Fixes: 188ced1e0ff8 ("drm/xe/client: Print runtime to fdinfo")
>>>Cc: Lucas De Marchi <lucas.demarchi@intel.com>
>>>Signed-off-by: Nirmoy Das <nirmoy.das@intel.com>
>>>---
>>> drivers/gpu/drm/xe/xe_drm_client.c | 6 ++++--
>>> 1 file changed, 4 insertions(+), 2 deletions(-)
>>>
>>>diff --git a/drivers/gpu/drm/xe/xe_drm_client.c b/drivers/gpu/drm/xe/xe_drm_client.c
>>>index 4a19b771e3a0..0c13395ffd34 100644
>>>--- a/drivers/gpu/drm/xe/xe_drm_client.c
>>>+++ b/drivers/gpu/drm/xe/xe_drm_client.c
>>>@@ -245,7 +245,7 @@ static void show_run_ticks(struct drm_printer *p, struct drm_file *file)
>>> struct xe_gt *gt;
>>> struct xe_hw_engine *hwe;
>>> struct xe_exec_queue *q;
>>>- u64 gpu_timestamp;
>>>+ u64 gpu_timestamp = 0;
>>> xe_pm_runtime_get(xe);
>>>@@ -264,7 +264,9 @@ static void show_run_ticks(struct drm_printer *p, struct drm_file *file)
>>> if (!hwe)
>>> continue;
>>>- xe_force_wake_get(gt_to_fw(gt), XE_FW_GT);
>>>+ if (xe_force_wake_get(gt_to_fw(gt), XE_FW_GT))
>>>+ break;
>>worth adding a debug/err msg?
>
>xe_force_wake_get() will throw a drm_notice on error. May be we should
>add a __builtin_return_address() in xe_force_wake_get() to know the
>caller as
>
>the current pattern seems to be to just return early on error ?
humn... but just continuing here and returning something with a gpu
timestamp == 0 doesn't seem something good. I think we should set hwe to
NULL, so the function doesn't continue and just doesn't print anything
rather than printing wrong data.
Lucas De Marchi
>
>>
>>but up to you:
>>
>>Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
>
>Thanks,
>
>Nirmoy
>
>>
>>>+
>>> gpu_timestamp = xe_hw_engine_read_timestamp(hwe);
>>> xe_force_wake_put(gt_to_fw(gt), XE_FW_GT);
>>> break;
>>>--
>>>2.42.0
>>>
^ permalink raw reply [flat|nested] 22+ messages in thread* Re: [PATCH] drm/xe/client: Check return value of xe_force_wake_get
2024-05-29 16:24 ` Lucas De Marchi
@ 2024-05-30 21:22 ` Nirmoy Das
0 siblings, 0 replies; 22+ messages in thread
From: Nirmoy Das @ 2024-05-30 21:22 UTC (permalink / raw)
To: Lucas De Marchi, Nirmoy Das; +Cc: Rodrigo Vivi, intel-xe
Hi Lucas,
On 5/29/2024 6:24 PM, Lucas De Marchi wrote:
> On Wed, May 29, 2024 at 10:50:34AM GMT, Nirmoy Das wrote:
>> Hi Rodrigo,
>>
>> On 5/28/2024 7:22 PM, Rodrigo Vivi wrote:
>>> On Tue, May 28, 2024 at 12:11:32PM +0200, Nirmoy Das wrote:
>>>> xe_force_wake_get() can return error so check it's return value
>>>> before reading gpu_timestamp value.
>>>>
>>>> Fixes: 188ced1e0ff8 ("drm/xe/client: Print runtime to fdinfo")
>>>> Cc: Lucas De Marchi <lucas.demarchi@intel.com>
>>>> Signed-off-by: Nirmoy Das <nirmoy.das@intel.com>
>>>> ---
>>>> drivers/gpu/drm/xe/xe_drm_client.c | 6 ++++--
>>>> 1 file changed, 4 insertions(+), 2 deletions(-)
>>>>
>>>> diff --git a/drivers/gpu/drm/xe/xe_drm_client.c
>>>> b/drivers/gpu/drm/xe/xe_drm_client.c
>>>> index 4a19b771e3a0..0c13395ffd34 100644
>>>> --- a/drivers/gpu/drm/xe/xe_drm_client.c
>>>> +++ b/drivers/gpu/drm/xe/xe_drm_client.c
>>>> @@ -245,7 +245,7 @@ static void show_run_ticks(struct drm_printer
>>>> *p, struct drm_file *file)
>>>> struct xe_gt *gt;
>>>> struct xe_hw_engine *hwe;
>>>> struct xe_exec_queue *q;
>>>> - u64 gpu_timestamp;
>>>> + u64 gpu_timestamp = 0;
>>>> xe_pm_runtime_get(xe);
>>>> @@ -264,7 +264,9 @@ static void show_run_ticks(struct drm_printer
>>>> *p, struct drm_file *file)
>>>> if (!hwe)
>>>> continue;
>>>> - xe_force_wake_get(gt_to_fw(gt), XE_FW_GT);
>>>> + if (xe_force_wake_get(gt_to_fw(gt), XE_FW_GT))
>>>> + break;
>>> worth adding a debug/err msg?
>>
>> xe_force_wake_get() will throw a drm_notice on error. May be we
>> should add a __builtin_return_address() in xe_force_wake_get() to
>> know the caller as
>>
>> the current pattern seems to be to just return early on error ?
>
> humn... but just continuing here and returning something with a gpu
> timestamp == 0 doesn't seem something good. I think we should set hwe to
> NULL, so the function doesn't continue and just doesn't print anything
> rather than printing wrong data.
Yes, make sense to me. I will resend with setting hwe to NULL
Thanks,
Nirmoy
>
> Lucas De Marchi
>
>>
>>>
>>> but up to you:
>>>
>>> Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
>>
>> Thanks,
>>
>> Nirmoy
>>
>>>
>>>> +
>>>> gpu_timestamp = xe_hw_engine_read_timestamp(hwe);
>>>> xe_force_wake_put(gt_to_fw(gt), XE_FW_GT);
>>>> break;
>>>> --
>>>> 2.42.0
>>>>
^ permalink raw reply [flat|nested] 22+ messages in thread
* ✓ CI.Patch_applied: success for drm/xe/client: Check return value of xe_force_wake_get (rev2)
2024-05-28 10:11 [PATCH] drm/xe/client: Check return value of xe_force_wake_get Nirmoy Das
` (3 preceding siblings ...)
2024-05-28 17:22 ` [PATCH] " Rodrigo Vivi
@ 2024-05-29 9:20 ` Patchwork
2024-05-29 9:20 ` ✓ CI.checkpatch: " Patchwork
` (10 subsequent siblings)
15 siblings, 0 replies; 22+ messages in thread
From: Patchwork @ 2024-05-29 9:20 UTC (permalink / raw)
To: Nirmoy Das; +Cc: intel-xe
== Series Details ==
Series: drm/xe/client: Check return value of xe_force_wake_get (rev2)
URL : https://patchwork.freedesktop.org/series/134121/
State : success
== Summary ==
=== Applying kernel patches on branch 'drm-tip' with base: ===
Base commit: b84122b07cfd drm-tip: 2024y-05m-29d-09h-06m-15s UTC integration manifest
=== git am output follows ===
Applying: drm/xe/client: Check return value of xe_force_wake_get
^ permalink raw reply [flat|nested] 22+ messages in thread* ✓ CI.checkpatch: success for drm/xe/client: Check return value of xe_force_wake_get (rev2)
2024-05-28 10:11 [PATCH] drm/xe/client: Check return value of xe_force_wake_get Nirmoy Das
` (4 preceding siblings ...)
2024-05-29 9:20 ` ✓ CI.Patch_applied: success for drm/xe/client: Check return value of xe_force_wake_get (rev2) Patchwork
@ 2024-05-29 9:20 ` Patchwork
2024-05-29 9:21 ` ✗ CI.KUnit: failure " Patchwork
` (9 subsequent siblings)
15 siblings, 0 replies; 22+ messages in thread
From: Patchwork @ 2024-05-29 9:20 UTC (permalink / raw)
To: Nirmoy Das; +Cc: intel-xe
== Series Details ==
Series: drm/xe/client: Check return value of xe_force_wake_get (rev2)
URL : https://patchwork.freedesktop.org/series/134121/
State : success
== 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
51ce9f6cd981d42d7467409d7dbc559a450abc1e
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit d9d75cd4637ca5436e876353da653c6ee8030f1b
Author: Nirmoy Das <nirmoy.das@intel.com>
Date: Tue May 28 12:11:32 2024 +0200
drm/xe/client: Check return value of xe_force_wake_get
xe_force_wake_get() can return error so check it's return value
before reading gpu_timestamp value.
Fixes: 188ced1e0ff8 ("drm/xe/client: Print runtime to fdinfo")
Cc: Lucas De Marchi <lucas.demarchi@intel.com>
Signed-off-by: Nirmoy Das <nirmoy.das@intel.com>
Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
+ /mt/dim checkpatch b84122b07cfd7fe5f7ae7916c9653eeddafb51a1 drm-intel
d9d75cd4637c drm/xe/client: Check return value of xe_force_wake_get
^ permalink raw reply [flat|nested] 22+ messages in thread* ✗ CI.KUnit: failure for drm/xe/client: Check return value of xe_force_wake_get (rev2)
2024-05-28 10:11 [PATCH] drm/xe/client: Check return value of xe_force_wake_get Nirmoy Das
` (5 preceding siblings ...)
2024-05-29 9:20 ` ✓ CI.checkpatch: " Patchwork
@ 2024-05-29 9:21 ` Patchwork
2024-05-29 10:29 ` ✓ CI.Patch_applied: success for drm/xe/client: Check return value of xe_force_wake_get (rev3) Patchwork
` (8 subsequent siblings)
15 siblings, 0 replies; 22+ messages in thread
From: Patchwork @ 2024-05-29 9:21 UTC (permalink / raw)
To: Nirmoy Das; +Cc: intel-xe
== Series Details ==
Series: drm/xe/client: Check return value of xe_force_wake_get (rev2)
URL : https://patchwork.freedesktop.org/series/134121/
State : failure
== Summary ==
+ trap cleanup EXIT
+ /kernel/tools/testing/kunit/kunit.py run --kunitconfig /kernel/drivers/gpu/drm/xe/.kunitconfig
[09:20:39] Configuring KUnit Kernel ...
Generating .config ...
Populating config with:
$ make ARCH=um O=.kunit olddefconfig
[09:20:43] Building KUnit Kernel ...
Populating config with:
$ make ARCH=um O=.kunit olddefconfig
Building with:
$ make ARCH=um O=.kunit --jobs=48
../lib/iomap.c:156:5: warning: no previous prototype for ‘ioread64_lo_hi’ [-Wmissing-prototypes]
156 | u64 ioread64_lo_hi(const void __iomem *addr)
| ^~~~~~~~~~~~~~
../lib/iomap.c:163:5: warning: no previous prototype for ‘ioread64_hi_lo’ [-Wmissing-prototypes]
163 | u64 ioread64_hi_lo(const void __iomem *addr)
| ^~~~~~~~~~~~~~
../lib/iomap.c:170:5: warning: no previous prototype for ‘ioread64be_lo_hi’ [-Wmissing-prototypes]
170 | u64 ioread64be_lo_hi(const void __iomem *addr)
| ^~~~~~~~~~~~~~~~
../lib/iomap.c:178:5: warning: no previous prototype for ‘ioread64be_hi_lo’ [-Wmissing-prototypes]
178 | u64 ioread64be_hi_lo(const void __iomem *addr)
| ^~~~~~~~~~~~~~~~
../lib/iomap.c:264:6: warning: no previous prototype for ‘iowrite64_lo_hi’ [-Wmissing-prototypes]
264 | void iowrite64_lo_hi(u64 val, void __iomem *addr)
| ^~~~~~~~~~~~~~~
../lib/iomap.c:272:6: warning: no previous prototype for ‘iowrite64_hi_lo’ [-Wmissing-prototypes]
272 | void iowrite64_hi_lo(u64 val, void __iomem *addr)
| ^~~~~~~~~~~~~~~
../lib/iomap.c:280:6: warning: no previous prototype for ‘iowrite64be_lo_hi’ [-Wmissing-prototypes]
280 | void iowrite64be_lo_hi(u64 val, void __iomem *addr)
| ^~~~~~~~~~~~~~~~~
../lib/iomap.c:288:6: warning: no previous prototype for ‘iowrite64be_hi_lo’ [-Wmissing-prototypes]
288 | void iowrite64be_hi_lo(u64 val, void __iomem *addr)
| ^~~~~~~~~~~~~~~~~
[09:21:09] Starting KUnit Kernel (1/1)...
[09:21:09] ============================================================
Running tests with:
$ .kunit/linux kunit.enable=1 mem=1G console=tty kunit_shutdown=halt
[09:21:10] =================== guc_dbm (7 subtests) ===================
[09:21:10] [PASSED] test_empty
[09:21:10] [PASSED] test_default
[09:21:10] ======================== test_size ========================
[09:21:10] [PASSED] 4
[09:21:10] [PASSED] 8
[09:21:10] [PASSED] 32
[09:21:10] [PASSED] 256
[09:21:10] ==================== [PASSED] test_size ====================
[09:21:10] ======================= test_reuse ========================
[09:21:10] [PASSED] 4
[09:21:10] [PASSED] 8
[09:21:10] [PASSED] 32
[09:21:10] [PASSED] 256
[09:21:10] =================== [PASSED] test_reuse ====================
[09:21:10] =================== test_range_overlap ====================
[09:21:10] [PASSED] 4
[09:21:10] [PASSED] 8
[09:21:10] [PASSED] 32
[09:21:10] [PASSED] 256
[09:21:10] =============== [PASSED] test_range_overlap ================
[09:21:10] =================== test_range_compact ====================
[09:21:10] [PASSED] 4
[09:21:10] [PASSED] 8
[09:21:10] [PASSED] 32
[09:21:10] [PASSED] 256
[09:21:10] =============== [PASSED] test_range_compact ================
[09:21:10] ==================== test_range_spare =====================
[09:21:10] [PASSED] 4
[09:21:10] [PASSED] 8
[09:21:10] [PASSED] 32
[09:21:10] [PASSED] 256
[09:21:10] ================ [PASSED] test_range_spare =================
[09:21:10] ===================== [PASSED] guc_dbm =====================
[09:21:10] =================== guc_idm (6 subtests) ===================
[09:21:10] [PASSED] bad_init
[09:21:10] [PASSED] no_init
[09:21:10] [PASSED] init_fini
[09:21:10] [PASSED] check_used
[09:21:10] [PASSED] check_quota
[09:21:10] [PASSED] check_all
[09:21:10] ===================== [PASSED] guc_idm =====================
[09:21:10] ================== no_relay (3 subtests) ===================
[09:21:10] [PASSED] xe_drops_guc2pf_if_not_ready
[09:21:10] [PASSED] xe_drops_guc2vf_if_not_ready
[09:21:10] [PASSED] xe_rejects_send_if_not_ready
[09:21:10] ==================== [PASSED] no_relay =====================
[09:21:10] ================== pf_relay (14 subtests) ==================
[09:21:10] [PASSED] pf_rejects_guc2pf_too_short
[09:21:10] [PASSED] pf_rejects_guc2pf_too_long
[09:21:10] [PASSED] pf_rejects_guc2pf_no_payload
[09:21:10] [PASSED] pf_fails_no_payload
[09:21:10] [PASSED] pf_fails_bad_origin
[09:21:10] [PASSED] pf_fails_bad_type
[09:21:10] [PASSED] pf_txn_reports_error
[09:21:10] [PASSED] pf_txn_sends_pf2guc
[09:21:10] [PASSED] pf_sends_pf2guc
[09:21:10] [SKIPPED] pf_loopback_nop
[09:21:10] [SKIPPED] pf_loopback_echo
[09:21:10] [SKIPPED] pf_loopback_fail
[09:21:10] [SKIPPED] pf_loopback_busy
[09:21:10] [SKIPPED] pf_loopback_retry
[09:21:10] ==================== [PASSED] pf_relay =====================
[09:21:10] ================== vf_relay (3 subtests) ===================
[09:21:10] [PASSED] vf_rejects_guc2vf_too_short
[09:21:10] [PASSED] vf_rejects_guc2vf_too_long
[09:21:10] [PASSED] vf_rejects_guc2vf_no_payload
[09:21:10] ==================== [PASSED] vf_relay =====================
[09:21:10] ================= pf_service (11 subtests) =================
[09:21:10] [PASSED] pf_negotiate_any
[09:21:10] [PASSED] pf_negotiate_base_match
[09:21:10] [PASSED] pf_negotiate_base_newer
[09:21:10] [PASSED] pf_negotiate_base_next
[09:21:10] [SKIPPED] pf_negotiate_base_older
[09:21:10] [PASSED] pf_negotiate_base_prev
[09:21:10] [PASSED] pf_negotiate_latest_match
[09:21:10] [PASSED] pf_negotiate_latest_newer
[09:21:10] [PASSED] pf_negotiate_latest_next
[09:21:10] [SKIPPED] pf_negotiate_latest_older
[09:21:10] [SKIPPED] pf_negotiate_latest_prev
[09:21:10] =================== [PASSED] pf_service ====================
[09:21:10] ===================== lmtt (1 subtest) =====================
[09:21:10] ======================== test_ops =========================
[09:21:10] [PASSED] 2-level
[09:21:10] [PASSED] multi-level
[09:21:10] ==================== [PASSED] test_ops =====================
[09:21:10] ====================== [PASSED] lmtt =======================
[09:21:10] ==================== xe_bo (2 subtests) ====================
[09:21:10] [SKIPPED] xe_ccs_migrate_kunit
[09:21:10] [SKIPPED] xe_bo_evict_kunit
[09:21:10] ===================== [SKIPPED] xe_bo ======================
[09:21:10] ================== xe_dma_buf (1 subtest) ==================
[09:21:10] [SKIPPED] xe_dma_buf_kunit
[09:21:10] =================== [SKIPPED] xe_dma_buf ===================
[09:21:10] ================== xe_migrate (1 subtest) ==================
[09:21:10] [SKIPPED] xe_migrate_sanity_kunit
[09:21:10] =================== [SKIPPED] xe_migrate ===================
[09:21:10] =================== xe_mocs (2 subtests) ===================
[09:21:10] [SKIPPED] xe_live_mocs_kernel_kunit
[09:21:10] [SKIPPED] xe_live_mocs_reset_kunit
[09:21:10] ==================== [SKIPPED] xe_mocs =====================
[09:21:10] ==================== args (11 subtests) ====================
[09:21:10] [PASSED] count_args_test
[09:21:10] [PASSED] call_args_example
[09:21:10] [PASSED] call_args_test
[09:21:10] [PASSED] drop_first_arg_example
[09:21:10] [PASSED] drop_first_arg_test
[09:21:10] [PASSED] first_arg_example
[09:21:10] [PASSED] first_arg_test
[09:21:10] [PASSED] last_arg_example
[09:21:10] [PASSED] last_arg_test
[09:21:10] [PASSED] pick_arg_example
[09:21:10] [PASSED] sep_comma_example
[09:21:10] ====================== [PASSED] args =======================
[09:21:10] =================== xe_pci (2 subtests) ====================
[09:21:10] [PASSED] xe_gmdid_graphics_ip
[09:21:10] [PASSED] xe_gmdid_media_ip
[09:21:10] ===================== [PASSED] xe_pci ======================
[09:21:10] ==================== xe_rtp (1 subtest) ====================
[09:21:10] ================== xe_rtp_process_tests ===================
[09:21:10] [PASSED] coalesce-same-reg
[09:21:10] [PASSED] no-match-no-add
[09:21:10] [PASSED] no-match-no-add-multiple-rules
[09:21:10] [PASSED] two-regs-two-entries
[09:21:10] [PASSED] clr-one-set-other
[09:21:10] [PASSED] set-field
[09:21:10] [PASSED] conflict-duplicate
[09:21:10] [PASSED] conflict-not-disjoint
[09:21:10] [PASSED] conflict-reg-type
[09:21:10] ============== [PASSED] xe_rtp_process_tests ===============
stty: 'standard input': Inappropriate ioctl for device
[09:21:10] ===================== [PASSED] xe_rtp ======================
[09:21:10] ==================== xe_wa (1 subtest) =====================
[09:21:10] ======================== xe_wa_gt =========================
[09:21:10] [PASSED] TIGERLAKE (B0)
[09:21:10] [PASSED] DG1 (A0)
[09:21:10] [PASSED] DG1 (B0)
[09:21:10] [PASSED] ALDERLAKE_S (A0)
[09:21:10] [PASSED] ALDERLAKE_S (B0)
[09:21:10] [PASSED] ALDERLAKE_S (C0)
[09:21:10] [PASSED] ALDERLAKE_S (D0)
[09:21:10] [PASSED] ALDERLAKE_P (A0)
[09:21:10] [PASSED] ALDERLAKE_P (B0)
[09:21:10] [PASSED] ALDERLAKE_P (C0)
[09:21:10] [PASSED] ALDERLAKE_S_RPLS (D0)
[09:21:10] [PASSED] ALDERLAKE_P_RPLU (E0)
[09:21:10] [PASSED] DG2_G10 (C0)
[09:21:10] [PASSED] DG2_G11 (B1)
[09:21:10] [PASSED] DG2_G12 (A1)
[09:21:10] [PASSED] METEORLAKE (g:A0, m:A0)
[09:21:10] [PASSED] METEORLAKE (g:A0, m:A0)
[09:21:10] [PASSED] METEORLAKE (g:A0, m:A0)
[09:21:10] [PASSED] LUNARLAKE (g:A0, m:A0)
[09:21:10] [PASSED] LUNARLAKE (g:B0, m:A0)
[09:21:10] ==================== [PASSED] xe_wa_gt =====================
[09:21:10] ====================== [PASSED] xe_wa ======================
[09:21:10] ============================================================
[09:21:10] Testing complete. Ran 109 tests: passed: 95, skipped: 14
[09:21:10] Elapsed time: 30.779s total, 4.203s configuring, 26.304s building, 0.221s running
+ /kernel/tools/testing/kunit/kunit.py run --kunitconfig /kernel/drivers/gpu/drm/tests/.kunitconfig
ERROR:root:
WARNING: unmet direct dependencies detected for DRM_DISPLAY_HDMI_STATE_HELPER
Depends on [n]: HAS_IOMEM [=y] && DRM [=y] && DRM_DISPLAY_HELPER [=y] && DRM_DISPLAY_HDMI_HELPER [=n]
Selected by [y]:
- DRM_KUNIT_TEST [=y] && HAS_IOMEM [=y] && DRM [=y] && KUNIT [=y] && MMU [=y]
WARNING: unmet direct dependencies detected for DRM_DISPLAY_HDMI_STATE_HELPER
Depends on [n]: HAS_IOMEM [=y] && DRM [=y] && DRM_DISPLAY_HELPER [=y] && DRM_DISPLAY_HDMI_HELPER [=n]
Selected by [y]:
- DRM_KUNIT_TEST [=y] && HAS_IOMEM [=y] && DRM [=y] && KUNIT [=y] && MMU [=y]
WARNING: unmet direct dependencies detected for DRM_DISPLAY_HDMI_STATE_HELPER
Depends on [n]: HAS_IOMEM [=y] && DRM [=y] && DRM_DISPLAY_HELPER [=y] && DRM_DISPLAY_HDMI_HELPER [=n]
Selected by [y]:
- DRM_KUNIT_TEST [=y] && HAS_IOMEM [=y] && DRM [=y] && KUNIT [=y] && MMU [=y]
../lib/iomap.c:156:5: warning: no previous prototype for ‘ioread64_lo_hi’ [-Wmissing-prototypes]
156 | u64 ioread64_lo_hi(const void __iomem *addr)
| ^~~~~~~~~~~~~~
../lib/iomap.c:163:5: warning: no previous prototype for ‘ioread64_hi_lo’ [-Wmissing-prototypes]
163 | u64 ioread64_hi_lo(const void __iomem *addr)
| ^~~~~~~~~~~~~~
../lib/iomap.c:170:5: warning: no previous prototype for ‘ioread64be_lo_hi’ [-Wmissing-prototypes]
170 | u64 ioread64be_lo_hi(const void __iomem *addr)
| ^~~~~~~~~~~~~~~~
../lib/iomap.c:178:5: warning: no previous prototype for ‘ioread64be_hi_lo’ [-Wmissing-prototypes]
178 | u64 ioread64be_hi_lo(const void __iomem *addr)
| ^~~~~~~~~~~~~~~~
../lib/iomap.c:264:6: warning: no previous prototype for ‘iowrite64_lo_hi’ [-Wmissing-prototypes]
264 | void iowrite64_lo_hi(u64 val, void __iomem *addr)
| ^~~~~~~~~~~~~~~
../lib/iomap.c:272:6: warning: no previous prototype for ‘iowrite64_hi_lo’ [-Wmissing-prototypes]
272 | void iowrite64_hi_lo(u64 val, void __iomem *addr)
| ^~~~~~~~~~~~~~~
../lib/iomap.c:280:6: warning: no previous prototype for ‘iowrite64be_lo_hi’ [-Wmissing-prototypes]
280 | void iowrite64be_lo_hi(u64 val, void __iomem *addr)
| ^~~~~~~~~~~~~~~~~
../lib/iomap.c:288:6: warning: no previous prototype for ‘iowrite64be_hi_lo’ [-Wmissing-prototypes]
288 | void iowrite64be_hi_lo(u64 val, void __iomem *addr)
| ^~~~~~~~~~~~~~~~~
/usr/bin/ld: drivers/gpu/drm/tests/drm_connector_test.o: in function `drm_test_connector_hdmi_compute_mode_clock_yuv422_12_bpc':
drm_connector_test.c:(.text+0x570): undefined reference to `drm_hdmi_compute_mode_clock'
/usr/bin/ld: drivers/gpu/drm/tests/drm_connector_test.o: in function `drm_test_connector_hdmi_compute_mode_clock_yuv422_10_bpc':
drm_connector_test.c:(.text+0x760): undefined reference to `drm_hdmi_compute_mode_clock'
/usr/bin/ld: drivers/gpu/drm/tests/drm_connector_test.o: in function `drm_test_connector_hdmi_compute_mode_clock_yuv422_8_bpc':
drm_connector_test.c:(.text+0x950): undefined reference to `drm_hdmi_compute_mode_clock'
/usr/bin/ld: drivers/gpu/drm/tests/drm_connector_test.o: in function `drm_test_connector_hdmi_compute_mode_clock_yuv420_12_bpc':
drm_connector_test.c:(.text+0xb40): undefined reference to `drm_hdmi_compute_mode_clock'
/usr/bin/ld: drivers/gpu/drm/tests/drm_connector_test.o: in function `drm_test_connector_hdmi_compute_mode_clock_yuv420_10_bpc':
drm_connector_test.c:(.text+0xd30): undefined reference to `drm_hdmi_compute_mode_clock'
/usr/bin/ld: drivers/gpu/drm/tests/drm_connector_test.o:drm_connector_test.c:(.text+0xf26): more undefined references to `drm_hdmi_compute_mode_clock' follow
/usr/bin/ld: drivers/gpu/drm/display/drm_hdmi_state_helper.o: in function `drm_atomic_helper_connector_hdmi_check':
drm_hdmi_state_helper.c:(.text+0x9d8): undefined reference to `drm_hdmi_avi_infoframe_colorimetry'
/usr/bin/ld: drm_hdmi_state_helper.c:(.text+0x9ea): undefined reference to `drm_hdmi_avi_infoframe_bars'
/usr/bin/ld: drm_hdmi_state_helper.c:(.text+0xa54): undefined reference to `drm_hdmi_infoframe_set_hdr_metadata'
collect2: error: ld returned 1 exit status
make[3]: *** [../scripts/Makefile.vmlinux:34: vmlinux] Error 1
make[2]: *** [/kernel/Makefile:1171: vmlinux] Error 2
make[1]: *** [/kernel/Makefile:240: __sub-make] Error 2
make: *** [Makefile:240: __sub-make] Error 2
[09:21:10] Configuring KUnit Kernel ...
Regenerating .config ...
Populating config with:
$ make ARCH=um O=.kunit olddefconfig
[09:21:11] Building KUnit Kernel ...
Populating config with:
$ make ARCH=um O=.kunit olddefconfig
Building with:
$ make ARCH=um O=.kunit --jobs=48
+ cleanup
++ stat -c %u:%g /kernel
+ chown -R 1003:1003 /kernel
^ permalink raw reply [flat|nested] 22+ messages in thread* ✓ CI.Patch_applied: success for drm/xe/client: Check return value of xe_force_wake_get (rev3)
2024-05-28 10:11 [PATCH] drm/xe/client: Check return value of xe_force_wake_get Nirmoy Das
` (6 preceding siblings ...)
2024-05-29 9:21 ` ✗ CI.KUnit: failure " Patchwork
@ 2024-05-29 10:29 ` Patchwork
2024-05-29 10:29 ` ✓ CI.checkpatch: " Patchwork
` (7 subsequent siblings)
15 siblings, 0 replies; 22+ messages in thread
From: Patchwork @ 2024-05-29 10:29 UTC (permalink / raw)
To: Nirmoy Das; +Cc: intel-xe
== Series Details ==
Series: drm/xe/client: Check return value of xe_force_wake_get (rev3)
URL : https://patchwork.freedesktop.org/series/134121/
State : success
== Summary ==
=== Applying kernel patches on branch 'drm-tip' with base: ===
Base commit: da00654c8941 drm-tip: 2024y-05m-29d-10h-08m-53s UTC integration manifest
=== git am output follows ===
Applying: drm/xe/client: Check return value of xe_force_wake_get
^ permalink raw reply [flat|nested] 22+ messages in thread* ✓ CI.checkpatch: success for drm/xe/client: Check return value of xe_force_wake_get (rev3)
2024-05-28 10:11 [PATCH] drm/xe/client: Check return value of xe_force_wake_get Nirmoy Das
` (7 preceding siblings ...)
2024-05-29 10:29 ` ✓ CI.Patch_applied: success for drm/xe/client: Check return value of xe_force_wake_get (rev3) Patchwork
@ 2024-05-29 10:29 ` Patchwork
2024-05-29 10:30 ` ✓ CI.KUnit: " Patchwork
` (6 subsequent siblings)
15 siblings, 0 replies; 22+ messages in thread
From: Patchwork @ 2024-05-29 10:29 UTC (permalink / raw)
To: Nirmoy Das; +Cc: intel-xe
== Series Details ==
Series: drm/xe/client: Check return value of xe_force_wake_get (rev3)
URL : https://patchwork.freedesktop.org/series/134121/
State : success
== 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
51ce9f6cd981d42d7467409d7dbc559a450abc1e
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit b01238654d77fec3b4d0b6ddf58d35e5f2c2cc70
Author: Nirmoy Das <nirmoy.das@intel.com>
Date: Tue May 28 12:11:32 2024 +0200
drm/xe/client: Check return value of xe_force_wake_get
xe_force_wake_get() can return error so check it's return value
before reading gpu_timestamp value.
Fixes: 188ced1e0ff8 ("drm/xe/client: Print runtime to fdinfo")
Cc: Lucas De Marchi <lucas.demarchi@intel.com>
Signed-off-by: Nirmoy Das <nirmoy.das@intel.com>
Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
+ /mt/dim checkpatch da00654c89411daac601fd16ac6c45e48639d334 drm-intel
b01238654d77 drm/xe/client: Check return value of xe_force_wake_get
^ permalink raw reply [flat|nested] 22+ messages in thread* ✓ CI.KUnit: success for drm/xe/client: Check return value of xe_force_wake_get (rev3)
2024-05-28 10:11 [PATCH] drm/xe/client: Check return value of xe_force_wake_get Nirmoy Das
` (8 preceding siblings ...)
2024-05-29 10:29 ` ✓ CI.checkpatch: " Patchwork
@ 2024-05-29 10:30 ` Patchwork
2024-05-29 10:42 ` ✓ CI.Build: " Patchwork
` (5 subsequent siblings)
15 siblings, 0 replies; 22+ messages in thread
From: Patchwork @ 2024-05-29 10:30 UTC (permalink / raw)
To: Nirmoy Das; +Cc: intel-xe
== Series Details ==
Series: drm/xe/client: Check return value of xe_force_wake_get (rev3)
URL : https://patchwork.freedesktop.org/series/134121/
State : success
== Summary ==
+ trap cleanup EXIT
+ /kernel/tools/testing/kunit/kunit.py run --kunitconfig /kernel/drivers/gpu/drm/xe/.kunitconfig
[10:29:26] Configuring KUnit Kernel ...
Generating .config ...
Populating config with:
$ make ARCH=um O=.kunit olddefconfig
[10:29:30] Building KUnit Kernel ...
Populating config with:
$ make ARCH=um O=.kunit olddefconfig
Building with:
$ make ARCH=um O=.kunit --jobs=48
../lib/iomap.c:156:5: warning: no previous prototype for ‘ioread64_lo_hi’ [-Wmissing-prototypes]
156 | u64 ioread64_lo_hi(const void __iomem *addr)
| ^~~~~~~~~~~~~~
../lib/iomap.c:163:5: warning: no previous prototype for ‘ioread64_hi_lo’ [-Wmissing-prototypes]
163 | u64 ioread64_hi_lo(const void __iomem *addr)
| ^~~~~~~~~~~~~~
../lib/iomap.c:170:5: warning: no previous prototype for ‘ioread64be_lo_hi’ [-Wmissing-prototypes]
170 | u64 ioread64be_lo_hi(const void __iomem *addr)
| ^~~~~~~~~~~~~~~~
../lib/iomap.c:178:5: warning: no previous prototype for ‘ioread64be_hi_lo’ [-Wmissing-prototypes]
178 | u64 ioread64be_hi_lo(const void __iomem *addr)
| ^~~~~~~~~~~~~~~~
../lib/iomap.c:264:6: warning: no previous prototype for ‘iowrite64_lo_hi’ [-Wmissing-prototypes]
264 | void iowrite64_lo_hi(u64 val, void __iomem *addr)
| ^~~~~~~~~~~~~~~
../lib/iomap.c:272:6: warning: no previous prototype for ‘iowrite64_hi_lo’ [-Wmissing-prototypes]
272 | void iowrite64_hi_lo(u64 val, void __iomem *addr)
| ^~~~~~~~~~~~~~~
../lib/iomap.c:280:6: warning: no previous prototype for ‘iowrite64be_lo_hi’ [-Wmissing-prototypes]
280 | void iowrite64be_lo_hi(u64 val, void __iomem *addr)
| ^~~~~~~~~~~~~~~~~
../lib/iomap.c:288:6: warning: no previous prototype for ‘iowrite64be_hi_lo’ [-Wmissing-prototypes]
288 | void iowrite64be_hi_lo(u64 val, void __iomem *addr)
| ^~~~~~~~~~~~~~~~~
[10:29:57] Starting KUnit Kernel (1/1)...
[10:29:57] ============================================================
Running tests with:
$ .kunit/linux kunit.enable=1 mem=1G console=tty kunit_shutdown=halt
[10:29:57] =================== guc_dbm (7 subtests) ===================
[10:29:57] [PASSED] test_empty
[10:29:57] [PASSED] test_default
[10:29:57] ======================== test_size ========================
[10:29:57] [PASSED] 4
[10:29:57] [PASSED] 8
[10:29:57] [PASSED] 32
[10:29:57] [PASSED] 256
[10:29:57] ==================== [PASSED] test_size ====================
[10:29:57] ======================= test_reuse ========================
[10:29:57] [PASSED] 4
[10:29:57] [PASSED] 8
[10:29:57] [PASSED] 32
[10:29:57] [PASSED] 256
[10:29:57] =================== [PASSED] test_reuse ====================
[10:29:57] =================== test_range_overlap ====================
[10:29:57] [PASSED] 4
[10:29:57] [PASSED] 8
[10:29:57] [PASSED] 32
[10:29:57] [PASSED] 256
[10:29:57] =============== [PASSED] test_range_overlap ================
[10:29:57] =================== test_range_compact ====================
[10:29:57] [PASSED] 4
[10:29:57] [PASSED] 8
[10:29:57] [PASSED] 32
[10:29:57] [PASSED] 256
[10:29:57] =============== [PASSED] test_range_compact ================
[10:29:57] ==================== test_range_spare =====================
[10:29:57] [PASSED] 4
[10:29:57] [PASSED] 8
[10:29:57] [PASSED] 32
[10:29:57] [PASSED] 256
[10:29:57] ================ [PASSED] test_range_spare =================
[10:29:57] ===================== [PASSED] guc_dbm =====================
[10:29:57] =================== guc_idm (6 subtests) ===================
[10:29:57] [PASSED] bad_init
[10:29:57] [PASSED] no_init
[10:29:57] [PASSED] init_fini
[10:29:57] [PASSED] check_used
[10:29:57] [PASSED] check_quota
[10:29:57] [PASSED] check_all
[10:29:57] ===================== [PASSED] guc_idm =====================
[10:29:57] ================== no_relay (3 subtests) ===================
[10:29:57] [PASSED] xe_drops_guc2pf_if_not_ready
[10:29:57] [PASSED] xe_drops_guc2vf_if_not_ready
[10:29:57] [PASSED] xe_rejects_send_if_not_ready
[10:29:57] ==================== [PASSED] no_relay =====================
[10:29:57] ================== pf_relay (14 subtests) ==================
[10:29:57] [PASSED] pf_rejects_guc2pf_too_short
[10:29:57] [PASSED] pf_rejects_guc2pf_too_long
[10:29:57] [PASSED] pf_rejects_guc2pf_no_payload
[10:29:57] [PASSED] pf_fails_no_payload
[10:29:57] [PASSED] pf_fails_bad_origin
[10:29:57] [PASSED] pf_fails_bad_type
[10:29:57] [PASSED] pf_txn_reports_error
[10:29:57] [PASSED] pf_txn_sends_pf2guc
[10:29:57] [PASSED] pf_sends_pf2guc
[10:29:57] [SKIPPED] pf_loopback_nop
[10:29:57] [SKIPPED] pf_loopback_echo
[10:29:57] [SKIPPED] pf_loopback_fail
[10:29:57] [SKIPPED] pf_loopback_busy
[10:29:57] [SKIPPED] pf_loopback_retry
[10:29:57] ==================== [PASSED] pf_relay =====================
[10:29:57] ================== vf_relay (3 subtests) ===================
[10:29:57] [PASSED] vf_rejects_guc2vf_too_short
[10:29:57] [PASSED] vf_rejects_guc2vf_too_long
[10:29:57] [PASSED] vf_rejects_guc2vf_no_payload
[10:29:57] ==================== [PASSED] vf_relay =====================
[10:29:57] ================= pf_service (11 subtests) =================
[10:29:57] [PASSED] pf_negotiate_any
[10:29:57] [PASSED] pf_negotiate_base_match
[10:29:57] [PASSED] pf_negotiate_base_newer
[10:29:57] [PASSED] pf_negotiate_base_next
[10:29:57] [SKIPPED] pf_negotiate_base_older
[10:29:57] [PASSED] pf_negotiate_base_prev
[10:29:57] [PASSED] pf_negotiate_latest_match
[10:29:57] [PASSED] pf_negotiate_latest_newer
[10:29:57] [PASSED] pf_negotiate_latest_next
[10:29:57] [SKIPPED] pf_negotiate_latest_older
[10:29:57] [SKIPPED] pf_negotiate_latest_prev
[10:29:57] =================== [PASSED] pf_service ====================
[10:29:57] ===================== lmtt (1 subtest) =====================
[10:29:57] ======================== test_ops =========================
[10:29:57] [PASSED] 2-level
[10:29:57] [PASSED] multi-level
[10:29:57] ==================== [PASSED] test_ops =====================
[10:29:57] ====================== [PASSED] lmtt =======================
[10:29:57] ==================== xe_bo (2 subtests) ====================
[10:29:57] [SKIPPED] xe_ccs_migrate_kunit
[10:29:57] [SKIPPED] xe_bo_evict_kunit
[10:29:57] ===================== [SKIPPED] xe_bo ======================
[10:29:57] ================== xe_dma_buf (1 subtest) ==================
[10:29:57] [SKIPPED] xe_dma_buf_kunit
[10:29:57] =================== [SKIPPED] xe_dma_buf ===================
[10:29:57] ================== xe_migrate (1 subtest) ==================
[10:29:57] [SKIPPED] xe_migrate_sanity_kunit
[10:29:57] =================== [SKIPPED] xe_migrate ===================
[10:29:57] =================== xe_mocs (2 subtests) ===================
[10:29:57] [SKIPPED] xe_live_mocs_kernel_kunit
[10:29:57] [SKIPPED] xe_live_mocs_reset_kunit
[10:29:57] ==================== [SKIPPED] xe_mocs =====================
[10:29:57] ==================== args (11 subtests) ====================
[10:29:57] [PASSED] count_args_test
[10:29:57] [PASSED] call_args_example
[10:29:57] [PASSED] call_args_test
[10:29:57] [PASSED] drop_first_arg_example
[10:29:57] [PASSED] drop_first_arg_test
[10:29:57] [PASSED] first_arg_example
[10:29:57] [PASSED] first_arg_test
[10:29:57] [PASSED] last_arg_example
[10:29:57] [PASSED] last_arg_test
[10:29:57] [PASSED] pick_arg_example
[10:29:57] [PASSED] sep_comma_example
[10:29:57] ====================== [PASSED] args =======================
[10:29:57] =================== xe_pci (2 subtests) ====================
[10:29:57] [PASSED] xe_gmdid_graphics_ip
[10:29:57] [PASSED] xe_gmdid_media_ip
[10:29:57] ===================== [PASSED] xe_pci ======================
[10:29:57] ==================== xe_rtp (1 subtest) ====================
[10:29:57] ================== xe_rtp_process_tests ===================
[10:29:57] [PASSED] coalesce-same-reg
[10:29:57] [PASSED] no-match-no-add
[10:29:57] [PASSED] no-match-no-add-multiple-rules
[10:29:57] [PASSED] two-regs-two-entries
[10:29:57] [PASSED] clr-one-set-other
[10:29:57] [PASSED] set-field
[10:29:57] [PASSED] conflict-duplicate
[10:29:57] [PASSED] conflict-not-disjoint
[10:29:57] [PASSED] conflict-reg-type
[10:29:57] ============== [PASSED] xe_rtp_process_tests ===============
stty: 'standard input': Inappropriate ioctl for device
[10:29:57] ===================== [PASSED] xe_rtp ======================
[10:29:57] ==================== xe_wa (1 subtest) =====================
[10:29:57] ======================== xe_wa_gt =========================
[10:29:57] [PASSED] TIGERLAKE (B0)
[10:29:57] [PASSED] DG1 (A0)
[10:29:57] [PASSED] DG1 (B0)
[10:29:57] [PASSED] ALDERLAKE_S (A0)
[10:29:57] [PASSED] ALDERLAKE_S (B0)
[10:29:57] [PASSED] ALDERLAKE_S (C0)
[10:29:57] [PASSED] ALDERLAKE_S (D0)
[10:29:57] [PASSED] ALDERLAKE_P (A0)
[10:29:57] [PASSED] ALDERLAKE_P (B0)
[10:29:57] [PASSED] ALDERLAKE_P (C0)
[10:29:57] [PASSED] ALDERLAKE_S_RPLS (D0)
[10:29:57] [PASSED] ALDERLAKE_P_RPLU (E0)
[10:29:57] [PASSED] DG2_G10 (C0)
[10:29:57] [PASSED] DG2_G11 (B1)
[10:29:57] [PASSED] DG2_G12 (A1)
[10:29:57] [PASSED] METEORLAKE (g:A0, m:A0)
[10:29:57] [PASSED] METEORLAKE (g:A0, m:A0)
[10:29:57] [PASSED] METEORLAKE (g:A0, m:A0)
[10:29:57] [PASSED] LUNARLAKE (g:A0, m:A0)
[10:29:57] [PASSED] LUNARLAKE (g:B0, m:A0)
[10:29:57] ==================== [PASSED] xe_wa_gt =====================
[10:29:57] ====================== [PASSED] xe_wa ======================
[10:29:57] ============================================================
[10:29:57] Testing complete. Ran 109 tests: passed: 95, skipped: 14
[10:29:57] Elapsed time: 30.718s total, 4.223s configuring, 26.224s building, 0.217s running
+ /kernel/tools/testing/kunit/kunit.py run --kunitconfig /kernel/drivers/gpu/drm/tests/.kunitconfig
[10:29:57] Configuring KUnit Kernel ...
Regenerating .config ...
Populating config with:
$ make ARCH=um O=.kunit olddefconfig
[10:29:59] Building KUnit Kernel ...
Populating config with:
$ make ARCH=um O=.kunit olddefconfig
Building with:
$ make ARCH=um O=.kunit --jobs=48
../lib/iomap.c:156:5: warning: no previous prototype for ‘ioread64_lo_hi’ [-Wmissing-prototypes]
156 | u64 ioread64_lo_hi(const void __iomem *addr)
| ^~~~~~~~~~~~~~
../lib/iomap.c:163:5: warning: no previous prototype for ‘ioread64_hi_lo’ [-Wmissing-prototypes]
163 | u64 ioread64_hi_lo(const void __iomem *addr)
| ^~~~~~~~~~~~~~
../lib/iomap.c:170:5: warning: no previous prototype for ‘ioread64be_lo_hi’ [-Wmissing-prototypes]
170 | u64 ioread64be_lo_hi(const void __iomem *addr)
| ^~~~~~~~~~~~~~~~
../lib/iomap.c:178:5: warning: no previous prototype for ‘ioread64be_hi_lo’ [-Wmissing-prototypes]
178 | u64 ioread64be_hi_lo(const void __iomem *addr)
| ^~~~~~~~~~~~~~~~
../lib/iomap.c:264:6: warning: no previous prototype for ‘iowrite64_lo_hi’ [-Wmissing-prototypes]
264 | void iowrite64_lo_hi(u64 val, void __iomem *addr)
| ^~~~~~~~~~~~~~~
../lib/iomap.c:272:6: warning: no previous prototype for ‘iowrite64_hi_lo’ [-Wmissing-prototypes]
272 | void iowrite64_hi_lo(u64 val, void __iomem *addr)
| ^~~~~~~~~~~~~~~
../lib/iomap.c:280:6: warning: no previous prototype for ‘iowrite64be_lo_hi’ [-Wmissing-prototypes]
280 | void iowrite64be_lo_hi(u64 val, void __iomem *addr)
| ^~~~~~~~~~~~~~~~~
../lib/iomap.c:288:6: warning: no previous prototype for ‘iowrite64be_hi_lo’ [-Wmissing-prototypes]
288 | void iowrite64be_hi_lo(u64 val, void __iomem *addr)
| ^~~~~~~~~~~~~~~~~
[10:30:20] Starting KUnit Kernel (1/1)...
[10:30:20] ============================================================
Running tests with:
$ .kunit/linux kunit.enable=1 mem=1G console=tty kunit_shutdown=halt
[10:30:20] ============ drm_test_pick_cmdline (2 subtests) ============
[10:30:20] [PASSED] drm_test_pick_cmdline_res_1920_1080_60
[10:30:20] =============== drm_test_pick_cmdline_named ===============
[10:30:20] [PASSED] NTSC
[10:30:20] [PASSED] NTSC-J
[10:30:20] [PASSED] PAL
[10:30:20] [PASSED] PAL-M
[10:30:20] =========== [PASSED] drm_test_pick_cmdline_named ===========
[10:30:20] ============== [PASSED] drm_test_pick_cmdline ==============
[10:30:20] ================== drm_buddy (7 subtests) ==================
[10:30:20] [PASSED] drm_test_buddy_alloc_limit
[10:30:20] [PASSED] drm_test_buddy_alloc_optimistic
[10:30:20] [PASSED] drm_test_buddy_alloc_pessimistic
[10:30:20] [PASSED] drm_test_buddy_alloc_pathological
[10:30:20] [PASSED] drm_test_buddy_alloc_contiguous
[10:30:20] [PASSED] drm_test_buddy_alloc_clear
[10:30:20] [PASSED] drm_test_buddy_alloc_range_bias
[10:30:20] ==================== [PASSED] drm_buddy ====================
[10:30:20] ============= drm_cmdline_parser (40 subtests) =============
[10:30:20] [PASSED] drm_test_cmdline_force_d_only
[10:30:20] [PASSED] drm_test_cmdline_force_D_only_dvi
[10:30:20] [PASSED] drm_test_cmdline_force_D_only_hdmi
[10:30:20] [PASSED] drm_test_cmdline_force_D_only_not_digital
[10:30:20] [PASSED] drm_test_cmdline_force_e_only
[10:30:20] [PASSED] drm_test_cmdline_res
[10:30:20] [PASSED] drm_test_cmdline_res_vesa
[10:30:20] [PASSED] drm_test_cmdline_res_vesa_rblank
[10:30:20] [PASSED] drm_test_cmdline_res_rblank
[10:30:20] [PASSED] drm_test_cmdline_res_bpp
[10:30:20] [PASSED] drm_test_cmdline_res_refresh
[10:30:20] [PASSED] drm_test_cmdline_res_bpp_refresh
[10:30:20] [PASSED] drm_test_cmdline_res_bpp_refresh_interlaced
[10:30:20] [PASSED] drm_test_cmdline_res_bpp_refresh_margins
[10:30:20] [PASSED] drm_test_cmdline_res_bpp_refresh_force_off
[10:30:20] [PASSED] drm_test_cmdline_res_bpp_refresh_force_on
[10:30:20] [PASSED] drm_test_cmdline_res_bpp_refresh_force_on_analog
[10:30:20] [PASSED] drm_test_cmdline_res_bpp_refresh_force_on_digital
[10:30:20] [PASSED] drm_test_cmdline_res_bpp_refresh_interlaced_margins_force_on
[10:30:20] [PASSED] drm_test_cmdline_res_margins_force_on
[10:30:20] [PASSED] drm_test_cmdline_res_vesa_margins
[10:30:20] [PASSED] drm_test_cmdline_name
[10:30:20] [PASSED] drm_test_cmdline_name_bpp
[10:30:20] [PASSED] drm_test_cmdline_name_option
[10:30:20] [PASSED] drm_test_cmdline_name_bpp_option
[10:30:20] [PASSED] drm_test_cmdline_rotate_0
[10:30:20] [PASSED] drm_test_cmdline_rotate_90
[10:30:20] [PASSED] drm_test_cmdline_rotate_180
[10:30:20] [PASSED] drm_test_cmdline_rotate_270
[10:30:20] [PASSED] drm_test_cmdline_hmirror
[10:30:20] [PASSED] drm_test_cmdline_vmirror
[10:30:20] [PASSED] drm_test_cmdline_margin_options
[10:30:20] [PASSED] drm_test_cmdline_multiple_options
[10:30:20] [PASSED] drm_test_cmdline_bpp_extra_and_option
[10:30:20] [PASSED] drm_test_cmdline_extra_and_option
[10:30:20] [PASSED] drm_test_cmdline_freestanding_options
[10:30:20] [PASSED] drm_test_cmdline_freestanding_force_e_and_options
[10:30:20] [PASSED] drm_test_cmdline_panel_orientation
[10:30:20] ================ drm_test_cmdline_invalid =================
[10:30:20] [PASSED] margin_only
[10:30:20] [PASSED] interlace_only
[10:30:20] [PASSED] res_missing_x
[10:30:20] [PASSED] res_missing_y
[10:30:20] [PASSED] res_bad_y
[10:30:20] [PASSED] res_missing_y_bpp
[10:30:20] [PASSED] res_bad_bpp
[10:30:20] [PASSED] res_bad_refresh
[10:30:20] [PASSED] res_bpp_refresh_force_on_off
[10:30:20] [PASSED] res_invalid_mode
[10:30:20] [PASSED] res_bpp_wrong_place_mode
[10:30:20] [PASSED] name_bpp_refresh
[10:30:20] [PASSED] name_refresh
[10:30:20] [PASSED] name_refresh_wrong_mode
[10:30:20] [PASSED] name_refresh_invalid_mode
[10:30:20] [PASSED] rotate_multiple
[10:30:20] [PASSED] rotate_invalid_val
[10:30:20] [PASSED] rotate_truncated
[10:30:20] [PASSED] invalid_option
[10:30:20] [PASSED] invalid_tv_option
[10:30:20] [PASSED] truncated_tv_option
[10:30:20] ============ [PASSED] drm_test_cmdline_invalid =============
[10:30:20] =============== drm_test_cmdline_tv_options ===============
[10:30:20] [PASSED] NTSC
[10:30:20] [PASSED] NTSC_443
[10:30:20] [PASSED] NTSC_J
[10:30:20] [PASSED] PAL
[10:30:20] [PASSED] PAL_M
[10:30:20] [PASSED] PAL_N
[10:30:20] [PASSED] SECAM
[10:30:20] =========== [PASSED] drm_test_cmdline_tv_options ===========
[10:30:20] =============== [PASSED] drm_cmdline_parser ================
[10:30:20] ========== drmm_connector_hdmi_init (19 subtests) ==========
[10:30:20] [PASSED] drm_test_connector_hdmi_init_valid
[10:30:20] [PASSED] drm_test_connector_hdmi_init_bpc_8
[10:30:20] [PASSED] drm_test_connector_hdmi_init_bpc_10
[10:30:20] [PASSED] drm_test_connector_hdmi_init_bpc_12
[10:30:20] [PASSED] drm_test_connector_hdmi_init_bpc_invalid
[10:30:20] [PASSED] drm_test_connector_hdmi_init_bpc_null
[10:30:20] [PASSED] drm_test_connector_hdmi_init_formats_empty
[10:30:20] [PASSED] drm_test_connector_hdmi_init_formats_no_rgb
[10:30:20] [PASSED] drm_test_connector_hdmi_init_null_ddc
[10:30:20] [PASSED] drm_test_connector_hdmi_init_null_product
[10:30:20] [PASSED] drm_test_connector_hdmi_init_null_vendor
[10:30:20] [PASSED] drm_test_connector_hdmi_init_product_length_exact
[10:30:20] [PASSED] drm_test_connector_hdmi_init_product_length_too_long
[10:30:20] [PASSED] drm_test_connector_hdmi_init_product_valid
[10:30:20] [PASSED] drm_test_connector_hdmi_init_vendor_length_exact
[10:30:20] [PASSED] drm_test_connector_hdmi_init_vendor_length_too_long
[10:30:20] [PASSED] drm_test_connector_hdmi_init_vendor_valid
[10:30:20] ========= drm_test_connector_hdmi_init_type_valid =========
[10:30:20] [PASSED] HDMI-A
[10:30:20] [PASSED] HDMI-B
[10:30:20] ===== [PASSED] drm_test_connector_hdmi_init_type_valid =====
[10:30:20] ======== drm_test_connector_hdmi_init_type_invalid ========
[10:30:20] [PASSED] Unknown
[10:30:20] [PASSED] VGA
[10:30:20] [PASSED] DVI-I
[10:30:20] [PASSED] DVI-D
[10:30:20] [PASSED] DVI-A
[10:30:20] [PASSED] Composite
[10:30:20] [PASSED] SVIDEO
[10:30:20] [PASSED] LVDS
[10:30:20] [PASSED] Component
[10:30:20] [PASSED] DIN
[10:30:20] [PASSED] DP
[10:30:20] [PASSED] TV
[10:30:20] [PASSED] eDP
[10:30:20] [PASSED] Virtual
[10:30:20] [PASSED] DSI
[10:30:20] [PASSED] DPI
[10:30:20] [PASSED] Writeback
[10:30:20] [PASSED] SPI
[10:30:20] [PASSED] USB
[10:30:20] ==== [PASSED] drm_test_connector_hdmi_init_type_invalid ====
[10:30:20] ============ [PASSED] drmm_connector_hdmi_init =============
[10:30:20] ============= drmm_connector_init (3 subtests) =============
[10:30:20] [PASSED] drm_test_drmm_connector_init
[10:30:20] [PASSED] drm_test_drmm_connector_init_null_ddc
[10:30:20] ========= drm_test_drmm_connector_init_type_valid =========
[10:30:20] [PASSED] Unknown
[10:30:20] [PASSED] VGA
[10:30:20] [PASSED] DVI-I
[10:30:20] [PASSED] DVI-D
[10:30:20] [PASSED] DVI-A
[10:30:20] [PASSED] Composite
[10:30:20] [PASSED] SVIDEO
[10:30:20] [PASSED] LVDS
[10:30:20] [PASSED] Component
[10:30:20] [PASSED] DIN
[10:30:20] [PASSED] DP
[10:30:20] [PASSED] HDMI-A
[10:30:20] [PASSED] HDMI-B
[10:30:20] [PASSED] TV
[10:30:20] [PASSED] eDP
[10:30:20] [PASSED] Virtual
[10:30:20] [PASSED] DSI
[10:30:20] [PASSED] DPI
[10:30:20] [PASSED] Writeback
[10:30:20] [PASSED] SPI
[10:30:20] [PASSED] USB
[10:30:20] ===== [PASSED] drm_test_drmm_connector_init_type_valid =====
[10:30:20] =============== [PASSED] drmm_connector_init ===============
[10:30:20] = drm_connector_attach_broadcast_rgb_property (2 subtests) =
[10:30:20] [PASSED] drm_test_drm_connector_attach_broadcast_rgb_property
[10:30:20] [PASSED] drm_test_drm_connector_attach_broadcast_rgb_property_hdmi_connector
[10:30:20] === [PASSED] drm_connector_attach_broadcast_rgb_property ===
[10:30:20] ========== drm_get_tv_mode_from_name (2 subtests) ==========
[10:30:20] ========== drm_test_get_tv_mode_from_name_valid ===========
[10:30:20] [PASSED] NTSC
[10:30:20] [PASSED] NTSC-443
[10:30:20] [PASSED] NTSC-J
[10:30:20] [PASSED] PAL
[10:30:20] [PASSED] PAL-M
[10:30:20] [PASSED] PAL-N
[10:30:20] [PASSED] SECAM
[10:30:20] ====== [PASSED] drm_test_get_tv_mode_from_name_valid =======
[10:30:20] [PASSED] drm_test_get_tv_mode_from_name_truncated
[10:30:20] ============ [PASSED] drm_get_tv_mode_from_name ============
[10:30:20] = drm_test_connector_hdmi_compute_mode_clock (12 subtests) =
[10:30:20] [PASSED] drm_test_drm_hdmi_compute_mode_clock_rgb
[10:30:20] [PASSED] drm_test_drm_hdmi_compute_mode_clock_rgb_10bpc
[10:30:20] [PASSED] drm_test_drm_hdmi_compute_mode_clock_rgb_10bpc_vic_1
[10:30:20] [PASSED] drm_test_drm_hdmi_compute_mode_clock_rgb_12bpc
[10:30:20] [PASSED] drm_test_drm_hdmi_compute_mode_clock_rgb_12bpc_vic_1
[10:30:20] [PASSED] drm_test_drm_hdmi_compute_mode_clock_rgb_double
[10:30:20] = drm_test_connector_hdmi_compute_mode_clock_yuv420_valid =
[10:30:20] [PASSED] VIC 96
[10:30:20] [PASSED] VIC 97
[10:30:20] [PASSED] VIC 101
[10:30:20] [PASSED] VIC 102
[10:30:20] [PASSED] VIC 106
[10:30:20] [PASSED] VIC 107
[10:30:20] === [PASSED] drm_test_connector_hdmi_compute_mode_clock_yuv420_valid ===
[10:30:20] [PASSED] drm_test_connector_hdmi_compute_mode_clock_yuv420_10_bpc
[10:30:20] [PASSED] drm_test_connector_hdmi_compute_mode_clock_yuv420_12_bpc
[10:30:20] [PASSED] drm_test_connector_hdmi_compute_mode_clock_yuv422_8_bpc
[10:30:20] [PASSED] drm_test_connector_hdmi_compute_mode_clock_yuv422_10_bpc
[10:30:20] [PASSED] drm_test_connector_hdmi_compute_mode_clock_yuv422_12_bpc
[10:30:20] === [PASSED] drm_test_connector_hdmi_compute_mode_clock ====
[10:30:20] == drm_hdmi_connector_get_broadcast_rgb_name (2 subtests) ==
[10:30:20] === drm_test_drm_hdmi_connector_get_broadcast_rgb_name ====
[10:30:20] [PASSED] Automatic
[10:30:20] [PASSED] Full
[10:30:20] [PASSED] Limited 16:235
[10:30:20] === [PASSED] drm_test_drm_hdmi_connector_get_broadcast_rgb_name ===
[10:30:20] [PASSED] drm_test_drm_hdmi_connector_get_broadcast_rgb_name_invalid
[10:30:20] ==== [PASSED] drm_hdmi_connector_get_broadcast_rgb_name ====
[10:30:20] == drm_hdmi_connector_get_output_format_name (2 subtests) ==
[10:30:20] === drm_test_drm_hdmi_connector_get_output_format_name ====
[10:30:20] [PASSED] RGB
[10:30:20] [PASSED] YUV 4:2:0
[10:30:20] [PASSED] YUV 4:2:2
[10:30:20] [PASSED] YUV 4:4:4
[10:30:20] === [PASSED] drm_test_drm_hdmi_connector_get_output_format_name ===
[10:30:20] [PASSED] drm_test_drm_hdmi_connector_get_output_format_name_invalid
[10:30:20] ==== [PASSED] drm_hdmi_connector_get_output_format_name ====
[10:30:20] ============= drm_damage_helper (21 subtests) ==============
[10:30:20] [PASSED] drm_test_damage_iter_no_damage
[10:30:20] [PASSED] drm_test_damage_iter_no_damage_fractional_src
[10:30:20] [PASSED] drm_test_damage_iter_no_damage_src_moved
[10:30:20] [PASSED] drm_test_damage_iter_no_damage_fractional_src_moved
[10:30:20] [PASSED] drm_test_damage_iter_no_damage_not_visible
[10:30:20] [PASSED] drm_test_damage_iter_no_damage_no_crtc
[10:30:20] [PASSED] drm_test_damage_iter_no_damage_no_fb
[10:30:20] [PASSED] drm_test_damage_iter_simple_damage
[10:30:20] [PASSED] drm_test_damage_iter_single_damage
[10:30:20] [PASSED] drm_test_damage_iter_single_damage_intersect_src
[10:30:20] [PASSED] drm_test_damage_iter_single_damage_outside_src
[10:30:20] [PASSED] drm_test_damage_iter_single_damage_fractional_src
[10:30:20] [PASSED] drm_test_damage_iter_single_damage_intersect_fractional_src
[10:30:20] [PASSED] drm_test_damage_iter_single_damage_outside_fractional_src
[10:30:20] [PASSED] drm_test_damage_iter_single_damage_src_moved
[10:30:20] [PASSED] drm_test_damage_iter_single_damage_fractional_src_moved
[10:30:20] [PASSED] drm_test_damage_iter_damage
[10:30:20] [PASSED] drm_test_damage_iter_damage_one_intersect
[10:30:20] [PASSED] drm_test_damage_iter_damage_one_outside
[10:30:20] [PASSED] drm_test_damage_iter_damage_src_moved
[10:30:20] [PASSED] drm_test_damage_iter_damage_not_visible
[10:30:20] ================ [PASSED] drm_damage_helper ================
[10:30:20] ============== drm_dp_mst_helper (3 subtests) ==============
[10:30:20] ============== drm_test_dp_mst_calc_pbn_mode ==============
[10:30:20] [PASSED] Clock 154000 BPP 30 DSC disabled
[10:30:20] [PASSED] Clock 234000 BPP 30 DSC disabled
[10:30:20] [PASSED] Clock 297000 BPP 24 DSC disabled
[10:30:20] [PASSED] Clock 332880 BPP 24 DSC enabled
[10:30:20] [PASSED] Clock 324540 BPP 24 DSC enabled
[10:30:20] ========== [PASSED] drm_test_dp_mst_calc_pbn_mode ==========
[10:30:20] ============== drm_test_dp_mst_calc_pbn_div ===============
[10:30:20] [PASSED] Link rate 2000000 lane count 4
[10:30:20] [PASSED] Link rate 2000000 lane count 2
[10:30:20] [PASSED] Link rate 2000000 lane count 1
[10:30:20] [PASSED] Link rate 1350000 lane count 4
[10:30:20] [PASSED] Link rate 1350000 lane count 2
[10:30:20] [PASSED] Link rate 1350000 lane count 1
[10:30:20] [PASSED] Link rate 1000000 lane count 4
[10:30:20] [PASSED] Link rate 1000000 lane count 2
[10:30:20] [PASSED] Link rate 1000000 lane count 1
[10:30:20] [PASSED] Link rate 810000 lane count 4
[10:30:20] [PASSED] Link rate 810000 lane count 2
[10:30:20] [PASSED] Link rate 810000 lane count 1
[10:30:20] [PASSED] Link rate 540000 lane count 4
[10:30:20] [PASSED] Link rate 540000 lane count 2
[10:30:20] [PASSED] Link rate 540000 lane count 1
[10:30:20] [PASSED] Link rate 270000 lane count 4
[10:30:20] [PASSED] Link rate 270000 lane count 2
[10:30:20] [PASSED] Link rate 270000 lane count 1
[10:30:20] [PASSED] Link rate 162000 lane count 4
[10:30:20] [PASSED] Link rate 162000 lane count 2
[10:30:20] [PASSED] Link rate 162000 lane count 1
[10:30:20] ========== [PASSED] drm_test_dp_mst_calc_pbn_div ===========
[10:30:20] ========= drm_test_dp_mst_sideband_msg_req_decode =========
[10:30:20] [PASSED] DP_ENUM_PATH_RESOURCES with port number
[10:30:20] [PASSED] DP_POWER_UP_PHY with port number
[10:30:20] [PASSED] DP_POWER_DOWN_PHY with port number
[10:30:20] [PASSED] DP_ALLOCATE_PAYLOAD with SDP stream sinks
[10:30:20] [PASSED] DP_ALLOCATE_PAYLOAD with port number
[10:30:20] [PASSED] DP_ALLOCATE_PAYLOAD with VCPI
[10:30:20] [PASSED] DP_ALLOCATE_PAYLOAD with PBN
[10:30:20] [PASSED] DP_QUERY_PAYLOAD with port number
[10:30:20] [PASSED] DP_QUERY_PAYLOAD with VCPI
[10:30:20] [PASSED] DP_REMOTE_DPCD_READ with port number
[10:30:20] [PASSED] DP_REMOTE_DPCD_READ with DPCD address
[10:30:20] [PASSED] DP_REMOTE_DPCD_READ with max number of bytes
[10:30:20] [PASSED] DP_REMOTE_DPCD_WRITE with port number
[10:30:20] [PASSED] DP_REMOTE_DPCD_WRITE with DPCD address
[10:30:20] [PASSED] DP_REMOTE_DPCD_WRITE with data array
[10:30:20] [PASSED] DP_REMOTE_I2C_READ with port number
[10:30:20] [PASSED] DP_REMOTE_I2C_READ with I2C device ID
[10:30:20] [PASSED] DP_REMOTE_I2C_READ with transactions array
[10:30:20] [PASSED] DP_REMOTE_I2C_WRITE with port number
[10:30:20] [PASSED] DP_REMOTE_I2C_WRITE with I2C device ID
[10:30:20] [PASSED] DP_REMOTE_I2C_WRITE with data array
[10:30:20] [PASSED] DP_QUERY_STREAM_ENC_STATUS with stream ID
[10:30:20] [PASSED] DP_QUERY_STREAM_ENC_STATUS with client ID
[10:30:20] [PASSED] DP_QUERY_STREAM_ENC_STATUS with stream event
[10:30:20] [PASSED] DP_QUERY_STREAM_ENC_STATUS with valid stream event
[10:30:20] [PASSED] DP_QUERY_STREAM_ENC_STATUS with stream behavior
[10:30:20] [PASSED] DP_QUERY_STREAM_ENC_STATUS with a valid stream behavior
[10:30:20] ===== [PASSED] drm_test_dp_mst_sideband_msg_req_decode =====
[10:30:20] ================ [PASSED] drm_dp_mst_helper ================
[10:30:20] ================== drm_exec (7 subtests) ===================
[10:30:20] [PASSED] sanitycheck
[10:30:20] [PASSED] test_lock
[10:30:20] [PASSED] test_lock_unlock
[10:30:20] [PASSED] test_duplicates
[10:30:20] [PASSED] test_prepare
[10:30:20] [PASSED] test_prepare_array
[10:30:20] [PASSED] test_multiple_loops
[10:30:20] ==================== [PASSED] drm_exec =====================
[10:30:20] =========== drm_format_helper_test (17 subtests) ===========
[10:30:20] ============== drm_test_fb_xrgb8888_to_gray8 ==============
[10:30:20] [PASSED] single_pixel_source_buffer
[10:30:20] [PASSED] single_pixel_clip_rectangle
[10:30:20] [PASSED] well_known_colors
[10:30:20] [PASSED] destination_pitch
[10:30:20] ========== [PASSED] drm_test_fb_xrgb8888_to_gray8 ==========
[10:30:20] ============= drm_test_fb_xrgb8888_to_rgb332 ==============
[10:30:20] [PASSED] single_pixel_source_buffer
[10:30:20] [PASSED] single_pixel_clip_rectangle
[10:30:20] [PASSED] well_known_colors
[10:30:20] [PASSED] destination_pitch
[10:30:20] ========= [PASSED] drm_test_fb_xrgb8888_to_rgb332 ==========
[10:30:20] ============= drm_test_fb_xrgb8888_to_rgb565 ==============
[10:30:20] [PASSED] single_pixel_source_buffer
[10:30:20] [PASSED] single_pixel_clip_rectangle
[10:30:20] [PASSED] well_known_colors
[10:30:20] [PASSED] destination_pitch
[10:30:20] ========= [PASSED] drm_test_fb_xrgb8888_to_rgb565 ==========
[10:30:20] ============ drm_test_fb_xrgb8888_to_xrgb1555 =============
[10:30:20] [PASSED] single_pixel_source_buffer
[10:30:20] [PASSED] single_pixel_clip_rectangle
[10:30:20] [PASSED] well_known_colors
[10:30:20] [PASSED] destination_pitch
[10:30:20] ======== [PASSED] drm_test_fb_xrgb8888_to_xrgb1555 =========
[10:30:20] ============ drm_test_fb_xrgb8888_to_argb1555 =============
[10:30:20] [PASSED] single_pixel_source_buffer
[10:30:20] [PASSED] single_pixel_clip_rectangle
[10:30:20] [PASSED] well_known_colors
[10:30:20] [PASSED] destination_pitch
[10:30:20] ======== [PASSED] drm_test_fb_xrgb8888_to_argb1555 =========
[10:30:20] ============ drm_test_fb_xrgb8888_to_rgba5551 =============
[10:30:20] [PASSED] single_pixel_source_buffer
[10:30:20] [PASSED] single_pixel_clip_rectangle
[10:30:20] [PASSED] well_known_colors
[10:30:20] [PASSED] destination_pitch
[10:30:20] ======== [PASSED] drm_test_fb_xrgb8888_to_rgba5551 =========
[10:30:20] ============= drm_test_fb_xrgb8888_to_rgb888 ==============
[10:30:20] [PASSED] single_pixel_source_buffer
[10:30:20] [PASSED] single_pixel_clip_rectangle
[10:30:20] [PASSED] well_known_colors
[10:30:20] [PASSED] destination_pitch
[10:30:20] ========= [PASSED] drm_test_fb_xrgb8888_to_rgb888 ==========
[10:30:20] ============ drm_test_fb_xrgb8888_to_argb8888 =============
[10:30:20] [PASSED] single_pixel_source_buffer
[10:30:20] [PASSED] single_pixel_clip_rectangle
[10:30:20] [PASSED] well_known_colors
[10:30:20] [PASSED] destination_pitch
[10:30:20] ======== [PASSED] drm_test_fb_xrgb8888_to_argb8888 =========
[10:30:20] =========== drm_test_fb_xrgb8888_to_xrgb2101010 ===========
[10:30:20] [PASSED] single_pixel_source_buffer
[10:30:20] [PASSED] single_pixel_clip_rectangle
[10:30:20] [PASSED] well_known_colors
[10:30:20] [PASSED] destination_pitch
[10:30:20] ======= [PASSED] drm_test_fb_xrgb8888_to_xrgb2101010 =======
[10:30:20] =========== drm_test_fb_xrgb8888_to_argb2101010 ===========
[10:30:20] [PASSED] single_pixel_source_buffer
[10:30:20] [PASSED] single_pixel_clip_rectangle
[10:30:20] [PASSED] well_known_colors
[10:30:20] [PASSED] destination_pitch
[10:30:20] ======= [PASSED] drm_test_fb_xrgb8888_to_argb2101010 =======
[10:30:20] ============== drm_test_fb_xrgb8888_to_mono ===============
[10:30:20] [PASSED] single_pixel_source_buffer
[10:30:20] [PASSED] single_pixel_clip_rectangle
[10:30:20] [PASSED] well_known_colors
[10:30:20] [PASSED] destination_pitch
[10:30:20] ========== [PASSED] drm_test_fb_xrgb8888_to_mono ===========
[10:30:20] ==================== drm_test_fb_swab =====================
[10:30:20] [PASSED] single_pixel_source_buffer
[10:30:20] [PASSED] single_pixel_clip_rectangle
[10:30:20] [PASSED] well_known_colors
[10:30:20] [PASSED] destination_pitch
[10:30:20] ================ [PASSED] drm_test_fb_swab =================
[10:30:20] ============ drm_test_fb_xrgb8888_to_xbgr8888 =============
[10:30:20] [PASSED] single_pixel_source_buffer
[10:30:20] [PASSED] single_pixel_clip_rectangle
[10:30:20] [PASSED] well_known_colors
[10:30:20] [PASSED] destination_pitch
[10:30:20] ======== [PASSED] drm_test_fb_xrgb8888_to_xbgr8888 =========
[10:30:20] ============ drm_test_fb_xrgb8888_to_abgr8888 =============
[10:30:20] [PASSED] single_pixel_source_buffer
[10:30:20] [PASSED] single_pixel_clip_rectangle
[10:30:20] [PASSED] well_known_colors
[10:30:20] [PASSED] destination_pitch
[10:30:20] ======== [PASSED] drm_test_fb_xrgb8888_to_abgr8888 =========
[10:30:20] ================= drm_test_fb_clip_offset =================
[10:30:20] [PASSED] pass through
[10:30:20] [PASSED] horizontal offset
[10:30:20] [PASSED] vertical offset
[10:30:20] [PASSED] horizontal and vertical offset
[10:30:20] [PASSED] horizontal offset (custom pitch)
[10:30:20] [PASSED] vertical offset (custom pitch)
[10:30:20] [PASSED] horizontal and vertical offset (custom pitch)
[10:30:20] ============= [PASSED] drm_test_fb_clip_offset =============
[10:30:20] ============== drm_test_fb_build_fourcc_list ==============
[10:30:20] [PASSED] no native formats
[10:30:20] [PASSED] XRGB8888 as native format
[10:30:20] [PASSED] remove duplicates
[10:30:20] [PASSED] convert alpha formats
[10:30:20] [PASSED] random formats
[10:30:20] ========== [PASSED] drm_test_fb_build_fourcc_list ==========
[10:30:20] =================== drm_test_fb_memcpy ====================
[10:30:20] [PASSED] single_pixel_source_buffer: XR24 little-endian (0x34325258)
[10:30:20] [PASSED] single_pixel_source_buffer: XRA8 little-endian (0x38415258)
[10:30:20] [PASSED] single_pixel_source_buffer: YU24 little-endian (0x34325559)
[10:30:20] [PASSED] single_pixel_clip_rectangle: XB24 little-endian (0x34324258)
[10:30:20] [PASSED] single_pixel_clip_rectangle: XRA8 little-endian (0x38415258)
[10:30:20] [PASSED] single_pixel_clip_rectangle: YU24 little-endian (0x34325559)
[10:30:20] [PASSED] well_known_colors: XB24 little-endian (0x34324258)
[10:30:20] [PASSED] well_known_colors: XRA8 little-endian (0x38415258)
[10:30:20] [PASSED] well_known_colors: YU24 little-endian (0x34325559)
[10:30:20] [PASSED] destination_pitch: XB24 little-endian (0x34324258)
[10:30:20] [PASSED] destination_pitch: XRA8 little-endian (0x38415258)
[10:30:20] [PASSED] destination_pitch: YU24 little-endian (0x34325559)
[10:30:20] =============== [PASSED] drm_test_fb_memcpy ================
[10:30:20] ============= [PASSED] drm_format_helper_test ==============
[10:30:20] ================= drm_format (18 subtests) =================
[10:30:20] [PASSED] drm_test_format_block_width_invalid
[10:30:20] [PASSED] drm_test_format_block_width_one_plane
[10:30:20] [PASSED] drm_test_format_block_width_two_plane
[10:30:20] [PASSED] drm_test_format_block_width_three_plane
[10:30:20] [PASSED] drm_test_format_block_width_tiled
[10:30:20] [PASSED] drm_test_format_block_height_invalid
[10:30:20] [PASSED] drm_test_format_block_height_one_plane
[10:30:20] [PASSED] drm_test_format_block_height_two_plane
[10:30:20] [PASSED] drm_test_format_block_height_three_plane
[10:30:20] [PASSED] drm_test_format_block_height_tiled
[10:30:20] [PASSED] drm_test_format_min_pitch_invalid
[10:30:20] [PASSED] drm_test_format_min_pitch_one_plane_8bpp
[10:30:20] [PASSED] drm_test_format_min_pitch_one_plane_16bpp
[10:30:20] [PASSED] drm_test_format_min_pitch_one_plane_24bpp
[10:30:20] [PASSED] drm_test_format_min_pitch_one_plane_32bpp
[10:30:20] [PASSED] drm_test_format_min_pitch_two_plane
[10:30:20] [PASSED] drm_test_format_min_pitch_three_plane_8bpp
[10:30:20] [PASSED] drm_test_format_min_pitch_tiled
[10:30:20] =================== [PASSED] drm_format ====================
[10:30:20] =============== drm_framebuffer (1 subtest) ================
[10:30:20] =============== drm_test_framebuffer_create ===============
[10:30:20] [PASSED] ABGR8888 normal sizes
[10:30:20] [PASSED] ABGR8888 max sizes
[10:30:20] [PASSED] ABGR8888 pitch greater than min required
[10:30:20] [PASSED] ABGR8888 pitch less than min required
[10:30:20] [PASSED] ABGR8888 Invalid width
[10:30:20] [PASSED] ABGR8888 Invalid buffer handle
[10:30:20] [PASSED] No pixel format
[10:30:20] [PASSED] ABGR8888 Width 0
[10:30:20] [PASSED] ABGR8888 Height 0
[10:30:20] [PASSED] ABGR8888 Out of bound height * pitch combination
[10:30:20] [PASSED] ABGR8888 Large buffer offset
[10:30:20] [PASSED] ABGR8888 Set DRM_MODE_FB_MODIFIERS without modifiers
[10:30:20] [PASSED] ABGR8888 Valid buffer modifier
[10:30:20] [PASSED] ABGR8888 Invalid buffer modifier(DRM_FORMAT_MOD_SAMSUNG_64_32_TILE)
[10:30:20] [PASSED] ABGR8888 Extra pitches without DRM_MODE_FB_MODIFIERS
[10:30:20] [PASSED] ABGR8888 Extra pitches with DRM_MODE_FB_MODIFIERS
[10:30:20] [PASSED] NV12 Normal sizes
[10:30:20] [PASSED] NV12 Max sizes
[10:30:20] [PASSED] NV12 Invalid pitch
[10:30:20] [PASSED] NV12 Invalid modifier/missing DRM_MODE_FB_MODIFIERS flag
[10:30:20] [PASSED] NV12 different modifier per-plane
[10:30:20] [PASSED] NV12 with DRM_FORMAT_MOD_SAMSUNG_64_32_TILE
[10:30:20] [PASSED] NV12 Valid modifiers without DRM_MODE_FB_MODIFIERS
[10:30:20] [PASSED] NV12 Modifier for inexistent plane
[10:30:20] [PASSED] NV12 Handle for inexistent plane
[10:30:20] [PASSED] NV12 Handle for inexistent plane without DRM_MODE_FB_MODIFIERS
[10:30:20] [PASSED] YVU420 DRM_MODE_FB_MODIFIERS set without modifier
[10:30:20] [PASSED] YVU420 Normal sizes
[10:30:20] [PASSED] YVU420 Max sizes
[10:30:20] [PASSED] YVU420 Invalid pitch
[10:30:20] [PASSED] YVU420 Different pitches
[10:30:20] [PASSED] YVU420 Different buffer offsets/pitches
[10:30:20] [PASSED] YVU420 Modifier set just for plane 0, without DRM_MODE_FB_MODIFIERS
[10:30:20] [PASSED] YVU420 Modifier set just for planes 0, 1, without DRM_MODE_FB_MODIFIERS
[10:30:20] [PASSED] YVU420 Modifier set just for plane 0, 1, with DRM_MODE_FB_MODIFIERS
[10:30:20] [PASSED] YVU420 Valid modifier
[10:30:20] [PASSED] YVU420 Different modifiers per plane
[10:30:20] [PASSED] YVU420 Modifier for inexistent plane
[10:30:20] [PASSED] X0L2 Normal sizes
[10:30:20] [PASSED] X0L2 Max sizes
[10:30:20] [PASSED] X0L2 Invalid pitch
[10:30:20] [PASSED] X0L2 Pitch greater than minimum required
[10:30:20] [PASSED] X0L2 Handle for inexistent plane
[10:30:20] [PASSED] X0L2 Offset for inexistent plane, without DRM_MODE_FB_MODIFIERS set
[10:30:20] [PASSED] X0L2 Modifier without DRM_MODE_FB_MODIFIERS set
[10:30:20] [PASSED] X0L2 Valid modifier
[10:30:20] [PASSED] X0L2 Modifier for inexistent plane
[10:30:20] =========== [PASSED] drm_test_framebuffer_create ===========
[10:30:20] ================= [PASSED] drm_framebuffer =================
[10:30:20] ================ drm_gem_shmem (8 subtests) ================
[10:30:20] [PASSED] drm_gem_shmem_test_obj_create
[10:30:20] [PASSED] drm_gem_shmem_test_obj_create_private
[10:30:20] [PASSED] drm_gem_shmem_test_pin_pages
[10:30:20] [PASSED] drm_gem_shmem_test_vmap
[10:30:20] [PASSED] drm_gem_shmem_test_get_pages_sgt
[10:30:20] [PASSED] drm_gem_shmem_test_get_sg_table
[10:30:20] [PASSED] drm_gem_shmem_test_madvise
[10:30:20] [PASSED] drm_gem_shmem_test_purge
[10:30:20] ================== [PASSED] drm_gem_shmem ==================
[10:30:20] === drm_atomic_helper_connector_hdmi_check (22 subtests) ===
[10:30:20] [PASSED] drm_test_check_broadcast_rgb_auto_cea_mode
[10:30:20] [PASSED] drm_test_check_broadcast_rgb_auto_cea_mode_vic_1
[10:30:20] [PASSED] drm_test_check_broadcast_rgb_full_cea_mode
[10:30:20] [PASSED] drm_test_check_broadcast_rgb_full_cea_mode_vic_1
[10:30:20] [PASSED] drm_test_check_broadcast_rgb_limited_cea_mode
[10:30:20] [PASSED] drm_test_check_broadcast_rgb_limited_cea_mode_vic_1
[10:30:20] [PASSED] drm_test_check_broadcast_rgb_crtc_mode_changed
[10:30:20] [PASSED] drm_test_check_broadcast_rgb_crtc_mode_not_changed
[10:30:20] [PASSED] drm_test_check_hdmi_funcs_reject_rate
[10:30:20] [PASSED] drm_test_check_max_tmds_rate_bpc_fallback
[10:30:20] [PASSED] drm_test_check_max_tmds_rate_format_fallback
[10:30:20] [PASSED] drm_test_check_output_bpc_crtc_mode_changed
[10:30:20] [PASSED] drm_test_check_output_bpc_crtc_mode_not_changed
[10:30:20] [PASSED] drm_test_check_output_bpc_dvi
[10:30:20] [PASSED] drm_test_check_output_bpc_format_vic_1
[10:30:20] [PASSED] drm_test_check_output_bpc_format_display_8bpc_only
[10:30:20] [PASSED] drm_test_check_output_bpc_format_display_rgb_only
[10:30:20] [PASSED] drm_test_check_output_bpc_format_driver_8bpc_only
[10:30:20] [PASSED] drm_test_check_output_bpc_format_driver_rgb_only
[10:30:20] [PASSED] drm_test_check_tmds_char_rate_rgb_8bpc
[10:30:20] [PASSED] drm_test_check_tmds_char_rate_rgb_10bpc
[10:30:20] [PASSED] drm_test_check_tmds_char_rate_rgb_12bpc
[10:30:20] ===== [PASSED] drm_atomic_helper_connector_hdmi_check ======
[10:30:20] === drm_atomic_helper_connector_hdmi_reset (6 subtests) ====
[10:30:20] [PASSED] drm_test_check_broadcast_rgb_value
[10:30:20] [PASSED] drm_test_check_bpc_8_value
[10:30:20] [PASSED] drm_test_check_bpc_10_value
[10:30:20] [PASSED] drm_test_check_bpc_12_value
[10:30:20] [PASSED] drm_test_check_format_value
[10:30:20] [PASSED] drm_test_check_tmds_char_value
[10:30:20] ===== [PASSED] drm_atomic_helper_connector_hdmi_reset ======
[10:30:20] ================= drm_managed (2 subtests) =================
[10:30:20] [PASSED] drm_test_managed_release_action
[10:30:20] [PASSED] drm_test_managed_run_action
[10:30:20] =================== [PASSED] drm_managed ===================
[10:30:20] =================== drm_mm (6 subtests) ====================
[10:30:20] [PASSED] drm_test_mm_init
[10:30:20] [PASSED] drm_test_mm_debug
[10:30:20] [PASSED] drm_test_mm_align32
[10:30:20] [PASSED] drm_test_mm_align64
[10:30:20] [PASSED] drm_test_mm_lowest
[10:30:20] [PASSED] drm_test_mm_highest
[10:30:20] ===================== [PASSED] drm_mm ======================
[10:30:20] ============= drm_modes_analog_tv (4 subtests) =============
[10:30:20] [PASSED] drm_test_modes_analog_tv_ntsc_480i
[10:30:20] [PASSED] drm_test_modes_analog_tv_ntsc_480i_inlined
[10:30:20] [PASSED] drm_test_modes_analog_tv_pal_576i
[10:30:20] [PASSED] drm_test_modes_analog_tv_pal_576i_inlined
[10:30:20] =============== [PASSED] drm_modes_analog_tv ===============
[10:30:20] ============== drm_plane_helper (2 subtests) ===============
[10:30:20] =============== drm_test_check_plane_state ================
[10:30:20] [PASSED] clipping_simple
[10:30:20] [PASSED] clipping_rotate_reflect
[10:30:20] [PASSED] positioning_simple
[10:30:20] [PASSED] upscaling
[10:30:20] [PASSED] downscaling
[10:30:20] [PASSED] rounding1
[10:30:20] [PASSED] rounding2
[10:30:20] [PASSED] rounding3
[10:30:20] [PASSED] rounding4
[10:30:20] =========== [PASSED] drm_test_check_plane_state ============
[10:30:20] =========== drm_test_check_invalid_plane_state ============
[10:30:20] [PASSED] positioning_invalid
[10:30:20] [PASSED] upscaling_invalid
[10:30:20] [PASSED] downscaling_invalid
[10:30:20] ======= [PASSED] drm_test_check_invalid_plane_state ========
[10:30:20] ================ [PASSED] drm_plane_helper =================
stty: 'standard input': Inappropriate ioctl for device
[10:30:20] ====== drm_connector_helper_tv_get_modes (1 subtest) =======
[10:30:20] ====== drm_test_connector_helper_tv_get_modes_check =======
[10:30:20] [PASSED] None
[10:30:20] [PASSED] PAL
[10:30:20] [PASSED] NTSC
[10:30:20] [PASSED] Both, NTSC Default
[10:30:20] [PASSED] Both, PAL Default
[10:30:20] [PASSED] Both, NTSC Default, with PAL on command-line
[10:30:20] [PASSED] Both, PAL Default, with NTSC on command-line
[10:30:20] == [PASSED] drm_test_connector_helper_tv_get_modes_check ===
[10:30:20] ======== [PASSED] drm_connector_helper_tv_get_modes ========
[10:30:20] ================== drm_rect (9 subtests) ===================
[10:30:20] [PASSED] drm_test_rect_clip_scaled_div_by_zero
[10:30:20] [PASSED] drm_test_rect_clip_scaled_not_clipped
[10:30:20] [PASSED] drm_test_rect_clip_scaled_clipped
[10:30:20] [PASSED] drm_test_rect_clip_scaled_signed_vs_unsigned
[10:30:20] ================= drm_test_rect_intersect =================
[10:30:20] [PASSED] top-left x bottom-right: 2x2+1+1 x 2x2+0+0
[10:30:20] [PASSED] top-right x bottom-left: 2x2+0+0 x 2x2+1-1
[10:30:20] [PASSED] bottom-left x top-right: 2x2+1-1 x 2x2+0+0
[10:30:20] [PASSED] bottom-right x top-left: 2x2+0+0 x 2x2+1+1
[10:30:20] [PASSED] right x left: 2x1+0+0 x 3x1+1+0
[10:30:20] [PASSED] left x right: 3x1+1+0 x 2x1+0+0
[10:30:20] [PASSED] up x bottom: 1x2+0+0 x 1x3+0-1
[10:30:20] [PASSED] bottom x up: 1x3+0-1 x 1x2+0+0
[10:30:20] [PASSED] touching corner: 1x1+0+0 x 2x2+1+1
[10:30:20] [PASSED] touching side: 1x1+0+0 x 1x1+1+0
[10:30:20] [PASSED] equal rects: 2x2+0+0 x 2x2+0+0
[10:30:20] [PASSED] inside another: 2x2+0+0 x 1x1+1+1
[10:30:20] [PASSED] far away: 1x1+0+0 x 1x1+3+6
[10:30:20] [PASSED] points intersecting: 0x0+5+10 x 0x0+5+10
[10:30:20] [PASSED] points not intersecting: 0x0+0+0 x 0x0+5+10
[10:30:20] ============= [PASSED] drm_test_rect_intersect =============
[10:30:20] ================ drm_test_rect_calc_hscale ================
[10:30:20] [PASSED] normal use
[10:30:20] [PASSED] out of max range
[10:30:20] [PASSED] out of min range
[10:30:20] [PASSED] zero dst
[10:30:20] [PASSED] negative src
[10:30:20] [PASSED] negative dst
[10:30:20] ============ [PASSED] drm_test_rect_calc_hscale ============
[10:30:20] ================ drm_test_rect_calc_vscale ================
[10:30:20] [PASSED] normal use
[10:30:20] [PASSED] out of max range
[10:30:20] [PASSED] out of min range
[10:30:20] [PASSED] zero dst
[10:30:20] [PASSED] negative src
[10:30:20] [PASSED] negative dst
[10:30:20] ============ [PASSED] drm_test_rect_calc_vscale ============
[10:30:20] ================== drm_test_rect_rotate ===================
[10:30:20] [PASSED] reflect-x
[10:30:20] [PASSED] reflect-y
[10:30:20] [PASSED] rotate-0
[10:30:20] [PASSED] rotate-90
[10:30:20] [PASSED] rotate-180
[10:30:20] [PASSED] rotate-270
[10:30:20] ============== [PASSED] drm_test_rect_rotate ===============
[10:30:20] ================ drm_test_rect_rotate_inv =================
[10:30:20] [PASSED] reflect-x
[10:30:20] [PASSED] reflect-y
[10:30:20] [PASSED] rotate-0
[10:30:20] [PASSED] rotate-90
[10:30:20] [PASSED] rotate-180
[10:30:20] [PASSED] rotate-270
[10:30:20] ============ [PASSED] drm_test_rect_rotate_inv =============
[10:30:20] ==================== [PASSED] drm_rect =====================
[10:30:20] ============================================================
[10:30:20] Testing complete. Ran 511 tests: passed: 511
[10:30:20] Elapsed time: 23.287s total, 1.713s configuring, 21.353s building, 0.204s running
+ cleanup
++ stat -c %u:%g /kernel
+ chown -R 1003:1003 /kernel
^ permalink raw reply [flat|nested] 22+ messages in thread* ✓ CI.Build: success for drm/xe/client: Check return value of xe_force_wake_get (rev3)
2024-05-28 10:11 [PATCH] drm/xe/client: Check return value of xe_force_wake_get Nirmoy Das
` (9 preceding siblings ...)
2024-05-29 10:30 ` ✓ CI.KUnit: " Patchwork
@ 2024-05-29 10:42 ` Patchwork
2024-05-29 10:42 ` ✗ CI.Hooks: failure " Patchwork
` (4 subsequent siblings)
15 siblings, 0 replies; 22+ messages in thread
From: Patchwork @ 2024-05-29 10:42 UTC (permalink / raw)
To: Nirmoy Das; +Cc: intel-xe
== Series Details ==
Series: drm/xe/client: Check return value of xe_force_wake_get (rev3)
URL : https://patchwork.freedesktop.org/series/134121/
State : success
== Summary ==
lib/modules/6.10.0-rc1-xe/kernel/sound/core/seq/
lib/modules/6.10.0-rc1-xe/kernel/sound/core/seq/snd-seq.ko
lib/modules/6.10.0-rc1-xe/kernel/sound/core/snd-seq-device.ko
lib/modules/6.10.0-rc1-xe/kernel/sound/core/snd-hwdep.ko
lib/modules/6.10.0-rc1-xe/kernel/sound/core/snd.ko
lib/modules/6.10.0-rc1-xe/kernel/sound/core/snd-pcm.ko
lib/modules/6.10.0-rc1-xe/kernel/sound/core/snd-compress.ko
lib/modules/6.10.0-rc1-xe/kernel/sound/core/snd-timer.ko
lib/modules/6.10.0-rc1-xe/kernel/sound/soundcore.ko
lib/modules/6.10.0-rc1-xe/kernel/sound/soc/
lib/modules/6.10.0-rc1-xe/kernel/sound/soc/intel/
lib/modules/6.10.0-rc1-xe/kernel/sound/soc/intel/atom/
lib/modules/6.10.0-rc1-xe/kernel/sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.ko
lib/modules/6.10.0-rc1-xe/kernel/sound/soc/intel/atom/sst/
lib/modules/6.10.0-rc1-xe/kernel/sound/soc/intel/atom/sst/snd-intel-sst-acpi.ko
lib/modules/6.10.0-rc1-xe/kernel/sound/soc/intel/atom/sst/snd-intel-sst-core.ko
lib/modules/6.10.0-rc1-xe/kernel/sound/soc/intel/common/
lib/modules/6.10.0-rc1-xe/kernel/sound/soc/intel/common/snd-soc-acpi-intel-match.ko
lib/modules/6.10.0-rc1-xe/kernel/sound/soc/amd/
lib/modules/6.10.0-rc1-xe/kernel/sound/soc/amd/snd-acp-config.ko
lib/modules/6.10.0-rc1-xe/kernel/sound/soc/sof/
lib/modules/6.10.0-rc1-xe/kernel/sound/soc/sof/intel/
lib/modules/6.10.0-rc1-xe/kernel/sound/soc/sof/intel/snd-sof-pci-intel-tgl.ko
lib/modules/6.10.0-rc1-xe/kernel/sound/soc/sof/intel/snd-sof-intel-hda-mlink.ko
lib/modules/6.10.0-rc1-xe/kernel/sound/soc/sof/intel/snd-sof-pci-intel-cnl.ko
lib/modules/6.10.0-rc1-xe/kernel/sound/soc/sof/intel/snd-sof-pci-intel-lnl.ko
lib/modules/6.10.0-rc1-xe/kernel/sound/soc/sof/intel/snd-sof-intel-hda-common.ko
lib/modules/6.10.0-rc1-xe/kernel/sound/soc/sof/intel/snd-sof-intel-hda-generic.ko
lib/modules/6.10.0-rc1-xe/kernel/sound/soc/sof/intel/snd-sof-intel-hda.ko
lib/modules/6.10.0-rc1-xe/kernel/sound/soc/sof/intel/snd-sof-pci-intel-mtl.ko
lib/modules/6.10.0-rc1-xe/kernel/sound/soc/sof/amd/
lib/modules/6.10.0-rc1-xe/kernel/sound/soc/sof/amd/snd-sof-amd-renoir.ko
lib/modules/6.10.0-rc1-xe/kernel/sound/soc/sof/amd/snd-sof-amd-acp.ko
lib/modules/6.10.0-rc1-xe/kernel/sound/soc/sof/snd-sof-utils.ko
lib/modules/6.10.0-rc1-xe/kernel/sound/soc/sof/snd-sof-pci.ko
lib/modules/6.10.0-rc1-xe/kernel/sound/soc/sof/snd-sof.ko
lib/modules/6.10.0-rc1-xe/kernel/sound/soc/sof/snd-sof-probes.ko
lib/modules/6.10.0-rc1-xe/kernel/sound/soc/sof/xtensa/
lib/modules/6.10.0-rc1-xe/kernel/sound/soc/sof/xtensa/snd-sof-xtensa-dsp.ko
lib/modules/6.10.0-rc1-xe/kernel/sound/soc/snd-soc-core.ko
lib/modules/6.10.0-rc1-xe/kernel/sound/soc/snd-soc-acpi.ko
lib/modules/6.10.0-rc1-xe/kernel/sound/soc/codecs/
lib/modules/6.10.0-rc1-xe/kernel/sound/soc/codecs/snd-soc-hdac-hda.ko
lib/modules/6.10.0-rc1-xe/kernel/sound/hda/
lib/modules/6.10.0-rc1-xe/kernel/sound/hda/snd-intel-sdw-acpi.ko
lib/modules/6.10.0-rc1-xe/kernel/sound/hda/ext/
lib/modules/6.10.0-rc1-xe/kernel/sound/hda/ext/snd-hda-ext-core.ko
lib/modules/6.10.0-rc1-xe/kernel/sound/hda/snd-intel-dspcfg.ko
lib/modules/6.10.0-rc1-xe/kernel/sound/hda/snd-hda-core.ko
lib/modules/6.10.0-rc1-xe/kernel/arch/
lib/modules/6.10.0-rc1-xe/kernel/arch/x86/
lib/modules/6.10.0-rc1-xe/kernel/arch/x86/kernel/
lib/modules/6.10.0-rc1-xe/kernel/arch/x86/kernel/msr.ko
lib/modules/6.10.0-rc1-xe/kernel/arch/x86/kernel/cpuid.ko
lib/modules/6.10.0-rc1-xe/kernel/arch/x86/crypto/
lib/modules/6.10.0-rc1-xe/kernel/arch/x86/crypto/sha512-ssse3.ko
lib/modules/6.10.0-rc1-xe/kernel/arch/x86/crypto/crct10dif-pclmul.ko
lib/modules/6.10.0-rc1-xe/kernel/arch/x86/crypto/ghash-clmulni-intel.ko
lib/modules/6.10.0-rc1-xe/kernel/arch/x86/crypto/sha1-ssse3.ko
lib/modules/6.10.0-rc1-xe/kernel/arch/x86/crypto/crc32-pclmul.ko
lib/modules/6.10.0-rc1-xe/kernel/arch/x86/crypto/sha256-ssse3.ko
lib/modules/6.10.0-rc1-xe/kernel/arch/x86/crypto/aesni-intel.ko
lib/modules/6.10.0-rc1-xe/kernel/arch/x86/crypto/polyval-clmulni.ko
lib/modules/6.10.0-rc1-xe/kernel/arch/x86/events/
lib/modules/6.10.0-rc1-xe/kernel/arch/x86/events/intel/
lib/modules/6.10.0-rc1-xe/kernel/arch/x86/events/intel/intel-cstate.ko
lib/modules/6.10.0-rc1-xe/kernel/arch/x86/events/rapl.ko
lib/modules/6.10.0-rc1-xe/kernel/arch/x86/kvm/
lib/modules/6.10.0-rc1-xe/kernel/arch/x86/kvm/kvm.ko
lib/modules/6.10.0-rc1-xe/kernel/arch/x86/kvm/kvm-intel.ko
lib/modules/6.10.0-rc1-xe/kernel/crypto/
lib/modules/6.10.0-rc1-xe/kernel/crypto/crypto_simd.ko
lib/modules/6.10.0-rc1-xe/kernel/crypto/cmac.ko
lib/modules/6.10.0-rc1-xe/kernel/crypto/ccm.ko
lib/modules/6.10.0-rc1-xe/kernel/crypto/cryptd.ko
lib/modules/6.10.0-rc1-xe/kernel/crypto/polyval-generic.ko
lib/modules/6.10.0-rc1-xe/kernel/crypto/async_tx/
lib/modules/6.10.0-rc1-xe/kernel/crypto/async_tx/async_xor.ko
lib/modules/6.10.0-rc1-xe/kernel/crypto/async_tx/async_tx.ko
lib/modules/6.10.0-rc1-xe/kernel/crypto/async_tx/async_memcpy.ko
lib/modules/6.10.0-rc1-xe/kernel/crypto/async_tx/async_pq.ko
lib/modules/6.10.0-rc1-xe/kernel/crypto/async_tx/async_raid6_recov.ko
lib/modules/6.10.0-rc1-xe/build
lib/modules/6.10.0-rc1-xe/modules.alias.bin
lib/modules/6.10.0-rc1-xe/modules.builtin
lib/modules/6.10.0-rc1-xe/modules.softdep
lib/modules/6.10.0-rc1-xe/modules.alias
lib/modules/6.10.0-rc1-xe/modules.order
lib/modules/6.10.0-rc1-xe/modules.symbols
lib/modules/6.10.0-rc1-xe/modules.dep.bin
+ mv kernel-nodebug.tar.gz ..
+ cd ..
+ rm -rf archive
++ date +%s
+ echo -e '\e[0Ksection_end:1716979318:package_x86_64_nodebug\r\e[0K'
+ sync
^[[0Ksection_end:1716979318:package_x86_64_nodebug
^[[0K
+ cleanup
++ stat -c %u:%g /kernel
+ chown -R 1003:1003 /kernel
^ permalink raw reply [flat|nested] 22+ messages in thread* ✗ CI.Hooks: failure for drm/xe/client: Check return value of xe_force_wake_get (rev3)
2024-05-28 10:11 [PATCH] drm/xe/client: Check return value of xe_force_wake_get Nirmoy Das
` (10 preceding siblings ...)
2024-05-29 10:42 ` ✓ CI.Build: " Patchwork
@ 2024-05-29 10:42 ` Patchwork
2024-05-29 10:43 ` ✓ CI.checksparse: success " Patchwork
` (3 subsequent siblings)
15 siblings, 0 replies; 22+ messages in thread
From: Patchwork @ 2024-05-29 10:42 UTC (permalink / raw)
To: Nirmoy Das; +Cc: intel-xe
== Series Details ==
Series: drm/xe/client: Check return value of xe_force_wake_get (rev3)
URL : https://patchwork.freedesktop.org/series/134121/
State : failure
== Summary ==
run-parts: executing /workspace/ci/hooks/00-showenv
+ export
+ grep -Ei '(^|\W)CI_'
declare -x CI_KERNEL_BUILD_DIR="/workspace/kernel/build64-default"
declare -x CI_KERNEL_SRC_DIR="/workspace/kernel"
declare -x CI_TOOLS_SRC_DIR="/workspace/ci"
declare -x CI_WORKSPACE_DIR="/workspace"
run-parts: executing /workspace/ci/hooks/10-build-W1
+ SRC_DIR=/workspace/kernel
+ RESTORE_DISPLAY_CONFIG=0
+ '[' -n /workspace/kernel/build64-default ']'
+ BUILD_DIR=/workspace/kernel/build64-default
+ cd /workspace/kernel
++ nproc
+ make -j48 O=/workspace/kernel/build64-default modules_prepare
make[1]: Entering directory '/workspace/kernel/build64-default'
GEN Makefile
UPD include/generated/compile.h
UPD include/config/kernel.release
mkdir -p /workspace/kernel/build64-default/tools/objtool && make O=/workspace/kernel/build64-default subdir=tools/objtool --no-print-directory -C objtool
UPD include/generated/utsrelease.h
HOSTCC /workspace/kernel/build64-default/tools/objtool/fixdep.o
CALL ../scripts/checksyscalls.sh
HOSTLD /workspace/kernel/build64-default/tools/objtool/fixdep-in.o
LINK /workspace/kernel/build64-default/tools/objtool/fixdep
INSTALL libsubcmd_headers
CC /workspace/kernel/build64-default/tools/objtool/libsubcmd/exec-cmd.o
CC /workspace/kernel/build64-default/tools/objtool/libsubcmd/help.o
CC /workspace/kernel/build64-default/tools/objtool/libsubcmd/pager.o
CC /workspace/kernel/build64-default/tools/objtool/libsubcmd/parse-options.o
CC /workspace/kernel/build64-default/tools/objtool/libsubcmd/run-command.o
CC /workspace/kernel/build64-default/tools/objtool/libsubcmd/sigchain.o
CC /workspace/kernel/build64-default/tools/objtool/libsubcmd/subcmd-config.o
LD /workspace/kernel/build64-default/tools/objtool/libsubcmd/libsubcmd-in.o
AR /workspace/kernel/build64-default/tools/objtool/libsubcmd/libsubcmd.a
CC /workspace/kernel/build64-default/tools/objtool/weak.o
CC /workspace/kernel/build64-default/tools/objtool/check.o
CC /workspace/kernel/build64-default/tools/objtool/special.o
CC /workspace/kernel/build64-default/tools/objtool/builtin-check.o
CC /workspace/kernel/build64-default/tools/objtool/elf.o
CC /workspace/kernel/build64-default/tools/objtool/objtool.o
CC /workspace/kernel/build64-default/tools/objtool/orc_gen.o
CC /workspace/kernel/build64-default/tools/objtool/orc_dump.o
CC /workspace/kernel/build64-default/tools/objtool/libstring.o
CC /workspace/kernel/build64-default/tools/objtool/libctype.o
CC /workspace/kernel/build64-default/tools/objtool/str_error_r.o
CC /workspace/kernel/build64-default/tools/objtool/librbtree.o
CC /workspace/kernel/build64-default/tools/objtool/arch/x86/special.o
CC /workspace/kernel/build64-default/tools/objtool/arch/x86/decode.o
CC /workspace/kernel/build64-default/tools/objtool/arch/x86/orc.o
LD /workspace/kernel/build64-default/tools/objtool/arch/x86/objtool-in.o
LD /workspace/kernel/build64-default/tools/objtool/objtool-in.o
LINK /workspace/kernel/build64-default/tools/objtool/objtool
make[1]: Leaving directory '/workspace/kernel/build64-default'
++ nproc
+ make -j48 O=/workspace/kernel/build64-default M=drivers/gpu/drm/xe W=1
make[1]: Entering directory '/workspace/kernel/build64-default'
../scripts/Makefile.build:41: drivers/gpu/drm/xe/Makefile: No such file or directory
make[3]: *** No rule to make target 'drivers/gpu/drm/xe/Makefile'. Stop.
make[2]: *** [/workspace/kernel/Makefile:1934: drivers/gpu/drm/xe] Error 2
make[1]: Leaving directory '/workspace/kernel/build64-default'
make[1]: *** [/workspace/kernel/Makefile:240: __sub-make] Error 2
make: *** [Makefile:240: __sub-make] Error 2
run-parts: /workspace/ci/hooks/10-build-W1 exited with return code 2
^ permalink raw reply [flat|nested] 22+ messages in thread* ✓ CI.checksparse: success for drm/xe/client: Check return value of xe_force_wake_get (rev3)
2024-05-28 10:11 [PATCH] drm/xe/client: Check return value of xe_force_wake_get Nirmoy Das
` (11 preceding siblings ...)
2024-05-29 10:42 ` ✗ CI.Hooks: failure " Patchwork
@ 2024-05-29 10:43 ` Patchwork
2024-05-29 11:08 ` ✓ CI.BAT: " Patchwork
` (2 subsequent siblings)
15 siblings, 0 replies; 22+ messages in thread
From: Patchwork @ 2024-05-29 10:43 UTC (permalink / raw)
To: Nirmoy Das; +Cc: intel-xe
== Series Details ==
Series: drm/xe/client: Check return value of xe_force_wake_get (rev3)
URL : https://patchwork.freedesktop.org/series/134121/
State : success
== Summary ==
+ trap cleanup EXIT
+ KERNEL=/kernel
+ MT=/root/linux/maintainer-tools
+ git clone https://gitlab.freedesktop.org/drm/maintainer-tools /root/linux/maintainer-tools
Cloning into '/root/linux/maintainer-tools'...
warning: redirecting to https://gitlab.freedesktop.org/drm/maintainer-tools.git/
+ make -C /root/linux/maintainer-tools
make: Entering directory '/root/linux/maintainer-tools'
cc -O2 -g -Wextra -o remap-log remap-log.c
make: Leaving directory '/root/linux/maintainer-tools'
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ /root/linux/maintainer-tools/dim sparse --fast da00654c89411daac601fd16ac6c45e48639d334
Sparse version: 0.6.1 (Ubuntu: 0.6.1-2build1)
Fast mode used, each commit won't be checked separately.
Okay!
+ cleanup
++ stat -c %u:%g /kernel
+ chown -R 1003:1003 /kernel
^ permalink raw reply [flat|nested] 22+ messages in thread* ✓ CI.BAT: success for drm/xe/client: Check return value of xe_force_wake_get (rev3)
2024-05-28 10:11 [PATCH] drm/xe/client: Check return value of xe_force_wake_get Nirmoy Das
` (12 preceding siblings ...)
2024-05-29 10:43 ` ✓ CI.checksparse: success " Patchwork
@ 2024-05-29 11:08 ` Patchwork
2024-05-29 12:25 ` ✗ CI.FULL: failure " Patchwork
2024-05-30 8:47 ` [PATCH] drm/xe/client: Check return value of xe_force_wake_get Ghimiray, Himal Prasad
15 siblings, 0 replies; 22+ messages in thread
From: Patchwork @ 2024-05-29 11:08 UTC (permalink / raw)
To: Nirmoy Das; +Cc: intel-xe
[-- Attachment #1: Type: text/plain, Size: 973 bytes --]
== Series Details ==
Series: drm/xe/client: Check return value of xe_force_wake_get (rev3)
URL : https://patchwork.freedesktop.org/series/134121/
State : success
== Summary ==
CI Bug Log - changes from xe-1370-7f185f40c08953b3ba9e30c81ee74453e1af9aff_BAT -> xe-pw-134121v3_BAT
====================================================
Summary
-------
**SUCCESS**
No regressions found.
Participating hosts (5 -> 5)
------------------------------
No changes in participating hosts
Changes
-------
No changes found
Build changes
-------------
* Linux: xe-1370-7f185f40c08953b3ba9e30c81ee74453e1af9aff -> xe-pw-134121v3
IGT_7873: b9bcded9123ac56ce05748de6c4870fb49451b87 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
xe-1370-7f185f40c08953b3ba9e30c81ee74453e1af9aff: 7f185f40c08953b3ba9e30c81ee74453e1af9aff
xe-pw-134121v3: 134121v3
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134121v3/index.html
[-- Attachment #2: Type: text/html, Size: 1521 bytes --]
^ permalink raw reply [flat|nested] 22+ messages in thread* ✗ CI.FULL: failure for drm/xe/client: Check return value of xe_force_wake_get (rev3)
2024-05-28 10:11 [PATCH] drm/xe/client: Check return value of xe_force_wake_get Nirmoy Das
` (13 preceding siblings ...)
2024-05-29 11:08 ` ✓ CI.BAT: " Patchwork
@ 2024-05-29 12:25 ` Patchwork
2024-05-30 8:47 ` [PATCH] drm/xe/client: Check return value of xe_force_wake_get Ghimiray, Himal Prasad
15 siblings, 0 replies; 22+ messages in thread
From: Patchwork @ 2024-05-29 12:25 UTC (permalink / raw)
To: Nirmoy Das; +Cc: intel-xe
[-- Attachment #1: Type: text/plain, Size: 68677 bytes --]
== Series Details ==
Series: drm/xe/client: Check return value of xe_force_wake_get (rev3)
URL : https://patchwork.freedesktop.org/series/134121/
State : failure
== Summary ==
CI Bug Log - changes from xe-1370-7f185f40c08953b3ba9e30c81ee74453e1af9aff_full -> xe-pw-134121v3_full
====================================================
Summary
-------
**FAILURE**
Serious unknown changes coming with xe-pw-134121v3_full absolutely need to be
verified manually.
If you think the reported changes have nothing to do with the changes
introduced in xe-pw-134121v3_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 (3 -> 3)
------------------------------
No changes in participating hosts
Possible new issues
-------------------
Here are the unknown changes that may have been introduced in xe-pw-134121v3_full:
### IGT changes ###
#### Possible regressions ####
* igt@xe_live_ktest@xe_mocs@xe_live_mocs_kernel_kunit:
- shard-adlp: NOTRUN -> [FAIL][1] +2 other tests fail
[1]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134121v3/shard-adlp-9/igt@xe_live_ktest@xe_mocs@xe_live_mocs_kernel_kunit.html
#### Warnings ####
* igt@kms_flip@flip-vs-suspend:
- shard-dg2-set2: [INCOMPLETE][2] ([Intel XE#1195]) -> [INCOMPLETE][3] +1 other test incomplete
[2]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-1370-7f185f40c08953b3ba9e30c81ee74453e1af9aff/shard-dg2-433/igt@kms_flip@flip-vs-suspend.html
[3]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134121v3/shard-dg2-432/igt@kms_flip@flip-vs-suspend.html
#### Suppressed ####
The following results come from untrusted machines, tests, or statuses.
They do not affect the overall result.
* igt@core_auth@getclient-simple:
- {shard-lnl}: [PASS][4] -> [INCOMPLETE][5]
[4]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-1370-7f185f40c08953b3ba9e30c81ee74453e1af9aff/shard-lnl-2/igt@core_auth@getclient-simple.html
[5]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134121v3/shard-lnl-3/igt@core_auth@getclient-simple.html
* igt@kms_pm_dc@dc6-psr:
- {shard-lnl}: [FAIL][6] ([Intel XE#1430]) -> [INCOMPLETE][7]
[6]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-1370-7f185f40c08953b3ba9e30c81ee74453e1af9aff/shard-lnl-1/igt@kms_pm_dc@dc6-psr.html
[7]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134121v3/shard-lnl-4/igt@kms_pm_dc@dc6-psr.html
* igt@xe_gt_freq@freq_reset_multiple:
- {shard-lnl}: [PASS][8] -> [DMESG-WARN][9]
[8]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-1370-7f185f40c08953b3ba9e30c81ee74453e1af9aff/shard-lnl-3/igt@xe_gt_freq@freq_reset_multiple.html
[9]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134121v3/shard-lnl-6/igt@xe_gt_freq@freq_reset_multiple.html
Known issues
------------
Here are the changes found in xe-pw-134121v3_full that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@kms_async_flips@async-flip-with-page-flip-events@pipe-d-hdmi-a-1-x:
- shard-adlp: [PASS][10] -> [DMESG-WARN][11] ([Intel XE#1033] / [Intel XE#1214])
[10]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-1370-7f185f40c08953b3ba9e30c81ee74453e1af9aff/shard-adlp-8/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-d-hdmi-a-1-x.html
[11]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134121v3/shard-adlp-6/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-d-hdmi-a-1-x.html
* igt@kms_big_fb@4-tiled-addfb-size-offset-overflow:
- shard-adlp: NOTRUN -> [SKIP][12] ([Intel XE#1201] / [Intel XE#607])
[12]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134121v3/shard-adlp-8/igt@kms_big_fb@4-tiled-addfb-size-offset-overflow.html
* igt@kms_big_fb@x-tiled-max-hw-stride-64bpp-rotate-180-async-flip:
- shard-adlp: NOTRUN -> [FAIL][13] ([Intel XE#1231])
[13]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134121v3/shard-adlp-6/igt@kms_big_fb@x-tiled-max-hw-stride-64bpp-rotate-180-async-flip.html
* igt@kms_big_fb@y-tiled-32bpp-rotate-270:
- shard-adlp: NOTRUN -> [SKIP][14] ([Intel XE#1201] / [Intel XE#316]) +4 other tests skip
[14]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134121v3/shard-adlp-6/igt@kms_big_fb@y-tiled-32bpp-rotate-270.html
* igt@kms_big_fb@yf-tiled-8bpp-rotate-180:
- shard-dg2-set2: NOTRUN -> [SKIP][15] ([Intel XE#1124] / [Intel XE#1201])
[15]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134121v3/shard-dg2-436/igt@kms_big_fb@yf-tiled-8bpp-rotate-180.html
* igt@kms_big_fb@yf-tiled-8bpp-rotate-90:
- shard-adlp: NOTRUN -> [SKIP][16] ([Intel XE#1124] / [Intel XE#1201]) +12 other tests skip
[16]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134121v3/shard-adlp-9/igt@kms_big_fb@yf-tiled-8bpp-rotate-90.html
* igt@kms_bw@linear-tiling-2-displays-2560x1440p:
- shard-adlp: NOTRUN -> [SKIP][17] ([Intel XE#1201] / [Intel XE#367]) +3 other tests skip
[17]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134121v3/shard-adlp-2/igt@kms_bw@linear-tiling-2-displays-2560x1440p.html
* igt@kms_ccs@bad-rotation-90-y-tiled-gen12-rc-ccs-cc@pipe-a-hdmi-a-1:
- shard-adlp: NOTRUN -> [SKIP][18] ([Intel XE#1201] / [Intel XE#787]) +47 other tests skip
[18]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134121v3/shard-adlp-2/igt@kms_ccs@bad-rotation-90-y-tiled-gen12-rc-ccs-cc@pipe-a-hdmi-a-1.html
* igt@kms_ccs@ccs-on-another-bo-4-tiled-mtl-rc-ccs:
- shard-adlp: NOTRUN -> [SKIP][19] ([Intel XE#1201] / [Intel XE#455] / [Intel XE#787]) +31 other tests skip
[19]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134121v3/shard-adlp-8/igt@kms_ccs@ccs-on-another-bo-4-tiled-mtl-rc-ccs.html
* igt@kms_ccs@random-ccs-data-4-tiled-xe2-ccs:
- shard-adlp: NOTRUN -> [SKIP][20] ([Intel XE#1201] / [Intel XE#1252])
[20]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134121v3/shard-adlp-2/igt@kms_ccs@random-ccs-data-4-tiled-xe2-ccs.html
* igt@kms_chamelium_color@ctm-0-25:
- shard-adlp: NOTRUN -> [SKIP][21] ([Intel XE#1201] / [Intel XE#306]) +1 other test skip
[21]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134121v3/shard-adlp-8/igt@kms_chamelium_color@ctm-0-25.html
* igt@kms_chamelium_frames@dp-crc-multiple:
- shard-adlp: NOTRUN -> [SKIP][22] ([Intel XE#1201] / [Intel XE#373]) +9 other tests skip
[22]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134121v3/shard-adlp-2/igt@kms_chamelium_frames@dp-crc-multiple.html
* igt@kms_chamelium_hpd@vga-hpd-fast:
- shard-dg2-set2: NOTRUN -> [SKIP][23] ([Intel XE#1201] / [Intel XE#373])
[23]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134121v3/shard-dg2-436/igt@kms_chamelium_hpd@vga-hpd-fast.html
* igt@kms_content_protection@dp-mst-lic-type-0:
- shard-adlp: NOTRUN -> [SKIP][24] ([Intel XE#1201] / [Intel XE#307])
[24]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134121v3/shard-adlp-2/igt@kms_content_protection@dp-mst-lic-type-0.html
* igt@kms_cursor_crc@cursor-offscreen-512x170:
- shard-dg2-set2: NOTRUN -> [SKIP][25] ([Intel XE#1201] / [Intel XE#308])
[25]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134121v3/shard-dg2-436/igt@kms_cursor_crc@cursor-offscreen-512x170.html
* igt@kms_cursor_crc@cursor-random-32x10:
- shard-dg2-set2: NOTRUN -> [SKIP][26] ([Intel XE#1201] / [Intel XE#455])
[26]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134121v3/shard-dg2-436/igt@kms_cursor_crc@cursor-random-32x10.html
* igt@kms_cursor_crc@cursor-sliding-512x512:
- shard-adlp: NOTRUN -> [SKIP][27] ([Intel XE#1201] / [Intel XE#308]) +2 other tests skip
[27]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134121v3/shard-adlp-6/igt@kms_cursor_crc@cursor-sliding-512x512.html
* igt@kms_cursor_legacy@2x-cursor-vs-flip-atomic:
- shard-adlp: NOTRUN -> [SKIP][28] ([Intel XE#1201] / [Intel XE#309]) +2 other tests skip
[28]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134121v3/shard-adlp-9/igt@kms_cursor_legacy@2x-cursor-vs-flip-atomic.html
* igt@kms_cursor_legacy@2x-long-cursor-vs-flip-legacy:
- shard-dg2-set2: [PASS][29] -> [DMESG-WARN][30] ([Intel XE#1214] / [Intel XE#282] / [Intel XE#910]) +1 other test dmesg-warn
[29]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-1370-7f185f40c08953b3ba9e30c81ee74453e1af9aff/shard-dg2-464/igt@kms_cursor_legacy@2x-long-cursor-vs-flip-legacy.html
[30]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134121v3/shard-dg2-463/igt@kms_cursor_legacy@2x-long-cursor-vs-flip-legacy.html
* igt@kms_cursor_legacy@flip-vs-cursor-legacy:
- shard-dg2-set2: [PASS][31] -> [DMESG-WARN][32] ([Intel XE#282])
[31]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-1370-7f185f40c08953b3ba9e30c81ee74453e1af9aff/shard-dg2-432/igt@kms_cursor_legacy@flip-vs-cursor-legacy.html
[32]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134121v3/shard-dg2-432/igt@kms_cursor_legacy@flip-vs-cursor-legacy.html
* igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions:
- shard-adlp: NOTRUN -> [SKIP][33] ([Intel XE#1201] / [Intel XE#323])
[33]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134121v3/shard-adlp-8/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions.html
* igt@kms_cursor_legacy@torture-bo@pipe-b:
- shard-dg2-set2: [PASS][34] -> [DMESG-WARN][35] ([Intel XE#1214] / [Intel XE#282]) +2 other tests dmesg-warn
[34]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-1370-7f185f40c08953b3ba9e30c81ee74453e1af9aff/shard-dg2-466/igt@kms_cursor_legacy@torture-bo@pipe-b.html
[35]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134121v3/shard-dg2-434/igt@kms_cursor_legacy@torture-bo@pipe-b.html
* igt@kms_fbcon_fbt@fbc-suspend:
- shard-adlp: NOTRUN -> [INCOMPLETE][36] ([Intel XE#1195] / [Intel XE#927])
[36]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134121v3/shard-adlp-9/igt@kms_fbcon_fbt@fbc-suspend.html
* igt@kms_feature_discovery@display-4x:
- shard-adlp: NOTRUN -> [SKIP][37] ([Intel XE#1138] / [Intel XE#1201])
[37]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134121v3/shard-adlp-8/igt@kms_feature_discovery@display-4x.html
* igt@kms_feature_discovery@dp-mst:
- shard-adlp: NOTRUN -> [SKIP][38] ([Intel XE#1137] / [Intel XE#1201])
[38]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134121v3/shard-adlp-2/igt@kms_feature_discovery@dp-mst.html
* igt@kms_flip@2x-absolute-wf_vblank:
- shard-adlp: NOTRUN -> [SKIP][39] ([Intel XE#1201] / [Intel XE#310]) +10 other tests skip
[39]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134121v3/shard-adlp-2/igt@kms_flip@2x-absolute-wf_vblank.html
* igt@kms_flip@flip-vs-suspend-interruptible@c-hdmi-a1:
- shard-adlp: [PASS][40] -> [DMESG-WARN][41] ([Intel XE#1214] / [Intel XE#1608])
[40]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-1370-7f185f40c08953b3ba9e30c81ee74453e1af9aff/shard-adlp-2/igt@kms_flip@flip-vs-suspend-interruptible@c-hdmi-a1.html
[41]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134121v3/shard-adlp-6/igt@kms_flip@flip-vs-suspend-interruptible@c-hdmi-a1.html
* igt@kms_frontbuffer_tracking@drrs-2p-primscrn-spr-indfb-onoff:
- shard-dg2-set2: NOTRUN -> [SKIP][42] ([Intel XE#1201] / [Intel XE#651]) +1 other test skip
[42]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134121v3/shard-dg2-436/igt@kms_frontbuffer_tracking@drrs-2p-primscrn-spr-indfb-onoff.html
* igt@kms_frontbuffer_tracking@drrs-rgb565-draw-mmap-wc:
- shard-adlp: NOTRUN -> [SKIP][43] ([Intel XE#1201] / [Intel XE#651]) +11 other tests skip
[43]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134121v3/shard-adlp-2/igt@kms_frontbuffer_tracking@drrs-rgb565-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-move:
- shard-adlp: NOTRUN -> [SKIP][44] ([Intel XE#1201] / [Intel XE#656]) +44 other tests skip
[44]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134121v3/shard-adlp-2/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-move.html
* igt@kms_frontbuffer_tracking@fbc-tiling-4:
- shard-adlp: NOTRUN -> [SKIP][45] ([Intel XE#1151] / [Intel XE#1201])
[45]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134121v3/shard-adlp-9/igt@kms_frontbuffer_tracking@fbc-tiling-4.html
* igt@kms_frontbuffer_tracking@fbcpsr-indfb-scaledprimary:
- shard-adlp: NOTRUN -> [SKIP][46] ([Intel XE#1201] / [Intel XE#653]) +16 other tests skip
[46]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134121v3/shard-adlp-9/igt@kms_frontbuffer_tracking@fbcpsr-indfb-scaledprimary.html
* igt@kms_frontbuffer_tracking@psr-2p-scndscrn-spr-indfb-draw-blt:
- shard-dg2-set2: NOTRUN -> [SKIP][47] ([Intel XE#1201] / [Intel XE#653])
[47]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134121v3/shard-dg2-436/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-spr-indfb-draw-blt.html
* igt@kms_getfb@getfb2-accept-ccs:
- shard-adlp: NOTRUN -> [SKIP][48] ([Intel XE#1201] / [Intel XE#1339])
[48]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134121v3/shard-adlp-2/igt@kms_getfb@getfb2-accept-ccs.html
* igt@kms_plane_lowres@tiling-x:
- shard-adlp: NOTRUN -> [FAIL][49] ([Intel XE#1874]) +4 other tests fail
[49]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134121v3/shard-adlp-8/igt@kms_plane_lowres@tiling-x.html
* igt@kms_plane_scaling@plane-downscale-factor-0-25-with-modifiers@pipe-b-hdmi-a-1:
- shard-adlp: NOTRUN -> [SKIP][50] ([Intel XE#1201] / [Intel XE#498]) +2 other tests skip
[50]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134121v3/shard-adlp-9/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-modifiers@pipe-b-hdmi-a-1.html
* igt@kms_plane_scaling@plane-downscale-factor-0-25-with-modifiers@pipe-d-hdmi-a-1:
- shard-adlp: NOTRUN -> [SKIP][51] ([Intel XE#1201] / [Intel XE#455] / [Intel XE#498]) +1 other test skip
[51]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134121v3/shard-adlp-9/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-modifiers@pipe-d-hdmi-a-1.html
* igt@kms_plane_scaling@planes-downscale-factor-0-25-unity-scaling@pipe-b-hdmi-a-1:
- shard-adlp: NOTRUN -> [SKIP][52] ([Intel XE#1201] / [Intel XE#305]) +2 other tests skip
[52]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134121v3/shard-adlp-8/igt@kms_plane_scaling@planes-downscale-factor-0-25-unity-scaling@pipe-b-hdmi-a-1.html
* igt@kms_plane_scaling@planes-downscale-factor-0-25-unity-scaling@pipe-d-hdmi-a-1:
- shard-adlp: NOTRUN -> [SKIP][53] ([Intel XE#1201] / [Intel XE#305] / [Intel XE#455]) +1 other test skip
[53]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134121v3/shard-adlp-8/igt@kms_plane_scaling@planes-downscale-factor-0-25-unity-scaling@pipe-d-hdmi-a-1.html
* igt@kms_pm_rpm@modeset-non-lpsp-stress:
- shard-adlp: NOTRUN -> [SKIP][54] ([Intel XE#1201] / [Intel XE#1211])
[54]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134121v3/shard-adlp-6/igt@kms_pm_rpm@modeset-non-lpsp-stress.html
* igt@kms_pm_rpm@modeset-non-lpsp-stress-no-wait:
- shard-adlp: NOTRUN -> [SKIP][55] ([Intel XE#1201] / [Intel XE#836])
[55]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134121v3/shard-adlp-8/igt@kms_pm_rpm@modeset-non-lpsp-stress-no-wait.html
* igt@kms_psr2_sf@cursor-plane-update-sf:
- shard-adlp: NOTRUN -> [SKIP][56] ([Intel XE#1201]) +5 other tests skip
[56]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134121v3/shard-adlp-9/igt@kms_psr2_sf@cursor-plane-update-sf.html
* igt@kms_psr2_sf@fbc-cursor-plane-move-continuous-exceed-fully-sf:
- shard-dg2-set2: NOTRUN -> [SKIP][57] ([Intel XE#1201] / [Intel XE#929])
[57]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134121v3/shard-dg2-436/igt@kms_psr2_sf@fbc-cursor-plane-move-continuous-exceed-fully-sf.html
* igt@kms_psr2_su@page_flip-p010:
- shard-adlp: NOTRUN -> [SKIP][58] ([Intel XE#1122] / [Intel XE#1201])
[58]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134121v3/shard-adlp-9/igt@kms_psr2_su@page_flip-p010.html
* igt@kms_psr@psr2-primary-page-flip:
- shard-adlp: NOTRUN -> [SKIP][59] ([Intel XE#1201] / [Intel XE#929]) +15 other tests skip
[59]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134121v3/shard-adlp-8/igt@kms_psr@psr2-primary-page-flip.html
* igt@kms_rotation_crc@bad-pixel-format:
- shard-adlp: NOTRUN -> [SKIP][60] ([Intel XE#1201] / [Intel XE#327]) +1 other test skip
[60]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134121v3/shard-adlp-8/igt@kms_rotation_crc@bad-pixel-format.html
* igt@kms_scaling_modes@scaling-mode-none:
- shard-adlp: NOTRUN -> [SKIP][61] ([Intel XE#1201] / [Intel XE#455]) +18 other tests skip
[61]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134121v3/shard-adlp-2/igt@kms_scaling_modes@scaling-mode-none.html
* igt@kms_tv_load_detect@load-detect:
- shard-adlp: NOTRUN -> [SKIP][62] ([Intel XE#1201] / [Intel XE#330])
[62]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134121v3/shard-adlp-8/igt@kms_tv_load_detect@load-detect.html
* igt@kms_vblank@ts-continuation-dpms-rpm@pipe-a-hdmi-a-1:
- shard-adlp: NOTRUN -> [SKIP][63] ([Intel XE#1201] / [Intel XE#1207])
[63]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134121v3/shard-adlp-6/igt@kms_vblank@ts-continuation-dpms-rpm@pipe-a-hdmi-a-1.html
* igt@kms_writeback@writeback-invalid-parameters:
- shard-adlp: NOTRUN -> [SKIP][64] ([Intel XE#1201] / [Intel XE#756])
[64]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134121v3/shard-adlp-8/igt@kms_writeback@writeback-invalid-parameters.html
* igt@sriov_basic@enable-vfs-autoprobe-on:
- shard-adlp: NOTRUN -> [SKIP][65] ([Intel XE#1201] / [Intel XE#1932])
[65]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134121v3/shard-adlp-2/igt@sriov_basic@enable-vfs-autoprobe-on.html
* igt@xe_ccs@block-copy-compressed-inc-dimension:
- shard-adlp: NOTRUN -> [SKIP][66] ([Intel XE#1201] / [Intel XE#455] / [Intel XE#488]) +1 other test skip
[66]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134121v3/shard-adlp-9/igt@xe_ccs@block-copy-compressed-inc-dimension.html
* igt@xe_compute@ccs-mode-basic:
- shard-adlp: NOTRUN -> [SKIP][67] ([Intel XE#1201] / [Intel XE#1447]) +1 other test skip
[67]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134121v3/shard-adlp-2/igt@xe_compute@ccs-mode-basic.html
* igt@xe_copy_basic@mem-set-linear-0x3fff:
- shard-adlp: NOTRUN -> [SKIP][68] ([Intel XE#1126] / [Intel XE#1201])
[68]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134121v3/shard-adlp-2/igt@xe_copy_basic@mem-set-linear-0x3fff.html
* igt@xe_evict@evict-beng-large-multi-vm-cm:
- shard-dg2-set2: [PASS][69] -> [FAIL][70] ([Intel XE#1600])
[69]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-1370-7f185f40c08953b3ba9e30c81ee74453e1af9aff/shard-dg2-434/igt@xe_evict@evict-beng-large-multi-vm-cm.html
[70]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134121v3/shard-dg2-432/igt@xe_evict@evict-beng-large-multi-vm-cm.html
* igt@xe_evict@evict-large-cm:
- shard-adlp: NOTRUN -> [SKIP][71] ([Intel XE#1201] / [Intel XE#261]) +5 other tests skip
[71]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134121v3/shard-adlp-8/igt@xe_evict@evict-large-cm.html
* igt@xe_evict@evict-mixed-threads-large:
- shard-dg2-set2: [PASS][72] -> [TIMEOUT][73] ([Intel XE#1473] / [Intel XE#392]) +1 other test timeout
[72]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-1370-7f185f40c08953b3ba9e30c81ee74453e1af9aff/shard-dg2-464/igt@xe_evict@evict-mixed-threads-large.html
[73]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134121v3/shard-dg2-463/igt@xe_evict@evict-mixed-threads-large.html
* igt@xe_evict@evict-small-multi-vm-cm:
- shard-adlp: NOTRUN -> [SKIP][74] ([Intel XE#1201] / [Intel XE#261] / [Intel XE#688]) +4 other tests skip
[74]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134121v3/shard-adlp-2/igt@xe_evict@evict-small-multi-vm-cm.html
* igt@xe_evict_ccs@evict-overcommit-parallel-nofree-reopen:
- shard-adlp: NOTRUN -> [SKIP][75] ([Intel XE#1201] / [Intel XE#688])
[75]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134121v3/shard-adlp-9/igt@xe_evict_ccs@evict-overcommit-parallel-nofree-reopen.html
* igt@xe_exec_basic@multigpu-many-execqueues-many-vm-null-rebind:
- shard-adlp: NOTRUN -> [SKIP][76] ([Intel XE#1201] / [Intel XE#1392]) +9 other tests skip
[76]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134121v3/shard-adlp-6/igt@xe_exec_basic@multigpu-many-execqueues-many-vm-null-rebind.html
* igt@xe_exec_fault_mode@many-execqueues-userptr-rebind:
- shard-adlp: NOTRUN -> [SKIP][77] ([Intel XE#1201] / [Intel XE#288]) +30 other tests skip
[77]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134121v3/shard-adlp-6/igt@xe_exec_fault_mode@many-execqueues-userptr-rebind.html
* igt@xe_exec_fault_mode@once-userptr-invalidate-prefetch:
- shard-dg2-set2: NOTRUN -> [SKIP][78] ([Intel XE#1201] / [Intel XE#288]) +1 other test skip
[78]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134121v3/shard-dg2-436/igt@xe_exec_fault_mode@once-userptr-invalidate-prefetch.html
* igt@xe_exec_reset@cat-error:
- shard-adlp: NOTRUN -> [DMESG-WARN][79] ([Intel XE#1214] / [Intel XE#1638] / [Intel XE#358])
[79]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134121v3/shard-adlp-8/igt@xe_exec_reset@cat-error.html
* igt@xe_exec_reset@gt-reset-stress:
- shard-adlp: NOTRUN -> [DMESG-WARN][80] ([Intel XE#1214] / [Intel XE#1638])
[80]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134121v3/shard-adlp-8/igt@xe_exec_reset@gt-reset-stress.html
* igt@xe_module_load@force-load:
- shard-adlp: NOTRUN -> [SKIP][81] ([Intel XE#1201] / [Intel XE#378])
[81]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134121v3/shard-adlp-2/igt@xe_module_load@force-load.html
* igt@xe_pm@s2idle-basic-exec:
- shard-adlp: NOTRUN -> [DMESG-WARN][82] ([Intel XE#1191] / [Intel XE#1214] / [Intel XE#1608]) +2 other tests dmesg-warn
[82]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134121v3/shard-adlp-2/igt@xe_pm@s2idle-basic-exec.html
* igt@xe_pm@s2idle-d3cold-basic-exec:
- shard-adlp: NOTRUN -> [SKIP][83] ([Intel XE#1201] / [Intel XE#366]) +1 other test skip
[83]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134121v3/shard-adlp-8/igt@xe_pm@s2idle-d3cold-basic-exec.html
* igt@xe_pm@s2idle-vm-bind-userptr:
- shard-adlp: NOTRUN -> [DMESG-WARN][84] ([Intel XE#1214] / [Intel XE#1608])
[84]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134121v3/shard-adlp-6/igt@xe_pm@s2idle-vm-bind-userptr.html
* igt@xe_pm@s3-basic-exec:
- shard-adlp: NOTRUN -> [DMESG-WARN][85] ([Intel XE#1191] / [Intel XE#1214])
[85]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134121v3/shard-adlp-2/igt@xe_pm@s3-basic-exec.html
* igt@xe_pm@s3-d3hot-basic-exec:
- shard-dg2-set2: NOTRUN -> [DMESG-WARN][86] ([Intel XE#1162] / [Intel XE#1214])
[86]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134121v3/shard-dg2-436/igt@xe_pm@s3-d3hot-basic-exec.html
* igt@xe_pm@s4-basic-exec:
- shard-dg2-set2: [PASS][87] -> [INCOMPLETE][88] ([Intel XE#1195] / [Intel XE#1358])
[87]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-1370-7f185f40c08953b3ba9e30c81ee74453e1af9aff/shard-dg2-436/igt@xe_pm@s4-basic-exec.html
[88]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134121v3/shard-dg2-433/igt@xe_pm@s4-basic-exec.html
- shard-adlp: NOTRUN -> [DMESG-WARN][89] ([Intel XE#1214])
[89]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134121v3/shard-adlp-6/igt@xe_pm@s4-basic-exec.html
* igt@xe_query@multigpu-query-invalid-extension:
- shard-adlp: NOTRUN -> [SKIP][90] ([Intel XE#1201] / [Intel XE#944]) +2 other tests skip
[90]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134121v3/shard-adlp-8/igt@xe_query@multigpu-query-invalid-extension.html
#### Possible fixes ####
* igt@kms_cursor_legacy@2x-long-flip-vs-cursor-legacy:
- shard-dg2-set2: [DMESG-WARN][91] ([Intel XE#1214] / [Intel XE#282]) -> [PASS][92] +7 other tests pass
[91]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-1370-7f185f40c08953b3ba9e30c81ee74453e1af9aff/shard-dg2-434/igt@kms_cursor_legacy@2x-long-flip-vs-cursor-legacy.html
[92]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134121v3/shard-dg2-432/igt@kms_cursor_legacy@2x-long-flip-vs-cursor-legacy.html
* igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions:
- shard-dg2-set2: [DMESG-WARN][93] ([Intel XE#1214] / [Intel XE#282] / [Intel XE#910]) -> [PASS][94]
[93]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-1370-7f185f40c08953b3ba9e30c81ee74453e1af9aff/shard-dg2-466/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html
[94]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134121v3/shard-dg2-466/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html
* igt@kms_flip@2x-dpms-vs-vblank-race-interruptible:
- shard-dg2-set2: [FAIL][95] -> [PASS][96] +1 other test pass
[95]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-1370-7f185f40c08953b3ba9e30c81ee74453e1af9aff/shard-dg2-432/igt@kms_flip@2x-dpms-vs-vblank-race-interruptible.html
[96]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134121v3/shard-dg2-464/igt@kms_flip@2x-dpms-vs-vblank-race-interruptible.html
* igt@kms_flip@2x-flip-vs-expired-vblank:
- shard-dg2-set2: [FAIL][97] ([Intel XE#301]) -> [PASS][98]
[97]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-1370-7f185f40c08953b3ba9e30c81ee74453e1af9aff/shard-dg2-435/igt@kms_flip@2x-flip-vs-expired-vblank.html
[98]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134121v3/shard-dg2-463/igt@kms_flip@2x-flip-vs-expired-vblank.html
* igt@kms_flip@flip-vs-absolute-wf_vblank-interruptible:
- {shard-lnl}: [FAIL][99] ([Intel XE#480] / [Intel XE#886]) -> [PASS][100] +1 other test pass
[99]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-1370-7f185f40c08953b3ba9e30c81ee74453e1af9aff/shard-lnl-6/igt@kms_flip@flip-vs-absolute-wf_vblank-interruptible.html
[100]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134121v3/shard-lnl-5/igt@kms_flip@flip-vs-absolute-wf_vblank-interruptible.html
* igt@kms_hdr@invalid-hdr:
- shard-dg2-set2: [SKIP][101] ([Intel XE#1201] / [Intel XE#455]) -> [PASS][102]
[101]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-1370-7f185f40c08953b3ba9e30c81ee74453e1af9aff/shard-dg2-464/igt@kms_hdr@invalid-hdr.html
[102]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134121v3/shard-dg2-463/igt@kms_hdr@invalid-hdr.html
* igt@kms_universal_plane@cursor-fb-leak@pipe-d-hdmi-a-6:
- shard-dg2-set2: [FAIL][103] ([Intel XE#899]) -> [PASS][104] +1 other test pass
[103]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-1370-7f185f40c08953b3ba9e30c81ee74453e1af9aff/shard-dg2-464/igt@kms_universal_plane@cursor-fb-leak@pipe-d-hdmi-a-6.html
[104]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134121v3/shard-dg2-463/igt@kms_universal_plane@cursor-fb-leak@pipe-d-hdmi-a-6.html
* igt@xe_evict@evict-large-multi-vm-cm:
- shard-dg2-set2: [FAIL][105] ([Intel XE#1600]) -> [PASS][106]
[105]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-1370-7f185f40c08953b3ba9e30c81ee74453e1af9aff/shard-dg2-435/igt@xe_evict@evict-large-multi-vm-cm.html
[106]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134121v3/shard-dg2-466/igt@xe_evict@evict-large-multi-vm-cm.html
* igt@xe_evict@evict-mixed-many-threads-small:
- shard-dg2-set2: [TIMEOUT][107] ([Intel XE#1473]) -> [PASS][108]
[107]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-1370-7f185f40c08953b3ba9e30c81ee74453e1af9aff/shard-dg2-463/igt@xe_evict@evict-mixed-many-threads-small.html
[108]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134121v3/shard-dg2-435/igt@xe_evict@evict-mixed-many-threads-small.html
* igt@xe_evict@evict-threads-large:
- shard-dg2-set2: [INCOMPLETE][109] ([Intel XE#1195] / [Intel XE#1473]) -> [PASS][110]
[109]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-1370-7f185f40c08953b3ba9e30c81ee74453e1af9aff/shard-dg2-434/igt@xe_evict@evict-threads-large.html
[110]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134121v3/shard-dg2-435/igt@xe_evict@evict-threads-large.html
* igt@xe_exec_basic@many-execqueues-many-vm-userptr-rebind:
- shard-dg2-set2: [DMESG-WARN][111] -> [PASS][112]
[111]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-1370-7f185f40c08953b3ba9e30c81ee74453e1af9aff/shard-dg2-432/igt@xe_exec_basic@many-execqueues-many-vm-userptr-rebind.html
[112]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134121v3/shard-dg2-464/igt@xe_exec_basic@many-execqueues-many-vm-userptr-rebind.html
* igt@xe_exec_reset@gt-reset-stress:
- shard-dg2-set2: [DMESG-WARN][113] ([Intel XE#1638]) -> [PASS][114]
[113]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-1370-7f185f40c08953b3ba9e30c81ee74453e1af9aff/shard-dg2-432/igt@xe_exec_reset@gt-reset-stress.html
[114]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134121v3/shard-dg2-464/igt@xe_exec_reset@gt-reset-stress.html
- {shard-lnl}: [DMESG-WARN][115] ([Intel XE#1638]) -> [PASS][116]
[115]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-1370-7f185f40c08953b3ba9e30c81ee74453e1af9aff/shard-lnl-1/igt@xe_exec_reset@gt-reset-stress.html
[116]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134121v3/shard-lnl-1/igt@xe_exec_reset@gt-reset-stress.html
* igt@xe_exec_threads@threads-bal-shared-vm-rebind:
- shard-dg2-set2: [INCOMPLETE][117] ([Intel XE#1169] / [Intel XE#1195] / [Intel XE#1356]) -> [PASS][118]
[117]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-1370-7f185f40c08953b3ba9e30c81ee74453e1af9aff/shard-dg2-463/igt@xe_exec_threads@threads-bal-shared-vm-rebind.html
[118]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134121v3/shard-dg2-436/igt@xe_exec_threads@threads-bal-shared-vm-rebind.html
* igt@xe_exec_threads@threads-hang-rebind:
- shard-dg2-set2: [FAIL][119] ([Intel XE#1256]) -> [PASS][120]
[119]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-1370-7f185f40c08953b3ba9e30c81ee74453e1af9aff/shard-dg2-464/igt@xe_exec_threads@threads-hang-rebind.html
[120]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134121v3/shard-dg2-433/igt@xe_exec_threads@threads-hang-rebind.html
* igt@xe_pm@s4-basic-exec:
- {shard-lnl}: [ABORT][121] ([Intel XE#1358] / [Intel XE#1794]) -> [PASS][122]
[121]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-1370-7f185f40c08953b3ba9e30c81ee74453e1af9aff/shard-lnl-2/igt@xe_pm@s4-basic-exec.html
[122]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134121v3/shard-lnl-3/igt@xe_pm@s4-basic-exec.html
* igt@xe_pm@s4-vm-bind-userptr:
- shard-adlp: [ABORT][123] ([Intel XE#1794]) -> [PASS][124]
[123]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-1370-7f185f40c08953b3ba9e30c81ee74453e1af9aff/shard-adlp-9/igt@xe_pm@s4-vm-bind-userptr.html
[124]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134121v3/shard-adlp-2/igt@xe_pm@s4-vm-bind-userptr.html
#### Warnings ####
* igt@kms_big_fb@4-tiled-8bpp-rotate-270:
- shard-dg2-set2: [SKIP][125] ([Intel XE#316]) -> [SKIP][126] ([Intel XE#1201] / [Intel XE#316])
[125]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-1370-7f185f40c08953b3ba9e30c81ee74453e1af9aff/shard-dg2-432/igt@kms_big_fb@4-tiled-8bpp-rotate-270.html
[126]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134121v3/shard-dg2-464/igt@kms_big_fb@4-tiled-8bpp-rotate-270.html
* igt@kms_big_fb@x-tiled-max-hw-stride-64bpp-rotate-180-hflip-async-flip:
- shard-adlp: [FAIL][127] ([Intel XE#1231]) -> [DMESG-FAIL][128] ([Intel XE#324])
[127]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-1370-7f185f40c08953b3ba9e30c81ee74453e1af9aff/shard-adlp-1/igt@kms_big_fb@x-tiled-max-hw-stride-64bpp-rotate-180-hflip-async-flip.html
[128]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134121v3/shard-adlp-2/igt@kms_big_fb@x-tiled-max-hw-stride-64bpp-rotate-180-hflip-async-flip.html
* igt@kms_big_fb@y-tiled-addfb-size-overflow:
- shard-dg2-set2: [SKIP][129] ([Intel XE#1201] / [Intel XE#610]) -> [SKIP][130] ([Intel XE#610])
[129]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-1370-7f185f40c08953b3ba9e30c81ee74453e1af9aff/shard-dg2-434/igt@kms_big_fb@y-tiled-addfb-size-overflow.html
[130]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134121v3/shard-dg2-432/igt@kms_big_fb@y-tiled-addfb-size-overflow.html
* igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-180-hflip:
- shard-dg2-set2: [SKIP][131] ([Intel XE#1124]) -> [SKIP][132] ([Intel XE#1124] / [Intel XE#1201]) +5 other tests skip
[131]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-1370-7f185f40c08953b3ba9e30c81ee74453e1af9aff/shard-dg2-432/igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-180-hflip.html
[132]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134121v3/shard-dg2-464/igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-180-hflip.html
* igt@kms_big_fb@yf-tiled-16bpp-rotate-90:
- shard-dg2-set2: [SKIP][133] ([Intel XE#1124] / [Intel XE#1201]) -> [SKIP][134] ([Intel XE#1124]) +2 other tests skip
[133]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-1370-7f185f40c08953b3ba9e30c81ee74453e1af9aff/shard-dg2-433/igt@kms_big_fb@yf-tiled-16bpp-rotate-90.html
[134]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134121v3/shard-dg2-432/igt@kms_big_fb@yf-tiled-16bpp-rotate-90.html
* igt@kms_bw@linear-tiling-3-displays-2560x1440p:
- shard-dg2-set2: [SKIP][135] ([Intel XE#367]) -> [SKIP][136] ([Intel XE#1201] / [Intel XE#367])
[135]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-1370-7f185f40c08953b3ba9e30c81ee74453e1af9aff/shard-dg2-432/igt@kms_bw@linear-tiling-3-displays-2560x1440p.html
[136]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134121v3/shard-dg2-464/igt@kms_bw@linear-tiling-3-displays-2560x1440p.html
* igt@kms_bw@linear-tiling-3-displays-3840x2160p:
- shard-dg2-set2: [SKIP][137] ([Intel XE#1201] / [Intel XE#367]) -> [SKIP][138] ([Intel XE#367])
[137]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-1370-7f185f40c08953b3ba9e30c81ee74453e1af9aff/shard-dg2-434/igt@kms_bw@linear-tiling-3-displays-3840x2160p.html
[138]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134121v3/shard-dg2-432/igt@kms_bw@linear-tiling-3-displays-3840x2160p.html
* igt@kms_ccs@bad-rotation-90-4-tiled-xe2-ccs:
- shard-dg2-set2: [SKIP][139] ([Intel XE#1201] / [Intel XE#1252]) -> [SKIP][140] ([Intel XE#1252])
[139]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-1370-7f185f40c08953b3ba9e30c81ee74453e1af9aff/shard-dg2-434/igt@kms_ccs@bad-rotation-90-4-tiled-xe2-ccs.html
[140]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134121v3/shard-dg2-432/igt@kms_ccs@bad-rotation-90-4-tiled-xe2-ccs.html
* igt@kms_ccs@ccs-on-another-bo-4-tiled-mtl-rc-ccs@pipe-c-dp-4:
- shard-dg2-set2: [SKIP][141] ([Intel XE#787]) -> [SKIP][142] ([Intel XE#1201] / [Intel XE#787]) +27 other tests skip
[141]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-1370-7f185f40c08953b3ba9e30c81ee74453e1af9aff/shard-dg2-432/igt@kms_ccs@ccs-on-another-bo-4-tiled-mtl-rc-ccs@pipe-c-dp-4.html
[142]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134121v3/shard-dg2-464/igt@kms_ccs@ccs-on-another-bo-4-tiled-mtl-rc-ccs@pipe-c-dp-4.html
* igt@kms_ccs@ccs-on-another-bo-y-tiled-gen12-mc-ccs@pipe-a-dp-4:
- shard-dg2-set2: [SKIP][143] ([Intel XE#1201] / [Intel XE#787]) -> [SKIP][144] ([Intel XE#787]) +13 other tests skip
[143]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-1370-7f185f40c08953b3ba9e30c81ee74453e1af9aff/shard-dg2-434/igt@kms_ccs@ccs-on-another-bo-y-tiled-gen12-mc-ccs@pipe-a-dp-4.html
[144]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134121v3/shard-dg2-432/igt@kms_ccs@ccs-on-another-bo-y-tiled-gen12-mc-ccs@pipe-a-dp-4.html
* igt@kms_ccs@crc-primary-basic-4-tiled-dg2-mc-ccs:
- shard-dg2-set2: [INCOMPLETE][145] -> [INCOMPLETE][146] ([Intel XE#1195]) +1 other test incomplete
[145]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-1370-7f185f40c08953b3ba9e30c81ee74453e1af9aff/shard-dg2-432/igt@kms_ccs@crc-primary-basic-4-tiled-dg2-mc-ccs.html
[146]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134121v3/shard-dg2-464/igt@kms_ccs@crc-primary-basic-4-tiled-dg2-mc-ccs.html
* igt@kms_ccs@crc-sprite-planes-basic-y-tiled-ccs@pipe-d-dp-4:
- shard-dg2-set2: [SKIP][147] ([Intel XE#455] / [Intel XE#787]) -> [SKIP][148] ([Intel XE#1201] / [Intel XE#455] / [Intel XE#787]) +7 other tests skip
[147]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-1370-7f185f40c08953b3ba9e30c81ee74453e1af9aff/shard-dg2-432/igt@kms_ccs@crc-sprite-planes-basic-y-tiled-ccs@pipe-d-dp-4.html
[148]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134121v3/shard-dg2-464/igt@kms_ccs@crc-sprite-planes-basic-y-tiled-ccs@pipe-d-dp-4.html
* igt@kms_ccs@random-ccs-data-y-tiled-gen12-mc-ccs@pipe-d-dp-4:
- shard-dg2-set2: [SKIP][149] ([Intel XE#1201] / [Intel XE#455] / [Intel XE#787]) -> [SKIP][150] ([Intel XE#455] / [Intel XE#787]) +3 other tests skip
[149]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-1370-7f185f40c08953b3ba9e30c81ee74453e1af9aff/shard-dg2-434/igt@kms_ccs@random-ccs-data-y-tiled-gen12-mc-ccs@pipe-d-dp-4.html
[150]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134121v3/shard-dg2-432/igt@kms_ccs@random-ccs-data-y-tiled-gen12-mc-ccs@pipe-d-dp-4.html
* igt@kms_chamelium_color@ctm-0-25:
- shard-dg2-set2: [SKIP][151] ([Intel XE#306]) -> [SKIP][152] ([Intel XE#1201] / [Intel XE#306]) +1 other test skip
[151]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-1370-7f185f40c08953b3ba9e30c81ee74453e1af9aff/shard-dg2-432/igt@kms_chamelium_color@ctm-0-25.html
[152]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134121v3/shard-dg2-464/igt@kms_chamelium_color@ctm-0-25.html
* igt@kms_chamelium_color@degamma:
- shard-dg2-set2: [SKIP][153] ([Intel XE#1201] / [Intel XE#306]) -> [SKIP][154] ([Intel XE#306])
[153]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-1370-7f185f40c08953b3ba9e30c81ee74453e1af9aff/shard-dg2-433/igt@kms_chamelium_color@degamma.html
[154]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134121v3/shard-dg2-432/igt@kms_chamelium_color@degamma.html
* igt@kms_chamelium_edid@hdmi-edid-read:
- shard-dg2-set2: [SKIP][155] ([Intel XE#373]) -> [SKIP][156] ([Intel XE#1201] / [Intel XE#373]) +2 other tests skip
[155]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-1370-7f185f40c08953b3ba9e30c81ee74453e1af9aff/shard-dg2-432/igt@kms_chamelium_edid@hdmi-edid-read.html
[156]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134121v3/shard-dg2-464/igt@kms_chamelium_edid@hdmi-edid-read.html
* igt@kms_chamelium_frames@vga-frame-dump:
- shard-dg2-set2: [SKIP][157] ([Intel XE#1201] / [Intel XE#373]) -> [SKIP][158] ([Intel XE#373]) +3 other tests skip
[157]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-1370-7f185f40c08953b3ba9e30c81ee74453e1af9aff/shard-dg2-433/igt@kms_chamelium_frames@vga-frame-dump.html
[158]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134121v3/shard-dg2-432/igt@kms_chamelium_frames@vga-frame-dump.html
* igt@kms_content_protection@dp-mst-lic-type-1:
- shard-dg2-set2: [SKIP][159] ([Intel XE#1201] / [Intel XE#307]) -> [SKIP][160] ([Intel XE#307])
[159]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-1370-7f185f40c08953b3ba9e30c81ee74453e1af9aff/shard-dg2-434/igt@kms_content_protection@dp-mst-lic-type-1.html
[160]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134121v3/shard-dg2-432/igt@kms_content_protection@dp-mst-lic-type-1.html
* igt@kms_cursor_crc@cursor-rapid-movement-512x512:
- shard-dg2-set2: [SKIP][161] ([Intel XE#308]) -> [SKIP][162] ([Intel XE#1201] / [Intel XE#308])
[161]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-1370-7f185f40c08953b3ba9e30c81ee74453e1af9aff/shard-dg2-432/igt@kms_cursor_crc@cursor-rapid-movement-512x512.html
[162]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134121v3/shard-dg2-464/igt@kms_cursor_crc@cursor-rapid-movement-512x512.html
* igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size:
- shard-dg2-set2: [DMESG-WARN][163] ([Intel XE#282]) -> [DMESG-WARN][164] ([Intel XE#1214] / [Intel XE#282])
[163]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-1370-7f185f40c08953b3ba9e30c81ee74453e1af9aff/shard-dg2-432/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size.html
[164]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134121v3/shard-dg2-464/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size.html
* igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions:
- shard-dg2-set2: [SKIP][165] ([Intel XE#323]) -> [SKIP][166] ([Intel XE#1201] / [Intel XE#323])
[165]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-1370-7f185f40c08953b3ba9e30c81ee74453e1af9aff/shard-dg2-432/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions.html
[166]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134121v3/shard-dg2-464/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions.html
* igt@kms_dirtyfb@fbc-dirtyfb-ioctl:
- shard-dg2-set2: [SKIP][167] ([Intel XE#1201] / [Intel XE#455]) -> [SKIP][168] ([Intel XE#455]) +6 other tests skip
[167]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-1370-7f185f40c08953b3ba9e30c81ee74453e1af9aff/shard-dg2-434/igt@kms_dirtyfb@fbc-dirtyfb-ioctl.html
[168]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134121v3/shard-dg2-432/igt@kms_dirtyfb@fbc-dirtyfb-ioctl.html
* igt@kms_dirtyfb@fbc-dirtyfb-ioctl@a-dp-4:
- shard-dg2-set2: [SKIP][169] ([Intel XE#1201] / [Intel XE#455] / [Intel XE#929]) -> [SKIP][170] ([Intel XE#455] / [Intel XE#929])
[169]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-1370-7f185f40c08953b3ba9e30c81ee74453e1af9aff/shard-dg2-434/igt@kms_dirtyfb@fbc-dirtyfb-ioctl@a-dp-4.html
[170]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134121v3/shard-dg2-432/igt@kms_dirtyfb@fbc-dirtyfb-ioctl@a-dp-4.html
* igt@kms_dirtyfb@fbc-dirtyfb-ioctl@a-hdmi-a-6:
- shard-dg2-set2: [SKIP][171] ([Intel XE#1201] / [Intel XE#1927]) -> [SKIP][172] ([Intel XE#1927])
[171]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-1370-7f185f40c08953b3ba9e30c81ee74453e1af9aff/shard-dg2-434/igt@kms_dirtyfb@fbc-dirtyfb-ioctl@a-hdmi-a-6.html
[172]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134121v3/shard-dg2-432/igt@kms_dirtyfb@fbc-dirtyfb-ioctl@a-hdmi-a-6.html
* igt@kms_feature_discovery@display-4x:
- shard-dg2-set2: [SKIP][173] ([Intel XE#1138]) -> [SKIP][174] ([Intel XE#1138] / [Intel XE#1201])
[173]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-1370-7f185f40c08953b3ba9e30c81ee74453e1af9aff/shard-dg2-432/igt@kms_feature_discovery@display-4x.html
[174]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134121v3/shard-dg2-464/igt@kms_feature_discovery@display-4x.html
* igt@kms_flip@flip-vs-suspend@a-hdmi-a6:
- shard-dg2-set2: [DMESG-WARN][175] ([Intel XE#1162] / [Intel XE#1214]) -> [DMESG-WARN][176] ([Intel XE#1162]) +1 other test dmesg-warn
[175]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-1370-7f185f40c08953b3ba9e30c81ee74453e1af9aff/shard-dg2-433/igt@kms_flip@flip-vs-suspend@a-hdmi-a6.html
[176]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134121v3/shard-dg2-432/igt@kms_flip@flip-vs-suspend@a-hdmi-a6.html
* igt@kms_force_connector_basic@prune-stale-modes:
- shard-dg2-set2: [SKIP][177] ([i915#5274]) -> [SKIP][178] ([Intel XE#1201] / [i915#5274])
[177]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-1370-7f185f40c08953b3ba9e30c81ee74453e1af9aff/shard-dg2-432/igt@kms_force_connector_basic@prune-stale-modes.html
[178]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134121v3/shard-dg2-464/igt@kms_force_connector_basic@prune-stale-modes.html
* igt@kms_frontbuffer_tracking@fbcdrrs-1p-primscrn-shrfb-msflip-blt:
- shard-dg2-set2: [SKIP][179] ([Intel XE#1201] / [Intel XE#651]) -> [SKIP][180] ([Intel XE#651]) +11 other tests skip
[179]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-1370-7f185f40c08953b3ba9e30c81ee74453e1af9aff/shard-dg2-434/igt@kms_frontbuffer_tracking@fbcdrrs-1p-primscrn-shrfb-msflip-blt.html
[180]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134121v3/shard-dg2-432/igt@kms_frontbuffer_tracking@fbcdrrs-1p-primscrn-shrfb-msflip-blt.html
* igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-cur-indfb-draw-blt:
- shard-dg2-set2: [SKIP][181] ([Intel XE#651]) -> [SKIP][182] ([Intel XE#1201] / [Intel XE#651]) +12 other tests skip
[181]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-1370-7f185f40c08953b3ba9e30c81ee74453e1af9aff/shard-dg2-432/igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-cur-indfb-draw-blt.html
[182]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134121v3/shard-dg2-464/igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-cur-indfb-draw-blt.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-spr-indfb-draw-blt:
- shard-dg2-set2: [SKIP][183] ([Intel XE#1201] / [Intel XE#653]) -> [SKIP][184] ([Intel XE#653]) +8 other tests skip
[183]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-1370-7f185f40c08953b3ba9e30c81ee74453e1af9aff/shard-dg2-434/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-spr-indfb-draw-blt.html
[184]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134121v3/shard-dg2-432/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-spr-indfb-draw-blt.html
* igt@kms_frontbuffer_tracking@psr-2p-primscrn-shrfb-plflip-blt:
- shard-dg2-set2: [SKIP][185] ([Intel XE#653]) -> [SKIP][186] ([Intel XE#1201] / [Intel XE#653]) +13 other tests skip
[185]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-1370-7f185f40c08953b3ba9e30c81ee74453e1af9aff/shard-dg2-432/igt@kms_frontbuffer_tracking@psr-2p-primscrn-shrfb-plflip-blt.html
[186]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134121v3/shard-dg2-464/igt@kms_frontbuffer_tracking@psr-2p-primscrn-shrfb-plflip-blt.html
* igt@kms_hdmi_inject@inject-audio:
- shard-dg2-set2: [SKIP][187] ([Intel XE#417]) -> [SKIP][188] ([Intel XE#1201] / [Intel XE#417])
[187]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-1370-7f185f40c08953b3ba9e30c81ee74453e1af9aff/shard-dg2-432/igt@kms_hdmi_inject@inject-audio.html
[188]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134121v3/shard-dg2-464/igt@kms_hdmi_inject@inject-audio.html
* igt@kms_plane@plane-panning-bottom-right-suspend@pipe-a:
- shard-dg2-set2: [DMESG-FAIL][189] ([Intel XE#1162]) -> [FAIL][190] ([Intel XE#616])
[189]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-1370-7f185f40c08953b3ba9e30c81ee74453e1af9aff/shard-dg2-436/igt@kms_plane@plane-panning-bottom-right-suspend@pipe-a.html
[190]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134121v3/shard-dg2-463/igt@kms_plane@plane-panning-bottom-right-suspend@pipe-a.html
* igt@kms_plane@plane-panning-bottom-right-suspend@pipe-b:
- shard-dg2-set2: [FAIL][191] ([Intel XE#616]) -> [DMESG-FAIL][192] ([Intel XE#1162])
[191]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-1370-7f185f40c08953b3ba9e30c81ee74453e1af9aff/shard-dg2-436/igt@kms_plane@plane-panning-bottom-right-suspend@pipe-b.html
[192]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134121v3/shard-dg2-463/igt@kms_plane@plane-panning-bottom-right-suspend@pipe-b.html
* igt@kms_plane_multiple@tiling-y:
- shard-dg2-set2: [SKIP][193] ([Intel XE#455]) -> [SKIP][194] ([Intel XE#1201] / [Intel XE#455]) +5 other tests skip
[193]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-1370-7f185f40c08953b3ba9e30c81ee74453e1af9aff/shard-dg2-432/igt@kms_plane_multiple@tiling-y.html
[194]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134121v3/shard-dg2-464/igt@kms_plane_multiple@tiling-y.html
* igt@kms_plane_scaling@planes-downscale-factor-0-25-unity-scaling:
- shard-dg2-set2: [SKIP][195] ([Intel XE#305] / [Intel XE#455]) -> [SKIP][196] ([Intel XE#1201] / [Intel XE#305] / [Intel XE#455]) +1 other test skip
[195]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-1370-7f185f40c08953b3ba9e30c81ee74453e1af9aff/shard-dg2-432/igt@kms_plane_scaling@planes-downscale-factor-0-25-unity-scaling.html
[196]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134121v3/shard-dg2-464/igt@kms_plane_scaling@planes-downscale-factor-0-25-unity-scaling.html
* igt@kms_plane_scaling@planes-downscale-factor-0-25-unity-scaling@pipe-a-hdmi-a-6:
- shard-dg2-set2: [SKIP][197] ([Intel XE#305]) -> [SKIP][198] ([Intel XE#1201] / [Intel XE#305]) +2 other tests skip
[197]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-1370-7f185f40c08953b3ba9e30c81ee74453e1af9aff/shard-dg2-432/igt@kms_plane_scaling@planes-downscale-factor-0-25-unity-scaling@pipe-a-hdmi-a-6.html
[198]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134121v3/shard-dg2-464/igt@kms_plane_scaling@planes-downscale-factor-0-25-unity-scaling@pipe-a-hdmi-a-6.html
* igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25:
- shard-dg2-set2: [SKIP][199] ([Intel XE#1201] / [Intel XE#305] / [Intel XE#455]) -> [SKIP][200] ([Intel XE#305] / [Intel XE#455])
[199]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-1370-7f185f40c08953b3ba9e30c81ee74453e1af9aff/shard-dg2-434/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25.html
[200]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134121v3/shard-dg2-432/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25.html
* igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25@pipe-a-hdmi-a-6:
- shard-dg2-set2: [SKIP][201] ([Intel XE#1201] / [Intel XE#305]) -> [SKIP][202] ([Intel XE#305]) +2 other tests skip
[201]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-1370-7f185f40c08953b3ba9e30c81ee74453e1af9aff/shard-dg2-434/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25@pipe-a-hdmi-a-6.html
[202]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134121v3/shard-dg2-432/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25@pipe-a-hdmi-a-6.html
* igt@kms_psr2_su@frontbuffer-xrgb8888:
- shard-dg2-set2: [SKIP][203] ([Intel XE#1122] / [Intel XE#1201]) -> [SKIP][204] ([Intel XE#1122])
[203]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-1370-7f185f40c08953b3ba9e30c81ee74453e1af9aff/shard-dg2-433/igt@kms_psr2_su@frontbuffer-xrgb8888.html
[204]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134121v3/shard-dg2-432/igt@kms_psr2_su@frontbuffer-xrgb8888.html
* igt@kms_psr@fbc-psr2-primary-blt:
- shard-dg2-set2: [SKIP][205] ([Intel XE#1201] / [Intel XE#929]) -> [SKIP][206] ([Intel XE#929]) +6 other tests skip
[205]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-1370-7f185f40c08953b3ba9e30c81ee74453e1af9aff/shard-dg2-434/igt@kms_psr@fbc-psr2-primary-blt.html
[206]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134121v3/shard-dg2-432/igt@kms_psr@fbc-psr2-primary-blt.html
* igt@kms_psr@fbc-psr2-suspend:
- shard-dg2-set2: [SKIP][207] ([Intel XE#929]) -> [SKIP][208] ([Intel XE#1201] / [Intel XE#929]) +8 other tests skip
[207]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-1370-7f185f40c08953b3ba9e30c81ee74453e1af9aff/shard-dg2-432/igt@kms_psr@fbc-psr2-suspend.html
[208]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134121v3/shard-dg2-464/igt@kms_psr@fbc-psr2-suspend.html
* igt@kms_rotation_crc@bad-pixel-format:
- shard-dg2-set2: [SKIP][209] ([Intel XE#327]) -> [SKIP][210] ([Intel XE#1201] / [Intel XE#327])
[209]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-1370-7f185f40c08953b3ba9e30c81ee74453e1af9aff/shard-dg2-432/igt@kms_rotation_crc@bad-pixel-format.html
[210]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134121v3/shard-dg2-464/igt@kms_rotation_crc@bad-pixel-format.html
* igt@kms_rotation_crc@sprite-rotation-270:
- shard-dg2-set2: [SKIP][211] ([Intel XE#1201] / [Intel XE#327]) -> [SKIP][212] ([Intel XE#327])
[211]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-1370-7f185f40c08953b3ba9e30c81ee74453e1af9aff/shard-dg2-434/igt@kms_rotation_crc@sprite-rotation-270.html
[212]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134121v3/shard-dg2-432/igt@kms_rotation_crc@sprite-rotation-270.html
* igt@kms_tiled_display@basic-test-pattern-with-chamelium:
- shard-dg2-set2: [SKIP][213] ([Intel XE#1201] / [Intel XE#362]) -> [SKIP][214] ([Intel XE#1201] / [Intel XE#1500])
[213]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-1370-7f185f40c08953b3ba9e30c81ee74453e1af9aff/shard-dg2-463/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html
[214]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134121v3/shard-dg2-436/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html
* igt@kms_tv_load_detect@load-detect:
- shard-dg2-set2: [SKIP][215] ([Intel XE#330]) -> [SKIP][216] ([Intel XE#1201] / [Intel XE#330])
[215]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-1370-7f185f40c08953b3ba9e30c81ee74453e1af9aff/shard-dg2-432/igt@kms_tv_load_detect@load-detect.html
[216]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134121v3/shard-dg2-464/igt@kms_tv_load_detect@load-detect.html
* igt@kms_writeback@writeback-check-output:
- shard-dg2-set2: [SKIP][217] ([Intel XE#1201] / [Intel XE#756]) -> [SKIP][218] ([Intel XE#756])
[217]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-1370-7f185f40c08953b3ba9e30c81ee74453e1af9aff/shard-dg2-434/igt@kms_writeback@writeback-check-output.html
[218]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134121v3/shard-dg2-432/igt@kms_writeback@writeback-check-output.html
* igt@kms_writeback@writeback-invalid-parameters:
- shard-dg2-set2: [SKIP][219] ([Intel XE#756]) -> [SKIP][220] ([Intel XE#1201] / [Intel XE#756])
[219]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-1370-7f185f40c08953b3ba9e30c81ee74453e1af9aff/shard-dg2-432/igt@kms_writeback@writeback-invalid-parameters.html
[220]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134121v3/shard-dg2-464/igt@kms_writeback@writeback-invalid-parameters.html
* igt@xe_compute_preempt@compute-preempt:
- shard-dg2-set2: [SKIP][221] ([Intel XE#1280] / [Intel XE#455]) -> [SKIP][222] ([Intel XE#1201] / [Intel XE#1280] / [Intel XE#455]) +1 other test skip
[221]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-1370-7f185f40c08953b3ba9e30c81ee74453e1af9aff/shard-dg2-432/igt@xe_compute_preempt@compute-preempt.html
[222]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134121v3/shard-dg2-464/igt@xe_compute_preempt@compute-preempt.html
* igt@xe_create@multigpu-create-massive-size:
- shard-dg2-set2: [SKIP][223] ([Intel XE#1201] / [Intel XE#944]) -> [SKIP][224] ([Intel XE#944]) +1 other test skip
[223]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-1370-7f185f40c08953b3ba9e30c81ee74453e1af9aff/shard-dg2-434/igt@xe_create@multigpu-create-massive-size.html
[224]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134121v3/shard-dg2-432/igt@xe_create@multigpu-create-massive-size.html
* igt@xe_exec_fault_mode@many-execqueues-rebind-prefetch:
- shard-dg2-set2: [SKIP][225] ([Intel XE#1201] / [Intel XE#288]) -> [SKIP][226] ([Intel XE#288]) +9 other tests skip
[225]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-1370-7f185f40c08953b3ba9e30c81ee74453e1af9aff/shard-dg2-434/igt@xe_exec_fault_mode@many-execqueues-rebind-prefetch.html
[226]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134121v3/shard-dg2-432/igt@xe_exec_fault_mode@many-execqueues-rebind-prefetch.html
* igt@xe_exec_fault_mode@twice-bindexecqueue-userptr-rebind-prefetch:
- shard-dg2-set2: [SKIP][227] ([Intel XE#288]) -> [SKIP][228] ([Intel XE#1201] / [Intel XE#288]) +9 other tests skip
[227]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-1370-7f185f40c08953b3ba9e30c81ee74453e1af9aff/shard-dg2-432/igt@xe_exec_fault_mode@twice-bindexecqueue-userptr-rebind-prefetch.html
[228]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134121v3/shard-dg2-464/igt@xe_exec_fault_mode@twice-bindexecqueue-userptr-rebind-prefetch.html
* igt@xe_pm@s2idle-basic:
- shard-adlp: [DMESG-WARN][229] ([Intel XE#1191] / [Intel XE#1214]) -> [INCOMPLETE][230] ([Intel XE#1044] / [Intel XE#1195] / [Intel XE#1358])
[229]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-1370-7f185f40c08953b3ba9e30c81ee74453e1af9aff/shard-adlp-8/igt@xe_pm@s2idle-basic.html
[230]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134121v3/shard-adlp-1/igt@xe_pm@s2idle-basic.html
* igt@xe_pm@s2idle-d3cold-basic-exec:
- shard-dg2-set2: [SKIP][231] ([Intel XE#366]) -> [SKIP][232] ([Intel XE#1201] / [Intel XE#366])
[231]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-1370-7f185f40c08953b3ba9e30c81ee74453e1af9aff/shard-dg2-432/igt@xe_pm@s2idle-d3cold-basic-exec.html
[232]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134121v3/shard-dg2-464/igt@xe_pm@s2idle-d3cold-basic-exec.html
* igt@xe_pm@s2idle-mocs:
- shard-dg2-set2: [DMESG-WARN][233] ([Intel XE#1162]) -> [DMESG-WARN][234] ([Intel XE#1162] / [Intel XE#1214])
[233]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-1370-7f185f40c08953b3ba9e30c81ee74453e1af9aff/shard-dg2-432/igt@xe_pm@s2idle-mocs.html
[234]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134121v3/shard-dg2-464/igt@xe_pm@s2idle-mocs.html
* igt@xe_pm@s4-d3hot-basic-exec:
- shard-adlp: [DMESG-WARN][235] ([Intel XE#1214]) -> [ABORT][236] ([Intel XE#1358])
[235]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-1370-7f185f40c08953b3ba9e30c81ee74453e1af9aff/shard-adlp-2/igt@xe_pm@s4-d3hot-basic-exec.html
[236]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134121v3/shard-adlp-9/igt@xe_pm@s4-d3hot-basic-exec.html
* igt@xe_pm_residency@gt-c6-freeze:
- shard-adlp: [DMESG-WARN][237] ([Intel XE#1214] / [Intel XE#1941]) -> [INCOMPLETE][238] ([Intel XE#1195] / [Intel XE#1349])
[237]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-1370-7f185f40c08953b3ba9e30c81ee74453e1af9aff/shard-adlp-2/igt@xe_pm_residency@gt-c6-freeze.html
[238]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134121v3/shard-adlp-9/igt@xe_pm_residency@gt-c6-freeze.html
* igt@xe_query@multigpu-query-invalid-extension:
- shard-dg2-set2: [SKIP][239] ([Intel XE#944]) -> [SKIP][240] ([Intel XE#1201] / [Intel XE#944])
[239]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-1370-7f185f40c08953b3ba9e30c81ee74453e1af9aff/shard-dg2-432/igt@xe_query@multigpu-query-invalid-extension.html
[240]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134121v3/shard-dg2-464/igt@xe_query@multigpu-query-invalid-extension.html
* igt@xe_wedged@wedged-at-any-timeout:
- shard-dg2-set2: [DMESG-WARN][241] ([Intel XE#1214] / [Intel XE#1760]) -> [DMESG-FAIL][242] ([Intel XE#1760])
[241]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-1370-7f185f40c08953b3ba9e30c81ee74453e1af9aff/shard-dg2-463/igt@xe_wedged@wedged-at-any-timeout.html
[242]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134121v3/shard-dg2-436/igt@xe_wedged@wedged-at-any-timeout.html
{name}: This element is suppressed. This means it is ignored when computing
the status of the difference (SUCCESS, WARNING, or FAILURE).
[Intel XE#1033]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1033
[Intel XE#1044]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1044
[Intel XE#1091]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1091
[Intel XE#1122]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1122
[Intel XE#1124]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1124
[Intel XE#1126]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1126
[Intel XE#1127]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1127
[Intel XE#1137]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1137
[Intel XE#1138]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1138
[Intel XE#1151]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1151
[Intel XE#1162]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1162
[Intel XE#1169]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1169
[Intel XE#1191]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1191
[Intel XE#1195]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1195
[Intel XE#1201]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201
[Intel XE#1207]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1207
[Intel XE#1211]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1211
[Intel XE#1214]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1214
[Intel XE#1231]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1231
[Intel XE#1252]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1252
[Intel XE#1256]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1256
[Intel XE#1280]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1280
[Intel XE#1330]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1330
[Intel XE#1339]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1339
[Intel XE#1349]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1349
[Intel XE#1356]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1356
[Intel XE#1358]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1358
[Intel XE#1392]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1392
[Intel XE#1399]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1399
[Intel XE#1401]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1401
[Intel XE#1406]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1406
[Intel XE#1407]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1407
[Intel XE#1421]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1421
[Intel XE#1424]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1424
[Intel XE#1430]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1430
[Intel XE#1435]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1435
[Intel XE#1437]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1437
[Intel XE#1439]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1439
[Intel XE#1446]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1446
[Intel XE#1447]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1447
[Intel XE#1450]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1450
[Intel XE#1469]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1469
[Intel XE#1473]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1473
[Intel XE#1494]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1494
[Intel XE#1500]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1500
[Intel XE#1504]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1504
[Intel XE#1512]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1512
[Intel XE#1600]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1600
[Intel XE#1608]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1608
[Intel XE#1622]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1622
[Intel XE#1638]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1638
[Intel XE#1725]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1725
[Intel XE#1745]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1745
[Intel XE#1760]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1760
[Intel XE#1761]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1761
[Intel XE#1794]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1794
[Intel XE#1830]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1830
[Intel XE#1874]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1874
[Intel XE#1927]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1927
[Intel XE#1932]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1932
[Intel XE#1941]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1941
[Intel XE#261]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/261
[Intel XE#282]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/282
[Intel XE#288]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/288
[Intel XE#301]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/301
[Intel XE#305]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/305
[Intel XE#306]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/306
[Intel XE#307]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/307
[Intel XE#308]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/308
[Intel XE#309]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/309
[Intel XE#310]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/310
[Intel XE#316]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/316
[Intel XE#323]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/323
[Intel XE#324]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/324
[Intel XE#327]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/327
[Intel XE#330]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/330
[Intel XE#352]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/352
[Intel XE#358]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/358
[Intel XE#362]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/362
[Intel XE#366]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/366
[Intel XE#367]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/367
[Intel XE#373]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/373
[Intel XE#378]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/378
[Intel XE#392]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/392
[Intel XE#417]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/417
[Intel XE#455]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/455
[Intel XE#480]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/480
[Intel XE#488]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/488
[Intel XE#498]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/498
[Intel XE#560]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/560
[Intel XE#584]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/584
[Intel XE#605]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/605
[Intel XE#607]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/607
[Intel XE#610]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/610
[Intel XE#616]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/616
[Intel XE#651]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/651
[Intel XE#653]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/653
[Intel XE#656]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/656
[Intel XE#664]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/664
[Intel XE#688]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/688
[Intel XE#718]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/718
[Intel XE#736]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/736
[Intel XE#756]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/756
[Intel XE#787]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/787
[Intel XE#836]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/836
[Intel XE#886]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/886
[Intel XE#899]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/899
[Intel XE#910]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/910
[Intel XE#927]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/927
[Intel XE#929]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/929
[Intel XE#944]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/944
[Intel XE#979]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/979
[i915#5274]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5274
Build changes
-------------
* Linux: xe-1370-7f185f40c08953b3ba9e30c81ee74453e1af9aff -> xe-pw-134121v3
IGT_7873: b9bcded9123ac56ce05748de6c4870fb49451b87 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
xe-1370-7f185f40c08953b3ba9e30c81ee74453e1af9aff: 7f185f40c08953b3ba9e30c81ee74453e1af9aff
xe-pw-134121v3: 134121v3
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-134121v3/index.html
[-- Attachment #2: Type: text/html, Size: 89607 bytes --]
^ permalink raw reply [flat|nested] 22+ messages in thread* Re: [PATCH] drm/xe/client: Check return value of xe_force_wake_get
2024-05-28 10:11 [PATCH] drm/xe/client: Check return value of xe_force_wake_get Nirmoy Das
` (14 preceding siblings ...)
2024-05-29 12:25 ` ✗ CI.FULL: failure " Patchwork
@ 2024-05-30 8:47 ` Ghimiray, Himal Prasad
2024-05-30 21:30 ` Nirmoy Das
15 siblings, 1 reply; 22+ messages in thread
From: Ghimiray, Himal Prasad @ 2024-05-30 8:47 UTC (permalink / raw)
To: Nirmoy Das, intel-xe; +Cc: Lucas De Marchi
[-- Attachment #1: Type: text/plain, Size: 1453 bytes --]
On 28-05-2024 15:41, Nirmoy Das wrote:
> xe_force_wake_get() can return error so check it's return value
> before reading gpu_timestamp value.
>
> Fixes: 188ced1e0ff8 ("drm/xe/client: Print runtime to fdinfo")
> Cc: Lucas De Marchi<lucas.demarchi@intel.com>
> Signed-off-by: Nirmoy Das<nirmoy.das@intel.com>
> ---
> drivers/gpu/drm/xe/xe_drm_client.c | 6 ++++--
> 1 file changed, 4 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/gpu/drm/xe/xe_drm_client.c b/drivers/gpu/drm/xe/xe_drm_client.c
> index 4a19b771e3a0..0c13395ffd34 100644
> --- a/drivers/gpu/drm/xe/xe_drm_client.c
> +++ b/drivers/gpu/drm/xe/xe_drm_client.c
> @@ -245,7 +245,7 @@ static void show_run_ticks(struct drm_printer *p, struct drm_file *file)
> struct xe_gt *gt;
> struct xe_hw_engine *hwe;
> struct xe_exec_queue *q;
> - u64 gpu_timestamp;
> + u64 gpu_timestamp = 0;
>
> xe_pm_runtime_get(xe);
>
> @@ -264,7 +264,9 @@ static void show_run_ticks(struct drm_printer *p, struct drm_file *file)
> if (!hwe)
> continue;
>
> - xe_force_wake_get(gt_to_fw(gt), XE_FW_GT);
This is becoming continuous efforts. How about introducing __must_check
to xe_force_wake_get ?
> + if (xe_force_wake_get(gt_to_fw(gt), XE_FW_GT))
> + break;
> +
> gpu_timestamp = xe_hw_engine_read_timestamp(hwe);
> xe_force_wake_put(gt_to_fw(gt), XE_FW_GT);
Handle any errors that may occur if xe_force_wake_put fails, possibly
XE_WARN_ON.
> break;
[-- Attachment #2: Type: text/html, Size: 2332 bytes --]
^ permalink raw reply [flat|nested] 22+ messages in thread* Re: [PATCH] drm/xe/client: Check return value of xe_force_wake_get
2024-05-30 8:47 ` [PATCH] drm/xe/client: Check return value of xe_force_wake_get Ghimiray, Himal Prasad
@ 2024-05-30 21:30 ` Nirmoy Das
0 siblings, 0 replies; 22+ messages in thread
From: Nirmoy Das @ 2024-05-30 21:30 UTC (permalink / raw)
To: Ghimiray, Himal Prasad, Nirmoy Das, intel-xe; +Cc: Lucas De Marchi
[-- Attachment #1: Type: text/plain, Size: 1633 bytes --]
Hi Himal,
On 5/30/2024 10:47 AM, Ghimiray, Himal Prasad wrote:
>
>
> On 28-05-2024 15:41, Nirmoy Das wrote:
>> xe_force_wake_get() can return error so check it's return value
>> before reading gpu_timestamp value.
>>
>> Fixes: 188ced1e0ff8 ("drm/xe/client: Print runtime to fdinfo")
>> Cc: Lucas De Marchi<lucas.demarchi@intel.com>
>> Signed-off-by: Nirmoy Das<nirmoy.das@intel.com>
>> ---
>> drivers/gpu/drm/xe/xe_drm_client.c | 6 ++++--
>> 1 file changed, 4 insertions(+), 2 deletions(-)
>>
>> diff --git a/drivers/gpu/drm/xe/xe_drm_client.c b/drivers/gpu/drm/xe/xe_drm_client.c
>> index 4a19b771e3a0..0c13395ffd34 100644
>> --- a/drivers/gpu/drm/xe/xe_drm_client.c
>> +++ b/drivers/gpu/drm/xe/xe_drm_client.c
>> @@ -245,7 +245,7 @@ static void show_run_ticks(struct drm_printer *p, struct drm_file *file)
>> struct xe_gt *gt;
>> struct xe_hw_engine *hwe;
>> struct xe_exec_queue *q;
>> - u64 gpu_timestamp;
>> + u64 gpu_timestamp = 0;
>>
>> xe_pm_runtime_get(xe);
>>
>> @@ -264,7 +264,9 @@ static void show_run_ticks(struct drm_printer *p, struct drm_file *file)
>> if (!hwe)
>> continue;
>>
>> - xe_force_wake_get(gt_to_fw(gt), XE_FW_GT);
>
> This is becoming continuous efforts. How about introducing
> __must_check to xe_force_wake_get ?
>
Yes, this is a good idea.
>
>
>> + if (xe_force_wake_get(gt_to_fw(gt), XE_FW_GT))
>> + break;
>> +
>> gpu_timestamp = xe_hw_engine_read_timestamp(hwe);
>> xe_force_wake_put(gt_to_fw(gt), XE_FW_GT);
>
> Handle any errors that may occur if xe_force_wake_put fails, possibly
> XE_WARN_ON.
>
Will add that.
Regards,
Nirmoy
>
>> break;
[-- Attachment #2: Type: text/html, Size: 3151 bytes --]
^ permalink raw reply [flat|nested] 22+ messages in thread