[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#939633: linux: rpi3b+ hangs with kernels 5.2, 5.3 (device tree issue?)



On Wed, 20 Nov 2019, Thorsten Glaser wrote:

> Please advice as to a fix ☻

By the advice of the original poster of this bugreport, we tried to
use the DTB from the buster kernel instead:

+ cp /usr/lib/linux-image-4.19.0-6-arm64/broadcom/bcm2837-rpi-3-b.dtb /boot/firmware/bcm2710-rpi-3-b.dtb
+ cp /usr/lib/linux-image-4.19.0-6-arm64/broadcom/bcm2837-rpi-3-b-plus.dtb /boot/firmware/bcm2710-rpi-3-b-plus.dtb
+ cp /usr/lib/linux-image-4.19.0-6-arm64/broadcom/bcm2837-rpi-cm3-io3.dtb /boot/firmware/bcm2710-rpi-cm3.dtb

I’m attaching full serial console output of a boot with the stable DTB
and one with the unstable DTB. In both cases, we tried to get the system
to crash; in the 5.x one it died quickly, in the 4.x case we didn’t manage.

Notable differences:

• with the 4.x DTB, 'reboot' works (cf. #941597)
  (like with the stable kernel)
• with the 4.x DTB, WLAN firmware is missing, which does work with 5.x
• with the 4.x DTB, audio is not working (like with the stable kernel)
• with the 4.x DTB, 3D graphics still works (unlike the stable kernel)
• with the 4.x DTB (like the stable kernel), we get some lines à la…
	[  570.800140] alloc_contig_range: [33550, 33552) PFNs busy
  … which are almost (but not completely) unheard of with the 5.x DTB
  (and which are, incidentally, also mentioned in #925334)

The 5.x DTB log ends with the CMA having been filled up (by a program
written in python3-pygame, at that) before the crashing line. This is
the same as #925334, except it afterwards crashes with…

[  307.942205] bcm2835-power bcm2835-power: Failed to disable ASB master for v3d

… whereas, in #925334, it continued with…

[  739.334049] vc4_v3d 3fc00000.v3d: Failed to allocate memory for tile binning: -12. You may need to enable CMA or give it more memory.

… and ceased updating the screen until reboot (but did not crash the
system). *HOWEVER*, we also managed to crash the 5.x system without
overrunning the CMA, earlier, but we forgot to save serial console
output for that run (it was directly before I wrote the previous mail
to this bugreport).

The memory overrunning issue is effectively a local DoS, given it can
be triggered from unprivilegued userspace. (But, as I said above, the
crash can also be triggered without overrunning memory; mostly using
OpenGL.)

It might be useful to diff and bisect the DTB sources (with includes
expanded, probably), but I’ve not got any experience with DTBs or ARM
devices.

bye,
//mirabilos
-- 
tarent solutions GmbH
Rochusstraße 2-4, D-53123 Bonn • http://www.tarent.de/
Tel: +49 228 54881-393 • Fax: +49 228 54881-235
HRB 5168 (AG Bonn) • USt-ID (VAT): DE122264941
Geschäftsführer: Dr. Stefan Barth, Kai Ebenrett, Boris Esser, Alexander Steeg

**********

Mit der tarent Academy bieten wir auch Trainings und Schulungen in den
Bereichen Softwareentwicklung, Agiles Arbeiten und Zukunftstechnologien an.

Besuchen Sie uns auf www.tarent.de/academy. Wir freuen uns auf Ihren Kontakt.

**********
[    0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
[    0.000000] Linux version 5.3.0-2-arm64 (debian-kernel@lists.debian.org) (gcc version 9.2.1 20191109 (Debian 9.2.1-19)) #1 SMP Debian 5.3.9-3 (2019-11-19)
[    0.000000] Machine model: Raspberry Pi 3 Model B Plus Rev 1.3
[    0.000000] efi: Getting EFI parameters from FDT:
[    0.000000] efi: UEFI not found.
[    0.000000] cma: Reserved 128 MiB at 0x0000000033400000
[    0.000000] NUMA: No NUMA configuration found
[    0.000000] NUMA: Faking a node at [mem 0x0000000000000000-0x000000003b3fffff]
[    0.000000] NUMA: NODE_DATA [mem 0x3320d840-0x3320efff]
[    0.000000] Zone ranges:
[    0.000000]   DMA32    [mem 0x0000000000000000-0x000000003b3fffff]
[    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] Initmem setup node 0 [mem 0x0000000000000000-0x000000003b3fffff]
[    0.000000] percpu: Embedded 32 pages/cpu s93016 r8192 d29864 u131072
[    0.000000] Detected VIPT I-cache on CPU0
[    0.000000] CPU features: detected: ARM erratum 845719
[    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 843419
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 238896
[    0.000000] Policy zone: DMA32
[    0.000000] Kernel command line: video=HDMI-A-1:1920x1080@60 dma.dmachans=0x7f35 bcm2709.boardrev=0xa020d3 bcm2709.serial=0xa5e576b6 bcm2709.uart_clock=48000000 bcm2709.disk_led_gpio=29 bcm2709.disk_led_active_low=0 smsc95xx.macaddr=B8:27:EB:E5:76:B6 vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000  console=ttyS1,115200 console=tty0 root=/dev/mmcblk0p2 rw elevator=deadline fsck.repair=yes net.ifnames=0 cma=128M rootwait
[    0.000000] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    0.000000] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
[    0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[    0.000000] Memory: 772032K/970752K available (9340K kernel code, 1720K rwdata, 3196K rodata, 5120K init, 544K bss, 67648K reserved, 131072K cma-reserved)
[    0.000000] random: get_random_u64 called from __kmem_cache_create+0x4c/0x5e8 with crng_init=0
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.000000] ftrace: allocating 34856 entries in 137 pages
[    0.000000] rcu: Hierarchical RCU implementation.
[    0.000000] rcu: 	RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=4.
[    0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[    0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[    0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[    0.000000] arch_timer: cp15 timer(s) running at 19.20MHz (phys).
[    0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x46d987e47, max_idle_ns: 440795202767 ns
[    0.000007] sched_clock: 56 bits at 19MHz, resolution 52ns, wraps every 4398046511078ns
[    0.000210] Console: colour dummy device 80x25
[    0.000815] printk: console [tty0] enabled
[    0.000963] Calibrating delay loop (skipped), value calculated using timer frequency.. 38.40 BogoMIPS (lpj=76800)
[    0.001001] pid_max: default: 32768 minimum: 301
[    0.001213] LSM: Security Framework initializing
[    0.001257] Yama: disabled by default; enable with sysctl kernel.yama.*
[    0.001389] AppArmor: AppArmor initialized
[    0.001412] TOMOYO Linux initialized
[    0.001528] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes, linear)
[    0.001572] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes, linear)
[    0.004015] ASID allocator initialised with 32768 entries
[    0.004186] rcu: Hierarchical SRCU implementation.
[    0.006554] EFI services will not be available.
[    0.007106] smp: Bringing up secondary CPUs ...
[    0.007813] Detected VIPT I-cache on CPU1
[    0.007881] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
[    0.008778] Detected VIPT I-cache on CPU2
[    0.008825] CPU2: Booted secondary processor 0x0000000002 [0x410fd034]
[    0.009631] Detected VIPT I-cache on CPU3
[    0.009673] CPU3: Booted secondary processor 0x0000000003 [0x410fd034]
[    0.009822] smp: Brought up 1 node, 4 CPUs
[    0.009920] SMP: Total of 4 processors activated.
[    0.009939] CPU features: detected: 32-bit EL0 Support
[    0.009959] CPU features: detected: CRC32 instructions
[    0.011042] CPU: All CPU(s) started at EL2
[    0.011087] alternatives: patching kernel code
[    0.013595] devtmpfs: initialized
[    0.021173] Registered cp15_barrier emulation handler
[    0.021211] Registered setend emulation handler
[    0.021691] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.021735] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[    0.028903] pinctrl core: initialized pinctrl subsystem
[    0.030007] DMI not present or invalid.
[    0.030577] NET: Registered protocol family 16
[    0.033578] audit: initializing netlink subsys (disabled)
[    0.033841] audit: type=2000 audit(0.032:1): state=initialized audit_enabled=0 res=1
[    0.035159] cpuidle: using governor ladder
[    0.035203] cpuidle: using governor menu
[    0.035683] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[    0.037776] DMA: preallocated 256 KiB pool for atomic allocations
[    0.038242] Serial: AMBA PL011 UART driver
[    0.057323] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    0.057361] HugeTLB registered 32.0 MiB page size, pre-allocated 0 pages
[    0.057383] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.057404] HugeTLB registered 64.0 KiB page size, pre-allocated 0 pages
[    1.190204] alg: No test for lzo-rle (lzo-rle-generic)
[    1.190598] alg: No test for lzo-rle (lzo-rle-scomp)
[    1.192409] ACPI: Interpreter disabled.
[    1.193046] vgaarb: loaded
[    1.193550] EDAC MC: Ver: 3.0.0
[    1.195686] clocksource: Switched to clocksource arch_sys_counter
[    1.305094] VFS: Disk quotas dquot_6.6.0
[    1.305217] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    1.306261] AppArmor: AppArmor Filesystem Enabled
[    1.307102] simple-framebuffer 3e7fe000.framebuffer: framebuffer at 0x3e7fe000, 0x3fc000 bytes, mapped to 0x(____ptrval____)
[    1.307140] simple-framebuffer 3e7fe000.framebuffer: format=r5g6b5, mode=1920x1080x16, linelength=3840
[    1.331474] Console: switching to colour frame buffer device 240x67
[    1.355046] simple-framebuffer 3e7fe000.framebuffer: fb0: simplefb registered!
[    1.355287] pnp: PnP ACPI: disabled
[    1.366284] thermal_sys: Registered thermal governor 'fair_share'
[    1.366290] thermal_sys: Registered thermal governor 'step_wise'
[    1.366931] NET: Registered protocol family 2
[    1.367994] tcp_listen_portaddr_hash hash table entries: 512 (order: 1, 8192 bytes, linear)
[    1.368197] TCP established hash table entries: 8192 (order: 4, 65536 bytes, linear)
[    1.368459] TCP bind hash table entries: 8192 (order: 5, 131072 bytes, linear)
[    1.368798] TCP: Hash tables configured (established 8192 bind 8192)
[    1.369158] UDP hash table entries: 512 (order: 2, 16384 bytes, linear)
[    1.369336] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes, linear)
[    1.369759] NET: Registered protocol family 1
[    1.369886] NET: Registered protocol family 44
[    1.369997] PCI: CLS 0 bytes, default 64
[    1.370350] Trying to unpack rootfs image as initramfs...
[    3.687572] Freeing initrd memory: 25152K
[    3.689098] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 counters available
[    3.689405] kvm [1]: IPA Size Limit: 40bits
[    3.690409] kvm [1]: Hyp mode initialized successfully
[    3.693200] Initialise system trusted keyrings
[    3.693347] Key type blacklist registered
[    3.693727] workingset: timestamp_bits=44 max_order=18 bucket_order=0
[    3.703899] zbud: loaded
[    3.705921] Platform Keyring initialized
[    3.706027] Key type asymmetric registered
[    3.706118] Asymmetric key parser 'x509' registered
[    3.706266] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 250)
[    3.706655] io scheduler mq-deadline registered
[    3.713125] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    3.724122] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    3.726249] printk: console [ttyS1] disabled
[    3.726446] 3f215040.serial: ttyS1 at MMIO 0x0 (irq = 61, base_baud = 31250000) is a 16550
[    5.327886] printk: console [ttyS1] enabled
[    5.339129] Serial: AMBA driver
[    5.348702] msm_serial: driver initialized
[    5.359714] cacheinfo: Unable to detect cache hierarchy for CPU 0
[    5.373484] mousedev: PS/2 mouse device common for all mice
[    5.387591] ledtrig-cpu: registered to indicate activity on CPUs
[    5.400446] bcm2835-mbox 3f00b880.mailbox: mailbox enabled
[    5.414255] NET: Registered protocol family 10
[    5.502852] Segment Routing with IPv6
[    5.512719] mip6: Mobile IPv6
[    5.521631] NET: Registered protocol family 17
[    5.532267] mpls_gso: MPLS GSO support
[    5.543238] registered taskstats version 1
[    5.553257] Loading compiled-in X.509 certificates
[    5.833107] Loaded X.509 cert 'Debian Secure Boot CA: 6ccece7e4c6c0d1f6149f3dd27dfcc5cbb419ea1'
[    5.848156] Loaded X.509 cert 'Debian Secure Boot Signer: 00a7468def'
[    5.860818] zswap: loaded using pool lzo/zbud
[    5.871366] AppArmor: AppArmor sha1 policy hashing enabled
[    5.888530] 3f201000.serial: ttyAMA0 at MMIO 0x3f201000 (irq = 66, base_baud = 0) is a PL011 rev2
[    5.906182] raspberrypi-firmware soc:firmware: Attached to firmware from 2019-08-15 12:06
[    5.925407] hctosys: unable to open rtc device (rtc0)
[    5.951371] Freeing unused kernel memory: 5120K
[    5.962324] Run /init as init process
[    6.443051] usb_phy_generic phy: phy supply vcc not found, using dummy regulator
[    6.459423] i2c-bcm2835 3f805000.i2c: Could not read clock-frequency property
[    6.477298] sdhci: Secure Digital Host Controller Interface driver
[    6.490137] sdhci: Copyright(c) Pierre Ossman
[    6.507855] sdhci-pltfm: SDHCI platform and OF driver helper
[    6.525629] sdhci-iproc 3f300000.sdhci: allocated mmc-pwrseq
[    6.547804] sdhost-bcm2835 3f202000.mmc: loaded - DMA enabled (>1)
[    6.570974] usbcore: registered new interface driver usbfs
[    6.571755] mmc1: SDHCI controller on 3f300000.sdhci [3f300000.sdhci] using PIO
[    6.582972] usbcore: registered new interface driver hub
[    6.608368] usbcore: registered new device driver usb
[    6.612580] mmc1: queuing unknown CIS tuple 0x80 (2 bytes)
[    6.633189] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
[    6.646811] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
[    6.661534] mmc1: queuing unknown CIS tuple 0x80 (7 bytes)
[    6.690682] mmc0: host does not support reading read-only switch, assuming write-enable
[    6.709907] mmc0: new high speed SDHC card at address aaaa
[    6.718054] dwc2 3f980000.usb: 3f980000.usb supply vusb_d not found, using dummy regulator
[    6.723854] mmcblk0: mmc0:aaaa SE32G 29.7 GiB 
[    6.736063] dwc2 3f980000.usb: 3f980000.usb supply vusb_a not found, using dummy regulator
[    6.736955] random: fast init done
[    6.741153] mmc1: new high speed SDIO card at address 0001
[    6.750386]  mmcblk0: p1 p2 p3
[    6.812228] dwc2 3f980000.usb: DWC OTG Controller
[    6.823268] dwc2 3f980000.usb: new USB bus registered, assigned bus number 1
[    6.836740] dwc2 3f980000.usb: irq 41, io mem 0x3f980000
[    6.848625] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.03
[    6.863219] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    6.876778] usb usb1: Product: DWC OTG Controller
[    6.887697] usb usb1: Manufacturer: Linux 5.3.0-2-arm64 dwc2_hsotg
[    6.900132] usb usb1: SerialNumber: 3f980000.usb
[    6.912024] hub 1-0:1.0: USB hub found
[    6.922091] hub 1-0:1.0: 1 port detected
[    7.331813] usb 1-1: new high-speed USB device number 2 using dwc2
[    7.539954] usb 1-1: New USB device found, idVendor=0424, idProduct=2514, bcdDevice= b.b3
[    7.554575] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    7.568963] hub 1-1:1.0: USB hub found
[    7.579140] hub 1-1:1.0: 4 ports detected
[    7.666811] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
[    7.879745] usb 1-1.1: new high-speed USB device number 3 using dwc2
[    7.983632] Not activating Mandatory Access Control as /sbin/tomoyo-init does not exist.
[    7.992061] usb 1-1.1: New USB device found, idVendor=0424, idProduct=2514, bcdDevice= b.b3
[    8.013325] usb 1-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    8.028267] hub 1-1.1:1.0: USB hub found
[    8.038840] hub 1-1.1:1.0: 3 ports detected
[    8.127740] usb 1-1.2: new low-speed USB device number 4 using dwc2
[    8.245055] usb 1-1.2: New USB device found, idVendor=046d, idProduct=c069, bcdDevice=56.01
[    8.260152] usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    8.273998] usb 1-1.2: Product: USB Laser Mouse
[    8.274007] usb 1-1.2: Manufacturer: Logitech
[    8.351797] usb 1-1.1.2: new low-speed USB device number 5 using dwc2
[    8.467871] usb 1-1.1.2: New USB device found, idVendor=0810, idProduct=e501, bcdDevice= 1.06
[    8.483209] usb 1-1.1.2: New USB device strings: Mfr=0, Product=2, SerialNumber=0
[    8.497329] usb 1-1.1.2: Product: usb gamepad           
[    8.567749] usb 1-1.3: new low-speed USB device number 6 using dwc2
[    8.685716] usb 1-1.3: New USB device found, idVendor=413c, idProduct=2106, bcdDevice= 1.01
[    8.700778] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    8.714767] usb 1-1.3: Product: Dell QuietKey Keyboard
[    8.726436] usb 1-1.3: Manufacturer: DELL
[    8.795753] usb 1-1.1.3: new low-speed USB device number 7 using dwc2
[    8.911551] usb 1-1.1.3: New USB device found, idVendor=0810, idProduct=e501, bcdDevice= 1.06
[    8.926871] usb 1-1.1.3: New USB device strings: Mfr=0, Product=2, SerialNumber=0
[    8.940996] usb 1-1.1.3: Product: usb gamepad           
[    9.107582] random: crng init done
[    9.183737] usb 1-1.1.1: new high-speed USB device number 8 using dwc2
[    9.296448] usb 1-1.1.1: New USB device found, idVendor=0424, idProduct=7800, bcdDevice= 3.00
[    9.311875] usb 1-1.1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    9.352460] systemd-udevd[368]: Network interface NamePolicy= disabled on kernel command line, ignoring.
[    9.684305] libphy: Fixed MDIO Bus: probed
[    9.913817] lan78xx 1-1.1.1:1.0 (unnamed net_device) (uninitialized): No External EEPROM. Setting MAC Speed
[    9.987275] libphy: lan78xx-mdiobus: probed
[   10.072687] usbcore: registered new interface driver lan78xx
[   10.127887] systemd-udevd[384]: Using default interface naming scheme 'v240'.
[   10.182024] systemd-udevd[382]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable.
[   10.190215] systemd-udevd[384]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable.
[   10.376506] bcm2835-rng 3f104000.rng: hwrng registered
[   10.431796] vchiq: module is from the staging directory, the quality is unknown, you have been warned.
[   10.463555] vchiq: vchiq_init_state: slot_zero = 000000000e619f2d
[   10.511337] bcm2835-wdt bcm2835-wdt: Broadcom BCM2835 watchdog timer
[   10.569391] systemd-udevd[384]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable.
[   10.720574] hidraw: raw HID events driver (C) Jiri Kosina
[   11.115218] usbcore: registered new interface driver usbhid
[   11.128654] usbhid: USB HID core driver
[   11.168857] mc: Linux media interface: v0.10
[   11.225065] input: Logitech USB Laser Mouse as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.2/1-1.2:1.0/0003:046D:C069.0001/input/input0
[   11.246474] hid-generic 0003:046D:C069.0001: input,hidraw0: USB HID v1.10 Mouse [Logitech USB Laser Mouse] on usb-3f980000.usb-1.2/input0
[   11.269110] input: usb gamepad            as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.1/1-1.1.2/1-1.1.2:1.0/0003:0810:E501.0002/input/input1
[   11.296567] hid-generic 0003:0810:E501.0002: input,hidraw1: USB HID v1.10 Joystick [usb gamepad           ] on usb-3f980000.usb-1.1.2/input0
[   11.319885] input: DELL Dell QuietKey Keyboard as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.3/1-1.3:1.0/0003:413C:2106.0003/input/input2
[   11.329844] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
[   11.359404] usbcore: registered new interface driver brcmfmac
[   11.400616] hid-generic 0003:413C:2106.0003: input,hidraw2: USB HID v1.10 Keyboard [DELL Dell QuietKey Keyboard] on usb-3f980000.usb-1.3/input0
[   11.424624] input: usb gamepad            as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.1/1-1.1.3/1-1.1.3:1.0/0003:0810:E501.0004/input/input3
[   11.447339] hid-generic 0003:0810:E501.0004: input,hidraw3: USB HID v1.10 Joystick [usb gamepad           ] on usb-3f980000.usb-1.1.3/input0
[   11.455819] brcmfmac mmc1:0001:1: firmware: direct-loading firmware brcm/brcmfmac43455-sdio.bin
[   11.459019] videodev: Linux video capture interface: v2.00
[   11.501433] brcmfmac mmc1:0001:1: firmware: failed to load brcm/brcmfmac43455-sdio.raspberrypi,3-model-b-plus.txt (-2)
[   11.521394] firmware_class: See https://wiki.debian.org/Firmware for information about missing firmware
[   11.540037] brcmfmac mmc1:0001:1: Direct firmware load for brcm/brcmfmac43455-sdio.raspberrypi,3-model-b-plus.txt failed with error -2
[   11.605589] brcmfmac mmc1:0001:1: firmware: direct-loading firmware brcm/brcmfmac43455-sdio.txt
[   11.732194] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
[   11.750683] brcmfmac mmc1:0001:1: firmware: failed to load brcm/brcmfmac43455-sdio.clm_blob (-2)
[   11.769062] brcmfmac: brcmf_c_process_clm_blob: no clm_blob available (err=-2), device may have limited channels available
[   11.794526] brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM4345/6 wl0: Mar  1 2015 07:29:38 version 7.45.18 (r538002) FWID 01-6a2c8ad4
[   11.885272] snd_bcm2835: module is from the staging directory, the quality is unknown, you have been warned.
[   11.920193] bcm2835_audio bcm2835_audio: card created with 8 channels
[   12.004993] alg: No test for fips(ansi_cprng) (fips_ansi_cprng)
[   12.140684] bcm2835_v4l2: module is from the staging directory, the quality is unknown, you have been warned.
[   12.168460] debugfs: Directory '3f902000.hdmi' with parent 'vc4-hdmi' already present!
[   12.186428] vc4_hdmi 3f902000.hdmi: ASoC: Failed to create component debugfs directory: -17
[   12.213110] vc4_hdmi 3f902000.hdmi: vc4-hdmi-hifi <-> 3f902000.hdmi mapping ok
[   12.230312] vc4_hdmi 3f902000.hdmi: ASoC: no DMI vendor name!
[   12.246976] vc4-drm soc:gpu: bound 3f902000.hdmi (ops vc4_hdmi_ops [vc4])
[   12.264018] vc4-drm soc:gpu: bound 3f806000.vec (ops vc4_vec_ops [vc4])
[   12.280792] vc4-drm soc:gpu: bound 3f004000.txp (ops vc4_txp_ops [vc4])
[   12.297440] vc4-drm soc:gpu: bound 3f400000.hvs (ops vc4_hvs_ops [vc4])
[   12.314266] vc4-drm soc:gpu: bound 3f206000.pixelvalve (ops vc4_crtc_ops [vc4])
[   12.331831] vc4-drm soc:gpu: bound 3f207000.pixelvalve (ops vc4_crtc_ops [vc4])
[   12.349281] vc4-drm soc:gpu: bound 3f807000.pixelvalve (ops vc4_crtc_ops [vc4])
[   12.366369] vc4-drm soc:gpu: bound 3fc00000.v3d (ops vc4_v3d_ops [vc4])
[   12.374828] systemd-udevd[380]: Using default interface naming scheme 'v240'.
[   12.382476] fb0: switching to vc4drmfb from simple
[   12.413786] Console: switching to colour dummy device 80x25
[   12.415852] systemd-udevd[380]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable.
[   12.431095] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[   12.437939] [drm] Driver supports precise vblank timestamp query.
[   12.447098] [drm] Initialized vc4 0.0.0 20140616 for soc:gpu on minor 0
[   12.513337] Console: switching to colour frame buffer device 240x67
[   12.524213] Bluetooth: Core ver 2.22
[   12.524314] NET: Registered protocol family 31
[   12.524318] Bluetooth: HCI device and connection manager initialized
[   12.524342] Bluetooth: HCI socket layer initialized
[   12.524353] Bluetooth: L2CAP socket layer initialized
[   12.524378] Bluetooth: SCO socket layer initialized
[   12.589930] vc4-drm soc:gpu: fb0: vc4drmfb frame buffer device
[   12.752629] systemd-udevd[380]: Process '/usr/sbin/alsactl -E HOME=/run/alsa restore 1' failed with exit code 99.
[   12.818769] lan78xx 1-1.1.1:1.0 eth0: No phy led trigger registered for speed(-1)
[   12.826727] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[   13.975711] Adding 2097148k swap on /dev/mmcblk0p3.  Priority:-2 extents:1 across:2097148k SSDsFS
[   14.057216] EXT4-fs (mmcblk0p2): re-mounted. Opts: discard
[   16.247495] audit: type=1400 audit(16.239:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe" pid=1018 comm="apparmor_parser"
[   16.262812] audit: type=1400 audit(16.239:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe//kmod" pid=1018 comm="apparmor_parser"
[   16.278599] audit: type=1400 audit(16.243:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/man" pid=1021 comm="apparmor_parser"
[   16.293550] audit: type=1400 audit(16.243:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_filter" pid=1021 comm="apparmor_parser"
[   16.293561] audit: type=1400 audit(16.243:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_groff" pid=1021 comm="apparmor_parser"
[   16.293570] audit: type=1400 audit(16.251:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/ntpd" pid=1020 comm="apparmor_parser"
[   16.293585] audit: type=1400 audit(16.267:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/aarch64-linux-gnu/lightdm/lightdm-guest-session" pid=1019 comm="apparmor_parser"
[   16.356854] audit: type=1400 audit(16.267:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/aarch64-linux-gnu/lightdm/lightdm-guest-session//chromium" pid=1019 comm="apparmor_parser"
[   91.767578] elogind-daemon[1505]: New seat seat0.
[   91.784186] elogind-daemon[1505]: Watching system buttons on /dev/input/event2 (DELL Dell QuietKey Keyboard)
[   95.115754] broken atomic modeset userspace detected, disabling atomic
[   97.168960] elogind-daemon[1505]: New session 1 of user test.
[  570.800140] alloc_contig_range: [33550, 33552) PFNs busy
[  587.026812] alloc_contig_range: [33552, 33554) PFNs busy
[  703.100974] alloc_contig_range: [33550, 33552) PFNs busy
[ 1033.051224] alloc_contig_range: [3355c, 3355e) PFNs busy
[ 1479.643356] Not activating Mandatory Access Control as /sbin/tomoyo-init does not exist.
[ 1481.982602] elogind-daemon[1505]: Received signal 15 [TERM]
[ 1491.181405] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
[ 1491.299224] kvm: exiting hardware virtualization
[ 1491.307004] reboot: Restarting system
[    0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
[    0.000000] Linux version 5.3.0-2-arm64 (debian-kernel@lists.debian.org) (gcc version 9.2.1 20191109 (Debian 9.2.1-19)) #1 SMP Debian 5.3.9-3 (2019-11-19)
[    0.000000] Machine model: Raspberry Pi 3 Model B Plus Rev 1.3
[    0.000000] efi: Getting EFI parameters from FDT:
[    0.000000] efi: UEFI not found.
[    0.000000] cma: Reserved 128 MiB at 0x0000000033400000
[    0.000000] NUMA: No NUMA configuration found
[    0.000000] NUMA: Faking a node at [mem 0x0000000000000000-0x000000003b3fffff]
[    0.000000] NUMA: NODE_DATA [mem 0x3320d840-0x3320efff]
[    0.000000] Zone ranges:
[    0.000000]   DMA32    [mem 0x0000000000000000-0x000000003b3fffff]
[    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] Initmem setup node 0 [mem 0x0000000000000000-0x000000003b3fffff]
[    0.000000] percpu: Embedded 32 pages/cpu s93016 r8192 d29864 u131072
[    0.000000] Detected VIPT I-cache on CPU0
[    0.000000] CPU features: detected: ARM erratum 845719
[    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 843419
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 238896
[    0.000000] Policy zone: DMA32
[    0.000000] Kernel command line: video=HDMI-A-1:1920x1080@60 dma.dmachans=0x7f35 bcm2709.boardrev=0xa020d3 bcm2709.serial=0xa5e576b6 bcm2709.uart_clock=48000000 bcm2709.disk_led_gpio=29 bcm2709.disk_led_active_low=0 smsc95xx.macaddr=B8:27:EB:E5:76:B6 vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000  console=ttyS1,115200 console=tty0 root=/dev/mmcblk0p2 rw elevator=deadline fsck.repair=yes net.ifnames=0 cma=128M rootwait
[    0.000000] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    0.000000] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
[    0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[    0.000000] Memory: 772032K/970752K available (9340K kernel code, 1720K rwdata, 3196K rodata, 5120K init, 544K bss, 67648K reserved, 131072K cma-reserved)
[    0.000000] random: get_random_u64 called from __kmem_cache_create+0x4c/0x5e8 with crng_init=0
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.000000] ftrace: allocating 34856 entries in 137 pages
[    0.000000] rcu: Hierarchical RCU implementation.
[    0.000000] rcu: 	RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=4.
[    0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[    0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[    0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[    0.000000] arch_timer: cp15 timer(s) running at 19.20MHz (phys).
[    0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x46d987e47, max_idle_ns: 440795202767 ns
[    0.000007] sched_clock: 56 bits at 19MHz, resolution 52ns, wraps every 4398046511078ns
[    0.000211] Console: colour dummy device 80x25
[    0.000814] printk: console [tty0] enabled
[    0.000964] Calibrating delay loop (skipped), value calculated using timer frequency.. 38.40 BogoMIPS (lpj=76800)
[    0.001000] pid_max: default: 32768 minimum: 301
[    0.001212] LSM: Security Framework initializing
[    0.001256] Yama: disabled by default; enable with sysctl kernel.yama.*
[    0.001388] AppArmor: AppArmor initialized
[    0.001412] TOMOYO Linux initialized
[    0.001530] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes, linear)
[    0.001574] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes, linear)
[    0.004017] ASID allocator initialised with 32768 entries
[    0.004186] rcu: Hierarchical SRCU implementation.
[    0.006576] EFI services will not be available.
[    0.007132] smp: Bringing up secondary CPUs ...
[    0.007840] Detected VIPT I-cache on CPU1
[    0.007910] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
[    0.008845] Detected VIPT I-cache on CPU2
[    0.008892] CPU2: Booted secondary processor 0x0000000002 [0x410fd034]
[    0.009698] Detected VIPT I-cache on CPU3
[    0.009740] CPU3: Booted secondary processor 0x0000000003 [0x410fd034]
[    0.009891] smp: Brought up 1 node, 4 CPUs
[    0.009989] SMP: Total of 4 processors activated.
[    0.010008] CPU features: detected: 32-bit EL0 Support
[    0.010028] CPU features: detected: CRC32 instructions
[    0.011117] CPU: All CPU(s) started at EL2
[    0.011160] alternatives: patching kernel code
[    0.013678] devtmpfs: initialized
[    0.021356] Registered cp15_barrier emulation handler
[    0.021394] Registered setend emulation handler
[    0.021866] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.021910] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[    0.029064] pinctrl core: initialized pinctrl subsystem
[    0.030192] DMI not present or invalid.
[    0.030748] NET: Registered protocol family 16
[    0.033772] audit: initializing netlink subsys (disabled)
[    0.034033] audit: type=2000 audit(0.032:1): state=initialized audit_enabled=0 res=1
[    0.035374] cpuidle: using governor ladder
[    0.035418] cpuidle: using governor menu
[    0.035900] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[    0.037989] DMA: preallocated 256 KiB pool for atomic allocations
[    0.038457] Serial: AMBA PL011 UART driver
[    0.057593] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    0.057632] HugeTLB registered 32.0 MiB page size, pre-allocated 0 pages
[    0.057654] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.057675] HugeTLB registered 64.0 KiB page size, pre-allocated 0 pages
[    1.190290] alg: No test for lzo-rle (lzo-rle-generic)
[    1.190629] alg: No test for lzo-rle (lzo-rle-scomp)
[    1.192346] ACPI: Interpreter disabled.
[    1.192972] vgaarb: loaded
[    1.193483] EDAC MC: Ver: 3.0.0
[    1.195822] clocksource: Switched to clocksource arch_sys_counter
[    1.305548] VFS: Disk quotas dquot_6.6.0
[    1.305671] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    1.306703] AppArmor: AppArmor Filesystem Enabled
[    1.307539] simple-framebuffer 3e7fe000.framebuffer: framebuffer at 0x3e7fe000, 0x3fc000 bytes, mapped to 0x(____ptrval____)
[    1.307577] simple-framebuffer 3e7fe000.framebuffer: format=r5g6b5, mode=1920x1080x16, linelength=3840
[    1.331907] Console: switching to colour frame buffer device 240x67
[    1.355467] simple-framebuffer 3e7fe000.framebuffer: fb0: simplefb registered!
[    1.355703] pnp: PnP ACPI: disabled
[    1.366359] thermal_sys: Registered thermal governor 'fair_share'
[    1.366365] thermal_sys: Registered thermal governor 'step_wise'
[    1.367004] NET: Registered protocol family 2
[    1.368111] tcp_listen_portaddr_hash hash table entries: 512 (order: 1, 8192 bytes, linear)
[    1.368315] TCP established hash table entries: 8192 (order: 4, 65536 bytes, linear)
[    1.368577] TCP bind hash table entries: 8192 (order: 5, 131072 bytes, linear)
[    1.368912] TCP: Hash tables configured (established 8192 bind 8192)
[    1.369273] UDP hash table entries: 512 (order: 2, 16384 bytes, linear)
[    1.369451] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes, linear)
[    1.369860] NET: Registered protocol family 1
[    1.369984] NET: Registered protocol family 44
[    1.370089] PCI: CLS 0 bytes, default 64
[    1.370439] Trying to unpack rootfs image as initramfs...
[    3.689196] Freeing initrd memory: 25152K
[    3.690735] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 counters available
[    3.691043] kvm [1]: IPA Size Limit: 40bits
[    3.692104] kvm [1]: Hyp mode initialized successfully
[    3.694804] Initialise system trusted keyrings
[    3.694951] Key type blacklist registered
[    3.695325] workingset: timestamp_bits=44 max_order=18 bucket_order=0
[    3.705529] zbud: loaded
[    3.707527] Platform Keyring initialized
[    3.707633] Key type asymmetric registered
[    3.707723] Asymmetric key parser 'x509' registered
[    3.707924] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 250)
[    3.708308] io scheduler mq-deadline registered
[    3.714769] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    3.725867] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    3.727997] printk: console [ttyS1] disabled
[    3.728188] 3f215040.serial: ttyS1 at MMIO 0x0 (irq = 61, base_baud = 31250000) is a 16550
[    5.330623] printk: console [ttyS1] enabled
[    5.341870] Serial: AMBA driver
[    5.351443] msm_serial: driver initialized
[    5.362509] cacheinfo: Unable to detect cache hierarchy for CPU 0
[    5.375777] bcm2835-power bcm2835-power: Broadcom BCM2835 power domains driver
[    5.390335] mousedev: PS/2 mouse device common for all mice
[    5.404550] ledtrig-cpu: registered to indicate activity on CPUs
[    5.417398] bcm2835-mbox 3f00b880.mailbox: mailbox enabled
[    5.431184] NET: Registered protocol family 10
[    5.520153] Segment Routing with IPv6
[    5.530090] mip6: Mobile IPv6
[    5.539082] NET: Registered protocol family 17
[    5.549804] mpls_gso: MPLS GSO support
[    5.560856] registered taskstats version 1
[    5.570901] Loading compiled-in X.509 certificates
[    5.850766] Loaded X.509 cert 'Debian Secure Boot CA: 6ccece7e4c6c0d1f6149f3dd27dfcc5cbb419ea1'
[    5.865847] Loaded X.509 cert 'Debian Secure Boot Signer: 00a7468def'
[    5.878537] zswap: loaded using pool lzo/zbud
[    5.889090] AppArmor: AppArmor sha1 policy hashing enabled
[    5.906311] 3f201000.serial: ttyAMA0 at MMIO 0x3f201000 (irq = 66, base_baud = 0) is a PL011 rev2
[    5.924099] raspberrypi-firmware soc:firmware: Attached to firmware from 2019-08-15 12:06
[    5.944282] hctosys: unable to open rtc device (rtc0)
[    5.970386] Freeing unused kernel memory: 5120K
[    5.987893] Run /init as init process
[    6.429506] usb_phy_generic phy: phy supply vcc not found, using dummy regulator
[    6.484321] i2c-bcm2835 3f805000.i2c: Could not read clock-frequency property
[    6.498972] sdhci: Secure Digital Host Controller Interface driver
[    6.511912] sdhci: Copyright(c) Pierre Ossman
[    6.527566] sdhci-pltfm: SDHCI platform and OF driver helper
[    6.545271] sdhci-iproc 3f300000.sdhci: allocated mmc-pwrseq
[    6.552131] sdhost-bcm2835 3f202000.mmc: loaded - DMA enabled (>1)
[    6.573868] usbcore: registered new interface driver usbfs
[    6.585976] usbcore: registered new interface driver hub
[    6.587934] mmc1: SDHCI controller on 3f300000.sdhci [3f300000.sdhci] using PIO
[    6.597846] usbcore: registered new device driver usb
[    6.627332] mmc1: queuing unknown CIS tuple 0x80 (2 bytes)
[    6.640903] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
[    6.654482] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
[    6.669170] mmc1: queuing unknown CIS tuple 0x80 (7 bytes)
[    6.685548] mmc0: host does not support reading read-only switch, assuming write-enable
[    6.704789] mmc0: new high speed SDHC card at address aaaa
[    6.719166] mmcblk0: mmc0:aaaa SE32G 29.7 GiB 
[    6.729641] dwc2 3f980000.usb: 3f980000.usb supply vusb_d not found, using dummy regulator
[    6.729816] dwc2 3f980000.usb: 3f980000.usb supply vusb_a not found, using dummy regulator
[    6.743321] random: fast init done
[    6.748009]  mmcblk0: p1 p2 p3
[    6.748435] mmc1: new high speed SDIO card at address 0001
[    6.809656] dwc2 3f980000.usb: DWC OTG Controller
[    6.820654] dwc2 3f980000.usb: new USB bus registered, assigned bus number 1
[    6.833933] dwc2 3f980000.usb: irq 41, io mem 0x3f980000
[    6.845515] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.03
[    6.859895] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    6.873195] usb usb1: Product: DWC OTG Controller
[    6.883914] usb usb1: Manufacturer: Linux 5.3.0-2-arm64 dwc2_hsotg
[    6.896141] usb usb1: SerialNumber: 3f980000.usb
[    6.907781] hub 1-0:1.0: USB hub found
[    6.917678] hub 1-0:1.0: 1 port detected
[    7.327930] usb 1-1: new high-speed USB device number 2 using dwc2
[    7.552128] usb 1-1: New USB device found, idVendor=0424, idProduct=2514, bcdDevice= b.b3
[    7.566612] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    7.581036] hub 1-1:1.0: USB hub found
[    7.591106] hub 1-1:1.0: 4 ports detected
[    7.775298] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
[    7.887974] usb 1-1.1: new high-speed USB device number 3 using dwc2
[    8.004357] usb 1-1.1: New USB device found, idVendor=0424, idProduct=2514, bcdDevice= b.b3
[    8.019147] usb 1-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    8.033821] hub 1-1.1:1.0: USB hub found
[    8.044252] hub 1-1.1:1.0: 3 ports detected
[    8.110922] Not activating Mandatory Access Control as /sbin/tomoyo-init does not exist.
[    8.135865] usb 1-1.2: new low-speed USB device number 4 using dwc2
[    8.252749] usb 1-1.2: New USB device found, idVendor=046d, idProduct=c069, bcdDevice=56.01
[    8.267571] usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    8.281248] usb 1-1.2: Product: USB Laser Mouse
[    8.291927] usb 1-1.2: Manufacturer: Logitech
[    8.379881] usb 1-1.1.2: new low-speed USB device number 5 using dwc2
[    8.495608] usb 1-1.1.2: New USB device found, idVendor=0810, idProduct=e501, bcdDevice= 1.06
[    8.510690] usb 1-1.1.2: New USB device strings: Mfr=0, Product=2, SerialNumber=0
[    8.524678] usb 1-1.1.2: Product: usb gamepad           
[    8.595934] usb 1-1.3: new low-speed USB device number 6 using dwc2
[    8.713632] usb 1-1.3: New USB device found, idVendor=413c, idProduct=2106, bcdDevice= 1.01
[    8.728448] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    8.742193] usb 1-1.3: Product: Dell QuietKey Keyboard
[    8.753692] usb 1-1.3: Manufacturer: DELL
[    8.823931] usb 1-1.1.3: new low-speed USB device number 7 using dwc2
[    8.939860] usb 1-1.1.3: New USB device found, idVendor=0810, idProduct=e501, bcdDevice= 1.06
[    8.954824] usb 1-1.1.3: New USB device strings: Mfr=0, Product=2, SerialNumber=0
[    8.968744] usb 1-1.1.3: Product: usb gamepad           
[    9.096966] random: crng init done
[    9.207933] usb 1-1.1.1: new high-speed USB device number 8 using dwc2
[    9.320475] usb 1-1.1.1: New USB device found, idVendor=0424, idProduct=7800, bcdDevice= 3.00
[    9.335669] usb 1-1.1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    9.481408] systemd-udevd[369]: Network interface NamePolicy= disabled on kernel command line, ignoring.
[   10.277737] vchiq: module is from the staging directory, the quality is unknown, you have been warned.
[   10.319098] vchiq: vchiq_init_state: slot_zero = 00000000b558a219
[   10.361653] bcm2835-wdt bcm2835-wdt: Broadcom BCM2835 watchdog timer
[   10.375930] bcm2835-rng 3f104000.rng: hwrng registered
[   10.442803] systemd-udevd[381]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable.
[   10.756396] hidraw: raw HID events driver (C) Jiri Kosina
[   10.835207] libphy: Fixed MDIO Bus: probed
[   10.883605] usbcore: registered new interface driver usbhid
[   10.896468] usbhid: USB HID core driver
[   11.277728] lan78xx 1-1.1.1:1.0 (unnamed net_device) (uninitialized): No External EEPROM. Setting MAC Speed
[   11.285938] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
[   11.296989] libphy: lan78xx-mdiobus: probed
[   11.311751] usbcore: registered new interface driver brcmfmac
[   11.357879] mc: Linux media interface: v0.10
[   11.397394] brcmfmac mmc1:0001:1: firmware: direct-loading firmware brcm/brcmfmac43455-sdio.bin
[   11.413911] brcmfmac mmc1:0001:1: firmware: failed to load brcm/brcmfmac43455-sdio.raspberrypi,3-model-b-plus.txt (-2)
[   11.432366] firmware_class: See https://wiki.debian.org/Firmware for information about missing firmware
[   11.449558] brcmfmac mmc1:0001:1: Direct firmware load for brcm/brcmfmac43455-sdio.raspberrypi,3-model-b-plus.txt failed with error -2
[   11.453397] usbcore: registered new interface driver lan78xx
[   11.548240] brcmfmac mmc1:0001:1: firmware: direct-loading firmware brcm/brcmfmac43455-sdio.txt
[   11.610268] videodev: Linux video capture interface: v2.00
[   11.669523] snd_bcm2835: module is from the staging directory, the quality is unknown, you have been warned.
[   11.670409] input: Logitech USB Laser Mouse as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.2/1-1.2:1.0/0003:046D:C069.0001/input/input0
[   11.670974] hid-generic 0003:046D:C069.0001: input,hidraw0: USB HID v1.10 Mouse [Logitech USB Laser Mouse] on usb-3f980000.usb-1.2/input0
[   11.673180] input: usb gamepad            as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.1/1-1.1.2/1-1.1.2:1.0/0003:0810:E501.0002/input/input1
[   11.673715] hid-generic 0003:0810:E501.0002: input,hidraw1: USB HID v1.10 Joystick [usb gamepad           ] on usb-3f980000.usb-1.1.2/input0
[   11.675792] input: DELL Dell QuietKey Keyboard as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.3/1-1.3:1.0/0003:413C:2106.0003/input/input2
[   11.677844] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
[   11.736818] hid-generic 0003:413C:2106.0003: input,hidraw2: USB HID v1.10 Keyboard [DELL Dell QuietKey Keyboard] on usb-3f980000.usb-1.3/input0
[   11.758772] brcmfmac mmc1:0001:1: firmware: failed to load brcm/brcmfmac43455-sdio.clm_blob (-2)
[   11.782188] input: usb gamepad            as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.1/1-1.1.3/1-1.1.3:1.0/0003:0810:E501.0004/input/input3
[   11.782557] alg: No test for fips(ansi_cprng) (fips_ansi_cprng)
[   11.801265] brcmfmac: brcmf_c_process_clm_blob: no clm_blob available (err=-2), device may have limited channels available
[   11.806533] brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM4345/6 wl0: Mar  1 2015 07:29:38 version 7.45.18 (r538002) FWID 01-6a2c8ad4
[   11.819411] hid-generic 0003:0810:E501.0004: input,hidraw3: USB HID v1.10 Joystick [usb gamepad           ] on usb-3f980000.usb-1.1.3/input0
[   11.938306] bcm2835_v4l2: module is from the staging directory, the quality is unknown, you have been warned.
[   11.989040] bcm2835_audio bcm2835_audio: card created with 8 channels
[   11.998060] debugfs: Directory '3f902000.hdmi' with parent 'vc4-hdmi' already present!
[   12.023185] vc4_hdmi 3f902000.hdmi: ASoC: Failed to create component debugfs directory: -17
[   12.049929] vc4_hdmi 3f902000.hdmi: vc4-hdmi-hifi <-> 3f902000.hdmi mapping ok
[   12.051033] systemd-udevd[381]: Using default interface naming scheme 'v240'.
[   12.072351] vc4_hdmi 3f902000.hdmi: ASoC: no DMI vendor name!
[   12.100566] vc4-drm soc:gpu: bound 3f902000.hdmi (ops vc4_hdmi_ops [vc4])
[   12.117618] vc4-drm soc:gpu: bound 3f806000.vec (ops vc4_vec_ops [vc4])
[   12.117623] systemd-udevd[381]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable.
[   12.117858] vc4-drm soc:gpu: bound 3f004000.txp (ops vc4_txp_ops [vc4])
[   12.118004] vc4-drm soc:gpu: bound 3f400000.hvs (ops vc4_hvs_ops [vc4])
[   12.118485] vc4-drm soc:gpu: bound 3f206000.pixelvalve (ops vc4_crtc_ops [vc4])
[   12.118985] vc4-drm soc:gpu: bound 3f207000.pixelvalve (ops vc4_crtc_ops [vc4])
[   12.119495] vc4-drm soc:gpu: bound 3f807000.pixelvalve (ops vc4_crtc_ops [vc4])
[   12.119637] vc4-drm soc:gpu: bound 3fc00000.v3d (ops vc4_v3d_ops [vc4])
[   12.119658] fb0: switching to vc4drmfb from simple
[   12.244127] systemd-udevd[381]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable.
[   12.366094] Console: switching to colour dummy device 80x25
[   12.372089] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[   12.372094] [drm] Driver supports precise vblank timestamp query.
[   12.373729] [drm] Initialized vc4 0.0.0 20140616 for soc:gpu on minor 0
[   12.464372] Console: switching to colour frame buffer device 240x67
[   12.509296] vc4-drm soc:gpu: fb0: vc4drmfb frame buffer device
[   12.529189] Bluetooth: Core ver 2.22
[   12.529311] NET: Registered protocol family 31
[   12.529315] Bluetooth: HCI device and connection manager initialized
[   12.529350] Bluetooth: HCI socket layer initialized
[   12.529361] Bluetooth: L2CAP socket layer initialized
[   12.529386] Bluetooth: SCO socket layer initialized
[   12.974321] ------------[ cut here ]------------
[   12.979174] irq 79 handler irq_default_primary_handler+0x0/0x20 enabled interrupts
[   12.987026] WARNING: CPU: 0 PID: 0 at kernel/irq/handle.c:152 __handle_irq_event_percpu+0x23c/0x250
[   12.996362] Modules linked in: btsdio bluetooth joydev evdev bcm2835_v4l2(C) vc4 drbg v4l2_common videobuf2_vmalloc videobuf2_memops snd_soc_core videobuf2_v4l2 ansi_cprng videobuf2_common snd_bcm2835(C) hid_generic ecdh_generic snd_pcm_dmaengine ecc videodev snd_pcm microchip mc snd_timer brcmfmac snd brcmutil lan78xx soundcore cfg80211 cec of_mdio usbhid drm_kms_helper rfkill fixed_phy libphy hid drm bcm2835_rng bcm2835_wdt pwm_bcm2835 bcm2835_thermal rng_core watchdog vchiq(C) leds_gpio ext4 crc16 mbcache jbd2 crc32c_generic dwc2 udc_core usbcore sdhci_iproc sdhci_pltfm usb_common sdhci i2c_bcm2835 bcm2835 phy_generic
[   13.053243] CPU: 0 PID: 0 Comm: swapper/0 Tainted: G         C        5.3.0-2-arm64 #1 Debian 5.3.9-3
[   13.062757] Hardware name: Raspberry Pi 3 Model B Plus Rev 1.3 (DT)
[   13.069225] pstate: 60000005 (nZCv daif -PAN -UAO)
[   13.074173] pc : __handle_irq_event_percpu+0x23c/0x250
[   13.079479] lr : __handle_irq_event_percpu+0x23c/0x250
[   13.084779] sp : ffff000010003c70
[   13.088199] x29: ffff000010003c70 x28: ffff5256e0c65000 
[   13.093683] x27: ffffd7d36a2b0600 x26: ffff5256e0c63018 
[   13.099168] x25: ffff5256e0c63018 x24: ffff5256e0fd9f58 
[   13.104653] x23: ffff000010003d24 x22: 0000000000000000 
[   13.110137] x21: 000000000000004f x20: 0000000000000002 
[   13.115621] x19: ffffd7d37122ca80 x18: 0000000000000010 
[   13.121104] x17: 0000000000000000 x16: 0000000000000000 
[   13.126586] x15: 000000000000ad55 x14: 0000000000000010 
[   13.132071] x13: 00000000ffffffff x12: ffff5256e085e618 
[   13.137555] x11: 0000000000000001 x10: 0000000000000000 
[   13.143038] x9 : 0000000000000003 x8 : 0000000000000128 
[   13.148522] x7 : 0000000000000015 x6 : 0000000000000002 
[   13.154005] x5 : 000000000000000f x4 : 0000000000000000 
[   13.159488] x3 : 0000000000000000 x2 : 00000000ffffffff 
[   13.164971] x1 : 4a76e41eb8e0d500 x0 : 0000000000000000 
[   13.170453] Call trace:
[   13.172984]  __handle_irq_event_percpu+0x23c/0x250
[   13.177930]  handle_irq_event_percpu+0x3c/0x98
[   13.182518]  handle_irq_event+0x50/0xa8
[   13.186482]  handle_simple_irq+0xac/0xf8
[   13.190531]  generic_handle_irq+0x34/0x50
[   13.194680]  intr_complete+0xf0/0x178 [lan78xx]
[   13.199384]  __usb_hcd_giveback_urb+0x74/0x140 [usbcore]
[   13.210576]  usb_giveback_urb_bh+0xf4/0x198 [usbcore]
[   13.221422]  tasklet_action_common.isra.0+0xa8/0x130
[   13.232133]  tasklet_hi_action+0x2c/0x38
[   13.241743]  __do_softirq+0x130/0x324
[   13.251033]  irq_exit+0xa0/0xc8
[   13.259724]  __handle_domain_irq+0x70/0xc0
[   13.269383]  bcm2836_arm_irqchip_handle_irq+0x74/0xd8
[   13.279993]  el1_irq+0xb8/0x140
[   13.288604]  arch_cpu_idle+0x3c/0x1c8
[   13.297702]  default_idle_call+0x20/0x3c
[   13.307065]  do_idle+0x208/0x288
[   13.315664]  cpu_startup_entry+0x2c/0x30
[   13.324932]  rest_init+0xbc/0xc8
[   13.333508]  arch_call_rest_init+0x14/0x1c
[   13.342971]  start_kernel+0x53c/0x564
[   13.352026] ---[ end trace 3e6c11efe4a8fe4c ]---
[   13.367245] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[   14.835849] Adding 2097148k swap on /dev/mmcblk0p3.  Priority:-2 extents:1 across:2097148k SSDsFS
[   14.929995] EXT4-fs (mmcblk0p2): re-mounted. Opts: discard
[   17.168460] audit: type=1400 audit(17.163:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe" pid=1013 comm="apparmor_parser"
[   17.189505] audit: type=1400 audit(17.163:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe//kmod" pid=1013 comm="apparmor_parser"
[   17.211095] audit: type=1400 audit(17.167:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/man" pid=1016 comm="apparmor_parser"
[   17.231825] audit: type=1400 audit(17.167:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_filter" pid=1016 comm="apparmor_parser"
[   17.231836] audit: type=1400 audit(17.167:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_groff" pid=1016 comm="apparmor_parser"
[   17.231846] audit: type=1400 audit(17.171:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/ntpd" pid=1015 comm="apparmor_parser"
[   17.231860] audit: type=1400 audit(17.191:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/aarch64-linux-gnu/lightdm/lightdm-guest-session" pid=1014 comm="apparmor_parser"
[   17.316728] audit: type=1400 audit(17.191:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/aarch64-linux-gnu/lightdm/lightdm-guest-session//chromium" pid=1014 comm="apparmor_parser"
[   26.820528] elogind-daemon[1500]: New seat seat0.
[   26.836795] elogind-daemon[1500]: Watching system buttons on /dev/input/event2 (DELL Dell QuietKey Keyboard)
[   30.003786] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[   30.149574] broken atomic modeset userspace detected, disabling atomic
[   32.160953] elogind-daemon[1500]: New session 1 of user test.
[  295.834397] [drm:vc4_bo_create [vc4]] *ERROR* Failed to allocate from CMA:
[  295.841925] vc4-drm soc:gpu: [drm]                            V3D: 101476kb BOs (159)
[  295.850175] vc4-drm soc:gpu: [drm]                     V3D shader:    300kb BOs (75)
[  295.858309] vc4-drm soc:gpu: [drm]                           dumb:   4100kb BOs (4)
[  295.866345] vc4-drm soc:gpu: [drm]                         binner:  16384kb BOs (1)
[  295.876377] vc4-drm soc:gpu: [drm]                total purged BO:    800kb BOs (23)
[  295.886294] [drm:vc4_bo_create [vc4]] *ERROR* Failed to allocate from CMA:
[  295.893617] vc4-drm soc:gpu: [drm]                            V3D: 101468kb BOs (157)
[  295.901799] vc4-drm soc:gpu: [drm]                     V3D shader:    300kb BOs (75)
[  295.909872] vc4-drm soc:gpu: [drm]                           dumb:   4100kb BOs (4)
[  295.917859] vc4-drm soc:gpu: [drm]                         binner:  16384kb BOs (1)
[  295.927683] vc4-drm soc:gpu: [drm]                total purged BO:    800kb BOs (23)
[  296.030814] [drm:vc4_bo_create [vc4]] *ERROR* Failed to allocate from CMA:
[  296.038235] vc4-drm soc:gpu: [drm]                            V3D: 101456kb BOs (154)
[  296.046507] vc4-drm soc:gpu: [drm]                     V3D shader:    300kb BOs (75)
[  296.054582] vc4-drm soc:gpu: [drm]                           dumb:   4100kb BOs (4)
[  296.062628] vc4-drm soc:gpu: [drm]                         binner:  16384kb BOs (1)
[  296.073633] vc4-drm soc:gpu: [drm]                total purged BO:    800kb BOs (23)
[  296.148108] [drm:vc4_bo_create [vc4]] *ERROR* Failed to allocate from CMA:
[  296.155434] vc4-drm soc:gpu: [drm]                            V3D: 101456kb BOs (154)
[  296.163708] vc4-drm soc:gpu: [drm]                     V3D shader:    300kb BOs (75)
[  296.171845] vc4-drm soc:gpu: [drm]                           dumb:   4100kb BOs (4)
[  296.179846] vc4-drm soc:gpu: [drm]                         binner:  16384kb BOs (1)
[  296.189985] vc4-drm soc:gpu: [drm]                total purged BO:    800kb BOs (23)
[  296.263870] [drm:vc4_bo_create [vc4]] *ERROR* Failed to allocate from CMA:
[  296.271212] vc4-drm soc:gpu: [drm]                            V3D: 101456kb BOs (154)
[  296.279546] vc4-drm soc:gpu: [drm]                     V3D shader:    300kb BOs (75)
[  296.287611] vc4-drm soc:gpu: [drm]                           dumb:   4100kb BOs (4)
[  296.295606] vc4-drm soc:gpu: [drm]                         binner:  16384kb BOs (1)
[  296.303841] vc4-drm soc:gpu: [drm]                total purged BO:    800kb BOs (23)
[  296.369775] [drm:vc4_bo_create [vc4]] *ERROR* Failed to allocate from CMA:
[  296.377013] vc4-drm soc:gpu: [drm]                            V3D: 101456kb BOs (154)
[  296.385263] vc4-drm soc:gpu: [drm]                     V3D shader:    300kb BOs (75)
[  296.393382] vc4-drm soc:gpu: [drm]                           dumb:   4100kb BOs (4)
[  296.401359] vc4-drm soc:gpu: [drm]                         binner:  16384kb BOs (1)
[  296.410799] vc4-drm soc:gpu: [drm]                total purged BO:    800kb BOs (23)
[  296.477496] [drm:vc4_bo_create [vc4]] *ERROR* Failed to allocate from CMA:
[  296.484897] vc4-drm soc:gpu: [drm]                            V3D: 101456kb BOs (154)
[  296.493282] vc4-drm soc:gpu: [drm]                     V3D shader:    300kb BOs (75)
[  296.501383] vc4-drm soc:gpu: [drm]                           dumb:   4100kb BOs (4)
[  296.509472] vc4-drm soc:gpu: [drm]                         binner:  16384kb BOs (1)
[  296.519480] vc4-drm soc:gpu: [drm]                total purged BO:    800kb BOs (23)
[  296.586501] [drm:vc4_bo_create [vc4]] *ERROR* Failed to allocate from CMA:
[  296.593722] vc4-drm soc:gpu: [drm]                            V3D: 101456kb BOs (154)
[  296.601804] vc4-drm soc:gpu: [drm]                     V3D shader:    300kb BOs (75)
[  296.609792] vc4-drm soc:gpu: [drm]                           dumb:   4100kb BOs (4)
[  296.617625] vc4-drm soc:gpu: [drm]                         binner:  16384kb BOs (1)
[  296.628369] vc4-drm soc:gpu: [drm]                total purged BO:    800kb BOs (23)
[  296.693432] [drm:vc4_bo_create [vc4]] *ERROR* Failed to allocate from CMA:
[  296.700662] vc4-drm soc:gpu: [drm]                            V3D: 101456kb BOs (154)
[  296.708764] vc4-drm soc:gpu: [drm]                     V3D shader:    300kb BOs (75)
[  296.716716] vc4-drm soc:gpu: [drm]                           dumb:   4100kb BOs (4)
[  296.724556] vc4-drm soc:gpu: [drm]                         binner:  16384kb BOs (1)
[  296.734544] vc4-drm soc:gpu: [drm]                total purged BO:    800kb BOs (23)
[  296.800258] [drm:vc4_bo_create [vc4]] *ERROR* Failed to allocate from CMA:
[  296.807458] vc4-drm soc:gpu: [drm]                            V3D: 101456kb BOs (154)
[  296.815589] vc4-drm soc:gpu: [drm]                     V3D shader:    300kb BOs (75)
[  296.823551] vc4-drm soc:gpu: [drm]                           dumb:   4100kb BOs (4)
[  296.831486] vc4-drm soc:gpu: [drm]                         binner:  16384kb BOs (1)
[  296.841075] vc4-drm soc:gpu: [drm]                total purged BO:    800kb BOs (23)
[  296.909055] [drm:vc4_bo_create [vc4]] *ERROR* Failed to allocate from CMA:
[  296.916291] vc4-drm soc:gpu: [drm]                            V3D: 101456kb BOs (154)
[  296.924440] vc4-drm soc:gpu: [drm]                     V3D shader:    300kb BOs (75)
[  296.932486] vc4-drm soc:gpu: [drm]                           dumb:   4100kb BOs (4)
[  296.940410] vc4-drm soc:gpu: [drm]                         binner:  16384kb BOs (1)
[  296.949566] vc4-drm soc:gpu: [drm]                total purged BO:    800kb BOs (23)
[  297.011755] [drm:vc4_bo_create [vc4]] *ERROR* Failed to allocate from CMA:
[  297.018954] vc4-drm soc:gpu: [drm]                            V3D: 101456kb BOs (154)
[  297.027080] vc4-drm soc:gpu: [drm]                     V3D shader:    300kb BOs (75)
[  297.035029] vc4-drm soc:gpu: [drm]                           dumb:   4100kb BOs (4)
[  297.042930] vc4-drm soc:gpu: [drm]                         binner:  16384kb BOs (1)
[  297.053090] vc4-drm soc:gpu: [drm]                total purged BO:    800kb BOs (23)
[  297.121700] [drm:vc4_bo_create [vc4]] *ERROR* Failed to allocate from CMA:
[  297.128916] vc4-drm soc:gpu: [drm]                            V3D: 101456kb BOs (154)
[  297.137007] vc4-drm soc:gpu: [drm]                     V3D shader:    300kb BOs (75)
[  297.144985] vc4-drm soc:gpu: [drm]                           dumb:   4100kb BOs (4)
[  297.152839] vc4-drm soc:gpu: [drm]                         binner:  16384kb BOs (1)
[  297.164184] vc4-drm soc:gpu: [drm]                total purged BO:    800kb BOs (23)
[  297.232026] [drm:vc4_bo_create [vc4]] *ERROR* Failed to allocate from CMA:
[  297.239267] vc4-drm soc:gpu: [drm]                            V3D: 101456kb BOs (154)
[  297.247367] vc4-drm soc:gpu: [drm]                     V3D shader:    300kb BOs (75)
[  297.255315] vc4-drm soc:gpu: [drm]                           dumb:   4100kb BOs (4)
[  297.263154] vc4-drm soc:gpu: [drm]                         binner:  16384kb BOs (1)
[  297.274118] vc4-drm soc:gpu: [drm]                total purged BO:    800kb BOs (23)
[  297.341509] [drm:vc4_bo_create [vc4]] *ERROR* Failed to allocate from CMA:
[  297.348656] vc4-drm soc:gpu: [drm]                            V3D: 101456kb BOs (154)
[  297.356746] vc4-drm soc:gpu: [drm]                     V3D shader:    300kb BOs (75)
[  297.364705] vc4-drm soc:gpu: [drm]                           dumb:   4100kb BOs (4)
[  297.372630] vc4-drm soc:gpu: [drm]                         binner:  16384kb BOs (1)
[  297.380602] vc4-drm soc:gpu: [drm]                total purged BO:    800kb BOs (23)
[  297.445688] [drm:vc4_bo_create [vc4]] *ERROR* Failed to allocate from CMA:
[  297.452991] vc4-drm soc:gpu: [drm]                            V3D: 101456kb BOs (154)
[  297.461011] vc4-drm soc:gpu: [drm]                     V3D shader:    300kb BOs (75)
[  297.468996] vc4-drm soc:gpu: [drm]                           dumb:   4100kb BOs (4)
[  297.476851] vc4-drm soc:gpu: [drm]                         binner:  16384kb BOs (1)
[  297.485811] vc4-drm soc:gpu: [drm]                total purged BO:    800kb BOs (23)
[  297.550665] [drm:vc4_bo_create [vc4]] *ERROR* Failed to allocate from CMA:
[  297.557829] vc4-drm soc:gpu: [drm]                            V3D: 101456kb BOs (154)
[  297.565894] vc4-drm soc:gpu: [drm]                     V3D shader:    300kb BOs (75)
[  297.573816] vc4-drm soc:gpu: [drm]                           dumb:   4100kb BOs (4)
[  297.581691] vc4-drm soc:gpu: [drm]                         binner:  16384kb BOs (1)
[  297.591282] vc4-drm soc:gpu: [drm]                total purged BO:    800kb BOs (23)
[  297.657294] [drm:vc4_bo_create [vc4]] *ERROR* Failed to allocate from CMA:
[  297.664513] vc4-drm soc:gpu: [drm]                            V3D: 101456kb BOs (154)
[  297.672621] vc4-drm soc:gpu: [drm]                     V3D shader:    300kb BOs (75)
[  297.680606] vc4-drm soc:gpu: [drm]                           dumb:   4100kb BOs (4)
[  297.688515] vc4-drm soc:gpu: [drm]                         binner:  16384kb BOs (1)
[  297.699695] vc4-drm soc:gpu: [drm]                total purged BO:    800kb BOs (23)
[  297.764677] [drm:vc4_bo_create [vc4]] *ERROR* Failed to allocate from CMA:
[  297.771902] vc4-drm soc:gpu: [drm]                            V3D: 101456kb BOs (154)
[  297.780025] vc4-drm soc:gpu: [drm]                     V3D shader:    300kb BOs (75)
[  297.787983] vc4-drm soc:gpu: [drm]                           dumb:   4100kb BOs (4)
[  297.795878] vc4-drm soc:gpu: [drm]                         binner:  16384kb BOs (1)
[  297.805968] vc4-drm soc:gpu: [drm]                total purged BO:    800kb BOs (23)
[  297.871488] [drm:vc4_bo_create [vc4]] *ERROR* Failed to allocate from CMA:
[  297.878729] vc4-drm soc:gpu: [drm]                            V3D: 101456kb BOs (154)
[  297.886841] vc4-drm soc:gpu: [drm]                     V3D shader:    300kb BOs (75)
[  297.894799] vc4-drm soc:gpu: [drm]                           dumb:   4100kb BOs (4)
[  297.902710] vc4-drm soc:gpu: [drm]                         binner:  16384kb BOs (1)
[  297.912616] vc4-drm soc:gpu: [drm]                total purged BO:    800kb BOs (23)
[  297.982981] [drm:vc4_bo_create [vc4]] *ERROR* Failed to allocate from CMA:
[  297.990219] vc4-drm soc:gpu: [drm]                            V3D: 101456kb BOs (154)
[  297.998332] vc4-drm soc:gpu: [drm]                     V3D shader:    300kb BOs (75)
[  298.006269] vc4-drm soc:gpu: [drm]                           dumb:   4100kb BOs (4)
[  298.014137] vc4-drm soc:gpu: [drm]                         binner:  16384kb BOs (1)
[  298.024870] vc4-drm soc:gpu: [drm]                total purged BO:    800kb BOs (23)
[  298.086434] [drm:vc4_bo_create [vc4]] *ERROR* Failed to allocate from CMA:
[  298.093546] vc4-drm soc:gpu: [drm]                            V3D: 101456kb BOs (154)
[  298.101620] vc4-drm soc:gpu: [drm]                     V3D shader:    300kb BOs (75)
[  298.109550] vc4-drm soc:gpu: [drm]                           dumb:   4100kb BOs (4)
[  298.117413] vc4-drm soc:gpu: [drm]                         binner:  16384kb BOs (1)
[  298.126128] vc4-drm soc:gpu: [drm]                total purged BO:    800kb BOs (23)
[  298.187259] [drm:vc4_bo_create [vc4]] *ERROR* Failed to allocate from CMA:
[  298.194424] vc4-drm soc:gpu: [drm]                            V3D: 101456kb BOs (154)
[  298.202479] vc4-drm soc:gpu: [drm]                     V3D shader:    300kb BOs (75)
[  298.210395] vc4-drm soc:gpu: [drm]                           dumb:   4100kb BOs (4)
[  298.218279] vc4-drm soc:gpu: [drm]                         binner:  16384kb BOs (1)
[  298.227563] vc4-drm soc:gpu: [drm]                total purged BO:    800kb BOs (23)
[  298.292024] [drm:vc4_bo_create [vc4]] *ERROR* Failed to allocate from CMA:
[  298.299180] vc4-drm soc:gpu: [drm]                            V3D: 101456kb BOs (154)
[  298.307253] vc4-drm soc:gpu: [drm]                     V3D shader:    300kb BOs (75)
[  298.315212] vc4-drm soc:gpu: [drm]                           dumb:   4100kb BOs (4)
[  298.323081] vc4-drm soc:gpu: [drm]                         binner:  16384kb BOs (1)
[  298.331741] vc4-drm soc:gpu: [drm]                total purged BO:    800kb BOs (23)
[  298.393294] [drm:vc4_bo_create [vc4]] *ERROR* Failed to allocate from CMA:
[  298.400441] vc4-drm soc:gpu: [drm]                            V3D: 101456kb BOs (154)
[  298.408531] vc4-drm soc:gpu: [drm]                     V3D shader:    300kb BOs (75)
[  298.416481] vc4-drm soc:gpu: [drm]                           dumb:   4100kb BOs (4)
[  298.424381] vc4-drm soc:gpu: [drm]                         binner:  16384kb BOs (1)
[  298.432988] vc4-drm soc:gpu: [drm]                total purged BO:    800kb BOs (23)
[  298.497879] [drm:vc4_bo_create [vc4]] *ERROR* Failed to allocate from CMA:
[  298.505100] vc4-drm soc:gpu: [drm]                            V3D: 101456kb BOs (154)
[  298.513174] vc4-drm soc:gpu: [drm]                     V3D shader:    300kb BOs (75)
[  298.521093] vc4-drm soc:gpu: [drm]                           dumb:   4100kb BOs (4)
[  298.528977] vc4-drm soc:gpu: [drm]                         binner:  16384kb BOs (1)
[  298.537740] vc4-drm soc:gpu: [drm]                total purged BO:    800kb BOs (23)
[  298.599183] [drm:vc4_bo_create [vc4]] *ERROR* Failed to allocate from CMA:
[  298.606364] vc4-drm soc:gpu: [drm]                            V3D: 101456kb BOs (154)
[  298.614441] vc4-drm soc:gpu: [drm]                     V3D shader:    300kb BOs (75)
[  298.622389] vc4-drm soc:gpu: [drm]                           dumb:   4100kb BOs (4)
[  298.630318] vc4-drm soc:gpu: [drm]                         binner:  16384kb BOs (1)
[  298.642485] vc4-drm soc:gpu: [drm]                total purged BO:    800kb BOs (23)
[  298.705220] [drm:vc4_bo_create [vc4]] *ERROR* Failed to allocate from CMA:
[  298.712393] vc4-drm soc:gpu: [drm]                            V3D: 101456kb BOs (154)
[  298.720543] vc4-drm soc:gpu: [drm]                     V3D shader:    300kb BOs (75)
[  298.728511] vc4-drm soc:gpu: [drm]                           dumb:   4100kb BOs (4)
[  298.736426] vc4-drm soc:gpu: [drm]                         binner:  16384kb BOs (1)
[  298.746821] vc4-drm soc:gpu: [drm]                total purged BO:    800kb BOs (23)
[  298.811056] [drm:vc4_bo_create [vc4]] *ERROR* Failed to allocate from CMA:
[  298.818278] vc4-drm soc:gpu: [drm]                            V3D: 101456kb BOs (154)
[  298.826395] vc4-drm soc:gpu: [drm]                     V3D shader:    300kb BOs (75)
[  298.834352] vc4-drm soc:gpu: [drm]                           dumb:   4100kb BOs (4)
[  298.842227] vc4-drm soc:gpu: [drm]                         binner:  16384kb BOs (1)
[  298.851092] vc4-drm soc:gpu: [drm]                total purged BO:    800kb BOs (23)
[  298.918901] [drm:vc4_bo_create [vc4]] *ERROR* Failed to allocate from CMA:
[  298.926063] vc4-drm soc:gpu: [drm]                            V3D: 101456kb BOs (154)
[  298.934133] vc4-drm soc:gpu: [drm]                     V3D shader:    300kb BOs (75)
[  298.942093] vc4-drm soc:gpu: [drm]                           dumb:   4100kb BOs (4)
[  298.949974] vc4-drm soc:gpu: [drm]                         binner:  16384kb BOs (1)
[  298.958616] vc4-drm soc:gpu: [drm]                total purged BO:    800kb BOs (23)
[  299.025494] [drm:vc4_bo_create [vc4]] *ERROR* Failed to allocate from CMA:
[  299.032719] vc4-drm soc:gpu: [drm]                            V3D: 101456kb BOs (154)
[  299.040870] vc4-drm soc:gpu: [drm]                     V3D shader:    300kb BOs (75)
[  299.048824] vc4-drm soc:gpu: [drm]                           dumb:   4100kb BOs (4)
[  299.056751] vc4-drm soc:gpu: [drm]                         binner:  16384kb BOs (1)
[  299.065382] vc4-drm soc:gpu: [drm]                total purged BO:    800kb BOs (23)
[  299.138502] [drm:vc4_bo_create [vc4]] *ERROR* Failed to allocate from CMA:
[  299.145826] vc4-drm soc:gpu: [drm]                            V3D: 101456kb BOs (154)
[  299.154095] vc4-drm soc:gpu: [drm]                     V3D shader:    300kb BOs (75)
[  299.162214] vc4-drm soc:gpu: [drm]                           dumb:   4100kb BOs (4)
[  299.170321] vc4-drm soc:gpu: [drm]                         binner:  16384kb BOs (1)
[  299.179369] vc4-drm soc:gpu: [drm]                total purged BO:    800kb BOs (23)
[  299.246959] [drm:vc4_bo_create [vc4]] *ERROR* Failed to allocate from CMA:
[  299.254363] vc4-drm soc:gpu: [drm]                            V3D: 101456kb BOs (154)
[  299.262568] vc4-drm soc:gpu: [drm]                     V3D shader:    300kb BOs (75)
[  299.270627] vc4-drm soc:gpu: [drm]                           dumb:   4100kb BOs (4)
[  299.278694] vc4-drm soc:gpu: [drm]                         binner:  16384kb BOs (1)
[  299.287089] vc4-drm soc:gpu: [drm]                total purged BO:    800kb BOs (23)
[  299.354722] [drm:vc4_bo_create [vc4]] *ERROR* Failed to allocate from CMA:
[  299.361907] vc4-drm soc:gpu: [drm]                            V3D: 101456kb BOs (154)
[  299.370027] vc4-drm soc:gpu: [drm]                     V3D shader:    300kb BOs (75)
[  299.377964] vc4-drm soc:gpu: [drm]                           dumb:   4100kb BOs (4)
[  299.385789] vc4-drm soc:gpu: [drm]                         binner:  16384kb BOs (1)
[  299.397116] vc4-drm soc:gpu: [drm]                total purged BO:    800kb BOs (23)
[  299.461877] [drm:vc4_bo_create [vc4]] *ERROR* Failed to allocate from CMA:
[  299.469032] vc4-drm soc:gpu: [drm]                            V3D: 101456kb BOs (154)
[  299.477052] vc4-drm soc:gpu: [drm]                     V3D shader:    300kb BOs (75)
[  299.484991] vc4-drm soc:gpu: [drm]                           dumb:   4100kb BOs (4)
[  299.492833] vc4-drm soc:gpu: [drm]                         binner:  16384kb BOs (1)
[  299.502042] vc4-drm soc:gpu: [drm]                total purged BO:    800kb BOs (23)
[  299.568917] [drm:vc4_bo_create [vc4]] *ERROR* Failed to allocate from CMA:
[  299.576161] vc4-drm soc:gpu: [drm]                            V3D: 101456kb BOs (154)
[  299.584303] vc4-drm soc:gpu: [drm]                     V3D shader:    300kb BOs (75)
[  299.592256] vc4-drm soc:gpu: [drm]                           dumb:   4100kb BOs (4)
[  299.600176] vc4-drm soc:gpu: [drm]                         binner:  16384kb BOs (1)
[  299.609103] vc4-drm soc:gpu: [drm]                total purged BO:    800kb BOs (23)
[  299.674441] [drm:vc4_bo_create [vc4]] *ERROR* Failed to allocate from CMA:
[  299.681598] vc4-drm soc:gpu: [drm]                            V3D: 101456kb BOs (154)
[  299.689740] vc4-drm soc:gpu: [drm]                     V3D shader:    300kb BOs (75)
[  299.697683] vc4-drm soc:gpu: [drm]                           dumb:   4100kb BOs (4)
[  299.705583] vc4-drm soc:gpu: [drm]                         binner:  16384kb BOs (1)
[  299.714585] vc4-drm soc:gpu: [drm]                total purged BO:    800kb BOs (23)
[  299.778074] [drm:vc4_bo_create [vc4]] *ERROR* Failed to allocate from CMA:
[  299.785225] vc4-drm soc:gpu: [drm]                            V3D: 101456kb BOs (154)
[  299.793311] vc4-drm soc:gpu: [drm]                     V3D shader:    300kb BOs (75)
[  299.801235] vc4-drm soc:gpu: [drm]                           dumb:   4100kb BOs (4)
[  299.809122] vc4-drm soc:gpu: [drm]                         binner:  16384kb BOs (1)
[  299.818256] vc4-drm soc:gpu: [drm]                total purged BO:    800kb BOs (23)
[  299.881610] [drm:vc4_bo_create [vc4]] *ERROR* Failed to allocate from CMA:
[  299.888797] vc4-drm soc:gpu: [drm]                            V3D: 101456kb BOs (154)
[  299.896898] vc4-drm soc:gpu: [drm]                     V3D shader:    300kb BOs (75)
[  299.904879] vc4-drm soc:gpu: [drm]                           dumb:   4100kb BOs (4)
[  299.912809] vc4-drm soc:gpu: [drm]                         binner:  16384kb BOs (1)
[  299.925139] vc4-drm soc:gpu: [drm]                total purged BO:    800kb BOs (23)
[  299.989338] [drm:vc4_bo_create [vc4]] *ERROR* Failed to allocate from CMA:
[  299.996531] vc4-drm soc:gpu: [drm]                            V3D: 101456kb BOs (154)
[  300.004642] vc4-drm soc:gpu: [drm]                     V3D shader:    300kb BOs (75)
[  300.012588] vc4-drm soc:gpu: [drm]                           dumb:   4100kb BOs (4)
[  300.020509] vc4-drm soc:gpu: [drm]                         binner:  16384kb BOs (1)
[  300.034710] vc4-drm soc:gpu: [drm]                total purged BO:    800kb BOs (23)
[  300.097170] [drm:vc4_bo_create [vc4]] *ERROR* Failed to allocate from CMA:
[  300.104348] vc4-drm soc:gpu: [drm]                            V3D: 101456kb BOs (154)
[  300.112493] vc4-drm soc:gpu: [drm]                     V3D shader:    300kb BOs (75)
[  300.120472] vc4-drm soc:gpu: [drm]                           dumb:   4100kb BOs (4)
[  300.128407] vc4-drm soc:gpu: [drm]                         binner:  16384kb BOs (1)
[  300.142679] vc4-drm soc:gpu: [drm]                total purged BO:    800kb BOs (23)
[  300.206070] [drm:vc4_bo_create [vc4]] *ERROR* Failed to allocate from CMA:
[  300.213223] vc4-drm soc:gpu: [drm]                            V3D: 101456kb BOs (154)
[  300.221368] vc4-drm soc:gpu: [drm]                     V3D shader:    300kb BOs (75)
[  300.229357] vc4-drm soc:gpu: [drm]                           dumb:   4100kb BOs (4)
[  300.237243] vc4-drm soc:gpu: [drm]                         binner:  16384kb BOs (1)
[  300.248184] vc4-drm soc:gpu: [drm]                total purged BO:    800kb BOs (23)
[  300.310148] [drm:vc4_bo_create [vc4]] *ERROR* Failed to allocate from CMA:
[  300.317280] vc4-drm soc:gpu: [drm]                            V3D: 101456kb BOs (154)
[  300.325371] vc4-drm soc:gpu: [drm]                     V3D shader:    300kb BOs (75)
[  300.333303] vc4-drm soc:gpu: [drm]                           dumb:   4100kb BOs (4)
[  300.341196] vc4-drm soc:gpu: [drm]                         binner:  16384kb BOs (1)
[  300.354691] vc4-drm soc:gpu: [drm]                total purged BO:    800kb BOs (23)
[  300.428512] [drm:vc4_bo_create [vc4]] *ERROR* Failed to allocate from CMA:
[  300.435859] vc4-drm soc:gpu: [drm]                            V3D: 101456kb BOs (154)
[  300.444064] vc4-drm soc:gpu: [drm]                     V3D shader:    300kb BOs (75)
[  300.452130] vc4-drm soc:gpu: [drm]                           dumb:   4100kb BOs (4)
[  300.460224] vc4-drm soc:gpu: [drm]                         binner:  16384kb BOs (1)
[  300.468627] vc4-drm soc:gpu: [drm]                total purged BO:    800kb BOs (23)
[  300.531451] [drm:vc4_bo_create [vc4]] *ERROR* Failed to allocate from CMA:
[  300.538745] vc4-drm soc:gpu: [drm]                            V3D: 101456kb BOs (154)
[  300.546983] vc4-drm soc:gpu: [drm]                     V3D shader:    300kb BOs (75)
[  300.555120] vc4-drm soc:gpu: [drm]                           dumb:   4100kb BOs (4)
[  300.563220] vc4-drm soc:gpu: [drm]                         binner:  16384kb BOs (1)
[  300.571252] vc4-drm soc:gpu: [drm]                total purged BO:    800kb BOs (23)
[  300.640616] [drm:vc4_bo_create [vc4]] *ERROR* Failed to allocate from CMA:
[  300.647961] vc4-drm soc:gpu: [drm]                            V3D: 101456kb BOs (154)
[  300.656292] vc4-drm soc:gpu: [drm]                     V3D shader:    300kb BOs (75)
[  300.664398] vc4-drm soc:gpu: [drm]                           dumb:   4100kb BOs (4)
[  300.672510] vc4-drm soc:gpu: [drm]                         binner:  16384kb BOs (1)
[  300.683771] vc4-drm soc:gpu: [drm]                total purged BO:    800kb BOs (23)
[  300.755268] [drm:vc4_bo_create [vc4]] *ERROR* Failed to allocate from CMA:
[  300.762751] vc4-drm soc:gpu: [drm]                            V3D: 101456kb BOs (154)
[  300.771011] vc4-drm soc:gpu: [drm]                     V3D shader:    300kb BOs (75)
[  300.779375] vc4-drm soc:gpu: [drm]                           dumb:   4100kb BOs (4)
[  300.787426] vc4-drm soc:gpu: [drm]                         binner:  16384kb BOs (1)
[  300.797613] vc4-drm soc:gpu: [drm]                total purged BO:    800kb BOs (23)
[  300.863484] [drm:vc4_bo_create [vc4]] *ERROR* Failed to allocate from CMA:
[  300.870849] vc4-drm soc:gpu: [drm]                            V3D: 101456kb BOs (154)
[  300.879114] vc4-drm soc:gpu: [drm]                     V3D shader:    300kb BOs (75)
[  300.887332] vc4-drm soc:gpu: [drm]                           dumb:   4100kb BOs (4)
[  300.895431] vc4-drm soc:gpu: [drm]                         binner:  16384kb BOs (1)
[  300.904258] vc4-drm soc:gpu: [drm]                total purged BO:    800kb BOs (23)
[  300.971372] [drm:vc4_bo_create [vc4]] *ERROR* Failed to allocate from CMA:
[  300.978755] vc4-drm soc:gpu: [drm]                            V3D: 101456kb BOs (154)
[  300.987078] vc4-drm soc:gpu: [drm]                     V3D shader:    300kb BOs (75)
[  300.995238] vc4-drm soc:gpu: [drm]                           dumb:   4100kb BOs (4)
[  301.003302] vc4-drm soc:gpu: [drm]                         binner:  16384kb BOs (1)
[  301.011977] vc4-drm soc:gpu: [drm]                total purged BO:    800kb BOs (23)
[  301.082631] [drm:vc4_bo_create [vc4]] *ERROR* Failed to allocate from CMA:
[  301.089980] vc4-drm soc:gpu: [drm]                            V3D: 101456kb BOs (154)
[  301.098256] vc4-drm soc:gpu: [drm]                     V3D shader:    300kb BOs (75)
[  301.106369] vc4-drm soc:gpu: [drm]                           dumb:   4100kb BOs (4)
[  301.114450] vc4-drm soc:gpu: [drm]                         binner:  16384kb BOs (1)
[  301.125284] vc4-drm soc:gpu: [drm]                total purged BO:    800kb BOs (23)
[  301.193555] [drm:vc4_bo_create [vc4]] *ERROR* Failed to allocate from CMA:
[  301.201011] vc4-drm soc:gpu: [drm]                            V3D: 101456kb BOs (154)
[  301.209249] vc4-drm soc:gpu: [drm]                     V3D shader:    300kb BOs (75)
[  301.217342] vc4-drm soc:gpu: [drm]                           dumb:   4100kb BOs (4)
[  301.225299] vc4-drm soc:gpu: [drm]                         binner:  16384kb BOs (1)
[  301.238454] vc4-drm soc:gpu: [drm]                total purged BO:    800kb BOs (23)
[  301.306644] [drm:vc4_bo_create [vc4]] *ERROR* Failed to allocate from CMA:
[  301.313832] vc4-drm soc:gpu: [drm]                            V3D: 101456kb BOs (154)
[  301.321945] vc4-drm soc:gpu: [drm]                     V3D shader:    300kb BOs (75)
[  301.329895] vc4-drm soc:gpu: [drm]                           dumb:   4100kb BOs (4)
[  301.337782] vc4-drm soc:gpu: [drm]                         binner:  16384kb BOs (1)
[  301.348464] vc4-drm soc:gpu: [drm]                total purged BO:    800kb BOs (23)
[  301.413841] [drm:vc4_bo_create [vc4]] *ERROR* Failed to allocate from CMA:
[  301.421063] vc4-drm soc:gpu: [drm]                            V3D: 101456kb BOs (154)
[  301.429123] vc4-drm soc:gpu: [drm]                     V3D shader:    300kb BOs (75)
[  301.437057] vc4-drm soc:gpu: [drm]                           dumb:   4100kb BOs (4)
[  301.445003] vc4-drm soc:gpu: [drm]                         binner:  16384kb BOs (1)
[  301.445251] vc4-drm soc:gpu: [drm]                total purged BO:    800kb BOs (23)
[  301.516155] [drm:vc4_bo_create [vc4]] *ERROR* Failed to allocate from CMA:
[  301.523605] vc4-drm soc:gpu: [drm]                            V3D: 101456kb BOs (154)
[  301.531932] vc4-drm soc:gpu: [drm]                     V3D shader:    300kb BOs (75)
[  301.540088] vc4-drm soc:gpu: [drm]                           dumb:   4100kb BOs (4)
[  301.548130] vc4-drm soc:gpu: [drm]                         binner:  16384kb BOs (1)
[  301.556894] vc4-drm soc:gpu: [drm]                total purged BO:    800kb BOs (23)
[  301.622428] [drm:vc4_bo_create [vc4]] *ERROR* Failed to allocate from CMA:
[  301.629774] vc4-drm soc:gpu: [drm]                            V3D: 101456kb BOs (154)
[  301.637983] vc4-drm soc:gpu: [drm]                     V3D shader:    300kb BOs (75)
[  301.645999] vc4-drm soc:gpu: [drm]                           dumb:   4100kb BOs (4)
[  301.654014] vc4-drm soc:gpu: [drm]                         binner:  16384kb BOs (1)
[  301.664111] vc4-drm soc:gpu: [drm]                total purged BO:    800kb BOs (23)
[  301.737732] [drm:vc4_bo_create [vc4]] *ERROR* Failed to allocate from CMA:
[  301.745169] vc4-drm soc:gpu: [drm]                            V3D: 101456kb BOs (154)
[  301.753457] vc4-drm soc:gpu: [drm]                     V3D shader:    300kb BOs (75)
[  301.761518] vc4-drm soc:gpu: [drm]                           dumb:   4100kb BOs (4)
[  301.769588] vc4-drm soc:gpu: [drm]                         binner:  16384kb BOs (1)
[  301.778938] vc4-drm soc:gpu: [drm]                total purged BO:    800kb BOs (23)
[  301.851428] [drm:vc4_bo_create [vc4]] *ERROR* Failed to allocate from CMA:
[  301.858775] vc4-drm soc:gpu: [drm]                            V3D: 101456kb BOs (154)
[  301.867080] vc4-drm soc:gpu: [drm]                     V3D shader:    300kb BOs (75)
[  301.875213] vc4-drm soc:gpu: [drm]                           dumb:   4100kb BOs (4)
[  301.883488] vc4-drm soc:gpu: [drm]                         binner:  16384kb BOs (1)
[  301.893769] vc4-drm soc:gpu: [drm]                total purged BO:    800kb BOs (23)
[  301.959877] [drm:vc4_bo_create [vc4]] *ERROR* Failed to allocate from CMA:
[  301.967167] vc4-drm soc:gpu: [drm]                            V3D: 101456kb BOs (154)
[  301.967189] vc4-drm soc:gpu: [drm]                     V3D shader:    300kb BOs (75)
[  301.983218] vc4-drm soc:gpu: [drm]                           dumb:   4100kb BOs (4)
[  301.991138] vc4-drm soc:gpu: [drm]                         binner:  16384kb BOs (1)
[  302.000414] vc4-drm soc:gpu: [drm]                total purged BO:    800kb BOs (23)
[  302.070944] [drm:vc4_bo_create [vc4]] *ERROR* Failed to allocate from CMA:
[  302.078195] vc4-drm soc:gpu: [drm]                            V3D: 101456kb BOs (154)
[  302.086331] vc4-drm soc:gpu: [drm]                     V3D shader:    300kb BOs (75)
[  302.094275] vc4-drm soc:gpu: [drm]                           dumb:   4100kb BOs (4)
[  302.102171] vc4-drm soc:gpu: [drm]                         binner:  16384kb BOs (1)
[  302.112042] vc4-drm soc:gpu: [drm]                total purged BO:    800kb BOs (23)
[  302.178967] [drm:vc4_bo_create [vc4]] *ERROR* Failed to allocate from CMA:
[  302.186147] vc4-drm soc:gpu: [drm]                            V3D: 101456kb BOs (154)
[  302.194243] vc4-drm soc:gpu: [drm]                     V3D shader:    300kb BOs (75)
[  302.202226] vc4-drm soc:gpu: [drm]                           dumb:   4100kb BOs (4)
[  302.210159] vc4-drm soc:gpu: [drm]                         binner:  16384kb BOs (1)
[  302.213392] vc4-drm soc:gpu: [drm]                total purged BO:    800kb BOs (23)
[  302.283934] [drm:vc4_bo_create [vc4]] *ERROR* Failed to allocate from CMA:
[  302.291066] vc4-drm soc:gpu: [drm]                            V3D: 101456kb BOs (154)
[  302.299182] vc4-drm soc:gpu: [drm]                     V3D shader:    300kb BOs (75)
[  302.299201] vc4-drm soc:gpu: [drm]                           dumb:   4100kb BOs (4)
[  302.314971] vc4-drm soc:gpu: [drm]                         binner:  16384kb BOs (1)
[  302.323013] vc4-drm soc:gpu: [drm]                total purged BO:    800kb BOs (23)
[  302.394466] [drm:vc4_bo_create [vc4]] *ERROR* Failed to allocate from CMA:
[  302.401771] vc4-drm soc:gpu: [drm]                            V3D: 101456kb BOs (154)
[  302.410068] vc4-drm soc:gpu: [drm]                     V3D shader:    300kb BOs (75)
[  302.418395] vc4-drm soc:gpu: [drm]                           dumb:   4100kb BOs (4)
[  302.426511] vc4-drm soc:gpu: [drm]                         binner:  16384kb BOs (1)
[  302.436333] vc4-drm soc:gpu: [drm]                total purged BO:    800kb BOs (23)
[  302.506450] [drm:vc4_bo_create [vc4]] *ERROR* Failed to allocate from CMA:
[  302.513531] vc4-drm soc:gpu: [drm]                            V3D: 101456kb BOs (154)
[  302.521611] vc4-drm soc:gpu: [drm]                     V3D shader:    300kb BOs (75)
[  302.529535] vc4-drm soc:gpu: [drm]                           dumb:   4100kb BOs (4)
[  302.537371] vc4-drm soc:gpu: [drm]                         binner:  16384kb BOs (1)
[  302.545220] vc4-drm soc:gpu: [drm]                total purged BO:    800kb BOs (23)
[  302.615866] [drm:vc4_bo_create [vc4]] *ERROR* Failed to allocate from CMA:
[  302.623219] vc4-drm soc:gpu: [drm]                            V3D: 101456kb BOs (154)
[  302.631509] vc4-drm soc:gpu: [drm]                     V3D shader:    300kb BOs (75)
[  302.639568] vc4-drm soc:gpu: [drm]                           dumb:   4100kb BOs (4)
[  302.647553] vc4-drm soc:gpu: [drm]                         binner:  16384kb BOs (1)
[  302.661680] vc4-drm soc:gpu: [drm]                total purged BO:    800kb BOs (23)
[  302.727993] [drm:vc4_bo_create [vc4]] *ERROR* Failed to allocate from CMA:
[  302.735110] vc4-drm soc:gpu: [drm]                            V3D: 101456kb BOs (154)
[  302.743226] vc4-drm soc:gpu: [drm]                     V3D shader:    300kb BOs (75)
[  302.743244] vc4-drm soc:gpu: [drm]                           dumb:   4100kb BOs (4)
[  302.759017] vc4-drm soc:gpu: [drm]                         binner:  16384kb BOs (1)
[  302.767005] vc4-drm soc:gpu: [drm]                total purged BO:    800kb BOs (23)
[  302.834344] [drm:vc4_bo_create [vc4]] *ERROR* Failed to allocate from CMA:
[  302.841514] vc4-drm soc:gpu: [drm]                            V3D: 101456kb BOs (154)
[  302.849584] vc4-drm soc:gpu: [drm]                     V3D shader:    300kb BOs (75)
[  302.857509] vc4-drm soc:gpu: [drm]                           dumb:   4100kb BOs (4)
[  302.865374] vc4-drm soc:gpu: [drm]                         binner:  16384kb BOs (1)
[  302.874877] vc4-drm soc:gpu: [drm]                total purged BO:    800kb BOs (23)
[  302.936897] [drm:vc4_bo_create [vc4]] *ERROR* Failed to allocate from CMA:
[  302.944002] vc4-drm soc:gpu: [drm]                            V3D: 101456kb BOs (154)
[  302.952132] vc4-drm soc:gpu: [drm]                     V3D shader:    300kb BOs (75)
[  302.960137] vc4-drm soc:gpu: [drm]                           dumb:   4100kb BOs (4)
[  302.968079] vc4-drm soc:gpu: [drm]                         binner:  16384kb BOs (1)
[  302.978281] vc4-drm soc:gpu: [drm]                total purged BO:    800kb BOs (23)
[  303.047959] [drm:vc4_bo_create [vc4]] *ERROR* Failed to allocate from CMA:
[  303.055198] vc4-drm soc:gpu: [drm]                            V3D: 101456kb BOs (154)
[  303.063338] vc4-drm soc:gpu: [drm]                     V3D shader:    300kb BOs (75)
[  303.071310] vc4-drm soc:gpu: [drm]                           dumb:   4100kb BOs (4)
[  303.079194] vc4-drm soc:gpu: [drm]                         binner:  16384kb BOs (1)
[  303.087251] vc4-drm soc:gpu: [drm]                total purged BO:    800kb BOs (23)
[  303.152508] [drm:vc4_bo_create [vc4]] *ERROR* Failed to allocate from CMA:
[  303.159753] vc4-drm soc:gpu: [drm]                            V3D: 101456kb BOs (154)
[  303.167872] vc4-drm soc:gpu: [drm]                     V3D shader:    300kb BOs (75)
[  303.175841] vc4-drm soc:gpu: [drm]                           dumb:   4100kb BOs (4)
[  303.183790] vc4-drm soc:gpu: [drm]                         binner:  16384kb BOs (1)
[  303.199947] vc4-drm soc:gpu: [drm]                total purged BO:    800kb BOs (23)
[  303.266274] [drm:vc4_bo_create [vc4]] *ERROR* Failed to allocate from CMA:
[  303.273428] vc4-drm soc:gpu: [drm]                            V3D: 101456kb BOs (154)
[  303.281465] vc4-drm soc:gpu: [drm]                     V3D shader:    300kb BOs (75)
[  303.289375] vc4-drm soc:gpu: [drm]                           dumb:   4100kb BOs (4)
[  303.297222] vc4-drm soc:gpu: [drm]                         binner:  16384kb BOs (1)
[  303.306670] vc4-drm soc:gpu: [drm]                total purged BO:    800kb BOs (23)
[  303.373118] [drm:vc4_bo_create [vc4]] *ERROR* Failed to allocate from CMA:
[  303.380323] vc4-drm soc:gpu: [drm]                            V3D: 101456kb BOs (154)
[  303.388453] vc4-drm soc:gpu: [drm]                     V3D shader:    300kb BOs (75)
[  303.396411] vc4-drm soc:gpu: [drm]                           dumb:   4100kb BOs (4)
[  303.404307] vc4-drm soc:gpu: [drm]                         binner:  16384kb BOs (1)
[  303.412603] vc4-drm soc:gpu: [drm]                total purged BO:    800kb BOs (23)
[  303.480166] [drm:vc4_bo_create [vc4]] *ERROR* Failed to allocate from CMA:
[  303.487603] vc4-drm soc:gpu: [drm]                            V3D: 101456kb BOs (154)
[  303.495843] vc4-drm soc:gpu: [drm]                     V3D shader:    300kb BOs (75)
[  303.503946] vc4-drm soc:gpu: [drm]                           dumb:   4100kb BOs (4)
[  303.512040] vc4-drm soc:gpu: [drm]                         binner:  16384kb BOs (1)
[  303.522110] vc4-drm soc:gpu: [drm]                total purged BO:    800kb BOs (23)
[  303.591518] [drm:vc4_bo_create [vc4]] *ERROR* Failed to allocate from CMA:
[  303.598872] vc4-drm soc:gpu: [drm]                            V3D: 101456kb BOs (154)
[  303.607209] vc4-drm soc:gpu: [drm]                     V3D shader:    300kb BOs (75)
[  303.615373] vc4-drm soc:gpu: [drm]                           dumb:   4100kb BOs (4)
[  303.623442] vc4-drm soc:gpu: [drm]                         binner:  16384kb BOs (1)
[  303.633830] vc4-drm soc:gpu: [drm]                total purged BO:    800kb BOs (23)
[  303.726316] [drm:vc4_bo_create [vc4]] *ERROR* Failed to allocate from CMA:
[  303.733743] vc4-drm soc:gpu: [drm]                            V3D: 101456kb BOs (154)
[  303.742048] vc4-drm soc:gpu: [drm]                     V3D shader:    300kb BOs (75)
[  303.750260] vc4-drm soc:gpu: [drm]                           dumb:   4100kb BOs (4)
[  303.758457] vc4-drm soc:gpu: [drm]                         binner:  16384kb BOs (1)
[  303.768479] vc4-drm soc:gpu: [drm]                total purged BO:    800kb BOs (23)
[  303.837058] [drm:vc4_bo_create [vc4]] *ERROR* Failed to allocate from CMA:
[  303.844335] vc4-drm soc:gpu: [drm]                            V3D: 101456kb BOs (154)
[  303.852598] vc4-drm soc:gpu: [drm]                     V3D shader:    300kb BOs (75)
[  303.860628] vc4-drm soc:gpu: [drm]                           dumb:   4100kb BOs (4)
[  303.868729] vc4-drm soc:gpu: [drm]                         binner:  16384kb BOs (1)
[  303.877844] vc4-drm soc:gpu: [drm]                total purged BO:    800kb BOs (23)
[  303.948822] [drm:vc4_bo_create [vc4]] *ERROR* Failed to allocate from CMA:
[  303.956170] vc4-drm soc:gpu: [drm]                            V3D: 101456kb BOs (154)
[  303.964481] vc4-drm soc:gpu: [drm]                     V3D shader:    300kb BOs (75)
[  303.972645] vc4-drm soc:gpu: [drm]                           dumb:   4100kb BOs (4)
[  303.980800] vc4-drm soc:gpu: [drm]                         binner:  16384kb BOs (1)
[  303.991725] vc4-drm soc:gpu: [drm]                total purged BO:    800kb BOs (23)
[  304.060623] [drm:vc4_bo_create [vc4]] *ERROR* Failed to allocate from CMA:
[  304.068011] vc4-drm soc:gpu: [drm]                            V3D: 101456kb BOs (154)
[  304.076269] vc4-drm soc:gpu: [drm]                     V3D shader:    300kb BOs (75)
[  304.084392] vc4-drm soc:gpu: [drm]                           dumb:   4100kb BOs (4)
[  304.092479] vc4-drm soc:gpu: [drm]                         binner:  16384kb BOs (1)
[  304.102853] vc4-drm soc:gpu: [drm]                total purged BO:    800kb BOs (23)
[  304.170348] [drm:vc4_bo_create [vc4]] *ERROR* Failed to allocate from CMA:
[  304.177422] vc4-drm soc:gpu: [drm]                            V3D: 101456kb BOs (154)
[  304.185486] vc4-drm soc:gpu: [drm]                     V3D shader:    300kb BOs (75)
[  304.193474] vc4-drm soc:gpu: [drm]                           dumb:   4100kb BOs (4)
[  304.201343] vc4-drm soc:gpu: [drm]                         binner:  16384kb BOs (1)
[  304.209347] vc4-drm soc:gpu: [drm]                total purged BO:    800kb BOs (23)
[  304.279724] [drm:vc4_bo_create [vc4]] *ERROR* Failed to allocate from CMA:
[  304.287118] vc4-drm soc:gpu: [drm]                            V3D: 101456kb BOs (154)
[  304.295353] vc4-drm soc:gpu: [drm]                     V3D shader:    300kb BOs (75)
[  304.303476] vc4-drm soc:gpu: [drm]                           dumb:   4100kb BOs (4)
[  304.311494] vc4-drm soc:gpu: [drm]                         binner:  16384kb BOs (1)
[  304.323017] vc4-drm soc:gpu: [drm]                total purged BO:    800kb BOs (23)
[  304.399111] [drm:vc4_bo_create [vc4]] *ERROR* Failed to allocate from CMA:
[  304.406440] vc4-drm soc:gpu: [drm]                            V3D: 101456kb BOs (154)
[  304.414662] vc4-drm soc:gpu: [drm]                     V3D shader:    300kb BOs (75)
[  304.422754] vc4-drm soc:gpu: [drm]                           dumb:   4100kb BOs (4)
[  304.430805] vc4-drm soc:gpu: [drm]                         binner:  16384kb BOs (1)
[  304.442569] vc4-drm soc:gpu: [drm]                total purged BO:    800kb BOs (23)
[  304.514496] [drm:vc4_bo_create [vc4]] *ERROR* Failed to allocate from CMA:
[  304.521840] vc4-drm soc:gpu: [drm]                            V3D: 101456kb BOs (154)
[  304.530078] vc4-drm soc:gpu: [drm]                     V3D shader:    300kb BOs (75)
[  304.538138] vc4-drm soc:gpu: [drm]                           dumb:   4100kb BOs (4)
[  304.546228] vc4-drm soc:gpu: [drm]                         binner:  16384kb BOs (1)
[  304.558317] vc4-drm soc:gpu: [drm]                total purged BO:    800kb BOs (23)
[  304.639179] [drm:vc4_bo_create [vc4]] *ERROR* Failed to allocate from CMA:
[  304.646631] vc4-drm soc:gpu: [drm]                            V3D: 101456kb BOs (154)
[  304.655001] vc4-drm soc:gpu: [drm]                     V3D shader:    300kb BOs (75)
[  304.663229] vc4-drm soc:gpu: [drm]                           dumb:   4100kb BOs (4)
[  304.671303] vc4-drm soc:gpu: [drm]                         binner:  16384kb BOs (1)
[  304.683372] vc4-drm soc:gpu: [drm]                total purged BO:    800kb BOs (23)
[  304.754796] [drm:vc4_bo_create [vc4]] *ERROR* Failed to allocate from CMA:
[  304.762203] vc4-drm soc:gpu: [drm]                            V3D: 101456kb BOs (154)
[  304.770489] vc4-drm soc:gpu: [drm]                     V3D shader:    300kb BOs (75)
[  304.778604] vc4-drm soc:gpu: [drm]                           dumb:   4100kb BOs (4)
[  304.786641] vc4-drm soc:gpu: [drm]                         binner:  16384kb BOs (1)
[  304.796643] vc4-drm soc:gpu: [drm]                total purged BO:    800kb BOs (23)
[  304.870321] [drm:vc4_bo_create [vc4]] *ERROR* Failed to allocate from CMA:
[  304.877562] vc4-drm soc:gpu: [drm]                            V3D: 101456kb BOs (154)
[  304.885776] vc4-drm soc:gpu: [drm]                     V3D shader:    300kb BOs (75)
[  304.893763] vc4-drm soc:gpu: [drm]                           dumb:   4100kb BOs (4)
[  304.901728] vc4-drm soc:gpu: [drm]                         binner:  16384kb BOs (1)
[  304.910624] vc4-drm soc:gpu: [drm]                total purged BO:    800kb BOs (23)
[  304.976497] [drm:vc4_bo_create [vc4]] *ERROR* Failed to allocate from CMA:
[  304.983680] vc4-drm soc:gpu: [drm]                            V3D: 101456kb BOs (154)
[  304.991786] vc4-drm soc:gpu: [drm]                     V3D shader:    300kb BOs (75)
[  304.999783] vc4-drm soc:gpu: [drm]                           dumb:   4100kb BOs (4)
[  305.007693] vc4-drm soc:gpu: [drm]                         binner:  16384kb BOs (1)
[  305.015984] vc4-drm soc:gpu: [drm]                total purged BO:    800kb BOs (23)
[  305.077455] [drm:vc4_bo_create [vc4]] *ERROR* Failed to allocate from CMA:
[  305.084883] vc4-drm soc:gpu: [drm]                            V3D: 101456kb BOs (154)
[  305.093258] vc4-drm soc:gpu: [drm]                     V3D shader:    300kb BOs (75)
[  305.101329] vc4-drm soc:gpu: [drm]                           dumb:   4100kb BOs (4)
[  305.109371] vc4-drm soc:gpu: [drm]                         binner:  16384kb BOs (1)
[  305.120468] vc4-drm soc:gpu: [drm]                total purged BO:    800kb BOs (23)
[  305.190642] [drm:vc4_bo_create [vc4]] *ERROR* Failed to allocate from CMA:
[  305.197855] vc4-drm soc:gpu: [drm]                            V3D: 101456kb BOs (154)
[  305.205983] vc4-drm soc:gpu: [drm]                     V3D shader:    300kb BOs (75)
[  305.213961] vc4-drm soc:gpu: [drm]                           dumb:   4100kb BOs (4)
[  305.221873] vc4-drm soc:gpu: [drm]                         binner:  16384kb BOs (1)
[  305.232496] vc4-drm soc:gpu: [drm]                total purged BO:    800kb BOs (23)
[  305.301533] [drm:vc4_bo_create [vc4]] *ERROR* Failed to allocate from CMA:
[  305.308767] vc4-drm soc:gpu: [drm]                            V3D: 101456kb BOs (154)
[  305.316911] vc4-drm soc:gpu: [drm]                     V3D shader:    300kb BOs (75)
[  305.324882] vc4-drm soc:gpu: [drm]                           dumb:   4100kb BOs (4)
[  305.332827] vc4-drm soc:gpu: [drm]                         binner:  16384kb BOs (1)
[  305.344886] vc4-drm soc:gpu: [drm]                total purged BO:    800kb BOs (23)
[  305.412769] [drm:vc4_bo_create [vc4]] *ERROR* Failed to allocate from CMA:
[  305.420154] vc4-drm soc:gpu: [drm]                            V3D: 101456kb BOs (154)
[  305.428480] vc4-drm soc:gpu: [drm]                     V3D shader:    300kb BOs (75)
[  305.436554] vc4-drm soc:gpu: [drm]                           dumb:   4100kb BOs (4)
[  305.444577] vc4-drm soc:gpu: [drm]                         binner:  16384kb BOs (1)
[  305.452848] vc4-drm soc:gpu: [drm]                total purged BO:    800kb BOs (23)
[  305.522184] [drm:vc4_bo_create [vc4]] *ERROR* Failed to allocate from CMA:
[  305.529514] vc4-drm soc:gpu: [drm]                            V3D: 101456kb BOs (154)
[  305.537791] vc4-drm soc:gpu: [drm]                     V3D shader:    300kb BOs (75)
[  305.545826] vc4-drm soc:gpu: [drm]                           dumb:   4100kb BOs (4)
[  305.553814] vc4-drm soc:gpu: [drm]                         binner:  16384kb BOs (1)
[  305.564605] vc4-drm soc:gpu: [drm]                total purged BO:    800kb BOs (23)
[  305.632896] [drm:vc4_bo_create [vc4]] *ERROR* Failed to allocate from CMA:
[  305.640227] vc4-drm soc:gpu: [drm]                            V3D: 101456kb BOs (154)
[  305.648501] vc4-drm soc:gpu: [drm]                     V3D shader:    300kb BOs (75)
[  305.656553] vc4-drm soc:gpu: [drm]                           dumb:   4100kb BOs (4)
[  305.664587] vc4-drm soc:gpu: [drm]                         binner:  16384kb BOs (1)
[  305.675960] vc4-drm soc:gpu: [drm]                total purged BO:    800kb BOs (23)
[  305.748203] [drm:vc4_bo_create [vc4]] *ERROR* Failed to allocate from CMA:
[  305.755500] vc4-drm soc:gpu: [drm]                            V3D: 101456kb BOs (154)
[  305.763753] vc4-drm soc:gpu: [drm]                     V3D shader:    300kb BOs (75)
[  305.771871] vc4-drm soc:gpu: [drm]                           dumb:   4100kb BOs (4)
[  305.780012] vc4-drm soc:gpu: [drm]                         binner:  16384kb BOs (1)
[  305.790111] vc4-drm soc:gpu: [drm]                total purged BO:    800kb BOs (23)
[  305.855930] [drm:vc4_bo_create [vc4]] *ERROR* Failed to allocate from CMA:
[  305.863163] vc4-drm soc:gpu: [drm]                            V3D: 101456kb BOs (154)
[  305.871239] vc4-drm soc:gpu: [drm]                     V3D shader:    300kb BOs (75)
[  305.879193] vc4-drm soc:gpu: [drm]                           dumb:   4100kb BOs (4)
[  305.887049] vc4-drm soc:gpu: [drm]                         binner:  16384kb BOs (1)
[  305.897179] vc4-drm soc:gpu: [drm]                total purged BO:    800kb BOs (23)
[  305.961578] [drm:vc4_bo_create [vc4]] *ERROR* Failed to allocate from CMA:
[  305.968769] vc4-drm soc:gpu: [drm]                            V3D: 101456kb BOs (154)
[  305.976880] vc4-drm soc:gpu: [drm]                     V3D shader:    300kb BOs (75)
[  305.984834] vc4-drm soc:gpu: [drm]                           dumb:   4100kb BOs (4)
[  305.992707] vc4-drm soc:gpu: [drm]                         binner:  16384kb BOs (1)
[  306.002354] vc4-drm soc:gpu: [drm]                total purged BO:    800kb BOs (23)
[  306.063339] [drm:vc4_bo_create [vc4]] *ERROR* Failed to allocate from CMA:
[  306.070576] vc4-drm soc:gpu: [drm]                            V3D: 101456kb BOs (154)
[  306.078701] vc4-drm soc:gpu: [drm]                     V3D shader:    300kb BOs (75)
[  306.086644] vc4-drm soc:gpu: [drm]                           dumb:   4100kb BOs (4)
[  306.094493] vc4-drm soc:gpu: [drm]                         binner:  16384kb BOs (1)
[  306.105225] vc4-drm soc:gpu: [drm]                total purged BO:    800kb BOs (23)
[  306.172626] [drm:vc4_bo_create [vc4]] *ERROR* Failed to allocate from CMA:
[  306.179858] vc4-drm soc:gpu: [drm]                            V3D: 101456kb BOs (154)
[  306.188006] vc4-drm soc:gpu: [drm]                     V3D shader:    300kb BOs (75)
[  306.196009] vc4-drm soc:gpu: [drm]                           dumb:   4100kb BOs (4)
[  306.203962] vc4-drm soc:gpu: [drm]                         binner:  16384kb BOs (1)
[  306.212186] vc4-drm soc:gpu: [drm]                total purged BO:    800kb BOs (23)
[  306.279079] [drm:vc4_bo_create [vc4]] *ERROR* Failed to allocate from CMA:
[  306.286240] vc4-drm soc:gpu: [drm]                            V3D: 101456kb BOs (154)
[  306.294294] vc4-drm soc:gpu: [drm]                     V3D shader:    300kb BOs (75)
[  306.302285] vc4-drm soc:gpu: [drm]                           dumb:   4100kb BOs (4)
[  306.310177] vc4-drm soc:gpu: [drm]                         binner:  16384kb BOs (1)
[  306.318953] vc4-drm soc:gpu: [drm]                total purged BO:    800kb BOs (23)
[  306.385798] [drm:vc4_bo_create [vc4]] *ERROR* Failed to allocate from CMA:
[  306.393044] vc4-drm soc:gpu: [drm]                            V3D: 101456kb BOs (154)
[  306.401093] vc4-drm soc:gpu: [drm]                     V3D shader:    300kb BOs (75)
[  306.409090] vc4-drm soc:gpu: [drm]                           dumb:   4100kb BOs (4)
[  306.416992] vc4-drm soc:gpu: [drm]                         binner:  16384kb BOs (1)
[  306.425603] vc4-drm soc:gpu: [drm]                total purged BO:    800kb BOs (23)
[  306.488097] [drm:vc4_bo_create [vc4]] *ERROR* Failed to allocate from CMA:
[  306.495241] vc4-drm soc:gpu: [drm]                            V3D: 101456kb BOs (154)
[  306.503343] vc4-drm soc:gpu: [drm]                     V3D shader:    300kb BOs (75)
[  306.511278] vc4-drm soc:gpu: [drm]                           dumb:   4100kb BOs (4)
[  306.519121] vc4-drm soc:gpu: [drm]                         binner:  16384kb BOs (1)
[  306.528914] vc4-drm soc:gpu: [drm]                total purged BO:    800kb BOs (23)
[  306.598079] [drm:vc4_bo_create [vc4]] *ERROR* Failed to allocate from CMA:
[  306.605284] vc4-drm soc:gpu: [drm]                            V3D: 101456kb BOs (154)
[  306.613397] vc4-drm soc:gpu: [drm]                     V3D shader:    300kb BOs (75)
[  306.621322] vc4-drm soc:gpu: [drm]                           dumb:   4100kb BOs (4)
[  306.629196] vc4-drm soc:gpu: [drm]                         binner:  16384kb BOs (1)
[  306.640452] vc4-drm soc:gpu: [drm]                total purged BO:    800kb BOs (23)
[  306.705360] [drm:vc4_bo_create [vc4]] *ERROR* Failed to allocate from CMA:
[  306.712647] vc4-drm soc:gpu: [drm]                            V3D: 101456kb BOs (154)
[  306.720766] vc4-drm soc:gpu: [drm]                     V3D shader:    300kb BOs (75)
[  306.728738] vc4-drm soc:gpu: [drm]                           dumb:   4100kb BOs (4)
[  306.736721] vc4-drm soc:gpu: [drm]                         binner:  16384kb BOs (1)
[  306.746276] vc4-drm soc:gpu: [drm]                total purged BO:    800kb BOs (23)
[  306.824077] [drm:vc4_bo_create [vc4]] *ERROR* Failed to allocate from CMA:
[  306.831326] vc4-drm soc:gpu: [drm]                            V3D: 101456kb BOs (154)
[  306.839485] vc4-drm soc:gpu: [drm]                     V3D shader:    300kb BOs (75)
[  306.847431] vc4-drm soc:gpu: [drm]                           dumb:   4100kb BOs (4)
[  306.855325] vc4-drm soc:gpu: [drm]                         binner:  16384kb BOs (1)
[  306.863861] vc4-drm soc:gpu: [drm]                total purged BO:    800kb BOs (23)
[  306.926826] [drm:vc4_bo_create [vc4]] *ERROR* Failed to allocate from CMA:
[  306.933950] vc4-drm soc:gpu: [drm]                            V3D: 101456kb BOs (154)
[  306.942013] vc4-drm soc:gpu: [drm]                     V3D shader:    300kb BOs (75)
[  306.942030] vc4-drm soc:gpu: [drm]                           dumb:   4100kb BOs (4)
[  306.957743] vc4-drm soc:gpu: [drm]                         binner:  16384kb BOs (1)
[  306.966095] vc4-drm soc:gpu: [drm]                total purged BO:    800kb BOs (23)
[  307.942205] bcm2835-power bcm2835-power: Failed to disable ASB master for v3d

Reply to: