Trying 192.168.56.33... Connected to conserv4. Escape character is '^]'. ser2net port telnet,3002 device serialdev, /dev/serial/by-path/platform-fd500000.pcie-pci-0000:01:00.0-usb-0:1.2.1.3: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 BOOTP broadcast 4 BOOTP broadcast 5 DHCP client bound to address 192.168.6.6 (3810 ms) U-Boot> setenv serverip 192.168.6.2 setenv serverip 192.168.6.2 U-Boot> tftp 0x00080000 826968/tftp-deploy-au14qpx3/kernel/Image tftp 0x00080000 826968/tftp-deploy-au14qpx3/kernel/Image Using ethernet@7d580000 device TFTP from server 192.168.6.2; our IP address is 192.168.6.6 Filename '826968/tftp-deploy-au14qpx3/kernel/Image'. Load address: 0x80000 Loading: *################################################## 43.6 MiB 15.5 MiB/s done Bytes transferred = 45713920 (2b98a00 hex) U-Boot> tftp 0x06700000 826968/tftp-deploy-au14qpx3/ramdisk/ramdisk.cpio.gz.uboot tftp 0x06700000 826968/tftp-deploy-au14qpx3/ramdisk/ramdisk.cpio.gz.uboot Using ethernet@7d580000 device TFTP from server 192.168.6.2; our IP address is 192.168.6.6 Filename '826968/tftp-deploy-au14qpx3/ramdisk/ramdisk.cpio.gz.uboot'. Load address: 0x6700000 Loading: *###########################T ####################### 62.7 MiB 6.9 MiB/s done Bytes transferred = 65707578 (3ea9e3a hex) U-Boot> setenv initrd_size ${filesize} setenv initrd_size ${filesize} U-Boot> tftp 0x06400000 826968/tftp-deploy-au14qpx3/dtb/bcm2711-rpi-4-b.dtb tftp 0x06400000 826968/tftp-deploy-au14qpx3/dtb/bcm2711-rpi-4-b.dtb Using ethernet@7d580000 device TFTP from server 192.168.6.2; our IP address is 192.168.6.6 Filename '826968/tftp-deploy-au14qpx3/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=2e70000 ## Loading init Ramdisk from Legacy Image at 06700000 ... Image Name: Image Type: AArch64 Linux RAMDisk Image (uncompressed) Data Size: 65707514 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 3607e000, end 39f27dfa ... OK Loading Device Tree to 0000000036071000, end 000000003607db11 ... OK Working FDT set to 36071000 Starting kernel ... [ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd083] [ 0.000000] Linux version 6.12.0-rc1 (KernelCI@build-j338553-arm64-gcc-12-defconfig-9xtmt) (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 9 11:51:54 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] OF: reserved mem: 0x000000003ef64040..0x000000003ef64075 (0 KiB) nomap non-reusable nvram@0 [ 0.000000] earlycon: bcm2835aux0 at MMIO32 0x00000000fe215040 (options '115200n8') [ 0.000000] printk: legacy bootconsole [bcm2835aux0] enabled [ 0.000000] NUMA: Faking a node at [mem 0x0000000000000000-0x000000007fffffff] [ 0.000000] NODE_DATA(0) allocated [mem 0x7fbf45c0-0x7fbf6bff] [ 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 s61656 r8192 d32552 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] 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.008898] Console: colour dummy device 80x25 <6>[ 0.013767] Calibrating delay loop (skipped), value calculated using timer frequency.. 108.00 BogoMIPS (lpj=216000) <6>[ 0.024603] pid_max: default: 32768 minimum: 301 <6>[ 0.029629] LSM: initializing lsm=capability <6>[ 0.034385] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes, linear) <6>[ 0.042162] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes, linear) <6>[ 0.066872] rcu: Hierarchical SRCU implementation. <6>[ 0.072016] rcu: Max phase no-delay instances is 1000. <6>[ 0.077875] Timer migration: 1 hierarchy levels; 8 children per group; 1 crossnode level <6>[ 0.089118] EFI services will not be available. <6>[ 0.098020] smp: Bringing up secondary CPUs ... <6>[ 0.107100] Detected PIPT I-cache on CPU1 <6>[ 0.107221] CPU1: Booted secondary processor 0x0000000001 [0x410fd083] <6>[ 0.110980] Detected PIPT I-cache on CPU2 <6>[ 0.111071] CPU2: Booted secondary processor 0x0000000002 [0x410fd083] <6>[ 0.114989] Detected PIPT I-cache on CPU3 <6>[ 0.115083] CPU3: Booted secondary processor 0x0000000003 [0x410fd083] <6>[ 0.115231] smp: Brought up 1 node, 4 CPUs <6>[ 0.153196] SMP: Total of 4 processors activated. <6>[ 0.158225] CPU: All CPU(s) started at EL2 <6>[ 0.162680] CPU features: detected: 32-bit EL0 Support <6>[ 0.168150] CPU features: detected: 32-bit EL1 Support <6>[ 0.173616] CPU features: detected: CRC32 instructions <6>[ 0.179158] alternatives: applying system-wide alternatives <6>[ 0.186505] Memory: 1732008K/2019328K available (17280K kernel code, 4898K rwdata, 11876K rodata, 10432K init, 742K bss, 217392K reserved, 65536K cma-reserved) <6>[ 0.202004] devtmpfs: initialized <6>[ 0.214265] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns <6>[ 0.224428] futex hash table entries: 1024 (order: 4, 65536 bytes, linear) <6>[ 0.232929] 2G module region forced by RANDOMIZE_MODULE_REGION_FULL <6>[ 0.239606] 0 pages in range for non-PLT usage <6>[ 0.239613] 512912 pages in range for PLT usage <6>[ 0.244647] pinctrl core: initialized pinctrl subsystem <6>[ 0.257427] DMI not present or invalid. <6>[ 0.265329] NET: Registered PF_NETLINK/PF_ROUTE protocol family <6>[ 0.272573] DMA: preallocated 256 KiB GFP_KERNEL pool for atomic allocations <6>[ 0.280097] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations <6>[ 0.288365] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations <6>[ 0.296706] audit: initializing netlink subsys (disabled) <5>[ 0.302648] audit: type=2000 audit(0.196:1): state=initialized audit_enabled=0 res=1 <6>[ 0.304310] thermal_sys: Registered thermal governor 'step_wise' <6>[ 0.310769] thermal_sys: Registered thermal governor 'power_allocator' <6>[ 0.317203] cpuidle: using governor menu <6>[ 0.328546] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers. <6>[ 0.335809] ASID allocator initialised with 32768 entries <6>[ 0.344387] Serial: AMBA PL011 UART driver <6>[ 0.374827] platform fd500000.pcie: Fixed dependency cycle(s) with /scb/pcie@7d500000 <6>[ 0.388152] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages <6>[ 0.395310] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page <6>[ 0.401921] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages <6>[ 0.409052] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page <6>[ 0.415660] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages <6>[ 0.422793] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page <6>[ 0.429399] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages <6>[ 0.436530] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page <6>[ 0.445516] ACPI: Interpreter disabled. <6>[ 0.453169] iommu: Default domain type: Translated <6>[ 0.458310] iommu: DMA domain TLB invalidation policy: strict mode <5>[ 0.465257] SCSI subsystem initialized <6>[ 0.469762] usbcore: registered new interface driver usbfs <6>[ 0.475634] usbcore: registered new interface driver hub <6>[ 0.481317] usbcore: registered new device driver usb <4>[ 0.486905] usb_phy_generic phy: dummy supplies not allowed for exclusive requests (id=vbus) <6>[ 0.496778] pps_core: LinuxPPS API ver. 1 registered <6>[ 0.502081] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <6>[ 0.511601] PTP clock support registered <6>[ 0.515987] EDAC MC: Ver: 3.0.0 <6>[ 0.519996] scmi_core: SCMI protocol bus registered <6>[ 0.526358] FPGA manager framework <6>[ 0.530191] Advanced Linux Sound Architecture Driver Initialized. <6>[ 0.537768] vgaarb: loaded <6>[ 0.541252] clocksource: Switched to clocksource arch_sys_counter <5>[ 0.548005] VFS: Disk quotas dquot_6.6.0 <6>[ 0.552273] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) <6>[ 0.559788] pnp: PnP ACPI: disabled <6>[ 0.573628] NET: Registered PF_INET protocol family <6>[ 0.579159] IP idents hash table entries: 32768 (order: 6, 262144 bytes, linear) <6>[ 0.589268] tcp_listen_portaddr_hash hash table entries: 1024 (order: 2, 16384 bytes, linear) <6>[ 0.598245] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear) <6>[ 0.606364] TCP established hash table entries: 16384 (order: 5, 131072 bytes, linear) <6>[ 0.614745] TCP bind hash table entries: 16384 (order: 7, 524288 bytes, linear) <6>[ 0.622895] TCP: Hash tables configured (established 16384 bind 16384) <6>[ 0.629926] UDP hash table entries: 1024 (order: 3, 32768 bytes, linear) <6>[ 0.637012] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes, linear) <6>[ 0.644646] NET: Registered PF_UNIX/PF_LOCAL protocol family <6>[ 0.651182] RPC: Registered named UNIX socket transport module. <6>[ 0.657458] RPC: Registered udp transport module. <6>[ 0.662485] RPC: Registered tcp transport module. <6>[ 0.667510] RPC: Registered tcp-with-tls transport module. <6>[ 0.673328] RPC: Registered tcp NFSv4.1 backchannel transport module. <6>[ 0.680126] PCI: CLS 0 bytes, default 64 <6>[ 0.684662] Unpacking initramfs... <6>[ 0.693526] kvm [1]: nv: 554 coarse grained trap handlers <6>[ 0.699785] kvm [1]: IPA Size Limit: 44 bits <6>[ 0.707238] kvm [1]: vgic interrupt IRQ9 <6>[ 0.711540] kvm [1]: Hyp nVHE mode initialized successfully <5>[ 0.719275] Initialise system trusted keyrings <6>[ 0.724415] workingset: timestamp_bits=42 max_order=19 bucket_order=0 <6>[ 0.731660] squashfs: version 4.0 (2009/01/31) Phillip Lougher <5>[ 0.738284] NFS: Registering the id_resolver key type <5>[ 0.743721] Key type id_resolver registered <5>[ 0.748241] Key type id_legacy registered <6>[ 0.752617] nfs4filelayout_init: NFSv4 File Layout Driver Registering... <6>[ 0.759679] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering... <6>[ 0.767708] 9p: Installing v9fs 9p2000 file system support <5>[ 0.835673] Key type asymmetric registered <5>[ 0.840119] Asymmetric key parser 'x509' registered <6>[ 0.845429] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245) <6>[ 0.853187] io scheduler mq-deadline registered <6>[ 0.858037] io scheduler kyber registered <6>[ 0.862420] io scheduler bfq registered <6>[ 0.867777] irq_brcmstb_l2: registered L2 intc (/soc/interrupt-controller@7ef00100, parent irq: 14) <6>[ 0.887728] pinctrl-bcm2835 fe200000.gpio: GPIO_OUT persistence: no <6>[ 5.626016] Freeing initrd memory: 64164K <6>[ 5.633437] ledtrig-cpu: registered to indicate activity on CPUs <6>[ 5.687972] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled <6>[ 5.697572] printk: legacy console [ttyS1] disabled <6>[ 5.703190] fe215040.serial: ttyS1 at MMIO 0xfe215040 (irq = 25, base_baud = 62499999) is a 16550 <6>[ 5.712499] printk: legacy console [ttyS1] enabled <6>[ 5.712499] printk: legacy console [ttyS1] enabled <6>[ 5.722774] printk: legacy bootconsole [bcm2835aux0] disabled <6>[ 5.722774] printk: legacy bootconsole [bcm2835aux0] disabled <6>[ 5.740006] msm_serial: driver initialized <6>[ 5.744955] SuperH (H)SCI(F) driver initialized <6>[ 5.750067] STM32 USART driver initialized <6>[ 5.756352] iproc-rng200 fe104000.rng: hwrng registered <5>[ 5.756405] random: crng init done <6>[ 5.771684] loop: module loaded <6>[ 5.776757] bcm2835-power bcm2835-power: Broadcom BCM2835 power domains driver <6>[ 5.785824] megasas: 07.727.03.00-rc1 <6>[ 5.799002] tun: Universal TUN/TAP device driver, 1.6 <6>[ 5.805784] thunder_xcv, ver 1.0 <6>[ 5.809376] thunder_bgx, ver 1.0 <6>[ 5.812941] nicpf, ver 1.0 <6>[ 5.817653] hns3: Hisilicon Ethernet Network Driver for Hip08 Family - version <6>[ 5.825272] hns3: Copyright (c) 2017 Huawei Corporation. <6>[ 5.830981] hclge is initializing <6>[ 5.834659] e1000: Intel(R) PRO/1000 Network Driver <6>[ 5.839885] e1000: Copyright (c) 1999-2006 Intel Corporation. <6>[ 5.846029] e1000e: Intel(R) PRO/1000 Network Driver <6>[ 5.851343] e1000e: Copyright(c) 1999 - 2015 Intel Corporation. <6>[ 5.857650] igb: Intel(R) Gigabit Ethernet Network Driver <6>[ 5.863404] igb: Copyright (c) 2007-2014 Intel Corporation. <6>[ 5.869370] igbvf: Intel(R) Gigabit Virtual Function Network Driver <6>[ 5.876006] igbvf: Copyright (c) 2009 - 2012 Intel Corporation. <6>[ 5.882736] sky2: driver version 1.30 <6>[ 5.888708] VFIO - User Level meta-driver version: 0.3 <6>[ 5.898382] usbcore: registered new interface driver usb-storage <6>[ 5.909287] i2c_dev: i2c /dev entries driver <6>[ 5.916865] brcmstb-i2c fef04500.i2c: @97500hz registered in polling mode <6>[ 5.924525] brcmstb-i2c fef09500.i2c: @97500hz registered in polling mode <6>[ 5.936838] bcm2835-wdt bcm2835-wdt: Broadcom BCM2835 watchdog timer <6>[ 5.947023] sdhci: Secure Digital Host Controller Interface driver <6>[ 5.953633] sdhci: Copyright(c) Pierre Ossman <6>[ 5.959368] Synopsys Designware Multimedia Card Interface Driver <6>[ 5.967119] sdhci-pltfm: SDHCI platform and OF driver helper <6>[ 5.978528] usbcore: registered new interface driver usbhid <6>[ 5.984488] usbhid: USB HID core driver <6>[ 5.990158] bcm2835-mbox fe00b880.mailbox: mailbox enabled <6>[ 5.999920] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 (0,8000003f) counters available <6>[ 6.017093] NET: Registered PF_PACKET protocol family <6>[ 6.022628] 9pnet: Installing 9P2000 support <5>[ 6.027311] Key type dns_resolver registered <6>[ 6.045572] registered taskstats version 1 <5>[ 6.050250] Loading compiled-in X.509 certificates <6>[ 6.065402] Demotion targets for Node 0: null <6>[ 6.076772] fe201000.serial: ttyAMA0 at MMIO 0xfe201000 (irq = 32, base_baud = 0) is a PL011 rev2 <6>[ 6.086362] serial serial0: tty port ttyAMA0 registered <6>[ 6.099871] raspberrypi-firmware soc:firmware: Attached to firmware from 2023-10-17T15:39:16 <4>[ 6.118955] dwc2 fe980000.usb: supply vusb_d not found, using dummy regulator <4>[ 6.126817] dwc2 fe980000.usb: supply vusb_a not found, using dummy regulator <6>[ 6.235460] dwc2 fe980000.usb: EPs: 8, dedicated fifos, 4080 entries in SPRAM <6>[ 6.253208] sdhci-iproc fe300000.mmc: allocated mmc-pwrseq <6>[ 6.297139] mmc0: SDHCI controller on fe300000.mmc [fe300000.mmc] using PIO <6>[ 6.303344] mmc1: SDHCI controller on fe340000.mmc [fe340000.mmc] using ADMA <6>[ 6.390607] mmc0: new high speed SDIO card at address 0001 <6>[ 6.421674] mmc1: new ultra high speed DDR50 SDXC card at address 59b4 <6>[ 6.429401] mmcblk1: mmc1:59b4 GE4S5 239 GiB <6>[ 6.436310] mmcblk1: p1 p2 <6>[ 18.585340] clk: Disabling unused clocks <6>[ 18.589660] PM: genpd: Disabling unused power domains <6>[ 18.595120] ALSA device list: <6>[ 18.598453] No soundcards found. <6>[ 18.610960] Freeing unused kernel memory: 10432K <6>[ 18.616063] Run /init as init process <30>[ 18.653320] systemd[1]: System time before build time, advancing clock. <6>[ 18.674202] NET: Registered PF_INET6 protocol family <6>[ 18.680875] Segment Routing with IPv6 <6>[ 18.684932] In-situ OAM (IOAM) with IPv6 <30>[ 18.708816] 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.742511] systemd[1]: Detected architecture arm64. Welcome to [1mDebian GNU/Linux 12 (bookworm)[0m! <30>[ 18.761558] systemd[1]: Hostname set to . <30>[ 19.094230] systemd[1]: Queued start job for default target graphical.target. <30>[ 19.141649] 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.167078] 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.190960] 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.214675] 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.233719] 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.257612] 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.281495] 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.301575] systemd[1]: Expecting device dev-ttyS1.device - /dev/ttyS1... Expecting device [0;1;39mdev-ttyS1.device[0m - /dev/ttyS1... <30>[ 19.321433] 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.345448] 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.369480] systemd[1]: Reached target paths.target - Path Units. [[0;32m OK [0m] Reached target [0;1;39mpaths.target[0m - Path Units. <30>[ 19.389430] 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.409405] systemd[1]: Reached target slices.target - Slice Units. [[0;32m OK [0m] Reached target [0;1;39mslices.target[0m - Slice Units. <30>[ 19.429427] systemd[1]: Reached target swap.target - Swaps. [[0;32m OK [0m] Reached target [0;1;39mswap.target[0m - Swaps. <30>[ 19.445452] 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.469775] 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.494484] 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.522009] 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.545994] 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.570028] 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.593842] 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.657588] systemd[1]: Mounting dev-hugepages.mount - Huge Pages File System... Mounting [0;1;39mdev-hugepages.mount[0m - Huge Pages File System... <30>[ 19.681809] systemd[1]: Mounting dev-mqueue.mount - POSIX Message Queue File System... Mounting [0;1;39mdev-mqueue.mount…POSIX Message Queue File System... <30>[ 19.709792] systemd[1]: Mounting sys-kernel-debug.mount - Kernel Debug File System... Mounting [0;1;39msys-kernel-debug.…[0m - Kernel Debug File System... <30>[ 19.733866] systemd[1]: sys-kernel-tracing.mount - Kernel Trace File System was skipped because of an unmet condition check (ConditionPathExists=/sys/kernel/tracing). <30>[ 19.777900] 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.806266] systemd[1]: Starting modprobe@configfs.service - Load Kernel Module configfs... Starting [0;1;39mmodprobe@configfs…m - Load Kernel Module configfs... <30>[ 19.834262] 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.850124] device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@lists.linux.dev . <30>[ 19.870312] systemd[1]: Starting modprobe@drm.service - Load Kernel Module drm... Starting [0;1;39mmodprobe@drm.service[0m - Load Kernel Module drm... <30>[ 19.898584] 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.926276] systemd[1]: Starting modprobe@loop.service - Load Kernel Module loop... Starting [0;1;39mmodprobe@loop.ser…e[0m - Load Kernel Module loop... <30>[ 19.957555] systemd[1]: Starting systemd-journald.service - Journal Service... Starting [0;1;39msystemd-journald.service[0m - Journal Service... <30>[ 19.982852] systemd[1]: Starting systemd-modules-load.service - Load Kernel Modules... Starting [0;1;39msystemd-modules-l…rvice[0m - Load Kernel Modules... <30>[ 20.010482] 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>[ 20.043095] 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.070347] systemd[1]: Starting systemd-udev-trigger.service - Coldplug All udev Devices... Starting [0;1;39msystemd-udev-trig…[0m - Coldplug All udev Devices... <30>[ 20.104863] 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-rando<46>[ 20.478522] systemd-journald[105]: Received client request to flush runtime journal. m-se…ice[0m - Load/Save Random Seed... 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] Found device [0;1;39mdev-ttyS1.device[0m - /dev/ttyS1. [[0;32m OK [0m] Started [0;1;39msystemd-timesyncd.…0m - Network Time Synchronization. [[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. <4>[ 21.820969] vchiq: module is from the staging directory, the quality is unknown, you have been warned. <6>[ 21.868030] brcm-pcie fd500000.pcie: host bridge /scb/pcie@7d500000 ranges: <6>[ 21.878157] brcm-pcie fd500000.pcie: No bus range found for /scb/pcie@7d500000, using [bus 00-ff] <6>[ 21.888157] brcm-pcie fd500000.pcie: MEM 0x0600000000..0x0603ffffff -> 0x00f8000000 Startin<6>[ 21.897539] brcm-pcie fd500000.pcie: IB MEM 0x0000000000..0x007fffffff -> 0x0400000000 g [0;1;39msystemd-update-ut… Record Runlevel Change in UTMP... <6>[ 21.925778] brcm-pcie fd500000.pcie: PCI host bridge to bus 0000:00 <6>[ 21.932538] pci_bus 0000:00: root bus resource [bus 00-ff] <6>[ 21.939083] pci_bus 0000:00: root bus resource [mem 0x600000000-0x603ffffff] (bus address [0xf8000000-0xfbffffff]) <6>[ 21.951234] pci 0000:00:00.0: [14e4:2711] type 01 class 0x060400 PCIe Root Port <6>[ 21.961639] pci 0000:00:00.0: PCI bridge to [bus 01] <6>[ 21.967042] pci 0000:00:00.0: bridge window [mem 0xc0000000-0xc00fffff] <6>[ 21.967133] pci 0000:00:00.0: PME# supported from D0 D3hot [[0;32m OK [0m] Finished [0;1;39msy<6>[ 21.988984] bcmgenet fd580000.ethernet: GENET 5.0 EPHY: 0x0000 stemd-update-ut… - Record Runlevel Change in UTMP. [[0;32m OK [0m] Reac<4>[ 22.014885] pci_bus 0000:01: supply vpcie3v3 not found, using dummy regulator hed target [0;1;39musb-gadget.…m - Hardware activated USB gadget. <4>[ 22.043684] pci_bus 0000:01: supply vpcie3v3aux not found, using dummy regulator <4>[ 22.056839] pci_bus 0000:01: supply vpcie12v not found, using dummy regulator <6>[ 22.057861] Bluetooth: Core ver 2.22 <6>[ 22.068672] NET: Registered PF_BLUETOOTH protocol family <5>[ 22.069877] cfg80211: Loading compiled-in X.509 certificates for regulatory database <6>[ 22.074368] Bluetooth: HCI device and connection manager initialized <6>[ 22.074399] Bluetooth: HCI socket layer initialized Debian GNU/Linux 12 debian-bookworm-arm6<6>[ 22.103505] [drm] Initialized v3d 1.0.0 for fec00000.gpu on minor 0 4 ttyS1 <6>[ 22.104544] Bluetooth: L2CAP socket layer initialized debia<6>[ 22.115174] vc4-drm gpu: bound fe400000.hvs (ops vc4_hvs_ops [vc4]) n-bookwo<6>[ 22.117181] Bluetooth: SCO socket layer initialized rm-arm64 login: root (au<5>[ 22.131779] Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7' tomatic login) <5>[ 22.139643] Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600' <4>[ 22.147966] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2 Linux de<6>[ 22.149847] vc4-drm gpu: bound fef00700.hdmi (ops vc4_hdmi_ops [vc4]) bian-boo<6>[ 22.157046] cfg80211: failed to load regulatory.db kworm-arm64 6.12.0-rc1 #1 SMP PREEMPT Wed Oct 9 11:51:54 UTC 2024 aarch64 Th<6>[ 22.176771] vc4-drm gpu: bound fef05700.hdmi (ops vc4_hdmi_ops [vc4]) e progra<6>[ 22.184653] vc4-drm gpu: bound fe004000.txp (ops vc4_txp_ops [vc4]) ms inclu<6>[ 22.191946] vc4-drm gpu: bound fe206000.pixelvalve (ops vc4_crtc_ops [vc4]) ded with<6>[ 22.197322] brcm-pcie fd500000.pcie: clkreq-mode set to default the Deb<6>[ 22.199889] vc4-drm gpu: bound fe207000.pixelvalve (ops vc4_crtc_ops [vc4]) ian GNU/<6>[ 22.211420] Bluetooth: HCI UART driver ver 2.3 Linux sy<4>[ 22.214184] snd_bcm2835: module is from the staging directory, the quality is unknown, you have been warned. stem are<6>[ 22.214878] vc4-drm gpu: bound fe20a000.pixelvalve (ops vc4_crtc_ops [vc4]) free so<6>[ 22.220049] Bluetooth: HCI UART protocol H4 registered ftware; <6>[ 22.220179] Bluetooth: HCI UART protocol LL registered the exa<6>[ 22.231184] vc4-drm gpu: bound fe216000.pixelvalve (ops vc4_crtc_ops [vc4]) ct distr<6>[ 22.241094] Bluetooth: HCI UART protocol Broadcom registered ibution <4>[ 22.250472] hci_uart_bcm serial0-0: supply vbat not found, using dummy regulator terms fo<6>[ 22.251563] brcm-pcie fd500000.pcie: link up, 5.0 GT/s PCIe x1 (SSC) r each p<6>[ 22.261120] [drm] Initialized vc4 0.0.0 for gpu on minor 1 rogram a<6>[ 22.267770] pci 0000:01:00.0: [1106:3483] type 00 class 0x0c0330 PCIe Endpoint re descr<6>[ 22.275255] vc4-drm gpu: [drm] Cannot find any crtc or sizes ibed in <6>[ 22.275463] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6 the ind<4>[ 22.275616] brcmfmac mmc0:0001:1: Direct firmware load for brcm/brcmfmac43455-sdio.raspberrypi,4-model-b.bin failed with error -2 ividual <4>[ 22.275693] brcmfmac mmc0:0001:1: Direct firmware load for brcm/brcmfmac43455-sdio.bin failed with error -2 files in<6>[ 22.282104] pci 0000:01:00.0: BAR 0 [mem 0x00000000-0x00000fff 64bit] /usr/sh<6>[ 22.282978] Bluetooth: HCI UART protocol QCA registered are/doc/<6>[ 22.283057] Bluetooth: HCI UART protocol Marvell registered */copyri<6>[ 22.291043] vc4-drm gpu: [drm] Cannot find any crtc or sizes ght. <4>[ 22.291599] hci_uart_bcm serial0-0: supply vddio not found, using dummy regulator Debian G<6>[ 22.297225] pci 0000:01:00.0: PME# supported from D0 D3hot NU/Linux<6>[ 22.303793] vc4-drm gpu: [drm] Cannot find any crtc or sizes comes w<6>[ 22.325621] unimac-mdio unimac-mdio.-19: Broadcom UniMAC MDIO bus ith ABSO<6>[ 22.333378] pci 0000:00:00.0: bridge window [mem 0x600000000-0x6000fffff]: assigned LUTELY N<6>[ 22.401605] pci 0000:01:00.0: BAR 0 [mem 0x600000000-0x600000fff 64bit]: assigned O WARRAN<6>[ 22.402031] bcm2835-audio bcm2835-audio: card created with 8 channels TY, to t<6>[ 22.410163] pci 0000:00:00.0: PCI bridge to [bus 01] he exten<6>[ 22.423702] pci 0000:00:00.0: bridge window [mem 0x600000000-0x6000fffff] t permi<6>[ 22.431714] pci_bus 0000:00: resource 4 [mem 0x600000000-0x603ffffff] tted by <6>[ 22.439174] pci_bus 0000:01: resource 1 [mem 0x600000000-0x6000fffff] applicab<6>[ 22.446823] pcieport 0000:00:00.0: enabling device (0000 -> 0002) le law. <6>[ 22.453919] pcieport 0000:00:00.0: PME: Signaling with IRQ 49 / # <6>[ 22.4608 14] pcieport 0000:00:00.0: AER: enabled with IRQ 49 <6>[ 22.512719] xhci_hcd 0000:01:00.0: xHCI Host Controller <6>[ 22.518313] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 1 <6>[ 22.526348] xhci_hcd 0000:01:00.0: hcc params 0x002841eb hci version 0x100 quirks 0x0000000000000890 / # <6>[ 22.536517] xhci_hcd 0000:01:00.0: xHCI Host Controller <6>[ 22.540836] bcmgenet fd580000.ethernet end0: renamed from eth0 <6>[ 22.542133] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 2 <6>[ 22.556123] xhci_hcd# 0000:01:00.0: Host supports USB 3.0 SuperSpeed <6>[ 22.563760] hub 1-0:1.0: USB hub found <6>[ 22.567962] hub 1-0:1.0: 1 port detected <6>[ 22.573323] hub 2-0:1.0: USB hub found <6>[ 22.577513] hub 2-0:1.0: 4 ports detected #<6>[ 22.657809] Bluetooth: hci0: BCM: chip id 107 <6>[ 22.662764] Bluetooth: hci0: BCM: features 0x2f <6>[ 22.669091] Bluetooth: hci0: BCM4345C0 <6>[ 22.673162] Bluetooth: hci0: BCM4345C0 (003.001.025) build 0000 / # <3>[ 22.679559] Bluetooth: hci0: BCM: firmware Patch file not found, tried: <3>[ 22.686953] Bluetooth: hci0: BCM: 'brcm/BCM4345C0.raspberrypi,4-model-b.hcd' <3>[ 22.694369] Bluetooth: hci0: BCM: 'brcm/BCM4345C0.hcd' <3>[ 22.699844] Bluetooth: hci0: BCM: 'brcm/BCM.raspberrypi,4-model-b.hcd' <3>[ 22.706731] Bluetooth: hci0: BCM: 'brcm/BCM.hcd' export SHELL=/bin/sh export SHELL=/bin/sh<6>[ 22.817251] usb 1-1: new high-speed USB device number 2 using xhci_hcd / # . /lava-826968/environment . /lava-826968/environment / # /lava-826968/bin/lava-test-runner /lava-826968/0 <6>[ 22.961022] hub 1-1:1.0: USB hub found <6>[ 22.965351] hub 1-1:1.0: 4 ports detected /lava-826968/bin/lava-test-runner /lava-826968/0 + export TESTRUN_ID=0_igt-<8>[ 23.072015] kms-vc4 + cd /lava-826968/0/tests/0_igt-kms-vc4 + cat uuid + UUID=826968_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 km<8>[ 23.100041] s_atomic kms_flip_event_leak kms_prop_blob kms_setmode kms_vblank vc4_create_bo vc4_dmabuf_poll vc4_label_bo vc4_lookup_fail vc4_mmap vc4_prefmon vc4_purgeable_bo vc4_tiling vc4_wait_b<14>[ 23.121538] [IGT] core_auth: executing o vc4_wait_seqno<14>[ 23.126869] [IGT] core_auth: starting subtest getclient-simple IGT-Ve<14>[ 23.134198] [IGT] core_auth: finished subtest getclient-simple, SUCCESS rsion: 1<14>[ 23.141837] [IGT] core_auth: exiting, ret=0 .28-ga44ebfe (aarch64) (Linux: 6.12.0-rc1 aarch64) Using IGT_SR<8>[ 23.152079] ANDOM=1706305720 for randomisation Starting subtest: getclient-simple Opened device: /dev/dri/card1 [1mSubtest getclient-simple: SUCCESS (0.000s)[0m <14>[ 23.175428] [IGT] core_auth: executing IGT-Vers<14>[ 23.179907] [IGT] core_auth: starting subtest getclient-master-drop ion: 1.28-ga44eb<14>[ 23.187841] [IGT] core_auth: finished subtest getclient-master-drop, SUCCESS fe (aarc<14>[ 23.196272] [IGT] core_auth: exiting, ret=0 h64) (Linux: 6.12.0-rc1 aarch64) Using IGT_SRANDOM=1706305720 f<8>[ 23.206371] or randomisation Starting subtest: getclient-master-drop Opened device: /dev/dri/card1 [1mSubtest getclient-master-drop: SUCCESS (0.000s)[0m <14>[ 23.230068] [IGT] core_auth: executing IGT-Vers<14>[ 23.234636] [IGT] core_auth: starting subtest basic-auth ion: 1.2<14>[ 23.241042] [IGT] core_auth: finished subtest basic-auth, SUCCESS 8-ga44eb<14>[ 23.248139] [IGT] core_auth: exiting, ret=0 fe (aarch64) (Linux: 6.12.0-rc1 aarch64) Using IGT_SRANDOM=1706<8>[ 23.258643] 305720 for randomisation Opened device: /dev/dri/card1 Starting subtest: basic-auth [1mSubtest basic-auth: SUCCESS (0.000s)[0m <14>[ 23.281005] [IGT] core_auth: executing IGT-Vers<14>[ 23.285656] [IGT] core_auth: starting subtest many-magics ion: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc1 aarch64) Using IGT_SRANDOM=1706305720 for randomisation Opened device: /dev/dri/card1 Starting subtes<14>[ 23.304864] [IGT] core_auth: finished subtest many-magics, SUCCESS t: many-<3>[ 23.311972] brcmfmac: brcmf_sdio_htclk: HT Avail timeout (1000000): clkctl 0x50 magics <14>[ 23.313373] [IGT] core_auth: exiting, ret=0 Reopening device failed after 1020 opens [1mSubtest many-magic<8>[ 23.330662] s: SUCCESS (0.013s)[0m <8>[ 23.339663] <14>[ 23.376327] [IGT] core_getclient: executing IGT-Vers<14>[ 23.381368] [IGT] core_getclient: exiting, ret=0 ion: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc1 aarch64) Using <8>[ 23.392075] IGT_SRANDOM=1706305720 for randomisation Opened device: /dev/dri/card1 SUCCESS (0.006s) <14>[ 23.431279] [IGT] core_getstats: executing IGT-Vers<14>[ 23.436534] [IGT] core_getstats: exiting, ret=0 ion: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc1 aarch64) Using <8>[ 23.446933] IGT_SRANDOM=1706305720 for randomisation Opened device: /dev/dri/card1 SUCCESS (0.006s) <14>[ 23.486333] [IGT] core_getversion: executing IGT-Vers<14>[ 23.491563] [IGT] core_getversion: exiting, ret=0 ion: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc1 aarch64) Using <8>[ 23.502286] IGT_SRANDOM=1706305720 for randomisation Opened device: /dev/dri/card1 SUCCESS (0.006s) <14>[ 23.541581] [IGT] core_setmaster_vs_auth: executing IGT-Vers<14>[ 23.547414] [IGT] core_setmaster_vs_auth: exiting, ret=0 ion: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc1 aarch64) Using <8>[ 23.558420] IGT_SRANDOM=1706305720 for randomisation Opened device: /dev/dri/card1 SUCCESS (0.006s) <8>[ 23.585546] <14>[ 23.605798] [IGT] drm_read: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc1 aarch64) Using IGT_SRANDOM=1706305720 for randomisation Opened<6>[ 23.620012] vc4-drm gpu: [drm] Cannot find any crtc or sizes device: /dev/dri/card1 <14>[ 23.758264] [IGT] drm_read: starting subtest invalid-buffer Starting<14>[ 23.764422] [IGT] drm_read: finished subtest invalid-buffer, SUCCESS subtest: invalid-buffer [1mSubtest invalid-bu<14>[ 23.775711] [IGT] drm_read: exiting, ret=0 ffer: SUCCESS (0.000s)[0m <8>[ 23.786121] <14>[ 23.808296] [IGT] drm_read: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc1 aarch64) Using IGT_SRANDOM=1706305721 for randomisation Opened device: /dev/dri/card1 <14>[ 23.953672] [IGT] drm_read: starting subtest fault-buffer Starting<14>[ 23.959769] [IGT] drm_read: finished subtest fault-buffer, SUCCESS subtest: fault-buffer [1mSubtest fault-buffer<14>[ 23.970852] [IGT] drm_read: exiting, ret=0 : SUCCESS (0.000s)[0m <8>[ 23.980909] <14>[ 24.003049] [IGT] drm_read: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc1 aarch64) Using IGT_SRANDOM=1706305721 for randomisation Opened device: /dev/dri/card1 <14>[ 24.148522] [IGT] drm_read: starting subtest empty-block Starting subtest: empty-block [1mSubt<14>[ 25.154485] [IGT] drm_read: finished subtest empty-block, SUCCESS est empty-block: SUCCESS (1.000s)[0m <14>[ 25.165645] [IGT] drm_read: exiting, ret=0 <8>[ 25.175691] <14>[ 25.197994] [IGT] drm_read: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc1 aarch64) Using IGT_SRANDOM=1706305722 for randomisation Opened device: /dev/dri/card1 <14>[ 25.343362] [IGT] drm_read: starting subtest empty-nonblock Starting<14>[ 25.349510] [IGT] drm_read: finished subtest empty-nonblock, SUCCESS subtest: empty-nonblock [1mSubtest empty-nonb<14>[ 25.360844] [IGT] drm_read: exiting, ret=0 lock: SUCCESS (0.000s)[0m <8>[ 25.371211] <14>[ 25.393881] [IGT] drm_read: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc1 aarch64) Using IGT_SRANDOM=1706305722 for randomisation Opened device: /dev/dri/card1 <14>[ 25.538423] [IGT] drm_read: starting subtest short-buffer-block Starting<14>[ 25.545052] [IGT] drm_read: finished subtest short-buffer-block, SUCCESS subtest: short-buffer-block [1mSubtest short-<14>[ 25.556723] [IGT] drm_read: exiting, ret=0 buffer-block: SUCCESS (0.000s)[0m <8>[ 25.566994] <14>[ 25.589651] [IGT] drm_read: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc1 aarch64) Using IGT_SRANDOM=1706305722 for randomisation Opened device: /dev/dri/card1 <14>[ 25.734550] [IGT] drm_read: starting subtest short-buffer-nonblock Starting<14>[ 25.741346] [IGT] drm_read: finished subtest short-buffer-nonblock, SUCCESS subtest: short-buffer-nonblock [1mSubtest sho<14>[ 25.753302] [IGT] drm_read: exiting, ret=0 rt-buffer-nonblock: SUCCESS (0.000s)[0m <8>[ 25.763468] <14>[ 25.786776] [IGT] drm_read: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc1 aarch64) Using IGT_SRANDOM=1706305723 for randomisation Opened device: /dev/dri/card1 <14>[ 25.933261] [IGT] drm_read: starting subtest short-buffer-wakeup Starting subtest: short-buffer-wakeup [1mSubt<14>[ 58.152918] [IGT] drm_read: finished subtest short-buffer-wakeup, SUCCESS est short-buffer-wakeup: SUCCESS (32.213s)[0m <14>[ 58.164932] [IGT] drm_read: exiting, ret=0 <8>[ 58.175462] <8>[ 58.184711] <8>[ 58.208364] <14>[ 58.231029] [IGT] kms_addfb_basic: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc1 <14>[ 58.240239] [IGT] kms_addfb_basic: starting subtest unused-handle aarch64)<14>[ 58.247609] [IGT] kms_addfb_basic: finished subtest unused-handle, SUCCESS Using IGT_SRANDOM=1706305755 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: Test requirement: is_inte<14>[ 58.278812] [IGT] kms_addfb_basic: exiting, ret=0 l_device(fd) Test requirement not met in function igt_require_intel, fi<8>[ 58.290103] le ../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) <14>[ 58.315093] [IGT] kms_addfb_basic: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc1 <14>[ 58.324222] [IGT] kms_addfb_basic: starting subtest unused-pitches aarch64)<14>[ 58.331600] [IGT] kms_addfb_basic: finished subtest unused-pitches, SUCCESS Using IGT_SRANDOM=1706305755 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_intel, file ../lib/drmtest.c:880: Test requirement: is_in<14>[ 58.363423] [IGT] kms_addfb_basic: exiting, ret=0 tel_device(fd) Test requirement not met in function igt_require<8>[ 58.374173] _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>[ 58.397881] [IGT] kms_addfb_basic: executing (fd) IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc1 <14>[ 58.407809] [IGT] kms_addfb_basic: starting subtest unused-offsets aarch64)<14>[ 58.415463] [IGT] kms_addfb_basic: finished subtest unused-offsets, SUCCESS Using IGT_SRANDOM=1706305755 for randomisation Opened device: /dev/dri/card1 Starting subtest: unused-offsets [1mSubtest unused-offsets: SUCCESS (0.000s)[0m Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_in<14>[ 58.446770] [IGT] kms_addfb_basic: exiting, ret=0 tel_device(fd) Test requirement not met in function igt_require_intel, <8>[ 58.457984] 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) <14>[ 58.482649] [IGT] kms_addfb_basic: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc1 <14>[ 58.492056] [IGT] kms_addfb_basic: starting subtest unused-modifier aarch64)<14>[ 58.499644] [IGT] kms_addfb_basic: finished subtest unused-modifier, SUCCESS Using IGT_SRANDOM=1706305755 for randomisation Opened device: /dev/dri/card1 Starting subtest: unused-modifier [1mSubtest unused-modifier: SUCCESS (0.000s)[0m Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_<14>[ 58.530963] [IGT] kms_addfb_basic: exiting, ret=0 intel_device(fd) Test requirement not met in function igt_requi<8>[ 58.542152] re_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_devi<14>[ 58.566021] [IGT] kms_addfb_basic: executing ce(fd) IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.1<14>[ 58.575639] [IGT] kms_addfb_basic: starting subtest clobberred-modifier 2.0-rc1 <14>[ 58.583547] [IGT] kms_addfb_basic: finished subtest clobberred-modifier, SKIP aarch64) Using IGT_SRANDOM=1706305755 for randomisation Opened device: /dev/dri/card1 Starting subtest: clobberred-modifier Test requirement not met in function igt_require_i915, file ../lib/drmtest.c:885: Test requirement: is_i915_device(fd) [1mSubtest clobberred-<14>[ 58.615086] [IGT] kms_addfb_basic: exiting, ret=77 modifier: SKIP (0.000s)[0m Test requirement not met in functio<8>[ 58.626176] n 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<14>[ 58.650512] [IGT] kms_addfb_basic: executing _intel_device(fd) Test requirement not met in function <14>[ 58.659932] [IGT] kms_addfb_basic: starting subtest invalid-smem-bo-on-discrete igt_requ<14>[ 58.668621] [IGT] kms_addfb_basic: finished subtest invalid-smem-bo-on-discrete, SKIP ire_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc1 aarch64) Using IGT_SRANDOM=1706305755 for randomisation Opened device: /dev/dri/card1 Starting subtest: invalid-smem-bo-on-discrete Te<14>[ 58.700810] [IGT] kms_addfb_basic: exiting, ret=77 st requirement not met in function igt_require_intel, file ../li<8>[ 58.711943] b/drmtest.c:880: Test requirement: is_intel_device(fd) [1mSubtest invalid-smem-bo-on-discrete: SKIP (0.000s)[0m Test requirement not met in function igt_require_intel, file ../lib/drmtest<14>[ 58.736896] [IGT] kms_addfb_basic: executing .c:880: Test requirement: is_intel_device(fd) Test req<14>[ 58.746433] [IGT] kms_addfb_basic: starting subtest legacy-format uirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test <14>[ 58.763936] [IGT] kms_addfb_basic: finished subtest legacy-format, SUCCESS 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-rc1 aarch64) Using IGT_SRANDOM=1706305756 for randomisation Opened device: /dev/dri/card1 Starting <14>[ 58.795219] [IGT] kms_addfb_basic: exiting, ret=0 subtest: legacy-format Successfully fuzzed 10000 {bpp, depth} v<8>[ 58.805986] ariations [1mSubtest legacy-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 requ<14>[ 58.829652] [IGT] kms_addfb_basic: executing irement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test <14>[ 58.841556] [IGT] kms_addfb_basic: starting subtest no-handle requirem<14>[ 58.848542] [IGT] kms_addfb_basic: finished subtest no-handle, SUCCESS ent: 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) (Linux: 6.12.0-rc1 aarch64) Using IGT_SRANDOM=1706305756 for randomis<14>[ 58.877538] [IGT] kms_addfb_basic: exiting, ret=0 ation Opened device: /dev/dri/card1 Starting subtest: no-handl<8>[ 58.888856] e [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 <14>[ 58.912133] [IGT] kms_addfb_basic: executing met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement:<14>[ 58.924188] [IGT] kms_addfb_basic: starting subtest basic is_inte<14>[ 58.930405] [IGT] kms_addfb_basic: finished subtest basic, 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-rc1 aarch64) Using IGT_SRANDOM=1706305756 for randomisatio<14>[ 58.959021] [IGT] kms_addfb_basic: exiting, ret=0 n Opened device: /dev/dri/card1 Starting subtest: basic [1mS<8>[ 58.970072] ubtest 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 funct<14>[ 58.993314] [IGT] kms_addfb_basic: executing ion igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_de<14>[ 59.004988] [IGT] kms_addfb_basic: starting subtest bad-pitch-0 vice(fd)<14>[ 59.012135] [IGT] kms_addfb_basic: finished subtest bad-pitch-0, SUCCESS 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-rc1 aarch64) Using IGT_SRANDOM=1706305756 for randomisation Opened de<14>[ 59.040604] [IGT] kms_addfb_basic: exiting, ret=0 vice: /dev/dri/card1 Starting subtest: bad-pitch-0 [1mSubtest bad-pit<8>[ 59.052050] ch-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 requirement not met in function igt_require_<14>[ 59.076701] [IGT] kms_addfb_basic: executing intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test r<14>[ 59.088746] [IGT] kms_addfb_basic: starting subtest bad-pitch-32 equireme<14>[ 59.095681] [IGT] kms_addfb_basic: finished subtest bad-pitch-32, SUCCESS nt 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-rc1 aarch64) Using IGT_SRANDOM=1706305756 for randomisation Opened device: /dev/dri/c<14>[ 59.125022] [IGT] kms_addfb_basic: exiting, ret=0 ard1 Starting subtest: bad-pitch-32 [1mSubtest bad-pitch-32: <8>[ 59.136011] 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_requir<14>[ 59.159840] [IGT] kms_addfb_basic: executing e_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test<14>[ 59.171594] [IGT] kms_addfb_basic: starting subtest bad-pitch-63 require<14>[ 59.178362] [IGT] kms_addfb_basic: finished subtest bad-pitch-63, SUCCESS ment 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-rc1 aarch64) Using IGT_SRANDOM=1706305756 for randomisation Opened device: /dev/dri/card1 Starting<14>[ 59.208982] [IGT] kms_addfb_basic: exiting, ret=0 subtest: bad-pitch-63 [1mSubtest bad-pitch-63: SUCCESS (0.000s)[0m <8>[ 59.220160] 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/d<14>[ 59.244249] [IGT] kms_addfb_basic: executing rmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met i<14>[ 59.256345] [IGT] kms_addfb_basic: starting subtest bad-pitch-128 n functi<14>[ 59.263274] [IGT] kms_addfb_basic: finished subtest bad-pitch-128, SUCCESS on igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc1 aarch64) Using IGT_SRANDOM=1706305756 for randomisation Opened device: /dev/dri/card1 Starting subte<14>[ 59.292594] [IGT] kms_addfb_basic: exiting, ret=0 st: bad-pitch-128 [1mSubtest bad-pitch-128: SUCCESS (0.000s)[<8>[ 59.303673] 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, f<14>[ 59.326970] [IGT] kms_addfb_basic: executing ile ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requireme<14>[ 59.338741] [IGT] kms_addfb_basic: starting subtest bad-pitch-256 nt not m<14>[ 59.345491] [IGT] kms_addfb_basic: finished subtest bad-pitch-256, SUCCESS 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-rc1 aarch64) Using IGT_SRANDOM=1706305756 for randomisation Opened device: /dev/dri/card1 St<14>[ 59.374822] [IGT] kms_addfb_basic: exiting, ret=0 arting subtest: bad-pitch-256 [1mSubtest bad-pitch-256: SUCCES<8>[ 59.385894] S (0.000<46>[ 59.393360] systemd-journald[105]: 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. s)[0m <46>[ 59.415437] systemd-journald[105]: /var/log/journal/c3f909ee3e324895ab90ff2613af9260/system.journal: Journal header limits reached or header out-of-date, rotating. Test req<14>[ 59.415517] [IGT] kms_addfb_basic: executing uirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test<14>[ 59.443438] [IGT] kms_addfb_basic: starting subtest bad-pitch-1024 require<14>[ 59.450423] [IGT] kms_addfb_basic: finished subtest bad-pitch-1024, SUCCESS ment: 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 requireme<14>[ 59.479809] [IGT] kms_addfb_basic: exiting, ret=0 nt: is_intel_device(fd) IGT-Version: 1.28-ga44ebfe (aarch64) (L<8>[ 59.490882] inux: 6.12.0-rc1 aarch64) Using IGT_SRANDOM=1706305756 for randomisation Opened device: /dev/dri/card1 Starting subtest: bad-pitch-1024 [1mSubtest bad-pitch-1024: SUCCESS (0.000s)[0m Te<14>[ 59.514988] [IGT] kms_addfb_basic: executing st requirement not met in function igt_require_intel, file ../lib/drmtest.c:880:<14>[ 59.526562] [IGT] kms_addfb_basic: starting subtest bad-pitch-999 Test r<14>[ 59.533529] [IGT] kms_addfb_basic: finished subtest bad-pitch-999, SUCCESS equirement: 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 req<14>[ 59.563014] [IGT] kms_addfb_basic: exiting, ret=0 uirement: is_intel_device(fd) IGT-Version: 1.28-ga44ebfe (aarch<8>[ 59.573922] 64) (Linux: 6.12.0-rc1 aarch64) Using IGT_SRANDOM=1706305756 for randomisation Opened device: /dev/dri/card1 Starting subtest: bad-pitch-999 [1mSubtest bad-pitch-999: SUCCESS (0.000s)[0m<14>[ 59.597923] [IGT] kms_addfb_basic: executing Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Te<14>[ 59.609767] [IGT] kms_addfb_basic: starting subtest bad-pitch-65536 st requi<14>[ 59.617356] [IGT] kms_addfb_basic: finished subtest bad-pitch-65536, SUCCESS rement: 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 require<14>[ 59.646577] [IGT] kms_addfb_basic: exiting, ret=0 ment: is_intel_device(fd) IGT-Version: 1.28-ga44ebfe (aarch64) <8>[ 59.657910] (Linux: 6.12.0-rc1 aarch64) Using IGT_SRANDOM=1706305756 for randomisation Opened device: /dev/dri/card1 Starting subtest: bad-pitch-65536 [1mSubtest bad-pitch-65536: SUCCESS (0.000s)[0m<14>[ 59.682172] [IGT] kms_addfb_basic: executing Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: <14>[ 59.695671] [IGT] kms_addfb_basic: starting subtest invalid-get-prop-any is_intel<14>[ 59.703387] [IGT] kms_addfb_basic: finished subtest invalid-get-prop-any, SUCCESS _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<14>[ 59.731339] [IGT] kms_addfb_basic: exiting, ret=0 requirement: is_intel_device(fd) IGT-Version: 1.28-ga44ebfe (aarch64) <8>[ 59.742403] (Linux: 6.12.0-rc1 aarch64) Using IGT_SRANDOM=1706305757 for randomisation Opened device: /dev/dri/card1 Starting subtest: invalid-get-prop-any [1mSubtest invalid-get-prop-any: SUCCESS (0<14>[ 59.767080] [IGT] kms_addfb_basic: executing .000s)[0m Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement<14>[ 59.781601] [IGT] kms_addfb_basic: starting subtest invalid-get-prop : is_int<14>[ 59.789306] [IGT] kms_addfb_basic: finished subtest invalid-get-prop, SUCCESS el_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: Te<14>[ 59.816455] [IGT] kms_addfb_basic: exiting, ret=0 st requirement: is_intel_device(fd) IGT-Version: 1.28-ga44ebfe (aarch64<8>[ 59.827840] ) (Linux: 6.12.0-rc1 aarch64) Using IGT_SRANDOM=1706305757 for randomisation Opened device: /dev/dri/card1 Starting subtest: invalid-get-prop [1mSubtest invalid-get-prop: SUCCESS (0.000s)<14>[ 59.852435] [IGT] kms_addfb_basic: executing [0m Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_i<14>[ 59.866821] [IGT] kms_addfb_basic: starting subtest invalid-set-prop-any ntel_dev<14>[ 59.874745] [IGT] kms_addfb_basic: finished subtest invalid-set-prop-any, SUCCESS ice(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 req<14>[ 59.902385] [IGT] kms_addfb_basic: exiting, ret=0 uirement: is_intel_device(fd) IGT-Version: 1.28-ga44ebfe (aarch<8>[ 59.913642] 64) (Linux: 6.12.0-rc1 aarch64) Using IGT_SRANDOM=1706305757 for randomisation Opened device: /dev/dri/card1 Starting subtest: invalid-set-prop-any [1mSubtest invalid-set-prop-any: SUCCES<14>[ 59.937765] [IGT] kms_addfb_basic: executing S (0.000s)[0m Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test<14>[ 59.951837] [IGT] kms_addfb_basic: starting subtest invalid-set-prop require<14>[ 59.959172] [IGT] kms_addfb_basic: finished subtest invalid-set-prop, SUCCESS ment: 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/drmtes<14>[ 59.986861] [IGT] kms_addfb_basic: exiting, ret=0 t.c:880: Test requirement: is_intel_device(fd) IGT-Version: 1.28-ga44e<8>[ 59.997848] bfe (aarch64) (Linux: 6.12.0-rc1 aarch64) Using IGT_SRANDOM=1706305757 for randomisation Opened device: /dev/dri/card1 Starting subtest: invalid-set-prop [1mSubtest invalid-set-prop: SUCC<14>[ 60.022585] [IGT] kms_addfb_basic: executing ESS (0.000s)[0m Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel<14>[ 60.038273] [IGT] kms_addfb_basic: starting subtest master-rmfb _device(<14>[ 60.045455] [IGT] kms_addfb_basic: finished subtest master-rmfb, SUCCESS 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/drmt<14>[ 60.070425] [IGT] kms_addfb_basic: exiting, ret=0 est.c:880: Test requirement: is_intel_device(fd) IGT-Version: 1.28-ga4<8>[ 60.081487] 4ebfe (aarch64) (Linux: 6.12.0-rc1 aarch64) Using IGT_SRANDOM=1706305757 for randomisation Opened device: /dev/dri/card1 Starting subtest: master-rmfb [1mSubtest master-rmfb: SUCCESS (0.0<14>[ 60.105351] [IGT] kms_addfb_basic: executing 00s)[0m Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement no<14>[ 60.123699] [IGT] kms_addfb_basic: starting subtest addfb25-modifier-no-flag t met in<14>[ 60.131714] [IGT] kms_addfb_basic: finished subtest addfb25-modifier-no-flag, SUCCESS 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>[ 60.155596] [IGT] kms_addfb_basic: exiting, ret=0 0: Test requirement: is_intel_device(fd) IGT-Version: 1.28-ga44ebfe (a<8>[ 60.166798] arch64) (Linux: 6.12.0-rc1 aarch64) Using IGT_SRANDOM=1706305757 for randomisation Opened device: /dev/dri/card1 Starting subtest: addfb25-modifier-no-flag [1mSubtest addfb25-modifier-no-<14>[ 60.192255] [IGT] kms_addfb_basic: executing 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) T<14>[ 60.210196] [IGT] kms_addfb_basic: starting subtest addfb25-bad-modifier est requ<14>[ 60.217969] [IGT] kms_addfb_basic: finished subtest addfb25-bad-modifier, SUCCESS irement 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>[ 60.241569] [IGT] kms_addfb_basic: exiting, ret=0 ./lib/drmtest.c:880: Test requirement: is_intel_device(fd) IGT<8>[ 60.252523] -Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc1 aarch64) Using IGT_SRANDOM=1706305757 for randomisation Opened device: /dev/dri/card1 Starting subtest: addfb25-bad-modifier [1mSubtes<14>[ 60.277145] [IGT] kms_addfb_basic: executing t 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 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>[ 60.310328] [IGT] kms_addfb_basic: exiting, ret=77 igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_int<8>[ 60.321812] el_device(fd) IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc1 aarch64) Using IGT_SRANDOM=1706305757 for randomisation Opened device: /dev/dri/card1 Test requirement not met in function igt<14>[ 60.348189] [IGT] kms_addfb_basic: executing _require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) [1mSubtest addfb25-x-tiled-mismatch-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) Test requirement not met in function igt_require_intel, fi<14>[ 60.381995] [IGT] kms_addfb_basic: exiting, ret=77 le ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) <8>[ 60.393205] IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc1 aarch64) Using IGT_SRANDOM=1706305757 for randomisation Opened device: /dev/dri/card1 Test requirement not met in function igt_requi<14>[ 60.417891] [IGT] kms_addfb_basic: executing re_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) [1mSubtest addfb25-x-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) Test requirement not met in function igt_require_intel, file ../lib/drmte<14>[ 60.451232] [IGT] kms_addfb_basic: exiting, ret=77 st.c:880: Test requirement: is_intel_device(fd) IGT-Version: 1<8>[ 60.462555] .28-ga44ebfe (aarch64) (Linux: 6.12.0-rc1 aarch64) Using IGT_SRANDOM=1706305757 for randomisation Opened device: /dev/dri/card1 Test requirement not met in function igt_require_intel, file <14>[ 60.488289] [IGT] kms_addfb_basic: executing ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) [1mSubtest addfb25-framebuffer-vs-set-tiling: SKIP (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<14>[ 60.521351] [IGT] kms_addfb_basic: exiting, ret=77 :880: Test requirement: is_intel_device(fd) IGT-Version: 1.28-<8>[ 60.532790] ga44ebfe (aarch64) (Linux: 6.12.0-rc1 aarch64) Using IGT_SRANDOM=1706305757 for randomisation Opened device: /dev/dri/card1 Test requirement not met in function igt_require_intel, file ../lib/drmte<14>[ 60.557598] [IGT] kms_addfb_basic: executing st.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 basic-x-tiled-legacy: SKIP (0.000s)[0m Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: <14>[ 60.591170] [IGT] kms_addfb_basic: exiting, ret=77 is_intel_device(fd) IGT-Version: 1.28-ga44ebfe (aarch64) (Linux<8>[ 60.602672] : 6.12.0-rc1 aarch64) Using IGT_SRANDOM=1706305757 for randomisation Opened device: /dev/dri/card1 Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test r<14>[ 60.627427] [IGT] kms_addfb_basic: executing equirement: 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 framebuffer-vs-set-tiling: SKIP (0.000s)[0m Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_dev<14>[ 60.660921] [IGT] kms_addfb_basic: exiting, ret=77 ice(fd) IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc1 aarch64<8>[ 60.672292] ) Using IGT_SRANDOM=1706305757 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<14>[ 60.697431] [IGT] kms_addfb_basic: executing _device(fd) Test requirement not met in function 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/drmtest.c:880: Test requirement: is_intel_device(fd) IGT-Versi<14>[ 60.730095] [IGT] kms_addfb_basic: exiting, ret=77 on: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc1 aarch64) Using IGT_SRAND<8>[ 60.741690] OM=1706305758 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 <14>[ 60.766689] [IGT] kms_addfb_basic: executing requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) [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<14>[ 60.799191] [IGT] kms_addfb_basic: starting subtest size-max (aarch6<14>[ 60.805911] [IGT] kms_addfb_basic: finished subtest size-max, SUCCESS 4) (Linu<14>[ 60.813949] [IGT] kms_addfb_basic: exiting, ret=0 x: 6.12.0-rc1 aarch64) Using IGT_SRANDOM=1706305758 for randomi<8>[ 60.824690] sation 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 fu<14>[ 60.847893] [IGT] kms_addfb_basic: executing nction igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Starting subtest: size-max [1mSubtest size-max: 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 (aarc<14>[ 60.880907] [IGT] kms_addfb_basic: starting subtest too-wide h64) (Li<14>[ 60.887599] [IGT] kms_addfb_basic: finished subtest too-wide, SUCCESS nux: 6.1<14>[ 60.895587] [IGT] kms_addfb_basic: exiting, ret=0 2.0-rc1 aarch64) Using IGT_SRANDOM=1706305758 for randomisation<8>[ 60.906389] 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>[ 60.929736] [IGT] kms_addfb_basic: executing igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Starting subtest: too-wide [1mSubtest too-wide: 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) (<14>[ 60.962481] [IGT] kms_addfb_basic: starting subtest too-high Linux: 6<14>[ 60.969355] [IGT] kms_addfb_basic: finished subtest too-high, SUCCESS .12.0-rc<14>[ 60.977265] [IGT] kms_addfb_basic: exiting, ret=0 1 aarch64) Using IGT_SRANDOM=1706305758 for randomisation Opened devic<8>[ 60.988133] e: /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_i<14>[ 61.012191] [IGT] kms_addfb_basic: executing ntel, 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/drmtest.c:880: Test requirement: is_intel_device(fd) IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-<14>[ 61.045039] [IGT] kms_addfb_basic: starting subtest bo-too-small rc1 aarc<14>[ 61.052054] [IGT] kms_addfb_basic: finished subtest bo-too-small, SUCCESS h64) Us<14>[ 61.060406] [IGT] kms_addfb_basic: exiting, ret=0 ing IGT_SRANDOM=1706305758 for randomisation Opened device: /dev/dri/ca<8>[ 61.071237] rd1 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>[ 61.095605] [IGT] kms_addfb_basic: executing 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_device(fd) IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc1 aa<14>[ 61.128154] [IGT] kms_addfb_basic: starting subtest small-bo rch64) <14>[ 61.135065] [IGT] kms_addfb_basic: finished subtest small-bo, SUCCESS Using IG<14>[ 61.143037] [IGT] kms_addfb_basic: exiting, ret=0 T_SRANDOM=1706305758 for randomisation Opened device: /dev/dri/<8>[ 61.153807] 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 .<14>[ 61.177414] [IGT] kms_addfb_basic: executing ./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-rc1 aarch64)<14>[ 61.209823] [IGT] kms_addfb_basic: starting subtest bo-too-small-due-to-tiling Using <14>[ 61.218272] [IGT] kms_addfb_basic: finished subtest bo-too-small-due-to-tiling, SKIP IGT_SRAN<14>[ 61.227582] [IGT] kms_addfb_basic: exiting, ret=77 DOM=1706305758 for randomisation Opened device: /dev/dri/card1 <8>[ 61.238069] 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_int<14>[ 61.262169] [IGT] kms_addfb_basic: executing el, file ../lib/drmtest.c:880: Test 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 re<14>[ 61.293489] [IGT] kms_addfb_basic: exiting, ret=77 quirement not met in function igt_require_intel, file ../lib/drm<8>[ 61.304142] test.c:880: Test requirement: is_intel_device(fd) IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc1 aarch64) Using IGT_SRANDOM=1706305758 for randomisation Opened dev<14>[ 61.327906] [IGT] kms_addfb_basic: executing ice: /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) Test requirement not met in function <14>[ 61.359043] [IGT] kms_addfb_basic: exiting, ret=77 igt_require_intel, file ../lib/drmtest.c:880: Test requirement:<8>[ 61.370003] is_intel_device(fd) [1mSubtest addfb25-y-tiled-legacy: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc1 aarch64) Using IGT_SRANDOM=1706305758 for <14>[ 61.393812] [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) Test require<14>[ 61.424925] [IGT] kms_addfb_basic: exiting, ret=77 ment not met in function igt_require_intel, file ../lib/drmtest.<8>[ 61.435817] 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-rc1 aarch64) Using I<14>[ 61.460106] [IGT] kms_addfb_basic: executing GT_SRANDOM=1706305758 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_inte<14>[ 61.491347] [IGT] kms_addfb_basic: exiting, ret=77 l_device(fd) Test requirement not met in function igt_require_i<8>[ 61.502472] ntel, file ../lib/drmtes<8>[ 61.511392] t.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-rc1 aarch64) Using IGT_SRANDOM=1706305758 for<8>[ 61.534214] 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 requireme<14>[ 61.555259] [IGT] kms_atomic: executing nt not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requir<14>[ 61.570074] [IGT] kms_atomic: starting subtest plane-overlay-legacy ement not met in<14>[ 61.578248] [IGT] kms_atomic: starting dynamic subtest pipe-A-Writeback-1 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-rc1 aarch64) Using IGT_SRANDOM=1706305758 for randomisation Opened device: /dev/dri/card1 Starting subtest: plane-overlay-legacy Starting dynamic subtest: pipe-A-Writeback-1 [1mDyna<14>[ 61.799059] [IGT] kms_atomic: finished subtest pipe-A-Writeback-1, SUCCESS mic subt<14>[ 61.807104] [IGT] kms_atomic: finished subtest plane-overlay-legacy, SUCCESS est pipe<14>[ 61.815408] [IGT] kms_atomic: exiting, ret=0 -A-Writeback-1: SUCCESS (0.213s)[0m [1mSubtest plane-overlay-<8>[ 61.825917] legacy: SUCCESS (0.230s)[0m <14>[ 61.849145] [IGT] kms_atomic: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc1 aarch64) Using IGT_SRANDOM=1706305759 for randomisation<14>[ 61.863163] [IGT] kms_atomic: starting subtest plane-primary-legacy Opened device:<14>[ 61.871037] [IGT] kms_atomic: starting dynamic subtest pipe-A-Writeback-1 /dev/dri/card1 Starting subtest: plane-primary-legacy Starting dynamic subtest: pipe-A-Writeback-1 (kms_atomic:403) igt_kms-CRITICAL: Test assertion failure function kmstest_dumb_create, file ../lib/igt_kms.c:1295: (kms_atomic:403) 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:403) igt_kms-CRITICAL: Last errno: 12, Cannot allocate memory (kms_atomic:403) 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 [+0xe3da5cd0] #7 [+0xe3da24b8] #8 [__libc_init_first+0x80] #9 [__libc_start_main+0x98] #10 [+0xe3da24f0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** (kms_atomic:403) igt_kms-DEBUG: plane A.14: Setting property "SRC_W" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane A.14: Setting property "SRC_H" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane A.14: Setting property "CRTC_X" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane A.14: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane A.14: Setting property "CRTC_W" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane A.14: Setting property "CRTC_H" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane A.14: Setting property "FB_ID" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane A.14: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane A.14: Setting property "rotation" to 0x1/1 (kms_atomic:403) igt_kms-DEBUG: plane A.14: Setting property "COLOR_ENCODING" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane A.14: Setting property "COLOR_RANGE" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane A.14: Setting property "pixel blend mode" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane A.14: Setting property "alpha" to 0xffff/65535 (kms_atomic:403) igt_kms-DEBUG: display: populating plane data: A.15, fb 0 (kms_atomic:403) igt_kms-DEBUG: plane A.15: Setting property "SRC_X" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane A.15: Setting property "SRC_Y" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane A.15: Setting property "SRC_W" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane A.15: Setting property "SRC_H" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane A.15: Setting property "CRTC_X" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane A.15: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane A.15: Setting property "CRTC_W" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane A.15: Setting property "CRTC_H" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane A.15: Setting property "FB_ID" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane A.15: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane A.15: Setting property "rotation" to 0x1/1 (kms_atomic:403) igt_kms-DEBUG: plane A.15: Setting property "COLOR_ENCODING" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane A.15: Setting property "COLOR_RANGE" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane A.15: Setting property "pixel blend mode" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane A.15: Setting property "alpha" to 0xffff/65535 (kms_atomic:403) igt_kms-DEBUG: display: populating plane data: A.16, fb 0 (kms_atomic:403) igt_kms-DEBUG: plane A.16: Setting property "SRC_X" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane A.16: Setting property "SRC_Y" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane A.16: Setting property "SRC_W" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane A.16: Setting property "SRC_H" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane A.16: Setting property "CRTC_X" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane A.16: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane A.16: Setting property "CRTC_W" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane A.16: Setting property "CRTC_H" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane A.16: Setting property "FB_ID" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane A.16: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane A.16: Setting property "rotation" to 0x1/1 (kms_atomic:403) igt_kms-DEBUG: plane A.16: Setting property "COLOR_ENCODING" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane A.16: Setting property "COLOR_RANGE" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane A.16: Setting property "pixel blend mode" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane A.16: Setting property "alpha" to 0xffff/65535 (kms_atomic:403) igt_kms-DEBUG: display: populating plane data: A.17, fb 0 (kms_atomic:403) igt_kms-DEBUG: plane A.17: Setting property "SRC_X" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane A.17: Setting property "SRC_Y" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane A.17: Setting property "SRC_W" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane A.17: Setting property "SRC_H" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane A.17: Setting property "CRTC_X" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane A.17: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane A.17: Setting property "CRTC_W" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane A.17: Setting property "CRTC_H" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane A.17: Setting property "FB_ID" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane A.17: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane A.17: Setting property "rotation" to 0x1/1 (kms_atomic:403) igt_kms-DEBUG: plane A.17: Setting property "COLOR_ENCODING" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane A.17: Setting property "COLOR_RANGE" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane A.17: Setting property "pixel blend mode" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane A.17: Setting property "alpha" to 0xffff/65535 (kms_atomic:403) igt_kms-DEBUG: Pipe B: Setting property "MODE_ID" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: Pipe B: Setting property "ACTIVE" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: display: populating plane data: B.0, fb 0 (kms_atomic:403) igt_kms-DEBUG: plane B.0: Setting property "SRC_X" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane B.0: Setting property "SRC_Y" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane B.0: Setting property "SRC_W" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane B.0: Setting property "SRC_H" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane B.0: Setting property "CRTC_X" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane B.0: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane B.0: Setting property "CRTC_W" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane B.0: Setting property "CRTC_H" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane B.0: Setting property "FB_ID" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane B.0: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane B.0: Setting property "rotation" to 0x1/1 (kms_atomic:403) igt_kms-DEBUG: plane B.0: Setting property "COLOR_ENCODING" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane B.0: Setting property "COLOR_RANGE" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane B.0: Setting property "pixel blend mode" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane B.0: Setting property "alpha" to 0xffff/65535 (kms_atomic:403) igt_kms-DEBUG: display: populating plane data: B.17, fb 0 (kms_atomic:403) igt_kms-DEBUG: plane B.17: Setting property "SRC_X" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane B.17: Setting property "SRC_Y" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane B.17: Setting property "SRC_W" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane B.17: Setting property "SRC_H" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane B.17: Setting property "CRTC_X" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane B.17: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane B.17: Setting property "CRTC_W" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane B.17: Setting property "CRTC_H" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane B.17: Setting property "FB_ID" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane B.17: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane B.17: Setting property "rotation" to 0x1/1 (kms_atomic:403) igt_kms-DEBUG: plane B.17: Setting property "COLOR_ENCODING" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane B.17: Setting property "COLOR_RANGE" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane B.17: Setting property "pixel blend mode" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane B.17: Setting property "alpha" to 0xffff/65535 (kms_atomic:403) igt_kms-DEBUG: Pipe C: Setting property "MODE_ID" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: Pipe C: Setting property "ACTIVE" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: display: populating plane data: C.0, fb 0 (kms_atomic:403) igt_kms-DEBUG: plane C.0: Setting property "SRC_X" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane C.0: Setting property "SRC_Y" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane C.0: Setting property "SRC_W" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane C.0: Setting property "SRC_H" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane C.0: Setting property "CRTC_X" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane C.0: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane C.0: Setting property "CRTC_W" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane C.0: Setting property "CRTC_H" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane C.0: Setting property "FB_ID" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane C.0: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane C.0: Setting property "rotation" to 0x1/1 (kms_atomic:403) igt_kms-DEBUG: plane C.0: Setting property "COLOR_ENCODING" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane C.0: Setting property "COLOR_RANGE" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane C.0: Setting property "pixel blend mode" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane C.0: Setting property "alpha" to 0xffff/65535 (kms_atomic:403) igt_kms-DEBUG: display: populating plane data: C.17, fb 0 (kms_atomic:403) igt_kms-DEBUG: plane C.17: Setting property "SRC_X" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane C.17: Setting property "SRC_Y" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane C.17: Setting property "SRC_W" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane C.17: Setting property "SRC_H" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane C.17: Setting property "CRTC_X" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane C.17: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane C.17: Setting property "CRTC_W" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane C.17: Setting property "CRTC_H" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane C.17: Setting property "FB_ID" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane C.17: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane C.17: Setting property "rotation" to 0x1/1 (kms_atomic:403) igt_kms-DEBUG: plane C.17: Setting property "COLOR_ENCODING" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane C.17: Setting property "COLOR_RANGE" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane C.17: Setting property "pixel blend mode" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane C.17: Setting property "alpha" to 0xffff/65535 (kms_atomic:403) igt_kms-DEBUG: Pipe D: Setting property "MODE_ID" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: Pipe D: Setting property "ACTIVE" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: display: populating plane data: D.0, fb 0 (kms_atomic:403) igt_kms-DEBUG: plane D.0: Setting property "SRC_X" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane D.0: Setting property "SRC_Y" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane D.0: Setting property "SRC_W" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane D.0: Setting property "SRC_H" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane D.0: Setting property "CRTC_X" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane D.0: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane D.0: Setting property "CRTC_W" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane D.0: Setting property "CRTC_H" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane D.0: Setting property "FB_ID" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane D.0: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane D.0: Setting property "rotation" to 0x1/1 (kms_atomic:403) igt_kms-DEBUG: plane D.0: Setting property "COLOR_ENCODING" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane D.0: Setting property "COLOR_RANGE" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane D.0: Setting property "pixel blend mode" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane D.0: Setting property "alpha" to 0xffff/65535 (kms_atomic:403) igt_kms-DEBUG: display: populating plane data: D.17, fb 0 (kms_atomic:403) igt_kms-DEBUG: plane D.17: Setting property "SRC_X" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane D.17: Setting property "SRC_Y" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane D.17: Setting property "SRC_W" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane D.17: Setting property "SRC_H" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane D.17: Setting property "CRTC_X" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane D.17: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane D.17: Setting property "CRTC_W" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane D.17: Setting property "CRTC_H" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane D.17: Setting property "FB_ID" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane D.17: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane D.17: Setting property "rotation" to 0x1/1 (kms_atomic:403) igt_kms-DEBUG: plane D.17: Setting property "COLOR_ENCODING" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane D.17: Setting property "COLOR_RANGE" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane D.17: Setting property "pixel blend mode" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane D.17: Setting property "alpha" to 0xffff/65535 (kms_atomic:403) igt_kms-DEBUG: Pipe E: Setting property "MODE_ID" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: Pipe E: Setting property "ACTIVE" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: display: populating plane data: E.0, fb 0 (kms_atomic:403) igt_kms-DEBUG: plane E.0: Setting property "SRC_X" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane E.0: Setting property "SRC_Y" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane E.0: Setting property "SRC_W" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane E.0: Setting property "SRC_H" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane E.0: Setting property "CRTC_X" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane E.0: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane E.0: Setting property "CRTC_W" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane E.0: Setting property "CRTC_H" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane E.0: Setting property "FB_ID" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane E.0: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane E.0: Setting property "rotation" to 0x1/1 (kms_atomic:403) igt_kms-DEBUG: plane E.0: Setting property "COLOR_ENCODING" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane E.0: Setting property "COLOR_RANGE" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane <14>[ 63.380338] [IGT] kms_atomic: finished subtest pipe-A-Writeback-1, FAIL E.0: Set<14>[ 63.387966] [IGT] kms_atomic: finished subtest plane-primary-legacy, FAIL ting property "pixel blend mode" to 0x0/0 (kms_<14>[ 63.399822] [IGT] kms_atomic: exiting, ret=98 atomic:403) igt_kms-DEBUG: plane E.0: Setting property "alpha" to 0xffff<8>[ 63.410706] /65535 (kms_atomic:403) igt_kms-DEBUG: display: populating plane data: E.17, fb 0 (kms_atomic:403) igt_kms-DEBUG: plane E.17: Setting property "SRC_X" to 0x0/0 (kms_atomic:403) <14>[ 63.434384] [IGT] kms_atomic: executing igt_kms-DEBUG: plane E.17: Setting property "SRC_Y" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane E.17: Setting proper<14>[ 63.449507] [IGT] kms_atomic: starting subtest plane-primary-overlay-mutable-zpos ty "SRC_W" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane E.17: Setting property "SRC_H" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane E.17: Setting property "CRTC_X" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane E.17: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane E.17: Setting property "CRTC_W" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane E.17: Setting property "CRTC_H" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane E.17: Setting property "FB_ID" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane E.17: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane E.17: Setting property "rotation" to 0x1/1 (kms_atomic:403) igt_kms-DEBUG: plane E.17: Setting property "COLOR_ENCODING" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane E.17: Setting property "COLOR_RANGE" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane E.17: Setting property "pixel blend mode" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: plane E.17: Setting property "alpha" to 0xffff/65535 (kms_atomic:403) igt_kms-DEBUG: display: HDMI-A-1: preparing atomic, pipe: None (kms_atomic:403) igt_kms-DEBUG: HDMI-A-1: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: HDMI-A-1: Setting property "Broadcast RGB" to 0x1/1 (kms_atomic:403) igt_kms-DEBUG: HDMI-A-1: Setting property "HDR_OUTPUT_METADATA" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: display: HDMI-A-2: preparing atomic, pipe: None (kms_atomic:403) igt_kms-DEBUG: HDMI-A-2: Setting property "CRTC_ID" to 0x0/0 (kms_<14>[ 63.591438] [IGT] kms_atomic: finished subtest plane-primary-overlay-mutable-zpos, SKIP atomic:403) igt_kms-DEBUG: HDMI-A-2: Setting pro<14>[ 63.604324] [IGT] kms_atomic: exiting, ret=77 perty "Broadcast RGB" to 0x1/1 (kms_atomic:403) igt_kms-DEBUG: HDMI-A-2<8>[ 63.614842] : Setting property "HDR_OUTPUT_METADATA" to 0x0/0 (kms_atomic:403) igt_kms-DEBUG: display: Writeback-1: preparing atomic, pipe: A (kms_atomic:403) igt_kms-DEBUG: Writebac<14>[ 63.639843] [IGT] kms_atomic: executing k-1: Setting property "CRTC_ID" to 0x36/54 (kms_atomic:403) igt_kms-DEBUG: Writeback-1: Setting property "WRITEBACK_FB_<14>[ 63.654528] [IGT] kms_atomic: starting subtest plane-immutable-zpos ID" to 0x0/0 (k<14>[ 63.662671] [IGT] kms_atomic: starting dynamic subtest pipe-A-Writeback-1 ms_atomic:403) igt_kms-DEBUG: display: } (kms_atomic:403) igt_fb-DEBUG: igt_create_fb_with_bo_size(width=4096, height=2160, format=XR24(0x34325258), modifier=0x0, size=0) (kms_atomic:403) igt_kms-CRITICAL: Test assertion failure function kmstest_dumb_create, file ../lib/igt_kms.c:1295: (kms_atomic:403) 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:403) igt_kms-CRITICAL: Last errno: 12, Cannot allocate memory (kms_atomic:403) igt_kms-CRITICAL: error: -1 != 0 (kms_atomic:403) igt_core-INFO: Stack trace: (kms_atomic:403) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_atomic:403) igt_core-INFO: #1 ../lib/igt_kms.c:1297 kmstest_dumb_create() (kms_atomic:403) igt_core-INFO: #2 ../lib/igt_fb.c:1249 create_bo_for_fb.isra.0() (kms_atomic:403) igt_core-INFO: #3 ../lib/igt_fb.c:2112 igt_create_fb_with_bo_size() (kms_atomic:403) igt_core-INFO: #4 ../lib/igt_fb.c:2155 igt_create_fb() (kms_atomic:403) igt_core-INFO: #5 ../lib/igt_fb.c:2268 igt_create_color_pattern_fb() (kms_atomic:403) igt_core-INFO: #6 [+0xe3da5cd0] (kms_atomic:403) igt_core-INFO: #7 [+0xe3da24b8] (kms_atomic:403) igt_core-INFO: #8 [__libc_init_first+0x80] (kms_atomic:403) igt_core-INFO: #9 [__libc_start_main+0x98] (kms_atomic:403) igt_core-INFO: #10 [+0xe3da24f0] **** E<14>[ 63.801327] [IGT] kms_atomic: finished subtest pipe-A-Writeback-1, SKIP ND ****<14>[ 63.809270] [IGT] kms_atomic: finished subtest plane-immutable-zpos, SKIP [1mDynamic subtest pipe-A-Writeback-1: FAIL (<14>[ 63.821087] [IGT] kms_atomic: exiting, ret=77 1.501s)[0m [1mSubtest plane-primary-legacy: FAIL (1.518s)[0m IGT-Ve<8>[ 63.831760] rsion: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc1 aarch64) Using IGT_SRANDOM=1706305760 for randomisation Opened device: /dev/dri/card1 Starting subtest: plane-primary-overl<14>[ 63.855515] [IGT] kms_atomic: executing ay-mutable-zpos No dynamic tests executed. [1mSubtest plane-primary-overlay-mutable-zpos: SKIP (0.133s)[0m <14>[ 63.869714] [IGT] kms_atomic: starting subtest test-only IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc1 aarch64) Using IGT_SRANDOM=1706305760 for randomisation Opened device: /dev/dri/card1 Starting subtest: plane-immutable-zpos Starting dynamic subtest: pipe-A-Writeback-1 Test requirement not met in function igt_require_pipe_crc, file ../lib/igt_pipe_crc.c:211: Test requirement: fstatat(dir, "crtc-0/crc/control", &stat, 0) == 0 CRCs not supported on this platform Last errno: 2, No such file or directory [1mDynamic subtest pipe-A-Writeback-1: SKIP (0.131s)[0m No dynamic tests executed. [1mSubtest plane-immutable-zpos: SKIP (0.147s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc1 aarch64) Using IGT_SRANDOM=1706305761 for randomisation Opened device: /dev/dri/card1 Starting subtest: test-only <14>[ 64.007432] [IGT] kms_atomic: starting dynamic subtest pipe-A-Writeback-1 Starting dynamic subtest: pipe-A-Writeback-1 [1mDyna<14>[ 64.144440] [IGT] kms_atomic: finished subtest pipe-A-Writeback-1, SUCCESS mic subt<14>[ 64.152496] [IGT] kms_atomic: finished subtest test-only, SUCCESS est pipe<14>[ 64.159852] [IGT] kms_atomic: exiting, ret=0 -A-Writeback-1: SUCCESS (0.130s)[0m [1mSubtest test-only: SUC<8>[ 64.170427] CESS (0.277s)[0m <14>[ 64.192543] [IGT] kms_atomic: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc1 aarch64) Using IGT_SRANDOM=1706305761 for randomisation<14>[ 64.206619] [IGT] kms_atomic: starting subtest plane-cursor-legacy Opened device:<14>[ 64.214344] [IGT] kms_atomic: starting dynamic subtest pipe-A-Writeback-1 /dev/dri/card1 Starting subtest: plane-cursor-legacy Starting dynamic subtest: pipe-A-Writeback-1 [1mDyna<14>[ 64.370603] [IGT] kms_atomic: finished subtest pipe-A-Writeback-1, SUCCESS mic subt<14>[ 64.378641] [IGT] kms_atomic: finished subtest plane-cursor-legacy, SUCCESS est pipe<14>[ 64.386893] [IGT] kms_atomic: exiting, ret=0 -A-Writeback-1: SUCCESS (0.148s)[0m [1mSubtest plane-cursor-l<8>[ 64.397480] egacy: SUCCESS (0.165s)[0m <14>[ 64.420517] [IGT] kms_atomic: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc1 aarch64) Using IGT_SRANDOM=1706305761 for randomisation Opened<14>[ 64.434988] [IGT] kms_atomic: starting subtest plane-invalid-params device: /dev/dr<14>[ 64.443548] [IGT] kms_atomic: starting dynamic subtest pipe-A-Writeback-1 i/card1 Starting subtest: plane-invalid-params Starting dynamic subtest: pipe-A-Writeback-1 (kms_atomic:418) igt_kms-CRITICAL: Test assertion failure function kmstest_dumb_create, file ../lib/igt_kms.c:1295: (kms_atomic:418) 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:418) igt_kms-CRITICAL: Last errno: 12, Cannot allocate memory (kms_atomic:418) 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 [+0xd01054dc] #7 [+0xd01024b8] #8 [__libc_init_first+0x80] #9 [__libc_start_main+0x98] #10 [+0xd01024f0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** (kms_atomic:418) igt_kms-DEBUG: plane C.17: Setting property "SRC_W" to 0x0/0 (kms_atomic:418) igt_kms-DEBUG: plane C.17: Setting property "SRC_H" to 0x0/0 (kms_atomic:418) igt_kms-DEBUG: plane C.17: Setting property "CRTC_X" to 0x0/0 (kms_atomic:418) igt_kms-DEBUG: plane C.17: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:418) igt_kms-DEBUG: plane C.17: Setting property "CRTC_W" to 0x0/0 (kms_atomic:418) igt_kms-DEBUG: plane C.17: Setting property "CRTC_H" to 0x0/0 (kms_atomic:418) igt_kms-DEBUG: plane C.17: Setting property "FB_ID" to 0x0/0 (kms_atomic:418) igt_kms-DEBUG: plane C.17: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:418) igt_kms-DEBUG: plane C.17: Setting property "rotation" to 0x1/1 (kms_atomic:418) igt_kms-DEBUG: plane C.17: Setting property "COLOR_ENCODING" to 0x0/0 (kms_atomic:418) igt_kms-DEBUG: plane C.17: Setting property "COLOR_RANGE" to 0x0/0 (kms_atomic:418) igt_kms-DEBUG: plane C.17: Setting property "pixel blend mode" to 0x0/0 (kms_atomic:418) igt_kms-DEBUG: plane C.17: Setting property "alpha" to 0xffff/65535 (kms_atomic:418) igt_kms-DEBUG: Pipe D: Setting property "MODE_ID" to 0x0/0 (kms_atomic:418) igt_kms-DEBUG: Pipe D: Setting property "ACTIVE" to 0x0/0 (kms_atomic:418) igt_kms-DEBUG: display: populating plane data: D.0, fb 0 (kms_atomic:418) igt_kms-DEBUG: plane D.0: Setting property "SRC_X" to 0x0/0 (kms_atomic:418) igt_kms-DEBUG: plane D.0: Setting property "SRC_Y" to 0x0/0 (kms_atomic:418) igt_kms-DEBUG: plane D.0: Setting property "SRC_W" to 0x0/0 (kms_atomic:418) igt_kms-DEBUG: plane D.0: Setting property "SRC_H" to 0x0/0 (kms_atomic:418) igt_kms-DEBUG: plane D.0: Setting property "CRTC_X" to 0x0/0 (kms_atomic:418) igt_kms-DEBUG: plane D.0: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:418) igt_kms-DEBUG: plane D.0: Setting property "CRTC_W" to 0x0/0 (kms_atomic:418) igt_kms-DEBUG: plane D.0: Setting property "CRTC_H" to 0x0/0 (kms_atomic:418) igt_kms-DEBUG: plane D.0: Setting property "FB_ID" to 0x0/0 (kms_atomic:418) igt_kms-DEBUG: plane D.0: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:418) igt_kms-DEBUG: plane D.0: Setting property "rotation" to 0x1/1 (kms_atomic:418) igt_kms-DEBUG: plane D.0: Setting property "COLOR_ENCODING" to 0x0/0 (kms_atomic:418) igt_kms-DEBUG: plane D.0: Setting property "COLOR_RANGE" to 0x0/0 (kms_atomic:418) igt_kms-DEBUG: plane D.0: Setting property "pixel blend mode" to 0x0/0 (kms_atomic:418) igt_kms-DEBUG: plane D.0: Setting property "alpha" to 0xffff/65535 (kms_atomic:418) igt_kms-DEBUG: display: populating plane data: D.17, fb 0 (kms_atomic:418) igt_kms-DEBUG: plane D.17: Setting property "SRC_X" to 0x0/0 (kms_atomic:418) igt_kms-DEBUG: plane D.17: Setting property "SRC_Y" to 0x0/0 (kms_atomic:418) igt_kms-DEBUG: plane D.17: Setting property "SRC_W" to 0x0/0 (kms_atomic:418) igt_kms-DEBUG: plane D.17: Setting property "SRC_H" to 0x0/0 (kms_atomic:418) igt_kms-DEBUG: plane D.17: Setting property "CRTC_X" to 0x0/0 (kms_atomic:418) igt_kms-DEBUG: plane D.17: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:418) igt_kms-DEBUG: plane D.17: Setting property "CRTC_W" to 0x0/0 (kms_atomic:418) igt_kms-DEBUG: plane D.17: Setting property "CRTC_H" to 0x0/0 (kms_atomic:418) igt_kms-DEBUG: plane D.17: Setting property "FB_ID" to 0x0/0 (kms_atomic:418) igt_kms-DEBUG: plane D.17: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:418) igt_kms-DEBUG: plane D.17: Setting property "rotation" to 0x1/1 (kms_atomic:418) igt_kms-DEBUG: plane D.17: Setting property "COLOR_ENCODING" to 0x0/0 (kms_atomic:418) igt_kms-DEBUG: plane D.17: Setting property "COLOR_RANGE" to 0x0/0 (kms_atomic:418) igt_kms-DEBUG: plane D.17: Setting property "pixel blend mode" to 0x0/0 (kms_atomic:418) igt_kms-DEBUG: plane D.17: Setting property "alpha" to 0xffff/65535 (kms_atomic:418) igt_kms-DEBUG: Pipe E: Setting property "MODE_ID" to 0x0/0 (kms_atomic:418) igt_kms-DEBUG: Pipe E: Setting property "ACTIVE" to 0x0/0 (kms_atomic:418) igt_kms-DEBUG: display: populating plane data: E.0, fb 0 (kms_atomic:418) igt_kms-DEBUG: plane E.0: Setting property "SRC_X" to 0x0/0 (kms_atomic:418) igt_kms-DEBUG: plane E.0: Setting property "SRC_Y" to 0x0/0 (kms_atomic:418) igt_kms-DEBUG: plane E.0: Setting property "SRC_W" to 0x0/0 (kms_atomic:418) igt_kms-DEBUG: plane E.0: Setting property "SRC_H" to 0x0/0 (kms_atomic:418) igt_kms-DEBUG: plane E.0: Setting property "CRTC_X" to 0x0/0 (kms_atomic:418) igt_kms-DEBUG: plane E.0: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:418) igt_kms-DEBUG: plane E.0: Setting property "CRTC_W" to 0x0/0 (kms_atomic:418) igt_kms-DEBUG: plane E.0: Setting property "CRTC_H" to 0x0/0 (kms_atomic:418) igt_kms-DEBUG: plane E.0: Setting property "FB_ID" to 0x0/0 (kms_atomic:418) igt_kms-DEBUG: plane E.0: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:418) igt_kms-DEBUG: plane E.0: Setting property "rotation" to 0x1/1 (kms_atomic:418) igt_kms-DEBUG: plane E.0: Setting property "COLOR_ENCODING" to 0x0/0 (kms_atomic:418) igt_kms-DEBUG: plane E.0: Setting property "COLOR_RANGE" to 0x0/0 (kms_atomic:418) igt_kms-DEBUG: plane E.0: Setting property "pixel blend mode" to 0x0/0 (kms_atomic:418) igt_kms-DEBUG: plane E.0: Setting property "alpha" to 0xffff/65535 (kms_atomic:418) igt_kms-DEBUG: display: populating plane data: E.17, fb 0 (kms_atomic:418) igt_kms-DEBUG: plane E.17: Setting property "SRC_X" to 0x0/0 (kms_atomic:418) igt_kms-DEBUG: plane E.17: Setting property "SRC_Y" to 0x0/0 (kms_atomic:418) igt_kms-DEBUG: plane E.17: Setting property "SRC_W" to 0x0/0 (kms_atomic:418) igt_kms-DEBUG: plane E.17: Setting property "SRC_H" to 0x0/0 (kms_atomic:418) igt_kms-DEBUG: plane E.17: Setting property "CRTC_X" to 0x0/0 (kms_atomic:418) igt_kms-DEBUG: plane E.17: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:418) igt_kms-DEBUG: plane E.17: Setting property "CRTC_W" to 0x0/0 (kms_atomic:418) igt_kms-DEBUG: plane E.17: Setting property "CRTC_H" to 0x0/0 (kms_atomic:418) igt_kms-DEBUG: plane E.17: Setting property "FB_ID" to 0x0/0 (kms_atomic:418) igt_kms-DEBUG: plane E.17: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:418) igt_kms-DEBUG: plane E.17: Setting property "rotation" to 0x1/1 (kms_atomic:418) igt_kms-DEBUG: plane E.17: Setting property "COLOR_ENCODING" to 0x0/0 (kms_atomic:418) igt_kms-DEBUG: plane E.17: Setting property "COLOR_RANGE" to 0x0/0 (kms_atomic:418) igt_kms-DEBUG: plane E.17: Setting property "pixel blend mode" to 0x0/0 (kms_atomic:418) igt_kms-DEBUG: plane E.17: Setting property "alpha" to 0xffff/65535 (kms_atomic:418) igt_kms-DEBUG: display: HDMI-A-1: preparing atomic, pipe: None (kms_atomic:418) igt_kms-DEBUG: HDMI-A-1: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:418) igt_kms-DEBUG: HDMI-A-1: Setting property "Broadcast RGB" to 0x1/1 (kms_atomic:418) igt_kms-DEBUG: HDMI-A-1: Setting property "HDR_OUTPUT_METADATA" to 0x0/0 (kms_atomic:418) igt_kms-DEBUG: display: HDMI-A-2: preparing atomic, pipe: None (kms_atomic:418) igt_kms-DEBUG: HDMI-A-2: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:418) igt_kms-DEBUG: HDMI-A-2: Setting property "Broadcast RGB" to 0x1/1 (kms_atomic:418) igt_kms-DEBUG: HDMI-A-2: Setting property "HDR_OUTPUT_METADATA" to 0x0/0 (kms_atomic:418) igt_kms-DEBUG: display: Writeback-1: preparing atomic, pipe: A (kms_atomic:418) igt_kms-DEBUG: Writeback-1: Setting property "CRTC_ID" to 0x36/54 (kms_atomic:418) igt_kms-DEBUG: Writeback-1: Setting property "WRITEBACK_FB_ID" to 0x0/0 (kms_atomic:418) igt_kms-DEBUG: display: } (kms_atomic:418) igt_kms-DEBUG: display: commit { (kms_atomic:418) igt_kms-DEBUG: display: populating plane data: A.0, fb 46 (kms_atomic:418) igt_kms-DEBUG: plane A.0: Setting property "FB_ID" to 0x2e/46 (kms_atomic:418) igt_kms-DEBUG: display: } (kms_atomic:418) igt_kms-DEBUG: display: commit { (kms_atomic:418) igt_kms-DEBUG: display: populating plane data: A.0, fb 54 (kms_atomic:418) igt_kms-DEBUG: plane A.0: Setting property "FB_ID" to 0x36/54 (kms_atomic:418) igt_kms-DEBUG: display: } (kms_atomic:418) igt_kms-DEBUG: display: commit { (kms_atomic:418) igt_kms-DEBUG: display: populating plane data: A.0, fb 60 (kms_atomic:418) igt_kms-DEBUG: plane A.0: Setting property "FB_ID" to 0x3c/60 (kms_atomic:418) igt_kms-DEBUG: display: } (kms_atomic:418) igt_kms-DEBUG: display: commit { (kms_atomic:418) igt_kms-DEBUG: display: populating plane data: A.0, fb 265 (kms_atomic:418) igt_kms-DEBUG: plane A.0: Setting property "FB_ID" to 0x109/265 (kms_atomic:418) igt_kms-DEBUG: display: } (kms_atomic:418) igt_kms-DEBUG: display: commit { (kms_atomic:418) igt_kms-DEBUG: display: populating plane data: A.0, fb 0 (kms_atomic:418) igt_kms-DEBUG: plane A.0: Setting property "FB_ID" to 0x0/0 (kms_atomic:418) igt_kms-DEBUG: display: } (kms_atomic:418) igt_kms-DEBUG: display: A.0: plane_set_fb(266) (kms_atomic:418) igt_kms-DEBUG: display: A.0: plane_set_size (4096x2160) (kms_atomic:418) igt_kms-DEBUG: display: A.0: fb_set_position(0,0) (kms_atomic:418) igt_kms-DEBUG: display: A.0: fb_set_size(4096x2160) (kms_atomic:418) igt_kms-DEBUG: display: commit { (kms_atomic:418) igt_kms-DEBUG: display: populating plane data: A.0, fb 266 (kms_atomic:418) igt_kms-DEBUG: plane A.0: Setting property "SRC_X" to 0x0/0 (kms_atomic:418) igt_kms-DEBUG: plane A.0: Setting property "SRC_Y" to 0x0/0 (kms_atomic:418) igt_kms-DEBUG: plane A.0: Setting property "SRC_W" to 0x10000000/268435456 (kms_atomic:418) igt_kms-DEBUG: plane A.0: Setting property "SRC_H" to 0x8700000/141557760 (kms_atomic:418) igt_kms-DEBUG: plane A.0: Setting property "CRTC_W" to 0x1000/4096 (kms_atomic:418) igt_kms-DEBUG: plane A.0: Setting property "CRTC_H" to 0x870/2160 (kms_atomic:418) igt_kms-DEBUG: plane A.0: Setting property "FB_ID" to 0x10a/266 (kms_atomic:418) igt_kms-DEBUG: plane A.0: Setting property "CRTC_ID" to 0x36/54 (kms_atomic:418) igt_kms-DEBUG: plane A.0: Setting property "COLOR_ENCODING" to 0x1/1 (kms_atomic:418) igt_kms-DEBUG: plane A.0: Setting property "COLOR_RANGE" to 0x0/0 (kms_atomic:418) igt_kms-DEBUG: display: } (kms_atomic:418) igt_kms-DEBUG: display: commit { (kms_atomic:418) igt_kms-DEBUG: display: populating plane data: A.0, fb 266 (kms_atomic:418) igt_kms-DEBUG: plane A.0: Setting property "CRTC_ID" to 0x2e/46 (kms_atomic:418) igt_kms-DEBUG: display: } (kms_atomic:418) igt_kms-DEBUG: display: commit { (kms_atomic:418) igt_kms-DEBUG: display: populating plane data: A.0, fb 266 (kms_atomic:418) igt_kms-DEBUG: plane A.0: Setting property "CRTC_ID" to 0x10a/266 (kms_atomic:418) igt_kms-DEBUG: display: } (kms_atomic:418) igt_kms-DEBUG: display: commit { (kms_atomic:4<14>[ 65.619951] [IGT] kms_atomic: finished subtest pipe-A-Writeback-1, FAIL 18) igt_<14>[ 65.627569] [IGT] kms_atomic: finished subtest plane-invalid-params, FAIL kms-DEBUG: display: populating plane data: A<14>[ 65.639416] [IGT] kms_atomic: exiting, ret=98 .0, fb 266 (kms_atomic:418) igt_kms-DEBUG: plane A.0: Setting property <8>[ 65.650244] "CRTC_ID" to 0x3c/60 (kms_atomic:418) igt_kms-DEBUG: display: } (kms_atomic:418) igt_kms-DEBUG: display: commit { (kms_atomic:418) igt_kms-DEBUG: display: populating pla<14>[ 65.673839] [IGT] kms_atomic: executing ne data: A.0, fb 266 (kms_atomic:418) igt_kms-DEBUG: plane A.0: Setting property "CRTC_ID" to 0x109/265 (kms_atomic:41<14>[ 65.688085] [IGT] kms_atomic: starting subtest plane-invalid-params-fence 8) igt_kms-DEBUG: displa<14>[ 65.697426] [IGT] kms_atomic: starting dynamic subtest pipe-A-Writeback-1 y: } (kms_atomic:418) igt_kms-DEBUG: display: commit { (kms_atomic:418) igt_kms-DEBUG: display: populating plane data: A.0, fb 266 (kms_atomic:418) igt_kms-DEBUG: plane A.0: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:418) igt_kms-DEBUG: display: } (kms_atomic:418) igt_kms-DEBUG: display: A.0: plane_set_fb(266) (kms_atomic:418) igt_kms-DEBUG: display: A.0: plane_set_size (4096x2160) (kms_atomic:418) igt_kms-DEBUG: display: A.0: fb_set_position(0,0) (kms_atomic:418) igt_kms-DEBUG: display: A.0: fb_set_size(4096x2160) (kms_atomic:418) igt_kms-DEBUG: display: commit { (kms_atomic:418) igt_kms-DEBUG: display: populating plane data: A.0, fb 266 (kms_atomic:418) igt_kms-DEBUG: plane A.0: Setting property "SRC_X" to 0x0/0 (kms_atomic:418) igt_kms-DEBUG: plane A.0: Setting property "SRC_Y" to 0x0/0 (kms_atomic:418) igt_kms-DEBUG: plane A.0: Setting property "SRC_W" to 0x10000000/268435456 (kms_atomic:418) igt_kms-DEBUG: plane A.0: Setting property "SRC_H" to 0x8700000/141557760 (kms_atomic:418) igt_kms-DEBUG: plane A.0: Setting property "CRTC_W" to 0x1000/4096 (kms_atomic:418) igt_kms-DEBUG: plane A.0: Setting property "CRTC_H" to 0x870/2160 (kms_atomic:418) igt_kms-DEBUG: plane A.0: Setting property "FB_ID" to 0x10a/266 (kms_atomic:418) igt_kms-DEBUG: plane A.0: Setting property "CRTC_ID" to 0x36/54 (kms_atomic:418) igt_kms-DEBUG: plane A.0: Setting property "COLOR_ENCODING" to 0x1/1 (kms_atomic:418) igt_kms-DEBUG: plane A.0: Setting property "COLOR_RANGE<14>[ 65.837620] [IGT] kms_atomic: finished subtest pipe-A-Writeback-1, SKIP " to 0x0<14>[ 65.845076] [IGT] kms_atomic: finished subtest plane-invalid-params-fence, SKIP /0 (kms_atomic:418) igt_kms-DEBUG: display: } (kms_ato<14>[ 65.857609] [IGT] kms_atomic: exiting, ret=77 mic:418) igt_fb-DEBUG: igt_create_fb_with_bo_size(width=4095, he<8>[ 65.868566] ight=2159, format=XR24(0x34325258), modifier=0x0, size=0) (kms_atomic:418) igt_kms-CRITICAL: Test assertion failure function kmstest_dumb_create, file ../lib/igt_kms.c:1295: <14>[ 65.892279] [IGT] kms_atomic: executing (kms_atomic:418) igt_kms-CRITICAL: Failed assertion: igt_ioctl((fd), ((((2U|1U) << (((0+8)+8)+14)) | ((('d')) << (0+8)) <14>[ 65.906684] [IGT] kms_atomic: starting subtest crtc-invalid-params | (((0xB2)) << 0) | ((((<14>[ 65.915401] [IGT] kms_atomic: starting dynamic subtest pipe-A-Writeback-1 sizeof(struct drm_mode_create_dumb)))) << ((0+8)+8)))), (&create)) == 0 (kms_atomic:418) igt_kms-CRITICAL: Last errno: 12, Cannot allocate memory (kms_atomic:418) igt_kms-CRITICAL: error: -1 != 0 (kms_atomic:418) igt_core-INFO: Stack trace: (kms_atomic:418) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_atomic:418) igt_core-INFO: #1 ../lib/igt_kms.c:1297 kmstest_dumb_create() (kms_atomic:418) igt_core-INFO: #2 ../lib/igt_fb.c:1249 create_bo_for_fb.isra.0() (kms_atomic:418) igt_core-INFO: #3 ../lib/igt_fb.c:2112 igt_create_fb_with_bo_size() (kms_atomic:418) igt_core-INFO: #4 ../lib/igt_fb.c:2155 igt_create_fb() (kms_atomic:418) igt_core-INFO: #5 ../lib/igt_fb.c:2226 igt_create_pattern_fb() (kms_atomic:418) igt_core-INFO: #6 [+0xd01054dc] (kms_atomic:418) igt_core-INFO: #7 [+0xd01024b8] (kms_atomic:418) igt_core-INFO: #8 [__libc_init_first+0x80] (kms_atomic:418) igt_core-INFO: #9 [__libc_start_main+0x98] (kms_atomic:418) igt_core-INFO: #10 [+0xd01024f0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (1.169s)[0m [1mSubtest plane-invalid-params: FAIL (1.185s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc1 aarch64) Using IGT_SRANDOM=1706305763 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-<14>[ 66.064730] [IGT] kms_atomic: finished subtest pipe-A-Writeback-1, SUCCESS A-Writeb<14>[ 66.072516] [IGT] kms_atomic: finished subtest crtc-invalid-params, SUCCESS ack-1: S<14>[ 66.080724] [IGT] kms_atomic: exiting, ret=0 KIP (0.132s)[0m No dynamic tests executed. [1mSubtest plane-<8>[ 66.091181] invalid-params-fence: SKIP (0.149s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc1 aarch64) Using IGT_SRANDOM=1706305763 for randomisation Opened device: /dev/dri/card1<14>[ 66.114733] [IGT] kms_atomic: executing Starting subtest: crtc-invalid-params Starting dynamic subtest: pipe-A-Writeback-1 [1mDynamic subtest pipe-A-Writeb<14>[ 66.129850] [IGT] kms_atomic: starting subtest crtc-invalid-params-fence ack-1: SUCCESS (<14>[ 66.138367] [IGT] kms_atomic: starting dynamic subtest pipe-A-Writeback-1 0.141s)[0m [1mSubtest crtc-invalid-params: SUCCESS (0.158s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc1 aarch64) Using IGT_SRANDOM=1706305763 for randomisation Opened device: /dev/dri/card1 Starting subtest: crtc-invalid-params-fence Starting dynamic subtest: pipe-A-Writeback-1 Test req<14>[ 66.279016] [IGT] kms_atomic: finished subtest pipe-A-Writeback-1, SKIP uirement<14>[ 66.286788] [IGT] kms_atomic: finished subtest crtc-invalid-params-fence, SKIP not met in function igt_require_sw_sync, file .<14>[ 66.299096] [IGT] kms_atomic: exiting, ret=77 ./lib/sw_sync.c:265: Test requirement: kernel_has_sw_sync() La<8>[ 66.309532] st errno: 2, No such file or directory [1mDynamic subtest pipe-A-Writeback-1: SKIP (0.133s)[0m No dynamic tests executed. [1mSubtest crtc-invalid-params-fence: SKIP (0.14<14>[ 66.333145] [IGT] kms_atomic: executing 9s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc1 aarch64) Using IGT_SRANDOM=1706305763 for randomisatio<14>[ 66.347469] [IGT] kms_atomic: starting subtest atomic-invalid-params n Opened device<14>[ 66.356012] [IGT] kms_atomic: starting dynamic subtest pipe-A-Writeback-1 : /dev/dri/card1 Starting subtest: atomic-invalid-params Starting dynamic subtest: pipe-A-Writeback-1 [1mDyna<14>[ 66.520419] [IGT] kms_atomic: finished subtest pipe-A-Writeback-1, SUCCESS mic subt<14>[ 66.528511] [IGT] kms_atomic: finished subtest atomic-invalid-params, SUCCESS est pipe<14>[ 66.536847] [IGT] kms_atomic: exiting, ret=0 -A-Writeback-1: SUCCESS (0.157s)[0m [1mSubtest atomic-invalid<8>[ 66.547327] -params: SUCCESS (0.173s)[0m <14>[ 66.570444] [IGT] kms_atomic: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc1 aarch64) Using IGT_SRANDOM=1706305763 for randomisation<14>[ 66.584430] [IGT] kms_atomic: starting subtest atomic-plane-damage Opened device: /dev/dri/card1 Starting subtest: atomic-plane-damage No dynam<14>[ 66.725126] [IGT] kms_atomic: finished subtest atomic-plane-damage, SKIP ic tests executed. [1mSubtest atomic-plane-damage: SKI<14>[ 66.737044] [IGT] kms_atomic: exiting, ret=77 P (0.133s)[0m <8>[ 66.748055] <8>[ 66.757222] <8>[ 66.779147] <14>[ 66.800378] [IGT] kms_flip_event_leak: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc1 aarch64) Using IGT_SRANDOM=1706305764 for randomisation Opened device: /dev/dr<14>[ 66.817335] [IGT] kms_flip_event_leak: starting subtest basic i/card1 Startin<14>[ 66.824610] [IGT] kms_flip_event_leak: starting dynamic subtest pipe-A-Writeback-1 g subtest: basic Starting dynamic subtest: pipe-A-Writeback-1 (kms_flip_event_leak:439) igt_kms-CRITICAL: Test assertion failure function kmstest_dumb_create, file ../lib/igt_kms.c:1295: (kms_flip_event_leak:439) 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:439) igt_kms-CRITICAL: Last errno: 12, Cannot allocate memory (kms_flip_event_leak:439) 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 [+0xbf991964] #6 [+0xbf99146c] #7 [__libc_init_first+0x80] #8 [__libc_start_main+0x98] #9 [+0xbf9914b0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** SetProp plane A.9 "alpha" to 0xffff/65535 (kms_flip_event_leak:439) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_flip_event_leak:439) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_flip_event_leak:439) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_flip_event_leak:439) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_flip_event_leak:439) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_ENCODING" to 0x0/0 (kms_flip_event_leak:439) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_RANGE" to 0x0/0 (kms_flip_event_leak:439) igt_kms-DEBUG: display: SetProp plane A.10 "pixel blend mode" to 0x0/0 (kms_flip_event_leak:439) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_flip_event_leak:439) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_flip_event_leak:439) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_flip_event_leak:439) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_flip_event_leak:439) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_flip_event_leak:439) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_ENCODING" to 0x0/0 (kms_flip_event_leak:439) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_RANGE" to 0x0/0 (kms_flip_event_leak:439) igt_kms-DEBUG: display: SetProp plane A.11 "pixel blend mode" to 0x0/0 (kms_flip_event_leak:439) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_flip_event_leak:439) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_flip_event_leak:439) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_flip_event_leak:439) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_flip_event_leak:439) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_flip_event_leak:439) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_ENCODING" to 0x0/0 (kms_flip_event_leak:439) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_RANGE" to 0x0/0 (kms_flip_event_leak:439) igt_kms-DEBUG: display: SetProp plane A.12 "pixel blend mode" to 0x0/0 (kms_flip_event_leak:439) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_flip_event_leak:439) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_flip_event_leak:439) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_flip_event_leak:439) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_flip_event_leak:439) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_flip_event_leak:439) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_ENCODING" to 0x0/0 (kms_flip_event_leak:439) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_RANGE" to 0x0/0 (kms_flip_event_leak:439) igt_kms-DEBUG: display: SetProp plane A.13 "pixel blend mode" to 0x0/0 (kms_flip_event_leak:439) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_flip_event_leak:439) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_flip_event_leak:439) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_flip_event_leak:439) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_flip_event_leak:439) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_flip_event_leak:439) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_ENCODING" to 0x0/0 (kms_flip_event_leak:439) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_RANGE" to 0x0/0 (kms_flip_event_leak:439) igt_kms-DEBUG: display: SetProp plane A.14 "pixel blend mode" to 0x0/0 (kms_flip_event_leak:439) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_flip_event_leak:439) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_flip_event_leak:439) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_flip_event_leak:439) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_flip_event_leak:439) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_flip_event_leak:439) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_ENCODING" to 0x0/0 (kms_flip_event_leak:439) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_RANGE" to 0x0/0 (kms_flip_event_leak:439) igt_kms-DEBUG: display: SetProp plane A.15 "pixel blend mode" to 0x0/0 (kms_flip_event_leak:439) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_flip_event_leak:439) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_flip_event_leak:439) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_flip_event_leak:439) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_flip_event_leak:439) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_flip_event_leak:439) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_ENCODING" to 0x0/0 (kms_flip_event_leak:439) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_RANGE" to 0x0/0 (kms_flip_event_leak:439) igt_kms-DEBUG: display: SetProp plane A.16 "pixel blend mode" to 0x0/0 (kms_flip_event_leak:439) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_flip_event_leak:439) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_flip_event_leak:439) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_flip_event_leak:439) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_flip_event_leak:439) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_flip_event_leak:439) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_flip_event_leak:439) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_flip_event_leak:439) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_flip_event_leak:439) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_flip_event_leak:439) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_flip_event_leak:439) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_flip_event_leak:439) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_flip_event_leak:439) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_flip_event_leak:439) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_flip_event_leak:439) igt_kms-DEBUG: <14>[ 67.825816] [IGT] kms_flip_event_leak: finished subtest pipe-A-Writeback-1, FAIL display:<14>[ 67.834383] [IGT] kms_flip_event_leak: finished subtest basic, FAIL SetCrtc pipe C, disabling (kms_flip_event_leak:439) igt_kms-DEBUG: Test requirement passed<14>[ 67.849328] [IGT] kms_flip_event_leak: exiting, ret=98 : plane_idx >= 0 && plane_idx < pipe->n_planes (kms_flip_event_leak:439) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 1<8>[ 67.867786] 7 (kms_flip_event_leak:439) igt_kms-DEB<8>[ 67.878148] UG: display: SetCursor pipe C, disabling (kms_flip_event_leak:439) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_flip_event_leak:439) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_flip_event_leak:439) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 0 (kms_flip_event_leak:439) igt_kms-DEBUG: display: SetCrtc pipe D, disabling (kms_flip_event_leak:439) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx <8>[ 67.927057] < pipe->n_planes (kms_flip_event_leak:439) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 17 (kms_flip_event_leak:439) igt_kms-DEBUG: display: SetCursor pipe D, disabling (kms_flip_event_leak:439) igt_kms-DEBUG: display: MoveCursor pipe D, (0, 0) (kms_flip_event_leak:439) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_flip_event_leak:439) igt_kms-DEBUG<14>[ 67.970648] [IGT] kms_prop_blob: executing : display: Fixing up<14>[ 67.976837] [IGT] kms_prop_blob: starting subtest basic initial<14>[ 67.983446] [IGT] kms_prop_blob: finished subtest basic, SUCCESS rotatio<14>[ 67.990646] [IGT] kms_prop_blob: exiting, ret=0 n pipe E, plane 0 (kms_flip_event_leak:439) igt_kms-DEBUG: display: SetCrtc pipe E, disabling (kms_flip_event_leak:439) igt_kms-DE<8>[ 68.007582] BUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_flip_event_leak:439) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 17 (kms_flip_event_leak:439) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms_flip_event_leak:439) igt_kms-DEBUG: display: MoveCursor pipe E, (0, 0) (kms_flip_event_leak:439) igt_kms-DEBUG: display: } (kms_flip_event_leak:439<14>[ 68.050754] [IGT] kms_prop_blob: executing ) drmtest-DEBUG:<14>[ 68.056438] [IGT] kms_prop_blob: starting subtest blob-prop-core Force option us<14>[ 68.064251] [IGT] kms_prop_blob: finished subtest blob-prop-core, SUCCESS ed: Usin<14>[ 68.072518] [IGT] kms_prop_blob: exiting, ret=0 g driver vc4 (kms_flip_event_leak:439) drmtest-DEBUG: Expected driver "vc4" but got "v3d" (kms_flip_event_leak:439) drmtest-DEBUG: Ope<8>[ 68.089043] ned previously opened device: /dev/dri/card1 (kms_flip_event_leak:439) drmtest-DEBUG: Test requirement passed: !(fd<0) (kms_flip_event_leak:439) igt_fb-DEBUG: igt_create_fb_with_bo_size(width=4096, height=2160, format=XR24(0x34325258), modifier=0x0, size=0) (kms_flip_event_leak:439) igt_kms-CRITICAL: Test assertion failure function kmstest_dumb_create, file ../lib/igt_kms.c:1295: (kms_flip_event_leak:439) igt_kms-CRITICAL: F<14>[ 68.134416] [IGT] kms_prop_blob: executing ailed assertion:<14>[ 68.140376] [IGT] kms_prop_blob: starting subtest blob-prop-validate igt_ioctl((fd),<14>[ 68.148411] [IGT] kms_prop_blob: finished subtest blob-prop-validate, SUCCESS ((((2U|<14>[ 68.157094] [IGT] kms_prop_blob: exiting, ret=0 1U) << (((0+8)+8)+14)) | ((('d')) << (0+8)) | (((0xB2)) << 0) | ((((sizeof(struct drm_mode_create_dumb)))) << ((0+8)+8)))), (&create)) =<8>[ 68.173703] = 0 (kms_flip_event_leak:439) igt_kms-CRITICAL: Last errno: 12, Cannot allocate memory (kms_flip_event_leak:439) igt_kms-CRITICAL: error: -1 != 0 (kms_flip_event_leak:439) igt_core-INFO: Stack trace: (kms_flip_event_leak:439) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_flip_event_leak:439) igt_core-INFO: #1 ../lib/igt_kms.c:1297 kmstest_dumb_create() (kms_flip_event_leak:439) igt_core-INFO: #2 .<14>[ 68.219366] [IGT] kms_prop_blob: executing ./lib/igt_fb.c:1249 crea<14>[ 68.226152] [IGT] kms_prop_blob: starting subtest blob-prop-lifetime te_bo_fo<14>[ 68.233968] [IGT] kms_prop_blob: finished subtest blob-prop-lifetime, SUCCESS r_fb.isr<14>[ 68.241984] [IGT] kms_prop_blob: exiting, ret=0 a.0() (kms_flip_event_leak:439) igt_core-INFO: #3 ../lib/igt_fb.c:2112 igt_create_fb_with_bo_size() (kms_flip_event_leak:439) igt_co<8>[ 68.258769] re-INFO: #4 ../lib/igt_fb.c:2155 igt_create_fb() (kms_flip_event_leak:439) igt_core-INFO: #5 [+0xbf991964] (kms_flip_event_leak:439) igt_core-INFO: #6 [+0xbf99146c] (kms_flip_event_leak:439) igt_core-INFO: #7 [__libc_init_first+0x80] (kms_flip_event_leak:439) igt_core-INFO: #8 [__libc_start_main+0x98] (kms_flip_event_leak:439) igt_core-INFO: #9 [+0xbf9914b0] **** END **** <14>[ 68.304100] [IGT] kms_prop_blob: executing [1mDynamic subtest pipe-<14>[ 68.310461] [IGT] kms_prop_blob: starting subtest blob-multiple A-Writeback-1: F<14>[ 68.318135] [IGT] kms_prop_blob: finished subtest blob-multiple, SUCCESS AIL (0.9<14>[ 68.326082] [IGT] kms_prop_blob: exiting, ret=0 93s)[0m [1mSubtest basic: FAIL (1.011s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc1 aarch64) Using IGT_SRANDOM=1706<8>[ 68.342895] 305765 for randomisation Opened device: /dev/dri/card1 Starting subtest: basic [1mSubtest basic: SUCCESS (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc1 aarch64) Using IGT_SRANDOM=1706305765 for randomisation Opened 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-rc1 aarch64) Using IGT_SRAN<14>[ 68.388350] [IGT] kms_prop_blob: executing DOM=1706305765 f<14>[ 68.394067] [IGT] kms_prop_blob: starting subtest invalid-get-prop-any or randomisation<14>[ 68.402482] [IGT] kms_prop_blob: finished subtest invalid-get-prop-any, SUCCESS Opened<14>[ 68.411143] [IGT] kms_prop_blob: exiting, ret=0 device: /dev/dri/card1 Starting subtest: blob-prop-validate [1mSubtest blob-prop-validate: SUCCESS (0.000s)[0m IGT-Version: 1.28-g<8>[ 68.427797] a44ebfe (aarch64) (Linux: 6.12.0-rc1 aarch64) Using IGT_SRANDOM=1706305765 for randomisation Opened device: /dev/dri/card1 Starting subtest: blob-prop-lifetime [1mSubtest blob-prop-lifetime: SUCCESS (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc1 aarch64) Using IGT_SRANDOM=1706305765 for randomisation Opened device: /dev/dri/card1 Starting subtest: blob-multiple [1mSubtest blob-multiple: S<14>[ 68.473236] [IGT] kms_prop_blob: executing UCCESS (0.001s)<14>[ 68.479102] [IGT] kms_prop_blob: starting subtest invalid-get-prop [0m IGT<14>[ 68.486310] [IGT] kms_prop_blob: finished subtest invalid-get-prop, SUCCESS -Version<14>[ 68.494440] [IGT] kms_prop_blob: exiting, ret=0 : 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc1 aarch64) Using IGT_SRANDOM=1706305765 for randomisation Opened device: /dev/dri/card1 St<8>[ 68.511199] arting subtest: invalid-get-prop-any [1mSubtest invalid-get-prop-any: SUCCESS (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc1 aarch64) Using IGT_SRANDOM=1706305765 for randomisation Opened device: /dev/dri/card1 Starting subtest: invalid-get-prop [1mSubtest invalid-get-prop: SUCCESS (0.000s)[0m <14>[ 68.556150] [IGT] kms_prop_blob: executing IGT-Version: 1.2<14>[ 68.562233] [IGT] kms_prop_blob: starting subtest invalid-set-prop-any 8-ga44eb<14>[ 68.570134] [IGT] kms_prop_blob: finished subtest invalid-set-prop-any, SUCCESS fe (aarc<14>[ 68.578625] [IGT] kms_prop_blob: exiting, ret=0 h64) (Linux: 6.12.0-rc1 aarch64) Using IGT_SRANDOM=1706305765 for randomisation Opened device: /dev/dri/card1 Starting subtest: inval<8>[ 68.595431] id-set-prop-any [1mSubtest invalid-set-prop-any: SUCCESS (0.000s)[0m <14>[ 68.640807] [IGT] kms_prop_blob: executing IGT-Version: 1.2<14>[ 68.646173] [IGT] kms_prop_blob: starting subtest invalid-set-prop 8-ga44ebfe (aarc<14>[ 68.654440] [IGT] kms_prop_blob: finished subtest invalid-set-prop, SUCCESS h64) (Li<14>[ 68.662624] [IGT] kms_prop_blob: exiting, ret=0 nux: 6.12.0-rc1 aarch64) Using IGT_SRANDOM=1706305765 for randomisation Opened device: /dev/dri/card1 Starting subtest: invalid-set-p<8>[ 68.679360] rop [1mSubtest invalid-set-prop: SUCCE<8>[ 68.690762] SS (0.000s)[0m <8>[ 68.739943] <14>[ 68.782783] [IGT] kms_setmode: executing IGT-Version: 1.2<14>[ 68.788112] [IGT] kms_setmode: starting subtest basic 8-ga44eb<14>[ 68.794608] [IGT] kms_setmode: finished subtest basic, SKIP fe (aarc<14>[ 68.801143] [IGT] kms_setmode: exiting, ret=77 h64) (Linux: 6.12.0-rc1 aarch64) Using IGT_SRANDOM=1706305766 for randomisation Opened device: /dev/dri/card1 Starting subtest: basic<8>[ 68.818028] Testing: basic 1 connector combinations Testing: basic 2 connector combinations No dynamic tests executed. [1mSubtest basic: SKIP (0.000s)[0m <14>[ 68.862309] [IGT] kms_setmode: executing IGT-Version: 1.2<14>[ 68.868199] [IGT] kms_setmode: starting subtest basic-clone-single-crtc 8-ga44eb<14>[ 68.876184] [IGT] kms_setmode: finished subtest basic-clone-single-crtc, SKIP fe (aarc<14>[ 68.884445] [IGT] kms_setmode: exiting, ret=77 h64) (Linux: 6.12.0-rc1 aarch64) Using IGT_SRANDOM=1706305766 for randomisation Opened device: /dev/dri/card1 Starting subtest: basic<8>[ 68.901061] -clone-single-crtc Testing: basic-clone-single-crtc 2 connector combinations No dynamic tests executed. [1mSubtest basic-clone-single-crtc: SKIP (0.000s)[0m <14>[ 68.947332] [IGT] kms_setmode: executing IGT-Version: 1.2<14>[ 68.953023] [IGT] kms_setmode: starting subtest invalid-clone-single-crtc 8-ga44eb<14>[ 68.961198] [IGT] kms_setmode: finished subtest invalid-clone-single-crtc, SKIP fe (aarc<14>[ 68.969583] [IGT] kms_setmode: exiting, ret=77 h64) (Linux: 6.12.0-rc1 aarch64) Using IGT_SRANDOM=1706305766 for randomisation Opened device: /dev/dri/card1 Starting subtest: inval<8>[ 68.986468] id-clone-single-crtc Testing: invalid-clone-single-crtc 2 connector combinations No dynamic tests executed. [1mSubtest invalid-clone-single-crtc: SKIP (0.000s)[0m <14>[ 69.032483] [IGT] kms_setmode: executing IGT-Version: 1.2<14>[ 69.037888] [IGT] kms_setmode: starting subtest invalid-clone-exclusive-crtc 8-ga44eb<14>[ 69.046331] [IGT] kms_setmode: finished subtest invalid-clone-exclusive-crtc, SKIP fe (aarc<14>[ 69.054926] [IGT] kms_setmode: exiting, ret=77 h64) (Linux: 6.12.0-rc1 aarch64) Using IGT_SRANDOM=1706305766 for randomisation Opened device: /dev/dri/card1 Starting subtest: invalid-clone<8>[ 69.072430] -exclusive-crtc Testing: invalid-clone-exclusive-crtc 2 connector combinations No dynamic tests executed. [1mSubtest invalid-clone-exclusive-crtc: SKIP (0.000s)[0m <14>[ 69.118747] [IGT] kms_setmode: executing IGT-Version: 1.2<14>[ 69.124654] [IGT] kms_setmode: starting subtest clone-exclusive-crtc 8-ga44eb<14>[ 69.132368] [IGT] kms_setmode: finished subtest clone-exclusive-crtc, SKIP fe (aarc<14>[ 69.140666] [IGT] kms_setmode: exiting, ret=77 h64) (Linux: 6.12.0-rc1 aarch64) Using IGT_SRANDOM=1706305766 for randomisation Opened device: /dev/dri/card1 Starting subtest: clone<8>[ 69.157058] -exclusive-crtc Testing: clone-exclusive-crtc 2 connector combinations No dynamic tests executed. [1mSubtest clone-exclusive-crtc: SKIP (0.000s)[0m <14>[ 69.203207] [IGT] kms_setmode: executing IGT-Version: 1.2<14>[ 69.209334] [IGT] kms_setmode: starting subtest invalid-clone-single-crtc-stealing 8-ga44eb<14>[ 69.218298] [IGT] kms_setmode: finished subtest invalid-clone-single-crtc-stealing, SKIP fe (aarc<14>[ 69.227381] [IGT] kms_setmode: exiting, ret=77 h64) (Linux: 6.12.0-rc1 aarch64) Using IGT_SRANDOM=1706305766 for randomisation Opened device: /dev/dri/card1 Starting subtest: inval<8>[ 69.244180] id-clone-single-crtc-stealing Testing: <8>[ 69.257076] invalid-clone-single-crtc-stealing 2 connector combinations No dynamic tests executed. [1mSubtest invalid-clone-single-crtc-stealing: SKIP (0.000s)[0m <8>[ 69.306744] <14>[ 69.349467] [IGT] kms_vblank: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc1 aarch64) Using IGT_SRANDOM=1706305766 for randomisation Opened device: /dev/dri/card1 <14>[ 69.382004] [IGT] kms_vblank: starting subtest invalid Starting subtest: invalid <14>[ 69.390489] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 Starting dynamic subtest: pipe-A-Writeback-1 (kms_vblank:496) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:496) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:496) 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 [+0xd548338c] #3 [+0xd5481c78] #4 [__libc_init_first+0x80] #5 [__libc_start_main+0x98] #6 [+0xd5481cb0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** SetProp plane A.9 "COLOR_ENCODING" to 0x0/0 (kms_vblank:496) igt_kms-DEBUG: display: SetProp plane A.9 "COLOR_RANGE" to 0x0/0 (kms_vblank:496) igt_kms-DEBUG: display: SetProp plane A.9 "pixel blend mode" to 0x0/0 (kms_vblank:496) igt_kms-DEBUG: display: SetProp plane A.9 "alpha" to 0xffff/65535 (kms_vblank:496) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:496) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_vblank:496) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_vblank:496) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_vblank:496) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_ENCODING" to 0x0/0 (kms_vblank:496) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_RANGE" to 0x0/0 (kms_vblank:496) igt_kms-DEBUG: display: SetProp plane A.10 "pixel blend mode" to 0x0/0 (kms_vblank:496) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_vblank:496) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:496) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_vblank:496) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_vblank:496) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_vblank:496) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_ENCODING" to 0x0/0 (kms_vblank:496) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_RANGE" to 0x0/0 (kms_vblank:496) igt_kms-DEBUG: display: SetProp plane A.11 "pixel blend mode" to 0x0/0 (kms_vblank:496) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_vblank:496) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:496) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_vblank:496) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_vblank:496) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_vblank:496) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_ENCODING" to 0x0/0 (kms_vblank:496) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_RANGE" to 0x0/0 (kms_vblank:496) igt_kms-DEBUG: display: SetProp plane A.12 "pixel blend mode" to 0x0/0 (kms_vblank:496) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_vblank:496) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:496) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_vblank:496) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_vblank:496) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_vblank:496) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_ENCODING" to 0x0/0 (kms_vblank:496) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_RANGE" to 0x0/0 (kms_vblank:496) igt_kms-DEBUG: display: SetProp plane A.13 "pixel blend mode" to 0x0/0 (kms_vblank:496) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_vblank:496) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:496) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_vblank:496) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_vblank:496) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_vblank:496) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_ENCODING" to 0x0/0 (kms_vblank:496) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_RANGE" to 0x0/0 (kms_vblank:496) igt_kms-DEBUG: display: SetProp plane A.14 "pixel blend mode" to 0x0/0 (kms_vblank:496) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_vblank:496) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:496) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_vblank:496) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_vblank:496) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_vblank:496) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_ENCODING" to 0x0/0 (kms_vblank:496) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_RANGE" to 0x0/0 (kms_vblank:496) igt_kms-DEBUG: display: SetProp plane A.15 "pixel blend mode" to 0x0/0 (kms_vblank:496) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_vblank:496) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:496) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_vblank:496) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_vblank:496) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_vblank:496) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_ENCODING" to 0x0/0 (kms_vblank:496) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_RANGE" to 0x0/0 (kms_vblank:496) igt_kms-DEBUG: display: SetProp plane A.16 "pixel blend mode" to 0x0/0 (kms_vblank:496) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_vblank:496) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:496) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_vblank:496) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_vblank:496) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_vblank:496) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:496) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_vblank:496) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_vblank:496) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:496) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_vblank:496) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_vblank:496) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_vblank:496) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:496) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_vblank:496) igt_kms-DEBUG: display: SetCrtc pipe C, disabling (kms_vblank:496) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:496) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 17 (kms_vblank:496) igt_kms-DEBUG: display: SetCursor pipe C, disabling (kms_vblank:496) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_vblank:496) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:496) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 0 (kms_vblank:496) igt_kms-DEBUG: display: SetCrtc pipe D, disabling (kms_vblank:496) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:496) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 17 (kms_vblank:496) igt_kms-DEBUG: display: <14>[ 73.564920] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL SetC<14>[ 73.572444] [IGT] kms_vblank: finished subtest invalid, FAIL ursor pipe D, disabling (kms_vblank:496) igt_kms-DEBUG: display: MoveCursor pipe D, (0, 0) <14>[ 73.586844] [IGT] kms_vblank: exiting, ret=98 (kms_vblank:496) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:496) igt_kms-DEBUG: display:<8>[ 73.604470] Fixing up initial rotation pipe E, plane 0 (kms_vblank:496) igt_kms-DEBUG: display: SetCrtc pipe E, disabling (kms_vblank:496) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:496) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 17 (kms_vblank:496) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms_vblank:496) igt_kms-DEBUG: display: MoveCur<14>[ 73.650235] [IGT] kms_vblank: executing sor pipe E, (0, 0) (kms_vblank:496) igt_kms-DEBUG: display: } (kms_vblank:496) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:496) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:496) igt_kms-CRITICAL: Last errno:<14>[ 73.683342] [IGT] kms_vblank: starting subtest crtc-id 16, Device or resource busy (kms_vblan<14>[ 73.692029] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 k:496) igt_core-INFO: Stack trace: (kms_vblank:496) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_vblank:496) igt_core-INFO: #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() (kms_vblank:496) igt_core-INFO: #2 [+0xd548338c] (kms_vblank:496) igt_core-INFO: #3 [+0xd5481c78] (kms_vblank:496) igt_core-INFO: #4 [__libc_init_first+0x80] (kms_vblank:496) igt_core-INFO: #5 [__libc_start_main+0x98] (kms_vblank:496) igt_core-INFO: #6 [+0xd5481cb0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (4.167s)[0m [1mSubtest invalid: FAIL (4.185s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc1 aarch64) Using IGT_SRANDOM=1706305770 for randomisation Opened device: /dev/dri/card1 Starting subtest: crtc-id Starting dynamic subtest: pipe-A-Writeback-1 (kms_vblank:499) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:499) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:499) 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 [+0xcd883728] #3 [+0xcd881c78] #4 [__libc_init_first+0x80] #5 [__libc_start_main+0x98] #6 [+0xcd881cb0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** SetProp plane A.9 "COLOR_ENCODING" to 0x0/0 (kms_vblank:499) igt_kms-DEBUG: display: SetProp plane A.9 "COLOR_RANGE" to 0x0/0 (kms_vblank:499) igt_kms-DEBUG: display: SetProp plane A.9 "pixel blend mode" to 0x0/0 (kms_vblank:499) igt_kms-DEBUG: display: SetProp plane A.9 "alpha" to 0xffff/65535 (kms_vblank:499) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:499) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_vblank:499) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_vblank:499) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_vblank:499) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_ENCODING" to 0x0/0 (kms_vblank:499) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_RANGE" to 0x0/0 (kms_vblank:499) igt_kms-DEBUG: display: SetProp plane A.10 "pixel blend mode" to 0x0/0 (kms_vblank:499) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_vblank:499) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:499) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_vblank:499) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_vblank:499) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_vblank:499) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_ENCODING" to 0x0/0 (kms_vblank:499) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_RANGE" to 0x0/0 (kms_vblank:499) igt_kms-DEBUG: display: SetProp plane A.11 "pixel blend mode" to 0x0/0 (kms_vblank:499) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_vblank:499) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:499) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_vblank:499) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_vblank:499) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_vblank:499) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_ENCODING" to 0x0/0 (kms_vblank:499) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_RANGE" to 0x0/0 (kms_vblank:499) igt_kms-DEBUG: display: SetProp plane A.12 "pixel blend mode" to 0x0/0 (kms_vblank:499) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_vblank:499) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:499) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_vblank:499) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_vblank:499) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_vblank:499) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_ENCODING" to 0x0/0 (kms_vblank:499) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_RANGE" to 0x0/0 (kms_vblank:499) igt_kms-DEBUG: display: SetProp plane A.13 "pixel blend mode" to 0x0/0 (kms_vblank:499) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_vblank:499) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:499) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_vblank:499) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_vblank:499) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_vblank:499) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_ENCODING" to 0x0/0 (kms_vblank:499) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_RANGE" to 0x0/0 (kms_vblank:499) igt_kms-DEBUG: display: SetProp plane A.14 "pixel blend mode" to 0x0/0 (kms_vblank:499) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_vblank:499) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:499) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_vblank:499) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_vblank:499) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_vblank:499) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_ENCODING" to 0x0/0 (kms_vblank:499) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_RANGE" to 0x0/0 (kms_vblank:499) igt_kms-DEBUG: display: SetProp plane A.15 "pixel blend mode" to 0x0/0 (kms_vblank:499) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_vblank:499) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:499) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_vblank:499) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_vblank:499) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_vblank:499) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_ENCODING" to 0x0/0 (kms_vblank:499) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_RANGE" to 0x0/0 (kms_vblank:499) igt_kms-DEBUG: display: SetProp plane A.16 "pixel blend mode" to 0x0/0 (kms_vblank:499) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_vblank:499) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:499) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_vblank:499) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_vblank:499) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_vblank:499) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:499) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_vblank:499) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_vblank:499) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:499) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_vblank:499) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_vblank:499) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_vblank:499) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:499) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_vblank:499) igt_kms-DEBUG: display: SetCrtc pipe C, disabling (kms_vblank:499) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:499) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 17 (kms_vblank:499) igt_kms-DEBUG: display: SetCursor pipe C, disabling (kms_vblank:499) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_vblank:499) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:499) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 0 (kms_vblank:499) igt_kms-DEBUG: display: SetCrtc pipe D, disabling (kms_vblank:499) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:499) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 17 (kms_vblank:499) igt_kms-DEBUG: display: <14>[ 77.916908] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL SetC<14>[ 77.924443] [IGT] kms_vblank: finished subtest crtc-id, FAIL ursor pipe D, disabling (kms_vblank:499) igt_kms-DEBUG: display: MoveCursor pipe D,<14>[ 77.938787] [IGT] kms_vblank: exiting, ret=98 (0, 0) (kms_vblank:499) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:499) igt_kms-DEBUG: <8>[ 77.956064] display: Fixing up initial rotation pipe E, plane 0 (kms_vblank:499) igt_kms-DEBUG: display: SetCrtc pipe E, disabling (kms_vblank:499) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:499) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 17 (kms_vblank:499) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms_vblank:499) igt_kms-DEBUG: disp<14>[ 78.000560] [IGT] kms_vblank: executing lay: MoveCursor pipe E, (0, 0) (kms_vblank:499) igt_kms-DEBUG: display: } (kms_vblank:499) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:499) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:499) igt_kms-CRITICAL: Las<14>[ 78.034686] [IGT] kms_vblank: starting subtest accuracy-idle t errno: 16, Device or resource busy (k<14>[ 78.044222] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 ms_vblank:499) igt_core-INFO: Stack trace: (kms_vblank:499) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_vblank:499) igt_core-INFO: #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() (kms_vblank:499) igt_core-INFO: #2 [+0xcd883728] (kms_vblank:499) igt_core-INFO: #3 [+0xcd881c78] (kms_vblank:499) igt_core-INFO: #4 [__libc_init_first+0x80] (kms_vblank:499) igt_core-INFO: #5 [__libc_start_main+0x98] (kms_vblank:499) igt_core-INFO: #6 [+0xcd881cb0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (4.217s)[0m [1mSubtest crtc-id: FAIL (4.235s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc1 aarch64) Using IGT_SRANDOM=1706305775 for randomisation Opened device: /dev/dri/card1 Starting subtest: accuracy-idle Starting dynamic subtest: pipe-A-Writeback-1 (kms_vblank:502) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:502) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:502) 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 [+0xb57b1f94] #3 [+0xb57b2fa0] #4 [+0xb57b31bc] #5 [+0xb57b1c78] #6 [__libc_init_first+0x80] #7 [__libc_start_main+0x98] #8 [+0xb57b1cb0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** SetProp plane A.9 "COLOR_RANGE" to 0x0/0 (kms_vblank:502) igt_kms-DEBUG: display: SetProp plane A.9 "pixel blend mode" to 0x0/0 (kms_vblank:502) igt_kms-DEBUG: display: SetProp plane A.9 "alpha" to 0xffff/65535 (kms_vblank:502) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:502) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_vblank:502) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_vblank:502) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_vblank:502) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_ENCODING" to 0x0/0 (kms_vblank:502) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_RANGE" to 0x0/0 (kms_vblank:502) igt_kms-DEBUG: display: SetProp plane A.10 "pixel blend mode" to 0x0/0 (kms_vblank:502) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_vblank:502) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:502) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_vblank:502) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_vblank:502) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_vblank:502) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_ENCODING" to 0x0/0 (kms_vblank:502) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_RANGE" to 0x0/0 (kms_vblank:502) igt_kms-DEBUG: display: SetProp plane A.11 "pixel blend mode" to 0x0/0 (kms_vblank:502) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_vblank:502) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:502) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_vblank:502) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_vblank:502) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_vblank:502) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_ENCODING" to 0x0/0 (kms_vblank:502) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_RANGE" to 0x0/0 (kms_vblank:502) igt_kms-DEBUG: display: SetProp plane A.12 "pixel blend mode" to 0x0/0 (kms_vblank:502) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_vblank:502) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:502) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_vblank:502) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_vblank:502) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_vblank:502) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_ENCODING" to 0x0/0 (kms_vblank:502) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_RANGE" to 0x0/0 (kms_vblank:502) igt_kms-DEBUG: display: SetProp plane A.13 "pixel blend mode" to 0x0/0 (kms_vblank:502) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_vblank:502) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:502) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_vblank:502) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_vblank:502) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_vblank:502) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_ENCODING" to 0x0/0 (kms_vblank:502) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_RANGE" to 0x0/0 (kms_vblank:502) igt_kms-DEBUG: display: SetProp plane A.14 "pixel blend mode" to 0x0/0 (kms_vblank:502) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_vblank:502) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:502) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_vblank:502) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_vblank:502) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_vblank:502) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_ENCODING" to 0x0/0 (kms_vblank:502) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_RANGE" to 0x0/0 (kms_vblank:502) igt_kms-DEBUG: display: SetProp plane A.15 "pixel blend mode" to 0x0/0 (kms_vblank:502) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_vblank:502) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:502) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_vblank:502) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_vblank:502) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_vblank:502) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_ENCODING" to 0x0/0 (kms_vblank:502) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_RANGE" to 0x0/0 (kms_vblank:502) igt_kms-DEBUG: display: SetProp plane A.16 "pixel blend mode" to 0x0/0 (kms_vblank:502) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_vblank:502) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:502) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_vblank:502) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_vblank:502) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_vblank:502) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:502) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_vblank:502) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_vblank:502) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:502) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_vblank:502) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_vblank:502) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_vblank:502) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:502) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_vblank:502) igt_kms-DEBUG: display: SetCrtc pipe C, disabling (kms_vblank:502) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:502) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 17 (kms_vblank:502) igt_kms-DEBUG: display: SetCursor pipe C, disabling (kms_vblank:502) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_vblank:502) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:502) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 0 (kms_vblank:502) igt_kms-DEBUG: display: SetCrtc pipe D, disabling (kms_vblank:502) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:502) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 17 (kms_vblank:502) igt_kms-DEBUG: display: SetCursor pipe D, disabling (kms_vblank:502) ig<14>[ 82.271078] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL t_kms-DE<14>[ 82.278624] [IGT] kms_vblank: finished subtest accuracy-idle, FAIL BUG: display: MoveCursor pipe D, (0, 0) (kms_vblank:502) igt_kms-DEBUG: Test requir<14>[ 82.293524] [IGT] kms_vblank: exiting, ret=98 ement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:502) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plan<8>[ 82.310813] e 0 (kms_vblank:502) igt_kms-DEBUG: display: SetCrtc pipe E, disabling (kms_vblank:502) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:502) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 17 (kms_vblank:502) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms_vblank:502) igt_kms-DEBUG: display: MoveCursor pipe E, (0, 0) (kms_vblank:502) igt_kms-DEBUG: <14>[ 82.357540] [IGT] kms_vblank: executing display: } (kms_vblank:502) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:502) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:502) igt_kms-CRITICAL: Last errno: 16, Device or resource busy (kms_vblank:502) igt_c<14>[ 82.390645] [IGT] kms_vblank: starting subtest query-idle ore-INFO: Stack trace: (kms_vblank:502)<14>[ 82.399912] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_vblank:502) igt_core-INFO: #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() (kms_vblank:502) igt_core-INFO: #2 [+0xb57b1f94] (kms_vblank:502) igt_core-INFO: #3 [+0xb57b2fa0] (kms_vblank:502) igt_core-INFO: #4 [+0xb57b31bc] (kms_vblank:502) igt_core-INFO: #5 [+0xb57b1c78] (kms_vblank:502) igt_core-INFO: #6 [__libc_init_first+0x80] (kms_vblank:502) igt_core-INFO: #7 [__libc_start_main+0x98] (kms_vblank:502) igt_core-INFO: #8 [+0xb57b1cb0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (4.219s)[0m [1mSubtest accuracy-idle: FAIL (4.237s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc1 aarch64) Using IGT_SRANDOM=1706305779 for randomisation Opened device: /dev/dri/card1 Starting subtest: query-idle 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 [+0xdd411f94] #3 [+0xdd412fa0] #4 [+0xdd4131bc] #5 [+0xdd411c78] #6 [__libc_init_first+0x80] #7 [__libc_start_main+0x98] #8 [+0xdd411cb0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** 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: 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 17 (kms_vblank:505) igt_kms-DEBUG: display: SetCursor pipe D, disabling (kms_vblank<14>[ 86.622343] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL :505) ig<14>[ 86.629878] [IGT] kms_vblank: finished subtest query-idle, FAIL t_kms-DEBUG: display: MoveCursor pipe D, (0, 0) (kms_vblank:505) igt_kms-DEBUG: Tes<14>[ 86.644573] [IGT] kms_vblank: exiting, ret=98 t requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:505) igt_kms-DEBUG: display: Fixing <8>[ 86.659357] 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: disp<14>[ 86.688076] [IGT] kms_vblank: executing lay: 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:<14>[ 86.707473] [IGT] kms_vblank: starting subtest query-idle-hang Mov<14>[ 86.714657] [IGT] kms_vblank: finished subtest query-idle-hang, SKIP eCursor <14>[ 86.721912] [IGT] kms_vblank: exiting, ret=77 pipe E, (0, 0) (kms_vblank:505) igt_kms-DEBUG: display: } (kms_vblank:505) igt<8>[ 86.733757] _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 er<14>[ 86.762270] [IGT] kms_vblank: executing rno: 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<14>[ 86.781735] [IGT] kms_vblank: starting subtest query-forked ) igt_core-INFO: #1 ..<14>[ 86.789967] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 /lib/igt_kms.c:5233 igt_wait_for_vblank_count() (kms_vblank:505) igt_core-INFO: #2 [+0xdd411f94] (kms_vblank:505) igt_core-INFO: #3 [+0xdd412fa0] (kms_vblank:505) igt_core-INFO: #4 [+0xdd4131bc] (kms_vblank:505) igt_core-INFO: #5 [+0xdd411c78] (kms_vblank:505) igt_core-INFO: #6 [__libc_init_first+0x80] (kms_vblank:505) igt_core-INFO: #7 [__libc_start_main+0x98] (kms_vblank:505) igt_core-INFO: #8 [+0xdd411cb0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (4.214s)[0m [1mSubtest query-idle: FAIL (4.233s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc1 aarch64) Using IGT_SRANDOM=1706305784 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-rc1 aarch64) Using IGT_SRANDOM=1706305784 for randomisation Opened device: /dev/dri/card1 Starting subtest: query-forked 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 [+0xea831f94] #3 [+0xea832fa0] #4 [+0xea8331bc] #5 [+0xea831c78] #6 [__libc_init_first+0x80] #7 [__libc_start_main+0x98] #8 [+0xea831cb0] 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<14>[ 90.959955] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL ) igt_km<14>[ 90.967627] [IGT] kms_vblank: finished subtest query-forked, FAIL s-DEBUG: display: Fixing up initial rotation pipe D, plane 1<14>[ 90.979679] [IGT] kms_vblank: exiting, ret=98 7 (kms_vblank:511) igt_kms-DEBUG: display: SetCursor pipe D, disabling (kms_vblank<8>[ 90.992300] :511) igt_kms-DEBUG: display: MoveCursor pipe D, (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<14>[ 91.020903] [IGT] kms_vblank: executing E, plane 0 (kms_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<14>[ 91.040433] [IGT] kms_vblank: starting subtest query-forked-hang ->n_plan<14>[ 91.047589] [IGT] kms_vblank: finished subtest query-forked-hang, SKIP es (kms<14>[ 91.055327] [IGT] kms_vblank: exiting, ret=77 _vblank:511) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plan<8>[ 91.067233] e 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: display: } (kms_vblank:511) igt_kms-CRITICAL: Test asse<14>[ 91.096136] [IGT] kms_vblank: executing rtion 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) <14>[ 91.114879] [IGT] kms_vblank: starting subtest query-busy == 0 (kms_vblank:511) i<14>[ 91.123081] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 gt_kms-CRITICAL: Last errno: 16, Device or resource busy (kms_vblank:511) igt_core-INFO: Stack trace: (kms_vblank:511) igt_core-INFO: #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 [+0xea831f94] (kms_vblank:511) igt_core-INFO: #3 [+0xea832fa0] (kms_vblank:511) igt_core-INFO: #4 [+0xea8331bc] (kms_vblank:511) igt_core-INFO: #5 [+0xea831c78] (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 [+0xea831cb0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (4.162s)[0m [1mSubtest query-forked: FAIL (4.179s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc1 aarch64) Using IGT_SRANDOM=1706305788 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-rc1 aarch64) Using IGT_SRANDOM=1706305788 for randomisation Opened device: /dev/dri/card1 Starting subtest: query-busy Starting dynamic subtest: pipe-A-Writeback-1 (kms_vblank:517) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:517) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:517) 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 [+0xcb711f94] #3 [+0xcb712fa0] #4 [+0xcb7131bc] #5 [+0xcb711c78] #6 [__libc_init_first+0x80] #7 [__libc_start_main+0x98] #8 [+0xcb711cb0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** SetProp plane A.9 "COLOR_RANGE" to 0x0/0 (kms_vblank:517) igt_kms-DEBUG: display: SetProp plane A.9 "pixel blend mode" to 0x0/0 (kms_vblank:517) igt_kms-DEBUG: display: SetProp plane A.9 "alpha" to 0xffff/65535 (kms_vblank:517) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:517) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_vblank:517) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_vblank:517) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_vblank:517) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_ENCODING" to 0x0/0 (kms_vblank:517) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_RANGE" to 0x0/0 (kms_vblank:517) igt_kms-DEBUG: display: SetProp plane A.10 "pixel blend mode" to 0x0/0 (kms_vblank:517) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_vblank:517) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:517) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_vblank:517) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_vblank:517) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_vblank:517) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_ENCODING" to 0x0/0 (kms_vblank:517) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_RANGE" to 0x0/0 (kms_vblank:517) igt_kms-DEBUG: display: SetProp plane A.11 "pixel blend mode" to 0x0/0 (kms_vblank:517) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_vblank:517) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:517) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_vblank:517) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_vblank:517) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_vblank:517) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_ENCODING" to 0x0/0 (kms_vblank:517) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_RANGE" to 0x0/0 (kms_vblank:517) igt_kms-DEBUG: display: SetProp plane A.12 "pixel blend mode" to 0x0/0 (kms_vblank:517) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_vblank:517) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:517) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_vblank:517) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_vblank:517) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_vblank:517) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_ENCODING" to 0x0/0 (kms_vblank:517) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_RANGE" to 0x0/0 (kms_vblank:517) igt_kms-DEBUG: display: SetProp plane A.13 "pixel blend mode" to 0x0/0 (kms_vblank:517) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_vblank:517) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:517) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_vblank:517) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_vblank:517) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_vblank:517) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_ENCODING" to 0x0/0 (kms_vblank:517) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_RANGE" to 0x0/0 (kms_vblank:517) igt_kms-DEBUG: display: SetProp plane A.14 "pixel blend mode" to 0x0/0 (kms_vblank:517) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_vblank:517) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:517) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_vblank:517) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_vblank:517) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_vblank:517) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_ENCODING" to 0x0/0 (kms_vblank:517) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_RANGE" to 0x0/0 (kms_vblank:517) igt_kms-DEBUG: display: SetProp plane A.15 "pixel blend mode" to 0x0/0 (kms_vblank:517) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_vblank:517) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:517) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_vblank:517) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_vblank:517) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_vblank:517) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_ENCODING" to 0x0/0 (kms_vblank:517) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_RANGE" to 0x0/0 (kms_vblank:517) igt_kms-DEBUG: display: SetProp plane A.16 "pixel blend mode" to 0x0/0 (kms_vblank:517) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_vblank:517) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:517) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_vblank:517) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_vblank:517) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_vblank:517) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:517) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_vblank:517) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_vblank:517) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:517) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_vblank:517) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_vblank:517) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_vblank:517) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:517) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_vblank:517) igt_kms-DEBUG: display: SetCrtc pipe C, disabling (kms_vblank:517) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:517) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 17 (kms_vblank:517) igt_kms-DEBUG: display: SetCursor pipe C, disabling (kms_vblank:517) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_vblank:517) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:517) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 0 (kms_vblank:517) igt_kms-DEBUG: display: SetCrtc pipe D, disabling (kms_vblank:517) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:517) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 17 (kms_vblank:517) igt_kms-DEBUG: display: SetCursor pipe D, disabling (kms_vblank<14>[ 95.326325] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL :517) ig<14>[ 95.333868] [IGT] kms_vblank: finished subtest query-busy, FAIL t_kms-DEBUG: display: MoveCursor pipe D, (0, 0) (kms_vblank:517) igt_kms-DEBUG: Tes<14>[ 95.348441] [IGT] kms_vblank: exiting, ret=98 t requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:517) igt_kms-DEBUG: display: Fixing <8>[ 95.363589] up initial rotation pipe E, plane 0 (kms_vblank:517) igt_kms-DEBUG: display: SetCrtc pipe E, disabling (kms_vblank:517) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:517) igt<14>[ 95.391426] [IGT] kms_vblank: executing _kms-DEBUG: display: Fixing up initial rotation pipe E, plane 17 (kms_vblank:517) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms_vblank:517) igt_kms-DEBUG: <14>[ 95.410571] [IGT] kms_vblank: starting subtest query-busy-hang display:<14>[ 95.417752] [IGT] kms_vblank: finished subtest query-busy-hang, SKIP Mov<14>[ 95.425290] [IGT] kms_vblank: exiting, ret=77 eCursor pipe E, (0, 0) (kms_vblank:517) igt_kms-DEBUG: display: } (kms_vblank:<8>[ 95.437225] 517) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:517) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:517) igt_kms-CRITICAL: Last er<14>[ 95.466175] [IGT] kms_vblank: executing rno: 16, Device or resource busy (kms_vblank:517) igt_core-INFO: Stack trace: (kms_vblank:517) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_vblank:517<14>[ 95.485771] [IGT] kms_vblank: starting subtest query-forked-busy ) igt_core-INFO: #1 ..<14>[ 95.494670] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 /lib/igt_kms.c:5233 igt_wait_for_vblank_count() (kms_vblank:517) igt_core-INFO: #2 [+0xcb711f94] (kms_vblank:517) igt_core-INFO: #3 [+0xcb712fa0] (kms_vblank:517) igt_core-INFO: #4 [+0xcb7131bc] (kms_vblank:517) igt_core-INFO: #5 [+0xcb711c78] (kms_vblank:517) igt_core-INFO: #6 [__libc_init_first+0x80] (kms_vblank:517) igt_core-INFO: #7 [__libc_start_main+0x98] (kms_vblank:517) igt_core-INFO: #8 [+0xcb711cb0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (4.196s)[0m [1mSubtest query-busy: FAIL (4.212s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc1 aarch64) Using IGT_SRANDOM=1706305792 for randomisation Opened device: /dev/dri/card1 Starting subtest: query-busy-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-busy-hang: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc1 aarch64) Using IGT_SRANDOM=1706305792 for randomisation Opened device: /dev/dri/card1 Starting subtest: query-forked-busy Starting dynamic subtest: pipe-A-Writeback-1 (kms_vblank:523) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:523) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:523) 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 [+0xb0091f94] #3 [+0xb0092fa0] #4 [+0xb00931bc] #5 [+0xb0091c78] #6 [__libc_init_first+0x80] #7 [__libc_start_main+0x98] #8 [+0xb0091cb0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** SetProp plane A.9 "COLOR_RANGE" to 0x0/0 (kms_vblank:523) igt_kms-DEBUG: display: SetProp plane A.9 "pixel blend mode" to 0x0/0 (kms_vblank:523) igt_kms-DEBUG: display: SetProp plane A.9 "alpha" to 0xffff/65535 (kms_vblank:523) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:523) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_vblank:523) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_vblank:523) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_vblank:523) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_ENCODING" to 0x0/0 (kms_vblank:523) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_RANGE" to 0x0/0 (kms_vblank:523) igt_kms-DEBUG: display: SetProp plane A.10 "pixel blend mode" to 0x0/0 (kms_vblank:523) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_vblank:523) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:523) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_vblank:523) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_vblank:523) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_vblank:523) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_ENCODING" to 0x0/0 (kms_vblank:523) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_RANGE" to 0x0/0 (kms_vblank:523) igt_kms-DEBUG: display: SetProp plane A.11 "pixel blend mode" to 0x0/0 (kms_vblank:523) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_vblank:523) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:523) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_vblank:523) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_vblank:523) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_vblank:523) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_ENCODING" to 0x0/0 (kms_vblank:523) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_RANGE" to 0x0/0 (kms_vblank:523) igt_kms-DEBUG: display: SetProp plane A.12 "pixel blend mode" to 0x0/0 (kms_vblank:523) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_vblank:523) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:523) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_vblank:523) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_vblank:523) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_vblank:523) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_ENCODING" to 0x0/0 (kms_vblank:523) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_RANGE" to 0x0/0 (kms_vblank:523) igt_kms-DEBUG: display: SetProp plane A.13 "pixel blend mode" to 0x0/0 (kms_vblank:523) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_vblank:523) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:523) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_vblank:523) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_vblank:523) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_vblank:523) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_ENCODING" to 0x0/0 (kms_vblank:523) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_RANGE" to 0x0/0 (kms_vblank:523) igt_kms-DEBUG: display: SetProp plane A.14 "pixel blend mode" to 0x0/0 (kms_vblank:523) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_vblank:523) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:523) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_vblank:523) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_vblank:523) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_vblank:523) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_ENCODING" to 0x0/0 (kms_vblank:523) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_RANGE" to 0x0/0 (kms_vblank:523) igt_kms-DEBUG: display: SetProp plane A.15 "pixel blend mode" to 0x0/0 (kms_vblank:523) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_vblank:523) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:523) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_vblank:523) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_vblank:523) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_vblank:523) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_ENCODING" to 0x0/0 (kms_vblank:523) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_RANGE" to 0x0/0 (kms_vblank:523) igt_kms-DEBUG: display: SetProp plane A.16 "pixel blend mode" to 0x0/0 (kms_vblank:523) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_vblank:523) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:523) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_vblank:523) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_vblank:523) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_vblank:523) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:523) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_vblank:523) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_vblank:523) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:523) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_vblank:523) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_vblank:523) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_vblank:523) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:523) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_vblank:523) igt_kms-DEBUG: display: SetCrtc pipe C, disabling (kms_vblank:523) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:523) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 17 (kms_vblank:523) igt_kms-DEBUG: display: SetCursor pipe C, disabling (kms_vblank:523) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_vblank:523) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:523) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 0 (kms_vblank:523) igt_kms-DEBUG: display: SetCrtc pipe D, disabling (kms_vblank:523) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:523<14>[ 99.663957] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL ) igt_km<14>[ 99.671625] [IGT] kms_vblank: finished subtest query-forked-busy, FAIL s-DEBUG: display: Fixing up initial rotation pipe D, plane 1<14>[ 99.684170] [IGT] kms_vblank: exiting, ret=98 7 (kms_vblank:523) igt_kms-DEBUG: display: SetCursor pipe D, disabling (kms_vblank<8>[ 99.696675] :523) igt_kms-DEBUG: display: MoveCursor pipe D, (0, 0) (kms_vblank:523) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:523) igt_kms-DEBUG: display: Fixing up initial rotation pipe<14>[ 99.725584] [IGT] kms_vblank: executing E, plane 0 (kms_vblank:523) igt_kms-DEBUG: display: SetCrtc pipe E, disabling (kms_vblank:523) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe<14>[ 99.745083] [IGT] kms_vblank: starting subtest query-forked-busy-hang ->n_plan<14>[ 99.752843] [IGT] kms_vblank: finished subtest query-forked-busy-hang, SKIP es (kms<14>[ 99.761043] [IGT] kms_vblank: exiting, ret=77 _vblank:523) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plan<8>[ 99.772910] e 17 (kms_vblank:523) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms_vblank:523) igt_kms-DEBUG: display: MoveCursor pipe E, (0, 0) (kms_vblank:523) igt_kms-DEBUG: display: } (kms_vblank:523) igt_kms-CRITICAL: Test asse<14>[ 99.801828] [IGT] kms_vblank: executing rtion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:523) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (k<14>[ 99.821394] [IGT] kms_vblank: starting subtest wait-idle ms_vblank:523) igt_kms-C<14>[ 99.829389] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 RITICAL: Last errno: 16, Device or resource busy (kms_vblank:523) igt_core-INFO: Stack trace: (kms_vblank:523) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_vblank:523) igt_core-INFO: #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() (kms_vblank:523) igt_core-INFO: #2 [+0xb0091f94] (kms_vblank:523) igt_core-INFO: #3 [+0xb0092fa0] (kms_vblank:523) igt_core-INFO: #4 [+0xb00931bc] (kms_vblank:523) igt_core-INFO: #5 [+0xb0091c78] (kms_vblank:523) igt_core-INFO: #6 [__libc_init_first+0x80] (kms_vblank:523) igt_core-INFO: #7 [__libc_start_main+0x98] (kms_vblank:523) igt_core-INFO: #8 [+0xb0091cb0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (4.161s)[0m [1mSubtest query-forked-busy: FAIL (4.179s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc1 aarch64) Using IGT_SRANDOM=1706305797 for randomisation Opened device: /dev/dri/card1 Starting subtest: query-forked-busy-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-busy-hang: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc1 aarch64) Using IGT_SRANDOM=1706305797 for randomisation Opened device: /dev/dri/card1 Starting subtest: wait-idle Starting dynamic subtest: pipe-A-Writeback-1 (kms_vblank:529) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:529) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:529) 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 [+0xbab01f94] #3 [+0xbab02fa0] #4 [+0xbab031bc] #5 [+0xbab01c78] #6 [__libc_init_first+0x80] #7 [__libc_start_main+0x98] #8 [+0xbab01cb0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** SetProp plane A.9 "COLOR_RANGE" to 0x0/0 (kms_vblank:529) igt_kms-DEBUG: display: SetProp plane A.9 "pixel blend mode" to 0x0/0 (kms_vblank:529) igt_kms-DEBUG: display: SetProp plane A.9 "alpha" to 0xffff/65535 (kms_vblank:529) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:529) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_vblank:529) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_vblank:529) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_vblank:529) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_ENCODING" to 0x0/0 (kms_vblank:529) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_RANGE" to 0x0/0 (kms_vblank:529) igt_kms-DEBUG: display: SetProp plane A.10 "pixel blend mode" to 0x0/0 (kms_vblank:529) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_vblank:529) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:529) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_vblank:529) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_vblank:529) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_vblank:529) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_ENCODING" to 0x0/0 (kms_vblank:529) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_RANGE" to 0x0/0 (kms_vblank:529) igt_kms-DEBUG: display: SetProp plane A.11 "pixel blend mode" to 0x0/0 (kms_vblank:529) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_vblank:529) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:529) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_vblank:529) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_vblank:529) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_vblank:529) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_ENCODING" to 0x0/0 (kms_vblank:529) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_RANGE" to 0x0/0 (kms_vblank:529) igt_kms-DEBUG: display: SetProp plane A.12 "pixel blend mode" to 0x0/0 (kms_vblank:529) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_vblank:529) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:529) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_vblank:529) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_vblank:529) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_vblank:529) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_ENCODING" to 0x0/0 (kms_vblank:529) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_RANGE" to 0x0/0 (kms_vblank:529) igt_kms-DEBUG: display: SetProp plane A.13 "pixel blend mode" to 0x0/0 (kms_vblank:529) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_vblank:529) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:529) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_vblank:529) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_vblank:529) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_vblank:529) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_ENCODING" to 0x0/0 (kms_vblank:529) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_RANGE" to 0x0/0 (kms_vblank:529) igt_kms-DEBUG: display: SetProp plane A.14 "pixel blend mode" to 0x0/0 (kms_vblank:529) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_vblank:529) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:529) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_vblank:529) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_vblank:529) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_vblank:529) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_ENCODING" to 0x0/0 (kms_vblank:529) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_RANGE" to 0x0/0 (kms_vblank:529) igt_kms-DEBUG: display: SetProp plane A.15 "pixel blend mode" to 0x0/0 (kms_vblank:529) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_vblank:529) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:529) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_vblank:529) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_vblank:529) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_vblank:529) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_ENCODING" to 0x0/0 (kms_vblank:529) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_RANGE" to 0x0/0 (kms_vblank:529) igt_kms-DEBUG: display: SetProp plane A.16 "pixel blend mode" to 0x0/0 (kms_vblank:529) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_vblank:529) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:529) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_vblank:529) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_vblank:529) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_vblank:529) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:529) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_vblank:529) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_vblank:529) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:529) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_vblank:529) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_vblank:529) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_vblank:529) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:529) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_vblank:529) igt_kms-DEBUG: display: SetCrtc pipe C, disabling (kms_vblank:529) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:529) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 17 (kms_vblank:529) igt_kms-DEBUG: display: SetCursor pipe C, disabling (kms_vblank:529) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_vblank:529) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:529) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 0 (kms_vblank:529) igt_kms-DEBUG: display: SetCrtc pipe D, disabling (kms_vblank:529) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:529) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 17 (kms_vblank:529) igt_kms-DEBUG: display: SetCursor pipe D, disabling (km<14>[ 104.029678] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL s_vblank<14>[ 104.037138] [IGT] kms_vblank: finished subtest wait-idle, FAIL :529) igt_kms-DEBUG: display: MoveCursor pipe D, (0, 0) (kms_vblank:529) igt_kms-DEBUG: Tes<14>[ 104.051692] [IGT] kms_vblank: exiting, ret=98 t requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:529) igt_kms-DEBUG: display: Fixing <8>[ 104.067087] up initial rotation pipe E, plane 0 (kms_vblank:529) igt_kms-DEBUG: display: SetCrtc pipe E, disabling (kms_vblank:529) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:529) igt_kms-DEB<14>[ 104.095174] [IGT] kms_vblank: executing UG: display: Fixing up initial rotation pipe E, plane 17 (kms_vblank:529) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms_vblank:529) igt_kms-DEBUG: display: Mov<14>[ 104.115928] [IGT] kms_vblank: starting subtest wait-idle-hang eCursor <14>[ 104.122493] [IGT] kms_vblank: finished subtest wait-idle-hang, SKIP pipe E, <14>[ 104.129977] [IGT] kms_vblank: exiting, ret=77 (0, 0) (kms_vblank:529) igt_kms-DEBUG: display: } (kms_vblank:529) igt_kms-CRI<8>[ 104.141798] TICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:529) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:529) igt_kms-CRITICAL: Last er<14>[ 104.169726] [IGT] kms_vblank: executing rno: 16, Device or resource busy (kms_vblank:529) igt_core-INFO: Stack trace: (kms_vblank:529) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_vblank:529<14>[ 104.188921] [IGT] kms_vblank: starting subtest wait-forked ) igt_core-INFO: #1 ..<14>[ 104.197003] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 /lib/igt_kms.c:5233 igt_wait_for_vblank_count() (kms_vblank:529) igt_core-INFO: #2 [+0xbab01f94] (kms_vblank:529) igt_core-INFO: #3 [+0xbab02fa0] (kms_vblank:529) igt_core-INFO: #4 [+0xbab031bc] (kms_vblank:529) igt_core-INFO: #5 [+0xbab01c78] (kms_vblank:529) igt_core-INFO: #6 [__libc_init_first+0x80] (kms_vblank:529) igt_core-INFO: #7 [__libc_start_main+0x98] (kms_vblank:529) igt_core-INFO: #8 [+0xbab01cb0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (4.192s)[0m [1mSubtest wait-idle: FAIL (4.209s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc1 aarch64) Using IGT_SRANDOM=1706305801 for randomisation Opened device: /dev/dri/card1 Starting subtest: wait-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 wait-idle-hang: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc1 aarch64) Using IGT_SRANDOM=1706305801 for randomisation Opened device: /dev/dri/card1 Starting subtest: wait-forked Starting dynamic subtest: pipe-A-Writeback-1 (kms_vblank:535) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:535) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:535) 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 [+0xe1e81f94] #3 [+0xe1e82fa0] #4 [+0xe1e831bc] #5 [+0xe1e81c78] #6 [__libc_init_first+0x80] #7 [__libc_start_main+0x98] #8 [+0xe1e81cb0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** SetProp plane A.9 "COLOR_RANGE" to 0x0/0 (kms_vblank:535) igt_kms-DEBUG: display: SetProp plane A.9 "pixel blend mode" to 0x0/0 (kms_vblank:535) igt_kms-DEBUG: display: SetProp plane A.9 "alpha" to 0xffff/65535 (kms_vblank:535) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:535) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_vblank:535) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_vblank:535) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_vblank:535) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_ENCODING" to 0x0/0 (kms_vblank:535) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_RANGE" to 0x0/0 (kms_vblank:535) igt_kms-DEBUG: display: SetProp plane A.10 "pixel blend mode" to 0x0/0 (kms_vblank:535) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_vblank:535) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:535) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_vblank:535) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_vblank:535) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_vblank:535) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_ENCODING" to 0x0/0 (kms_vblank:535) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_RANGE" to 0x0/0 (kms_vblank:535) igt_kms-DEBUG: display: SetProp plane A.11 "pixel blend mode" to 0x0/0 (kms_vblank:535) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_vblank:535) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:535) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_vblank:535) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_vblank:535) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_vblank:535) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_ENCODING" to 0x0/0 (kms_vblank:535) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_RANGE" to 0x0/0 (kms_vblank:535) igt_kms-DEBUG: display: SetProp plane A.12 "pixel blend mode" to 0x0/0 (kms_vblank:535) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_vblank:535) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:535) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_vblank:535) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_vblank:535) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_vblank:535) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_ENCODING" to 0x0/0 (kms_vblank:535) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_RANGE" to 0x0/0 (kms_vblank:535) igt_kms-DEBUG: display: SetProp plane A.13 "pixel blend mode" to 0x0/0 (kms_vblank:535) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_vblank:535) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:535) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_vblank:535) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_vblank:535) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_vblank:535) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_ENCODING" to 0x0/0 (kms_vblank:535) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_RANGE" to 0x0/0 (kms_vblank:535) igt_kms-DEBUG: display: SetProp plane A.14 "pixel blend mode" to 0x0/0 (kms_vblank:535) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_vblank:535) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:535) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_vblank:535) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_vblank:535) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_vblank:535) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_ENCODING" to 0x0/0 (kms_vblank:535) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_RANGE" to 0x0/0 (kms_vblank:535) igt_kms-DEBUG: display: SetProp plane A.15 "pixel blend mode" to 0x0/0 (kms_vblank:535) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_vblank:535) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:535) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_vblank:535) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_vblank:535) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_vblank:535) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_ENCODING" to 0x0/0 (kms_vblank:535) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_RANGE" to 0x0/0 (kms_vblank:535) igt_kms-DEBUG: display: SetProp plane A.16 "pixel blend mode" to 0x0/0 (kms_vblank:535) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_vblank:535) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:535) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_vblank:535) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_vblank:535) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_vblank:535) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:535) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_vblank:535) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_vblank:535) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:535) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_vblank:535) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_vblank:535) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_vblank:535) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:535) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_vblank:535) igt_kms-DEBUG: display: SetCrtc pipe C, disabling (kms_vblank:535) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:535) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 17 (kms_vblank:535) igt_kms-DEBUG: display: SetCursor pipe C, disabling (kms_vblank:535) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_vblank:535) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:535) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 0 (kms_vblank:535) igt_kms-DEBUG: display: SetCrtc pipe D, disabling (kms_vblank:535) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:535<14>[ 108.367960] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL ) igt_km<14>[ 108.375625] [IGT] kms_vblank: finished subtest wait-forked, FAIL s-DEBUG: display: Fixing up initial rotation pipe D, plane 1<14>[ 108.387573] [IGT] kms_vblank: exiting, ret=98 7 (kms_vblank:535) igt_kms-DEBUG: display: SetCursor pipe D, disabling (kms_vblank<8>[ 108.400212] :535) igt_kms-DEBUG: display: MoveCursor pipe D, (0, 0) (kms_vblank:535) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:535) igt_kms-DEBUG: display: Fixing up initial rotation pipe<14>[ 108.428418] [IGT] kms_vblank: executing E, plane 0 (kms_vblank:535) igt_kms-DEBUG: display: SetCrtc pipe E, disabling (kms_vblank:535) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe<14>[ 108.448124] [IGT] kms_vblank: starting subtest wait-forked-hang ->n_plan<14>[ 108.455304] [IGT] kms_vblank: finished subtest wait-forked-hang, SKIP es (kms<14>[ 108.462864] [IGT] kms_vblank: exiting, ret=77 _vblank:535) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plan<8>[ 108.474756] e 17 (kms_vblank:535) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms_vblank:535) igt_kms-DEBUG: display: MoveCursor pipe E, (0, 0) (kms_vblank:535) igt_kms-DEBUG: display: } (kms_vblank:535) igt_kms-CRITICAL: Test asse<14>[ 108.503031] [IGT] kms_vblank: executing rtion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:535) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) <14>[ 108.522297] [IGT] kms_vblank: starting subtest wait-busy == 0 (kms_vblank:535) i<14>[ 108.530408] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 gt_kms-CRITICAL: Last errno: 16, Device or resource busy (kms_vblank:535) igt_core-INFO: Stack trace: (kms_vblank:535) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_vblank:535) igt_core-INFO: #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() (kms_vblank:535) igt_core-INFO: #2 [+0xe1e81f94] (kms_vblank:535) igt_core-INFO: #3 [+0xe1e82fa0] (kms_vblank:535) igt_core-INFO: #4 [+0xe1e831bc] (kms_vblank:535) igt_core-INFO: #5 [+0xe1e81c78] (kms_vblank:535) igt_core-INFO: #6 [__libc_init_first+0x80] (kms_vblank:535) igt_core-INFO: #7 [__libc_start_main+0x98] (kms_vblank:535) igt_core-INFO: #8 [+0xe1e81cb0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (4.163s)[0m [1mSubtest wait-forked: FAIL (4.180s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc1 aarch64) Using IGT_SRANDOM=1706305805 for randomisation Opened device: /dev/dri/card1 Starting subtest: wait-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 wait-forked-hang: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc1 aarch64) Using IGT_SRANDOM=1706305805 for randomisation Opened device: /dev/dri/card1 Starting subtest: wait-busy Starting dynamic subtest: pipe-A-Writeback-1 (kms_vblank:541) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:541) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:541) 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 [+0xdd0f1f94] #3 [+0xdd0f2fa0] #4 [+0xdd0f31bc] #5 [+0xdd0f1c78] #6 [__libc_init_first+0x80] #7 [__libc_start_main+0x98] #8 [+0xdd0f1cb0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** SetProp plane A.9 "COLOR_RANGE" to 0x0/0 (kms_vblank:541) igt_kms-DEBUG: display: SetProp plane A.9 "pixel blend mode" to 0x0/0 (kms_vblank:541) igt_kms-DEBUG: display: SetProp plane A.9 "alpha" to 0xffff/65535 (kms_vblank:541) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:541) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_vblank:541) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_vblank:541) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_vblank:541) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_ENCODING" to 0x0/0 (kms_vblank:541) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_RANGE" to 0x0/0 (kms_vblank:541) igt_kms-DEBUG: display: SetProp plane A.10 "pixel blend mode" to 0x0/0 (kms_vblank:541) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_vblank:541) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:541) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_vblank:541) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_vblank:541) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_vblank:541) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_ENCODING" to 0x0/0 (kms_vblank:541) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_RANGE" to 0x0/0 (kms_vblank:541) igt_kms-DEBUG: display: SetProp plane A.11 "pixel blend mode" to 0x0/0 (kms_vblank:541) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_vblank:541) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:541) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_vblank:541) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_vblank:541) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_vblank:541) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_ENCODING" to 0x0/0 (kms_vblank:541) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_RANGE" to 0x0/0 (kms_vblank:541) igt_kms-DEBUG: display: SetProp plane A.12 "pixel blend mode" to 0x0/0 (kms_vblank:541) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_vblank:541) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:541) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_vblank:541) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_vblank:541) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_vblank:541) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_ENCODING" to 0x0/0 (kms_vblank:541) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_RANGE" to 0x0/0 (kms_vblank:541) igt_kms-DEBUG: display: SetProp plane A.13 "pixel blend mode" to 0x0/0 (kms_vblank:541) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_vblank:541) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:541) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_vblank:541) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_vblank:541) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_vblank:541) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_ENCODING" to 0x0/0 (kms_vblank:541) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_RANGE" to 0x0/0 (kms_vblank:541) igt_kms-DEBUG: display: SetProp plane A.14 "pixel blend mode" to 0x0/0 (kms_vblank:541) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_vblank:541) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:541) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_vblank:541) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_vblank:541) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_vblank:541) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_ENCODING" to 0x0/0 (kms_vblank:541) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_RANGE" to 0x0/0 (kms_vblank:541) igt_kms-DEBUG: display: SetProp plane A.15 "pixel blend mode" to 0x0/0 (kms_vblank:541) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_vblank:541) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:541) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_vblank:541) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_vblank:541) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_vblank:541) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_ENCODING" to 0x0/0 (kms_vblank:541) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_RANGE" to 0x0/0 (kms_vblank:541) igt_kms-DEBUG: display: SetProp plane A.16 "pixel blend mode" to 0x0/0 (kms_vblank:541) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_vblank:541) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:541) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_vblank:541) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_vblank:541) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_vblank:541) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:541) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_vblank:541) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_vblank:541) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:541) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_vblank:541) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_vblank:541) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_vblank:541) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:541) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_vblank:541) igt_kms-DEBUG: display: SetCrtc pipe C, disabling (kms_vblank:541) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:541) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 17 (kms_vblank:541) igt_kms-DEBUG: display: SetCursor pipe C, disabling (kms_vblank:541) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_vblank:541) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:541) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 0 (kms_vblank:541) igt_kms-DEBUG: display: SetCrtc pipe D, disabling (kms_vblank:541) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:541) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 17 (kms_vblank:541) igt_kms-DEBUG: display: SetCursor pipe D, disabling (kms_vblank<14>[ 112.734396] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL :541) ig<14>[ 112.741916] [IGT] kms_vblank: finished subtest wait-busy, FAIL t_kms-DEBUG: display: MoveCursor pipe D, (0, 0) (kms_vblank:541) igt_kms-DEBUG: Test requir<14>[ 112.756505] [IGT] kms_vblank: exiting, ret=98 ement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:541) igt_kms-DEBUG: display: Fixing up initi<8>[ 112.771821] al rotation pipe E, plane 0 (kms_vblank:541) igt_kms-DEBUG: display: SetCrtc pipe E, disabling (kms_vblank:541) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:541) igt_kms-DEB<14>[ 112.799501] [IGT] kms_vblank: executing UG: display: Fixing up initial rotation pipe E, plane 17 (kms_vblank:541) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms_vblank:541) igt_kms-DEBUG: display:<14>[ 112.818813] [IGT] kms_vblank: starting subtest wait-busy-hang Mov<14>[ 112.825874] [IGT] kms_vblank: finished subtest wait-busy-hang, SKIP eCursor <14>[ 112.833297] [IGT] kms_vblank: exiting, ret=77 pipe E, (0, 0) (kms_vblank:541) igt_kms-DEBUG: display: } (kms_vblank:541) igt<8>[ 112.845201] _kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:541) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:541) igt_kms-CRITICAL:<14>[ 112.872914] [IGT] kms_vblank: executing Last errno: 16, Device or resource busy (kms_vblank:541) igt_core-INFO: Stack trace: (kms_vblank:541) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() <14>[ 112.891769] [IGT] kms_vblank: starting subtest wait-forked-busy (kms_vblank:541) igt_co<14>[ 112.900525] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 re-INFO: #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() (kms_vblank:541) igt_core-INFO: #2 [+0xdd0f1f94] (kms_vblank:541) igt_core-INFO: #3 [+0xdd0f2fa0] (kms_vblank:541) igt_core-INFO: #4 [+0xdd0f31bc] (kms_vblank:541) igt_core-INFO: #5 [+0xdd0f1c78] (kms_vblank:541) igt_core-INFO: #6 [__libc_init_first+0x80] (kms_vblank:541) igt_core-INFO: #7 [__libc_start_main+0x98] (kms_vblank:541) igt_core-INFO: #8 [+0xdd0f1cb0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (4.196s)[0m [1mSubtest wait-busy: FAIL (4.213s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc1 aarch64) Using IGT_SRANDOM=1706305810 for randomisation Opened device: /dev/dri/card1 Starting subtest: wait-busy-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 wait-busy-hang: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc1 aarch64) Using IGT_SRANDOM=1706305810 for randomisation Opened device: /dev/dri/card1 Starting subtest: wait-forked-busy Starting dynamic subtest: pipe-A-Writeback-1 (kms_vblank:547) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:547) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:547) 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 [+0xc1c71f94] #3 [+0xc1c72fa0] #4 [+0xc1c731bc] #5 [+0xc1c71c78] #6 [__libc_init_first+0x80] #7 [__libc_start_main+0x98] #8 [+0xc1c71cb0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** SetProp plane A.9 "COLOR_RANGE" to 0x0/0 (kms_vblank:547) igt_kms-DEBUG: display: SetProp plane A.9 "pixel blend mode" to 0x0/0 (kms_vblank:547) igt_kms-DEBUG: display: SetProp plane A.9 "alpha" to 0xffff/65535 (kms_vblank:547) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:547) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_vblank:547) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_vblank:547) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_vblank:547) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_ENCODING" to 0x0/0 (kms_vblank:547) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_RANGE" to 0x0/0 (kms_vblank:547) igt_kms-DEBUG: display: SetProp plane A.10 "pixel blend mode" to 0x0/0 (kms_vblank:547) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_vblank:547) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:547) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_vblank:547) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_vblank:547) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_vblank:547) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_ENCODING" to 0x0/0 (kms_vblank:547) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_RANGE" to 0x0/0 (kms_vblank:547) igt_kms-DEBUG: display: SetProp plane A.11 "pixel blend mode" to 0x0/0 (kms_vblank:547) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_vblank:547) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:547) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_vblank:547) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_vblank:547) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_vblank:547) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_ENCODING" to 0x0/0 (kms_vblank:547) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_RANGE" to 0x0/0 (kms_vblank:547) igt_kms-DEBUG: display: SetProp plane A.12 "pixel blend mode" to 0x0/0 (kms_vblank:547) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_vblank:547) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:547) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_vblank:547) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_vblank:547) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_vblank:547) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_ENCODING" to 0x0/0 (kms_vblank:547) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_RANGE" to 0x0/0 (kms_vblank:547) igt_kms-DEBUG: display: SetProp plane A.13 "pixel blend mode" to 0x0/0 (kms_vblank:547) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_vblank:547) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:547) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_vblank:547) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_vblank:547) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_vblank:547) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_ENCODING" to 0x0/0 (kms_vblank:547) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_RANGE" to 0x0/0 (kms_vblank:547) igt_kms-DEBUG: display: SetProp plane A.14 "pixel blend mode" to 0x0/0 (kms_vblank:547) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_vblank:547) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:547) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_vblank:547) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_vblank:547) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_vblank:547) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_ENCODING" to 0x0/0 (kms_vblank:547) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_RANGE" to 0x0/0 (kms_vblank:547) igt_kms-DEBUG: display: SetProp plane A.15 "pixel blend mode" to 0x0/0 (kms_vblank:547) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_vblank:547) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:547) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_vblank:547) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_vblank:547) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_vblank:547) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_ENCODING" to 0x0/0 (kms_vblank:547) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_RANGE" to 0x0/0 (kms_vblank:547) igt_kms-DEBUG: display: SetProp plane A.16 "pixel blend mode" to 0x0/0 (kms_vblank:547) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_vblank:547) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:547) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_vblank:547) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_vblank:547) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_vblank:547) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:547) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_vblank:547) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_vblank:547) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:547) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_vblank:547) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_vblank:547) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_vblank:547) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:547) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_vblank:547) igt_kms-DEBUG: display: SetCrtc pipe C, disabling (kms_vblank:547) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:547) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 17 (kms_vblank:547) igt_kms-DEBUG: display: SetCursor pipe C, disabling (kms_vblank:547) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_vblank:547) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:547) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 0 (kms_vblank:547) igt_kms-DEBUG: display: SetCrtc pipe D, disabling (kms_vblank:547) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vb<14>[ 117.071250] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL lank:547<14>[ 117.078906] [IGT] kms_vblank: finished subtest wait-forked-busy, FAIL ) igt_kms-DEBUG: display: Fixing up initial rotation pipe D,<14>[ 117.091308] [IGT] kms_vblank: exiting, ret=98 plane 17 (kms_vblank:547) igt_kms-DEBUG: display: SetCursor pipe D, disabling (km<8>[ 117.103895] s_vblank:547) igt_kms-DEBUG: display: MoveCursor pipe D, (0, 0) (kms_vblank:547) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:547) igt_kms-DEBUG: display: Fixing up initial rotat<14>[ 117.132554] [IGT] kms_vblank: executing ion pipe E, plane 0 (kms_vblank:547) igt_kms-DEBUG: display: SetCrtc pipe E, disabling (kms_vblank:547) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && <14>[ 117.151663] [IGT] kms_vblank: starting subtest wait-forked-busy-hang plane_id<14>[ 117.159495] [IGT] kms_vblank: finished subtest wait-forked-busy-hang, SKIP x < pipe<14>[ 117.167209] [IGT] kms_vblank: exiting, ret=77 ->n_planes (kms_vblank:547) igt_kms-DEBUG: display: Fixing up initial rotat<8>[ 117.179140] ion pipe E, plane 17 (kms_vblank:547) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms_vblank:547) igt_kms-DEBUG: display: MoveCursor pipe E, (0, 0) (kms_vblank:547) igt_kms-DEBUG: display: } (kms_vblank:547) igt_kms-CRI<14>[ 117.208025] [IGT] kms_vblank: executing TICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:547) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, <14>[ 117.227033] [IGT] kms_vblank: starting subtest ts-continuation-idle crtc_offset, 1) == 0 (k<14>[ 117.236111] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 ms_vblank:547) igt_kms-CRITICAL: Last errno: 16, Device or resource busy (kms_vblank:547) igt_core-INFO: Stack trace: (kms_vblank:547) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_vblank:547) igt_core-INFO: #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() (kms_vblank:547) igt_core-INFO: #2 [+0xc1c71f94] (kms_vblank:547) igt_core-INFO: #3 [+0xc1c72fa0] (kms_vblank:547) igt_core-INFO: #4 [+0xc1c731bc] (kms_vblank:547) igt_core-INFO: #5 [+0xc1c71c78] (kms_vblank:547) igt_core-INFO: #6 [__libc_init_first+0x80] (kms_vblank:547) igt_core-INFO: #7 [__libc_start_main+0x98] (kms_vblank:547) igt_core-INFO: #8 [+0xc1c71cb0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (4.163s)[0m [1mSubtest wait-forked-busy: FAIL (4.180s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc1 aarch64) Using IGT_SRANDOM=1706305814 for randomisation Opened device: /dev/dri/card1 Starting subtest: wait-forked-busy-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 wait-forked-busy-hang: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc1 aarch64) Using IGT_SRANDOM=1706305814 for randomisation Opened device: /dev/dri/card1 Starting subtest: ts-continuation-idle Starting dynamic subtest: pipe-A-Writeback-1 (kms_vblank:553) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:553) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:553) 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 [+0xd5021f94] #3 [+0xd5022fa0] #4 [+0xd50231bc] #5 [+0xd5021c78] #6 [__libc_init_first+0x80] #7 [__libc_start_main+0x98] #8 [+0xd5021cb0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** SetProp plane A.9 "COLOR_RANGE" to 0x0/0 (kms_vblank:553) igt_kms-DEBUG: display: SetProp plane A.9 "pixel blend mode" to 0x0/0 (kms_vblank:553) igt_kms-DEBUG: display: SetProp plane A.9 "alpha" to 0xffff/65535 (kms_vblank:553) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:553) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_vblank:553) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_vblank:553) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_vblank:553) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_ENCODING" to 0x0/0 (kms_vblank:553) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_RANGE" to 0x0/0 (kms_vblank:553) igt_kms-DEBUG: display: SetProp plane A.10 "pixel blend mode" to 0x0/0 (kms_vblank:553) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_vblank:553) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:553) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_vblank:553) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_vblank:553) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_vblank:553) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_ENCODING" to 0x0/0 (kms_vblank:553) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_RANGE" to 0x0/0 (kms_vblank:553) igt_kms-DEBUG: display: SetProp plane A.11 "pixel blend mode" to 0x0/0 (kms_vblank:553) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_vblank:553) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:553) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_vblank:553) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_vblank:553) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_vblank:553) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_ENCODING" to 0x0/0 (kms_vblank:553) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_RANGE" to 0x0/0 (kms_vblank:553) igt_kms-DEBUG: display: SetProp plane A.12 "pixel blend mode" to 0x0/0 (kms_vblank:553) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_vblank:553) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:553) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_vblank:553) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_vblank:553) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_vblank:553) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_ENCODING" to 0x0/0 (kms_vblank:553) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_RANGE" to 0x0/0 (kms_vblank:553) igt_kms-DEBUG: display: SetProp plane A.13 "pixel blend mode" to 0x0/0 (kms_vblank:553) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_vblank:553) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:553) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_vblank:553) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_vblank:553) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_vblank:553) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_ENCODING" to 0x0/0 (kms_vblank:553) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_RANGE" to 0x0/0 (kms_vblank:553) igt_kms-DEBUG: display: SetProp plane A.14 "pixel blend mode" to 0x0/0 (kms_vblank:553) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_vblank:553) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:553) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_vblank:553) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_vblank:553) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_vblank:553) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_ENCODING" to 0x0/0 (kms_vblank:553) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_RANGE" to 0x0/0 (kms_vblank:553) igt_kms-DEBUG: display: SetProp plane A.15 "pixel blend mode" to 0x0/0 (kms_vblank:553) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_vblank:553) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:553) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_vblank:553) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_vblank:553) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_vblank:553) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_ENCODING" to 0x0/0 (kms_vblank:553) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_RANGE" to 0x0/0 (kms_vblank:553) igt_kms-DEBUG: display: SetProp plane A.16 "pixel blend mode" to 0x0/0 (kms_vblank:553) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_vblank:553) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:553) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_vblank:553) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_vblank:553) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_vblank:553) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:553) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_vblank:553) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_vblank:553) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:553) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_vblank:553) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_vblank:553) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_vblank:553) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:553) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_vblank:553) igt_kms-DEBUG: display: SetCrtc pipe C, disabling (kms_vblank:553) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:553) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 17 (kms_vblank:553) igt_kms-DEBUG: display: SetCursor pipe C, disabling (kms_vblank:553) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_vblank:553) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:553) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 0 (kms_vblank:553) igt_kms-DEBUG: display: SetCrtc pipe D, disabling (kms_vblank:553) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:553) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 17 (kms_vblank:553) igt_kms-DEBUG: display: SetCursor pipe D, disabling (kms_vblank<14>[ 121.438329] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL :553) ig<14>[ 121.445854] [IGT] kms_vblank: finished subtest ts-continuation-idle, FAIL t_kms-DEBUG: display: MoveCursor pipe D, (0, 0) (kms_vblank:553) igt_kms-DEBUG: Test requir<14>[ 121.461367] [IGT] kms_vblank: exiting, ret=98 ement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:553) igt_kms-DEBUG: display: Fixing up initi<8>[ 121.476742] al rotation pipe E, plane 0 (kms_vblank:553) igt_kms-DEBUG: display: SetCrtc pipe E, disabling (kms_vblank:553) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:553) igt_kms-DEBUG: disp<14>[ 121.505657] [IGT] kms_vblank: executing lay: Fixing up initial rotation pipe E, plane 17 (kms_vblank:553) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms_vblank:553) igt_kms-DEBUG: display: Mov<14>[ 121.525339] [IGT] kms_vblank: starting subtest ts-continuation-idle-hang eCursor <14>[ 121.533416] [IGT] kms_vblank: finished subtest ts-continuation-idle-hang, SKIP pipe E, <14>[ 121.542000] [IGT] kms_vblank: exiting, ret=77 (0, 0) (kms_vblank:553) igt_kms-DEBUG: display: } (kms_vblank:553) igt_kms-CRI<8>[ 121.553704] TICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:553) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:553) igt_kms-CRITICAL: Last er<14>[ 121.582658] [IGT] kms_vblank: executing rno: 16, Device or resource busy (kms_vblank:553) igt_core-INFO: Stack trace: (kms_vblank:553) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_vblank:553<14>[ 121.601894] [IGT] kms_vblank: starting subtest ts-continuation-dpms-rpm ) igt_core-INFO: #1 ..<14>[ 121.611004] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 /lib/igt_kms.c:5233 igt_wait_for_vblank_count() (kms_vblank:553) igt_core-INFO: #2 [+0xd5021f94] (kms_vblank:553) igt_core-INFO: #3 [+0xd5022fa0] (kms_vblank:553) igt_core-INFO: #4 [+0xd50231bc] (kms_vblank:553) igt_core-INFO: #5 [+0xd5021c78] (kms_vblank:553) igt_core-INFO: #6 [__libc_init_first+0x80] (kms_vblank:553) igt_core-INFO: #7 [__libc_start_main+0x98] (kms_vblank:553) igt_core-INFO: #8 [+0xd5021cb0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (4.195s)[0m [1mSubtest ts-continuation-idle: FAIL (4.211s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc1 aarch64) Using IGT_SRANDOM=1706305818 for randomisation Opened device: /dev/dri/card1 Starting subtest: ts-continuation-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 ts-continuation-idle-hang: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc1 aarch64) Using IGT_SRANDOM=1706305818 for randomisation Opened device: /dev/dri/card1 Starting subtest: ts-continuation-dpms-rpm Starting dynamic subtest: pipe-A-Writeback-1 (kms_vblank:559) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:559) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:559) 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 [+0xce091f94] #3 [+0xce092fa0] #4 [+0xce0931bc] #5 [+0xce091c78] #6 [__libc_init_first+0x80] #7 [__libc_start_main+0x98] #8 [+0xce091cb0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** SetProp plane A.9 "COLOR_RANGE" to 0x0/0 (kms_vblank:559) igt_kms-DEBUG: display: SetProp plane A.9 "pixel blend mode" to 0x0/0 (kms_vblank:559) igt_kms-DEBUG: display: SetProp plane A.9 "alpha" to 0xffff/65535 (kms_vblank:559) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:559) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_vblank:559) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_vblank:559) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_vblank:559) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_ENCODING" to 0x0/0 (kms_vblank:559) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_RANGE" to 0x0/0 (kms_vblank:559) igt_kms-DEBUG: display: SetProp plane A.10 "pixel blend mode" to 0x0/0 (kms_vblank:559) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_vblank:559) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:559) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_vblank:559) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_vblank:559) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_vblank:559) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_ENCODING" to 0x0/0 (kms_vblank:559) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_RANGE" to 0x0/0 (kms_vblank:559) igt_kms-DEBUG: display: SetProp plane A.11 "pixel blend mode" to 0x0/0 (kms_vblank:559) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_vblank:559) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:559) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_vblank:559) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_vblank:559) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_vblank:559) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_ENCODING" to 0x0/0 (kms_vblank:559) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_RANGE" to 0x0/0 (kms_vblank:559) igt_kms-DEBUG: display: SetProp plane A.12 "pixel blend mode" to 0x0/0 (kms_vblank:559) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_vblank:559) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:559) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_vblank:559) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_vblank:559) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_vblank:559) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_ENCODING" to 0x0/0 (kms_vblank:559) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_RANGE" to 0x0/0 (kms_vblank:559) igt_kms-DEBUG: display: SetProp plane A.13 "pixel blend mode" to 0x0/0 (kms_vblank:559) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_vblank:559) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:559) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_vblank:559) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_vblank:559) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_vblank:559) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_ENCODING" to 0x0/0 (kms_vblank:559) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_RANGE" to 0x0/0 (kms_vblank:559) igt_kms-DEBUG: display: SetProp plane A.14 "pixel blend mode" to 0x0/0 (kms_vblank:559) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_vblank:559) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:559) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_vblank:559) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_vblank:559) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_vblank:559) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_ENCODING" to 0x0/0 (kms_vblank:559) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_RANGE" to 0x0/0 (kms_vblank:559) igt_kms-DEBUG: display: SetProp plane A.15 "pixel blend mode" to 0x0/0 (kms_vblank:559) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_vblank:559) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:559) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_vblank:559) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_vblank:559) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_vblank:559) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_ENCODING" to 0x0/0 (kms_vblank:559) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_RANGE" to 0x0/0 (kms_vblank:559) igt_kms-DEBUG: display: SetProp plane A.16 "pixel blend mode" to 0x0/0 (kms_vblank:559) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_vblank:559) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:559) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_vblank:559) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_vblank:559) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_vblank:559) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:559) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_vblank:559) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_vblank:559) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:559) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_vblank:559) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_vblank:559) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_vblank:559) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:559) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_vblank:559) igt_kms-DEBUG: display: SetCrtc pipe C, disabling (kms_vblank:559) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:559) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 17 (kms_vblank:559) igt_kms-DEBUG: display: SetCursor pipe C, disabling (kms_vblank:559) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_vblank:559) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:559) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 0 (kms_vblank:559) igt_kms-DEBUG: display: SetCrtc pipe D, disabling (kms_vblank:559) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:559<14>[ 125.775963] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL ) igt_km<14>[ 125.783630] [IGT] kms_vblank: finished subtest ts-continuation-dpms-rpm, FAIL s-DEBUG: display: Fixing up initial rotation pipe D, plane 1<14>[ 125.796768] [IGT] kms_vblank: exiting, ret=98 7 (kms_vblank:559) igt_kms-DEBUG: display: SetCursor pipe D, disabling (kms_vblank<8>[ 125.809348] :559) igt_kms-DEBUG: display: MoveCursor pipe D, (0, 0) (kms_vblank:559) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:559) igt_kms-DEBUG: display: Fixing up initial rotation pipe<14>[ 125.838732] [IGT] kms_vblank: executing E, plane 0 (kms_vblank:559) igt_kms-DEBUG: display: SetCrtc pipe E, disabling (kms_vblank:559) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_id<14>[ 125.857902] [IGT] kms_vblank: starting subtest ts-continuation-dpms-suspend x < pipe->n_planes (kms<14>[ 125.867374] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 _vblank:559) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 17 (kms_vblank:559) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms_vblank:559) igt_kms-DEBUG: display: MoveCursor pipe E, (0, 0) (kms_vblank:559) igt_kms-DEBUG: display: } (kms_vblank:559) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:559) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:559) igt_kms-CRITICAL: Last errno: 16, Device or resource busy (kms_vblank:559) igt_core-INFO: Stack trace: (kms_vblank:559) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_vblank:559) igt_core-INFO: #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() (kms_vblank:559) igt_core-INFO: #2 [+0xce091f94] (kms_vblank:559) igt_core-INFO: #3 [+0xce092fa0] (kms_vblank:559) igt_core-INFO: #4 [+0xce0931bc] (kms_vblank:559) igt_core-INFO: #5 [+0xce091c78] (kms_vblank:559) igt_core-INFO: #6 [__libc_init_first+0x80] (kms_vblank:559) igt_core-INFO: #7 [__libc_start_main+0x98] (kms_vblank:559) igt_core-INFO: #8 [+0xce091cb0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (4.157s)[0m [1mSubtest ts-continuation-dpms-rpm: FAIL (4.174s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc1 aarch64) Using IGT_SRANDOM=1706305823 for randomisation Opened device: /dev/dri/card1 Starting subtest: ts-continuation-dpms-suspend 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 [+0xbe521f94] #3 [+0xbe522fa0] #4 [+0xbe5231bc] #5 [+0xbe521c78] #6 [__libc_init_first+0x80] #7 [__libc_start_main+0x98] #8 [+0xbe521cb0] 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 (km<14>[ 130.141678] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL s_vblank<14>[ 130.149156] [IGT] kms_vblank: finished subtest ts-continuation-dpms-suspend, FAIL :562) igt_kms-DEBUG: display: MoveCursor pipe D, (0, 0) (kms_vblank:562) igt_kms-DEBUG: Tes<14>[ 130.165363] [IGT] kms_vblank: exiting, ret=98 t requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:562) igt_kms-DEBUG: display: Fixing up initial rotation pipe<8>[ 130.183205] E, plane 0 (kms_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_vbl<14>[ 130.229565] [IGT] kms_vblank: executing ank:562) igt_kms-DEBUG: 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 resou<14>[ 130.262419] [IGT] kms_vblank: starting subtest ts-continuation-suspend rce busy (kms_vblank:562) igt_core-INFO<14>[ 130.272304] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 : Stack trace: (kms_vblank:562) 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_vblank_count() (kms_vblank:562) igt_core-INFO: #2 [+0xbe521f94] (kms_vblank:562) igt_core-INFO: #3 [+0xbe522fa0] (kms_vblank:562) igt_core-INFO: #4 [+0xbe5231bc] (kms_vblank:562) igt_core-INFO: #5 [+0xbe521c78] (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 [+0xbe521cb0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (4.266s)[0m [1mSubtest ts-continuation-dpms-suspend: FAIL (4.283s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc1 aarch64) Using IGT_SRANDOM=1706305827 for randomisation Opened device: /dev/dri/card1 Starting subtest: ts-continuation-suspend Starting dynamic subtest: pipe-A-Writeback-1 (kms_vblank:565) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:565) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:565) 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 [+0xc9b01f94] #3 [+0xc9b02fa0] #4 [+0xc9b031bc] #5 [+0xc9b01c78] #6 [__libc_init_first+0x80] #7 [__libc_start_main+0x98] #8 [+0xc9b01cb0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** SetProp plane A.9 "COLOR_RANGE" to 0x0/0 (kms_vblank:565) igt_kms-DEBUG: display: SetProp plane A.9 "pixel blend mode" to 0x0/0 (kms_vblank:565) igt_kms-DEBUG: display: SetProp plane A.9 "alpha" to 0xffff/65535 (kms_vblank:565) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:565) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_vblank:565) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_vblank:565) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_vblank:565) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_ENCODING" to 0x0/0 (kms_vblank:565) igt_kms-DEBUG: display: SetProp plane A.10 "COLOR_RANGE" to 0x0/0 (kms_vblank:565) igt_kms-DEBUG: display: SetProp plane A.10 "pixel blend mode" to 0x0/0 (kms_vblank:565) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_vblank:565) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:565) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_vblank:565) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_vblank:565) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_vblank:565) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_ENCODING" to 0x0/0 (kms_vblank:565) igt_kms-DEBUG: display: SetProp plane A.11 "COLOR_RANGE" to 0x0/0 (kms_vblank:565) igt_kms-DEBUG: display: SetProp plane A.11 "pixel blend mode" to 0x0/0 (kms_vblank:565) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_vblank:565) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:565) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_vblank:565) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_vblank:565) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_vblank:565) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_ENCODING" to 0x0/0 (kms_vblank:565) igt_kms-DEBUG: display: SetProp plane A.12 "COLOR_RANGE" to 0x0/0 (kms_vblank:565) igt_kms-DEBUG: display: SetProp plane A.12 "pixel blend mode" to 0x0/0 (kms_vblank:565) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_vblank:565) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:565) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_vblank:565) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_vblank:565) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_vblank:565) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_ENCODING" to 0x0/0 (kms_vblank:565) igt_kms-DEBUG: display: SetProp plane A.13 "COLOR_RANGE" to 0x0/0 (kms_vblank:565) igt_kms-DEBUG: display: SetProp plane A.13 "pixel blend mode" to 0x0/0 (kms_vblank:565) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_vblank:565) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:565) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_vblank:565) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_vblank:565) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_vblank:565) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_ENCODING" to 0x0/0 (kms_vblank:565) igt_kms-DEBUG: display: SetProp plane A.14 "COLOR_RANGE" to 0x0/0 (kms_vblank:565) igt_kms-DEBUG: display: SetProp plane A.14 "pixel blend mode" to 0x0/0 (kms_vblank:565) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_vblank:565) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:565) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_vblank:565) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_vblank:565) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_vblank:565) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_ENCODING" to 0x0/0 (kms_vblank:565) igt_kms-DEBUG: display: SetProp plane A.15 "COLOR_RANGE" to 0x0/0 (kms_vblank:565) igt_kms-DEBUG: display: SetProp plane A.15 "pixel blend mode" to 0x0/0 (kms_vblank:565) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_vblank:565) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:565) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_vblank:565) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_vblank:565) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_vblank:565) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_ENCODING" to 0x0/0 (kms_vblank:565) igt_kms-DEBUG: display: SetProp plane A.16 "COLOR_RANGE" to 0x0/0 (kms_vblank:565) igt_kms-DEBUG: display: SetProp plane A.16 "pixel blend mode" to 0x0/0 (kms_vblank:565) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_vblank:565) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:565) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_vblank:565) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_vblank:565) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_vblank:565) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:565) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_vblank:565) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_vblank:565) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:565) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_vblank:565) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_vblank:565) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_vblank:565) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:565) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_vblank:565) igt_kms-DEBUG: display: SetCrtc pipe C, disabling (kms_vblank:565) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:565) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 17 (kms_vblank:565) igt_kms-DEBUG: display: SetCursor pipe C, disabling (kms_vblank:565) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_vblank:565) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:565) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 0 (kms_vblank:565) igt_kms-DEBUG: display: SetCrtc pipe D, disabling (kms_vblank:565) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:565) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 17 (kms_vblank:565) igt_kms-DEBUG: display: SetCursor pipe D, disabling (kms_vblank<14>[ 134.494316] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL :565) ig<14>[ 134.501838] [IGT] kms_vblank: finished subtest ts-continuation-suspend, FAIL t_kms-DEBUG: display: MoveCursor pipe D, (0, 0) (kms_vblank:565) igt_kms-DEBUG: Test requir<14>[ 134.517534] [IGT] kms_vblank: exiting, ret=98 ement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:565) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plan<8>[ 134.535183] e 0 (kms_vblank:565) igt_kms-DEBUG: display: SetCrtc pipe E, disabling (kms_vblank:565) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:565) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 17 (kms_vblank:565) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms_vblank:565) igt_kms-DEBUG: display: MoveCursor pipe E, (0, 0) (kms_vbl<14>[ 134.580832] [IGT] kms_vblank: executing ank:565) igt_kms-DEBUG: display: } (kms_vblank:565) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:565) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:565) igt_kms-CRITICAL: Last errno: 16, Device or resource busy<14>[ 134.614169] [IGT] kms_vblank: starting subtest ts-continuation-modeset (kms_vblank:565) igt_core-INFO: Stack <14>[ 134.624143] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 trace: (kms_vblank:565) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_vblank:565) igt_core-INFO: #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() (kms_vblank:565) igt_core-INFO: #2 [+0xc9b01f94] (kms_vblank:565) igt_core-INFO: #3 [+0xc9b02fa0] (kms_vblank:565) igt_core-INFO: #4 [+0xc9b031bc] (kms_vblank:565) igt_core-INFO: #5 [+0xc9b01c78] (kms_vblank:565) igt_core-INFO: #6 [__libc_init_first+0x80] (kms_vblank:565) igt_core-INFO: #7 [__libc_start_main+0x98] (kms_vblank:565) igt_core-INFO: #8 [+0xc9b01cb0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (4.214s)[0m [1mSubtest ts-continuation-suspend: FAIL (4.232s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc1 aarch64) Using IGT_SRANDOM=1706305831 for randomisation Opened device: /dev/dri/card1 Starting subtest: ts-continuation-modeset 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 [+0xae1c1f94] #3 [+0xae1c2fa0] #4 [+0xae1c31bc] #5 [+0xae1c1c78] #6 [__libc_init_first+0x80] #7 [__libc_start_main+0x98] #8 [+0xae1c1cb0] 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<14>[ 138.846324] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL :568) ig<14>[ 138.853856] [IGT] kms_vblank: finished subtest ts-continuation-modeset, FAIL t_kms-DEBUG: display: MoveCursor pipe D, (0, 0) (kms_vblank:568) igt_kms-DEBUG: Test requir<14>[ 138.869617] [IGT] kms_vblank: exiting, ret=98 ement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:568) igt_kms-DEBUG: display: Fixing up initi<8>[ 138.884976] al rotation pipe E, plane 0 (kms_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-DEB<14>[ 138.914007] [IGT] kms_vblank: executing UG: 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:<14>[ 138.933365] [IGT] kms_vblank: starting subtest ts-continuation-modeset-hang Mov<14>[ 138.941575] [IGT] kms_vblank: finished subtest ts-continuation-modeset-hang, SKIP eCursor <14>[ 138.950142] [IGT] kms_vblank: exiting, ret=77 pipe E, (0, 0) (kms_vblank:568) igt_kms-DEBUG: display: } (kms_vblank:568) igt<8>[ 138.962062] _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 er<14>[ 138.991509] [IGT] kms_vblank: executing rno: 16, Device or resource busy (kms_vblank:568) igt_core-INFO: Stack trace: (kms_vblank:568) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_vb<14>[ 139.010645] [IGT] kms_vblank: starting subtest ts-continuation-modeset-rpm lank:568) igt_core-INFO:<14>[ 139.020335] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() (kms_vblank:568) igt_core-INFO: #2 [+0xae1c1f94] (kms_vblank:568) igt_core-INFO: #3 [+0xae1c2fa0] (kms_vblank:568) igt_core-INFO: #4 [+0xae1c31bc] (kms_vblank:568) igt_core-INFO: #5 [+0xae1c1c78] (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 [+0xae1c1cb0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (4.214s)[0m [1mSubtest ts-continuation-modeset: FAIL (4.232s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc1 aarch64) Using IGT_SRANDOM=1706305836 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-rc1 aarch64) Using IGT_SRANDOM=1706305836 for randomisation Opened device: /dev/dri/card1 Starting subtest: ts-continuation-modeset-rpm 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 [+0xd48f1f94] #3 [+0xd48f2fa0] #4 [+0xd48f31bc] #5 [+0xd48f1c78] #6 [__libc_init_first+0x80] #7 [__libc_start_main+0x98] #8 [+0xd48f1cb0] 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_vb<14>[ 143.183308] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL lank:574<14>[ 143.190970] [IGT] kms_vblank: finished subtest ts-continuation-modeset-rpm, FAIL ) igt_kms-DEBUG: display: Fixing up initial rotation pipe D,<14>[ 143.204297] [IGT] kms_vblank: exiting, ret=98 plane 17 (kms_vblank:574) igt_kms-DEBUG: display: SetCursor pipe D, disabling (km<8>[ 143.217036] s_vblank:574) igt_kms-DE<8>[ 143.227870] BUG: display: MoveCursor pipe D, (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 E, plane 0 (kms_vblank:574) igt_kms-DEBUG: display: SetCrt<8>[ 143.257152] c 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-D<14>[ 143.283669] [IGT] vc4_create_bo: executing EBUG: display: <14>[ 143.289592] [IGT] vc4_create_bo: exiting, ret=77 SetCursor pipe E, disabling (kms_vblank:574) igt_kms-DEBUG: display: Mov<8>[ 143.301537] eCursor pipe E, (0, 0) (kms_vblank:574) igt_kms-DEBUG: 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: __<14>[ 143.330034] [IGT] vc4_create_bo: executing igt_vblank_wait(<14>[ 143.335917] [IGT] vc4_create_bo: exiting, ret=77 drm_fd, crtc_offset, 1) == 0 (kms_vblank:574) igt_kms-CRITICAL: Last errno: 16,<8>[ 143.347945] Device or resource busy (kms_vblank:574) igt_core-INFO: Stack trace: (kms_vblank:574) igt_core-INFO: #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() <14>[ 143.376241] [IGT] vc4_create_bo: executing (kms_vb<14>[ 143.381655] [IGT] vc4_create_bo: exiting, ret=77 lank:574) igt_core-INFO: #2 [+0xd48f1f94] (kms_vblank:574) igt_core-INFO: <8>[ 143.393808] #3 [+0xd48f2fa0<8>[ 143.403945] ] (kms_vblank:574) igt_core-INFO: #4 [+0xd48f31bc] (kms_vblank:574) igt_core-INFO: #5 [+0xd48f1c78] (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-INF<8>[ 143.432217] O: #8 [+0xd48f1cb0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (4.155s)[0m [1mSubtest ts-continuation-modeset-rpm: FAIL (4.172s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc1 aarch64) Using <14>[ 143.459214] [IGT] vc4_dmabuf_poll: executing IGT_SRANDOM=1706<14>[ 143.464975] [IGT] vc4_dmabuf_poll: exiting, ret=77 305840 for randomisation Opened device: /dev/dri/card1 Test requirement not me<8>[ 143.477729] t 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-ga44ebfe (aar<14>[ 143.507460] [IGT] vc4_dmabuf_poll: executing ch64) (L<14>[ 143.513208] [IGT] vc4_dmabuf_poll: exiting, ret=77 inux: 6.12.0-rc1 aarch64) Using IGT_SRANDOM=1706305840 for randomisation Opene<8>[ 143.525088] d device: /dev/dri/card1<8>[ 143.536357] 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-rc1 aarch64) <8>[ 143.566112] Using IGT_SRANDOM=1706305840 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_v3d(fd) Last errno: 2, No<14>[ 143.592489] [IGT] vc4_label_bo: executing such file or di<14>[ 143.598565] [IGT] vc4_label_bo: exiting, ret=77 rectory [1mSubtest create-bo-zeroed: SKIP (0.000s)[0m IGT-Version: 1.28-ga44<8>[ 143.610443] ebfe (aarch64) (Linux: 6.12.0-rc1 aarch64) Using IGT_SRANDOM=1706305840 for randomisation Opened device: /dev/dri/card1 Test requirement not met in function __igt_unique____real_main58, file ../tests/vc4/vc4_dmabuf_poll.c:64: Test requirement: <14>[ 143.638878] [IGT] vc4_label_bo: executing igt_vc4_<14>[ 143.644585] [IGT] vc4_label_bo: exiting, ret=77 is_v3d(fd) Last errno: 2, No such file or directory [1mSubtest poll-write-wai<8>[ 143.656449] ts-until-write-done: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc1 aarch64) Using IGT_SRANDOM=1706305840 for randomisation Opened device: /dev/dri/card1 Test requirement not met in function __igt_unique____re<14>[ 143.684630] [IGT] vc4_label_bo: executing al_main5<14>[ 143.690113] [IGT] vc4_label_bo: exiting, ret=77 8, file ../tests/vc4/vc4_dmabuf_poll.c:64: Test requirement: igt_vc4_is_v3d(fd)<8>[ 143.701742] 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-rc1 aarch64) Using IGT_SRANDOM=1706305840 for randomisation Opened device: /d<14>[ 143.729961] [IGT] vc4_label_bo: executing ev/dri/card1 Te<14>[ 143.735561] [IGT] vc4_label_bo: exiting, ret=77 st requirement not met in function __igt_unique____real_main42, file ../tests/vc<8>[ 143.748037] 4/vc4_label_bo.c:48: Te<8>[ 143.757654] st 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-rc1 aarch64) Using IGT_SRANDOM=1706305840 for randomisation Opened device: /dev/dri/card1 Test requirement not me<8>[ 143.787058] t 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 [1mSubtest set-bad-handle: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Li<14>[ 143.814190] [IGT] vc4_lookup_fail: executing nux: 6.12.0-rc1 <14>[ 143.819958] [IGT] vc4_lookup_fail: starting subtest bad-color-write aarch64)<14>[ 143.827553] [IGT] vc4_lookup_fail: finished subtest bad-color-write, SUCCESS Using <14>[ 143.835755] [IGT] vc4_lookup_fail: exiting, ret=0 IGT_SRANDOM=1706305841 for randomisation Opened device: /dev/dri/card1 Test re<8>[ 143.848006] quirement not met in fun<8>[ 143.857820] ction __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-bad-name: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc1 aarch64) Using IGT_SRANDOM=170630<8>[ 143.886651] 5841 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 <14>[ 143.912792] [IGT] vc4_mmap: executing [1mSubtest set-k<14>[ 143.918547] [IGT] vc4_mmap: exiting, ret=77 ernel-name: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12<8>[ 143.930063] .0-rc1 aarch64) Using IGT_SRANDOM=1706305841 for randomisation Opened device: /dev/dri/card1 Starting subtest: bad-color-write [1mSubtest bad-color-write: SUCCESS (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc1 aa<14>[ 143.958355] [IGT] vc4_mmap: executing rch64) <14>[ 143.963674] [IGT] vc4_mmap: exiting, ret=77 Using IGT_SRANDOM=1706305841 for randomisation Opened device: /dev/dri/card1 Test requ<8>[ 143.975467] irement not met in funct<8>[ 143.984813] ion __igt_unique____real_main11, file ../tests/vc4/vc4_mmap.c:17<8>[ 143.994520] : 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: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc1 aarch64) Using IGT_SRANDOM=1706305841 for randomisation Opened device: /dev/dri/card1 Test<8>[ 144.025857] 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-bo: SKIP (0.000s)[0m /usr/bin/igt-parser.sh: <14>[ 144.052582] [IGT] vc4_purgeable_bo: executing 73: vc4_<14>[ 144.058412] [IGT] vc4_purgeable_bo: exiting, ret=77 prefmon: not found /usr/bin/igt-parser.sh: 83: vc4_prefmon: not found WARNING:<8>[ 144.070398] unhandled exit status: 127 IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc1 aarch64) Using IGT_SRANDOM=1706305841 for randomisation Opened device: /dev/dri/card1 Test requirement not met in function __igt_unique____real_main97, <14>[ 144.098742] [IGT] vc4_purgeable_bo: executing file ../<14>[ 144.104519] [IGT] vc4_purgeable_bo: exiting, ret=77 tests/vc4/vc4_purgeable_bo.c:106: Test requirement: igt_vc4_get_param(fd, DRM_V<8>[ 144.116524] C4_PARAM_SUPPORTS_MADVISE) Last errno: 22, Invalid argument [1mSubtest mark-willneed: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc1 aarch64) Using IGT_SRANDOM=1706305841 for randomisation Opened dev<14>[ 144.144575] [IGT] vc4_purgeable_bo: executing ice: /de<14>[ 144.150029] [IGT] vc4_purgeable_bo: exiting, ret=77 v/dri/card1 Test requirement not met in function __igt_unique____real_main97, f<8>[ 144.162133] ile ../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-purgeable: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64)<14>[ 144.190531] [IGT] vc4_purgeable_bo: executing (Linux: 6.12.0-<14>[ 144.196298] [IGT] vc4_purgeable_bo: exiting, ret=77 rc1 aarch64) Using IGT_SRANDOM=1706305841 for randomisation Opened device: /de<8>[ 144.208740] v/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 [1mSubtest<14>[ 144.237892] [IGT] vc4_purgeable_bo: executing mark-pu<14>[ 144.243680] [IGT] vc4_purgeable_bo: exiting, ret=77 rgeable-twice: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6<8>[ 144.255581] .12.0-rc1 aarch64) Using IGT_SRANDOM=1706305841 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_pa<14>[ 144.284944] [IGT] vc4_purgeable_bo: executing ram(fd, <14>[ 144.290654] [IGT] vc4_purgeable_bo: exiting, ret=77 DRM_VC4_PARAM_SUPPORTS_MADVISE) Last errno: 22, Invalid argument [1mSubtest m<8>[ 144.302685] ark-unpurgeable-twice: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc1 aarch64) Using IGT_SRANDOM=1706305841 for randomisation Opened device: /dev/dri/card1 Test requirement not met in function __igt_unique____real_mai<14>[ 144.332007] [IGT] vc4_purgeable_bo: executing n97, file ../tes<14>[ 144.338235] [IGT] vc4_purgeable_bo: exiting, ret=77 ts/vc4/vc4_purgeable_bo.c:106: Test requirement: igt_vc4_get_param(fd, DRM_VC4_<8>[ 144.351072] PARAM_SUPPORTS_MADVISE) Last errno: 22, Invalid argument [1mSubtest access-purgeable-bo-mem: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc1 aarch64) Using IGT_SRANDOM=1706305841 for randomisation Opened devi<14>[ 144.380583] [IGT] vc4_purgeable_bo: executing ce: /dev<14>[ 144.386484] [IGT] vc4_purgeable_bo: exiting, ret=77 /dri/card1 Test requirement not met in function __igt_unique____real_main97, fi<8>[ 144.398881] le ../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 access-purged-bo-mem: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aar<14>[ 144.427175] [IGT] vc4_purgeable_bo: executing ch64) (Linux: 6.<14>[ 144.433222] [IGT] vc4_purgeable_bo: exiting, ret=77 12.0-rc1 aarch64) Using IGT_SRANDOM=1706305841 for randomisation Opened device<8>[ 144.445453] : /dev/dri/card1 Test r<8>[ 144.455165] equirement 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-check-retained: SKIP (0.000s)[0m IGT-Version: 1<8>[ 144.484107] .28-ga44ebfe (aarch64) (Linux: 6.12.0-rc1 aarch64) Using IGT_SRANDOM=1706305841 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: <14>[ 144.510351] [IGT] vc4_tiling: executing Test req<14>[ 144.515793] [IGT] vc4_tiling: exiting, ret=77 uirement: igt_vc4_get_param(fd, DRM_VC4_PARAM_SUPPORTS_MADVISE) Last errno: 22,<8>[ 144.527267] Invalid argument [1mSubtest mark-unpurgeable-purged: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc1 aarch64) Using IGT_SRANDOM=1706305841 for randomisation Opened device: /dev/dri/card1 Test requirement not<14>[ 144.555923] [IGT] vc4_tiling: executing met in <14>[ 144.560962] [IGT] vc4_tiling: exiting, ret=77 function __igt_unique____real_main97, file ../tests/vc4/vc4_purgeable_bo.c:106: Test re<8>[ 144.572909] quirement: igt_vc4_get_param(fd, DRM_VC4_PARAM_SUPPORTS_MADVISE) Last errno: 22, Invalid argument [1mSubtest free-purged-bo: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc1 aarch64) Using IGT_SRANDOM=170630584<14>[ 144.601953] [IGT] vc4_tiling: executing 1 for randomisat<14>[ 144.607262] [IGT] vc4_tiling: exiting, ret=77 ion Opened device: /dev/dri/card1 Test requirement not met in function __igt_u<8>[ 144.619075] nique____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-handle: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.<14>[ 144.646921] [IGT] vc4_tiling: executing 12.0-rc1 aarch64<14>[ 144.652064] [IGT] vc4_tiling: exiting, ret=77 ) Using IGT_SRANDOM=1706305841 for randomisation Opened device: /dev/dri/card1<8>[ 144.664349] 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 errno: 2, No such file or directory [1mSubtest set-bad-handle: SKIP (0.000s)[0m IGT-Versi<14>[ 144.692214] [IGT] vc4_tiling: executing on: 1.28<14>[ 144.697703] [IGT] vc4_tiling: exiting, ret=77 -ga44ebfe (aarch64) (Linux: 6.12.0-rc1 aarch64) Using IGT_SRANDOM=1706305841 for random<8>[ 144.709592] isation 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 errno: 2, No such file or directory [1mSubtest get-ba<14>[ 144.738552] [IGT] vc4_tiling: executing d-flags:<14>[ 144.743662] [IGT] vc4_tiling: exiting, ret=77 SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc1 aarc<8>[ 144.755117] h64) Using IGT_SRANDOM=1706305841 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 errno: 2, <14>[ 144.783808] [IGT] vc4_tiling: executing No such file or <14>[ 144.789467] [IGT] vc4_tiling: exiting, ret=77 directory [1mSubtest set-bad-flags: SKIP (0.000s)[0m IGT-Version: 1.28-ga44e<8>[ 144.801151] bfe (aarch64) (Linux: 6.12.0-rc1 aarch64) Using IGT_SRANDOM=1706305842 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<14>[ 144.828749] [IGT] vc4_tiling: executing : igt_vc4_is_v3d<14>[ 144.834349] [IGT] vc4_tiling: exiting, ret=77 (fd) Last errno: 2, No such file or directory [1mSubtest get-bad-modifier: SK<8>[ 144.846801] IP (0.000s)[0m IGT-Ver<8>[ 144.856083] sion: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc1 aarch64) Using IGT_SRANDOM=1706305842 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) La<8>[ 144.884712] st errno: 2, No such file or directory [1mSubtest set-bad-modifier: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc1 aarch64) Using IGT_SRANDOM=1706305842 for randomisation Opened device: /dev/dri/card1 Test r<14>[ 144.911016] [IGT] vc4_wait_bo: executing equireme<14>[ 144.916240] [IGT] vc4_wait_bo: exiting, ret=77 nt not met in function __igt_unique____real_main27, file ../tests/vc4/vc4_tiling<8>[ 144.927939] .c:33: Test requirement: igt_vc4_is_v3d(fd) Last errno: 2, No such file or directory [1mSubtest set-get: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc1 aarch64) Using IGT_SRANDOM=1706305842 for randomisation<14>[ 144.955760] [IGT] vc4_wait_bo: executing Opened<14>[ 144.960852] [IGT] vc4_wait_bo: exiting, ret=77 device: /dev/dri/card1 Test requirement not met in function __igt_unique____real_main2<8>[ 144.972873] 7, file ../tests/vc4/vc4_tiling.c:33: Test requirement: igt_vc4_is_v3d(fd) Last 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-rc1 aarch64) Using IG<14>[ 145.000676] [IGT] vc4_wait_bo: executing T_SRANDO<14>[ 145.006296] [IGT] vc4_wait_bo: exiting, ret=77 M=1706305842 for randomisation Opened device: /dev/dri/card1 Test requirement not met <8>[ 145.018337] 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 bad-bo: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux<14>[ 145.047062] [IGT] vc4_wait_bo: executing : 6.12.0<14>[ 145.052210] [IGT] vc4_wait_bo: exiting, ret=77 -rc1 aarch64) Using IGT_SRANDOM=1706305842 for randomisation Opened device: /d<8>[ 145.063798] 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 bad-pad: SKIP (0.000s)[0m IGT<14>[ 145.092044] [IGT] vc4_wait_bo: executing -Version<14>[ 145.097504] [IGT] vc4_wait_bo: exiting, ret=77 : 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc1 aarch64) Using IGT_SRANDOM=1706305<8>[ 145.109399] 842 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<14>[ 145.137939] [IGT] vc4_wait_bo: executing unused-<14>[ 145.143220] [IGT] vc4_wait_bo: exiting, ret=77 bo-0ns: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-r<8>[ 145.154730] c1 aarch64) Using IGT_SRANDOM=1706305842 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 er<14>[ 145.183276] [IGT] vc4_wait_bo: executing rno: 2, <14>[ 145.188287] [IGT] vc4_wait_bo: exiting, ret=77 No such file or directory [1mSubtest unused-bo-1ns: SKIP (0.000s)[0m IGT-Ver<8>[ 145.199868] sion: 1.28-ga44ebfe (aar<8>[ 145.209014] ch64) (Linux: 6.12.0-rc1 aarch64) Using IGT_SRANDOM=1706305842 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 di<8>[ 145.238039] rectory [1mSubtest used-bo-0ns: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc1 aarch64) Using IGT_SRANDOM=1706305842 for randomisation Opened device: /dev/dri/card1 Test requirement not met in function __igt_unique_<14>[ 145.265469] [IGT] vc4_wait_seqno: executing ___real_main60, <14>[ 145.271398] [IGT] vc4_wait_seqno: exiting, ret=77 file ../tests/vc4/vc4_wait_bo.c:67: Test requirement: igt_vc4_is_v3d(fd) Last <8>[ 145.283526] errno: 2, No such file or directory [1mSubtest used-bo-1ns: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 6.12.0-rc1 aarch64) Using IGT_SRANDOM=1706305842 for randomisation Opened device: /dev/dri/card1 Test requireme<14>[ 145.311935] [IGT] vc4_wait_seqno: executing nt not m<14>[ 145.317513] [IGT] vc4_wait_seqno: exiting, ret=77 et in function __igt_unique____real_main60, file ../tests/vc4/vc4_wait_b<8>[ 145.328975] o.c:67: Test requiremen<8>[ 145.338019] t: igt_v<8>[ 145.343055] c4_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-rc1 aarch64) Using IGT_SRANDOM=1706305842 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-rc1 aarch64) Using IGT_SRANDOM=1706305842 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 / #