Trying 192.168.56.33... Connected to conserv4. Escape character is '^]'. ser2net port telnet,3003 device serialdev, /dev/serial/by-path/platform-fd500000.pcie-pci-0000:01:00.0-usb-0:1.2.1.4:1.0-port0, 115200n81, local=false [,115200N81] (Debian GNU/Linux) U-Boot 2024.01 (Jan 15 2024 - 02:22:14 +0000) DRAM: 948 MiB (effective 1.9 GiB) RPI 4 Model B (0xb03115) Core: 211 devices, 16 uclasses, devicetree: board MMC: mmcnr@7e300000: 1, mmc@7e340000: 0 Loading Environment from FAT... Unable to read "uboot.env" from mmc0:1... In: serial,usbkbd Out: serial,vidconsole Err: serial,vidconsole Net: eth0: ethernet@7d580000 PCIe BRCM: link up, 5.0 Gbps x1 (SSC) starting USB... Bus xhci_pci: Register 5000420 NbrPorts 5 Starting the controller USB XHCI 1.00 scanning bus xhci_pci for devices... 2 USB Device(s) found scanning usb for storage devices... 0 Storage Device(s) found Hit any key to stop autoboot: 2  0 U-Boot> setenv autoload no setenv autoload no U-Boot> setenv initrd_high 0xffffffff setenv initrd_high 0xffffffff U-Boot> setenv fdt_high 0xffffffff setenv fdt_high 0xffffffff U-Boot> dhcp dhcp ethernet@7d580000 Waiting for PHY auto negotiation to complete.... done BOOTP broadcast 1 BOOTP broadcast 2 BOOTP broadcast 3 DHCP client bound to address 192.168.6.13 (780 ms) U-Boot> setenv serverip 192.168.6.2 setenv serverip 192.168.6.2 U-Boot> tftp 0x00080000 913164/tftp-deploy-4bpx5jpa/kernel/Image tftp 0x00080000 913164/tftp-deploy-4bpx5jpa/kernel/Image Using ethernet@7d580000 device TFTP from server 192.168.6.2; our IP address is 192.168.6.13 Filename '913164/tftp-deploy-4bpx5jpa/kernel/Image'. Load address: 0x80000 Loading: *################################################## 43.8 MiB 12.3 MiB/s done Bytes transferred = 45906432 (2bc7a00 hex) U-Boot> tftp 0x06700000 913164/tftp-deploy-4bpx5jpa/ramdisk/ramdisk.cpio.gz.uboot tftp 0x06700000 913164/tftp-deploy-4bpx5jpa/ramdisk/ramdisk.cpio.gz.uboot Using ethernet@7d580000 device TFTP from server 192.168.6.2; our IP address is 192.168.6.13 Filename '913164/tftp-deploy-4bpx5jpa/ramdisk/ramdisk.cpio.gz.uboot'. Load address: 0x6700000 Loading: *################T ################################## 62.7 MiB 5.7 MiB/s done Bytes transferred = 65727479 (3eaebf7 hex) U-Boot> setenv initrd_size ${filesize} setenv initrd_size ${filesize} U-Boot> tftp 0x06400000 913164/tftp-deploy-4bpx5jpa/dtb/bcm2711-rpi-4-b.dtb tftp 0x06400000 913164/tftp-deploy-4bpx5jpa/dtb/bcm2711-rpi-4-b.dtb Using ethernet@7d580000 device TFTP from server 192.168.6.2; our IP address is 192.168.6.13 Filename '913164/tftp-deploy-4bpx5jpa/dtb/bcm2711-rpi-4-b.dtb'. Load address: 0x6400000 Loading: *################################################## 38.8 KiB 5.4 MiB/s done Bytes transferred = 39698 (9b12 hex) U-Boot> setenv bootargs 'console=ttyS1,115200n8 root=/dev/ram0 console_msg_format=syslog earlycon deferred_probe_timeout=60 ip=dhcp' setenv bootargs 'console=ttyS1,115200n8 root=/dev/ram0 console_msg_format=syslog earlycon deferred_probe_timeout=60 ip=dhcp' U-Boot> booti 0x00080000 0x06700000 0x06400000 booti 0x00080000 0x06700000 0x06400000 Moving Image from 0x80000 to 0x200000, end=2ea0000 ## Loading init Ramdisk from Legacy Image at 06700000 ... Image Name: Image Type: AArch64 Linux RAMDisk Image (uncompressed) Data Size: 65727415 Bytes = 62.7 MiB Load Address: 00000000 Entry Point: 00000000 Verifying Checksum ... OK ## Flattened Device Tree blob at 06400000 Booting using the fdt blob at 0x6400000 Working FDT set to 6400000 Loading Ramdisk to 36079000, end 39f27bb7 ... OK Loading Device Tree to 000000003606c000, end 0000000036078b11 ... OK Working FDT set to 3606c000 Starting kernel ... [ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd083] [ 0.000000] Linux version 6.12.0-rc5-next-20241030 (KernelCI@build-j357129-arm64-gcc-12-defconfig-z772r) (aarch64-linux-gnu-gcc (Debian 12.2.0-14) 12.2.0, GNU ld (GNU Binutils for Debian) 2.40) #1 SMP PREEMPT Wed Oct 30 10:38:14 UTC 2024 [ 0.000000] KASLR enabled [ 0.000000] Machine model: Raspberry Pi 4 Model B Rev 1.5 [ 0.000000] efi: UEFI not found. [ 0.000000] Reserved memory: created CMA memory pool at 0x0000000032000000, size 64 MiB [ 0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool [ 0.000000] OF: reserved mem: 0x0000000032000000..0x0000000035ffffff (65536 KiB) map reusable linux,cma [ 0.000000] earlycon: bcm2835aux0 at MMIO32 0x00000000fe215040 (options '115200n8') [ 0.000000] printk: legacy bootconsole [bcm2835aux0] enabled [ 0.000000] OF: reserved mem: 0x000000003ef64040..0x000000003ef64075 (0 KiB) nomap non-reusable nvram@0 [ 0.000000] NUMA: Faking a node at [mem 0x0000000000000000-0x000000007fffffff] [ 0.000000] NODE_DATA(0) allocated [mem 0x7fbf4540-0x7fbf6b7f] [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000000000-0x000000003fffffff] [ 0.000000] DMA32 [mem 0x0000000040000000-0x000000007fffffff] [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000000000-0x000000003b3fffff] [ 0.000000] node 0: [mem 0x0000000040000000-0x000000007fffffff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x000000007fffffff] [ 0.000000] On node 0, zone DMA32: 19456 pages in unavailable ranges [ 0.000000] percpu: Embedded 25 pages/cpu s61784 r8192 d32424 u102400 [ 0.000000] Detected PIPT I-cache on CPU0 [ 0.000000] CPU features: detected: Spectre-v2 [ 0.000000] CPU features: detected: Spectre-v3a [ 0.000000] CPU features: detected: Spectre-v4 [ 0.000000] CPU features: detected: Spectre-BHB [ 0.000000] CPU features: kernel page table isolation forced ON by KASLR [ 0.000000] CPU features: detected: Kernel page table isolation (KPTI) [ 0.000000] CPU features: detected: ARM erratum 1742098 [ 0.000000] CPU features: detected: ARM errata 1165522, 1319367, or 1530923 [ 0.000000] alternatives: applying boot alternatives [ 0.000000] Kernel command line: console=ttyS1,115200n8 root=/dev/ram0 console_msg_format=syslog earlycon deferred_probe_timeout=60 ip=dhcp <6>[ 0.000000] printk: log buffer data + meta data: 131072 + 458752 = 589824 bytes <6>[ 0.000000] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes, linear) <6>[ 0.000000] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear) <6>[ 0.000000] Fallback order for Node 0: 0 <6>[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 504832 <6>[ 0.000000] Policy zone: DMA32 <6>[ 0.000000] mem auto-init: stack:all(zero), heap alloc:off, heap free:off <6>[ 0.000000] software IO TLB: area num 4. <6>[ 0.000000] software IO TLB: mapped [mem 0x000000002e000000-0x0000000032000000] (64MB) <6>[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1 <6>[ 0.000000] rcu: Preemptible hierarchical RCU implementation. <6>[ 0.000000] rcu: RCU event tracing is enabled. <6>[ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=4. <6>[ 0.000000] Trampoline variant of Tasks RCU enabled. <6>[ 0.000000] Tracing variant of Tasks RCU enabled. <6>[ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies. <6>[ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4 <6>[ 0.000000] RCU Tasks: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=4. <6>[ 0.000000] RCU Tasks Trace: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=4. <6>[ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0 <6>[ 0.000000] Root IRQ handler: gic_handle_irq <6>[ 0.000000] GIC: Using split EOI/Deactivate mode <6>[ 0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention. <6>[ 0.000000] arch_timer: cp15 timer(s) running at 54.00MHz (phys). <6>[ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0xc743ce346, max_idle_ns: 440795203123 ns <6>[ 0.000001] sched_clock: 56 bits at 54MHz, resolution 18ns, wraps every 4398046511102ns <6>[ 0.008903] Console: colour dummy device 80x25 <6>[ 0.013777] Calibrating delay loop (skipped), value calculated using timer frequency.. 108.00 BogoMIPS (lpj=216000) <6>[ 0.024615] pid_max: default: 32768 minimum: 301 <6>[ 0.029642] LSM: initializing lsm=capability <6>[ 0.034400] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes, linear) <6>[ 0.042180] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes, linear) <6>[ 0.066911] rcu: Hierarchical SRCU implementation. <6>[ 0.072057] rcu: Max phase no-delay instances is 1000. <6>[ 0.077925] Timer migration: 1 hierarchy levels; 8 children per group; 1 crossnode level <6>[ 0.089183] EFI services will not be available. <6>[ 0.094409] smp: Bringing up secondary CPUs ... <6>[ 0.099883] Detected PIPT I-cache on CPU1 <6>[ 0.100003] CPU1: Booted secondary processor 0x0000000001 [0x410fd083] <6>[ 0.100764] Detected PIPT I-cache on CPU2 <6>[ 0.100855] CPU2: Booted secondary processor 0x0000000002 [0x410fd083] <6>[ 0.101578] Detected PIPT I-cache on CPU3 <6>[ 0.101672] CPU3: Booted secondary processor 0x0000000003 [0x410fd083] <6>[ 0.101830] smp: Brought up 1 node, 4 CPUs <6>[ 0.139807] SMP: Total of 4 processors activated. <6>[ 0.144836] CPU: All CPU(s) started at EL2 <6>[ 0.149295] CPU features: detected: 32-bit EL0 Support <6>[ 0.154768] CPU features: detected: 32-bit EL1 Support <6>[ 0.160256] CPU features: detected: CRC32 instructions <6>[ 0.165785] alternatives: applying system-wide alternatives <6>[ 0.173188] Memory: 1731764K/2019328K available (17344K kernel code, 4894K rwdata, 11940K rodata, 10496K init, 744K bss, 217604K reserved, 65536K cma-reserved) <6>[ 0.188715] devtmpfs: initialized <6>[ 0.201137] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns <6>[ 0.211301] futex hash table entries: 1024 (order: 4, 65536 bytes, linear) <6>[ 0.219812] 2G module region forced by RANDOMIZE_MODULE_REGION_FULL <6>[ 0.226485] 0 pages in range for non-PLT usage <6>[ 0.226492] 512864 pages in range for PLT usage <6>[ 0.231531] pinctrl core: initialized pinctrl subsystem <6>[ 0.244370] DMI not present or invalid. <6>[ 0.252348] NET: Registered PF_NETLINK/PF_ROUTE protocol family <6>[ 0.259622] DMA: preallocated 256 KiB GFP_KERNEL pool for atomic allocations <6>[ 0.267150] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations <6>[ 0.275423] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations <6>[ 0.283765] audit: initializing netlink subsys (disabled) <5>[ 0.289714] audit: type=2000 audit(0.180:1): state=initialized audit_enabled=0 res=1 <6>[ 0.291434] thermal_sys: Registered thermal governor 'step_wise' <6>[ 0.297839] thermal_sys: Registered thermal governor 'power_allocator' <6>[ 0.304268] cpuidle: using governor menu <6>[ 0.315618] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers. <6>[ 0.322887] ASID allocator initialised with 32768 entries <6>[ 0.331563] Serial: AMBA PL011 UART driver <6>[ 0.362302] platform fd500000.pcie: Fixed dependency cycle(s) with /scb/pcie@7d500000 <6>[ 0.375679] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages <6>[ 0.382839] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page <6>[ 0.389449] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages <6>[ 0.396582] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page <6>[ 0.403189] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages <6>[ 0.410320] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page <6>[ 0.416926] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages <6>[ 0.424056] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page <6>[ 0.433117] ACPI: Interpreter disabled. <6>[ 0.440668] iommu: Default domain type: Translated <6>[ 0.445810] iommu: DMA domain TLB invalidation policy: strict mode <5>[ 0.452760] SCSI subsystem initialized <6>[ 0.457270] usbcore: registered new interface driver usbfs <6>[ 0.463140] usbcore: registered new interface driver hub <6>[ 0.468819] usbcore: registered new device driver usb <4>[ 0.474413] usb_phy_generic phy: dummy supplies not allowed for exclusive requests (id=vbus) <6>[ 0.484298] pps_core: LinuxPPS API ver. 1 registered <6>[ 0.489605] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <6>[ 0.499127] PTP clock support registered <6>[ 0.503518] EDAC MC: Ver: 3.0.0 <6>[ 0.507523] scmi_core: SCMI protocol bus registered <6>[ 0.513985] FPGA manager framework <6>[ 0.517814] Advanced Linux Sound Architecture Driver Initialized. <6>[ 0.525401] vgaarb: loaded <6>[ 0.528881] clocksource: Switched to clocksource arch_sys_counter <5>[ 0.535647] VFS: Disk quotas dquot_6.6.0 <6>[ 0.539921] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) <6>[ 0.547447] pnp: PnP ACPI: disabled <6>[ 0.561555] NET: Registered PF_INET protocol family <6>[ 0.567085] IP idents hash table entries: 32768 (order: 6, 262144 bytes, linear) <6>[ 0.577209] tcp_listen_portaddr_hash hash table entries: 1024 (order: 2, 16384 bytes, linear) <6>[ 0.586183] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear) <6>[ 0.594311] TCP established hash table entries: 16384 (order: 5, 131072 bytes, linear) <6>[ 0.602685] TCP bind hash table entries: 16384 (order: 7, 524288 bytes, linear) <6>[ 0.610828] TCP: Hash tables configured (established 16384 bind 16384) <6>[ 0.617869] UDP hash table entries: 1024 (order: 3, 32768 bytes, linear) <6>[ 0.624959] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes, linear) <6>[ 0.632600] NET: Registered PF_UNIX/PF_LOCAL protocol family <6>[ 0.639153] RPC: Registered named UNIX socket transport module. <6>[ 0.645431] RPC: Registered udp transport module. <6>[ 0.650459] RPC: Registered tcp transport module. <6>[ 0.655485] RPC: Registered tcp-with-tls transport module. <6>[ 0.661302] RPC: Registered tcp NFSv4.1 backchannel transport module. <6>[ 0.668097] PCI: CLS 0 bytes, default 64 <6>[ 0.672642] Unpacking initramfs... <6>[ 0.681434] kvm [1]: nv: 554 coarse grained trap handlers <6>[ 0.687718] kvm [1]: IPA Size Limit: 44 bits <6>[ 0.695189] kvm [1]: vgic interrupt IRQ9 <6>[ 0.699488] kvm [1]: Hyp nVHE mode initialized successfully <5>[ 0.707266] Initialise system trusted keyrings <6>[ 0.712398] workingset: timestamp_bits=42 max_order=19 bucket_order=0 <6>[ 0.719642] squashfs: version 4.0 (2009/01/31) Phillip Lougher <5>[ 0.726272] NFS: Registering the id_resolver key type <5>[ 0.731716] Key type id_resolver registered <5>[ 0.736240] Key type id_legacy registered <6>[ 0.740616] nfs4filelayout_init: NFSv4 File Layout Driver Registering... <6>[ 0.747676] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering... <6>[ 0.755715] 9p: Installing v9fs 9p2000 file system support <5>[ 0.823968] Key type asymmetric registered <5>[ 0.828413] Asymmetric key parser 'x509' registered <6>[ 0.833722] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245) <6>[ 0.841481] io scheduler mq-deadline registered <6>[ 0.846332] io scheduler kyber registered <6>[ 0.850713] io scheduler bfq registered <6>[ 0.856183] irq_brcmstb_l2: registered L2 intc (/soc/interrupt-controller@7ef00100, parent irq: 14) <6>[ 0.876322] pinctrl-bcm2835 fe200000.gpio: GPIO_OUT persistence: no <6>[ 5.607505] Freeing initrd memory: 64184K <6>[ 5.620976] ledtrig-cpu: registered to indicate activity on CPUs <6>[ 5.675415] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled <6>[ 5.685178] printk: legacy console [ttyS1] disabled <6>[ 5.690789] fe215040.serial: ttyS1 at MMIO 0xfe215040 (irq = 25, base_baud = 62499999) is a 16550 <6>[ 5.700114] printk: legacy console [ttyS1] enabled <6>[ 5.700114] printk: legacy console [ttyS1] enabled <6>[ 5.710417] printk: legacy bootconsole [bcm2835aux0] disabled <6>[ 5.710417] printk: legacy bootconsole [bcm2835aux0] disabled <6>[ 5.727618] msm_serial: driver initialized <6>[ 5.732550] SuperH (H)SCI(F) driver initialized <6>[ 5.737669] STM32 USART driver initialized <6>[ 5.744083] iproc-rng200 fe104000.rng: hwrng registered <5>[ 5.744139] random: crng init done <6>[ 5.759967] loop: module loaded <6>[ 5.765117] bcm2835-power bcm2835-power: Broadcom BCM2835 power domains driver <6>[ 5.774150] megasas: 07.727.03.00-rc1 <6>[ 5.787572] tun: Universal TUN/TAP device driver, 1.6 <6>[ 5.794358] thunder_xcv, ver 1.0 <6>[ 5.797974] thunder_bgx, ver 1.0 <6>[ 5.801568] nicpf, ver 1.0 <6>[ 5.806284] hns3: Hisilicon Ethernet Network Driver for Hip08 Family - version <6>[ 5.813907] hns3: Copyright (c) 2017 Huawei Corporation. <6>[ 5.819621] hclge is initializing <6>[ 5.823298] e1000: Intel(R) PRO/1000 Network Driver <6>[ 5.828527] e1000: Copyright (c) 1999-2006 Intel Corporation. <6>[ 5.834667] e1000e: Intel(R) PRO/1000 Network Driver <6>[ 5.839981] e1000e: Copyright(c) 1999 - 2015 Intel Corporation. <6>[ 5.846290] igb: Intel(R) Gigabit Ethernet Network Driver <6>[ 5.852044] igb: Copyright (c) 2007-2014 Intel Corporation. <6>[ 5.858001] igbvf: Intel(R) Gigabit Virtual Function Network Driver <6>[ 5.864636] igbvf: Copyright (c) 2009 - 2012 Intel Corporation. <6>[ 5.871370] sky2: driver version 1.30 <6>[ 5.877371] VFIO - User Level meta-driver version: 0.3 <6>[ 5.887015] usbcore: registered new interface driver usb-storage <6>[ 5.897712] i2c_dev: i2c /dev entries driver <6>[ 5.905281] brcmstb-i2c fef04500.i2c: @97500hz registered in polling mode <6>[ 5.912990] brcmstb-i2c fef09500.i2c: @97500hz registered in polling mode <6>[ 5.925422] bcm2835-wdt bcm2835-wdt: Broadcom BCM2835 watchdog timer <6>[ 5.935675] sdhci: Secure Digital Host Controller Interface driver <6>[ 5.942308] sdhci: Copyright(c) Pierre Ossman <6>[ 5.948064] Synopsys Designware Multimedia Card Interface Driver <6>[ 5.955824] sdhci-pltfm: SDHCI platform and OF driver helper <6>[ 5.966953] usbcore: registered new interface driver usbhid <6>[ 5.972921] usbhid: USB HID core driver <6>[ 5.978583] bcm2835-mbox fe00b880.mailbox: mailbox enabled <6>[ 5.988362] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 (0,8000003f) counters available <6>[ 6.005675] NET: Registered PF_PACKET protocol family <6>[ 6.011195] 9pnet: Installing 9P2000 support <5>[ 6.015890] Key type dns_resolver registered <6>[ 6.033881] registered taskstats version 1 <5>[ 6.038526] Loading compiled-in X.509 certificates <6>[ 6.054406] Demotion targets for Node 0: null <6>[ 6.065381] fe201000.serial: ttyAMA0 at MMIO 0xfe201000 (irq = 32, base_baud = 0) is a PL011 rev2 <6>[ 6.074951] serial serial0: tty port ttyAMA0 registered <6>[ 6.088571] raspberrypi-firmware soc:firmware: Attached to firmware from 2023-10-17T15:39:16 <4>[ 6.109612] dwc2 fe980000.usb: supply vusb_d not found, using dummy regulator <4>[ 6.117355] dwc2 fe980000.usb: supply vusb_a not found, using dummy regulator <6>[ 6.225509] dwc2 fe980000.usb: EPs: 8, dedicated fifos, 4080 entries in SPRAM <6>[ 6.292965] mmc0: SDHCI controller on fe340000.mmc [fe340000.mmc] using ADMA <6>[ 6.411342] mmc0: new UHS-I speed DDR50 SDXC card at address aaaa <6>[ 6.418576] mmcblk0: mmc0:aaaa SD256 238 GiB <6>[ 6.425343] mmcblk0: p1 p2 <6>[ 18.588983] clk: Disabling unused clocks <6>[ 18.593310] PM: genpd: Disabling unused power domains <6>[ 18.598770] ALSA device list: <6>[ 18.602103] No soundcards found. <6>[ 18.614641] Freeing unused kernel memory: 10496K <6>[ 18.619742] Run /init as init process <30>[ 18.657360] systemd[1]: System time before build time, advancing clock. <6>[ 18.678850] NET: Registered PF_INET6 protocol family <6>[ 18.685318] Segment Routing with IPv6 <6>[ 18.689451] In-situ OAM (IOAM) with IPv6 <30>[ 18.713171] systemd[1]: systemd 252.22-1~deb12u1 running in system mode (+PAM +AUDIT +SELINUX +APPARMOR +IMA +SMACK +SECCOMP +GCRYPT -GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD -BPF_FRAMEWORK -XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified) <30>[ 18.746765] systemd[1]: Detected architecture arm64. Welcome to [1mDebian GNU/Linux 12 (bookworm)[0m! <30>[ 18.765356] systemd[1]: Hostname set to . <30>[ 19.087406] systemd[1]: Queued start job for default target graphical.target. <30>[ 19.125389] systemd[1]: Created slice system-getty.slice - Slice /system/getty. [[0;32m OK [0m] Created slice [0;1;39msystem-getty.slice[0m - Slice /system/getty. <30>[ 19.150682] systemd[1]: Created slice system-modprobe.slice - Slice /system/modprobe. [[0;32m OK [0m] Created slice [0;1;39msystem-modpr…lice[0m - Slice /system/modprobe. <30>[ 19.174747] systemd[1]: Created slice system-serial\x2dgetty.slice - Slice /system/serial-getty. [[0;32m OK [0m] Created slice [0;1;39msystem-seria…[0m - Slice /system/serial-getty. <30>[ 19.198395] systemd[1]: Created slice user.slice - User and Session Slice. [[0;32m OK [0m] Created slice [0;1;39muser.slice[0m - User and Session Slice. <30>[ 19.221365] systemd[1]: Started systemd-ask-password-console.path - Dispatch Password Requests to Console Directory Watch. [[0;32m OK [0m] Started [0;1;39msystemd-ask-passwo…quests to Console Directory Watch. <30>[ 19.245265] systemd[1]: Started systemd-ask-password-wall.path - Forward Password Requests to Wall Directory Watch. [[0;32m OK [0m] Started [0;1;39msystemd-ask-passwo… Requests to Wall Directory Watch. <30>[ 19.269128] systemd[1]: proc-sys-fs-binfmt_misc.automount - Arbitrary Executable File Formats File System Automount Point was skipped because of an unmet condition check (ConditionPathExists=/proc/sys/fs/binfmt_misc). <30>[ 19.289220] systemd[1]: Expecting device dev-ttyS1.device - /dev/ttyS1... Expecting device [0;1;39mdev-ttyS1.device[0m - /dev/ttyS1... <30>[ 19.309050] systemd[1]: Reached target cryptsetup.target - Local Encrypted Volumes. [[0;32m OK [0m] Reached target [0;1;39mcryptsetup.…get[0m - Local Encrypted Volumes. <30>[ 19.333104] systemd[1]: Reached target integritysetup.target - Local Integrity Protected Volumes. [[0;32m OK [0m] Reached target [0;1;39mintegrityse…Local Integrity Protected Volumes. <30>[ 19.357112] systemd[1]: Reached target paths.target - Path Units. [[0;32m OK [0m] Reached target [0;1;39mpaths.target[0m - Path Units. <30>[ 19.377073] systemd[1]: Reached target remote-fs.target - Remote File Systems. [[0;32m OK [0m] Reached target [0;1;39mremote-fs.target[0m - Remote File Systems. <30>[ 19.397049] systemd[1]: Reached target slices.target - Slice Units. [[0;32m OK [0m] Reached target [0;1;39mslices.target[0m - Slice Units. <30>[ 19.417081] systemd[1]: Reached target swap.target - Swaps. [[0;32m OK [0m] Reached target [0;1;39mswap.target[0m - Swaps. <30>[ 19.433094] systemd[1]: Reached target veritysetup.target - Local Verity Protected Volumes. [[0;32m OK [0m] Reached target [0;1;39mveritysetup… - Local Verity Protected Volumes. <30>[ 19.457385] systemd[1]: Listening on systemd-initctl.socket - initctl Compatibility Named Pipe. [[0;32m OK [0m] Listening on [0;1;39msystemd-initc… initctl Compatibility Named Pipe. <30>[ 19.482145] systemd[1]: Listening on systemd-journald-audit.socket - Journal Audit Socket. [[0;32m OK [0m] Listening on [0;1;39msystemd-journ…socket[0m - Journal Audit Socket. <30>[ 19.509640] systemd[1]: Listening on systemd-journald-dev-log.socket - Journal Socket (/dev/log). [[0;32m OK [0m] Listening on [0;1;39msystemd-journ…t[0m - Journal Socket (/dev/log). <30>[ 19.533606] systemd[1]: Listening on systemd-journald.socket - Journal Socket. [[0;32m OK [0m] Listening on [0;1;39msystemd-journald.socket[0m - Journal Socket. <30>[ 19.557660] systemd[1]: Listening on systemd-udevd-control.socket - udev Control Socket. [[0;32m OK [0m] Listening on [0;1;39msystemd-udevd….socket[0m - udev Control Socket. <30>[ 19.581500] systemd[1]: Listening on systemd-udevd-kernel.socket - udev Kernel Socket. [[0;32m OK [0m] Listening on [0;1;39msystemd-udevd…l.socket[0m - udev Kernel Socket. <30>[ 19.645247] systemd[1]: Mounting dev-hugepages.mount - Huge Pages File System... Mounting [0;1;39mdev-hugepages.mount[0m - Huge Pages File System... <30>[ 19.669464] systemd[1]: Mounting dev-mqueue.mount - POSIX Message Queue File System... Mounting [0;1;39mdev-mqueue.mount…POSIX Message Queue File System... <30>[ 19.697557] systemd[1]: Mounting sys-kernel-debug.mount - Kernel Debug File System... Mounting [0;1;39msys-kernel-debug.…[0m - Kernel Debug File System... <30>[ 19.721495] systemd[1]: sys-kernel-tracing.mount - Kernel Trace File System was skipped because of an unmet condition check (ConditionPathExists=/sys/kernel/tracing). <30>[ 19.741973] systemd[1]: Starting kmod-static-nodes.service - Create List of Static Device Nodes... Starting [0;1;39mkmod-static-nodes…ate List of Static Device Nodes... <30>[ 19.769883] systemd[1]: Starting modprobe@configfs.service - Load Kernel Module configfs... Starting [0;1;39mmodprobe@configfs…m - Load Kernel Module configfs... <30>[ 19.798013] systemd[1]: Starting modprobe@dm_mod.service - Load Kernel Module dm_mod... Starting [0;1;39mmodprobe@dm_mod.s…[0m - Load Kernel Module dm_mod... <6>[ 19.814370] device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@lists.linux.dev <30>[ 19.828980] systemd[1]: Starting modprobe@drm.service - Load Kernel Module drm... Starting [0;1;39mmodprobe@drm.service[0m - Load Kernel Module drm... <30>[ 19.854915] systemd[1]: Starting modprobe@efi_pstore.service - Load Kernel Module efi_pstore... Starting [0;1;39mmodprobe@efi_psto…- Load Kernel Module efi_pstore... <30>[ 19.881963] systemd[1]: Starting modprobe@loop.service - Load Kernel Module loop... Starting [0;1;39mmodprobe@loop.ser…e[0m - Load Kernel Module loop... <30>[ 19.913490] systemd[1]: Starting systemd-journald.service - Journal Service... Starting [0;1;39msystemd-journald.service[0m - Journal Service... <30>[ 19.938557] systemd[1]: Starting systemd-modules-load.service - Load Kernel Modules... Starting [0;1;39msystemd-modules-l…rvice[0m - Load Kernel Modules... <30>[ 19.966167] systemd[1]: Starting systemd-network-generator.service - Generate network units from Kernel command line... Starting [0;1;39msystemd-network-g… units from Kernel command line... <30>[ 19.998230] systemd[1]: Starting systemd-remount-fs.service - Remount Root and Kernel File Systems... Starting [0;1;39msystemd-remount-f…nt Root and Kernel File Systems... <30>[ 20.053588] systemd[1]: Starting systemd-udev-trigger.service - Coldplug All udev Devices... Starting [0;1;39msystemd-udev-trig…[0m - Coldplug All udev Devices... <30>[ 20.083932] systemd[1]: Started systemd-journald.service - Journal Service. [[0;32m OK [0m] Started [0;1;39msystemd-journald.service[0m - Journal Service. [[0;32m OK [0m] Mounted [0;1;39mdev-hugepages.mount[0m - Huge Pages File System. [[0;32m OK [0m] Mounted [0;1;39mdev-mqueue.mount[…- POSIX Message Queue File System. [[0;32m OK [0m] Mounted [0;1;39msys-kernel-debug.m…nt[0m - Kernel Debug File System. [[0;32m OK [0m] Finished [0;1;39mkmod-static-nodes…reate List of Static Device Nodes. [[0;32m OK [0m] Finished [0;1;39mmodprobe@configfs…[0m - Load Kernel Module configfs. [[0;32m OK [0m] Finished [0;1;39mmodprobe@dm_mod.s…e[0m - Load Kernel Module dm_mod. [[0;32m OK [0m] Finished [0;1;39mmodprobe@drm.service[0m - Load Kernel Module drm. [[0;32m OK [0m] Finished [0;1;39mmodprobe@efi_psto…m - Load Kernel Module efi_pstore. [[0;32m OK [0m] Finished [0;1;39mmodprobe@loop.service[0m - Load Kernel Module loop. [[0;32m OK [0m] Finished [0;1;39msystemd-modules-l…service[0m - Load Kernel Modules. [[0;32m OK [0m] Finished [0;1;39msystemd-network-g…rk units from Kernel command line. [[0;1;31mFAILED[0m] Failed to start [0;1;39msystemd-re…ount Root and Kernel File Systems. See 'systemctl status systemd-remount-fs.service' for details. [[0;32m OK [0m] Reached target [0;1;39mnetwork-pre…get[0m - Preparation for Network. Mounting [0;1;39msys-kernel-config…ernel Configuration File System... Starting [0;1;39msystemd-journal-f…h Journal to Persistent Storage... Starting [0;1;39msystemd-random-se…ice[0m - Load/Save Random Seed... <46>[ 20.426491] systemd-journald[101]: Received client request to flush runtime journal. Starting [0;1;39msystemd-sysctl.se…ce[0m - Apply Kernel Variables... Starting [0;1;39msystemd-sysusers.…rvice[0m - Create System Users... [[0;32m OK [0m] Mounted [0;1;39msys-kernel-config.… Kernel Configuration File System. [[0;32m OK [0m] Finished [0;1;39msystemd-journal-f…ush Journal to Persistent Storage. [[0;32m OK [0m] Finished [0;1;39msystemd-random-se…rvice[0m - Load/Save Random Seed. [[0;32m OK [0m] Finished [0;1;39msystemd-sysctl.service[0m - Apply Kernel Variables. [[0;32m OK [0m] Finished [0;1;39msystemd-sysusers.service[0m - Create System Users. Starting [0;1;39msystemd-tmpfiles-…ate Static Device Nodes in /dev... [[0;32m OK [0m] Finished [0;1;39msystemd-tmpfiles-…reate Static Device Nodes in /dev. [[0;32m OK [0m] Reached target [0;1;39mlocal-fs-pr…reparation for Local File Systems. [[0;32m OK [0m] Reached target [0;1;39mlocal-fs.target[0m - Local File Systems. Starting [0;1;39msystemd-tmpfiles-… Volatile Files and Directories... Starting [0;1;39msystemd-udevd.ser…ger for Device Events and Files... [[0;32m OK [0m] Finished [0;1;39msystemd-tmpfiles-…te Volatile Files and Directories. Starting [0;1;39msystemd-timesyncd… - Network Time Synchronization... Starting [0;1;39msystemd-update-ut…rd System Boot/Shutdown in UTMP... [[0;32m OK [0m] Finished [0;1;39msystemd-udev-trig…e[0m - Coldplug All udev Devices. [[0;32m OK [0m] Finished [0;1;39msystemd-update-ut…cord System Boot/Shutdown in UTMP. [[0;32m OK [0m] Started [0;1;39msystemd-udevd.serv…nager for Device Events and Files. [[0;32m OK [0m] Started [0;1;39msystemd-timesyncd.…0m - Network Time Synchronization. [[0;32m OK [0m] Found device [0;1;39mdev-ttyS1.device[0m - /dev/ttyS1. [[0;32m OK [0m] Reached target [0;1;39msysinit.target[0m - System Initialization. [[0;32m OK [0m] Started [0;1;39msystemd-tmpfiles-c… Cleanup of Temporary Directories. [[0;32m OK [0m] Reached target [0;1;39mtime-set.target[0m - System Time Set. [[0;32m OK [0m] Started [0;1;39mfstrim.timer[0m - Discard unused blocks once a week. [[0;32m OK [0m] Reached target [0;1;39mtimers.target[0m - Timer Units. [[0;32m OK [0m] Listening on [0;1;39mdbus.socket[…- D-Bus System Message Bus Socket. [[0;32m OK [0m] Reached target [0;1;39msockets.target[0m - Socket Units. [[0;32m OK [0m] Reached target [0;1;39mbasic.target[0m - Basic System. Starting [0;1;39mdbus.service[0m - D-Bus System Message Bus... Starting [0;1;39msystemd-logind.se…ice[0m - User Login Management... Starting [0;1;39msystemd-user-sess…vice[0m - Permit User Sessions... [[0;32m OK [0m] Started [0;1;39mdbus.service[0m - D-Bus System Message Bus. [[0;32m OK [0m] Finished [0;1;39msystemd-user-sess…ervice[0m - Permit User Sessions. [[0;32m OK [0m] Started [0;1;39mgetty@tty1.service[0m - Getty on tty1. [[0;32m OK [0m] Started [0;1;39mserial-getty@ttyS1…rvice[0m - Serial Getty on ttyS1. [[0;32m OK [0m] Reached target [0;1;39mgetty.target[0m - Login Prompts. [[0;32m OK [0m] Started [0;1;39msystemd-logind.service[0m - User Login Management. [[0;32m OK [0m] Reached target [0;1;39mmulti-user.target[0m - Multi-User System. [[0;32m OK [0m] Reached target [0;1;39mgraphical.target[0m - Graphical Interface. <6>[ 21.746418] sdhci-iproc fe300000.mmc: allocated mmc-pwrseq Starting [0;1;39msystemd-update-ut… Record Runlevel Change in UTMP... <6>[ 21.775326] brcm-pcie fd500000.pcie: host bridge /scb/pcie@7d500000 ranges: <6>[ 21.776166] bcmgenet fd580000.ethernet: GENET 5.0 EPHY: 0x0000 <6>[ 21.782789] brcm-pcie fd500000.pcie: No bus range found for /scb/pcie@7d500000, using [bus 00-ff] <6>[ 21.782855] brcm-pcie fd500000.pcie: MEM 0x0600000000..0x0603ffffff -> 0x00f8000000 <4>[ 21.800994] vchiq: module is from the staging directory, the quality is unknown, you have been warned. <6>[ 21.808189] brcm-pcie fd500000.pcie: IB MEM 0x0000000000..0x007fffffff -> 0x0400000000 <6>[ 21.820949] mmc1: SDHCI controller on fe300000.mmc [fe300000.mmc] using PIO [[0;32m OK [0m] Finished [0;1;39msystemd-update-ut… - Record Runlevel Change in UTMP. <6>[ 21.844777] brcm-pcie fd500000.pcie: PCI host bridge to bus 0000:00 <6>[ 21.852346] pci_bus 0000:00: root bus resource [bus 00-ff] <6>[ 21.858394] pci_bus 0000:00: root bus resource [mem 0x600000000-0x603ffffff] (bus address [0xf8000000-0xfbffffff]) <6>[ 21.878636] pci 0000:00:00.0: [14e4:2711] type 01 class 0x060400 PCIe Root Port <6>[ 21.886538] pci 0000:00:00.0: PCI bridge to [bus 01] <6>[ 21.892078] pci 0000:00:00.0: bridge window [mem 0xc0000000-0xc00fffff] <6>[ 21.899506] pci 0000:00:00.0: PME# supported from D0 D3hot <4>[ 21.915671] pci_bus 0000:01: supply vpcie3v3 not found, using dummy regulator <4>[ 21.933328] pci_bus 0000:01: supply vpcie3v3aux not found, using dummy regulator <4>[ 21.941404] pci_bus 0000:01: supply vpcie12v not found, using dummy regulator Debian GNU/Linux 12 debian-bookworm-arm64 ttyS1 debian-bookworm-arm64 login: root (automatic login) <6>[ 21.975235] Bluetooth: Core ver 2.22 <6>[ 21.979385] NET: Registered PF_BLUETOOTH protocol family <6>[ 21.985121] Bluetooth: HCI device and connection manager initialized <6>[ 21.991897] Bluetooth: HCI socket layer initialized <6>[ 21.997210] Bluetooth: L2CAP socket layer initialized Linux de<6>[ 22.002669] Bluetooth: SCO socket layer initialized bian-bookworm-arm64 6.12.0-rc5-next-20241030 #1 SMP PREE<6>[ 22.013103] mmc1: new high speed SDIO card at address 0001 MPT Wed Oct 30 10:38:14 UTC 2024 aarch64 The programs included with the Debian GNU/Linux system are free software; the exact distribution terms for each program are described in the individual files in /usr/share/doc/*/copyrigh<6>[ 22.039262] Bluetooth: HCI UART driver ver 2.3 t. Debian GNU<6>[ 22.045860] Bluetooth: HCI UART protocol H4 registered /Linux comes wit<6>[ 22.052677] Bluetooth: HCI UART protocol LL registered h ABSOLUTELY NO <6>[ 22.059447] brcm-pcie fd500000.pcie: clkreq-mode set to default WARRANTY, to the extent permitted by applicable<6>[ 22.069713] brcm-pcie fd500000.pcie: link up, 5.0 GT/s PCIe x1 (SSC) law. /<6>[ 22.074027] Bluetooth: HCI UART protocol Broadcom registered # <4>[ 22.077262] hci_uart_bcm serial0-0: supply vbat not found, using dummy regulator <6>[ 22.085449] pci 0000:01:00.0: [1106:3483] type 00 class 0x0c0330 PCIe Endpoint <6>[ 22.085478] Bluetooth: HCI UART protocol QCA registered <6>[ 22.085557] Bluetooth: HCI UART protocol Marvell registered <4>[ 22.100017] hci_uart_bcm serial0-0: supply vddio not found, using dummy regulator <6>[ 22.105292] pci 0000:01:00.0: BAR 0 [mem 0x00000000-0x00000fff 64bit] <6>[ 22.116287] unimac-mdio unimac-mdio.-19: Broadcom UniMAC MDIO bus <6>[ 22.119419] pci 0000:01:00.0: PME# supported from D0 D3hot <6>[ 22.129801] v3d fec00000.gpu: [drm] Using Transparent Hugepages <6>[ 22.141839] pci 0000:00:00.0: bridge window [mem 0x600000000-0x6000fffff]: assigned <6>[ 22.152768] pci 0000:01:00.0: BAR 0 [mem 0x600000000-0x600000fff 64bit]: assigned <6>[ 22.160970] pci 0000:00:00.0: PCI bridge to [bus 01] <4>[ 22.162376] snd_bcm2835: module is from the staging directory, the quality is unknown, you have been warned. <6>[ 22.166339] pci 0000:00:00.0: bridge window [mem 0x600000000-0x6000fffff] <6>[ 22.166361] pci_bus 0000:00: resource 4 [mem 0x600000000-0x603ffffff] <6>[ 22.166374] pci_bus 0000:01: resource 1 [mem 0x600000000-0x6000fffff] <6>[ 22.168126] pcieport 0000:00:00.0: enabling device (0000 -> 0002) <6>[ 22.191375] [drm] Initialized v3d 1.0.0 for fec00000.gpu on minor 0 <6>[ 22.199528] pcieport 0000:00:00.0: PME: Signaling with IRQ 39 <6>[ 22.211821] vc4-drm gpu: bound fe400000.hvs (ops vc4_hvs_ops [vc4]) <6>[ 22.226322] pcieport 0000:00:00.0: AER: enabled with IRQ 39 <5>[ 22.228986] cfg80211: Loading compiled-in X.509 certificates for regulatory database <3>[ 22.233528] genirq: Flags mismatch irq 39. 00002084 (PCIe bwctrl) vs. 00200084 (PCIe PME) <6>[ 22.238174] bcm2835-audio bcm2835-audio: card created with 8 channels <3>[ 22.256072] pcie_bwctrl 0000:00:00.0:pcie010: probe with driver pcie_bwctrl failed with error -16 <6>[ 22.259864] vc4-drm gpu: bound fef00700.hdmi (ops vc4_hdmi_ops [vc4]) <5>[ 22.264193] Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7' <5>[ 22.265171] Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600' <4>[ 22.265314] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2 <6>[ 22.265333] cfg80211: failed to load regulatory.db <6>[ 22.311549] xhci_hcd 0000:01:00.0: xHCI Host Controller <6>[ 22.317238] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 1 <6>[ 22.319776] vc4-drm gpu: bound fef05700.hdmi (ops vc4_hdmi_ops [vc4]) <6>[ 22.325501] xhci_hcd 0000:01:00.0: hcc params 0x002841eb hci version 0x100 quirks 0x0000000000000890 <6>[ 22.332183] vc4-drm gpu: bound fe004000.txp (ops vc4_txp_ops [vc4]) <6>[ 22.342510] xhci_hcd 0000:01:00.0: xHCI Host Controller <6>[ 22.348277] vc4-drm gpu: bound fe206000.pixelvalve (ops vc4_crtc_ops [vc4]) <6>[ 22.353676] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 2 <6>[ 22.361463] vc4-drm gpu: bound fe207000.pixelvalve (ops vc4_crtc_ops [vc4]) <6>[ 22.369445] bcmgenet fd580000.ethernet end0: renamed from eth0 <6>[ 22.376207] xhci_hcd 0000:01:00.0: Host supports USB 3.0 SuperSpeed <6>[ 22.376586] vc4-drm gpu: bound fe20a000.pixelvalve (ops vc4_crtc_ops [vc4]) <6>[ 22.376744] vc4-drm gpu: bound fe216000.pixelvalve (ops vc4_crtc_ops [vc4]) <6>[ 22.405445] [drm] Initialized vc4 0.0.0 for gpu on minor 1 <6>[ 22.408396] hub 1-0:1.0: USB hub found <6>[ 22.412548] vc4-drm gpu: [drm] Cannot find any crtc or sizes <6>[ 22.415489] hub 1-0:1.0: 1 port detected <6>[ 22.428588] vc4-drm gpu: [drm] Cannot find any crtc or sizes <6>[ 22.433225] hub 2-0:1.0: USB hub found <6>[ 22.435000] vc4-drm gpu: [drm] Cannot find any crtc or sizes <6>[ 22.438968] hub 2-0:1.0: 4 ports detected <6>[ 22.445186] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6 <4>[ 22.458180] brcmfmac mmc1:0001:1: Direct firmware load for brcm/brcmfmac43455-sdio.raspberrypi,4-model-b.bin failed with error -2 <4>[ 22.470344] brcmfmac mmc1:0001:1: Direct firmware load for brcm/brcmfmac43455-sdio.bin failed with error -2 <6>[ 22.497465] Bluetooth: hci0: BCM: chip id 107 <6>[ 22.502422] Bluetooth: hci0: BCM: features 0x2f <6>[ 22.508751] Bluetooth: hci0: BCM4345C0 <6>[ 22.512826] Bluetooth: hci0: BCM4345C0 (003.001.025) build 0000 <3>[ 22.519210] Bluetooth: hci0: BCM: firmware Patch file not found, tried: <3>[ 22.526199] Bluetooth: hci0: BCM: 'brcm/BCM4345C0.raspberrypi,4-model-b.hcd' <3>[ 22.533627] Bluetooth: hci0: BCM: 'brcm/BCM4345C0.hcd' <3>[ 22.539110] Bluetooth: hci0: BCM: 'brcm/BCM.raspberrypi,4-model-b.hcd' <3>[ 22.545997] Bluetooth: hci0: BCM: 'brcm/BCM.hcd' <6>[ 22.680884] usb 1-1: new high-speed USB device number 2 using xhci_hcd <6>[ 22.824584] hub 1-1:1.0: USB hub found <6>[ 22.828916] hub 1-1:1.0: 4 ports detected <3>[ 23.484897] brcmfmac: brcmf_sdio_htclk: HT Avail timeout (1000000): clkctl 0x50 # # / # / # # # / # export SHELL=/bin/sh export SHELL=/bin/sh / # . /lava-913164/environment . /lava-913164/environment / # /lava-913164/bin/lava-test-runner /lava-913164/0 /lava-913164/bin/lava-test-runner /lava-913164/0 + export TESTRUN_ID=0_igt-kms-vc4 <8>[ 133.223891] + cd /lava-913164/0/tests/0_igt-kms-vc4 + cat uuid + UUID=913164_1.5.2.4.1 + set +x + IGT_FORCE_DRIVER=vc4 /usr/bin/igt-parser.sh core_auth core_getclient core_getstats core_getversion core_setmaster_vs_auth drm_read kms_addfb_basic kms_atomic kms_flip_event_leak kms_prop_blob kms_setmode kms_vblank vc4_create_bo <8>[ 133.258522] vc4_dmabuf_poll vc4_label_bo vc4_lookup_fail vc4_mmap vc4_prefmon vc4_purgeable_bo vc4_tiling vc4_wait_bo vc4_wait_seqno <14>[ 133.284991] [IGT] core_auth: executing IGT-Vers<14>[ 133.289482] [IGT] core_auth: starting subtest getclient-simple ion: 1.2<14>[ 133.296547] [IGT] core_auth: finished subtest getclient-simple, SUCCESS 8-ga44eb<14>[ 133.304153] [IGT] core_auth: exiting, ret=0 fe (aarch64) (Linux: 6.12.0-rc5-next-20241030 aarch64) Using IGT_SRANDOM=170630<8>[ 133.315890] 5830 for randomisation Starting subtest: getclient-simple Opened device: /dev/dri/card1 [1mSubtest getclient-simple: SUCCESS (0.000s)[0m <14>[ 133.344373] [IGT] core_auth: executing IGT-Vers<14>[ 133.349336] [IGT] core_auth: starting subtest getclient-master-drop ion: 1.2<14>[ 133.356935] [IGT] core_auth: finished subtest getclient-master-drop, SUCCESS 8-ga44eb<14>[ 133.364882] [IGT] core_auth: exiting, ret=0 fe (aarch64) (Linux: 6.12.0-rc5-next-20241030 aarch64) Using IGT_SRANDOM=170630<8>[ 133.376549] 5830 for randomisation Starting subtest: getclient-master-drop Opened device: /dev/dri/card1 [1mSubtest getclient-master-drop: SUCCESS (0.000s)[0m <14>[ 133.405611] [IGT] core_auth: executing IGT-Vers<14>[ 133.410316] [IGT] core_auth: starting subtest basic-auth ion: 1.2<14>[ 133.416644] [IGT] core_auth: finished subtest basic-auth, SUCCESS 8-ga44eb<14>[ 133.424204] [IGT] core_auth: exiting, ret=0 fe (aarch64) (Linux: 6.12.0-rc5-next-20241030 aarch64) Using IGT_SRANDOM=170630<8>[ 133.435488] 5830 for randomisation Opened device: /dev/dri/card1 Starting subtest: basic-auth [1mSubtest basic-auth: SUCCESS (0.000s)[0m <14>[ 133.463415] [IGT] core_auth: executing IGT-Vers<14>[ 133.468065] [IGT] core_auth: starting subtest many-magics ion: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc5-next-20241030 aarch64) Using IGT_SRANDOM=1706305830 for randomisation Opened device: /dev/dri/card1 Starting subtest: many-magics Reopening device failed after 1020 opens [1mSubt<14>[ 133.494766] [IGT] core_auth: finished subtest many-magics, SUCCESS est many<14>[ 133.502180] [IGT] core_auth: exiting, ret=0 -magics: SUCCESS (0.020s)[0m <8>[ 133.513976] <8>[ 133.522902] <14>[ 133.570639] [IGT] core_getclient: executing IGT-Vers<14>[ 133.575764] [IGT] core_getclient: exiting, ret=0 ion: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc5-next-20241030 aarch64) Using IG<8>[ 133.587659] T_SRANDOM=1706305830 for randomisation Opened device: /dev/dri/card1 SUCCESS (0.006s) <14>[ 133.639042] [IGT] core_getstats: executing IGT-Vers<14>[ 133.644512] [IGT] core_getstats: exiting, ret=0 ion: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc5-next-20241030 aarch64) Using IG<8>[ 133.656433] T_SRANDOM=1706305830 for randomisation Opened device: /dev/dri/card1 SUCCESS (0.006s) <14>[ 133.707679] [IGT] core_getversion: executing IGT-Vers<14>[ 133.713283] [IGT] core_getversion: exiting, ret=0 ion: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc5-next-20241030 aarch64) Using IG<8>[ 133.725222] T_SRANDOM=1706305831 for randomisation Opened device: /dev/dri/card1 SUCCESS (0.006s) <14>[ 133.776462] [IGT] core_setmaster_vs_auth: executing IGT-Vers<14>[ 133.782481] [IGT] core_setmaster_vs_auth: exiting, ret=0 ion: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc5-next-20241030 aarch64) Using IG<8>[ 133.794966] T_SRANDOM=1706305831 for randomisation Opened device: /dev/dri/card1 SUCCESS (0.006s) <8>[ 133.827975] <14>[ 133.853876] [IGT] drm_read: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc5-next-20241030 aarch64) Using IGT_SRANDOM=1706305831 for randomisation Opened device: /dev/dri/card1 <6>[ 133.872142] vc4-drm gpu: [drm] Cannot find any crtc or sizes <14>[ 134.064087] [IGT] drm_read: starting subtest invalid-buffer Starting<14>[ 134.070282] [IGT] drm_read: finished subtest invalid-buffer, SUCCESS subtest: invalid-buffer [1mSubtest invalid-buffer: SUCCESS (0<14>[ 134.082507] [IGT] drm_read: exiting, ret=0 .000s)[0m <8>[ 134.095011] <14>[ 134.122313] [IGT] drm_read: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc5-next-20241030 aarch64) Using IGT_SRANDOM=1706305831 for randomisation Opened device: /dev/dri/card1 <14>[ 134.329276] [IGT] drm_read: starting subtest fault-buffer Starting<14>[ 134.335461] [IGT] drm_read: finished subtest fault-buffer, SUCCESS subtest: fault-buffer [1mSubtest fault-buffer: SUCCESS (0.000<14>[ 134.347486] [IGT] drm_read: exiting, ret=0 s)[0m <8>[ 134.359948] <14>[ 134.387480] [IGT] drm_read: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc5-next-20241030 aarch64) Using IGT_SRANDOM=1706305831 for randomisation Opened device: /dev/dri/card1 <14>[ 134.592117] [IGT] drm_read: starting subtest empty-block Starting subtest: empty-block [1mSubt<14>[ 135.598135] [IGT] drm_read: finished subtest empty-block, SUCCESS est empty-block: SUCCESS (1.000s)[0m <14>[ 135.610340] [IGT] drm_read: exiting, ret=0 <8>[ 135.622241] <14>[ 135.649871] [IGT] drm_read: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc5-next-20241030 aarch64) Using IGT_SRANDOM=1706305832 for randomisation Opened device: /dev/dri/card1 <14>[ 135.854914] [IGT] drm_read: starting subtest empty-nonblock Starting<14>[ 135.861111] [IGT] drm_read: finished subtest empty-nonblock, SUCCESS subtest: empty-nonblock [1mSubtest empty-nonblock: SUCCESS (0<14>[ 135.873334] [IGT] drm_read: exiting, ret=0 .000s)[0m <8>[ 135.885649] <14>[ 135.913441] [IGT] drm_read: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc5-next-20241030 aarch64) Using IGT_SRANDOM=1706305833 for randomisation Opened device: /dev/dri/card1 <14>[ 136.119004] [IGT] drm_read: starting subtest short-buffer-block Starting<14>[ 136.125577] [IGT] drm_read: finished subtest short-buffer-block, SUCCESS subtest: short-buffer-block [1mSubtest short-buffer-block: SU<14>[ 136.138219] [IGT] drm_read: exiting, ret=0 CCESS (0.000s)[0m <8>[ 136.150498] <14>[ 136.178479] [IGT] drm_read: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc5-next-20241030 aarch64) Using IGT_SRANDOM=1706305833 for randomisation Opened device: /dev/dri/card1 <14>[ 136.382628] [IGT] drm_read: starting subtest short-buffer-nonblock Starting<14>[ 136.389451] [IGT] drm_read: finished subtest short-buffer-nonblock, SUCCESS subtest: short-buffer-nonblock [1mSubtest short-buffer-nonblo<14>[ 136.402539] [IGT] drm_read: exiting, ret=0 ck: SUCCESS (0.000s)[0m <8>[ 136.414826] <14>[ 136.443033] [IGT] drm_read: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc5-next-20241030 aarch64) Using IGT_SRANDOM=1706305833 for randomisation Opened device: /dev/dri/card1 <14>[ 136.647637] [IGT] drm_read: starting subtest short-buffer-wakeup Starting subtest: short-buffer-wakeup [1mSubt<14>[ 168.867431] [IGT] drm_read: finished subtest short-buffer-wakeup, SUCCESS est short-buffer-wakeup: SUCCESS (32.213s)[0m <14>[ 168.879316] [IGT] drm_read: exiting, ret=0 <8>[ 168.889779] <8>[ 168.898929] <8>[ 168.921546] <14>[ 168.942655] [IGT] kms_addfb_basic: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc5-<14>[ 168.952079] [IGT] kms_addfb_basic: starting subtest unused-handle next-202<14>[ 168.959366] [IGT] kms_addfb_basic: finished subtest unused-handle, SUCCESS 41030 aarch64) Using IGT_SRANDOM=1706305866 for randomisation Opened device: /dev/dri/card1 Starting subtest: unused-handle [1mSubtest unused-handle: SUCCESS (0.000s)[0m Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Tes<14>[ 168.990361] [IGT] kms_addfb_basic: exiting, ret=0 t requirement: is_intel_device(fd) Test requirement not met in <8>[ 169.000807] function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test <14>[ 169.023997] [IGT] kms_addfb_basic: executing requirement: is_intel_device(fd) IGT-Version: 1.28-ga44<14>[ 169.033781] [IGT] kms_addfb_basic: starting subtest unused-pitches ebfe (aa<14>[ 169.041322] [IGT] kms_addfb_basic: finished subtest unused-pitches, SUCCESS rch64) (Linux: 6.12.0-rc5-next-20241030 aarch64) Using IGT_SRANDOM=1706305866 for randomisation Opened device: /dev/dri/card1 Starting subtest: unused-pitches [1mSubtest unused-pitches: SUCCESS (0.000s)[0m Test requirement not met in function igt_require_in<14>[ 169.071558] [IGT] kms_addfb_basic: exiting, ret=0 tel, file ../lib/drmtest.c:880: Test requirement: is_intel_devi<8>[ 169.082545] ce(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_inte<14>[ 169.105617] [IGT] kms_addfb_basic: executing l, file ../lib/drmtest.c:880: Test requirement: is_inte<14>[ 169.115490] [IGT] kms_addfb_basic: starting subtest unused-offsets l_device<14>[ 169.123113] [IGT] kms_addfb_basic: finished subtest unused-offsets, SUCCESS (fd) IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc5-next-20241030 aarch64) Using IGT_SRANDOM=1706305866 for randomisation Opened device: /dev/dri/card1 Starting subtest: unused-offsets [1mSubtest unused-offsets: SUCCESS (0.000s)[0m Test requiremen<14>[ 169.153327] [IGT] kms_addfb_basic: exiting, ret=0 t not met in function igt_require_intel, file ../lib/drmtest.c:8<8>[ 169.164281] 80: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requ<14>[ 169.187304] [IGT] kms_addfb_basic: executing irement not met in function igt_require_intel, file ../l<14>[ 169.196536] [IGT] kms_addfb_basic: starting subtest unused-modifier ib/drmte<14>[ 169.203945] [IGT] kms_addfb_basic: finished subtest unused-modifier, SUCCESS st.c:880: Test requirement: is_intel_device(fd) IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc5-next-20241030 aarch64) Using IGT_SRANDOM=1706305866 for randomisation Opened device: /dev/dri/card1 Starting subtest: unused-modifier [1mSubtest unused-m<14>[ 169.235064] [IGT] kms_addfb_basic: exiting, ret=0 odifier: SUCCESS (0.000s)[0m Test requirement not met in funct<8>[ 169.245594] ion igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Te<14>[ 169.268533] [IGT] kms_addfb_basic: executing st requirement: is_intel_device(fd) Test requirement no<14>[ 169.277917] [IGT] kms_addfb_basic: starting subtest clobberred-modifier t met in<14>[ 169.285619] [IGT] kms_addfb_basic: finished subtest clobberred-modifier, SKIP function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc5-next-20241030 aarch64) Using IGT_SRANDOM=1706305866 for randomisation Opened device: /dev/dri/card1 Starting subtest:<14>[ 169.317039] [IGT] kms_addfb_basic: exiting, ret=77 clobberred-modifier Test requirement not met in function igt_r<8>[ 169.328101] equire_i915, file ../lib/drmtest.c:885: Test requirement: is_i915_device(fd) [1mSubtest clobberred-modifier: SKIP (0.000s)[0m Test requirement not met in function igt_require_inte<14>[ 169.351778] [IGT] kms_addfb_basic: executing l, file ../lib/drmtest.c:880: Test requirement: is_inte<14>[ 169.361550] [IGT] kms_addfb_basic: starting subtest invalid-smem-bo-on-discrete l_device<14>[ 169.369968] [IGT] kms_addfb_basic: finished subtest invalid-smem-bo-on-discrete, SKIP (fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) IGT-Version:<14>[ 169.402008] [IGT] kms_addfb_basic: exiting, ret=77 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc5-next-20241030 aarch6<8>[ 169.412446] 4) Using IGT_SRANDOM=1706305866 for randomisation Opened device: /dev/dri/card1 Starting subtest: invalid-smem-bo-on-discrete Test requirement not met in function igt_require_intel<14>[ 169.437167] [IGT] kms_addfb_basic: executing , file ../lib/drmtest.c:880: Test requirement: is_intel<14>[ 169.446629] [IGT] kms_addfb_basic: starting subtest legacy-format _device(fd) [1mSubtest invalid-smem-bo-on-discrete: SKIP (0.000s)[0m Test requirement not met in function ig<14>[ 169.463312] [IGT] kms_addfb_basic: finished subtest legacy-format, SUCCESS t_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, f<14>[ 169.493451] [IGT] kms_addfb_basic: exiting, ret=0 ile ../lib/drmtest.c:880: Test requirement: is_intel_device(fd)<8>[ 169.504353] IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc5-next-20241030 aarch64) Using IGT_SRANDOM=1706305866 for randomisation Opened device: /dev/dri/card1 Starting subtes<14>[ 169.527360] [IGT] kms_addfb_basic: executing t: legacy-format Successfully fuzzed 10000 {bpp, depth} variations [1mSubtest<14>[ 169.538883] [IGT] kms_addfb_basic: starting subtest no-handle legacy-<14>[ 169.545574] [IGT] kms_addfb_basic: finished subtest no-handle, SUCCESS format: SUCCESS (0.010s)[0m Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Tes<14>[ 169.573692] [IGT] kms_addfb_basic: exiting, ret=0 t requirement: is_intel_device(fd) Test requirement not met in <8>[ 169.584531] function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc5-next-20241030 aarch64) Using IGT<14>[ 169.607282] [IGT] kms_addfb_basic: executing _SRANDOM=1706305866 for randomisation Opened device: /dev/dri/card1 Starting s<14>[ 169.619275] [IGT] kms_addfb_basic: starting subtest basic ubtest: <14>[ 169.626071] [IGT] kms_addfb_basic: finished subtest basic, SUCCESS no-handle [1mSubtest no-handle: SUCCESS (0.000s)[0m Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file <14>[ 169.653388] [IGT] kms_addfb_basic: exiting, ret=0 ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Te<8>[ 169.664262] st requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc5-next-20<14>[ 169.686714] [IGT] kms_addfb_basic: executing 241030 aarch64) Using IGT_SRANDOM=1706305866 for randomisation Opened device: /dev/dri<14>[ 169.699150] [IGT] kms_addfb_basic: starting subtest bad-pitch-0 /card1 <14>[ 169.706313] [IGT] kms_addfb_basic: finished subtest bad-pitch-0, SUCCESS Starting subtest: basic [1mSubtest basic: SUCCESS (0.000s)[0m Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_in<14>[ 169.734560] [IGT] kms_addfb_basic: exiting, ret=0 tel, file ../lib/drmtest.c:880: Test requirement: is_intel_devi<8>[ 169.745451] ce(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: <14>[ 169.768023] [IGT] kms_addfb_basic: executing 6.12.0-rc5-next-20241030 aarch64) Using IGT_SRANDOM=1706305867 for randomisatio<14>[ 169.780012] [IGT] kms_addfb_basic: starting subtest bad-pitch-32 n Opene<14>[ 169.786682] [IGT] kms_addfb_basic: finished subtest bad-pitch-32, SUCCESS d device: /dev/dri/card1 Starting subtest: bad-pitch-0 [1mSubtest bad-pitch-0: SUCCESS (0.000s)[0m Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirem<14>[ 169.815127] [IGT] kms_addfb_basic: exiting, ret=0 ent not met in function igt_require_intel, file ../lib/drmtest.c<8>[ 169.825911] :880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) IGT-Ver<14>[ 169.848672] [IGT] kms_addfb_basic: executing sion: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc5-next-20241030 aarch64) Using I<14>[ 169.860397] [IGT] kms_addfb_basic: starting subtest bad-pitch-63 GT_SRAND<14>[ 169.867244] [IGT] kms_addfb_basic: finished subtest bad-pitch-63, SUCCESS OM=1706305867 for randomisation Opened device: /dev/dri/card1 Starting subtest: bad-pitch-32 [1mSubtest bad-pitch-32: SUCCESS (0.000s)[0m Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test require<14>[ 169.895632] [IGT] kms_addfb_basic: exiting, ret=0 ment: is_intel_device(fd) Test requirement not met in function <8>[ 169.906501] igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requireme<14>[ 169.929686] [IGT] kms_addfb_basic: executing nt: is_intel_device(fd) IGT-Ver<46>[ 169.937039] systemd-journald[101]: Data hash table of /var/log/journal/c3f909ee3e324895ab90ff2613af9260/system.journal has a fill level at 75.0 (1536 of 2047 items, 524288 file size, 341 bytes per hash table item), suggesting rotation. sion: 1.<46>[ 169.959282] systemd-journald[101]: /var/log/journal/c3f909ee3e324895ab90ff2613af9260/system.journal: Journal header limits reached or header out-of-date, rotating. 28-ga44ebfe (aarch64) (Linux: 6.12.0-rc5-next-20241030 aarch64) Using IGT_SRANDOM=17063<14>[ 169.982132] [IGT] kms_addfb_basic: starting subtest bad-pitch-128 05867 fo<14>[ 169.989510] [IGT] kms_addfb_basic: finished subtest bad-pitch-128, SUCCESS r randomisation Opened device: /dev/dri/card1 Starting subtest: bad-pitch-63 [1mSubtest bad-pitch-63: SUCCESS (0.000s)[0m Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_d<14>[ 170.017936] [IGT] kms_addfb_basic: exiting, ret=0 evice(fd) Test requirement not met in function igt_require_inte<8>[ 170.028830] l, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_dev<14>[ 170.051916] [IGT] kms_addfb_basic: executing ice(fd) IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc5-next-20241030 a<14>[ 170.063956] [IGT] kms_addfb_basic: starting subtest bad-pitch-256 arch64) <14>[ 170.071368] [IGT] kms_addfb_basic: finished subtest bad-pitch-256, SUCCESS Using IGT_SRANDOM=1706305867 for randomisation Opened device: /dev/dri/card1 Starting subtest: bad-pitch-128 [1mSubtest bad-pitch-128: SUCCESS (0.000s)[0m Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:<14>[ 170.099483] [IGT] kms_addfb_basic: exiting, ret=0 880: Test requirement: is_intel_device(fd) Test requirement no<8>[ 170.110363] t met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:88<14>[ 170.133640] [IGT] kms_addfb_basic: executing 0: Test requirement: is_intel_device(fd) IGT-Version: 1.28-ga44ebfe (aarch64) <14>[ 170.145538] [IGT] kms_addfb_basic: starting subtest bad-pitch-1024 (Linux: <14>[ 170.152633] [IGT] kms_addfb_basic: finished subtest bad-pitch-1024, SUCCESS 6.12.0-rc5-next-20241030 aarch64) Using IGT_SRANDOM=1706305867 for randomisation Opened device: /dev/dri/card1 Starting subtest: bad-pitch-256 [1mSubtest bad-pitch-256: SUCCESS (0.000s)[0m Test requirement not met in function igt_require_intel, file<14>[ 170.182445] [IGT] kms_addfb_basic: exiting, ret=0 ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) T<8>[ 170.193444] est requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel<14>[ 170.216237] [IGT] kms_addfb_basic: executing , file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) IGT-Version<14>[ 170.228060] [IGT] kms_addfb_basic: starting subtest bad-pitch-999 : 1.28-g<14>[ 170.235056] [IGT] kms_addfb_basic: finished subtest bad-pitch-999, SUCCESS a44ebfe (aarch64) (Linux: 6.12.0-rc5-next-20241030 aarch64) Using IGT_SRANDOM=1706305867 for randomisation Opened device: /dev/dri/card1 Starting subtest: bad-pitch-1024 [1mSubtest bad-pitch-1024: SUCCESS (0.000s)[0m Test requirement<14>[ 170.263575] [IGT] kms_addfb_basic: exiting, ret=0 not met in function igt_require_intel, file ../lib/drmtest.c:88<8>[ 170.274412] 0: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requi<14>[ 170.297337] [IGT] kms_addfb_basic: executing rement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test r<14>[ 170.308895] [IGT] kms_addfb_basic: starting subtest bad-pitch-65536 equireme<14>[ 170.316054] [IGT] kms_addfb_basic: finished subtest bad-pitch-65536, SUCCESS nt: is_intel_device(fd) IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc5-next-20241030 aarch64) Using IGT_SRANDOM=1706305867 for randomisation Opened device: /dev/dri/card1 Starting subtest: bad-pitch-999 [1mSubtest bad-pitch-9<14>[ 170.344913] [IGT] kms_addfb_basic: exiting, ret=0 99: SUCCESS (0.000s)[0m Test requirement not met in function i<8>[ 170.355605] gt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test re<14>[ 170.378740] [IGT] kms_addfb_basic: executing quirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmt<14>[ 170.392267] [IGT] kms_addfb_basic: starting subtest invalid-get-prop-any est.c:88<14>[ 170.400337] [IGT] kms_addfb_basic: finished subtest invalid-get-prop-any, SUCCESS 0: Test requirement: is_intel_device(fd) IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc5-next-20241030 aarch64) Using IGT_SRANDOM=1706305867 for randomisation Opened device: /dev/dri/card1 Starting subte<14>[ 170.426855] [IGT] kms_addfb_basic: exiting, ret=0 st: bad-pitch-65536 [1mSubtest bad-pitch-65536: SUCCESS (0.000<8>[ 170.437853] s)[0m Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_requ<14>[ 170.461321] [IGT] kms_addfb_basic: executing ire_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in functi<14>[ 170.475366] [IGT] kms_addfb_basic: starting subtest invalid-get-prop on igt_r<14>[ 170.483055] [IGT] kms_addfb_basic: finished subtest invalid-get-prop, SUCCESS equire_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc5-next-20241030 aarch64) Using IGT_SRANDOM=1706305867 for randomisation <14>[ 170.509298] [IGT] kms_addfb_basic: exiting, ret=0 Opened device: /dev/dri/card1 Starting subtest: invalid-get-pr<8>[ 170.519813] op-any [1mSubtest invalid-get-prop-any: SUCCESS (0.000s)[0m Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd<14>[ 170.543161] [IGT] kms_addfb_basic: executing ) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement:<14>[ 170.557338] [IGT] kms_addfb_basic: starting subtest invalid-set-prop-any is_inte<14>[ 170.565337] [IGT] kms_addfb_basic: finished subtest invalid-set-prop-any, SUCCESS l_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc5-next-20241030 aarch64) <14>[ 170.592114] [IGT] kms_addfb_basic: exiting, ret=0 Using IGT_SRANDOM=1706305867 for randomisation Opened device: <8>[ 170.602921] /dev/dri/card1 Starting subtest: invalid-get-prop [1mSubtest invalid-get-prop: SUCCESS (0.000s)[0m Test requirement not met in function igt_require_intel, file ../lib/drmt<14>[ 170.626511] [IGT] kms_addfb_basic: executing est.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file <14>[ 170.640379] [IGT] kms_addfb_basic: starting subtest invalid-set-prop ../lib/d<14>[ 170.648093] [IGT] kms_addfb_basic: finished subtest invalid-set-prop, SUCCESS rmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) IGT-Version: 1.28-ga44ebfe (aarch64) (L<14>[ 170.674636] [IGT] kms_addfb_basic: exiting, ret=0 inux: 6.12.0-rc5-next-20241030 aarch64) Using IGT_SRANDOM=17063<8>[ 170.685602] 05867 for randomisation Opened device: /dev/dri/card1 Starting subtest: invalid-set-prop-any [1mSubtest invalid-set-prop-any: SUCCESS (0.000s)[0m Test requirement not met<14>[ 170.708462] [IGT] kms_addfb_basic: executing in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in f<14>[ 170.724436] [IGT] kms_addfb_basic: starting subtest master-rmfb unction <14>[ 170.731526] [IGT] kms_addfb_basic: finished subtest master-rmfb, SUCCESS igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_i<14>[ 170.755415] [IGT] kms_addfb_basic: exiting, ret=0 ntel_device(fd) IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.<8>[ 170.766357] 12.0-rc5-next-20241030 aarch64) Using IGT_SRANDOM=1706305867 for randomisation Opened device: /dev/dri/card1 Starting subtest: invalid-set-prop [1mSubtest invalid-set-prop: SUCCES<14>[ 170.789811] [IGT] kms_addfb_basic: executing S (0.000s)[0m Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirem<14>[ 170.807536] [IGT] kms_addfb_basic: starting subtest addfb25-modifier-no-flag ent not <14>[ 170.815673] [IGT] kms_addfb_basic: finished subtest addfb25-modifier-no-flag, SUCCESS met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../li<14>[ 170.839068] [IGT] kms_addfb_basic: exiting, ret=0 b/drmtest.c:880: Test requirement: is_intel_device(fd) IGT-Ver<8>[ 170.849619] sion: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc5-next-20241030 aarch64) Using IGT_SRANDOM=1706305868 for randomisation Opened device: /dev/dri/card1 Starting subtest: master<14>[ 170.873446] [IGT] kms_addfb_basic: executing -rmfb [1mSubtest master-rmfb: SUCCESS (0.000s)[0m Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requireme<14>[ 170.891481] [IGT] kms_addfb_basic: starting subtest addfb25-bad-modifier nt: is_i<14>[ 170.899130] [IGT] kms_addfb_basic: finished subtest addfb25-bad-modifier, SUCCESS ntel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in <14>[ 170.921887] [IGT] kms_addfb_basic: exiting, ret=0 function igt_require_intel, file ../lib/drmtest.c:880: Test req<8>[ 170.932639] uirement: is_intel_device(fd) IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc5-next-20241030 aarch64) Using IGT_SRANDOM=1706305868 for randomisation Opened device: /dev/dri/c<14>[ 170.956472] [IGT] kms_addfb_basic: executing ard1 Starting subtest: addfb25-modifier-no-flag [1mSubtest addfb25-modifier-no-flag: SUCCESS (0.000s)[0m Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:8<14>[ 170.988981] [IGT] kms_addfb_basic: exiting, ret=77 80: Test requirement: is_intel_device(fd) Test requirement not<8>[ 170.999774] met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc5-next-20241030 aar<14>[ 171.024043] [IGT] kms_addfb_basic: executing ch64) Using IGT_SRANDOM=1706305868 for randomisation Opened device: /dev/dri/card1 Starting subtest: addfb25-bad-modifier [1mSubtest addfb25-bad-modifier: SUCCESS (0.000s)[0m Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test re<14>[ 171.056240] [IGT] kms_addfb_basic: exiting, ret=77 quirement not met in function igt_require_intel, file ../lib/drm<8>[ 171.067018] test.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) IGT-Versi<14>[ 171.090927] [IGT] kms_addfb_basic: executing on: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc5-next-20241030 aarch64) Using IGT_SRANDOM=1706305868 for randomisation Opened device: /dev/dri/card1 Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) [1mSubtest addfb25-x-tiled-mismatch-legacy: SK<14>[ 171.123645] [IGT] kms_addfb_basic: exiting, ret=77 IP (0.000s)[0m Test requirement not met in function igt_requir<8>[ 171.134817] e_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_int<14>[ 171.159846] [IGT] kms_addfb_basic: executing el_device(fd) IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc5-next-20241030 aarch64) Using IGT_SRANDOM=1706305868 for randomisation Opened device: /dev/dri/card1 Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) [1mSubtest addfb25-x-t<14>[ 171.192485] [IGT] kms_addfb_basic: exiting, ret=77 iled-legacy: SKIP (0.000s)[0m Test requirement not met in func<8>[ 171.203690] tion igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: T<14>[ 171.227053] [IGT] kms_addfb_basic: executing est requirement: is_intel_device(fd) IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc5-next-20241030 aarch64) Using IGT_SRANDOM=1706305868 for randomisation Opened device: /dev/dri/card1 Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_devi<14>[ 171.259439] [IGT] kms_addfb_basic: exiting, ret=77 ce(fd) [1mSubtest addfb25-framebuffer-vs-set-tiling: SKIP (0.0<8>[ 171.269899] 00s)[0m Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_re<14>[ 171.293943] [IGT] kms_addfb_basic: executing quire_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc5-next-20241030 aarch64) Using IGT_SRANDOM=1706305868 for randomisation Opened device: /dev/dri/card1 Test requirement not met in function igt_require_intel, file ../lib/drmte<14>[ 171.326027] [IGT] kms_addfb_basic: exiting, ret=77 st.c:880: Test requirement: is_intel_device(fd) Test requireme<8>[ 171.336584] nt not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) [1mSubtest basic-x-tiled-legacy: SKIP (0.000s)[0m Test requirement not m<14>[ 171.360210] [IGT] kms_addfb_basic: executing et in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc5-next-20241030 aarch64) Using IGT_SRANDOM=1706305868 for randomisation Opened device: /dev/dri/card1 Test requirement not met in function igt_require_int<14>[ 171.392629] [IGT] kms_addfb_basic: exiting, ret=77 el, file ../lib/drmtest.c:880: Test requirement: is_intel_devic<8>[ 171.403819] e(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) [1mSubtest framebuffer-vs-set-tiling: SKIP (0<14>[ 171.427121] [IGT] kms_addfb_basic: executing .000s)[0m Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc5-next-20241030 aarch64) Using IGT_SRANDOM=1706305868 for randomisation Opened device: /dev/dri/card1 Test requirement not met in function igt_require_intel, fi<14>[ 171.462663] [IGT] kms_addfb_basic: starting subtest size-max le ../li<14>[ 171.469227] [IGT] kms_addfb_basic: finished subtest size-max, SUCCESS b/drmtest.c:880:<14>[ 171.477291] [IGT] kms_addfb_basic: exiting, ret=0 Test requirement: is_intel_device(fd) Test requirement not met in fun<8>[ 171.489155] ction igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) [1mSubtest tile-pitch-mismatch: SKIP (0.000s)[0m Test requirement not met in function igt_require_intel, file ../lib/drmt<14>[ 171.514630] [IGT] kms_addfb_basic: executing est.c:880: Test requirement: is_intel_device(fd) IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc5-next-20241030 aarch64) Using IGT_SRANDOM=1706305868 for randomisation Opened device: /dev/dri/card1 Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in<14>[ 171.550995] [IGT] kms_addfb_basic: starting subtest too-wide functio<14>[ 171.557859] [IGT] kms_addfb_basic: finished subtest too-wide, SUCCESS n igt_require_in<14>[ 171.565939] [IGT] kms_addfb_basic: exiting, ret=0 tel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) <8>[ 171.577835] [1mSubtest basic-y-tiled-legacy: SKIP (0.000s)[0m Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) IGT-Version: 1.28-ga44ebfe (aarch64) (Li<14>[ 171.603178] [IGT] kms_addfb_basic: executing nux: 6.12.0-rc5-next-20241030 aarch64) Using IGT_SRANDOM=1706305868 for randomisation Opened device: /dev/dri/card1 Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(<14>[ 171.639518] [IGT] kms_addfb_basic: starting subtest too-high fd) Sta<14>[ 171.646564] [IGT] kms_addfb_basic: finished subtest too-high, SUCCESS rting subtest: s<14>[ 171.654610] [IGT] kms_addfb_basic: exiting, ret=0 ize-max [1mSubtest size-max: SUCCESS (0.000s)[0m Test requirement no<8>[ 171.666498] t met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc5-next-20241030 aarch64) Using IGT_SRANDOM=1706305868 for<14>[ 171.691906] [IGT] kms_addfb_basic: executing randomisation Opened device: /dev/dri/card1 Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Starting subtest: too-wide [1mSubtest too-wide: SUCCESS (0.000s)<14>[ 171.728252] [IGT] kms_addfb_basic: starting subtest bo-too-small [0m Tes<14>[ 171.735553] [IGT] kms_addfb_basic: finished subtest bo-too-small, SUCCESS t requirement no<14>[ 171.744001] [IGT] kms_addfb_basic: exiting, ret=0 t met in function igt_require_intel, file ../lib/drmtest.c:880: Test re<8>[ 171.755861] quirement: is_intel_device(fd) IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc5-next-20241030 aarch64) Using IGT_SRANDOM=1706305868 for randomisation Opened device: /dev/dri/card1 Test requirement not met <14>[ 171.781687] [IGT] kms_addfb_basic: executing in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Starting subtest: too-high [1mSubtest too-high: SUCCESS (0.000s)[0m Test requirement not met in function igt_require_intel, file ../lib<14>[ 171.818113] [IGT] kms_addfb_basic: starting subtest small-bo /drmtest<14>[ 171.824998] [IGT] kms_addfb_basic: finished subtest small-bo, SUCCESS .c:880: <14>[ 171.832980] [IGT] kms_addfb_basic: exiting, ret=0 Test requirement: is_intel_device(fd) IGT-Version: 1.28-ga44ebfe (aarc<8>[ 171.844200] h64) (Linux: 6.12.0-rc5-next-20241030 aarch64) Using IGT_SRANDOM=1706305869 for randomisation Opened device: /dev/dri/card1 Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880<14>[ 171.869318] [IGT] kms_addfb_basic: executing : Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Starting subtest: bo-too-small [1mSubtest bo-too-small: SUCCESS (0.000s)[0m Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_devi<14>[ 171.905279] [IGT] kms_addfb_basic: starting subtest bo-too-small-due-to-tiling ce(fd) <14>[ 171.913769] [IGT] kms_addfb_basic: finished subtest bo-too-small-due-to-tiling, SKIP IGT-Version: 1.2<14>[ 171.923150] [IGT] kms_addfb_basic: exiting, ret=77 8-ga44ebfe (aarch64) (Linux: 6.12.0-rc5-next-20241030 aarch64) Using IG<8>[ 171.935149] T_SRANDOM=1706305869 for randomisation Opened device: /dev/dri/card1 Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not m<14>[ 171.962013] [IGT] kms_addfb_basic: executing et in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Starting subtest: small-bo [1mSubtest small-bo: SUCCESS (0.000s)[0m Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc5-next-20241030 aa<14>[ 171.999216] [IGT] kms_addfb_basic: exiting, ret=77 rch64) Using IGT_SRANDOM=1706305869 for randomisation Opened device: /<8>[ 172.011165] dev/dri/card1 Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Te<14>[ 172.038537] [IGT] kms_addfb_basic: executing st requirement: is_intel_device(fd) Starting subtest: bo-too-small-due-to-tiling Test requirement not met in function igt_require_i915, file ../lib/drmtest.c:885: Test requirement: is_i915_device(fd) [1mSubtest bo-too-small-due-to-tiling: SKIP (0.000s)[0m Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirem<14>[ 172.074778] [IGT] kms_addfb_basic: exiting, ret=77 ent: is_intel_device(fd) IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6<8>[ 172.086815] .12.0-rc5-next-20241030 aarch64) Using IGT_SRANDOM=1706305869 for randomisation Opened device: /dev/dri/card1 Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requir<14>[ 172.113317] [IGT] kms_addfb_basic: executing ement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) [1mSubtest addfb25-y-tiled-legacy: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aar<14>[ 172.149542] [IGT] kms_addfb_basic: exiting, ret=77 ch64) (Linux: 6.12.0-rc5-next-20241030 aarch64) Using IGT_SRANDOM=17063<8>[ 172.161111] 05869 for randomisation Opened device: /dev/dri/card1 Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function <14>[ 172.188299] [IGT] kms_addfb_basic: executing igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) [1mSubtest addfb25-yf-tiled-legacy: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc5-next-20241030 aarch64) Using IGT_SRANDOM=17063<14>[ 172.225246] [IGT] kms_addfb_basic: exiting, ret=77 05869 for randomisation Opened device: /dev/dri/card1 Test requirement not met<8>[ 172.237517] in function igt_require<8>[ 172.247505] _intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, fi<8>[ 172.274046] le ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) [1mSubtest addfb25-y-tiled-small-legacy: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc5-next-20241030 aarch64) Using IGT_<14>[ 172.297949] [IGT] kms_atomic: executing SRANDOM=1706305869 for randomisation Opened device: /dev/dri/card1 Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_in<14>[ 172.317533] [IGT] kms_atomic: starting subtest plane-overlay-legacy tel_device(fd) Test req<14>[ 172.326284] [IGT] kms_atomic: starting dynamic subtest pipe-A-Writeback-1 uirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) [1mSubtest addfb25-4-tiled: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc5-next-20241030 aarch64) Using IGT_SRANDOM=1706305869 for randomisation Opened device: /dev/dri/card1 Starting subtest: plane-overlay-legacy Starting dynamic subtest: pipe-A-Writeback-1 [1mDyna<14>[ 172.589033] [IGT] kms_atomic: finished subtest pipe-A-Writeback-1, SUCCESS mic subt<14>[ 172.597060] [IGT] kms_atomic: finished subtest plane-overlay-legacy, SUCCESS est pipe<14>[ 172.605409] [IGT] kms_atomic: exiting, ret=0 -A-Writeback-1: SUCCESS (0.255s)[0m [1mSubtest plane-overlay-legacy: SUCCESS <8>[ 172.616851] (0.272s)[0m <14>[ 172.643936] [IGT] kms_atomic: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc5-next-20241030 aarch64) Using IGT_SRANDOM=1706305869 for randomisation Opened device: /dev/dri/<14>[ 172.661236] [IGT] kms_atomic: starting subtest plane-primary-legacy card1 Starting subtest<14>[ 172.670174] [IGT] kms_atomic: starting dynamic subtest pipe-A-Writeback-1 : plane-primary-legacy Starting dynamic subtest: pipe-A-Writeback-1 (kms_atomic:412) igt_kms-CRITICAL: Test assertion failure function kmstest_dumb_create, file ../lib/igt_kms.c:1295: (kms_atomic:412) igt_kms-CRITICAL: Failed assertion: igt_ioctl((fd), ((((2U|1U) << (((0+8)+8)+14)) | ((('d')) << (0+8)) | (((0xB2)) << 0) | ((((sizeof(struct drm_mode_create_dumb)))) << ((0+8)+8)))), (&create)) == 0 (kms_atomic:412) igt_kms-CRITICAL: Last errno: 12, Cannot allocate memory (kms_atomic:412) igt_kms-CRITICAL: error: -1 != 0 Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 ../lib/igt_kms.c:1297 kmstest_dumb_create() #2 ../lib/igt_fb.c:1249 create_bo_for_fb.isra.0() #3 ../lib/igt_fb.c:2112 igt_create_fb_with_bo_size() #4 ../lib/igt_fb.c:2155 igt_create_fb() #5 ../lib/igt_fb.c:2268 igt_create_color_pattern_fb() #6 [+0xe3395cd0] #7 [+0xe33924b8] #8 [__libc_init_first+0x80] #9 [__libc_start_main+0x98] #10 [+0xe33924f0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** (kms_atomic:412) igt_kms-DEBUG: plane A.14: Setting property "SRC_W" to 0x0/0 (kms_atomic:412) igt_kms-DEBUG: plane A.14: Setting property "SRC_H" to 0x0/0 (kms_atomic:412) igt_kms-DEBUG: plane A.14: Setting property "CRTC_X" to 0x0/0 (kms_atomic:412) igt_kms-DEBUG: plane A.14: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:412) igt_kms-DEBUG: plane A.14: Setting property "CRTC_W" to 0x0/0 (kms_atomic:412) igt_kms-DEBUG: plane A.14: Setting property "CRTC_H" to 0x0/0 (kms_atomic:412) igt_kms-DEBUG: plane A.14: Setting property "FB_ID" to 0x0/0 (kms_atomic:412) igt_kms-DEBUG: plane A.14: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:412) igt_kms-DEBUG: plane A.14: Setting property "rotation" to 0x1/1 (kms_atomic:412) igt_kms-DEBUG: plane A.14: Setting property "COLOR_ENCODING" to 0x0/0 (kms_atomic:412) igt_kms-DEBUG: plane A.14: Setting property "COLOR_RANGE" to 0x0/0 (kms_atomic:412) igt_kms-DEBUG: plane A.14: Setting property "pixel blend mode" to 0x0/0 (kms_atomic:412) igt_kms-DEBUG: plane A.14: Setting property "alpha" to 0xffff/65535 (kms_atomic:412) igt_kms-DEBUG: display: populating plane data: A.15, fb 0 (kms_atomic:412) igt_kms-DEBUG: plane A.15: Setting property "SRC_X" to 0x0/0 (kms_atomic:412) igt_kms-DEBUG: plane A.15: Setting property "SRC_Y" to 0x0/0 (kms_atomic:412) igt_kms-DEBUG: plane A.15: Setting property "SRC_W" to 0x0/0 (kms_atomic:412) igt_kms-DEBUG: plane A.15: Setting property "SRC_H" to 0x0/0 (kms_atomic:412) igt_kms-DEBUG: plane A.15: Setting property "CRTC_X" to 0x0/0 (kms_atomic:412) igt_kms-DEBUG: plane A.15: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:412) igt_kms-DEBUG: plane A.15: Setting property "CRTC_W" to 0x0/0 (kms_atomic:412) igt_kms-DEBUG: plane A.15: Setting property "CRTC_H" to 0x0/0 (kms_atomic:412) igt_kms-DEBUG: plane A.15: Setting property "FB_ID" to 0x0/0 (kms_atomic:412) igt_kms-DEBUG: plane A.15: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:412) igt_kms-DEBUG: plane A.15: Setting property "rotation" to 0x1/1 (kms_atomic:412) igt_kms-DEBUG: plane A.15: Setting property "COLOR_ENCODING" to 0x0/0 (kms_atomic:412) igt_kms-DEBUG: plane A.15: Setting property "COLOR_RANGE" to 0x0/0 (kms_atomic:412) igt_kms-DEBUG: plane A.15: Setting property "pixel blend mode" to 0x0/0 (kms_atomic:412) igt_kms-DEBUG: plane A.15: Setting property "alpha" to 0xffff/65535 (kms_atomic:412) igt_kms-DEBUG: display: populating plane data: A.16, fb 0 (kms_atomic:412) igt_kms-DEBUG: plane A.16: Setting property "SRC_X" to 0x0/0 (kms_atomic:412) igt_kms-DEBUG: plane A.16: Setting property "SRC_Y" to 0x0/0 (kms_atomic:412) igt_kms-DEBUG: plane A.16: Setting property "SRC_W" to 0x0/0 (kms_atomic:412) igt_kms-DEBUG: plane A.16: Setting property "SRC_H" to 0x0/0 (kms_atomic:412) igt_kms-DEBUG: plane A.16: Setting property "CRTC_X" to 0x0/0 (kms_atomic:412) igt_kms-DEBUG: plane A.16: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:412) igt_kms-DEBUG: plane A.16: Setting property "CRTC_W" to 0x0/0 (kms_atomic:412) igt_kms-DEBUG: plane A.16: Setting property "CRTC_H" to 0x0/0 (kms_atomic:412) igt_kms-DEBUG: plane A.16: Setting property "FB_ID" to 0x0/0 (kms_atomic:412) igt_kms-DEBUG: plane A.16: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:412) igt_kms-DEBUG: plane A.16: Setting property "rotation" to 0x1/1 (kms_atomic:412) igt_kms-DEBUG: plane A.16: Setting property "COLOR_ENCODING" to 0x0/0 (kms_atomic:412) igt_kms-DEBUG: plane A.16: Setting property "COLOR_RANGE" to 0x0/0 (kms_atomic:412) igt_kms-DEBUG: plane A.16: Setting property "pixel blend mode" to 0x0/0 (kms_atomic:412) igt_kms-DEBUG: plane A.16: Setting property "alpha" to 0xffff/65535 (kms_atomic:412) igt_kms-DEBUG: display: populating plane data: A.17, fb 0 (kms_atomic:412) igt_kms-DEBUG: plane A.17: Setting property "SRC_X" to 0x0/0 (kms_atomic:412) igt_kms-DEBUG: plane A.17: Setting property "SRC_Y" to 0x0/0 (kms_atomic:412) igt_kms-DEBUG: plane A.17: Setting property "SRC_W" to 0x0/0 (kms_atomic:412) igt_kms-DEBUG: plane A.17: Setting property "SRC_H" to 0x0/0 (kms_atomic:412) igt_kms-DEBUG: plane A.17: Setting property "CRTC_X" to 0x0/0 (kms_atomic:412) igt_kms-DEBUG: plane A.17: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:412) igt_kms-DEBUG: plane A.17: Setting property "CRTC_W" to 0x0/0 (kms_atomic:412) igt_kms-DEBUG: plane A.17: Setting property "CRTC_H" to 0x0/0 (kms_atomic:412) igt_kms-DEBUG: plane A.17: Setting property "FB_ID" to 0x0/0 (kms_atomic:412) igt_kms-DEBUG: plane A.17: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:412) igt_kms-DEBUG: plane A.17: Setting property "rotation" to 0x1/1 (kms_atomic:412) igt_kms-DEBUG: plane A.17: Setting property "COLOR_ENCODING" to 0x0/0 (kms_atomic:412) igt_kms-DEBUG: plane A.17: Setting property "COLOR_RANGE" to 0x0/0 (kms_atomic:412) igt_kms-DEBUG: plane A.17: Setting property "pixel blend mode" to 0x0/0 (kms_atomic:412) igt_kms-DEBUG: plane A.17: Setting property "alpha" to 0xffff/65535 (kms_atomic:412) igt_kms-DEBUG: Pipe B: Setting property "MODE_ID" to 0x0/0 (kms_atomic:412) igt_kms-DEBUG: Pipe B: Setting property "ACTIVE" to 0x0/0 (kms_atomic:412) igt_kms-DEBUG: display: populating plane data: B.0, fb 0 (kms_atomic:412) igt_kms-DEBUG: plane B.0: Setting property "SRC_X" to 0x0/0 (kms_atomic:412) igt_kms-DEBUG: plane B.0: Setting property "SRC_Y" to 0x0/0 (kms_atomic:412) igt_kms-DEBUG: plane B.0: Setting property "SRC_W" to 0x0/0 (kms_atomic:412) igt_kms-DEBUG: plane B.0: Setting property "SRC_H" to 0x0/0 (kms_atomic:412) igt_kms-DEBUG: plane B.0: Setting property "CRTC_X" to 0x0/0 (kms_atomic:412) igt_kms-DEBUG: plane B.0: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:412) igt_kms-DEBUG: plane B.0: Setting property "CRTC_W" to 0x0/0 (kms_atomic:412) igt_kms-DEBUG: plane B.0: Setting property "CRTC_H" to 0x0/0 (kms_atomic:412) igt_kms-DEBUG: plane B.0: Setting property "FB_ID" to 0x0/0 (kms_atomic:412) igt_kms-DEBUG: plane B.0: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:412) igt_kms-DEBUG: plane B.0: Setting property "rotation" to 0x1/1 (kms_atomic:412) igt_kms-DEBUG: plane B.0: Setting property "COLOR_ENCODING" to 0x0/0 (kms_atomic:412) igt_kms-DEBUG: plane B.0: Setting property "COLOR_RANGE" to 0x0/0 (kms_atomic:412) igt_kms-DEBUG: plane B.0: Setting property "pixel blend mode" to 0x0/0 (kms_atomic:412) igt_kms-DEBUG: plane B.0: Setting property "alpha" to 0xffff/65535 (kms_atomic:412) igt_kms-DEBUG: display: populating plane data: B.17, fb 0 (kms_atomic:412) igt_kms-DEBUG: plane B.17: Setting property "SRC_X" to 0x0/0 (kms_atomic:412) igt_kms-DEBUG: plane B.17: Setting property "SRC_Y" to 0x0/0 (kms_atomic:412) igt_kms-DEBUG: plane B.17: Setting property "SRC_W" to 0x0/0 (kms_atomic:412) igt_kms-DEBUG: plane B.17: Setting property "SRC_H" to 0x0/0 (kms_atomic:412) igt_kms-DEBUG: plane B.17: Setting property "CRTC_X" to 0x0/0 (kms_atomic:412) igt_kms-DEBUG: plane B.17: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:412) igt_kms-DEBUG: plane B.17: Setting property "CRTC_W" to 0x0/0 (kms_atomic:412) igt_kms-DEBUG: plane B.17: Setting property "CRTC_H" to 0x0/0 (kms_atomic:412) igt_kms-DEBUG: plane B.17: Setting property "FB_ID" to 0x0/0 (kms_atomic:412) igt_kms-DEBUG: plane B.17: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:412) igt_kms-DEBUG: plane B.17: Setting property "rotation" to 0x1/1 (kms_atomic:412) igt_kms-DEBUG: plane B.17: Setting property "COLOR_ENCODING" to 0x0/0 (kms_atomic:412) igt_kms-DEBUG: plane B.17: Setting property "COLOR_RANGE" to 0x0/0 (kms_atomic:412) igt_kms-DEBUG: plane B.17: Setting property "pixel blend mode" to 0x0/0 (kms_atomic:412) igt_kms-DEBUG: plane B.17: Setting property "alpha" to 0xffff/65535 (kms_atomic:412) igt_kms-DEBUG: Pipe C: Setting property "MODE_ID" to 0x0/0 (kms_atomic:412) igt_kms-DEBUG: Pipe C: Setting property "ACTIVE" to 0x0/0 (kms_atomic:412) igt_kms-DEBUG: display: populating plane data: C.0, fb 0 (kms_atomic:412) igt_kms-DEBUG: plane C.0: Setting property "SRC_X" to 0x0/0 (kms_atomic:412) igt_kms-DEBUG: plane C.0: Setting property "SRC_Y" to 0x0/0 (kms_atomic:412) igt_kms-DEBUG: plane C.0: Setting property "SRC_W" to 0x0/0 (kms_atomic:412) igt_kms-DEBUG: plane C.0: Setting property "SRC_H" to 0x0/0 (kms_atomic:412) igt_kms-DEBUG: plane C.0: Setting property "CRTC_X" to 0x0/0 (kms_atomic:412) igt_kms-DEBUG: plane C.0: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:412) igt_kms-DEBUG: plane C.0: Setting property "CRTC_W" to 0x0/0 (kms_atomic:412) igt_kms-DEBUG: plane C.0: Setting property "CRTC_H" to 0x0/0 (kms_atomic:412) igt_kms-DEBUG: plane C.0: Setting property "FB_ID" to 0x0/0 (kms_atomic:412) igt_kms-DEBUG: plane C.0: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:412) igt_kms-DEBUG: plane C.0: Setting property "rotation" to 0x1/1 (kms_atomic:412) igt_kms-DEBUG: plane C.0: Setting property "COLOR_ENCODING" to 0x0/0 (kms_atomic:412) igt_kms-DEBUG: plane C.0: Setting property "COLOR_RANGE" to 0x0/0 (kms_atomic:412) igt_kms-DEBUG: plane C.0: Setting property "pixel blend mode" to 0x0/0 (kms_atomic:412) igt_kms-DEBUG: plane C.0: Setting property "alpha" to 0xffff/65535 (kms_atomic:412) igt_kms-DEBUG: display: populating plane data: C.17, fb 0 (kms_atomic:412) igt_kms-DEBUG: plane C.17: Setting property "SRC_X" to 0x0/0 (kms_atomic:412) igt_kms-DEBUG: plane C.17: Setting property "SRC_Y" to 0x0/0 (kms_atomic:412) igt_kms-DEBUG: plane C.17: Setting property "SRC_W" to 0x0/0 (kms_atomic:412) igt_kms-DEBUG: plane C.17: Setting property "SRC_H" to 0x0/0 (kms_atomic:412) igt_kms-DEBUG: plane C.17: Setting property "CRTC_X" to 0x0/0 (kms_atomic:412) igt_kms-DEBUG: plane C.17: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:412) igt_kms-DEBUG: plane C.17: Setting property "CRTC_W" to 0x0/0 (kms_atomic:412) igt_kms-DEBUG: plane C.17: Setting property "CRTC_H" to 0x0/0 (kms_atomic:412) igt_kms-DEBUG: plane C.17: Setting property "FB_ID" to 0x0/0 (kms_atomic:412) igt_kms-DEBUG: plane C.17: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:412) igt_kms-DEBUG: plane C.17: Setting property "rotation" to 0x1/1 (kms_atomic:412) igt_kms-DEBUG: plane C.17: Setting property "COLOR_ENCODING" to 0x0/0 (kms_atomic:412) igt_kms-DEBUG: plane C.17: Setting property "COLOR_RANGE" to 0x0/0 (kms_atomic:412) igt_kms-DEBUG: plane C.17: Setting property "pixel blend mode" to 0x0/0 (kms_atomic:412) igt_kms-DEBUG: plane C.17: Setting property "alpha" to 0xffff/65535 (kms_atomic:412) igt_kms-DEBUG: Pipe D: Setting property "MODE_ID" to 0x0/0 (kms_atomic:412) igt_kms-DEBUG: Pipe D: Setting property "ACTIVE" to 0x0/0 (kms_atomic:412) igt_kms-DEBUG: display: populating plane data: D.0, fb 0 (kms_atomic:412) igt_kms-DEBUG: plane D.0: Setting property "SRC_X" to 0x0/0 (kms_atomic:412) igt_kms-DEBUG: plane D.0: Setting property "SRC_Y" to 0x0/0 (kms_atomic:412) igt_kms-DEBUG: plane D.0: Setting property "SRC_W" to 0x0/0 (kms_atomic:412) igt_kms-DEBUG: plane D.0: Setting property "SRC_H" to 0x0/0 (kms_atomic:412) igt_kms-DEBUG: plane D.0: Setting property "CRTC_X" to 0x0/0 (kms_atomic:412) igt_kms-DEBUG: plane D.0: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:412) igt_kms-DEBUG: plane D.0: Setting property "CRTC_W" to 0x0/0 (kms_atomic:412) igt_kms-DEBUG: plane D.0: Setting property "CRTC_H" to 0x0/0 (kms_atomic:412) igt_kms-DEBUG: plane D.0: Setting property "FB_ID" to 0x0/0 (kms_atomic:412) igt_kms-DEBUG: plane D.0: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:412) igt_kms-DEBUG: plane D.0: Setting property "rotation" to 0x1/1 (kms_atomic:412) igt_kms-DEBUG: plane D.0: Setting property "COLOR_ENCODING" to 0x0/0 (kms_atomic:412) igt_kms-DEBUG: plane D.0: Setting property "COLOR_RANGE" to 0x0/0 (kms_atomic:412) igt_kms-DEBUG: plane D.0: Setting property "pixel blend mode" to 0x0/0 (kms_atomic:412) igt_kms-DEBUG: plane D.0: Setting property "alpha" to 0xffff/65535 (kms_atomic:412) igt_kms-DEBUG: display: populating plane data: D.17, fb 0 (kms_atomic:412) igt_kms-DEBUG: plane D.17: Setting property "SRC_X" to 0x0/0 (kms_atomic:412) igt_kms-DEBUG: plane D.17: Setting property "SRC_Y" to 0x0/0 (kms_atomic:412) igt_kms-DEBUG: plane D.17: Setting property "SRC_W" to 0x0/0 (kms_atomic:412) igt_kms-DEBUG: plane D.17: Setting property "SRC_H" to 0x0/0 (kms_atomic:412) igt_kms-DEBUG: plane D.17: Setting property "CRTC_X" to 0x0/0 (kms_atomic:412) igt_kms-DEBUG: plane D.17: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:412) igt_kms-DEBUG: plane D.17: Setting property "CRTC_W" to 0x0/0 (kms_atomic:412) igt_kms-DEBUG: plane D.17: Setting property "CRTC_H" to 0x0/0 (kms_atomic:412) igt_kms-DEBUG: plane D.17: Setting property "FB_ID" to 0x0/0 (kms_atomic:412) igt_kms-DEBUG: plane D.17: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:412) igt_kms-DEBUG: plane D.17: Setting property "rotation" to 0x1/1 (kms_atomic:412) igt_kms-DEBUG: plane D.17: Setting property "COLOR_ENCODING" to 0x0/0 (kms_atomic:412) igt_kms-DEBUG: plane D.17: Setting property "COLOR_RANGE" to 0x0/0 (kms_atomic:412) igt_kms-DEBUG: plane D.17: Setting property "pixel blend mode" to 0x0/0 (kms_atomic:412) igt_kms-DEBUG: plane D.17: Setting property "alpha" to 0xffff/65535 (kms_atomic:412) igt_kms-DEBUG: Pipe E: Setting property "MODE_ID" to 0x0/0 (kms_atomic:412) igt_kms-DEBUG: Pipe E: Setting property "ACTIVE" to 0x0/0 (kms_atomic:412) igt_kms-DEBUG: display: populating plane data: E.0, fb 0 (kms_atomic:412) igt_kms-DEBUG: plane E.0: Setting property "SRC_X" to 0x0/0 (kms_atomic:412) igt_kms-DEBUG: plane E.0: Setting property "SRC_Y" to 0x0/0 (kms_atomic:412) igt_kms-DEBUG: plane E.0: Setting property "SRC_W" to 0x0/0 (kms_atomic:412) igt_kms-DEBUG: plane E.0: Setting property "SRC_H" to 0x0/0 (kms_atomic:412) igt_kms-DEBUG: plane E.0: Setting property "CRTC_X" to 0x0/0 (kms_atomic:412) igt_kms-DEBUG: plane E.0: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:412) igt_kms-DEBUG: plane E.0: Setting property "CRTC_W" to 0x0/0 (kms_atomic:412) igt_kms-DEBUG: plane E.0: Setting property "CRTC_H" to 0x0/0 (kms_atomic:412) igt_kms-DEBUG: plane E.0: Setting property "FB_ID" to 0x0/0 (kms_atomic:412) igt_kms-DEBUG: plane E.0: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:412) igt_kms-DEBUG: plane E.0: Setting property "rotation" to 0x1/1 (kms_atomic:412) igt_kms-DEBUG: plane E.0: Setting property "COLOR_ENCODING" to 0x0/0 (kms_atomic:412) igt_kms-DEBUG: plane E.0: Setting property "COLOR_RANGE" to 0x0/0 (kms_atomic:412) igt_kms-DEBUG: plane E.0: Setting property "pixel blend mode" to 0x0/<14>[ 174.214649] [IGT] kms_atomic: finished subtest pipe-A-Writeback-1, FAIL 0 (kms_<14>[ 174.222218] [IGT] kms_atomic: finished subtest plane-primary-legacy, FAIL atomic:412) igt_kms-DEBUG: plane E.0: Setting property "<14>[ 174.234719] [IGT] kms_atomic: exiting, ret=98 alpha" to 0xffff/65535 (kms_atomic:412) igt_kms-DEBUG: display: populating <8>[ 174.246414] plane data: E.17, fb 0 (kms_atomic:412) igt_kms-DEBUG: plane E.17: Setting property "SRC_X" to 0x0/0 (kms_atomic:412) igt_kms-DEBUG: plane E.17: Setting property "SRC_Y" to 0x0/0 (kms_atomic:412) igt_kms-DEBUG: pl<14>[ 174.273229] [IGT] kms_atomic: executing ane E.17: Setting property "SRC_W" to 0x0/0 (kms_atomic:412) igt_kms-DEBUG: plane E.17: Setting property "SRC_H" to 0x0/0 (kms_atomic:412) igt_kms-DEB<14>[ 174.291171] [IGT] kms_atomic: starting subtest plane-primary-overlay-mutable-zpos UG: plane E.17: Setting property "CRTC_X" to 0x0/0 (kms_atomic:412) igt_kms-DEBUG: plane E.17: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:412) igt_kms-DEBUG: plane E.17: Setting property "CRTC_W" to 0x0/0 (kms_atomic:412) igt_kms-DEBUG: plane E.17: Setting property "CRTC_H" to 0x0/0 (kms_atomic:412) igt_kms-DEBUG: plane E.17: Setting property "FB_ID" to 0x0/0 (kms_atomic:412) igt_kms-DEBUG: plane E.17: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:412) igt_kms-DEBUG: plane E.17: Setting property "rotation" to 0x1/1 (kms_atomic:412) igt_kms-DEBUG: plane E.17: Setting property "COLOR_ENCODING" to 0x0/0 (kms_atomic:412) igt_kms-DEBUG: plane E.17: Setting property "COLOR_RANGE" to 0x0/0 (kms_atomic:412) igt_kms-DEBUG: plane E.17: Setting property "pixel blend mode" to 0x0/0 (kms_atomic:412) igt_kms-DEBUG: plane E.17: Setting property "alpha" to 0xffff/65535 (kms_atomic:412) igt_kms-DEBUG: display: HDMI-A-1: preparing atomic, pipe: None (kms_atomic:412) igt_kms-DEBUG: HDMI-A-1: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:412) igt_kms-DEBUG: HDMI-A-1: Setting property "Broadcast RGB" to 0x1/1 (kms_atomic:412) igt_kms-DEBUG: HDMI-A-1: Setting property "HDR_OUTPUT_METADATA" to 0x0/0 (kms_atomic:412) igt_kms-DEBUG: display: HDMI-A-2: preparing atomic, pipe: None (kms_atomic:412) igt_kms-DEBUG: HDMI-A-2: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:412) igt_kms-DEBUG: HDMI-A-2: Setting property "Broadcast RGB" to 0x1/1 (kms_atomic:412) igt_kms-DEBUG: HDMI-A-2: Setting property "HDR_OUTPUT_METADATA" to 0x0/0 (kms_atomic:412) igt_kms-DEBUG: display: Writeback-1: preparing atomic, pipe: A (kms_atomic:412) igt_kms-DEBUG: Writeback-1: Setting property "CRTC_ID" to 0x36/54 (kms_atomic:412) igt_kms-DEBUG: Writeback-1: Setting property "WRITEBACK_FB_ID" to 0x0/0 (kms_atomic:412) igt_kms-DEBUG: display: } (kms_atomic:41<14>[ 174.464679] [IGT] kms_atomic: finished subtest plane-primary-overlay-mutable-zpos, SKIP 2) igt_fb-DEBUG: igt_create_fb_with_bo_size(width=4096, <14>[ 174.478093] [IGT] kms_atomic: exiting, ret=77 height=2160, format=XR24(0x34325258), modifier=0x0, size=0) (kms_atomic:412) ig<8>[ 174.489417] t_kms-CRITICAL: Test assertion failure function kmstest_dumb_create, file ../lib/igt_kms.c:1295: (kms_atomic:412) igt_kms-CRITICAL: Failed assertion: igt_ioctl((fd), ((((2U|1U) << (((0+8)+8)+14)) | ((('d')) << (0+8)) | (((0<14>[ 174.518174] [IGT] kms_atomic: executing xB2)) << 0) | ((((sizeof(struct drm_mode_create_dumb)))) << ((0+8)+8)))), (&create)) == 0 (kms_atomic:412) igt_kms-CRITICAL: Last errno: 12, Cannot all<14>[ 174.536230] [IGT] kms_atomic: starting subtest plane-immutable-zpos ocate memory (kms_atomi<14>[ 174.544921] [IGT] kms_atomic: starting dynamic subtest pipe-A-Writeback-1 c:412) igt_kms-CRITICAL: error: -1 != 0 (kms_atomic:412) igt_core-INFO: Stack trace: (kms_atomic:412) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_atomic:412) igt_core-INFO: #1 ../lib/igt_kms.c:1297 kmstest_dumb_create() (kms_atomic:412) igt_core-INFO: #2 ../lib/igt_fb.c:1249 create_bo_for_fb.isra.0() (kms_atomic:412) igt_core-INFO: #3 ../lib/igt_fb.c:2112 igt_create_fb_with_bo_size() (kms_atomic:412) igt_core-INFO: #4 ../lib/igt_fb.c:2155 igt_create_fb() (kms_atomic:412) igt_core-INFO: #5 ../lib/igt_fb.c:2268 igt_create_color_pattern_fb() (kms_atomic:412) igt_core-INFO: #6 [+0xe3395cd0] (kms_atomic:412) igt_core-INFO: #7 [+0xe33924b8] (kms_atomic:412) igt_core-INFO: #8 [__libc_init_first+0x80] (kms_atomic:412) igt_core-INFO: #9 [__libc_start_main+0x98] (kms_atomic:412) igt_core-INFO: #10 [+0xe33924f0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (1.537s)[0m [1mSubtest plane-primary-legacy: FAIL (1.553s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc5-next-20241030 aarch64) Using IGT_SRANDOM=1706305871 for randomisation Opened device: /dev/dri/card1 Starting subtest: plane-primary-overlay-mutable-zpos No dynamic tests executed. [1mSubtest plane-primary-overlay-mutable-zpos: SKIP (0.165s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc5-next-20241030 aarch64) Using IGT_SRANDOM=1706305871 for randomisation Opened device: /dev/dri/card1 Starting subtest: plane-immutable-zpos Starting dynamic subtest: pipe-A-Writeback-1 Test req<14>[ 174.716337] [IGT] kms_atomic: finished subtest pipe-A-Writeback-1, SKIP uirement<14>[ 174.724113] [IGT] kms_atomic: finished subtest plane-immutable-zpos, SKIP not met in function igt_require_pipe_crc, file ../lib/i<14>[ 174.736557] [IGT] kms_atomic: exiting, ret=77 gt_pipe_crc.c:211: Test requirement: fstatat(dir, "crtc-0/crc/control", &stat, <8>[ 174.748180] 0) == 0 CRCs not supported on this platform Last errno: 2, No such file or directory [1mDynamic subtest pipe-A-Writeback-1: SKIP (0.164s)[0m No dynamic tests executed. [1mSubtest plane-immutable-zpos: SKIP (0<14>[ 174.775467] [IGT] kms_atomic: executing .180s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc5-next-20241030 aarch64) Using IGT_SRANDOM=1706305872 for randomisation Opened devic<14>[ 174.793201] [IGT] kms_atomic: starting subtest test-only e: /dev/dri/card1 Starting subtest: test-only <14>[ 174.965127] [IGT] kms_atomic: starting dynamic subtest pipe-A-Writeback-1 Starting dynamic subtest: pipe-A-Writeback-1 [1mDyna<14>[ 175.125363] [IGT] kms_atomic: finished subtest pipe-A-Writeback-1, SUCCESS mic subt<14>[ 175.133404] [IGT] kms_atomic: finished subtest test-only, SUCCESS est pipe<14>[ 175.140770] [IGT] kms_atomic: exiting, ret=0 -A-Writeback-1: SUCCESS (0.153s)[0m [1mSubtest test-only: SUCCESS (0.334s)[0<8>[ 175.152428] m <14>[ 175.178027] [IGT] kms_atomic: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc5-next-20241030 aarch64) Using IGT_SRANDOM=1706305872 for randomisation Opened device: /dev/dri/<14>[ 175.195419] [IGT] kms_atomic: starting subtest plane-cursor-legacy card1 Starting subtest<14>[ 175.203883] [IGT] kms_atomic: starting dynamic subtest pipe-A-Writeback-1 : plane-cursor-legacy Starting dynamic subtest: pipe-A-Writeback-1 [1mDyna<14>[ 175.392072] [IGT] kms_atomic: finished subtest pipe-A-Writeback-1, SUCCESS mic subt<14>[ 175.400135] [IGT] kms_atomic: finished subtest plane-cursor-legacy, SUCCESS est pipe<14>[ 175.408423] [IGT] kms_atomic: exiting, ret=0 -A-Writeback-1: SUCCESS (0.180s)[0m [1mSubtest plane-cursor-legacy: SUCCESS (<8>[ 175.419859] 0.198s)[0m <14>[ 175.446676] [IGT] kms_atomic: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc5-next-20241030 aarch64) Using IGT_SRANDOM=1706305872 for randomisation Opened device: /dev/dri/<14>[ 175.464488] [IGT] kms_atomic: starting subtest plane-invalid-params card1 Starting subtest<14>[ 175.472902] [IGT] kms_atomic: starting dynamic subtest pipe-A-Writeback-1 : plane-invalid-params Starting dynamic subtest: pipe-A-Writeback-1 (kms_atomic:427) igt_kms-CRITICAL: Test assertion failure function kmstest_dumb_create, file ../lib/igt_kms.c:1295: (kms_atomic:427) igt_kms-CRITICAL: Failed assertion: igt_ioctl((fd), ((((2U|1U) << (((0+8)+8)+14)) | ((('d')) << (0+8)) | (((0xB2)) << 0) | ((((sizeof(struct drm_mode_create_dumb)))) << ((0+8)+8)))), (&create)) == 0 (kms_atomic:427) igt_kms-CRITICAL: Last errno: 12, Cannot allocate memory (kms_atomic:427) igt_kms-CRITICAL: error: -1 != 0 Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 ../lib/igt_kms.c:1297 kmstest_dumb_create() #2 ../lib/igt_fb.c:1249 create_bo_for_fb.isra.0() #3 ../lib/igt_fb.c:2112 igt_create_fb_with_bo_size() #4 ../lib/igt_fb.c:2155 igt_create_fb() #5 ../lib/igt_fb.c:2226 igt_create_pattern_fb() #6 [+0xc8ae54dc] #7 [+0xc8ae24b8] #8 [__libc_init_first+0x80] #9 [__libc_start_main+0x98] #10 [+0xc8ae24f0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** (kms_atomic:427) igt_kms-DEBUG: plane C.17: Setting property "SRC_W" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: plane C.17: Setting property "SRC_H" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: plane C.17: Setting property "CRTC_X" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: plane C.17: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: plane C.17: Setting property "CRTC_W" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: plane C.17: Setting property "CRTC_H" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: plane C.17: Setting property "FB_ID" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: plane C.17: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: plane C.17: Setting property "rotation" to 0x1/1 (kms_atomic:427) igt_kms-DEBUG: plane C.17: Setting property "COLOR_ENCODING" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: plane C.17: Setting property "COLOR_RANGE" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: plane C.17: Setting property "pixel blend mode" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: plane C.17: Setting property "alpha" to 0xffff/65535 (kms_atomic:427) igt_kms-DEBUG: Pipe D: Setting property "MODE_ID" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: Pipe D: Setting property "ACTIVE" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: display: populating plane data: D.0, fb 0 (kms_atomic:427) igt_kms-DEBUG: plane D.0: Setting property "SRC_X" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: plane D.0: Setting property "SRC_Y" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: plane D.0: Setting property "SRC_W" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: plane D.0: Setting property "SRC_H" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: plane D.0: Setting property "CRTC_X" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: plane D.0: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: plane D.0: Setting property "CRTC_W" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: plane D.0: Setting property "CRTC_H" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: plane D.0: Setting property "FB_ID" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: plane D.0: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: plane D.0: Setting property "rotation" to 0x1/1 (kms_atomic:427) igt_kms-DEBUG: plane D.0: Setting property "COLOR_ENCODING" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: plane D.0: Setting property "COLOR_RANGE" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: plane D.0: Setting property "pixel blend mode" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: plane D.0: Setting property "alpha" to 0xffff/65535 (kms_atomic:427) igt_kms-DEBUG: display: populating plane data: D.17, fb 0 (kms_atomic:427) igt_kms-DEBUG: plane D.17: Setting property "SRC_X" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: plane D.17: Setting property "SRC_Y" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: plane D.17: Setting property "SRC_W" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: plane D.17: Setting property "SRC_H" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: plane D.17: Setting property "CRTC_X" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: plane D.17: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: plane D.17: Setting property "CRTC_W" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: plane D.17: Setting property "CRTC_H" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: plane D.17: Setting property "FB_ID" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: plane D.17: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: plane D.17: Setting property "rotation" to 0x1/1 (kms_atomic:427) igt_kms-DEBUG: plane D.17: Setting property "COLOR_ENCODING" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: plane D.17: Setting property "COLOR_RANGE" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: plane D.17: Setting property "pixel blend mode" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: plane D.17: Setting property "alpha" to 0xffff/65535 (kms_atomic:427) igt_kms-DEBUG: Pipe E: Setting property "MODE_ID" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: Pipe E: Setting property "ACTIVE" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: display: populating plane data: E.0, fb 0 (kms_atomic:427) igt_kms-DEBUG: plane E.0: Setting property "SRC_X" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: plane E.0: Setting property "SRC_Y" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: plane E.0: Setting property "SRC_W" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: plane E.0: Setting property "SRC_H" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: plane E.0: Setting property "CRTC_X" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: plane E.0: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: plane E.0: Setting property "CRTC_W" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: plane E.0: Setting property "CRTC_H" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: plane E.0: Setting property "FB_ID" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: plane E.0: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: plane E.0: Setting property "rotation" to 0x1/1 (kms_atomic:427) igt_kms-DEBUG: plane E.0: Setting property "COLOR_ENCODING" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: plane E.0: Setting property "COLOR_RANGE" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: plane E.0: Setting property "pixel blend mode" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: plane E.0: Setting property "alpha" to 0xffff/65535 (kms_atomic:427) igt_kms-DEBUG: display: populating plane data: E.17, fb 0 (kms_atomic:427) igt_kms-DEBUG: plane E.17: Setting property "SRC_X" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: plane E.17: Setting property "SRC_Y" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: plane E.17: Setting property "SRC_W" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: plane E.17: Setting property "SRC_H" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: plane E.17: Setting property "CRTC_X" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: plane E.17: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: plane E.17: Setting property "CRTC_W" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: plane E.17: Setting property "CRTC_H" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: plane E.17: Setting property "FB_ID" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: plane E.17: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: plane E.17: Setting property "rotation" to 0x1/1 (kms_atomic:427) igt_kms-DEBUG: plane E.17: Setting property "COLOR_ENCODING" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: plane E.17: Setting property "COLOR_RANGE" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: plane E.17: Setting property "pixel blend mode" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: plane E.17: Setting property "alpha" to 0xffff/65535 (kms_atomic:427) igt_kms-DEBUG: display: HDMI-A-1: preparing atomic, pipe: None (kms_atomic:427) igt_kms-DEBUG: HDMI-A-1: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: HDMI-A-1: Setting property "Broadcast RGB" to 0x1/1 (kms_atomic:427) igt_kms-DEBUG: HDMI-A-1: Setting property "HDR_OUTPUT_METADATA" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: display: HDMI-A-2: preparing atomic, pipe: None (kms_atomic:427) igt_kms-DEBUG: HDMI-A-2: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: HDMI-A-2: Setting property "Broadcast RGB" to 0x1/1 (kms_atomic:427) igt_kms-DEBUG: HDMI-A-2: Setting property "HDR_OUTPUT_METADATA" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: display: Writeback-1: preparing atomic, pipe: A (kms_atomic:427) igt_kms-DEBUG: Writeback-1: Setting property "CRTC_ID" to 0x36/54 (kms_atomic:427) igt_kms-DEBUG: Writeback-1: Setting property "WRITEBACK_FB_ID" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: display: } (kms_atomic:427) igt_kms-DEBUG: display: commit { (kms_atomic:427) igt_kms-DEBUG: display: populating plane data: A.0, fb 46 (kms_atomic:427) igt_kms-DEBUG: plane A.0: Setting property "FB_ID" to 0x2e/46 (kms_atomic:427) igt_kms-DEBUG: display: } (kms_atomic:427) igt_kms-DEBUG: display: commit { (kms_atomic:427) igt_kms-DEBUG: display: populating plane data: A.0, fb 54 (kms_atomic:427) igt_kms-DEBUG: plane A.0: Setting property "FB_ID" to 0x36/54 (kms_atomic:427) igt_kms-DEBUG: display: } (kms_atomic:427) igt_kms-DEBUG: display: commit { (kms_atomic:427) igt_kms-DEBUG: display: populating plane data: A.0, fb 60 (kms_atomic:427) igt_kms-DEBUG: plane A.0: Setting property "FB_ID" to 0x3c/60 (kms_atomic:427) igt_kms-DEBUG: display: } (kms_atomic:427) igt_kms-DEBUG: display: commit { (kms_atomic:427) igt_kms-DEBUG: display: populating plane data: A.0, fb 265 (kms_atomic:427) igt_kms-DEBUG: plane A.0: Setting property "FB_ID" to 0x109/265 (kms_atomic:427) igt_kms-DEBUG: display: } (kms_atomic:427) igt_kms-DEBUG: display: commit { (kms_atomic:427) igt_kms-DEBUG: display: populating plane data: A.0, fb 0 (kms_atomic:427) igt_kms-DEBUG: plane A.0: Setting property "FB_ID" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: display: } (kms_atomic:427) igt_kms-DEBUG: display: A.0: plane_set_fb(266) (kms_atomic:427) igt_kms-DEBUG: display: A.0: plane_set_size (4096x2160) (kms_atomic:427) igt_kms-DEBUG: display: A.0: fb_set_position(0,0) (kms_atomic:427) igt_kms-DEBUG: display: A.0: fb_set_size(4096x2160) (kms_atomic:427) igt_kms-DEBUG: display: commit { (kms_atomic:427) igt_kms-DEBUG: display: populating plane data: A.0, fb 266 (kms_atomic:427) igt_kms-DEBUG: plane A.0: Setting property "SRC_X" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: plane A.0: Setting property "SRC_Y" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: plane A.0: Setting property "SRC_W" to 0x10000000/268435456 (kms_atomic:427) igt_kms-DEBUG: plane A.0: Setting property "SRC_H" to 0x8700000/141557760 (kms_atomic:427) igt_kms-DEBUG: plane A.0: Setting property "CRTC_W" to 0x1000/4096 (kms_atomic:427) igt_kms-DEBUG: plane A.0: Setting property "CRTC_H" to 0x870/2160 (kms_atomic:427) igt_kms-DEBUG: plane A.0: Setting property "FB_ID" to 0x10a/266 (kms_atomic:427) igt_kms-DEBUG: plane A.0: Setting property "CRTC_ID" to 0x36/54 (kms_atomic:427) igt_kms-DEBUG: plane A.0: Setting property "COLOR_ENCODING" to 0x1/1 (kms_atomic:427) igt_kms-DEBUG: plane A.0: Setting property "COLOR_RANGE" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: display: } (kms_atomic:427) igt_kms-DEBUG: display: commit { (kms_atomic:427) igt_kms-DEBUG: display: populating plane data: A.0, fb 266 (kms_atomic:427) igt_kms-DEBUG: plane A.0: Setting property "CRTC_ID" to 0x2e/46 (kms_atomic:427) igt_kms-DEBUG: display: } (kms_atomic:427) igt_kms-DEBUG: display: commit { (kms_atomic:427) igt_kms-DEBUG: display: populating plane data: A.0, fb 266 (kms_atomic:427) igt_kms-DEBUG: plane A.0: Setting property "CRTC_ID" to 0x10a/266 (kms_atomic:427) igt_kms-DEBUG: display: } (kms_atomic:427) igt_kms-DEBUG: display: commit { (kms_atomic:427) igt_kms-DEBUG: display: populating plane<14>[ 176.685704] [IGT] kms_atomic: finished subtest pipe-A-Writeback-1, FAIL data: A<14>[ 176.693264] [IGT] kms_atomic: finished subtest plane-invalid-params, FAIL .0, fb 266 (kms_atomic:427) igt_kms-DEBUG: plane A.0: S<14>[ 176.705786] [IGT] kms_atomic: exiting, ret=98 etting property "CRTC_ID" to 0x3c/60 (kms_atomic:427) igt_kms-DEBUG: display: }<8>[ 176.717393] (kms_atomic:427) igt_kms-DEBUG: display: commit { (kms_atomic:427) igt_kms-DEBUG: display: populating plane data: A.0, fb 266 (kms_atomic:427) igt_kms-DEBUG: plane A.0: Setting property "CRTC_ID" to 0x109/265<14>[ 176.744306] [IGT] kms_atomic: executing (kms_atomic:427) igt_kms-DEBUG: display: } (kms_atomic:427) igt_kms-DEBUG: display: commit { (kms_atomic:427) igt_kms-DEBUG: display: populating<14>[ 176.762033] [IGT] kms_atomic: starting subtest plane-invalid-params-fence plane data: A.0, fb 266<14>[ 176.771134] [IGT] kms_atomic: starting dynamic subtest pipe-A-Writeback-1 (kms_atomic:427) igt_kms-DEBUG: plane A.0: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: display: } (kms_atomic:427) igt_kms-DEBUG: display: A.0: plane_set_fb(266) (kms_atomic:427) igt_kms-DEBUG: display: A.0: plane_set_size (4096x2160) (kms_atomic:427) igt_kms-DEBUG: display: A.0: fb_set_position(0,0) (kms_atomic:427) igt_kms-DEBUG: display: A.0: fb_set_size(4096x2160) (kms_atomic:427) igt_kms-DEBUG: display: commit { (kms_atomic:427) igt_kms-DEBUG: display: populating plane data: A.0, fb 266 (kms_atomic:427) igt_kms-DEBUG: plane A.0: Setting property "SRC_X" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: plane A.0: Setting property "SRC_Y" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: plane A.0: Setting property "SRC_W" to 0x10000000/268435456 (kms_atomic:427) igt_kms-DEBUG: plane A.0: Setting property "SRC_H" to 0x8700000/141557760 (kms_atomic:427) igt_kms-DEBUG: plane A.0: Setting property "CRTC_W" to 0x1000/4096 (kms_atomic:427) igt_kms-DEBUG: plane A.0: Setting property "CRTC_H" to 0x870/2160 (kms_atomic:427) igt_kms-DEBUG: plane A.0: Setting property "FB_ID" to 0x10a/266 (kms_atomic:427) igt_kms-DEBUG: plane A.0: Setting property "CRTC_ID" to 0x36/54 (kms_atomic:427) igt_kms-DEBUG: plane A.0: Setting property "COLOR_ENCODING" to 0x1/1 (kms_atomic:427) igt_kms-DEBUG: plane A.0: Setting property "COLOR_RANGE" to 0x0/0 (kms_atomic:427) igt_kms-DEBUG: display: } (kms_atomic:427) igt_fb-DEBUG: igt_create_fb_with_bo_size(width=4095, height=2159, format=XR24(0x34325258), modifier=0x0, size=0) (kms_atomic:427) igt_kms-CRITICAL: Test assertion failure function kmstest_dumb_create, file ../lib/igt_kms.c:1295: (kms_atomic:427) igt_kms-CRITICAL: Failed assertion: igt_ioctl((fd), ((((2U|1U) << (((0+8)+8)+14)) | ((('d')) << (0+8)) | (((0xB2)) << 0) | ((((sizeof(struct drm_mode_create_dumb)))) << ((0+8)<14>[ 176.943083] [IGT] kms_atomic: finished subtest pipe-A-Writeback-1, SKIP +8)))), <14>[ 176.950386] [IGT] kms_atomic: finished subtest plane-invalid-params-fence, SKIP (&create)) == 0 (kms_atomic:427) igt_kms-CRITICAL: Last<14>[ 176.963413] [IGT] kms_atomic: exiting, ret=77 errno: 12, Cannot allocate memory (kms_atomic:427) igt_kms-CRITICAL: error: -1<8>[ 176.974882] != 0 (kms_atomic:427) igt_core-INFO: Stack trace: (kms_atomic:427) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_atomic:427) igt_core-INFO: #1 ../lib/igt_kms.c:1297 kmstest_dumb_create() <14>[ 177.002092] [IGT] kms_atomic: executing (kms_atomic:427) igt_core-INFO: #2 ../lib/igt_fb.c:1249 create_bo_for_fb.isra.0() (kms_atomic:427) igt_core-INFO: #3 ../lib/igt_fb.c:2112 igt_creat<14>[ 177.020359] [IGT] kms_atomic: starting subtest crtc-invalid-params e_fb_with_bo_size() (km<14>[ 177.028963] [IGT] kms_atomic: starting dynamic subtest pipe-A-Writeback-1 s_atomic:427) igt_core-INFO: #4 ../lib/igt_fb.c:2155 igt_create_fb() (kms_atomic:427) igt_core-INFO: #5 ../lib/igt_fb.c:2226 igt_create_pattern_fb() (kms_atomic:427) igt_core-INFO: #6 [+0xc8ae54dc] (kms_atomic:427) igt_core-INFO: #7 [+0xc8ae24b8] (kms_atomic:427) igt_core-INFO: #8 [__libc_init_first+0x80] (kms_atomic:427) igt_core-INFO: #9 [__libc_start_main+0x98] (kms_atomic:427) igt_core-INFO: #10 [+0xc8ae24f0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (1.205s)[0m [1mSubtest plane-invalid-params: FAIL (1.222s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc5-next-20241030 aarch64) Using IGT_SRANDOM=1706305874 for randomisation Opened device: /dev/dri/card1 Starting subtest: plane-invalid-params-fence Starting dynamic subtest: pipe-A-Writeback-1 Test requirement not met in function igt_require_sw_sync, file ../lib/sw_sync.c:265: Test requirement: kernel_has_sw_sync() Last errno: 2, No such file or directory [1mDynamic subtest pipe-A-Writeback-1: SKIP (0.164s)[0m No dynamic tests executed. [1mSubtest plane-invalid-params-fence: SKIP (0.181s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc5-next-20241030 aarch64) Using IGT_SRANDOM=1706305874 for randomisation Opened device: /dev/dri/card1 Starting subtest: crtc-invalid-params Starting dynamic subtest: pipe-A-Writeback-1 [1mDyna<14>[ 177.210918] [IGT] kms_atomic: finished subtest pipe-A-Writeback-1, SUCCESS mic subt<14>[ 177.218978] [IGT] kms_atomic: finished subtest crtc-invalid-params, SUCCESS est pipe<14>[ 177.227213] [IGT] kms_atomic: exiting, ret=0 -A-Writeback-1: SUCCESS (0.174s)[0m [1mSubtest crtc-invalid-params: S<8>[ 177.238624] UCCESS (0.191s)[0m <14>[ 177.264627] [IGT] kms_atomic: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc5-next-20241030 aarch64) Using IGT_SRANDOM=1706305874 for randomisation Opened device: /dev/dri/<14>[ 177.282281] [IGT] kms_atomic: starting subtest crtc-invalid-params-fence card1 Starting subtest<14>[ 177.291344] [IGT] kms_atomic: starting dynamic subtest pipe-A-Writeback-1 : crtc-invalid-params-fence Starting dynamic subtest: pipe-A-Writeback-1 Test req<14>[ 177.462453] [IGT] kms_atomic: finished subtest pipe-A-Writeback-1, SKIP uirement<14>[ 177.470232] [IGT] kms_atomic: finished subtest crtc-invalid-params-fence, SKIP not met in function igt_require_sw_sync, file ../lib/sw<14>[ 177.483201] [IGT] kms_atomic: exiting, ret=77 _sync.c:265: Test requirement: kernel_has_sw_sync() Last errno: 2, No such fil<8>[ 177.494643] e or directory [1mDynamic subtest pipe-A-Writeback-1: SKIP (0.163s)[0m No dynamic tests executed. [1mSubtest crtc-invalid-params-fence: SKIP (0.180s)[0m <14>[ 177.522088] [IGT] kms_atomic: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc5-next-20241030 aarch64) Using IGT_SRANDOM=1706305874 for randomisation Opened device: /dev/dri/<14>[ 177.539550] [IGT] kms_atomic: starting subtest atomic-invalid-params card1 Starting subtest<14>[ 177.548361] [IGT] kms_atomic: starting dynamic subtest pipe-A-Writeback-1 : atomic-invalid-params Starting dynamic subtest: pipe-A-Writeback-1 [1mDyna<14>[ 177.742337] [IGT] kms_atomic: finished subtest pipe-A-Writeback-1, SUCCESS mic subt<14>[ 177.750379] [IGT] kms_atomic: finished subtest atomic-invalid-params, SUCCESS est pipe<14>[ 177.758835] [IGT] kms_atomic: exiting, ret=0 -A-Writeback-1: SUCCESS (0.186s)[0m [1mSubtest atomic-invalid-params: SUCCESS<8>[ 177.770262] (0.203s)[0m <14>[ 177.797318] [IGT] kms_atomic: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc5-next-20241030 aarch64) Using IGT_SRANDOM=1706305875 for randomisation Opened device: /dev/dri/card1 <14>[ 177.816384] [IGT] kms_atomic: starting subtest atomic-plane-damage Starting subtest: atomic-plane-damage No dynam<14>[ 177.965901] [IGT] kms_atomic: finished subtest atomic-plane-damage, SKIP ic tests executed. [1mSubtest atomic-plane-dam<14>[ 177.977789] [IGT] kms_atomic: exiting, ret=77 age: SKIP (0.143s)[0m <8>[ 177.988181] <8>[ 177.997382] <8>[ 178.020021] <14>[ 178.041676] [IGT] kms_flip_event_leak: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc5-next-20241030 aarch64) Using IGT_SRANDOM=1706305875 for randomisation <14>[ 178.057478] [IGT] kms_flip_event_leak: starting subtest basic Opened device: /<14>[ 178.065295] [IGT] kms_flip_event_leak: starting dynamic subtest pipe-A-Writeback-1 dev/dri/card1 Starting subtest: basic Starting dynamic subtest: pipe-A-Writeback-1 (kms_flip_event_leak:448) igt_kms-CRITICAL: Test assertion failure function kmstest_dumb_create, file ../lib/igt_kms.c:1295: (kms_flip_event_leak:448) igt_kms-CRITICAL: Failed assertion: igt_ioctl((fd), ((((2U|1U) << (((0+8)+8)+14)) | ((('d')) << (0+8)) | (((0xB2)) << 0) | ((((sizeof(struct drm_mode_create_dumb)))) << ((0+8)+8)))), (&create)) == 0 (kms_flip_event_leak:448) igt_kms-CRITICAL: Last errno: 12, Cannot allocate memory (kms_flip_event_leak:448) igt_kms-CRITICAL: error: -1 != 0 Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 ../lib/igt_kms.c:1297 kmstest_dumb_create() #2 ../lib/igt_fb.c:1249 create_bo_for_fb.isra.0() #3 ../lib/igt_fb.c:2112 igt_create_fb_with_bo_size() #4 ../lib/igt_fb.c:2155 igt_create_fb() #5 [+0xda8b1964] #6 [+0xda8b146c] #7 [__libc_init_first+0x80] #8 [__libc_start_main+0x98] #9 [+0xda8b14b0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** SetProp plane A.9 "alpha" to 0xffff/65535 (kms_flip_event_leak:448) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_flip_event_leak:448) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_flip_event_leak:448) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_flip_event_leak:448) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_flip_event_leak:448) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_ENCODING" to 0x0/0 (kms_flip_event_leak:448) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_RANGE" to 0x0/0 (kms_flip_event_leak:448) igt_kms-DEBUG: display: SetProp plane A.10 "pixel blend mode" to 0x0/0 (kms_flip_event_leak:448) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_flip_event_leak:448) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_flip_event_leak:448) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_flip_event_leak:448) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_flip_event_leak:448) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_flip_event_leak:448) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_ENCODING" to 0x0/0 (kms_flip_event_leak:448) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_RANGE" to 0x0/0 (kms_flip_event_leak:448) igt_kms-DEBUG: display: SetProp plane A.11 "pixel blend mode" to 0x0/0 (kms_flip_event_leak:448) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_flip_event_leak:448) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_flip_event_leak:448) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_flip_event_leak:448) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_flip_event_leak:448) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_flip_event_leak:448) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_ENCODING" to 0x0/0 (kms_flip_event_leak:448) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_RANGE" to 0x0/0 (kms_flip_event_leak:448) igt_kms-DEBUG: display: SetProp plane A.12 "pixel blend mode" to 0x0/0 (kms_flip_event_leak:448) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_flip_event_leak:448) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_flip_event_leak:448) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_flip_event_leak:448) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_flip_event_leak:448) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_flip_event_leak:448) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_ENCODING" to 0x0/0 (kms_flip_event_leak:448) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_RANGE" to 0x0/0 (kms_flip_event_leak:448) igt_kms-DEBUG: display: SetProp plane A.13 "pixel blend mode" to 0x0/0 (kms_flip_event_leak:448) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_flip_event_leak:448) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_flip_event_leak:448) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_flip_event_leak:448) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_flip_event_leak:448) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_flip_event_leak:448) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_ENCODING" to 0x0/0 (kms_flip_event_leak:448) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_RANGE" to 0x0/0 (kms_flip_event_leak:448) igt_kms-DEBUG: display: SetProp plane A.14 "pixel blend mode" to 0x0/0 (kms_flip_event_leak:448) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_flip_event_leak:448) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_flip_event_leak:448) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_flip_event_leak:448) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_flip_event_leak:448) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_flip_event_leak:448) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_ENCODING" to 0x0/0 (kms_flip_event_leak:448) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_RANGE" to 0x0/0 (kms_flip_event_leak:448) igt_kms-DEBUG: display: SetProp plane A.15 "pixel blend mode" to 0x0/0 (kms_flip_event_leak:448) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_flip_event_leak:448) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_flip_event_leak:448) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_flip_event_leak:448) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_flip_event_leak:448) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_flip_event_leak:448) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_ENCODING" to 0x0/0 (kms_flip_event_leak:448) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_RANGE" to 0x0/0 (kms_flip_event_leak:448) igt_kms-DEBUG: display: SetProp plane A.16 "pixel blend mode" to 0x0/0 (kms_flip_event_leak:448) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_flip_event_leak:448) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_flip_event_leak:448) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_flip_event_leak:448) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_flip_event_leak:448) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_flip_event_leak:448) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_flip_event_leak:448) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_flip_event_leak:448) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_flip_event_leak:448) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_flip_event_leak:448) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_flip_event_leak:448) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_flip_event_leak:448) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_flip_event_leak:448) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_flip_event_leak:448) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_flip_event_leak:448) igt_kms-DEBUG: <14>[ 179.064625] [IGT] kms_flip_event_leak: finished subtest pipe-A-Writeback-1, FAIL display:<14>[ 179.073033] [IGT] kms_flip_event_leak: finished subtest basic, FAIL SetCrtc pipe C, disabling (kms_flip_event_<14>[ 179.084343] [IGT] kms_flip_event_leak: exiting, ret=98 leak:448) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0<8>[ 179.095690] && plane_idx < pipe->n_<8>[ 179.103791] planes (kms_flip_event_leak:448) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 17 (kms_flip_event_leak:448) igt_kms-DEBUG: display: SetCursor pipe C, disabling (kms_flip_event_le<8>[ 179.126449] ak:448) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_flip_event_leak:448) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_flip<14>[ 179.147709] [IGT] kms_prop_blob: executing _event_leak:448)<14>[ 179.153603] [IGT] kms_prop_blob: starting subtest basic igt_kms<14>[ 179.160044] [IGT] kms_prop_blob: finished subtest basic, SUCCESS -DEBUG: <14>[ 179.167178] [IGT] kms_prop_blob: exiting, ret=0 display: Fixing up initial rotation pipe D, plane 0 (kms_fl<8>[ 179.177739] ip_event_leak:448) igt_kms-DEBUG: display: SetCrtc pipe D, disabling (kms_flip_event_leak:448) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe-><14>[ 179.200117] [IGT] kms_prop_blob: executing n_planes<14>[ 179.205223] [IGT] kms_prop_blob: starting subtest blob-prop-core (kms_f<14>[ 179.212308] [IGT] kms_prop_blob: finished subtest blob-prop-core, SUCCESS lip_even<14>[ 179.220067] [IGT] kms_prop_blob: exiting, ret=0 t_leak:448) igt_kms-DEBUG: display: Fixing up initial rotati<8>[ 179.230591] on pipe D, plane 17 (kms_flip_event_leak:448) igt_kms-DEBUG: display: SetCursor pipe D, disabling (kms_flip_event_leak:448) igt_kms-DEBUG: display: MoveCursor pipe D,<14>[ 179.253798] [IGT] kms_prop_blob: executing (0, 0) <14>[ 179.258783] [IGT] kms_prop_blob: starting subtest blob-prop-validate (kms_fl<14>[ 179.266277] [IGT] kms_prop_blob: finished subtest blob-prop-validate, SUCCESS ip_event<14>[ 179.274319] [IGT] kms_prop_blob: exiting, ret=0 _leak:448) igt_kms-DEBUG: Test requirement passed: plane_idx >= <8>[ 179.284843] 0 && plane_idx < pipe->n_planes (kms_flip_event_leak:448) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 0 (kms_flip_event_leak:448) igt_kms-DEBUG: disp<14>[ 179.308435] [IGT] kms_prop_blob: executing lay: <14>[ 179.313509] [IGT] kms_prop_blob: starting subtest blob-prop-lifetime SetCrtc<14>[ 179.320756] [IGT] kms_prop_blob: finished subtest blob-prop-lifetime, SUCCESS pipe E,<14>[ 179.329312] [IGT] kms_prop_blob: exiting, ret=0 disabling (kms_flip_event_leak:448) igt_kms-DEBUG: Test requir<8>[ 179.339528] ement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_flip_event_leak:448) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 17 (kms_flip_event_l<14>[ 179.362909] [IGT] kms_prop_blob: executing eak:448)<14>[ 179.368109] [IGT] kms_prop_blob: starting subtest blob-multiple igt_kms<14>[ 179.375086] [IGT] kms_prop_blob: finished subtest blob-multiple, SUCCESS -DEBUG: <14>[ 179.382696] [IGT] kms_prop_blob: exiting, ret=0 display: SetCursor pipe E, disabling (kms_flip_event_leak:4<8>[ 179.393284] 48) igt_kms-DEBUG: display: MoveCursor pipe E, (0, 0) (kms_flip_event_leak:448) igt_kms-DEBUG: display: } (kms_flip_event_leak:448) drmtest-DEBUG: Force option used: Using driver<14>[ 179.416504] [IGT] kms_prop_blob: executing vc4 (k<14>[ 179.422223] [IGT] kms_prop_blob: starting subtest invalid-get-prop-any ms_flip_<14>[ 179.429529] [IGT] kms_prop_blob: finished subtest invalid-get-prop-any, SUCCESS event_le<14>[ 179.438005] [IGT] kms_prop_blob: exiting, ret=0 ak:448) drmtest-DEBUG: Expected driver "vc4" but got "v3d" (kms<8>[ 179.448527] _flip_event_leak:448) drmtest-DEBUG: Opened previously opened device: /dev/dri/card1 (kms_flip_event_leak:448) drmtest-DEBUG: Test requirement passed: !(fd<0) (kms_flip_event<14>[ 179.472254] [IGT] kms_prop_blob: executing _leak:44<14>[ 179.477342] [IGT] kms_prop_blob: starting subtest invalid-get-prop 8) igt_f<14>[ 179.484367] [IGT] kms_prop_blob: finished subtest invalid-get-prop, SUCCESS b-DEBUG:<14>[ 179.492485] [IGT] kms_prop_blob: exiting, ret=0 igt_create_fb_with_bo_size(width=4096, height=2160, format=XR24<8>[ 179.503086] (0x34325258), modifier=0x0, size=0) (kms_flip_event_leak:448) igt_kms-CRITICAL: Test assertion failure function kmstest_dumb_create, file ../lib/igt_kms.c:1295: (kms_flip_event_leak:<14>[ 179.526784] [IGT] kms_prop_blob: executing 448) igt<14>[ 179.532189] [IGT] kms_prop_blob: starting subtest invalid-set-prop-any _kms-CRI<14>[ 179.539916] [IGT] kms_prop_blob: finished subtest invalid-set-prop-any, SUCCESS TICAL: F<14>[ 179.548045] [IGT] kms_prop_blob: exiting, ret=0 ailed assertion: igt_ioctl((fd), ((((2U|1U) << (((0+8)+8)+14)) |<8>[ 179.558616] ((('d')) << (0+8)) | (((0xB2)) << 0) | ((((sizeof(struct drm_mode_create_dumb)))) << ((0+8)+8)))), (&create)) == 0 (kms_flip_event_leak:448) igt_kms-CRITICAL: Last errno: 12,<14>[ 179.582195] [IGT] kms_prop_blob: executing Cannot <14>[ 179.587401] [IGT] kms_prop_blob: starting subtest invalid-set-prop allocate<14>[ 179.594393] [IGT] kms_prop_blob: finished subtest invalid-set-prop, SUCCESS memory <14>[ 179.602886] [IGT] kms_prop_blob: exiting, ret=0 (kms_flip_event_leak:448) igt_kms-CRITICAL: error: -1 != 0 (km<8>[ 179.613109] s_flip_event_leak:448) i<8>[ 179.622578] gt_core-INFO: Stack trace: (kms_flip_event_leak:448) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_flip_event_leak:448) igt_core-INFO: #1 ../lib/igt_kms.c:1297 kmstest_dumb_create() (kms_fl<8>[ 179.645561] ip_event_leak:448) igt_core-INFO: #2 ../lib/igt_fb.c:1249 create_bo_for_fb.isra.0() (kms_flip_event_leak:448) igt_core-INFO: #3 ../lib/igt_fb.c:2112 igt_create_fb_with_bo_size() <14>[ 179.667305] [IGT] kms_setmode: executing (kms_flip_event_<14>[ 179.673007] [IGT] kms_setmode: starting subtest basic leak:448<14>[ 179.679118] [IGT] kms_setmode: finished subtest basic, SKIP ) igt_co<14>[ 179.685765] [IGT] kms_setmode: exiting, ret=77 re-INFO: #4 ../lib/igt_fb.c:2155 igt_create_fb() (kms_flip_ev<8>[ 179.696351] ent_leak:448) igt_core-INFO: #5 [+0xda8b1964] (kms_flip_event_leak:448) igt_core-INFO: #6 [+0xda8b146c] (kms_flip_event_leak:448) igt_core-INFO: #7 [__libc_in<14>[ 179.718996] [IGT] kms_setmode: executing it_first<14>[ 179.724415] [IGT] kms_setmode: starting subtest basic-clone-single-crtc +0x80] <14>[ 179.731788] [IGT] kms_setmode: finished subtest basic-clone-single-crtc, SKIP (kms_fli<14>[ 179.740374] [IGT] kms_setmode: exiting, ret=77 p_event_leak:448) igt_core-INFO: #8 [__libc_start_main+0x98] <8>[ 179.750601] (kms_flip_event_leak:448) igt_core-INFO: #9 [+0xda8b14b0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (0.991s)[0m [1mSubtest basic: FAIL (1.009s)[0m <14>[ 179.774986] [IGT] kms_setmode: executing IGT-Vers<14>[ 179.780175] [IGT] kms_setmode: starting subtest invalid-clone-single-crtc ion: 1.2<14>[ 179.788186] [IGT] kms_setmode: finished subtest invalid-clone-single-crtc, SKIP 8-ga44eb<14>[ 179.796297] [IGT] kms_setmode: exiting, ret=77 fe (aarch64) (Linux: 6.12.0-rc5-next-20241030 aarch64) Using IG<8>[ 179.806799] T_SRANDOM=1706305876 for randomisation Opened device: /dev/dri/card1 Starting subtest: basic [1mSubtest basic: SUCCESS (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.<14>[ 179.831373] [IGT] kms_setmode: executing 12.0-rc5<14>[ 179.836566] [IGT] kms_setmode: starting subtest invalid-clone-exclusive-crtc -next-20<14>[ 179.844843] [IGT] kms_setmode: finished subtest invalid-clone-exclusive-crtc, SKIP 241030 a<14>[ 179.853225] [IGT] kms_setmode: exiting, ret=77 arch64) Using IGT_SRANDOM=1706305876 for randomisation Opened <8>[ 179.863736] device: /dev/dri/card1 Starting subtest: blob-prop-core [1mSubtest blob-prop-core: SUCCESS (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc5-next-20241030 aarch6<14>[ 179.888277] [IGT] kms_setmode: executing 4) Using IGT_SR<14>[ 179.894134] [IGT] kms_setmode: starting subtest clone-exclusive-crtc ANDOM=17<14>[ 179.901751] [IGT] kms_setmode: finished subtest clone-exclusive-crtc, SKIP 06305876<14>[ 179.909691] [IGT] kms_setmode: exiting, ret=77 for randomisation Opened device: /dev/dri/card1 Starting subt<8>[ 179.920196] est: blob-prop-validate [1mSubtest blob-prop-validate: SUCCESS (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc5-next-20241030 aarch64) Using IGT_SRANDOM<14>[ 179.943730] [IGT] kms_setmode: executing =1706305<14>[ 179.948990] [IGT] kms_setmode: starting subtest invalid-clone-single-crtc-stealing 876 for <14>[ 179.957266] [IGT] kms_setmode: finished subtest invalid-clone-single-crtc-stealing, SKIP randomis<14>[ 179.966474] [IGT] kms_setmode: exiting, ret=77 ation Opened device: /dev/dri/card1 Starting subtest: blob-pro<8>[ 179.977003] p-lifetime [1mSubtest <8>[ 179.988160] blob-prop-lifetime: SUCCESS (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc5-next-20241030 aarch64) Using IGT_SRANDOM=1706305876 for randomisation Opened device: /dev/dri/card1 Startin<8>[ 180.010892] g subtest: blob-multiple [1mSubtest blob-multiple: SUCCESS (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc5-next-20241030 aarch64) Using IGT_SRANDOM=1706305876 <14>[ 180.031812] [IGT] kms_vblank: executing for randomisation Opened device: /dev/dri/card1 Starting subtest: invalid-get-prop-any [1mSubtest invalid-get-prop-any: SUCC<14>[ 180.047435] [IGT] kms_vblank: starting subtest invalid ESS (0.000s)[0m IGT-Ve<14>[ 180.054919] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 rsion: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc5-next-20241030 aarch64) Using IGT_SRANDOM=1706305876 for randomisation Opened device: /dev/dri/card1 Starting subtest: invalid-get-prop [1mSubtest invalid-get-prop: SUCCESS (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc5-next-20241030 aarch64) Using IGT_SRANDOM=1706305876 for randomisation Opened device: /dev/dri/card1 Starting subtest: invalid-set-prop-any [1mSubtest invalid-set-prop-any: SUCCESS (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc5-next-20241030 aarch64) Using IGT_SRANDOM=1706305876 for randomisation Opened device: /dev/dri/card1 Starting subtest: invalid-set-prop [1mSubtest invalid-set-prop: SUCCESS (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc5-next-20241030 aarch64) Using IGT_SRANDOM=1706305877 for randomisation Opened device: /dev/dri/card1 Starting subtest: basic Testing: basic 1 connector combinations Testing: basic 2 connector combinations No dynamic tests executed. [1mSubtest basic: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc5-next-20241030 aarch64) Using IGT_SRANDOM=1706305877 for randomisation Opened device: /dev/dri/card1 Starting subtest: basic-clone-single-crtc Testing: basic-clone-single-crtc 2 connector combinations No dynamic tests executed. [1mSubtest basic-clone-single-crtc: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc5-next-20241030 aarch64) Using IGT_SRANDOM=1706305877 for randomisation Opened device: /dev/dri/card1 Starting subtest: invalid-clone-single-crtc Testing: invalid-clone-single-crtc 2 connector combinations No dynamic tests executed. [1mSubtest invalid-clone-single-crtc: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc5-next-20241030 aarch64) Using IGT_SRANDOM=1706305877 for randomisation Opened device: /dev/dri/card1 Starting subtest: invalid-clone-exclusive-crtc Testing: invalid-clone-exclusive-crtc 2 connector combinations No dynamic tests executed. [1mSubtest invalid-clone-exclusive-crtc: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc5-next-20241030 aarch64) Using IGT_SRANDOM=1706305877 for randomisation Opened device: /dev/dri/card1 Starting subtest: clone-exclusive-crtc Testing: clone-exclusive-crtc 2 connector combinations No dynamic tests executed. [1mSubtest clone-exclusive-crtc: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc5-next-20241030 aarch64) Using IGT_SRANDOM=1706305877 for randomisation Opened device: /dev/dri/card1 Starting subtest: invalid-clone-single-crtc-stealing Testing: invalid-clone-single-crtc-stealing 2 connector combinations No dynamic tests executed. [1mSubtest invalid-clone-single-crtc-stealing: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc5-next-20241030 aarch64) Using IGT_SRANDOM=1706305877 for randomisation Opened device: /dev/dri/card1 Starting subtest: invalid Starting dynamic subtest: pipe-A-Writeback-1 (kms_vblank:505) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:505) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:505) igt_kms-CRITICAL: Last errno: 16, Device or resource busy Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() #2 [+0xb8b7338c] #3 [+0xb8b71c78] #4 [__libc_init_first+0x80] #5 [__libc_start_main+0x98] #6 [+0xb8b71cb0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** SetProp plane A.9 "COLOR_ENCODING" to 0x0/0 (kms_vblank:505) igt_kms-DEBUG: display: SetProp plane A.9 "COLOR_RANGE" to 0x0/0 (kms_vblank:505) igt_kms-DEBUG: display: SetProp plane A.9 "pixel blend mode" to 0x0/0 (kms_vblank:505) igt_kms-DEBUG: display: SetProp plane A.9 "alpha" to 0xffff/65535 (kms_vblank:505) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:505) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_vblank:505) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_vblank:505) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_vblank:505) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_ENCODING" to 0x0/0 (kms_vblank:505) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_RANGE" to 0x0/0 (kms_vblank:505) igt_kms-DEBUG: display: SetProp plane A.10 "pixel blend mode" to 0x0/0 (kms_vblank:505) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_vblank:505) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:505) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_vblank:505) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_vblank:505) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_vblank:505) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_ENCODING" to 0x0/0 (kms_vblank:505) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_RANGE" to 0x0/0 (kms_vblank:505) igt_kms-DEBUG: display: SetProp plane A.11 "pixel blend mode" to 0x0/0 (kms_vblank:505) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_vblank:505) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:505) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_vblank:505) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_vblank:505) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_vblank:505) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_ENCODING" to 0x0/0 (kms_vblank:505) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_RANGE" to 0x0/0 (kms_vblank:505) igt_kms-DEBUG: display: SetProp plane A.12 "pixel blend mode" to 0x0/0 (kms_vblank:505) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_vblank:505) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:505) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_vblank:505) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_vblank:505) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_vblank:505) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_ENCODING" to 0x0/0 (kms_vblank:505) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_RANGE" to 0x0/0 (kms_vblank:505) igt_kms-DEBUG: display: SetProp plane A.13 "pixel blend mode" to 0x0/0 (kms_vblank:505) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_vblank:505) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:505) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_vblank:505) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_vblank:505) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_vblank:505) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_ENCODING" to 0x0/0 (kms_vblank:505) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_RANGE" to 0x0/0 (kms_vblank:505) igt_kms-DEBUG: display: SetProp plane A.14 "pixel blend mode" to 0x0/0 (kms_vblank:505) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_vblank:505) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:505) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_vblank:505) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_vblank:505) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_vblank:505) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_ENCODING" to 0x0/0 (kms_vblank:505) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_RANGE" to 0x0/0 (kms_vblank:505) igt_kms-DEBUG: display: SetProp plane A.15 "pixel blend mode" to 0x0/0 (kms_vblank:505) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_vblank:505) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:505) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_vblank:505) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_vblank:505) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_vblank:505) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_ENCODING" to 0x0/0 (kms_vblank:505) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_RANGE" to 0x0/0 (kms_vblank:505) igt_kms-DEBUG: display: SetProp plane A.16 "pixel blend mode" to 0x0/0 (kms_vblank:505) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_vblank:505) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:505) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_vblank:505) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_vblank:505) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_vblank:505) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:505) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_vblank:505) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_vblank:505) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:505) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_vblank:505) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_vblank:505) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_vblank:505) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:505) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_vblank:505) igt_kms-DEBUG: display: SetCrtc pipe C, disabling (kms_vblank:505) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:505) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 17 (kms_vblank:505) igt_kms-DEBUG: display: SetCursor pipe C, disabling (kms_vblank:505) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_vblank:505) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:505) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 0 (kms_vblank:505) igt_kms-DEBUG: display: SetCrtc pipe D, disabling (kms_vblank:505) igt_kms-DEBUG: Te<14>[ 184.142574] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL st requi<14>[ 184.150281] [IGT] kms_vblank: finished subtest invalid, FAIL rement passed: plane_idx >= 0 && plane_idx < pipe->n_pla<14>[ 184.161159] [IGT] kms_vblank: exiting, ret=98 nes (kms_vblank:505) igt_kms-DEBUG: display: Fixing up init<8>[ 184.172226] ial rotation pipe D, plane 17 (kms_vblank:505) igt_kms-DEBUG: display: SetCursor pipe D, disabling (kms_vblank:505) igt_kms-DEBUG: display: MoveCursor pipe D, (0, 0) <14>[ 184.194150] [IGT] kms_vblank: executing (kms_vblank:505) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:505)<14>[ 184.209082] [IGT] kms_vblank: starting subtest crtc-id igt_kms-DEBUG: display:<14>[ 184.216215] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 Fixing up initial rotation pipe E, plane 0 (kms_vblank:505) igt_kms-DEBUG: display: SetCrtc pipe E, disabling (kms_vblank:505) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:505) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 17 (kms_vblank:505) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms_vblank:505) igt_kms-DEBUG: display: MoveCursor pipe E, (0, 0) (kms_vblank:505) igt_kms-DEBUG: display: } (kms_vblank:505) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:505) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:505) igt_kms-CRITICAL: Last errno: 16, Device or resource busy (kms_vblank:505) igt_core-INFO: Stack trace: (kms_vblank:505) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_vblank:505) igt_core-INFO: #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() (kms_vblank:505) igt_core-INFO: #2 [+0xb8b7338c] (kms_vblank:505) igt_core-INFO: #3 [+0xb8b71c78] (kms_vblank:505) igt_core-INFO: #4 [__libc_init_first+0x80] (kms_vblank:505) igt_core-INFO: #5 [__libc_start_main+0x98] (kms_vblank:505) igt_core-INFO: #6 [+0xb8b71cb0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (4.080s)[0m [1mSubtest invalid: FAIL (4.096s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc5-next-20241030 aarch64) Using IGT_SRANDOM=1706305881 for randomisation Opened device: /dev/dri/card1 Starting subtest: crtc-id Starting dynamic subtest: pipe-A-Writeback-1 (kms_vblank:508) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:508) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:508) igt_kms-CRITICAL: Last errno: 16, Device or resource busy Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() #2 [+0xd5cd3728] #3 [+0xd5cd1c78] #4 [__libc_init_first+0x80] #5 [__libc_start_main+0x98] #6 [+0xd5cd1cb0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** SetProp plane A.9 "COLOR_ENCODING" to 0x0/0 (kms_vblank:508) igt_kms-DEBUG: display: SetProp plane A.9 "COLOR_RANGE" to 0x0/0 (kms_vblank:508) igt_kms-DEBUG: display: SetProp plane A.9 "pixel blend mode" to 0x0/0 (kms_vblank:508) igt_kms-DEBUG: display: SetProp plane A.9 "alpha" to 0xffff/65535 (kms_vblank:508) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:508) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_vblank:508) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_vblank:508) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_vblank:508) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_ENCODING" to 0x0/0 (kms_vblank:508) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_RANGE" to 0x0/0 (kms_vblank:508) igt_kms-DEBUG: display: SetProp plane A.10 "pixel blend mode" to 0x0/0 (kms_vblank:508) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_vblank:508) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:508) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_vblank:508) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_vblank:508) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_vblank:508) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_ENCODING" to 0x0/0 (kms_vblank:508) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_RANGE" to 0x0/0 (kms_vblank:508) igt_kms-DEBUG: display: SetProp plane A.11 "pixel blend mode" to 0x0/0 (kms_vblank:508) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_vblank:508) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:508) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_vblank:508) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_vblank:508) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_vblank:508) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_ENCODING" to 0x0/0 (kms_vblank:508) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_RANGE" to 0x0/0 (kms_vblank:508) igt_kms-DEBUG: display: SetProp plane A.12 "pixel blend mode" to 0x0/0 (kms_vblank:508) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_vblank:508) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:508) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_vblank:508) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_vblank:508) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_vblank:508) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_ENCODING" to 0x0/0 (kms_vblank:508) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_RANGE" to 0x0/0 (kms_vblank:508) igt_kms-DEBUG: display: SetProp plane A.13 "pixel blend mode" to 0x0/0 (kms_vblank:508) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_vblank:508) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:508) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_vblank:508) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_vblank:508) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_vblank:508) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_ENCODING" to 0x0/0 (kms_vblank:508) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_RANGE" to 0x0/0 (kms_vblank:508) igt_kms-DEBUG: display: SetProp plane A.14 "pixel blend mode" to 0x0/0 (kms_vblank:508) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_vblank:508) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:508) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_vblank:508) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_vblank:508) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_vblank:508) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_ENCODING" to 0x0/0 (kms_vblank:508) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_RANGE" to 0x0/0 (kms_vblank:508) igt_kms-DEBUG: display: SetProp plane A.15 "pixel blend mode" to 0x0/0 (kms_vblank:508) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_vblank:508) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:508) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_vblank:508) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_vblank:508) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_vblank:508) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_ENCODING" to 0x0/0 (kms_vblank:508) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_RANGE" to 0x0/0 (kms_vblank:508) igt_kms-DEBUG: display: SetProp plane A.16 "pixel blend mode" to 0x0/0 (kms_vblank:508) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_vblank:508) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:508) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_vblank:508) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_vblank:508) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_vblank:508) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:508) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_vblank:508) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_vblank:508) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:508) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_vblank:508) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_vblank:508) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_vblank:508) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:508) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_vblank:508) igt_kms-DEBUG: display: SetCrtc pipe C, disabling (kms_vblank:508) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:508) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 17 (kms_vblank:508) igt_kms-DEBUG: display: SetCursor pipe C, disabling (kms_vblank:508) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_vblank:508) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:508) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 0 (kms_vblank:508) igt_kms-DEBUG: display: SetCrtc pipe D, disabling (kms_vblank:508) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:508) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 17 (kms_vblank:508) igt_kms-DEBUG: display: SetCursor pi<14>[ 188.257964] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL pe D, di<14>[ 188.265509] [IGT] kms_vblank: finished subtest crtc-id, FAIL sabling (kms_vblank:508) igt_kms-DEBUG: display: MoveCursor pipe D, (0, 0) (kms_vb<14>[ 188.279958] [IGT] kms_vblank: exiting, ret=98 lank:508) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:508) igt_kms-DEBUG: display: Fix<8>[ 188.297367] ing up initial rotation pipe E, plane 0 (kms_vblank:508) igt_kms-DEBUG: display: SetCrtc pipe E, disabling (kms_vblank:508) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:508) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 17 (kms_vblank:508) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms_vblank:508) igt_kms-DEBUG: display: MoveCursor pipe<14>[ 188.342939] [IGT] kms_vblank: executing E, (0, 0) (kms_vblank:508) igt_kms-DEBUG: display: } (kms_vblank:508) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:508) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:508) igt_kms-CRITICAL: Last errno: 16, Device or resource busy (kms_vblan<14>[ 188.378503] [IGT] kms_vblank: starting subtest accuracy-idle k:508) igt_core-INFO: Stack trace: (kms<14>[ 188.388450] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 _vblank:508) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_vblank:508) igt_core-INFO: #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() (kms_vblank:508) igt_core-INFO: #2 [+0xd5cd3728] (kms_vblank:508) igt_core-INFO: #3 [+0xd5cd1c78] (kms_vblank:508) igt_core-INFO: #4 [__libc_init_first+0x80] (kms_vblank:508) igt_core-INFO: #5 [__libc_start_main+0x98] (kms_vblank:508) igt_core-INFO: #6 [+0xd5cd1cb0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (4.034s)[0m [1mSubtest crtc-id: FAIL (4.050s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc5-next-20241030 aarch64) Using IGT_SRANDOM=1706305885 for randomisation Opened device: /dev/dri/card1 Starting subtest: accuracy-idle Starting dynamic subtest: pipe-A-Writeback-1 (kms_vblank:511) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:511) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:511) igt_kms-CRITICAL: Last errno: 16, Device or resource busy Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() #2 [+0xccb11f94] #3 [+0xccb12fa0] #4 [+0xccb131bc] #5 [+0xccb11c78] #6 [__libc_init_first+0x80] #7 [__libc_start_main+0x98] #8 [+0xccb11cb0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** SetProp plane A.9 "COLOR_RANGE" to 0x0/0 (kms_vblank:511) igt_kms-DEBUG: display: SetProp plane A.9 "pixel blend mode" to 0x0/0 (kms_vblank:511) igt_kms-DEBUG: display: SetProp plane A.9 "alpha" to 0xffff/65535 (kms_vblank:511) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:511) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_vblank:511) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_vblank:511) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_vblank:511) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_ENCODING" to 0x0/0 (kms_vblank:511) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_RANGE" to 0x0/0 (kms_vblank:511) igt_kms-DEBUG: display: SetProp plane A.10 "pixel blend mode" to 0x0/0 (kms_vblank:511) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_vblank:511) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:511) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_vblank:511) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_vblank:511) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_vblank:511) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_ENCODING" to 0x0/0 (kms_vblank:511) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_RANGE" to 0x0/0 (kms_vblank:511) igt_kms-DEBUG: display: SetProp plane A.11 "pixel blend mode" to 0x0/0 (kms_vblank:511) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_vblank:511) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:511) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_vblank:511) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_vblank:511) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_vblank:511) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_ENCODING" to 0x0/0 (kms_vblank:511) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_RANGE" to 0x0/0 (kms_vblank:511) igt_kms-DEBUG: display: SetProp plane A.12 "pixel blend mode" to 0x0/0 (kms_vblank:511) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_vblank:511) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:511) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_vblank:511) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_vblank:511) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_vblank:511) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_ENCODING" to 0x0/0 (kms_vblank:511) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_RANGE" to 0x0/0 (kms_vblank:511) igt_kms-DEBUG: display: SetProp plane A.13 "pixel blend mode" to 0x0/0 (kms_vblank:511) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_vblank:511) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:511) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_vblank:511) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_vblank:511) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_vblank:511) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_ENCODING" to 0x0/0 (kms_vblank:511) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_RANGE" to 0x0/0 (kms_vblank:511) igt_kms-DEBUG: display: SetProp plane A.14 "pixel blend mode" to 0x0/0 (kms_vblank:511) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_vblank:511) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:511) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_vblank:511) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_vblank:511) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_vblank:511) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_ENCODING" to 0x0/0 (kms_vblank:511) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_RANGE" to 0x0/0 (kms_vblank:511) igt_kms-DEBUG: display: SetProp plane A.15 "pixel blend mode" to 0x0/0 (kms_vblank:511) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_vblank:511) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:511) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_vblank:511) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_vblank:511) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_vblank:511) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_ENCODING" to 0x0/0 (kms_vblank:511) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_RANGE" to 0x0/0 (kms_vblank:511) igt_kms-DEBUG: display: SetProp plane A.16 "pixel blend mode" to 0x0/0 (kms_vblank:511) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_vblank:511) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:511) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_vblank:511) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_vblank:511) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_vblank:511) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:511) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_vblank:511) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_vblank:511) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:511) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_vblank:511) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_vblank:511) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_vblank:511) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:511) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_vblank:511) igt_kms-DEBUG: display: SetCrtc pipe C, disabling (kms_vblank:511) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:511) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 17 (kms_vblank:511) igt_kms-DEBUG: display: SetCursor pipe C, disabling (kms_vblank:511) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_vblank:511) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:511) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 0 (kms_vblank:511) igt_kms-DEBUG: display: SetCrtc pipe D, disabling (kms_vblank:511) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:511) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 17 (kms_vblank:511) igt_kms-DEBUG: display: SetCursor pipe D, disabling (kms_vblank:511) igt_kms-DE<14>[ 192.611381] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL BUG: dis<14>[ 192.618916] [IGT] kms_vblank: finished subtest accuracy-idle, FAIL play: MoveCursor pipe D, (0, 0) (kms_vblank:511) igt_kms-DEBUG: Test requirement pa<14>[ 192.633853] [IGT] kms_vblank: exiting, ret=98 ssed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:511) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 0 (km<8>[ 192.651064] s_vblank:511) igt_kms-DEBUG: display: SetCrtc pipe E, disabling (kms_vblank:511) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:511) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 17 (kms_vblank:511) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms_vblank:511) igt_kms-DEBUG: display: MoveCursor pipe E, (0, 0) (kms_vblank:511) igt_kms-DEBUG: <14>[ 192.696825] [IGT] kms_vblank: executing display: } (kms_vblank:511) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:511) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:511) igt_kms-CRITICAL: Last errno: 16, Device or resource busy (kms_vblank:511) igt_core-INFO: Stack <14>[ 192.731225] [IGT] kms_vblank: starting subtest query-idle trace: (kms_vblank:511) igt_core-INFO: <14>[ 192.740771] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_vblank:511) igt_core-INFO: #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() (kms_vblank:511) igt_core-INFO: #2 [+0xccb11f94] (kms_vblank:511) igt_core-INFO: #3 [+0xccb12fa0] (kms_vblank:511) igt_core-INFO: #4 [+0xccb131bc] (kms_vblank:511) igt_core-INFO: #5 [+0xccb11c78] (kms_vblank:511) igt_core-INFO: #6 [__libc_init_first+0x80] (kms_vblank:511) igt_core-INFO: #7 [__libc_start_main+0x98] (kms_vblank:511) igt_core-INFO: #8 [+0xccb11cb0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (4.215s)[0m [1mSubtest accuracy-idle: FAIL (4.233s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc5-next-20241030 aarch64) Using IGT_SRANDOM=1706305890 for randomisation Opened device: /dev/dri/card1 Starting subtest: query-idle Starting dynamic subtest: pipe-A-Writeback-1 (kms_vblank:514) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:514) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:514) igt_kms-CRITICAL: Last errno: 16, Device or resource busy Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() #2 [+0xe72b1f94] #3 [+0xe72b2fa0] #4 [+0xe72b31bc] #5 [+0xe72b1c78] #6 [__libc_init_first+0x80] #7 [__libc_start_main+0x98] #8 [+0xe72b1cb0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** SetProp plane A.9 "COLOR_RANGE" to 0x0/0 (kms_vblank:514) igt_kms-DEBUG: display: SetProp plane A.9 "pixel blend mode" to 0x0/0 (kms_vblank:514) igt_kms-DEBUG: display: SetProp plane A.9 "alpha" to 0xffff/65535 (kms_vblank:514) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:514) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_vblank:514) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_vblank:514) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_vblank:514) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_ENCODING" to 0x0/0 (kms_vblank:514) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_RANGE" to 0x0/0 (kms_vblank:514) igt_kms-DEBUG: display: SetProp plane A.10 "pixel blend mode" to 0x0/0 (kms_vblank:514) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_vblank:514) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:514) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_vblank:514) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_vblank:514) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_vblank:514) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_ENCODING" to 0x0/0 (kms_vblank:514) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_RANGE" to 0x0/0 (kms_vblank:514) igt_kms-DEBUG: display: SetProp plane A.11 "pixel blend mode" to 0x0/0 (kms_vblank:514) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_vblank:514) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:514) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_vblank:514) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_vblank:514) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_vblank:514) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_ENCODING" to 0x0/0 (kms_vblank:514) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_RANGE" to 0x0/0 (kms_vblank:514) igt_kms-DEBUG: display: SetProp plane A.12 "pixel blend mode" to 0x0/0 (kms_vblank:514) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_vblank:514) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:514) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_vblank:514) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_vblank:514) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_vblank:514) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_ENCODING" to 0x0/0 (kms_vblank:514) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_RANGE" to 0x0/0 (kms_vblank:514) igt_kms-DEBUG: display: SetProp plane A.13 "pixel blend mode" to 0x0/0 (kms_vblank:514) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_vblank:514) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:514) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_vblank:514) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_vblank:514) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_vblank:514) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_ENCODING" to 0x0/0 (kms_vblank:514) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_RANGE" to 0x0/0 (kms_vblank:514) igt_kms-DEBUG: display: SetProp plane A.14 "pixel blend mode" to 0x0/0 (kms_vblank:514) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_vblank:514) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:514) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_vblank:514) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_vblank:514) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_vblank:514) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_ENCODING" to 0x0/0 (kms_vblank:514) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_RANGE" to 0x0/0 (kms_vblank:514) igt_kms-DEBUG: display: SetProp plane A.15 "pixel blend mode" to 0x0/0 (kms_vblank:514) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_vblank:514) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:514) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_vblank:514) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_vblank:514) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_vblank:514) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_ENCODING" to 0x0/0 (kms_vblank:514) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_RANGE" to 0x0/0 (kms_vblank:514) igt_kms-DEBUG: display: SetProp plane A.16 "pixel blend mode" to 0x0/0 (kms_vblank:514) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_vblank:514) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:514) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_vblank:514) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_vblank:514) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_vblank:514) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:514) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_vblank:514) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_vblank:514) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:514) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_vblank:514) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_vblank:514) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_vblank:514) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:514) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_vblank:514) igt_kms-DEBUG: display: SetCrtc pipe C, disabling (kms_vblank:514) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:514) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 17 (kms_vblank:514) igt_kms-DEBUG: display: SetCursor pipe C, disabling (kms_vblank:514) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_vblank:514) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:514) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 0 (kms_vblank:514) igt_kms-DEBUG: display: SetCrtc pipe D, disabling (kms_vblank:514) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:514) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 17 (kms_vblank:514) igt_kms-DEBUG: display: SetCursor pipe D, disabling (kms_vblank:514) ig<14>[ 196.962669] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL t_kms-DE<14>[ 196.970182] [IGT] kms_vblank: finished subtest query-idle, FAIL BUG: display: MoveCursor pipe D, (0, 0) (kms_vblank:514) igt_kms-DEBUG: Test requirement pa<14>[ 196.984850] [IGT] kms_vblank: exiting, ret=98 ssed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:514) igt_kms-DEBUG: display: Fixing up initial rotat<8>[ 197.000283] ion pipe E, plane 0 (kms_vblank:514) igt_kms-DEBUG: display: SetCrtc pipe E, disabling (kms_vblank:514) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:514) igt_kms-DEBUG: disp<14>[ 197.027835] [IGT] kms_vblank: executing lay: Fixing up initial rotation pipe E, plane 17 (kms_vblank:514) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms_vblank:514) igt_kms-DEBUG: display: MoveCursor <14>[ 197.048137] [IGT] kms_vblank: starting subtest query-idle-hang pipe E, <14>[ 197.055106] [IGT] kms_vblank: finished subtest query-idle-hang, SKIP (0, 0) <14>[ 197.062608] [IGT] kms_vblank: exiting, ret=77 (kms_vblank:514) igt_kms-DEBUG: display: } (kms_vblank:514) igt_kms-CRITICAL: T<8>[ 197.074658] est assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:514) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:514) igt_kms-CRITICAL: Last errno: 16,<14>[ 197.102575] [IGT] kms_vblank: executing Device or resource busy (kms_vblank:514) igt_core-INFO: Stack trace: (kms_vblank:514) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_vblank:514) igt_co<14>[ 197.122082] [IGT] kms_vblank: starting subtest query-forked re-INFO: #1 ../lib/igt<14>[ 197.130445] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 _kms.c:5233 igt_wait_for_vblank_count() (kms_vblank:514) igt_core-INFO: #2 [+0xe72b1f94] (kms_vblank:514) igt_core-INFO: #3 [+0xe72b2fa0] (kms_vblank:514) igt_core-INFO: #4 [+0xe72b31bc] (kms_vblank:514) igt_core-INFO: #5 [+0xe72b1c78] (kms_vblank:514) igt_core-INFO: #6 [__libc_init_first+0x80] (kms_vblank:514) igt_core-INFO: #7 [__libc_start_main+0x98] (kms_vblank:514) igt_core-INFO: #8 [+0xe72b1cb0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (4.214s)[0m [1mSubtest query-idle: FAIL (4.232s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc5-next-20241030 aarch64) Using IGT_SRANDOM=1706305894 for randomisation Opened device: /dev/dri/card1 Starting subtest: query-idle-hang Test requirement not met in function gem_context_require_bannable, file ../lib/i915/gem_context.c:324: Test requirement: has_ban_period || has_bannable Last errno: 22, Invalid argument [1mSubtest query-idle-hang: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc5-next-20241030 aarch64) Using IGT_SRANDOM=1706305894 for randomisation Opened device: /dev/dri/card1 Starting subtest: query-forked Starting dynamic subtest: pipe-A-Writeback-1 (kms_vblank:520) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:520) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:520) igt_kms-CRITICAL: Last errno: 16, Device or resource busy Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() #2 [+0xde691f94] #3 [+0xde692fa0] #4 [+0xde6931bc] #5 [+0xde691c78] #6 [__libc_init_first+0x80] #7 [__libc_start_main+0x98] #8 [+0xde691cb0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** SetProp plane A.9 "COLOR_RANGE" to 0x0/0 (kms_vblank:520) igt_kms-DEBUG: display: SetProp plane A.9 "pixel blend mode" to 0x0/0 (kms_vblank:520) igt_kms-DEBUG: display: SetProp plane A.9 "alpha" to 0xffff/65535 (kms_vblank:520) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:520) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_vblank:520) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_vblank:520) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_vblank:520) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_ENCODING" to 0x0/0 (kms_vblank:520) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_RANGE" to 0x0/0 (kms_vblank:520) igt_kms-DEBUG: display: SetProp plane A.10 "pixel blend mode" to 0x0/0 (kms_vblank:520) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_vblank:520) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:520) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_vblank:520) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_vblank:520) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_vblank:520) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_ENCODING" to 0x0/0 (kms_vblank:520) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_RANGE" to 0x0/0 (kms_vblank:520) igt_kms-DEBUG: display: SetProp plane A.11 "pixel blend mode" to 0x0/0 (kms_vblank:520) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_vblank:520) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:520) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_vblank:520) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_vblank:520) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_vblank:520) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_ENCODING" to 0x0/0 (kms_vblank:520) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_RANGE" to 0x0/0 (kms_vblank:520) igt_kms-DEBUG: display: SetProp plane A.12 "pixel blend mode" to 0x0/0 (kms_vblank:520) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_vblank:520) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:520) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_vblank:520) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_vblank:520) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_vblank:520) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_ENCODING" to 0x0/0 (kms_vblank:520) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_RANGE" to 0x0/0 (kms_vblank:520) igt_kms-DEBUG: display: SetProp plane A.13 "pixel blend mode" to 0x0/0 (kms_vblank:520) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_vblank:520) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:520) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_vblank:520) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_vblank:520) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_vblank:520) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_ENCODING" to 0x0/0 (kms_vblank:520) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_RANGE" to 0x0/0 (kms_vblank:520) igt_kms-DEBUG: display: SetProp plane A.14 "pixel blend mode" to 0x0/0 (kms_vblank:520) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_vblank:520) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:520) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_vblank:520) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_vblank:520) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_vblank:520) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_ENCODING" to 0x0/0 (kms_vblank:520) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_RANGE" to 0x0/0 (kms_vblank:520) igt_kms-DEBUG: display: SetProp plane A.15 "pixel blend mode" to 0x0/0 (kms_vblank:520) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_vblank:520) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:520) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_vblank:520) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_vblank:520) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_vblank:520) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_ENCODING" to 0x0/0 (kms_vblank:520) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_RANGE" to 0x0/0 (kms_vblank:520) igt_kms-DEBUG: display: SetProp plane A.16 "pixel blend mode" to 0x0/0 (kms_vblank:520) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_vblank:520) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:520) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_vblank:520) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_vblank:520) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_vblank:520) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:520) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_vblank:520) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_vblank:520) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:520) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_vblank:520) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_vblank:520) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_vblank:520) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:520) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_vblank:520) igt_kms-DEBUG: display: SetCrtc pipe C, disabling (kms_vblank:520) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:520) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 17 (kms_vblank:520) igt_kms-DEBUG: display: SetCursor pipe C, disabling (kms_vblank:520) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_vblank:520) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:520) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 0 (kms_vblank:520) igt_kms-DEBUG: display: SetCrtc pipe D, disabling (kms_vblank:520) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:520<14>[ 201.299598] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL ) igt_km<14>[ 201.307253] [IGT] kms_vblank: finished subtest query-forked, FAIL s-DEBUG: display: Fixing up initial rotation pipe D, plane 1<14>[ 201.319306] [IGT] kms_vblank: exiting, ret=98 7 (kms_vblank:520) igt_kms-DEBUG: display: SetCursor pipe D, disabling (kms_vblank<8>[ 201.332016] :520) igt_kms-DEBUG: display: MoveCursor pipe D, (0, 0) (kms_vblank:520) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:520) igt_kms-DEBUG: display: Fixing up initial rotation pipe<14>[ 201.360237] [IGT] kms_vblank: executing E, plane 0 (kms_vblank:520) igt_kms-DEBUG: display: SetCrtc pipe E, disabling (kms_vblank:520) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe<14>[ 201.380161] [IGT] kms_vblank: starting subtest query-forked-hang ->n_plan<14>[ 201.387538] [IGT] kms_vblank: finished subtest query-forked-hang, SKIP es (kms<14>[ 201.394973] [IGT] kms_vblank: exiting, ret=77 _vblank:520) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plan<8>[ 201.406810] e 17 (kms_vblank:520) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms_vblank:520) igt_kms-DEBUG: display: MoveCursor pipe E, (0, 0) (kms_vblank:520) igt_kms-DEBUG: display: } (kms_vblank:520) igt_kms-CRITICAL: Test asse<14>[ 201.435092] [IGT] kms_vblank: executing rtion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:520) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblan<14>[ 201.455662] [IGT] kms_vblank: starting subtest query-busy k:520) igt_kms-CRITICAL:<14>[ 201.463620] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 Last errno: 16, Device or resource busy (kms_vblank:520) igt_core-INFO: Stack trace: (kms_vblank:520) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_vblank:520) igt_core-INFO: #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() (kms_vblank:520) igt_core-INFO: #2 [+0xde691f94] (kms_vblank:520) igt_core-INFO: #3 [+0xde692fa0] (kms_vblank:520) igt_core-INFO: #4 [+0xde6931bc] (kms_vblank:520) igt_core-INFO: #5 [+0xde691c78] (kms_vblank:520) igt_core-INFO: #6 [__libc_init_first+0x80] (kms_vblank:520) igt_core-INFO: #7 [__libc_start_main+0x98] (kms_vblank:520) igt_core-INFO: #8 [+0xde691cb0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (4.162s)[0m [1mSubtest query-forked: FAIL (4.178s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc5-next-20241030 aarch64) Using IGT_SRANDOM=1706305898 for randomisation Opened device: /dev/dri/card1 Starting subtest: query-forked-hang Test requirement not met in function gem_context_require_bannable, file ../lib/i915/gem_context.c:324: Test requirement: has_ban_period || has_bannable Last errno: 22, Invalid argument [1mSubtest query-forked-hang: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc5-next-20241030 aarch64) Using IGT_SRANDOM=1706305898 for randomisation Opened device: /dev/dri/card1 Starting subtest: query-busy Starting dynamic subtest: pipe-A-Writeback-1 (kms_vblank:526) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:526) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:526) igt_kms-CRITICAL: Last errno: 16, Device or resource busy Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() #2 [+0xcbf51f94] #3 [+0xcbf52fa0] #4 [+0xcbf531bc] #5 [+0xcbf51c78] #6 [__libc_init_first+0x80] #7 [__libc_start_main+0x98] #8 [+0xcbf51cb0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** SetProp plane A.9 "COLOR_RANGE" to 0x0/0 (kms_vblank:526) igt_kms-DEBUG: display: SetProp plane A.9 "pixel blend mode" to 0x0/0 (kms_vblank:526) igt_kms-DEBUG: display: SetProp plane A.9 "alpha" to 0xffff/65535 (kms_vblank:526) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:526) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_vblank:526) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_vblank:526) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_vblank:526) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_ENCODING" to 0x0/0 (kms_vblank:526) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_RANGE" to 0x0/0 (kms_vblank:526) igt_kms-DEBUG: display: SetProp plane A.10 "pixel blend mode" to 0x0/0 (kms_vblank:526) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_vblank:526) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:526) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_vblank:526) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_vblank:526) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_vblank:526) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_ENCODING" to 0x0/0 (kms_vblank:526) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_RANGE" to 0x0/0 (kms_vblank:526) igt_kms-DEBUG: display: SetProp plane A.11 "pixel blend mode" to 0x0/0 (kms_vblank:526) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_vblank:526) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:526) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_vblank:526) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_vblank:526) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_vblank:526) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_ENCODING" to 0x0/0 (kms_vblank:526) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_RANGE" to 0x0/0 (kms_vblank:526) igt_kms-DEBUG: display: SetProp plane A.12 "pixel blend mode" to 0x0/0 (kms_vblank:526) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_vblank:526) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:526) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_vblank:526) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_vblank:526) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_vblank:526) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_ENCODING" to 0x0/0 (kms_vblank:526) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_RANGE" to 0x0/0 (kms_vblank:526) igt_kms-DEBUG: display: SetProp plane A.13 "pixel blend mode" to 0x0/0 (kms_vblank:526) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_vblank:526) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:526) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_vblank:526) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_vblank:526) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_vblank:526) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_ENCODING" to 0x0/0 (kms_vblank:526) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_RANGE" to 0x0/0 (kms_vblank:526) igt_kms-DEBUG: display: SetProp plane A.14 "pixel blend mode" to 0x0/0 (kms_vblank:526) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_vblank:526) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:526) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_vblank:526) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_vblank:526) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_vblank:526) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_ENCODING" to 0x0/0 (kms_vblank:526) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_RANGE" to 0x0/0 (kms_vblank:526) igt_kms-DEBUG: display: SetProp plane A.15 "pixel blend mode" to 0x0/0 (kms_vblank:526) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_vblank:526) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:526) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_vblank:526) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_vblank:526) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_vblank:526) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_ENCODING" to 0x0/0 (kms_vblank:526) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_RANGE" to 0x0/0 (kms_vblank:526) igt_kms-DEBUG: display: SetProp plane A.16 "pixel blend mode" to 0x0/0 (kms_vblank:526) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_vblank:526) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:526) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_vblank:526) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_vblank:526) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_vblank:526) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:526) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_vblank:526) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_vblank:526) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:526) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_vblank:526) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_vblank:526) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_vblank:526) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:526) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_vblank:526) igt_kms-DEBUG: display: SetCrtc pipe C, disabling (kms_vblank:526) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:526) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 17 (kms_vblank:526) igt_kms-DEBUG: display: SetCursor pipe C, disabling (kms_vblank:526) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_vblank:526) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:526) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 0 (kms_vblank:526) igt_kms-DEBUG: display: SetCrtc pipe D, disabling (kms_vblank:526) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:526) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 17 (kms_vblank:526) igt_kms-DEBUG: display: SetCursor pipe D, disabling (kms_vblank:526) igt_kms-DE<14>[ 205.667439] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL BUG: dis<14>[ 205.674960] [IGT] kms_vblank: finished subtest query-busy, FAIL play: MoveCursor pipe D, (0, 0) (kms_vblank:526) igt_kms-DEBUG: Test requirement passed: pl<14>[ 205.689583] [IGT] kms_vblank: exiting, ret=98 ane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:526) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 0 (kms_vblank<8>[ 205.707382] :526) igt_kms-DEBUG: display: SetCrtc pipe E, disabling (kms_vblank:526) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:526) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 17 (kms_vblank:526) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms_vblank:526) igt_kms-DEBUG: display: MoveCursor pipe E, (0, 0) (kms_vblank:526) igt_kms-DEBUG: display:<14>[ 205.752662] [IGT] kms_vblank: executing } (kms_vblank:526) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:526) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:526) igt_kms-CRITICAL: Last errno: 16, Device or resource busy (kms_vblank:526) igt_core-INFO: Stack trace: <14>[ 205.787438] [IGT] kms_vblank: starting subtest query-busy-hang (kms_vbl<14>[ 205.794513] [IGT] kms_vblank: finished subtest query-busy-hang, SKIP ank:526)<14>[ 205.802074] [IGT] kms_vblank: exiting, ret=77 igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_vblank:526) igt_core-INFO: #1 ../lib/igt_kms.c:5233 igt_wait_for<8>[ 205.818793] _vblank_count() (kms_vblank:526) igt_core-INFO: #2 [+0xcbf51f94] (kms_vblank:526) igt_core-INFO: #3 [+0xcbf52fa0] (kms_vblank:526) igt_core-INFO: #4 [+0xcbf531bc] (kms_vblank:526) igt_core-INFO: #5 [+0xcbf51c78] (kms_vblank:526) igt_core-INFO: #6 [__libc_init_first+0x80] (kms_vblank:526) igt_core-INFO: #7 [__libc_start_main+0x98] (kms_vblank:526) igt_core-INFO: #8 [+0xcbf51cb0] <14>[ 205.865460] [IGT] kms_vblank: executing **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (4.196s)[0m [1mSubtest query-busy: FAIL (4.213s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc5-next-20241030 aarch64) Using IGT_SRANDOM=1706305903 for randomisation Opened device: /dev/dri/card1 Starting subtest: query-busy-hang Test requirement not met in fun<14>[ 205.899894] [IGT] kms_vblank: starting subtest query-forked-busy ction gem_context_require_bannable, file<14>[ 205.910057] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 ../lib/i915/gem_context.c:324: Test requirement: has_ban_period || has_bannable Last errno: 22, Invalid argument [1mSubtest query-busy-hang: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc5-next-20241030 aarch64) Using IGT_SRANDOM=1706305903 for randomisation Opened device: /dev/dri/card1 Starting subtest: query-forked-busy Starting dynamic subtest: pipe-A-Writeback-1 (kms_vblank:532) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:532) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:532) igt_kms-CRITICAL: Last errno: 16, Device or resource busy Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() #2 [+0xd2ab1f94] #3 [+0xd2ab2fa0] #4 [+0xd2ab31bc] #5 [+0xd2ab1c78] #6 [__libc_init_first+0x80] #7 [__libc_start_main+0x98] #8 [+0xd2ab1cb0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** SetProp plane A.9 "COLOR_RANGE" to 0x0/0 (kms_vblank:532) igt_kms-DEBUG: display: SetProp plane A.9 "pixel blend mode" to 0x0/0 (kms_vblank:532) igt_kms-DEBUG: display: SetProp plane A.9 "alpha" to 0xffff/65535 (kms_vblank:532) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:532) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_vblank:532) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_vblank:532) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_vblank:532) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_ENCODING" to 0x0/0 (kms_vblank:532) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_RANGE" to 0x0/0 (kms_vblank:532) igt_kms-DEBUG: display: SetProp plane A.10 "pixel blend mode" to 0x0/0 (kms_vblank:532) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_vblank:532) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:532) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_vblank:532) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_vblank:532) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_vblank:532) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_ENCODING" to 0x0/0 (kms_vblank:532) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_RANGE" to 0x0/0 (kms_vblank:532) igt_kms-DEBUG: display: SetProp plane A.11 "pixel blend mode" to 0x0/0 (kms_vblank:532) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_vblank:532) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:532) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_vblank:532) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_vblank:532) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_vblank:532) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_ENCODING" to 0x0/0 (kms_vblank:532) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_RANGE" to 0x0/0 (kms_vblank:532) igt_kms-DEBUG: display: SetProp plane A.12 "pixel blend mode" to 0x0/0 (kms_vblank:532) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_vblank:532) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:532) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_vblank:532) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_vblank:532) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_vblank:532) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_ENCODING" to 0x0/0 (kms_vblank:532) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_RANGE" to 0x0/0 (kms_vblank:532) igt_kms-DEBUG: display: SetProp plane A.13 "pixel blend mode" to 0x0/0 (kms_vblank:532) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_vblank:532) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:532) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_vblank:532) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_vblank:532) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_vblank:532) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_ENCODING" to 0x0/0 (kms_vblank:532) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_RANGE" to 0x0/0 (kms_vblank:532) igt_kms-DEBUG: display: SetProp plane A.14 "pixel blend mode" to 0x0/0 (kms_vblank:532) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_vblank:532) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:532) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_vblank:532) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_vblank:532) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_vblank:532) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_ENCODING" to 0x0/0 (kms_vblank:532) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_RANGE" to 0x0/0 (kms_vblank:532) igt_kms-DEBUG: display: SetProp plane A.15 "pixel blend mode" to 0x0/0 (kms_vblank:532) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_vblank:532) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:532) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_vblank:532) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_vblank:532) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_vblank:532) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_ENCODING" to 0x0/0 (kms_vblank:532) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_RANGE" to 0x0/0 (kms_vblank:532) igt_kms-DEBUG: display: SetProp plane A.16 "pixel blend mode" to 0x0/0 (kms_vblank:532) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_vblank:532) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:532) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_vblank:532) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_vblank:532) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_vblank:532) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:532) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_vblank:532) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_vblank:532) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:532) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_vblank:532) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_vblank:532) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_vblank:532) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:532) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_vblank:532) igt_kms-DEBUG: display: SetCrtc pipe C, disabling (kms_vblank:532) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:532) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 17 (kms_vblank:532) igt_kms-DEBUG: display: SetCursor pipe C, disabling (kms_vblank:532) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_vblank:532) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:532) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 0 (kms_vblank:532) igt_kms-DEBUG: display: SetCrtc pipe D, disabling (kms_vblank:532) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:532) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 17 (kms_vblank:532) igt_kms-DEBUG: display: SetCursor pipe D, disabling (kms_vblank:532) ig<14>[ 210.018661] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL t_kms-DE<14>[ 210.026192] [IGT] kms_vblank: finished subtest query-forked-busy, FAIL BUG: display: MoveCursor pipe D, (0, 0) (kms_vblank:532) igt_kms-DEBUG: Test requirement pa<14>[ 210.041637] [IGT] kms_vblank: exiting, ret=98 ssed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:532) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 0 (km<8>[ 210.059177] s_vblank:532) igt_kms-DEBUG: display: SetCrtc pipe E, disabling (kms_vblank:532) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:532) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 17 (kms_vblank:532) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms_vblank:532) igt_kms-DEBUG: display: MoveCursor pipe E, (0, 0) (kms_vblank:532) igt_kms<14>[ 210.104749] [IGT] kms_vblank: executing -DEBUG: display: } (kms_vblank:532) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:532) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:532) igt_kms-CRITICAL: Last errno: 16, Device or resource busy (kms_vblank:532) igt_core-INFO: Stack <14>[ 210.139983] [IGT] kms_vblank: starting subtest query-forked-busy-hang trace: <14>[ 210.147616] [IGT] kms_vblank: finished subtest query-forked-busy-hang, SKIP (kms_vbl<14>[ 210.155839] [IGT] kms_vblank: exiting, ret=77 ank:532) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_vblank:532) igt_core-INFO: #1 ../lib/igt_kms.c:5233 igt_<8>[ 210.172458] wait_for_vblank_count() (kms_vblank:532) igt_core-INFO: #2 [+0xd2ab1f94] (kms_vblank:532) igt_core-INFO: #3 [+0xd2ab2fa0] (kms_vblank:532) igt_core-INFO: #4 [+0xd2ab31bc] (kms_vblank:532) igt_core-INFO: #5 [+0xd2ab1c78] (kms_vblank:532) igt_core-INFO: #6 [__libc_init_first+0x80] (kms_vblank:532) igt_core-INFO: #7 [__libc_start_main+0x98] (kms_vblank:532) igt_core-INFO: #8 [+0xd2a<14>[ 210.219611] [IGT] kms_vblank: executing b1cb0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (4.101s)[0m [1mSubtest query-forked-busy: FAIL (4.119s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc5-next-20241030 aarch64) Using IGT_SRANDOM=1706305907 for randomisation Opened device: /dev/dri/card1 Starting subtest: query-forked-busy-hang Test requirement <14>[ 210.254967] [IGT] kms_vblank: starting subtest wait-idle not met in function gem_context_require_<14>[ 210.264374] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 bannable, file ../lib/i915/gem_context.c:324: Test requirement: has_ban_period || has_bannable Last errno: 22, Invalid argument [1mSubtest query-forked-busy-hang: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc5-next-20241030 aarch64) Using IGT_SRANDOM=1706305907 for randomisation Opened device: /dev/dri/card1 Starting subtest: wait-idle Starting dynamic subtest: pipe-A-Writeback-1 (kms_vblank:538) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:538) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:538) igt_kms-CRITICAL: Last errno: 16, Device or resource busy Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() #2 [+0xe4481f94] #3 [+0xe4482fa0] #4 [+0xe44831bc] #5 [+0xe4481c78] #6 [__libc_init_first+0x80] #7 [__libc_start_main+0x98] #8 [+0xe4481cb0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** SetProp plane A.9 "COLOR_RANGE" to 0x0/0 (kms_vblank:538) igt_kms-DEBUG: display: SetProp plane A.9 "pixel blend mode" to 0x0/0 (kms_vblank:538) igt_kms-DEBUG: display: SetProp plane A.9 "alpha" to 0xffff/65535 (kms_vblank:538) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:538) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_vblank:538) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_vblank:538) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_vblank:538) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_ENCODING" to 0x0/0 (kms_vblank:538) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_RANGE" to 0x0/0 (kms_vblank:538) igt_kms-DEBUG: display: SetProp plane A.10 "pixel blend mode" to 0x0/0 (kms_vblank:538) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_vblank:538) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:538) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_vblank:538) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_vblank:538) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_vblank:538) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_ENCODING" to 0x0/0 (kms_vblank:538) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_RANGE" to 0x0/0 (kms_vblank:538) igt_kms-DEBUG: display: SetProp plane A.11 "pixel blend mode" to 0x0/0 (kms_vblank:538) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_vblank:538) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:538) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_vblank:538) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_vblank:538) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_vblank:538) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_ENCODING" to 0x0/0 (kms_vblank:538) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_RANGE" to 0x0/0 (kms_vblank:538) igt_kms-DEBUG: display: SetProp plane A.12 "pixel blend mode" to 0x0/0 (kms_vblank:538) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_vblank:538) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:538) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_vblank:538) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_vblank:538) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_vblank:538) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_ENCODING" to 0x0/0 (kms_vblank:538) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_RANGE" to 0x0/0 (kms_vblank:538) igt_kms-DEBUG: display: SetProp plane A.13 "pixel blend mode" to 0x0/0 (kms_vblank:538) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_vblank:538) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:538) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_vblank:538) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_vblank:538) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_vblank:538) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_ENCODING" to 0x0/0 (kms_vblank:538) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_RANGE" to 0x0/0 (kms_vblank:538) igt_kms-DEBUG: display: SetProp plane A.14 "pixel blend mode" to 0x0/0 (kms_vblank:538) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_vblank:538) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:538) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_vblank:538) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_vblank:538) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_vblank:538) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_ENCODING" to 0x0/0 (kms_vblank:538) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_RANGE" to 0x0/0 (kms_vblank:538) igt_kms-DEBUG: display: SetProp plane A.15 "pixel blend mode" to 0x0/0 (kms_vblank:538) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_vblank:538) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:538) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_vblank:538) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_vblank:538) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_vblank:538) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_ENCODING" to 0x0/0 (kms_vblank:538) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_RANGE" to 0x0/0 (kms_vblank:538) igt_kms-DEBUG: display: SetProp plane A.16 "pixel blend mode" to 0x0/0 (kms_vblank:538) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_vblank:538) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:538) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_vblank:538) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_vblank:538) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_vblank:538) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:538) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_vblank:538) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_vblank:538) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:538) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_vblank:538) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_vblank:538) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_vblank:538) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:538) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_vblank:538) igt_kms-DEBUG: display: SetCrtc pipe C, disabling (kms_vblank:538) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:538) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 17 (kms_vblank:538) igt_kms-DEBUG: display: SetCursor pipe C, disabling (kms_vblank:538) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_vblank:538) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:538) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 0 (kms_vblank:538) igt_kms-DEBUG: display: SetCrtc pipe D, disabling (kms_vblank:538) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:538) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 17 (kms_vblank:538) igt_kms-DEBUG: display: SetCursor pipe D, disabling (kms_vblank:538) igt_kms-DEBUG: dis<14>[ 214.372103] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL play: <14>[ 214.379631] [IGT] kms_vblank: finished subtest wait-idle, FAIL MoveCursor pipe D, (0, 0) (kms_vblank:538) igt_kms-DEBUG: Test requirement passed: plane_idx <14>[ 214.394334] [IGT] kms_vblank: exiting, ret=98 >= 0 && plane_idx < pipe->n_planes (kms_vblank:538) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 0 (kms_vblank:538) ig<8>[ 214.411911] t_kms-DEBUG: display: SetCrtc pipe E, disabling (kms_vblank:538) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:538) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 17 (kms_vblank:538) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms_vblank:538) igt_kms-DEBUG: display: MoveCursor pipe E, (0, 0) (kms_vblank:538) igt_kms-DEBUG: display: } (kms<14>[ 214.457801] [IGT] kms_vblank: executing _vblank:538) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:538) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:538) igt_kms-CRITICAL: Last errno: 16, Device or resource busy (kms_vblank:538) igt_core-INFO: Stack trace: (kms_vbl<14>[ 214.492198] [IGT] kms_vblank: starting subtest wait-idle-hang ank:538)<14>[ 214.498936] [IGT] kms_vblank: finished subtest wait-idle-hang, SKIP igt_cor<14>[ 214.506397] [IGT] kms_vblank: exiting, ret=77 e-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_vblank:538) igt_core-INFO: #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_<8>[ 214.523208] count() (kms_vblank:538) igt_core-INFO: #2 [+0xe4481f94] (kms_vblank:538) igt_core-INFO: #3 [+0xe4482fa0] (kms_vblank:538) igt_core-INFO: #4 [+0xe44831bc] (kms_vblank:538) igt_core-INFO: #5 [+0xe4481c78] (kms_vblank:538) igt_core-INFO: #6 [__libc_init_first+0x80] (kms_vblank:538) igt_core-INFO: #7 [__libc_start_main+0x98] (kms_vblank:538) igt_core-INFO: #8 [[ 214.567889] [IGT] kms_vblank: executing n>+0xe4481cb0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (4.100s)[0m [1mSubtest wait-idle: FAIL (4.118s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc5-next-20241030 aarch64) Using IGT_SRANDOM=1706305911 for randomisation Opened device: /dev/dri/card1 Starting subtest: wait-idle-hang Test requirement not met <14>[ 214.602787] [IGT] kms_vblank: starting subtest wait-forked in function gem_context_require_bannable<14>[ 214.612327] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 , file ../lib/i915/gem_context.c:324: Test requirement: has_ban_period || has_bannable Last errno: 22, Invalid argument [1mSubtest wait-idle-hang: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc5-next-20241030 aarch64) Using IGT_SRANDOM=1706305911 for randomisation Opened device: /dev/dri/card1 Starting subtest: wait-forked Starting dynamic subtest: pipe-A-Writeback-1 (kms_vblank:544) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:544) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:544) igt_kms-CRITICAL: Last errno: 16, Device or resource busy Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() #2 [+0xbf051f94] #3 [+0xbf052fa0] #4 [+0xbf0531bc] #5 [+0xbf051c78] #6 [__libc_init_first+0x80] #7 [__libc_start_main+0x98] #8 [+0xbf051cb0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** SetProp plane A.9 "COLOR_RANGE" to 0x0/0 (kms_vblank:544) igt_kms-DEBUG: display: SetProp plane A.9 "pixel blend mode" to 0x0/0 (kms_vblank:544) igt_kms-DEBUG: display: SetProp plane A.9 "alpha" to 0xffff/65535 (kms_vblank:544) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:544) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_vblank:544) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_vblank:544) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_vblank:544) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_ENCODING" to 0x0/0 (kms_vblank:544) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_RANGE" to 0x0/0 (kms_vblank:544) igt_kms-DEBUG: display: SetProp plane A.10 "pixel blend mode" to 0x0/0 (kms_vblank:544) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_vblank:544) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:544) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_vblank:544) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_vblank:544) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_vblank:544) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_ENCODING" to 0x0/0 (kms_vblank:544) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_RANGE" to 0x0/0 (kms_vblank:544) igt_kms-DEBUG: display: SetProp plane A.11 "pixel blend mode" to 0x0/0 (kms_vblank:544) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_vblank:544) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:544) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_vblank:544) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_vblank:544) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_vblank:544) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_ENCODING" to 0x0/0 (kms_vblank:544) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_RANGE" to 0x0/0 (kms_vblank:544) igt_kms-DEBUG: display: SetProp plane A.12 "pixel blend mode" to 0x0/0 (kms_vblank:544) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_vblank:544) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:544) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_vblank:544) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_vblank:544) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_vblank:544) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_ENCODING" to 0x0/0 (kms_vblank:544) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_RANGE" to 0x0/0 (kms_vblank:544) igt_kms-DEBUG: display: SetProp plane A.13 "pixel blend mode" to 0x0/0 (kms_vblank:544) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_vblank:544) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:544) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_vblank:544) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_vblank:544) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_vblank:544) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_ENCODING" to 0x0/0 (kms_vblank:544) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_RANGE" to 0x0/0 (kms_vblank:544) igt_kms-DEBUG: display: SetProp plane A.14 "pixel blend mode" to 0x0/0 (kms_vblank:544) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_vblank:544) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:544) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_vblank:544) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_vblank:544) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_vblank:544) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_ENCODING" to 0x0/0 (kms_vblank:544) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_RANGE" to 0x0/0 (kms_vblank:544) igt_kms-DEBUG: display: SetProp plane A.15 "pixel blend mode" to 0x0/0 (kms_vblank:544) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_vblank:544) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:544) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_vblank:544) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_vblank:544) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_vblank:544) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_ENCODING" to 0x0/0 (kms_vblank:544) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_RANGE" to 0x0/0 (kms_vblank:544) igt_kms-DEBUG: display: SetProp plane A.16 "pixel blend mode" to 0x0/0 (kms_vblank:544) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_vblank:544) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:544) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_vblank:544) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_vblank:544) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_vblank:544) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:544) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_vblank:544) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_vblank:544) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:544) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_vblank:544) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_vblank:544) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_vblank:544) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:544) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_vblank:544) igt_kms-DEBUG: display: SetCrtc pipe C, disabling (kms_vblank:544) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:544) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 17 (kms_vblank:544) igt_kms-DEBUG: display: SetCursor pipe C, disabling (kms_vblank:544) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_vblank:544) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:544) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 0 (kms_vblank:544) igt_kms-DEBUG: display: SetCrtc pipe D, disabling (kms_vblank:544) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:544) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 17 (kms_vblank:544) igt_kms-DEBUG: display: SetCursor pipe D, disabling (kms_vblank:544) igt_kms-DE<14>[ 218.723372] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL BUG: dis<14>[ 218.730902] [IGT] kms_vblank: finished subtest wait-forked, FAIL play: MoveCursor pipe D, (0, 0) (kms_vblank:544) igt_kms-DEBUG: Test requirement passed: pl<14>[ 218.745753] [IGT] kms_vblank: exiting, ret=98 ane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:544) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 0 (kms_vblank<8>[ 218.763372] :544) igt_kms-DEBUG: display: SetCrtc pipe E, disabling (kms_vblank:544) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:544) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 17 (kms_vblank:544) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms_vblank:544) igt_kms-DEBUG: display: MoveCursor pipe E, (0, 0) (kms_vblank:544) igt_kms-DEBUG: <14>[ 218.808471] [IGT] kms_vblank: executing display: } (kms_vblank:544) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:544) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:544) igt_kms-CRITICAL: Last errno: 16, Device or resource busy (kms_vblank:544) igt_core-INFO: Stack trace: <14>[ 218.843593] [IGT] kms_vblank: starting subtest wait-forked-hang (kms_vbl<14>[ 218.850757] [IGT] kms_vblank: finished subtest wait-forked-hang, SKIP ank:544)<14>[ 218.858361] [IGT] kms_vblank: exiting, ret=77 igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_vblank:544) igt_core-INFO: #1 ../lib/igt_kms.c:5233 igt_wait_for<8>[ 218.875100] _vblank_count() (kms_vblank:544) igt_core-INFO: #2 [+0xbf051f94] (kms_vblank:544) igt_core-INFO: #3 [+0xbf052fa0] (kms_vblank:544) igt_core-INFO: #4 [+0xbf0531bc] (kms_vblank:544) igt_core-INFO: #5 [+0xbf051c78] (kms_vblank:544) igt_core-INFO: #6 [__libc_init_first+0x80] (kms_vblank:544) igt_core-INFO: #7 [__libc_start_main+0x98] (kms_vblank:544) igt_core-INFO: #8 [[ 218.920504] [IGT] kms_vblank: executing n>+0xbf051cb0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (4.103s)[0m [1mSubtest wait-forked: FAIL (4.121s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc5-next-20241030 aarch64) Using IGT_SRANDOM=1706305916 for randomisation Opened device: /dev/dri/card1 Starting subtest: wait-forked-hang Test requirement not <14>[ 218.955480] [IGT] kms_vblank: starting subtest wait-busy met in function gem_context_require_bann<14>[ 218.965018] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 able, file ../lib/i915/gem_context.c:324: Test requirement: has_ban_period || has_bannable Last errno: 22, Invalid argument [1mSubtest wait-forked-hang: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc5-next-20241030 aarch64) Using IGT_SRANDOM=1706305916 for randomisation Opened device: /dev/dri/card1 Starting subtest: wait-busy Starting dynamic subtest: pipe-A-Writeback-1 (kms_vblank:550) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:550) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:550) igt_kms-CRITICAL: Last errno: 16, Device or resource busy Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() #2 [+0xdec31f94] #3 [+0xdec32fa0] #4 [+0xdec331bc] #5 [+0xdec31c78] #6 [__libc_init_first+0x80] #7 [__libc_start_main+0x98] #8 [+0xdec31cb0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** SetProp plane A.9 "COLOR_RANGE" to 0x0/0 (kms_vblank:550) igt_kms-DEBUG: display: SetProp plane A.9 "pixel blend mode" to 0x0/0 (kms_vblank:550) igt_kms-DEBUG: display: SetProp plane A.9 "alpha" to 0xffff/65535 (kms_vblank:550) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:550) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_vblank:550) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_vblank:550) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_vblank:550) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_ENCODING" to 0x0/0 (kms_vblank:550) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_RANGE" to 0x0/0 (kms_vblank:550) igt_kms-DEBUG: display: SetProp plane A.10 "pixel blend mode" to 0x0/0 (kms_vblank:550) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_vblank:550) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:550) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_vblank:550) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_vblank:550) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_vblank:550) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_ENCODING" to 0x0/0 (kms_vblank:550) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_RANGE" to 0x0/0 (kms_vblank:550) igt_kms-DEBUG: display: SetProp plane A.11 "pixel blend mode" to 0x0/0 (kms_vblank:550) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_vblank:550) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:550) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_vblank:550) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_vblank:550) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_vblank:550) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_ENCODING" to 0x0/0 (kms_vblank:550) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_RANGE" to 0x0/0 (kms_vblank:550) igt_kms-DEBUG: display: SetProp plane A.12 "pixel blend mode" to 0x0/0 (kms_vblank:550) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_vblank:550) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:550) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_vblank:550) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_vblank:550) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_vblank:550) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_ENCODING" to 0x0/0 (kms_vblank:550) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_RANGE" to 0x0/0 (kms_vblank:550) igt_kms-DEBUG: display: SetProp plane A.13 "pixel blend mode" to 0x0/0 (kms_vblank:550) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_vblank:550) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:550) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_vblank:550) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_vblank:550) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_vblank:550) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_ENCODING" to 0x0/0 (kms_vblank:550) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_RANGE" to 0x0/0 (kms_vblank:550) igt_kms-DEBUG: display: SetProp plane A.14 "pixel blend mode" to 0x0/0 (kms_vblank:550) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_vblank:550) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:550) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_vblank:550) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_vblank:550) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_vblank:550) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_ENCODING" to 0x0/0 (kms_vblank:550) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_RANGE" to 0x0/0 (kms_vblank:550) igt_kms-DEBUG: display: SetProp plane A.15 "pixel blend mode" to 0x0/0 (kms_vblank:550) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_vblank:550) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:550) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_vblank:550) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_vblank:550) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_vblank:550) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_ENCODING" to 0x0/0 (kms_vblank:550) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_RANGE" to 0x0/0 (kms_vblank:550) igt_kms-DEBUG: display: SetProp plane A.16 "pixel blend mode" to 0x0/0 (kms_vblank:550) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_vblank:550) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:550) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_vblank:550) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_vblank:550) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_vblank:550) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:550) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_vblank:550) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_vblank:550) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:550) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_vblank:550) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_vblank:550) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_vblank:550) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:550) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_vblank:550) igt_kms-DEBUG: display: SetCrtc pipe C, disabling (kms_vblank:550) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:550) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 17 (kms_vblank:550) igt_kms-DEBUG: display: SetCursor pipe C, disabling (kms_vblank:550) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_vblank:550) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:550) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 0 (kms_vblank:550) igt_kms-DEBUG: display: SetCrtc pipe D, disabling (kms_vblank:550) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:550) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 17 (kms_vblank:550) igt_kms-DEBUG: display: SetCursor pipe D, disabling (kms_vblank:550) ig<14>[ 223.074666] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL t_kms-DE<14>[ 223.082191] [IGT] kms_vblank: finished subtest wait-busy, FAIL BUG: display: MoveCursor pipe D, (0, 0) (kms_vblank:550) igt_kms-DEBUG: Test requirement pa<14>[ 223.096843] [IGT] kms_vblank: exiting, ret=98 ssed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:550) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 0 (km<8>[ 223.114546] s_vblank:550) igt_kms-DEBUG: display: SetCrtc pipe E, disabling (kms_vblank:550) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:550) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 17 (kms_vblank:550) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms_vblank:550) igt_kms-DEBUG: display: MoveCursor pipe E, (0, 0) (kms_vblank:550) igt_kms-DEBUG: <14>[ 223.160193] [IGT] kms_vblank: executing display: } (kms_vblank:550) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:550) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:550) igt_kms-CRITICAL: Last errno: 16, Device or resource busy (kms_vblank:550) igt_core-INFO: Stack trace: <14>[ 223.195395] [IGT] kms_vblank: starting subtest wait-busy-hang (kms_vbl<14>[ 223.202189] [IGT] kms_vblank: finished subtest wait-busy-hang, SKIP ank:550)<14>[ 223.209712] [IGT] kms_vblank: exiting, ret=77 igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_vblank:550) igt_core-INFO: #1 ../lib/igt_kms.c:5233 igt_wait_for<8>[ 223.226372] _vblank_count() (kms_vblank:550) igt_core-INFO: #2 [+0xdec31f94] (kms_vblank:550) igt_core-INFO: #3 [+0xdec32fa0] (kms_vblank:550) igt_core-INFO: #4 [+0xdec331bc] (kms_vblank:550) igt_core-INFO: #5 [+0xdec31c78] (kms_vblank:550) igt_core-INFO: #6 [__libc_init_first+0x80] (kms_vblank:550) igt_core-INFO: #7 [__libc_start_main+0x98] (kms_vblank:550) igt_core-INFO: #8 [[ 223.271844] [IGT] kms_vblank: executing n>+0xdec31cb0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (4.102s)[0m [1mSubtest wait-busy: FAIL (4.120s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc5-next-20241030 aarch64) Using IGT_SRANDOM=1706305920 for randomisation Opened device: /dev/dri/card1 Starting subtest: wait-busy-hang Test requirement <14>[ 223.306182] [IGT] kms_vblank: starting subtest wait-forked-busy not met in function gem_context_require_<14>[ 223.315967] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 bannable, file ../lib/i915/gem_context.c:324: Test requirement: has_ban_period || has_bannable Last errno: 22, Invalid argument [1mSubtest wait-busy-hang: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc5-next-20241030 aarch64) Using IGT_SRANDOM=1706305920 for randomisation Opened device: /dev/dri/card1 Starting subtest: wait-forked-busy Starting dynamic subtest: pipe-A-Writeback-1 (kms_vblank:556) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:556) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:556) igt_kms-CRITICAL: Last errno: 16, Device or resource busy Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() #2 [+0xc83d1f94] #3 [+0xc83d2fa0] #4 [+0xc83d31bc] #5 [+0xc83d1c78] #6 [__libc_init_first+0x80] #7 [__libc_start_main+0x98] #8 [+0xc83d1cb0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** SetProp plane A.9 "COLOR_RANGE" to 0x0/0 (kms_vblank:556) igt_kms-DEBUG: display: SetProp plane A.9 "pixel blend mode" to 0x0/0 (kms_vblank:556) igt_kms-DEBUG: display: SetProp plane A.9 "alpha" to 0xffff/65535 (kms_vblank:556) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:556) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_vblank:556) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_vblank:556) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_vblank:556) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_ENCODING" to 0x0/0 (kms_vblank:556) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_RANGE" to 0x0/0 (kms_vblank:556) igt_kms-DEBUG: display: SetProp plane A.10 "pixel blend mode" to 0x0/0 (kms_vblank:556) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_vblank:556) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:556) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_vblank:556) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_vblank:556) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_vblank:556) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_ENCODING" to 0x0/0 (kms_vblank:556) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_RANGE" to 0x0/0 (kms_vblank:556) igt_kms-DEBUG: display: SetProp plane A.11 "pixel blend mode" to 0x0/0 (kms_vblank:556) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_vblank:556) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:556) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_vblank:556) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_vblank:556) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_vblank:556) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_ENCODING" to 0x0/0 (kms_vblank:556) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_RANGE" to 0x0/0 (kms_vblank:556) igt_kms-DEBUG: display: SetProp plane A.12 "pixel blend mode" to 0x0/0 (kms_vblank:556) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_vblank:556) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:556) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_vblank:556) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_vblank:556) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_vblank:556) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_ENCODING" to 0x0/0 (kms_vblank:556) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_RANGE" to 0x0/0 (kms_vblank:556) igt_kms-DEBUG: display: SetProp plane A.13 "pixel blend mode" to 0x0/0 (kms_vblank:556) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_vblank:556) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:556) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_vblank:556) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_vblank:556) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_vblank:556) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_ENCODING" to 0x0/0 (kms_vblank:556) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_RANGE" to 0x0/0 (kms_vblank:556) igt_kms-DEBUG: display: SetProp plane A.14 "pixel blend mode" to 0x0/0 (kms_vblank:556) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_vblank:556) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:556) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_vblank:556) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_vblank:556) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_vblank:556) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_ENCODING" to 0x0/0 (kms_vblank:556) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_RANGE" to 0x0/0 (kms_vblank:556) igt_kms-DEBUG: display: SetProp plane A.15 "pixel blend mode" to 0x0/0 (kms_vblank:556) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_vblank:556) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:556) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_vblank:556) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_vblank:556) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_vblank:556) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_ENCODING" to 0x0/0 (kms_vblank:556) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_RANGE" to 0x0/0 (kms_vblank:556) igt_kms-DEBUG: display: SetProp plane A.16 "pixel blend mode" to 0x0/0 (kms_vblank:556) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_vblank:556) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:556) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_vblank:556) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_vblank:556) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_vblank:556) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:556) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_vblank:556) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_vblank:556) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:556) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_vblank:556) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_vblank:556) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_vblank:556) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:556) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_vblank:556) igt_kms-DEBUG: display: SetCrtc pipe C, disabling (kms_vblank:556) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:556) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 17 (kms_vblank:556) igt_kms-DEBUG: display: SetCursor pipe C, disabling (kms_vblank:556) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_vblank:556) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:556) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 0 (kms_vblank:556) igt_kms-DEBUG: display: SetCrtc pipe D, disabling (kms_vblank:556) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:556) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 17 (kms_vblank:556) igt_kms-DEBUG: display: SetCursor pipe D, disabling (kms_vblank:556) ig<14>[ 227.426664] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL t_kms-DE<14>[ 227.434192] [IGT] kms_vblank: finished subtest wait-forked-busy, FAIL BUG: display: MoveCursor pipe D, (0, 0) (kms_vblank:556) igt_kms-DEBUG: Test requirement pa<14>[ 227.449437] [IGT] kms_vblank: exiting, ret=98 ssed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:556) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 0 (km<8>[ 227.467094] s_vblank:556) igt_kms-DEBUG: display: SetCrtc pipe E, disabling (kms_vblank:556) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:556) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 17 (kms_vblank:556) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms_vblank:556) igt_kms-DEBUG: display: MoveCursor pipe E, (0, 0) (kms_vblank:556) igt_kms<14>[ 227.512218] [IGT] kms_vblank: executing -DEBUG: display: } (kms_vblank:556) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:556) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:556) igt_kms-CRITICAL: Last errno: 16, Device or resource busy (kms_vblank:556) igt_core-INFO: Stack <14>[ 227.547701] [IGT] kms_vblank: starting subtest wait-forked-busy-hang trace: <14>[ 227.555386] [IGT] kms_vblank: finished subtest wait-forked-busy-hang, SKIP (kms_vbl<14>[ 227.563402] [IGT] kms_vblank: exiting, ret=77 ank:556) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_vblank:556) igt_core-INFO: #1 ../lib/igt_kms.c:5233 igt_<8>[ 227.580101] wait_for_vblank_count() (kms_vblank:556) igt_core-INFO: #2 [+0xc83d1f94] (kms_vblank:556) igt_core-INFO: #3 [+0xc83d2fa0] (kms_vblank:556) igt_core-INFO: #4 [+0xc83d31bc] (kms_vblank:556) igt_core-INFO: #5 [+0xc83d1c78] (kms_vblank:556) igt_core-INFO: #6 [__libc_init_first+0x80] (kms_vblank:556) igt_core-INFO: #7 [__libc_start_main+0x98] (kms_vblank:556) igt_core-INFO: #8 <14>[ 227.626372] [IGT] kms_vblank: executing [+0xc83d1cb0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (4.103s)[0m [1mSubtest wait-forked-busy: FAIL (4.121s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc5-next-20241030 aarch64) Using IGT_SRANDOM=1706305924 for randomisation Opened device: /dev/dri/card1 Starting subtest: wait-forked-busy-hang Test requir<14>[ 227.661735] [IGT] kms_vblank: starting subtest ts-continuation-idle ement not met in function gem_context_re<14>[ 227.672197] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 quire_bannable, file ../lib/i915/gem_context.c:324: Test requirement: has_ban_period || has_bannable Last errno: 22, Invalid argument [1mSubtest wait-forked-busy-hang: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc5-next-20241030 aarch64) Using IGT_SRANDOM=1706305924 for randomisation Opened device: /dev/dri/card1 Starting subtest: ts-continuation-idle Starting dynamic subtest: pipe-A-Writeback-1 (kms_vblank:562) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:562) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:562) igt_kms-CRITICAL: Last errno: 16, Device or resource busy Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() #2 [+0xb3a01f94] #3 [+0xb3a02fa0] #4 [+0xb3a031bc] #5 [+0xb3a01c78] #6 [__libc_init_first+0x80] #7 [__libc_start_main+0x98] #8 [+0xb3a01cb0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** SetProp plane A.9 "COLOR_RANGE" to 0x0/0 (kms_vblank:562) igt_kms-DEBUG: display: SetProp plane A.9 "pixel blend mode" to 0x0/0 (kms_vblank:562) igt_kms-DEBUG: display: SetProp plane A.9 "alpha" to 0xffff/65535 (kms_vblank:562) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:562) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_vblank:562) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_vblank:562) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_vblank:562) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_ENCODING" to 0x0/0 (kms_vblank:562) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_RANGE" to 0x0/0 (kms_vblank:562) igt_kms-DEBUG: display: SetProp plane A.10 "pixel blend mode" to 0x0/0 (kms_vblank:562) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_vblank:562) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:562) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_vblank:562) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_vblank:562) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_vblank:562) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_ENCODING" to 0x0/0 (kms_vblank:562) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_RANGE" to 0x0/0 (kms_vblank:562) igt_kms-DEBUG: display: SetProp plane A.11 "pixel blend mode" to 0x0/0 (kms_vblank:562) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_vblank:562) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:562) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_vblank:562) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_vblank:562) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_vblank:562) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_ENCODING" to 0x0/0 (kms_vblank:562) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_RANGE" to 0x0/0 (kms_vblank:562) igt_kms-DEBUG: display: SetProp plane A.12 "pixel blend mode" to 0x0/0 (kms_vblank:562) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_vblank:562) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:562) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_vblank:562) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_vblank:562) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_vblank:562) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_ENCODING" to 0x0/0 (kms_vblank:562) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_RANGE" to 0x0/0 (kms_vblank:562) igt_kms-DEBUG: display: SetProp plane A.13 "pixel blend mode" to 0x0/0 (kms_vblank:562) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_vblank:562) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:562) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_vblank:562) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_vblank:562) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_vblank:562) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_ENCODING" to 0x0/0 (kms_vblank:562) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_RANGE" to 0x0/0 (kms_vblank:562) igt_kms-DEBUG: display: SetProp plane A.14 "pixel blend mode" to 0x0/0 (kms_vblank:562) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_vblank:562) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:562) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_vblank:562) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_vblank:562) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_vblank:562) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_ENCODING" to 0x0/0 (kms_vblank:562) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_RANGE" to 0x0/0 (kms_vblank:562) igt_kms-DEBUG: display: SetProp plane A.15 "pixel blend mode" to 0x0/0 (kms_vblank:562) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_vblank:562) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:562) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_vblank:562) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_vblank:562) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_vblank:562) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_ENCODING" to 0x0/0 (kms_vblank:562) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_RANGE" to 0x0/0 (kms_vblank:562) igt_kms-DEBUG: display: SetProp plane A.16 "pixel blend mode" to 0x0/0 (kms_vblank:562) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_vblank:562) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:562) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_vblank:562) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_vblank:562) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_vblank:562) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:562) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_vblank:562) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_vblank:562) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:562) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_vblank:562) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_vblank:562) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_vblank:562) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:562) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_vblank:562) igt_kms-DEBUG: display: SetCrtc pipe C, disabling (kms_vblank:562) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:562) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 17 (kms_vblank:562) igt_kms-DEBUG: display: SetCursor pipe C, disabling (kms_vblank:562) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_vblank:562) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:562) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 0 (kms_vblank:562) igt_kms-DEBUG: display: SetCrtc pipe D, disabling (kms_vblank:562) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:562) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 17 (kms_vblank:562) igt_kms-DEBUG: display: SetCursor pipe D, disabling (kms_vblank:562) ig<14>[ 231.778680] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL t_kms-DE<14>[ 231.786195] [IGT] kms_vblank: finished subtest ts-continuation-idle, FAIL BUG: display: MoveCursor pipe D, (0, 0) (kms_vblank:562) igt_kms-DEBUG: Test requirement pa<14>[ 231.801745] [IGT] kms_vblank: exiting, ret=98 ssed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:562) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 0 (km<8>[ 231.819413] s_vblank:562) igt_kms-DEBUG: display: SetCrtc pipe E, disabling (kms_vblank:562) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:562) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 17 (kms_vblank:562) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms_vblank:562) igt_kms-DEBUG: display: MoveCursor pipe E, (0, 0) (kms_vblank:562) igt_kms-DEBUG: <14>[ 231.865711] [IGT] kms_vblank: executing display: } (kms_vblank:562) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:562) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:562) igt_kms-CRITICAL: Last errno: 16, Device or resource busy (kms_vblank:562) igt_core-INFO: Stack trace: <14>[ 231.901027] [IGT] kms_vblank: starting subtest ts-continuation-idle-hang (kms_vbl<14>[ 231.909132] [IGT] kms_vblank: finished subtest ts-continuation-idle-hang, SKIP ank:562)<14>[ 231.917516] [IGT] kms_vblank: exiting, ret=77 igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_vblank:562) igt_core-INFO: #1 ../lib/igt_kms.c:5233 igt_wait_for<8>[ 231.934268] _vblank_count() (kms_vblank:562) igt_core-INFO: #2 [+0xb3a01f94] (kms_vblank:562) igt_core-INFO: #3 [+0xb3a02fa0] (kms_vblank:562) igt_core-INFO: #4 [+0xb3a031bc] (kms_vblank:562) igt_core-INFO: #5 [+0xb3a01c78] (kms_vblank:562) igt_core-INFO: #6 [__libc_init_first+0x80] (kms_vblank:562) igt_core-INFO: #7 [__libc_start_main+0x98] (kms_vblank:562) igt_core-INFO: #8 [[ 231.980643] [IGT] kms_vblank: executing n>+0xb3a01cb0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (4.099s)[0m [1mSubtest ts-continuation-idle: FAIL (4.117s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc5-next-20241030 aarch64) Using IGT_SRANDOM=1706305929 for randomisation Opened device: /dev/dri/card1 Starting subtest: ts-continuation-idle-hang Tes<14>[ 232.015619] [IGT] kms_vblank: starting subtest ts-continuation-dpms-rpm t requirement not met in function gem_co<14>[ 232.026391] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 ntext_require_bannable, file ../lib/i915/gem_context.c:324: Test requirement: has_ban_period || has_bannable Last errno: 22, Invalid argument [1mSubtest ts-continuation-idle-hang: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc5-next-20241030 aarch64) Using IGT_SRANDOM=1706305929 for randomisation Opened device: /dev/dri/card1 Starting subtest: ts-continuation-dpms-rpm Starting dynamic subtest: pipe-A-Writeback-1 (kms_vblank:568) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:568) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:568) igt_kms-CRITICAL: Last errno: 16, Device or resource busy Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() #2 [+0xdad01f94] #3 [+0xdad02fa0] #4 [+0xdad031bc] #5 [+0xdad01c78] #6 [__libc_init_first+0x80] #7 [__libc_start_main+0x98] #8 [+0xdad01cb0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** SetProp plane A.9 "COLOR_RANGE" to 0x0/0 (kms_vblank:568) igt_kms-DEBUG: display: SetProp plane A.9 "pixel blend mode" to 0x0/0 (kms_vblank:568) igt_kms-DEBUG: display: SetProp plane A.9 "alpha" to 0xffff/65535 (kms_vblank:568) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:568) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_vblank:568) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_vblank:568) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_vblank:568) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_ENCODING" to 0x0/0 (kms_vblank:568) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_RANGE" to 0x0/0 (kms_vblank:568) igt_kms-DEBUG: display: SetProp plane A.10 "pixel blend mode" to 0x0/0 (kms_vblank:568) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_vblank:568) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:568) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_vblank:568) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_vblank:568) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_vblank:568) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_ENCODING" to 0x0/0 (kms_vblank:568) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_RANGE" to 0x0/0 (kms_vblank:568) igt_kms-DEBUG: display: SetProp plane A.11 "pixel blend mode" to 0x0/0 (kms_vblank:568) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_vblank:568) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:568) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_vblank:568) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_vblank:568) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_vblank:568) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_ENCODING" to 0x0/0 (kms_vblank:568) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_RANGE" to 0x0/0 (kms_vblank:568) igt_kms-DEBUG: display: SetProp plane A.12 "pixel blend mode" to 0x0/0 (kms_vblank:568) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_vblank:568) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:568) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_vblank:568) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_vblank:568) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_vblank:568) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_ENCODING" to 0x0/0 (kms_vblank:568) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_RANGE" to 0x0/0 (kms_vblank:568) igt_kms-DEBUG: display: SetProp plane A.13 "pixel blend mode" to 0x0/0 (kms_vblank:568) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_vblank:568) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:568) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_vblank:568) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_vblank:568) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_vblank:568) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_ENCODING" to 0x0/0 (kms_vblank:568) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_RANGE" to 0x0/0 (kms_vblank:568) igt_kms-DEBUG: display: SetProp plane A.14 "pixel blend mode" to 0x0/0 (kms_vblank:568) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_vblank:568) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:568) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_vblank:568) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_vblank:568) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_vblank:568) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_ENCODING" to 0x0/0 (kms_vblank:568) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_RANGE" to 0x0/0 (kms_vblank:568) igt_kms-DEBUG: display: SetProp plane A.15 "pixel blend mode" to 0x0/0 (kms_vblank:568) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_vblank:568) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:568) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_vblank:568) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_vblank:568) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_vblank:568) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_ENCODING" to 0x0/0 (kms_vblank:568) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_RANGE" to 0x0/0 (kms_vblank:568) igt_kms-DEBUG: display: SetProp plane A.16 "pixel blend mode" to 0x0/0 (kms_vblank:568) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_vblank:568) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:568) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_vblank:568) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_vblank:568) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_vblank:568) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:568) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_vblank:568) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_vblank:568) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:568) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_vblank:568) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_vblank:568) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_vblank:568) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:568) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_vblank:568) igt_kms-DEBUG: display: SetCrtc pipe C, disabling (kms_vblank:568) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:568) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 17 (kms_vblank:568) igt_kms-DEBUG: display: SetCursor pipe C, disabling (kms_vblank:568) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_vblank:568) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:568) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 0 (kms_vblank:568) igt_kms-DEBUG: display: SetCrtc pipe D, disabling (kms_vblank:568) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:568) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 17 (kms_vblank:568) igt_kms-DEBUG: display: SetCursor pipe D, disabling (kms_vblank:568) ig<14>[ 236.130726] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL t_kms-DE<14>[ 236.138246] [IGT] kms_vblank: finished subtest ts-continuation-dpms-rpm, FAIL BUG: display: MoveCursor pipe D, (0, 0) (kms_vblank:568) igt_kms-DEBUG: Test requirement pa<14>[ 236.154221] [IGT] kms_vblank: exiting, ret=98 ssed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:568) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 0 (km<8>[ 236.171910] s_vblank:568) igt_kms-DEBUG: display: SetCrtc pipe E, disabling (kms_vblank:568) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:568) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 17 (kms_vblank:568) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms_vblank:568) igt_kms-DEBUG: display: MoveCursor pipe E, (0, 0) (kms_vblank:568) igt_kms-DEBUG: <14>[ 236.218433] [IGT] kms_vblank: executing display: } (kms_vblank:568) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:568) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:568) igt_kms-CRITICAL: Last errno: 16, Device or resource busy (kms_vblank:568) igt_core-INFO: Stack trace: <14>[ 236.254047] [IGT] kms_vblank: starting subtest ts-continuation-dpms-suspend (kms_vblank:568) igt_core-INFO: #0 ../<14>[ 236.264955] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 lib/igt_core.c:1989 __igt_fail_assert() (kms_vblank:568) igt_core-INFO: #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() (kms_vblank:568) igt_core-INFO: #2 [+0xdad01f94] (kms_vblank:568) igt_core-INFO: #3 [+0xdad02fa0] (kms_vblank:568) igt_core-INFO: #4 [+0xdad031bc] (kms_vblank:568) igt_core-INFO: #5 [+0xdad01c78] (kms_vblank:568) igt_core-INFO: #6 [__libc_init_first+0x80] (kms_vblank:568) igt_core-INFO: #7 [__libc_start_main+0x98] (kms_vblank:568) igt_core-INFO: #8 [+0xdad01cb0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (4.097s)[0m [1mSubtest ts-continuation-dpms-rpm: FAIL (4.115s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc5-next-20241030 aarch64) Using IGT_SRANDOM=1706305933 for randomisation Opened device: /dev/dri/card1 Starting subtest: ts-continuation-dpms-suspend Starting dynamic subtest: pipe-A-Writeback-1 (kms_vblank:571) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:571) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:571) igt_kms-CRITICAL: Last errno: 16, Device or resource busy Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() #2 [+0xba791f94] #3 [+0xba792fa0] #4 [+0xba7931bc] #5 [+0xba791c78] #6 [__libc_init_first+0x80] #7 [__libc_start_main+0x98] #8 [+0xba791cb0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** SetProp plane A.9 "COLOR_RANGE" to 0x0/0 (kms_vblank:571) igt_kms-DEBUG: display: SetProp plane A.9 "pixel blend mode" to 0x0/0 (kms_vblank:571) igt_kms-DEBUG: display: SetProp plane A.9 "alpha" to 0xffff/65535 (kms_vblank:571) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:571) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_vblank:571) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_vblank:571) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_vblank:571) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_ENCODING" to 0x0/0 (kms_vblank:571) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_RANGE" to 0x0/0 (kms_vblank:571) igt_kms-DEBUG: display: SetProp plane A.10 "pixel blend mode" to 0x0/0 (kms_vblank:571) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_vblank:571) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:571) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_vblank:571) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_vblank:571) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_vblank:571) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_ENCODING" to 0x0/0 (kms_vblank:571) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_RANGE" to 0x0/0 (kms_vblank:571) igt_kms-DEBUG: display: SetProp plane A.11 "pixel blend mode" to 0x0/0 (kms_vblank:571) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_vblank:571) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:571) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_vblank:571) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_vblank:571) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_vblank:571) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_ENCODING" to 0x0/0 (kms_vblank:571) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_RANGE" to 0x0/0 (kms_vblank:571) igt_kms-DEBUG: display: SetProp plane A.12 "pixel blend mode" to 0x0/0 (kms_vblank:571) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_vblank:571) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:571) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_vblank:571) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_vblank:571) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_vblank:571) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_ENCODING" to 0x0/0 (kms_vblank:571) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_RANGE" to 0x0/0 (kms_vblank:571) igt_kms-DEBUG: display: SetProp plane A.13 "pixel blend mode" to 0x0/0 (kms_vblank:571) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_vblank:571) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:571) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_vblank:571) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_vblank:571) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_vblank:571) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_ENCODING" to 0x0/0 (kms_vblank:571) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_RANGE" to 0x0/0 (kms_vblank:571) igt_kms-DEBUG: display: SetProp plane A.14 "pixel blend mode" to 0x0/0 (kms_vblank:571) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_vblank:571) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:571) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_vblank:571) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_vblank:571) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_vblank:571) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_ENCODING" to 0x0/0 (kms_vblank:571) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_RANGE" to 0x0/0 (kms_vblank:571) igt_kms-DEBUG: display: SetProp plane A.15 "pixel blend mode" to 0x0/0 (kms_vblank:571) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_vblank:571) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:571) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_vblank:571) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_vblank:571) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_vblank:571) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_ENCODING" to 0x0/0 (kms_vblank:571) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_RANGE" to 0x0/0 (kms_vblank:571) igt_kms-DEBUG: display: SetProp plane A.16 "pixel blend mode" to 0x0/0 (kms_vblank:571) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_vblank:571) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:571) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_vblank:571) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_vblank:571) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_vblank:571) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:571) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_vblank:571) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_vblank:571) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:571) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_vblank:571) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_vblank:571) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_vblank:571) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:571) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_vblank:571) igt_kms-DEBUG: display: SetCrtc pipe C, disabling (kms_vblank:571) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:571) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 17 (kms_vblank:571) igt_kms-DEBUG: display: SetCursor pipe C, disabling (kms_vblank:571) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_vblank:571) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:571) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 0 (kms_vblank:571) igt_kms-DEBUG: display: SetCrtc pipe D, disabling (kms_vblank:571) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:571) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 17 (kms_vblank:571) igt_kms-DEBUG: display: SetCursor pipe D, disabling (kms_vblank:571) ig<14>[ 240.482689] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL t_kms-DE<14>[ 240.490215] [IGT] kms_vblank: finished subtest ts-continuation-dpms-suspend, FAIL BUG: display: MoveCursor pipe D, (0, 0) (kms_vblank:571) igt_kms-DEBUG: Test requirement pa<14>[ 240.506446] [IGT] kms_vblank: exiting, ret=98 ssed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:571) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 0 (km<8>[ 240.524049] s_vblank:571) igt_kms-DEBUG: display: SetCrtc pipe E, disabling (kms_vblank:571) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:571) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 17 (kms_vblank:571) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms_vblank:571) igt_kms-DEBUG: display: MoveCursor pipe E, (0, 0) (kms_vblank:571) igt_kms-DEBUG: <14>[ 240.571232] [IGT] kms_vblank: executing display: } (kms_vblank:571) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:571) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:571) igt_kms-CRITICAL: Last errno: 16, Device or resource busy (kms_vblank:571) igt_core-INFO: Stack trace: <14>[ 240.606327] [IGT] kms_vblank: starting subtest ts-continuation-suspend (kms_vblank:571) igt_core-INFO: #0 ../<14>[ 240.617143] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 lib/igt_core.c:1989 __igt_fail_assert() (kms_vblank:571) igt_core-INFO: #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() (kms_vblank:571) igt_core-INFO: #2 [+0xba791f94] (kms_vblank:571) igt_core-INFO: #3 [+0xba792fa0] (kms_vblank:571) igt_core-INFO: #4 [+0xba7931bc] (kms_vblank:571) igt_core-INFO: #5 [+0xba791c78] (kms_vblank:571) igt_core-INFO: #6 [__libc_init_first+0x80] (kms_vblank:571) igt_core-INFO: #7 [__libc_start_main+0x98] (kms_vblank:571) igt_core-INFO: #8 [+0xba791cb0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (4.210s)[0m [1mSubtest ts-continuation-dpms-suspend: FAIL (4.228s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc5-next-20241030 aarch64) Using IGT_SRANDOM=1706305937 for randomisation Opened device: /dev/dri/card1 Starting subtest: ts-continuation-suspend Starting dynamic subtest: pipe-A-Writeback-1 (kms_vblank:574) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:574) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:574) igt_kms-CRITICAL: Last errno: 16, Device or resource busy Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() #2 [+0xb7001f94] #3 [+0xb7002fa0] #4 [+0xb70031bc] #5 [+0xb7001c78] #6 [__libc_init_first+0x80] #7 [__libc_start_main+0x98] #8 [+0xb7001cb0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** SetProp plane A.9 "COLOR_RANGE" to 0x0/0 (kms_vblank:574) igt_kms-DEBUG: display: SetProp plane A.9 "pixel blend mode" to 0x0/0 (kms_vblank:574) igt_kms-DEBUG: display: SetProp plane A.9 "alpha" to 0xffff/65535 (kms_vblank:574) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:574) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_vblank:574) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_vblank:574) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_vblank:574) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_ENCODING" to 0x0/0 (kms_vblank:574) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_RANGE" to 0x0/0 (kms_vblank:574) igt_kms-DEBUG: display: SetProp plane A.10 "pixel blend mode" to 0x0/0 (kms_vblank:574) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_vblank:574) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:574) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_vblank:574) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_vblank:574) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_vblank:574) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_ENCODING" to 0x0/0 (kms_vblank:574) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_RANGE" to 0x0/0 (kms_vblank:574) igt_kms-DEBUG: display: SetProp plane A.11 "pixel blend mode" to 0x0/0 (kms_vblank:574) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_vblank:574) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:574) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_vblank:574) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_vblank:574) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_vblank:574) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_ENCODING" to 0x0/0 (kms_vblank:574) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_RANGE" to 0x0/0 (kms_vblank:574) igt_kms-DEBUG: display: SetProp plane A.12 "pixel blend mode" to 0x0/0 (kms_vblank:574) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_vblank:574) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:574) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_vblank:574) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_vblank:574) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_vblank:574) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_ENCODING" to 0x0/0 (kms_vblank:574) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_RANGE" to 0x0/0 (kms_vblank:574) igt_kms-DEBUG: display: SetProp plane A.13 "pixel blend mode" to 0x0/0 (kms_vblank:574) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_vblank:574) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:574) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_vblank:574) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_vblank:574) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_vblank:574) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_ENCODING" to 0x0/0 (kms_vblank:574) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_RANGE" to 0x0/0 (kms_vblank:574) igt_kms-DEBUG: display: SetProp plane A.14 "pixel blend mode" to 0x0/0 (kms_vblank:574) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_vblank:574) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:574) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_vblank:574) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_vblank:574) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_vblank:574) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_ENCODING" to 0x0/0 (kms_vblank:574) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_RANGE" to 0x0/0 (kms_vblank:574) igt_kms-DEBUG: display: SetProp plane A.15 "pixel blend mode" to 0x0/0 (kms_vblank:574) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_vblank:574) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:574) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_vblank:574) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_vblank:574) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_vblank:574) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_ENCODING" to 0x0/0 (kms_vblank:574) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_RANGE" to 0x0/0 (kms_vblank:574) igt_kms-DEBUG: display: SetProp plane A.16 "pixel blend mode" to 0x0/0 (kms_vblank:574) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_vblank:574) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:574) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_vblank:574) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_vblank:574) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_vblank:574) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:574) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_vblank:574) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_vblank:574) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:574) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_vblank:574) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_vblank:574) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_vblank:574) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:574) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_vblank:574) igt_kms-DEBUG: display: SetCrtc pipe C, disabling (kms_vblank:574) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:574) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 17 (kms_vblank:574) igt_kms-DEBUG: display: SetCursor pipe C, disabling (kms_vblank:574) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_vblank:574) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:574) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 0 (kms_vblank:574) igt_kms-DEBUG: display: SetCrtc pipe D, disabling (kms_vblank:574) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:574) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 17 (kms_vblank:574) igt_kms-DEBUG: display: SetCursor pipe D, disabling (kms_vblank:574) ig<14>[ 244.834714] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL t_kms-DE<14>[ 244.842245] [IGT] kms_vblank: finished subtest ts-continuation-suspend, FAIL BUG: display: MoveCursor pipe D, (0, 0) (kms_vblank:574) igt_kms-DEBUG: Test requirement pa<14>[ 244.858126] [IGT] kms_vblank: exiting, ret=98 ssed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:574) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 0 (km<8>[ 244.875708] s_vblank:574) igt_kms-DEBUG: display: SetCrtc pipe E, disabling (kms_vblank:574) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:574) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 17 (kms_vblank:574) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms_vblank:574) igt_kms-DEBUG: display: MoveCursor pipe E, (0, 0) (kms_vblank:574) igt_kms-DEBUG: <14>[ 244.922755] [IGT] kms_vblank: executing display: } (kms_vblank:574) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:574) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:574) igt_kms-CRITICAL: Last errno: 16, Device or resource busy (kms_vblank:574) igt_core-INFO: Stack <14>[ 244.957095] [IGT] kms_vblank: starting subtest ts-continuation-modeset trace: (kms_vblank:574) igt_core-INFO: <14>[ 244.967551] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_vblank:574) igt_core-INFO: #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() (kms_vblank:574) igt_core-INFO: #2 [+0xb7001f94] (kms_vblank:574) igt_core-INFO: #3 [+0xb7002fa0] (kms_vblank:574) igt_core-INFO: #4 [+0xb70031bc] (kms_vblank:574) igt_core-INFO: #5 [+0xb7001c78] (kms_vblank:574) igt_core-INFO: #6 [__libc_init_first+0x80] (kms_vblank:574) igt_core-INFO: #7 [__libc_start_main+0x98] (kms_vblank:574) igt_core-INFO: #8 [+0xb7001cb0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (4.210s)[0m [1mSubtest ts-continuation-suspend: FAIL (4.228s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc5-next-20241030 aarch64) Using IGT_SRANDOM=1706305942 for randomisation Opened device: /dev/dri/card1 Starting subtest: ts-continuation-modeset Starting dynamic subtest: pipe-A-Writeback-1 (kms_vblank:577) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:577) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:577) igt_kms-CRITICAL: Last errno: 16, Device or resource busy Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() #2 [+0xd1581f94] #3 [+0xd1582fa0] #4 [+0xd15831bc] #5 [+0xd1581c78] #6 [__libc_init_first+0x80] #7 [__libc_start_main+0x98] #8 [+0xd1581cb0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** SetProp plane A.9 "COLOR_RANGE" to 0x0/0 (kms_vblank:577) igt_kms-DEBUG: display: SetProp plane A.9 "pixel blend mode" to 0x0/0 (kms_vblank:577) igt_kms-DEBUG: display: SetProp plane A.9 "alpha" to 0xffff/65535 (kms_vblank:577) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:577) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_vblank:577) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_vblank:577) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_vblank:577) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_ENCODING" to 0x0/0 (kms_vblank:577) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_RANGE" to 0x0/0 (kms_vblank:577) igt_kms-DEBUG: display: SetProp plane A.10 "pixel blend mode" to 0x0/0 (kms_vblank:577) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_vblank:577) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:577) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_vblank:577) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_vblank:577) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_vblank:577) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_ENCODING" to 0x0/0 (kms_vblank:577) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_RANGE" to 0x0/0 (kms_vblank:577) igt_kms-DEBUG: display: SetProp plane A.11 "pixel blend mode" to 0x0/0 (kms_vblank:577) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_vblank:577) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:577) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_vblank:577) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_vblank:577) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_vblank:577) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_ENCODING" to 0x0/0 (kms_vblank:577) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_RANGE" to 0x0/0 (kms_vblank:577) igt_kms-DEBUG: display: SetProp plane A.12 "pixel blend mode" to 0x0/0 (kms_vblank:577) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_vblank:577) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:577) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_vblank:577) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_vblank:577) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_vblank:577) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_ENCODING" to 0x0/0 (kms_vblank:577) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_RANGE" to 0x0/0 (kms_vblank:577) igt_kms-DEBUG: display: SetProp plane A.13 "pixel blend mode" to 0x0/0 (kms_vblank:577) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_vblank:577) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:577) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_vblank:577) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_vblank:577) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_vblank:577) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_ENCODING" to 0x0/0 (kms_vblank:577) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_RANGE" to 0x0/0 (kms_vblank:577) igt_kms-DEBUG: display: SetProp plane A.14 "pixel blend mode" to 0x0/0 (kms_vblank:577) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_vblank:577) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:577) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_vblank:577) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_vblank:577) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_vblank:577) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_ENCODING" to 0x0/0 (kms_vblank:577) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_RANGE" to 0x0/0 (kms_vblank:577) igt_kms-DEBUG: display: SetProp plane A.15 "pixel blend mode" to 0x0/0 (kms_vblank:577) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_vblank:577) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:577) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_vblank:577) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_vblank:577) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_vblank:577) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_ENCODING" to 0x0/0 (kms_vblank:577) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_RANGE" to 0x0/0 (kms_vblank:577) igt_kms-DEBUG: display: SetProp plane A.16 "pixel blend mode" to 0x0/0 (kms_vblank:577) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_vblank:577) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:577) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_vblank:577) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_vblank:577) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_vblank:577) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:577) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_vblank:577) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_vblank:577) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:577) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_vblank:577) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_vblank:577) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_vblank:577) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:577) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_vblank:577) igt_kms-DEBUG: display: SetCrtc pipe C, disabling (kms_vblank:577) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:577) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 17 (kms_vblank:577) igt_kms-DEBUG: display: SetCursor pipe C, disabling (kms_vblank:577) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_vblank:577) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:577) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 0 (kms_vblank:577) igt_kms-DEBUG: display: SetCrtc pipe D, disabling (kms_vblank:577) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:577) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 17 (kms_vblank:577) igt_kms-DEBUG: display: SetCursor pipe D, disabling (kms_vblank:577) ig<14>[ 249.186673] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL t_kms-DE<14>[ 249.194191] [IGT] kms_vblank: finished subtest ts-continuation-modeset, FAIL BUG: display: MoveCursor pipe D, (0, 0) (kms_vblank:577) igt_kms-DEBUG: Test requirement pa<14>[ 249.210006] [IGT] kms_vblank: exiting, ret=98 ssed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:577) igt_kms-DEBUG: display: Fixing up initial rotat<8>[ 249.225589] ion pipe E, plane 0 (kms_vblank:577) igt_kms-DEBUG: display: SetCrtc pipe E, disabling (kms_vblank:577) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:577) igt_kms-DEBUG: display: <14>[ 249.254576] [IGT] kms_vblank: executing Fixing up initial rotation pipe E, plane 17 (kms_vblank:577) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms_vblank:577) igt_kms-DEBUG: display: MoveCursor pipe E, <14>[ 249.275152] [IGT] kms_vblank: starting subtest ts-continuation-modeset-hang (0, 0) <14>[ 249.283231] [IGT] kms_vblank: finished subtest ts-continuation-modeset-hang, SKIP (kms_vbl<14>[ 249.291921] [IGT] kms_vblank: exiting, ret=77 ank:577) igt_kms-DEBUG: display: } (kms_vblank:577) igt_kms-CRITICAL: Test asse<8>[ 249.303875] rtion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:577) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:577) igt_kms-CRITICAL: Last errno: 16, Device or resou<14>[ 249.333601] [IGT] kms_vblank: executing rce busy (kms_vblank:577) igt_core-INFO: Stack trace: (kms_vblank:577) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_vblank:577) igt_core-INFO: #1 ../lib/igt<14>[ 249.353631] [IGT] kms_vblank: starting subtest ts-continuation-modeset-rpm _kms.c:5233 igt_wait_for<14>[ 249.363152] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 _vblank_count() (kms_vblank:577) igt_core-INFO: #2 [+0xd1581f94] (kms_vblank:577) igt_core-INFO: #3 [+0xd1582fa0] (kms_vblank:577) igt_core-INFO: #4 [+0xd15831bc] (kms_vblank:577) igt_core-INFO: #5 [+0xd1581c78] (kms_vblank:577) igt_core-INFO: #6 [__libc_init_first+0x80] (kms_vblank:577) igt_core-INFO: #7 [__libc_start_main+0x98] (kms_vblank:577) igt_core-INFO: #8 [+0xd1581cb0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (4.211s)[0m [1mSubtest ts-continuation-modeset: FAIL (4.230s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc5-next-20241030 aarch64) Using IGT_SRANDOM=1706305946 for randomisation Opened device: /dev/dri/card1 Starting subtest: ts-continuation-modeset-hang Test requirement not met in function gem_context_require_bannable, file ../lib/i915/gem_context.c:324: Test requirement: has_ban_period || has_bannable Last errno: 22, Invalid argument [1mSubtest ts-continuation-modeset-hang: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc5-next-20241030 aarch64) Using IGT_SRANDOM=1706305946 for randomisation Opened device: /dev/dri/card1 Starting subtest: ts-continuation-modeset-rpm Starting dynamic subtest: pipe-A-Writeback-1 (kms_vblank:583) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:583) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:583) igt_kms-CRITICAL: Last errno: 16, Device or resource busy Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() #2 [+0xc6ff1f94] #3 [+0xc6ff2fa0] #4 [+0xc6ff31bc] #5 [+0xc6ff1c78] #6 [__libc_init_first+0x80] #7 [__libc_start_main+0x98] #8 [+0xc6ff1cb0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** SetProp plane A.9 "COLOR_RANGE" to 0x0/0 (kms_vblank:583) igt_kms-DEBUG: display: SetProp plane A.9 "pixel blend mode" to 0x0/0 (kms_vblank:583) igt_kms-DEBUG: display: SetProp plane A.9 "alpha" to 0xffff/65535 (kms_vblank:583) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:583) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_vblank:583) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_vblank:583) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_vblank:583) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_ENCODING" to 0x0/0 (kms_vblank:583) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_RANGE" to 0x0/0 (kms_vblank:583) igt_kms-DEBUG: display: SetProp plane A.10 "pixel blend mode" to 0x0/0 (kms_vblank:583) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_vblank:583) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:583) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_vblank:583) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_vblank:583) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_vblank:583) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_ENCODING" to 0x0/0 (kms_vblank:583) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_RANGE" to 0x0/0 (kms_vblank:583) igt_kms-DEBUG: display: SetProp plane A.11 "pixel blend mode" to 0x0/0 (kms_vblank:583) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_vblank:583) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:583) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_vblank:583) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_vblank:583) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_vblank:583) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_ENCODING" to 0x0/0 (kms_vblank:583) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_RANGE" to 0x0/0 (kms_vblank:583) igt_kms-DEBUG: display: SetProp plane A.12 "pixel blend mode" to 0x0/0 (kms_vblank:583) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_vblank:583) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:583) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_vblank:583) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_vblank:583) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_vblank:583) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_ENCODING" to 0x0/0 (kms_vblank:583) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_RANGE" to 0x0/0 (kms_vblank:583) igt_kms-DEBUG: display: SetProp plane A.13 "pixel blend mode" to 0x0/0 (kms_vblank:583) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_vblank:583) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:583) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_vblank:583) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_vblank:583) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_vblank:583) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_ENCODING" to 0x0/0 (kms_vblank:583) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_RANGE" to 0x0/0 (kms_vblank:583) igt_kms-DEBUG: display: SetProp plane A.14 "pixel blend mode" to 0x0/0 (kms_vblank:583) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_vblank:583) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:583) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_vblank:583) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_vblank:583) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_vblank:583) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_ENCODING" to 0x0/0 (kms_vblank:583) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_RANGE" to 0x0/0 (kms_vblank:583) igt_kms-DEBUG: display: SetProp plane A.15 "pixel blend mode" to 0x0/0 (kms_vblank:583) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_vblank:583) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:583) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_vblank:583) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_vblank:583) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_vblank:583) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_ENCODING" to 0x0/0 (kms_vblank:583) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_RANGE" to 0x0/0 (kms_vblank:583) igt_kms-DEBUG: display: SetProp plane A.16 "pixel blend mode" to 0x0/0 (kms_vblank:583) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_vblank:583) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:583) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_vblank:583) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_vblank:583) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_vblank:583) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:583) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_vblank:583) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_vblank:583) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:583) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_vblank:583) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_vblank:583) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_vblank:583) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:583) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_vblank:583) igt_kms-DEBUG: display: SetCrtc pipe C, disabling (kms_vblank:583) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:583) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 17 (kms_vblank:583) igt_kms-DEBUG: display: SetCursor pipe C, disabling (kms_vblank:583) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_vblank:583) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:583) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 0 (kms_vblank:583) igt_kms-DEBUG: display: SetCrtc pipe D, disabling (kms_vblank:583) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:583) igt_km<14>[ 253.524296] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL s-DEBUG:<14>[ 253.531953] [IGT] kms_vblank: finished subtest ts-continuation-modeset-rpm, FAIL display: Fixing up initial rotation pipe D, plane 17 (kms_<14>[ 253.545432] [IGT] kms_vblank: exiting, ret=98 vblank:583) igt_kms-DEBUG: display: SetCursor pipe D, disabling (kms_vblank:583) ig<8>[ 253.557944] t_kms-DEBUG: display: MoveCu<8>[ 253.568954] rsor pipe D, (0, 0) (kms_vblank:583) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:583) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 0 (kms_vblank:583) igt_kms-DEBUG: display: SetCrtc pipe E, disabl<8>[ 253.598282] ing (kms_vblank:583) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:583) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 17 (kms_vblank:583) igt_kms-DEBUG: display: <14>[ 253.624520] [IGT] vc4_create_bo: executing SetCursor pip<14>[ 253.630379] [IGT] vc4_create_bo: exiting, ret=77 e E, disabling (kms_vblank:583) igt_kms-DEBUG: display: MoveCursor pipe E, <8>[ 253.642554] (0, 0) (kms_vblank:583) igt_kms-DEBUG: display: } (kms_vblank:583) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:583) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(<14>[ 253.670635] [IGT] vc4_create_bo: executing drm_fd, <14>[ 253.676421] [IGT] vc4_create_bo: exiting, ret=77 crtc_offset, 1) == 0 (kms_vblank:583) igt_kms-CRITICAL: Last errno: 16, Device <8>[ 253.688180] or resource busy (kms_vblank:583) igt_core-INFO: Stack trace: (kms_vblank:583) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_vblank:583) igt_core-INFO: #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() (kms_vb<14>[ 253.716610] [IGT] vc4_create_bo: executing lank:583<14>[ 253.721817] [IGT] vc4_create_bo: exiting, ret=77 ) igt_core-INFO: #2 [+0xc6ff1f94] (kms_vblank:583) igt_core-INFO: <8>[ 253.733719] #3 [+0xc6ff2fa0<8>[ 253.743469] ] (kms_vblank:583) igt_core-INFO: #4 [+0xc6ff31bc] (kms_vblank:583) igt_core-INFO: #5 [+0xc6ff1c78] (kms_vblank:583) igt_core-INFO: #6 [__libc_init_first+0x80] (kms_vblank:583) igt_core-INFO: #7 [__libc_start_main+0x98] (kms_vblank:583) igt_core-INFO: #8 <8>[ 253.772622] [+0xc6ff1cb0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (4.153s)[0m [1mSubtest ts-continuation-modeset-rpm: FAIL (4.170s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc5-next-20241030 aarch64) <14>[ 253.799475] [IGT] vc4_dmabuf_poll: executing Using IGT_SRANDO<14>[ 253.805100] [IGT] vc4_dmabuf_poll: exiting, ret=77 M=1706305950 for randomisation Opened device: /dev/dri/card1 Test requirement <8>[ 253.817704] not met in function __igt_unique____real_main27, file ../tests/vc4/vc4_create_bo.c:33: Test requirement: igt_vc4_is_v3d(fd) Last errno: 2, No such file or directory [1mSubtest create-bo-4096: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebf<14>[ 253.847508] [IGT] vc4_dmabuf_poll: executing e (aarch64) (Lin<14>[ 253.853910] [IGT] vc4_dmabuf_poll: exiting, ret=77 ux: 6.12.0-rc5-next-20241030 aarch64) Using IGT_SRANDOM=1706305951 for randomis<8>[ 253.865974] ation Opened device: /d<8>[ 253.877283] ev/dri/card1 Test requirement not met in function __igt_unique____real_main27, file ../tests/vc4/vc4_create_bo.c:33: Test requirement: igt_vc4_is_v3d(fd) Last errno: 2, No such file or directory [1mSubtest create-bo-0: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-r<8>[ 253.906939] c5-next-20241030 aarch64) Using IGT_SRANDOM=1706305951 for randomisation Opened device: /dev/dri/card1 Test requirement not met in function __igt_unique____real_main27, file ../tests/vc4/vc4_create_bo.c:33: Test requirement: igt_vc4_is_<14>[ 253.933907] [IGT] vc4_label_bo: executing v3d(fd) <14>[ 253.938978] [IGT] vc4_label_bo: exiting, ret=77 Last errno: 2, No such file or directory [1mSubtest create-bo-zeroed: SKIP (0<8>[ 253.950659] .000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc5-next-20241030 aarch64) Using IGT_SRANDOM=1706305951 for randomisation Opened device: /dev/dri/card1 Test requirement not met in function __igt_unique____real_main58, fil<14>[ 253.978336] [IGT] vc4_label_bo: executing e ../tests/vc4/v<14>[ 253.984464] [IGT] vc4_label_bo: exiting, ret=77 c4_dmabuf_poll.c:64: Test requirement: igt_vc4_is_v3d(fd) Last errno: 2, No su<8>[ 253.996435] ch file or directory [1mSubtest poll-write-waits-until-write-done: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc5-next-20241030 aarch64) Using IGT_SRANDOM=1706305951 for randomisation Opened device: /dev/dri/<14>[ 254.024942] [IGT] vc4_label_bo: executing card1 T<14>[ 254.030198] [IGT] vc4_label_bo: exiting, ret=77 est requirement not met in function __igt_unique____real_main58, file ../tests/v<8>[ 254.041934] c4/vc4_dmabuf_poll.c:64: Test requirement: igt_vc4_is_v3d(fd) Last errno: 2, No such file or directory [1mSubtest poll-read-waits-until-write-done: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc5-next-20241030<14>[ 254.070006] [IGT] vc4_label_bo: executing aarch64) Using<14>[ 254.075607] [IGT] vc4_label_bo: exiting, ret=77 IGT_SRANDOM=1706305951 for randomisation Opened device: /dev/dri/card1 Test r<8>[ 254.087937] equirement not met in fu<8>[ 254.097719] nction __igt_unique____real_main42, file ../tests/vc4/vc4_label_bo.c:48: Test requirement: igt_vc4_is_v3d(fd) Last errno: 2, No such file or directory [1mSubtest set-label: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc5-next-20241030 aarch64) Using IGT_SR<8>[ 254.126643] ANDOM=1706305951 for randomisation Opened device: /dev/dri/card1 Test requirement not met in function __igt_unique____real_main42, file ../tests/vc4/vc4_label_bo.c:48: Test requirement: igt_vc4_is_v3d(fd) Last errno: 2, No such file or <14>[ 254.153797] [IGT] vc4_lookup_fail: executing director<14>[ 254.159112] [IGT] vc4_lookup_fail: starting subtest bad-color-write y [1mS<14>[ 254.166175] [IGT] vc4_lookup_fail: finished subtest bad-color-write, SUCCESS ubtest s<14>[ 254.174382] [IGT] vc4_lookup_fail: exiting, ret=0 et-bad-handle: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6<8>[ 254.186635] .12.0-rc5-next-20241030 <8>[ 254.196453] aarch64) Using IGT_SRANDOM=1706305951 for randomisation Opened device: /dev/dri/card1 Test requirement not met in function __igt_unique____real_main42, file ../tests/vc4/vc4_label_bo.c:48: Test requirement: igt_vc4_is_v3d(fd) Last errno: 2, No such file or directory [1mSub<8>[ 254.225010] test set-bad-name: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc5-next-20241030 aarch64) Using IGT_SRANDOM=1706305951 for randomisation Opened device: /dev/dri/card1 Test requirement not met in function __igt_unique__<14>[ 254.251563] [IGT] vc4_mmap: executing __real_main42, f<14>[ 254.257045] [IGT] vc4_mmap: exiting, ret=77 ile ../tests/vc4/vc4_label_bo.c:48: Test requirement: igt_vc4_is_v3d(fd) Last errno: 2<8>[ 254.269145] , No such file or directory [1mSubtest set-kernel-name: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc5-next-20241030 aarch64) Using IGT_SRANDOM=1706305951 for randomisation Opened device: /dev/dri/card1 Star<14>[ 254.297813] [IGT] vc4_mmap: executing ting sub<14>[ 254.302968] [IGT] vc4_mmap: exiting, ret=77 test: bad-color-write [1mSubtest bad-color-write: SUCCESS (0.000s)[0m IGT-Ve<8>[ 254.314289] rsion: 1.28-ga44ebfe (aa<8>[ 254.323363] rch64) (Linux: 6.12.0-rc5-next-20241030 aarch64) Using IGT_SRANDOM=1706<8>[ 254.333574] 305951 for randomisation Opened device: /dev/dri/card1 Test requirement not met in function __igt_unique____real_main11, file ../tests/vc4/vc4_mmap.c:17: Test requirement: igt_vc4_is_v3d(fd) Last errno: 2, No such file or directory [1mSubtest mmap-bad-handle: SKIP (0.000s)[0m IGT-Version<8>[ 254.366428] : 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc5-next-20241030 aarch64) Using IGT_SRANDOM=1706305951 for randomisation Opened device: /dev/dri/card1 Test requirement not met in function __igt_unique____real_main11, file ../tests/vc4/vc4_mmap.c:17: <14>[ 254.393793] [IGT] vc4_purgeable_bo: executing Test req<14>[ 254.399772] [IGT] vc4_purgeable_bo: exiting, ret=77 uirement: igt_vc4_is_v3d(fd) Last errno: 2, No such file or directory [1mSubt<8>[ 254.411827] est mmap-bo: SKIP (0.000s)[0m /usr/bin/igt-parser.sh: 73: vc4_prefmon: not found /usr/bin/igt-parser.sh: 83: vc4_prefmon: not found WARNING: unhandled exit status: 127 IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc5-next-202410<14>[ 254.440429] [IGT] vc4_purgeable_bo: executing 30 aarch<14>[ 254.445942] [IGT] vc4_purgeable_bo: exiting, ret=77 64) Using IGT_SRANDOM=1706305951 for randomisation Opened device: /dev/dri/car<8>[ 254.457901] d1 Test requirement not met in function __igt_unique____real_main97, file ../tests/vc4/vc4_purgeable_bo.c:106: Test requirement: igt_vc4_get_param(fd, DRM_VC4_PARAM_SUPPORTS_MADVISE) Last errno: 22, Invalid argument [1mSubtest mark-wil<14>[ 254.486475] [IGT] vc4_purgeable_bo: executing lneed: SKIP (0.0<14>[ 254.492363] [IGT] vc4_purgeable_bo: exiting, ret=77 00s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc5-next-20241030 <8>[ 254.504846] aarch64) Using IGT_SRANDOM=1706305951 for randomisation Opened device: /dev/dri/card1 Test requirement not met in function __igt_unique____real_main97, file ../tests/vc4/vc4_purgeable_bo.c:106: Test requirement: igt_vc4_get_para<14>[ 254.533273] [IGT] vc4_purgeable_bo: executing m(fd, DRM_VC4_PA<14>[ 254.539255] [IGT] vc4_purgeable_bo: exiting, ret=77 RAM_SUPPORTS_MADVISE) Last errno: 22, Invalid argument [1mSubtest mark-purgea<8>[ 254.551584] ble: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc5-next-20241030 aarch64) Using IGT_SRANDOM=1706305951 for randomisation Opened device: /dev/dri/card1 Test requirement not met in function __igt_unique____real<14>[ 254.580619] [IGT] vc4_purgeable_bo: executing _main97,<14>[ 254.586445] [IGT] vc4_purgeable_bo: exiting, ret=77 file ../tests/vc4/vc4_purgeable_bo.c:106: Test requirement: igt_vc4_get_param(fd, DRM_<8>[ 254.598923] VC4_PARAM_SUPPORTS_MADVISE) Last errno: 22, Invalid argument [1mSubtest mark-purgeable-twice: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc5-next-20241030 aarch64) Using IGT_SRANDOM=1706305951 for randomisati<14>[ 254.628237] [IGT] vc4_purgeable_bo: executing on Opened devic<14>[ 254.634170] [IGT] vc4_purgeable_bo: exiting, ret=77 e: /dev/dri/card1 Test requirement not met in function __igt_unique____real_main97, fil<8>[ 254.647242] e ../tests/vc4/vc4_purgeable_bo.c:106: Test requirement: igt_vc4_get_param(fd, DRM_VC4_PARAM_SUPPORTS_MADVISE) Last errno: 22, Invalid argument [1mSubtest mark-unpurgeable-twice: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (<14>[ 254.676367] [IGT] vc4_purgeable_bo: executing Linux: 6.12.0-rc<14>[ 254.682659] [IGT] vc4_purgeable_bo: exiting, ret=77 5-next-20241030 aarch64) Using IGT_SRANDOM=1706305951 for randomisation Opened<8>[ 254.694923] device: /dev/dri/card1 Test requirement not met in function __igt_unique____real_main97, file ../tests/vc4/vc4_purgeable_bo.c:106: Test requirement: igt_vc4_get_param(fd, DRM_VC4_PARAM_SUPPORTS_MADVISE) Last errno: 22, Invalid argument <14>[ 254.725048] [IGT] vc4_purgeable_bo: executing [1mSubtest acc<14>[ 254.730771] [IGT] vc4_purgeable_bo: exiting, ret=77 ess-purgeable-bo-mem: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (L<8>[ 254.743352] inux: 6.12.0-rc5-next-20241030 aarch64) Using IGT_SRANDOM=1706305951 for randomisation Opened device: /dev/dri/card1 Test requirement not met in function __igt_unique____real_main97, file ../tests/vc4/vc4_purgeable_bo.c:106: Test requir<14>[ 254.772405] [IGT] vc4_purgeable_bo: executing ement: igt_vc4_g<14>[ 254.778418] [IGT] vc4_purgeable_bo: exiting, ret=77 et_param(fd, DRM_VC4_PARAM_SUPPORTS_MADVISE) Last errno: 22, Invalid argument [1mSubt<8>[ 254.791415] est access-purged-bo-mem: SKIP (<8>[ 254.801484] 0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc5-next-20241030 aarch64) Using IGT_SRANDOM=1706305952 for randomisation Opened device: /dev/dri/card1 Test requirement not met in function __igt_unique____real_main97, file ../tests/vc4/vc4_purgeable_bo.c:106: Test re<8>[ 254.831090] quirement: igt_vc4_get_param(fd, DRM_VC4_PARAM_SUPPORTS_MADVISE) Last errno: 22, Invalid argument [1mSubtest mark-unpurgeable-check-retained: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc5-next-20241030 aarch6<14>[ 254.857693] [IGT] vc4_tiling: executing 4) Using IGT_SR<14>[ 254.863193] [IGT] vc4_tiling: exiting, ret=77 ANDOM=1706305952 for randomisation Opened device: /dev/dri/card1 Test requirem<8>[ 254.874996] ent not met in function __igt_unique____real_main97, file ../tests/vc4/vc4_purgeable_bo.c:106: Test requirement: igt_vc4_get_param(fd, DRM_VC4_PARAM_SUPPORTS_MADVISE) Last errno: 22, Invalid argument [1mSubtest mark-unpurgeable-purged: <14>[ 254.903462] [IGT] vc4_tiling: executing SKIP (0.000s)[0<14>[ 254.908749] [IGT] vc4_tiling: exiting, ret=77 m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc5-next-20241030 aarch64) Using<8>[ 254.921241] IGT_SRANDOM=1706305952 for randomisation Opened device: /dev/dri/card1 Test requirement not met in function __igt_unique____real_main97, file ../tests/vc4/vc4_purgeable_bo.c:106: Test requirement: igt_vc4_get_param(fd, DRM_VC4_PARAM_SUP<14>[ 254.950186] [IGT] vc4_tiling: executing PORTS_MADVISE) <14>[ 254.955454] [IGT] vc4_tiling: exiting, ret=77 Last errno: 22, Invalid argument [1mSubtest free-purged-bo: SKIP (0.000s)[0m <8>[ 254.967480] IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc5-next-20241030 aarch64) Using IGT_SRANDOM=1706305952 for randomisation Opened device: /dev/dri/card1 Test requirement not met in function __igt_unique____real_main27, file ../tests/vc4/vc4_<14>[ 254.996692] [IGT] vc4_tiling: executing tiling.c:33: Te<14>[ 255.001777] [IGT] vc4_tiling: exiting, ret=77 st requirement: igt_vc4_is_v3d(fd) Last errno: 2, No such file or directory [<8>[ 255.013949] 1mSubtest get-bad-handle: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc5-next-20241030 aarch64) Using IGT_SRANDOM=1706305952 for randomisation Opened device: /dev/dri/card1 Test requirement not met in function __igt_u<14>[ 255.042777] [IGT] vc4_tiling: executing nique___<14>[ 255.048170] [IGT] vc4_tiling: exiting, ret=77 _real_main27, file ../tests/vc4/vc4_tiling.c:33: Test requirement: igt_vc4_is_v<8>[ 255.059983] 3d(fd) Last errno: 2, No such file or directory [1mSubtest set-bad-handle: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc5-next-20241030 aarch64) Using IGT_SRANDOM=1706305952 for randomisation Opened device: <14>[ 255.088250] [IGT] vc4_tiling: executing /dev/dri<14>[ 255.093567] [IGT] vc4_tiling: exiting, ret=77 /card1 Test requirement not met in function __igt_unique____real_main27, file .<8>[ 255.105063] ./tests/vc4/vc4_tiling.c:33: Test requirement: igt_vc4_is_v3d(fd) Last errno: 2, No such file or directory [1mSubtest get-bad-flags: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc5-next-20241030 aarch64) Usin<14>[ 255.133789] [IGT] vc4_tiling: executing g IGT_SR<14>[ 255.138872] [IGT] vc4_tiling: exiting, ret=77 ANDOM=1706305952 for randomisation Opened device: /dev/dri/card1 Test requirement not <8>[ 255.150814] met in function __igt_unique____real_main27, file ../tests/vc4/vc4_tiling.c:33: Test requirement: igt_vc4_is_v3d(fd) Last errno: 2, No such file or directory [1mSubtest set-bad-flags: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Lin<14>[ 255.179299] [IGT] vc4_tiling: executing ux: 6.12.0-rc5-n<14>[ 255.185197] [IGT] vc4_tiling: exiting, ret=77 ext-20241030 aarch64) Using IGT_SRANDOM=1706305952 for randomisation Opened de<8>[ 255.197043] vice: /dev/dri/card1 Te<8>[ 255.206748] st requirement not met in function __igt_unique____real_main27, file ../tests/vc4/vc4_tiling.c:33: Test requirement: igt_vc4_is_v3d(fd) Last errno: 2, No such file or directory [1mSubtest get-bad-modifier: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc5-nex<8>[ 255.235916] t-20241030 aarch64) Using IGT_SRANDOM=1706305952 for randomisation Opened device: /dev/dri/card1 Test requirement not met in function __igt_unique____real_main27, file ../tests/vc4/vc4_tiling.c:33: Test requirement: igt_vc4_is_v3d(fd) Last err<14>[ 255.262623] [IGT] vc4_wait_bo: executing no: 2, No such f<14>[ 255.268749] [IGT] vc4_wait_bo: exiting, ret=77 ile or directory [1mSubtest set-bad-modifier: SKIP (0.000s)[0m IGT-Version: <8>[ 255.280614] 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc5-next-20241030 aarch64) Using IGT_SRANDOM=1706305952 for randomisation Opened device: /dev/dri/card1 Test requirement not met in function __igt_unique____real_main27, file ../tests/vc4/vc4_tiling<14>[ 255.308139] [IGT] vc4_wait_bo: executing .c:33: Test req<14>[ 255.313685] [IGT] vc4_wait_bo: exiting, ret=77 uirement: igt_vc4_is_v3d(fd) Last errno: 2, No such file or directory [1mSubtest set-<8>[ 255.326264] get: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc5-next-20241030 aarch64) Using IGT_SRANDOM=1706305952 for randomisation Opened device: /dev/dri/card1 Test requirement not met in function __igt_unique____real<14>[ 255.354365] [IGT] vc4_wait_bo: executing _main27,<14>[ 255.359727] [IGT] vc4_wait_bo: exiting, ret=77 file ../tests/vc4/vc4_tiling.c:33: Test requirement: igt_vc4_is_v3d(fd) Last <8>[ 255.371426] errno: 2, No such file or directory [1mSubtest get-after-free: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc5-next-20241030 aarch64) Using IGT_SRANDOM=1706305952 for randomisation Opened device: /dev/dri/card<14>[ 255.399603] [IGT] vc4_wait_bo: executing 1 Test requirem<14>[ 255.405420] [IGT] vc4_wait_bo: exiting, ret=77 ent not met in function __igt_unique____real_main60, file ../tests/vc4/vc4_wait_<8>[ 255.417209] bo.c:67: Test requirement: igt_vc4_is_v3d(fd) Last errno: 2, No such file or directory [1mSubtest bad-bo: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc5-next-20241030 aarch64) Using IGT_SRANDOM=1706305952 fo<14>[ 255.445726] [IGT] vc4_wait_bo: executing r random<14>[ 255.450827] [IGT] vc4_wait_bo: exiting, ret=77 isation Opened device: /dev/dri/card1 Test requirement not met in function __i<8>[ 255.462428] gt_unique____real_main60, file ../tests/vc4/vc4_wait_bo.c:67: Test requirement: igt_vc4_is_v3d(fd) Last errno: 2, No such file or directory [1mSubtest bad-pad: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc5-n<14>[ 255.490679] [IGT] vc4_wait_bo: executing ext-2024<14>[ 255.495868] [IGT] vc4_wait_bo: exiting, ret=77 1030 aarch64) Using IGT_SRANDOM=1706305952 for randomisation Opened device: /d<8>[ 255.507555] ev/dri/card1 Test requirement not met in function __igt_unique____real_main60, file ../tests/vc4/vc4_wait_bo.c:67: Test requirement: igt_vc4_is_v3d(fd) Last errno: 2, No such file or directory [1mSubtest unused-bo-0ns: SKIP (0.000s)[0<14>[ 255.535795] [IGT] vc4_wait_bo: executing m IGT-Version: <14>[ 255.541410] [IGT] vc4_wait_bo: exiting, ret=77 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc5-next-20241030 aarch64) Using IGT_SRA<8>[ 255.553277] NDOM=1706305952 for rand<8>[ 255.562282] omisation Opened device: /dev/dri/card1 Test requirement not met in function __igt_unique____real_main60, file ../tests/vc4/vc4_wait_bo.c:67: Test requirement: igt_vc4_is_v3d(fd) Last errno: 2, No such file or directory [1mSubtest unused-bo-1ns: SKIP (0.000s)[0m IGT-Version: 1.28<8>[ 255.591167] -ga44ebfe (aarch64) (Linux: 6.12.0-rc5-next-20241030 aarch64) Using IGT_SRANDOM=1706305952 for randomisation Opened device: /dev/dri/card1 Test requirement not met in function __igt_unique____real_main60, file ../tests/vc4/vc4_wait_bo.c:67: Tes<14>[ 255.618624] [IGT] vc4_wait_seqno: executing t requirement: i<14>[ 255.624789] [IGT] vc4_wait_seqno: exiting, ret=77 gt_vc4_is_v3d(fd) Last errno: 2, No such file or directory [1mSubtest used-bo<8>[ 255.636982] -0ns: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc5-next-20241030 aarch64) Using IGT_SRANDOM=1706305952 for randomisation Opened device: /dev/dri/card1 Test requirement not met in function __igt_unique____rea<14>[ 255.665387] [IGT] vc4_wait_seqno: executing l_main60<14>[ 255.670812] [IGT] vc4_wait_seqno: exiting, ret=77 , file ../tests/vc4/vc4_wait_bo.c:67: Test requirement: igt_vc4_is_v3d(<8>[ 255.681801] fd) Last errno: 2, No s<8>[ 255.691317] uch file or dire<8>[ 255.696490] ctory [1mSubtest used-bo-1ns: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc5-next-20241030 aarch64) Using IGT_SRANDOM=1706305952 for randomisation Opened device: /dev/dri/card1 Test requirement not met in function __igt_unique____real_main60, file ../tests/vc4/vc4_wait_bo.c:67: Test requirement: igt_vc4_is_v3d(fd) Last errno: 2, No such file or directory [1mSubtest used-bo: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc5-next-20241030 aarch64) Using IGT_SRANDOM=1706305952 for randomisation Opened device: /dev/dri/card1 Test requirement not met in function __igt_unique____real_main27, file ../tests/vc4/vc4_wait_seqno.c:33: Test requirement: igt_vc4_is_v3d(fd) Last errno: 2, No such file or directory [1mSubtest bad-seqno-0ns: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc5-next-20241030 aarch64) Using IGT_SRANDOM=1706305953 for randomisation Opened device: /dev/dri/card1 Test requirement not met in function __igt_unique____real_main27, file ../tests/vc4/vc4_wait_seqno.c:33: Test requirement: igt_vc4_is_v3d(fd) Last errno: 2, No such file or directory [1mSubtest bad-seqno-1ns: SKIP (0.000s)[0m + set +x / #