✓ CI.KUnit: success for um: Minor fixes and cleanups

Jani Nikula jani.nikula at linux.intel.com
Wed Mar 6 11:35:47 UTC 2024


Thanks Tiwei, this is a clear improvement over e.g. [1].

BR,
Jani.


[1] https://lore.kernel.org/r/170972018947.524258.12952216008088468886@8e613ede5ea5


On Wed, 06 Mar 2024, Patchwork <patchwork at emeril.freedesktop.org> wrote:
> == Series Details ==
>
> Series: um: Minor fixes and cleanups
> URL   : https://patchwork.freedesktop.org/series/130801/
> State : success
>
> == Summary ==
>
> + trap cleanup EXIT
> + /kernel/tools/testing/kunit/kunit.py run --kunitconfig /kernel/drivers/gpu/drm/xe/.kunitconfig
> [11:06:24] Configuring KUnit Kernel ...
> Generating .config ...
> Populating config with:
> $ make ARCH=um O=.kunit olddefconfig
> [11:06:28] Building KUnit Kernel ...
> Populating config with:
> $ make ARCH=um O=.kunit olddefconfig
> Building with:
> $ make ARCH=um O=.kunit --jobs=48
> ../arch/x86/um/os-Linux/registers.c:146:15: warning: no previous prototype for ‘get_thread_reg’ [-Wmissing-prototypes]
>   146 | unsigned long get_thread_reg(int reg, jmp_buf *buf)
>       |               ^~~~~~~~~~~~~~
> ../arch/x86/um/vdso/um_vdso.c:16:5: warning: no previous prototype for ‘__vdso_clock_gettime’ [-Wmissing-prototypes]
>    16 | int __vdso_clock_gettime(clockid_t clock, struct __kernel_old_timespec *ts)
>       |     ^~~~~~~~~~~~~~~~~~~~
> ../arch/x86/um/vdso/um_vdso.c:30:5: warning: no previous prototype for ‘__vdso_gettimeofday’ [-Wmissing-prototypes]
>    30 | int __vdso_gettimeofday(struct __kernel_old_timeval *tv, struct timezone *tz)
>       |     ^~~~~~~~~~~~~~~~~~~
> ../arch/x86/um/vdso/um_vdso.c:44:21: warning: no previous prototype for ‘__vdso_time’ [-Wmissing-prototypes]
>    44 | __kernel_old_time_t __vdso_time(__kernel_old_time_t *t)
>       |                     ^~~~~~~~~~~
> ../arch/x86/um/vdso/um_vdso.c:57:1: warning: no previous prototype for ‘__vdso_getcpu’ [-Wmissing-prototypes]
>    57 | __vdso_getcpu(unsigned *cpu, unsigned *node, struct getcpu_cache *unused)
>       | ^~~~~~~~~~~~~
> ../arch/um/os-Linux/skas/process.c:107:6: warning: no previous prototype for ‘wait_stub_done’ [-Wmissing-prototypes]
>   107 | void wait_stub_done(int pid)
>       |      ^~~~~~~~~~~~~~
> ../arch/um/os-Linux/skas/process.c:683:6: warning: no previous prototype for ‘__switch_mm’ [-Wmissing-prototypes]
>   683 | void __switch_mm(struct mm_id *mm_idp)
>       |      ^~~~~~~~~~~
> ../arch/um/os-Linux/mem.c:28:6: warning: no previous prototype for ‘kasan_map_memory’ [-Wmissing-prototypes]
>    28 | void kasan_map_memory(void *start, size_t len)
>       |      ^~~~~~~~~~~~~~~~
> ../arch/um/os-Linux/mem.c:212:13: warning: no previous prototype for ‘check_tmpexec’ [-Wmissing-prototypes]
>   212 | void __init check_tmpexec(void)
>       |             ^~~~~~~~~~~~~
> ../arch/x86/um/signal.c:560:6: warning: no previous prototype for ‘sys_rt_sigreturn’ [-Wmissing-prototypes]
>   560 | long sys_rt_sigreturn(void)
>       |      ^~~~~~~~~~~~~~~~
> ../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)
>       |      ^~~~~~~~~~~~~~~~~
>
> [11:06:51] Starting KUnit Kernel (1/1)...
> [11:06:51] ============================================================
> [11:06:51] =================== guc_dbm (7 subtests) ===================
> [11:06:51] [PASSED] test_empty
> [11:06:51] [PASSED] test_default
> [11:06:51] ======================== test_size  ========================
> [11:06:51] [PASSED] 4
> [11:06:51] [PASSED] 8
> [11:06:51] [PASSED] 32
> [11:06:51] [PASSED] 256
> [11:06:51] ==================== [PASSED] test_size ====================
> [11:06:51] ======================= test_reuse  ========================
> [11:06:51] [PASSED] 4
> [11:06:51] [PASSED] 8
> [11:06:51] [PASSED] 32
> [11:06:51] [PASSED] 256
> [11:06:51] =================== [PASSED] test_reuse ====================
> [11:06:51] =================== test_range_overlap  ====================
> [11:06:51] [PASSED] 4
> [11:06:51] [PASSED] 8
> [11:06:51] [PASSED] 32
> [11:06:51] [PASSED] 256
> [11:06:51] =============== [PASSED] test_range_overlap ================
> [11:06:51] =================== test_range_compact  ====================
> [11:06:51] [PASSED] 4
> [11:06:51] [PASSED] 8
> [11:06:51] [PASSED] 32
> [11:06:51] [PASSED] 256
> [11:06:51] =============== [PASSED] test_range_compact ================
> [11:06:51] ==================== test_range_spare  =====================
> [11:06:51] [PASSED] 4
> [11:06:51] [PASSED] 8
> [11:06:51] [PASSED] 32
> [11:06:51] [PASSED] 256
> [11:06:51] ================ [PASSED] test_range_spare =================
> [11:06:51] ===================== [PASSED] guc_dbm =====================
> [11:06:51] ================== no_relay (3 subtests) ===================
> [11:06:51] [PASSED] xe_drops_guc2pf_if_not_ready
> [11:06:51] [PASSED] xe_drops_guc2vf_if_not_ready
> [11:06:51] [PASSED] xe_rejects_send_if_not_ready
> [11:06:51] ==================== [PASSED] no_relay =====================
> [11:06:51] ================== pf_relay (14 subtests) ==================
> [11:06:51] [PASSED] pf_rejects_guc2pf_too_short
> [11:06:51] [PASSED] pf_rejects_guc2pf_too_long
> [11:06:51] [PASSED] pf_rejects_guc2pf_no_payload
> [11:06:51] [PASSED] pf_fails_no_payload
> [11:06:51] [PASSED] pf_fails_bad_origin
> [11:06:51] [PASSED] pf_fails_bad_type
> [11:06:51] [PASSED] pf_txn_reports_error
> [11:06:51] [PASSED] pf_txn_sends_pf2guc
> [11:06:51] [PASSED] pf_sends_pf2guc
> [11:06:51] [SKIPPED] pf_loopback_nop
> [11:06:51] [SKIPPED] pf_loopback_echo
> [11:06:51] [SKIPPED] pf_loopback_fail
> [11:06:51] [SKIPPED] pf_loopback_busy
> [11:06:51] [SKIPPED] pf_loopback_retry
> [11:06:51] ==================== [PASSED] pf_relay =====================
> [11:06:51] ================== vf_relay (3 subtests) ===================
> [11:06:51] [PASSED] vf_rejects_guc2vf_too_short
> [11:06:51] [PASSED] vf_rejects_guc2vf_too_long
> [11:06:51] [PASSED] vf_rejects_guc2vf_no_payload
> [11:06:51] ==================== [PASSED] vf_relay =====================
> [11:06:51] ===================== lmtt (1 subtest) =====================
> [11:06:51] ======================== test_ops  =========================
> [11:06:51] [PASSED] 2-level
> [11:06:51] [PASSED] multi-level
> [11:06:51] ==================== [PASSED] test_ops =====================
> [11:06:51] ====================== [PASSED] lmtt =======================
> [11:06:51] ==================== xe_bo (2 subtests) ====================
> [11:06:51] [SKIPPED] xe_ccs_migrate_kunit
> [11:06:51] [SKIPPED] xe_bo_evict_kunit
> [11:06:51] ===================== [SKIPPED] xe_bo ======================
> [11:06:51] ================== xe_dma_buf (1 subtest) ==================
> [11:06:51] [SKIPPED] xe_dma_buf_kunit
> [11:06:51] =================== [SKIPPED] xe_dma_buf ===================
> [11:06:51] ================== xe_migrate (1 subtest) ==================
> [11:06:51] [SKIPPED] xe_migrate_sanity_kunit
> [11:06:51] =================== [SKIPPED] xe_migrate ===================
> [11:06:51] =================== xe_mocs (2 subtests) ===================
> [11:06:51] [SKIPPED] xe_live_mocs_kernel_kunit
> [11:06:51] [SKIPPED] xe_live_mocs_reset_kunit
> [11:06:51] ==================== [SKIPPED] xe_mocs =====================
> [11:06:51] =================== xe_pci (2 subtests) ====================
> [11:06:51] [PASSED] xe_gmdid_graphics_ip
> [11:06:51] [PASSED] xe_gmdid_media_ip
> [11:06:51] ===================== [PASSED] xe_pci ======================
> [11:06:51] ==================== xe_rtp (1 subtest) ====================
> [11:06:51] ================== xe_rtp_process_tests  ===================
> stty: 'standard input': Inappropriate ioctl for device
> [11:06:51] [PASSED] coalesce-same-reg
> [11:06:51] [PASSED] no-match-no-add
> [11:06:51] [PASSED] no-match-no-add-multiple-rules
> [11:06:51] [PASSED] two-regs-two-entries
> [11:06:51] [PASSED] clr-one-set-other
> [11:06:51] [PASSED] set-field
> [11:06:51] [PASSED] conflict-duplicate
> [11:06:51] [PASSED] conflict-not-disjoint
> [11:06:51] [PASSED] conflict-reg-type
> [11:06:51] ============== [PASSED] xe_rtp_process_tests ===============
> [11:06:51] ===================== [PASSED] xe_rtp ======================
> [11:06:51] ==================== xe_wa (1 subtest) =====================
> [11:06:51] ======================== xe_wa_gt  =========================
> [11:06:51] [PASSED] TIGERLAKE (B0)
> [11:06:51] [PASSED] DG1 (A0)
> [11:06:51] [PASSED] DG1 (B0)
> [11:06:51] [PASSED] ALDERLAKE_S (A0)
> [11:06:51] [PASSED] ALDERLAKE_S (B0)
> [11:06:51] [PASSED] ALDERLAKE_S (C0)
> [11:06:51] [PASSED] ALDERLAKE_S (D0)
> [11:06:51] [PASSED] ALDERLAKE_P (A0)
> [11:06:51] [PASSED] ALDERLAKE_P (B0)
> [11:06:51] [PASSED] ALDERLAKE_P (C0)
> [11:06:51] [PASSED] ALDERLAKE_S_RPLS (D0)
> [11:06:51] [PASSED] ALDERLAKE_P_RPLU (E0)
> [11:06:51] [PASSED] DG2_G10 (C0)
> [11:06:51] [PASSED] DG2_G11 (B1)
> [11:06:51] [PASSED] DG2_G12 (A1)
> [11:06:51] [PASSED] METEORLAKE (g:A0, m:A0)
> [11:06:51] [PASSED] METEORLAKE (g:A0, m:A0)
> [11:06:51] [PASSED] METEORLAKE (g:A0, m:A0)
> [11:06:51] [PASSED] LUNARLAKE (g:A0, m:A0)
> [11:06:51] [PASSED] LUNARLAKE (g:B0, m:A0)
> [11:06:51] ==================== [PASSED] xe_wa_gt =====================
> [11:06:51] ====================== [PASSED] xe_wa ======================
> [11:06:51] ============================================================
> [11:06:51] Testing complete. Ran 81 tests: passed: 70, skipped: 11
> [11:06:51] Elapsed time: 27.723s total, 4.152s configuring, 23.350s building, 0.181s running
>
> + /kernel/tools/testing/kunit/kunit.py run --kunitconfig /kernel/drivers/gpu/drm/tests/.kunitconfig
> [11:06:52] Configuring KUnit Kernel ...
> Regenerating .config ...
> Populating config with:
> $ make ARCH=um O=.kunit olddefconfig
> [11:06:53] Building KUnit Kernel ...
> Populating config with:
> $ make ARCH=um O=.kunit olddefconfig
> Building with:
> $ make ARCH=um O=.kunit --jobs=48
> ../arch/x86/um/signal.c:560:6: warning: no previous prototype for ‘sys_rt_sigreturn’ [-Wmissing-prototypes]
>   560 | long sys_rt_sigreturn(void)
>       |      ^~~~~~~~~~~~~~~~
> ../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)
>       |      ^~~~~~~~~~~~~~~~~
>
> [11:07:13] Starting KUnit Kernel (1/1)...
> [11:07:13] ============================================================
> [11:07:13] ============ drm_test_pick_cmdline (2 subtests) ============
> [11:07:13] [PASSED] drm_test_pick_cmdline_res_1920_1080_60
> [11:07:13] =============== drm_test_pick_cmdline_named  ===============
> [11:07:13] [PASSED] NTSC
> [11:07:13] [PASSED] NTSC-J
> [11:07:13] [PASSED] PAL
> [11:07:13] [PASSED] PAL-M
> [11:07:13] =========== [PASSED] drm_test_pick_cmdline_named ===========
> [11:07:13] ============== [PASSED] drm_test_pick_cmdline ==============
> [11:07:13] ================== drm_buddy (6 subtests) ==================
> [11:07:13] [PASSED] drm_test_buddy_alloc_limit
> [11:07:13] [PASSED] drm_test_buddy_alloc_optimistic
> [11:07:13] [PASSED] drm_test_buddy_alloc_pessimistic
> [11:07:13] [PASSED] drm_test_buddy_alloc_pathological
> [11:07:13] [PASSED] drm_test_buddy_alloc_contiguous
> [11:07:13] [PASSED] drm_test_buddy_alloc_range_bias
> [11:07:13] ==================== [PASSED] drm_buddy ====================
> [11:07:13] ============= drm_cmdline_parser (40 subtests) =============
> [11:07:13] [PASSED] drm_test_cmdline_force_d_only
> [11:07:13] [PASSED] drm_test_cmdline_force_D_only_dvi
> [11:07:13] [PASSED] drm_test_cmdline_force_D_only_hdmi
> [11:07:13] [PASSED] drm_test_cmdline_force_D_only_not_digital
> [11:07:13] [PASSED] drm_test_cmdline_force_e_only
> [11:07:13] [PASSED] drm_test_cmdline_res
> [11:07:13] [PASSED] drm_test_cmdline_res_vesa
> [11:07:13] [PASSED] drm_test_cmdline_res_vesa_rblank
> [11:07:13] [PASSED] drm_test_cmdline_res_rblank
> [11:07:13] [PASSED] drm_test_cmdline_res_bpp
> [11:07:13] [PASSED] drm_test_cmdline_res_refresh
> [11:07:13] [PASSED] drm_test_cmdline_res_bpp_refresh
> [11:07:13] [PASSED] drm_test_cmdline_res_bpp_refresh_interlaced
> [11:07:13] [PASSED] drm_test_cmdline_res_bpp_refresh_margins
> [11:07:13] [PASSED] drm_test_cmdline_res_bpp_refresh_force_off
> [11:07:13] [PASSED] drm_test_cmdline_res_bpp_refresh_force_on
> [11:07:13] [PASSED] drm_test_cmdline_res_bpp_refresh_force_on_analog
> [11:07:13] [PASSED] drm_test_cmdline_res_bpp_refresh_force_on_digital
> [11:07:13] [PASSED] drm_test_cmdline_res_bpp_refresh_interlaced_margins_force_on
> [11:07:13] [PASSED] drm_test_cmdline_res_margins_force_on
> [11:07:13] [PASSED] drm_test_cmdline_res_vesa_margins
> [11:07:13] [PASSED] drm_test_cmdline_name
> [11:07:13] [PASSED] drm_test_cmdline_name_bpp
> [11:07:13] [PASSED] drm_test_cmdline_name_option
> [11:07:13] [PASSED] drm_test_cmdline_name_bpp_option
> [11:07:13] [PASSED] drm_test_cmdline_rotate_0
> [11:07:13] [PASSED] drm_test_cmdline_rotate_90
> [11:07:13] [PASSED] drm_test_cmdline_rotate_180
> [11:07:13] [PASSED] drm_test_cmdline_rotate_270
> [11:07:13] [PASSED] drm_test_cmdline_hmirror
> [11:07:13] [PASSED] drm_test_cmdline_vmirror
> [11:07:13] [PASSED] drm_test_cmdline_margin_options
> [11:07:13] [PASSED] drm_test_cmdline_multiple_options
> [11:07:13] [PASSED] drm_test_cmdline_bpp_extra_and_option
> [11:07:13] [PASSED] drm_test_cmdline_extra_and_option
> [11:07:13] [PASSED] drm_test_cmdline_freestanding_options
> [11:07:13] [PASSED] drm_test_cmdline_freestanding_force_e_and_options
> [11:07:13] [PASSED] drm_test_cmdline_panel_orientation
> [11:07:13] ================ drm_test_cmdline_invalid  =================
> [11:07:13] [PASSED] margin_only
> [11:07:13] [PASSED] interlace_only
> [11:07:13] [PASSED] res_missing_x
> [11:07:13] [PASSED] res_missing_y
> [11:07:13] [PASSED] res_bad_y
> [11:07:13] [PASSED] res_missing_y_bpp
> [11:07:13] [PASSED] res_bad_bpp
> [11:07:13] [PASSED] res_bad_refresh
> [11:07:13] [PASSED] res_bpp_refresh_force_on_off
> [11:07:13] [PASSED] res_invalid_mode
> [11:07:13] [PASSED] res_bpp_wrong_place_mode
> [11:07:13] [PASSED] name_bpp_refresh
> [11:07:13] [PASSED] name_refresh
> [11:07:13] [PASSED] name_refresh_wrong_mode
> [11:07:13] [PASSED] name_refresh_invalid_mode
> [11:07:13] [PASSED] rotate_multiple
> [11:07:13] [PASSED] rotate_invalid_val
> [11:07:13] [PASSED] rotate_truncated
> [11:07:13] [PASSED] invalid_option
> [11:07:13] [PASSED] invalid_tv_option
> [11:07:13] [PASSED] truncated_tv_option
> [11:07:13] ============ [PASSED] drm_test_cmdline_invalid =============
> [11:07:13] =============== drm_test_cmdline_tv_options  ===============
> [11:07:13] [PASSED] NTSC
> [11:07:13] [PASSED] NTSC_443
> [11:07:13] [PASSED] NTSC_J
> [11:07:13] [PASSED] PAL
> [11:07:13] [PASSED] PAL_M
> [11:07:13] [PASSED] PAL_N
> [11:07:13] [PASSED] SECAM
> [11:07:13] =========== [PASSED] drm_test_cmdline_tv_options ===========
> [11:07:13] =============== [PASSED] drm_cmdline_parser ================
> [11:07:13] ============= drmm_connector_init (3 subtests) =============
> [11:07:13] [PASSED] drm_test_drmm_connector_init
> [11:07:13] [PASSED] drm_test_drmm_connector_init_null_ddc
> [11:07:13] ========= drm_test_drmm_connector_init_type_valid  =========
> [11:07:13] [PASSED] Unknown
> [11:07:13] [PASSED] VGA
> [11:07:13] [PASSED] DVI-I
> [11:07:13] [PASSED] DVI-D
> [11:07:13] [PASSED] DVI-A
> [11:07:13] [PASSED] Composite
> [11:07:13] [PASSED] SVIDEO
> [11:07:13] [PASSED] LVDS
> [11:07:13] [PASSED] Component
> [11:07:13] [PASSED] DIN
> [11:07:13] [PASSED] DP
> [11:07:13] [PASSED] HDMI-A
> [11:07:13] [PASSED] HDMI-B
> [11:07:13] [PASSED] TV
> [11:07:13] [PASSED] eDP
> [11:07:13] [PASSED] Virtual
> [11:07:13] [PASSED] DSI
> [11:07:13] [PASSED] DPI
> [11:07:13] [PASSED] Writeback
> [11:07:13] [PASSED] SPI
> [11:07:13] [PASSED] USB
> [11:07:13] ===== [PASSED] drm_test_drmm_connector_init_type_valid =====
> [11:07:13] =============== [PASSED] drmm_connector_init ===============
> [11:07:13] ========== drm_get_tv_mode_from_name (2 subtests) ==========
> [11:07:13] ========== drm_test_get_tv_mode_from_name_valid  ===========
> [11:07:13] [PASSED] NTSC
> [11:07:13] [PASSED] NTSC-443
> [11:07:13] [PASSED] NTSC-J
> [11:07:13] [PASSED] PAL
> [11:07:13] [PASSED] PAL-M
> [11:07:13] [PASSED] PAL-N
> [11:07:13] [PASSED] SECAM
> [11:07:13] ====== [PASSED] drm_test_get_tv_mode_from_name_valid =======
> [11:07:13] [PASSED] drm_test_get_tv_mode_from_name_truncated
> [11:07:13] ============ [PASSED] drm_get_tv_mode_from_name ============
> [11:07:13] ============= drm_damage_helper (21 subtests) ==============
> [11:07:13] [PASSED] drm_test_damage_iter_no_damage
> [11:07:13] [PASSED] drm_test_damage_iter_no_damage_fractional_src
> [11:07:13] [PASSED] drm_test_damage_iter_no_damage_src_moved
> [11:07:13] [PASSED] drm_test_damage_iter_no_damage_fractional_src_moved
> [11:07:13] [PASSED] drm_test_damage_iter_no_damage_not_visible
> [11:07:13] [PASSED] drm_test_damage_iter_no_damage_no_crtc
> [11:07:13] [PASSED] drm_test_damage_iter_no_damage_no_fb
> [11:07:13] [PASSED] drm_test_damage_iter_simple_damage
> [11:07:13] [PASSED] drm_test_damage_iter_single_damage
> [11:07:13] [PASSED] drm_test_damage_iter_single_damage_intersect_src
> [11:07:13] [PASSED] drm_test_damage_iter_single_damage_outside_src
> [11:07:13] [PASSED] drm_test_damage_iter_single_damage_fractional_src
> [11:07:13] [PASSED] drm_test_damage_iter_single_damage_intersect_fractional_src
> [11:07:13] [PASSED] drm_test_damage_iter_single_damage_outside_fractional_src
> [11:07:13] [PASSED] drm_test_damage_iter_single_damage_src_moved
> [11:07:13] [PASSED] drm_test_damage_iter_single_damage_fractional_src_moved
> [11:07:13] [PASSED] drm_test_damage_iter_damage
> [11:07:13] [PASSED] drm_test_damage_iter_damage_one_intersect
> [11:07:13] [PASSED] drm_test_damage_iter_damage_one_outside
> [11:07:13] [PASSED] drm_test_damage_iter_damage_src_moved
> [11:07:13] [PASSED] drm_test_damage_iter_damage_not_visible
> [11:07:13] ================ [PASSED] drm_damage_helper ================
> [11:07:13] ============== drm_dp_mst_helper (3 subtests) ==============
> [11:07:13] ============== drm_test_dp_mst_calc_pbn_mode  ==============
> [11:07:13] [PASSED] Clock 154000 BPP 30 DSC disabled
> [11:07:13] [PASSED] Clock 234000 BPP 30 DSC disabled
> [11:07:13] [PASSED] Clock 297000 BPP 24 DSC disabled
> [11:07:13] [PASSED] Clock 332880 BPP 24 DSC enabled
> [11:07:13] [PASSED] Clock 324540 BPP 24 DSC enabled
> [11:07:13] ========== [PASSED] drm_test_dp_mst_calc_pbn_mode ==========
> [11:07:13] ============== drm_test_dp_mst_calc_pbn_div  ===============
> [11:07:13] [PASSED] Link rate 2000000 lane count 4
> [11:07:13] [PASSED] Link rate 2000000 lane count 2
> [11:07:13] [PASSED] Link rate 2000000 lane count 1
> [11:07:13] [PASSED] Link rate 1350000 lane count 4
> [11:07:13] [PASSED] Link rate 1350000 lane count 2
> [11:07:13] [PASSED] Link rate 1350000 lane count 1
> [11:07:13] [PASSED] Link rate 1000000 lane count 4
> [11:07:13] [PASSED] Link rate 1000000 lane count 2
> [11:07:13] [PASSED] Link rate 1000000 lane count 1
> [11:07:13] [PASSED] Link rate 810000 lane count 4
> [11:07:13] [PASSED] Link rate 810000 lane count 2
> [11:07:13] [PASSED] Link rate 810000 lane count 1
> [11:07:13] [PASSED] Link rate 540000 lane count 4
> [11:07:13] [PASSED] Link rate 540000 lane count 2
> [11:07:13] [PASSED] Link rate 540000 lane count 1
> [11:07:13] [PASSED] Link rate 270000 lane count 4
> [11:07:13] [PASSED] Link rate 270000 lane count 2
> [11:07:13] [PASSED] Link rate 270000 lane count 1
> [11:07:13] [PASSED] Link rate 162000 lane count 4
> [11:07:13] [PASSED] Link rate 162000 lane count 2
> [11:07:13] [PASSED] Link rate 162000 lane count 1
> [11:07:13] ========== [PASSED] drm_test_dp_mst_calc_pbn_div ===========
> [11:07:13] ========= drm_test_dp_mst_sideband_msg_req_decode  =========
> [11:07:13] [PASSED] DP_ENUM_PATH_RESOURCES with port number
> [11:07:13] [PASSED] DP_POWER_UP_PHY with port number
> [11:07:13] [PASSED] DP_POWER_DOWN_PHY with port number
> [11:07:13] [PASSED] DP_ALLOCATE_PAYLOAD with SDP stream sinks
> [11:07:13] [PASSED] DP_ALLOCATE_PAYLOAD with port number
> [11:07:13] [PASSED] DP_ALLOCATE_PAYLOAD with VCPI
> [11:07:13] [PASSED] DP_ALLOCATE_PAYLOAD with PBN
> [11:07:13] [PASSED] DP_QUERY_PAYLOAD with port number
> [11:07:13] [PASSED] DP_QUERY_PAYLOAD with VCPI
> [11:07:13] [PASSED] DP_REMOTE_DPCD_READ with port number
> [11:07:13] [PASSED] DP_REMOTE_DPCD_READ with DPCD address
> [11:07:13] [PASSED] DP_REMOTE_DPCD_READ with max number of bytes
> [11:07:13] [PASSED] DP_REMOTE_DPCD_WRITE with port number
> [11:07:13] [PASSED] DP_REMOTE_DPCD_WRITE with DPCD address
> [11:07:13] [PASSED] DP_REMOTE_DPCD_WRITE with data array
> [11:07:13] [PASSED] DP_REMOTE_I2C_READ with port number
> [11:07:13] [PASSED] DP_REMOTE_I2C_READ with I2C device ID
> [11:07:13] [PASSED] DP_REMOTE_I2C_READ with transactions array
> [11:07:13] [PASSED] DP_REMOTE_I2C_WRITE with port number
> [11:07:13] [PASSED] DP_REMOTE_I2C_WRITE with I2C device ID
> [11:07:13] [PASSED] DP_REMOTE_I2C_WRITE with data array
> [11:07:13] [PASSED] DP_QUERY_STREAM_ENC_STATUS with stream ID
> [11:07:13] [PASSED] DP_QUERY_STREAM_ENC_STATUS with client ID
> [11:07:13] [PASSED] DP_QUERY_STREAM_ENC_STATUS with stream event
> [11:07:13] [PASSED] DP_QUERY_STREAM_ENC_STATUS with valid stream event
> [11:07:13] [PASSED] DP_QUERY_STREAM_ENC_STATUS with stream behavior
> [11:07:13] [PASSED] DP_QUERY_STREAM_ENC_STATUS with a valid stream behavior
> [11:07:13] ===== [PASSED] drm_test_dp_mst_sideband_msg_req_decode =====
> [11:07:13] ================ [PASSED] drm_dp_mst_helper ================
> [11:07:13] ================== drm_exec (7 subtests) ===================
> [11:07:13] [PASSED] sanitycheck
> [11:07:13] [PASSED] test_lock
> [11:07:13] [PASSED] test_lock_unlock
> [11:07:13] [PASSED] test_duplicates
> [11:07:13] [PASSED] test_prepare
> [11:07:13] [PASSED] test_prepare_array
> [11:07:13] [PASSED] test_multiple_loops
> [11:07:13] ==================== [PASSED] drm_exec =====================
> [11:07:13] =========== drm_format_helper_test (17 subtests) ===========
> [11:07:13] ============== drm_test_fb_xrgb8888_to_gray8  ==============
> [11:07:13] [PASSED] single_pixel_source_buffer
> [11:07:13] [PASSED] single_pixel_clip_rectangle
> [11:07:13] [PASSED] well_known_colors
> [11:07:13] [PASSED] destination_pitch
> [11:07:13] ========== [PASSED] drm_test_fb_xrgb8888_to_gray8 ==========
> [11:07:13] ============= drm_test_fb_xrgb8888_to_rgb332  ==============
> [11:07:13] [PASSED] single_pixel_source_buffer
> [11:07:13] [PASSED] single_pixel_clip_rectangle
> [11:07:13] [PASSED] well_known_colors
> [11:07:13] [PASSED] destination_pitch
> [11:07:13] ========= [PASSED] drm_test_fb_xrgb8888_to_rgb332 ==========
> [11:07:13] ============= drm_test_fb_xrgb8888_to_rgb565  ==============
> [11:07:13] [PASSED] single_pixel_source_buffer
> [11:07:13] [PASSED] single_pixel_clip_rectangle
> [11:07:13] [PASSED] well_known_colors
> [11:07:13] [PASSED] destination_pitch
> [11:07:13] ========= [PASSED] drm_test_fb_xrgb8888_to_rgb565 ==========
> [11:07:13] ============ drm_test_fb_xrgb8888_to_xrgb1555  =============
> [11:07:13] [PASSED] single_pixel_source_buffer
> [11:07:13] [PASSED] single_pixel_clip_rectangle
> [11:07:13] [PASSED] well_known_colors
> [11:07:13] [PASSED] destination_pitch
> [11:07:13] ======== [PASSED] drm_test_fb_xrgb8888_to_xrgb1555 =========
> [11:07:13] ============ drm_test_fb_xrgb8888_to_argb1555  =============
> [11:07:13] [PASSED] single_pixel_source_buffer
> [11:07:13] [PASSED] single_pixel_clip_rectangle
> [11:07:13] [PASSED] well_known_colors
> [11:07:13] [PASSED] destination_pitch
> [11:07:13] ======== [PASSED] drm_test_fb_xrgb8888_to_argb1555 =========
> [11:07:13] ============ drm_test_fb_xrgb8888_to_rgba5551  =============
> [11:07:13] [PASSED] single_pixel_source_buffer
> [11:07:13] [PASSED] single_pixel_clip_rectangle
> [11:07:13] [PASSED] well_known_colors
> [11:07:13] [PASSED] destination_pitch
> [11:07:13] ======== [PASSED] drm_test_fb_xrgb8888_to_rgba5551 =========
> [11:07:13] ============= drm_test_fb_xrgb8888_to_rgb888  ==============
> [11:07:13] [PASSED] single_pixel_source_buffer
> [11:07:13] [PASSED] single_pixel_clip_rectangle
> [11:07:13] [PASSED] well_known_colors
> [11:07:13] [PASSED] destination_pitch
> [11:07:13] ========= [PASSED] drm_test_fb_xrgb8888_to_rgb888 ==========
> [11:07:13] ============ drm_test_fb_xrgb8888_to_argb8888  =============
> [11:07:13] [PASSED] single_pixel_source_buffer
> [11:07:13] [PASSED] single_pixel_clip_rectangle
> [11:07:13] [PASSED] well_known_colors
> [11:07:13] [PASSED] destination_pitch
> [11:07:13] ======== [PASSED] drm_test_fb_xrgb8888_to_argb8888 =========
> [11:07:13] =========== drm_test_fb_xrgb8888_to_xrgb2101010  ===========
> [11:07:13] [PASSED] single_pixel_source_buffer
> [11:07:13] [PASSED] single_pixel_clip_rectangle
> [11:07:13] [PASSED] well_known_colors
> [11:07:13] [PASSED] destination_pitch
> [11:07:13] ======= [PASSED] drm_test_fb_xrgb8888_to_xrgb2101010 =======
> [11:07:13] =========== drm_test_fb_xrgb8888_to_argb2101010  ===========
> [11:07:13] [PASSED] single_pixel_source_buffer
> [11:07:13] [PASSED] single_pixel_clip_rectangle
> [11:07:13] [PASSED] well_known_colors
> [11:07:13] [PASSED] destination_pitch
> [11:07:13] ======= [PASSED] drm_test_fb_xrgb8888_to_argb2101010 =======
> [11:07:13] ============== drm_test_fb_xrgb8888_to_mono  ===============
> [11:07:13] [PASSED] single_pixel_source_buffer
> [11:07:13] [PASSED] single_pixel_clip_rectangle
> [11:07:13] [PASSED] well_known_colors
> [11:07:13] [PASSED] destination_pitch
> [11:07:13] ========== [PASSED] drm_test_fb_xrgb8888_to_mono ===========
> [11:07:13] ==================== drm_test_fb_swab  =====================
> [11:07:13] [PASSED] single_pixel_source_buffer
> [11:07:13] [PASSED] single_pixel_clip_rectangle
> [11:07:13] [PASSED] well_known_colors
> [11:07:13] [PASSED] destination_pitch
> [11:07:13] ================ [PASSED] drm_test_fb_swab =================
> [11:07:13] ============ drm_test_fb_xrgb8888_to_xbgr8888  =============
> [11:07:13] [PASSED] single_pixel_source_buffer
> [11:07:13] [PASSED] single_pixel_clip_rectangle
> [11:07:13] [PASSED] well_known_colors
> [11:07:13] [PASSED] destination_pitch
> [11:07:13] ======== [PASSED] drm_test_fb_xrgb8888_to_xbgr8888 =========
> [11:07:13] ============ drm_test_fb_xrgb8888_to_abgr8888  =============
> [11:07:13] [PASSED] single_pixel_source_buffer
> [11:07:13] [PASSED] single_pixel_clip_rectangle
> [11:07:13] [PASSED] well_known_colors
> [11:07:13] [PASSED] destination_pitch
> [11:07:13] ======== [PASSED] drm_test_fb_xrgb8888_to_abgr8888 =========
> [11:07:13] ================= drm_test_fb_clip_offset  =================
> [11:07:13] [PASSED] pass through
> [11:07:13] [PASSED] horizontal offset
> [11:07:13] [PASSED] vertical offset
> [11:07:13] [PASSED] horizontal and vertical offset
> [11:07:13] [PASSED] horizontal offset (custom pitch)
> [11:07:13] [PASSED] vertical offset (custom pitch)
> [11:07:13] [PASSED] horizontal and vertical offset (custom pitch)
> [11:07:13] ============= [PASSED] drm_test_fb_clip_offset =============
> [11:07:13] ============== drm_test_fb_build_fourcc_list  ==============
> [11:07:13] [PASSED] no native formats
> [11:07:13] [PASSED] XRGB8888 as native format
> [11:07:13] [PASSED] remove duplicates
> [11:07:13] [PASSED] convert alpha formats
> [11:07:13] [PASSED] random formats
> [11:07:13] ========== [PASSED] drm_test_fb_build_fourcc_list ==========
> [11:07:13] =================== drm_test_fb_memcpy  ====================
> [11:07:13] [PASSED] single_pixel_source_buffer: XR24 little-endian (0x34325258)
> [11:07:13] [PASSED] single_pixel_source_buffer: XRA8 little-endian (0x38415258)
> [11:07:13] [PASSED] single_pixel_source_buffer: YU24 little-endian (0x34325559)
> [11:07:13] [PASSED] single_pixel_clip_rectangle: XB24 little-endian (0x34324258)
> [11:07:13] [PASSED] single_pixel_clip_rectangle: XRA8 little-endian (0x38415258)
> [11:07:13] [PASSED] single_pixel_clip_rectangle: YU24 little-endian (0x34325559)
> [11:07:13] [PASSED] well_known_colors: XB24 little-endian (0x34324258)
> [11:07:13] [PASSED] well_known_colors: XRA8 little-endian (0x38415258)
> [11:07:13] [PASSED] well_known_colors: YU24 little-endian (0x34325559)
> [11:07:13] [PASSED] destination_pitch: XB24 little-endian (0x34324258)
> [11:07:13] [PASSED] destination_pitch: XRA8 little-endian (0x38415258)
> [11:07:13] [PASSED] destination_pitch: YU24 little-endian (0x34325559)
> [11:07:13] =============== [PASSED] drm_test_fb_memcpy ================
> [11:07:13] ============= [PASSED] drm_format_helper_test ==============
> [11:07:13] ================= drm_format (18 subtests) =================
> [11:07:13] [PASSED] drm_test_format_block_width_invalid
> [11:07:13] [PASSED] drm_test_format_block_width_one_plane
> [11:07:13] [PASSED] drm_test_format_block_width_two_plane
> [11:07:13] [PASSED] drm_test_format_block_width_three_plane
> [11:07:13] [PASSED] drm_test_format_block_width_tiled
> [11:07:13] [PASSED] drm_test_format_block_height_invalid
> [11:07:13] [PASSED] drm_test_format_block_height_one_plane
> [11:07:13] [PASSED] drm_test_format_block_height_two_plane
> [11:07:13] [PASSED] drm_test_format_block_height_three_plane
> [11:07:13] [PASSED] drm_test_format_block_height_tiled
> [11:07:13] [PASSED] drm_test_format_min_pitch_invalid
> [11:07:13] [PASSED] drm_test_format_min_pitch_one_plane_8bpp
> [11:07:13] [PASSED] drm_test_format_min_pitch_one_plane_16bpp
> [11:07:13] [PASSED] drm_test_format_min_pitch_one_plane_24bpp
> [11:07:13] [PASSED] drm_test_format_min_pitch_one_plane_32bpp
> [11:07:13] [PASSED] drm_test_format_min_pitch_two_plane
> [11:07:13] [PASSED] drm_test_format_min_pitch_three_plane_8bpp
> [11:07:13] [PASSED] drm_test_format_min_pitch_tiled
> [11:07:13] =================== [PASSED] drm_format ====================
> [11:07:13] =============== drm_framebuffer (1 subtest) ================
> [11:07:13] =============== drm_test_framebuffer_create  ===============
> [11:07:13] [PASSED] ABGR8888 normal sizes
> [11:07:13] [PASSED] ABGR8888 max sizes
> [11:07:13] [PASSED] ABGR8888 pitch greater than min required
> [11:07:13] [PASSED] ABGR8888 pitch less than min required
> [11:07:13] [PASSED] ABGR8888 Invalid width
> [11:07:13] [PASSED] ABGR8888 Invalid buffer handle
> [11:07:13] [PASSED] No pixel format
> [11:07:13] [PASSED] ABGR8888 Width 0
> [11:07:13] [PASSED] ABGR8888 Height 0
> [11:07:13] [PASSED] ABGR8888 Out of bound height * pitch combination
> [11:07:13] [PASSED] ABGR8888 Large buffer offset
> [11:07:13] [PASSED] ABGR8888 Set DRM_MODE_FB_MODIFIERS without modifiers
> [11:07:13] [PASSED] ABGR8888 Valid buffer modifier
> [11:07:13] [PASSED] ABGR8888 Invalid buffer modifier(DRM_FORMAT_MOD_SAMSUNG_64_32_TILE)
> [11:07:13] [PASSED] ABGR8888 Extra pitches without DRM_MODE_FB_MODIFIERS
> [11:07:13] [PASSED] ABGR8888 Extra pitches with DRM_MODE_FB_MODIFIERS
> [11:07:13] [PASSED] NV12 Normal sizes
> [11:07:13] [PASSED] NV12 Max sizes
> [11:07:13] [PASSED] NV12 Invalid pitch
> [11:07:13] [PASSED] NV12 Invalid modifier/missing DRM_MODE_FB_MODIFIERS flag
> [11:07:13] [PASSED] NV12 different  modifier per-plane
> [11:07:13] [PASSED] NV12 with DRM_FORMAT_MOD_SAMSUNG_64_32_TILE
> [11:07:13] [PASSED] NV12 Valid modifiers without DRM_MODE_FB_MODIFIERS
> [11:07:13] [PASSED] NV12 Modifier for inexistent plane
> [11:07:13] [PASSED] NV12 Handle for inexistent plane
> [11:07:13] [PASSED] NV12 Handle for inexistent plane without DRM_MODE_FB_MODIFIERS
> [11:07:13] [PASSED] YVU420 DRM_MODE_FB_MODIFIERS set without modifier
> [11:07:13] [PASSED] YVU420 Normal sizes
> [11:07:13] [PASSED] YVU420 Max sizes
> [11:07:13] [PASSED] YVU420 Invalid pitch
> [11:07:13] [PASSED] YVU420 Different pitches
> [11:07:13] [PASSED] YVU420 Different buffer offsets/pitches
> [11:07:13] [PASSED] YVU420 Modifier set just for plane 0, without DRM_MODE_FB_MODIFIERS
> [11:07:13] [PASSED] YVU420 Modifier set just for planes 0, 1, without DRM_MODE_FB_MODIFIERS
> [11:07:13] [PASSED] YVU420 Modifier set just for plane 0, 1, with DRM_MODE_FB_MODIFIERS
> [11:07:13] [PASSED] YVU420 Valid modifier
> [11:07:13] [PASSED] YVU420 Different modifiers per plane
> [11:07:13] [PASSED] YVU420 Modifier for inexistent plane
> [11:07:13] [PASSED] X0L2 Normal sizes
> [11:07:13] [PASSED] X0L2 Max sizes
> [11:07:13] [PASSED] X0L2 Invalid pitch
> [11:07:13] [PASSED] X0L2 Pitch greater than minimum required
> [11:07:13] [PASSED] X0L2 Handle for inexistent plane
> [11:07:13] [PASSED] X0L2 Offset for inexistent plane, without DRM_MODE_FB_MODIFIERS set
> [11:07:13] [PASSED] X0L2 Modifier without DRM_MODE_FB_MODIFIERS set
> [11:07:13] [PASSED] X0L2 Valid modifier
> [11:07:13] [PASSED] X0L2 Modifier for inexistent plane
> [11:07:13] =========== [PASSED] drm_test_framebuffer_create ===========
> [11:07:13] ================= [PASSED] drm_framebuffer =================
> [11:07:13] ================ drm_gem_shmem (8 subtests) ================
> [11:07:13] [PASSED] drm_gem_shmem_test_obj_create
> [11:07:13] [PASSED] drm_gem_shmem_test_obj_create_private
> [11:07:13] [PASSED] drm_gem_shmem_test_pin_pages
> [11:07:13] [PASSED] drm_gem_shmem_test_vmap
> [11:07:13] [PASSED] drm_gem_shmem_test_get_pages_sgt
> [11:07:13] [PASSED] drm_gem_shmem_test_get_sg_table
> [11:07:13] [PASSED] drm_gem_shmem_test_madvise
> [11:07:13] [PASSED] drm_gem_shmem_test_purge
> [11:07:13] ================== [PASSED] drm_gem_shmem ==================
> [11:07:13] ================= drm_managed (2 subtests) =================
> [11:07:13] [PASSED] drm_test_managed_release_action
> [11:07:13] [PASSED] drm_test_managed_run_action
> stty: 'standard input': Inappropriate ioctl for device
> [11:07:13] =================== [PASSED] drm_managed ===================
> [11:07:13] =================== drm_mm (6 subtests) ====================
> [11:07:13] [PASSED] drm_test_mm_init
> [11:07:13] [PASSED] drm_test_mm_debug
> [11:07:13] [PASSED] drm_test_mm_align32
> [11:07:13] [PASSED] drm_test_mm_align64
> [11:07:13] [PASSED] drm_test_mm_lowest
> [11:07:13] [PASSED] drm_test_mm_highest
> [11:07:13] ===================== [PASSED] drm_mm ======================
> [11:07:13] ============= drm_modes_analog_tv (4 subtests) =============
> [11:07:13] [PASSED] drm_test_modes_analog_tv_ntsc_480i
> [11:07:13] [PASSED] drm_test_modes_analog_tv_ntsc_480i_inlined
> [11:07:13] [PASSED] drm_test_modes_analog_tv_pal_576i
> [11:07:13] [PASSED] drm_test_modes_analog_tv_pal_576i_inlined
> [11:07:13] =============== [PASSED] drm_modes_analog_tv ===============
> [11:07:13] ============== drm_plane_helper (2 subtests) ===============
> [11:07:13] =============== drm_test_check_plane_state  ================
> [11:07:13] [PASSED] clipping_simple
> [11:07:13] [PASSED] clipping_rotate_reflect
> [11:07:13] [PASSED] positioning_simple
> [11:07:13] [PASSED] upscaling
> [11:07:13] [PASSED] downscaling
> [11:07:13] [PASSED] rounding1
> [11:07:13] [PASSED] rounding2
> [11:07:13] [PASSED] rounding3
> [11:07:13] [PASSED] rounding4
> [11:07:13] =========== [PASSED] drm_test_check_plane_state ============
> [11:07:13] =========== drm_test_check_invalid_plane_state  ============
> [11:07:13] [PASSED] positioning_invalid
> [11:07:13] [PASSED] upscaling_invalid
> [11:07:13] [PASSED] downscaling_invalid
> [11:07:13] ======= [PASSED] drm_test_check_invalid_plane_state ========
> [11:07:13] ================ [PASSED] drm_plane_helper =================
> [11:07:13] ====== drm_connector_helper_tv_get_modes (1 subtest) =======
> [11:07:13] ====== drm_test_connector_helper_tv_get_modes_check  =======
> [11:07:13] [PASSED] None
> [11:07:13] [PASSED] PAL
> [11:07:13] [PASSED] NTSC
> [11:07:13] [PASSED] Both, NTSC Default
> [11:07:13] [PASSED] Both, PAL Default
> [11:07:13] [PASSED] Both, NTSC Default, with PAL on command-line
> [11:07:13] [PASSED] Both, PAL Default, with NTSC on command-line
> [11:07:13] == [PASSED] drm_test_connector_helper_tv_get_modes_check ===
> [11:07:13] ======== [PASSED] drm_connector_helper_tv_get_modes ========
> [11:07:13] ================== drm_rect (9 subtests) ===================
> [11:07:13] [PASSED] drm_test_rect_clip_scaled_div_by_zero
> [11:07:13] [PASSED] drm_test_rect_clip_scaled_not_clipped
> [11:07:13] [PASSED] drm_test_rect_clip_scaled_clipped
> [11:07:13] [PASSED] drm_test_rect_clip_scaled_signed_vs_unsigned
> [11:07:13] ================= drm_test_rect_intersect  =================
> [11:07:13] [PASSED] top-left x bottom-right: 2x2+1+1 x 2x2+0+0
> [11:07:13] [PASSED] top-right x bottom-left: 2x2+0+0 x 2x2+1-1
> [11:07:13] [PASSED] bottom-left x top-right: 2x2+1-1 x 2x2+0+0
> [11:07:13] [PASSED] bottom-right x top-left: 2x2+0+0 x 2x2+1+1
> [11:07:13] [PASSED] right x left: 2x1+0+0 x 3x1+1+0
> [11:07:13] [PASSED] left x right: 3x1+1+0 x 2x1+0+0
> [11:07:13] [PASSED] up x bottom: 1x2+0+0 x 1x3+0-1
> [11:07:13] [PASSED] bottom x up: 1x3+0-1 x 1x2+0+0
> [11:07:13] [PASSED] touching corner: 1x1+0+0 x 2x2+1+1
> [11:07:13] [PASSED] touching side: 1x1+0+0 x 1x1+1+0
> [11:07:13] [PASSED] equal rects: 2x2+0+0 x 2x2+0+0
> [11:07:13] [PASSED] inside another: 2x2+0+0 x 1x1+1+1
> [11:07:13] [PASSED] far away: 1x1+0+0 x 1x1+3+6
> [11:07:13] [PASSED] points intersecting: 0x0+5+10 x 0x0+5+10
> [11:07:13] [PASSED] points not intersecting: 0x0+0+0 x 0x0+5+10
> [11:07:13] ============= [PASSED] drm_test_rect_intersect =============
> [11:07:13] ================ drm_test_rect_calc_hscale  ================
> [11:07:13] [PASSED] normal use
> [11:07:13] [PASSED] out of max range
> [11:07:13] [PASSED] out of min range
> [11:07:13] [PASSED] zero dst
> [11:07:13] [PASSED] negative src
> [11:07:13] [PASSED] negative dst
> [11:07:13] ============ [PASSED] drm_test_rect_calc_hscale ============
> [11:07:13] ================ drm_test_rect_calc_vscale  ================
> [11:07:13] [PASSED] normal use
> [11:07:13] [PASSED] out of max range
> [11:07:13] [PASSED] out of min range
> [11:07:13] [PASSED] zero dst
> [11:07:13] [PASSED] negative src
> [11:07:13] [PASSED] negative dst
> [11:07:13] ============ [PASSED] drm_test_rect_calc_vscale ============
> [11:07:13] ================== drm_test_rect_rotate  ===================
> [11:07:13] [PASSED] reflect-x
> [11:07:13] [PASSED] reflect-y
> [11:07:13] [PASSED] rotate-0
> [11:07:13] [PASSED] rotate-90
> [11:07:13] [PASSED] rotate-180
> [11:07:13] [PASSED] rotate-270
> [11:07:13] ============== [PASSED] drm_test_rect_rotate ===============
> [11:07:13] ================ drm_test_rect_rotate_inv  =================
> [11:07:13] [PASSED] reflect-x
> [11:07:13] [PASSED] reflect-y
> [11:07:13] [PASSED] rotate-0
> [11:07:13] [PASSED] rotate-90
> [11:07:13] [PASSED] rotate-180
> [11:07:13] [PASSED] rotate-270
> [11:07:13] ============ [PASSED] drm_test_rect_rotate_inv =============
> [11:07:13] ==================== [PASSED] drm_rect =====================
> [11:07:13] ============================================================
> [11:07:13] Testing complete. Ran 416 tests: passed: 416
> [11:07:13] Elapsed time: 21.747s total, 1.663s configuring, 19.904s building, 0.176s running
>
> + cleanup
> ++ stat -c %u:%g /kernel
> + chown -R 1003:1003 /kernel
>
>

-- 
Jani Nikula, Intel


More information about the Intel-xe mailing list