Skip to content

Instantly share code, notes, and snippets.

@jakob-tsd
Created April 24, 2018 12:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jakob-tsd/3fd49894d52dcd8a409eb9e6136b2d39 to your computer and use it in GitHub Desktop.
Save jakob-tsd/3fd49894d52dcd8a409eb9e6136b2d39 to your computer and use it in GitHub Desktop.
root@rk3399-q7:~#
root@rk3399-q7:~# dmesg
[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
[ 0.000000] Linux version 4.17.0-rc2 (junterwurzacher@blau) (gcc version 6.3.0 20170516 (Debian 6.3.0-18)) #72 SMP PREEMPT Tue Apr 24 14:04:24 CEST 2018
[ 0.000000] Machine model: Theobroma Systems RK3399-Q7 SoM
[ 0.000000] efi: Getting EFI parameters from FDT:
[ 0.000000] efi: UEFI not found.
[ 0.000000] cma: Reserved 16 MiB at 0x000000007f000000
[ 0.000000] NUMA: No NUMA configuration found
[ 0.000000] NUMA: Faking a node at [mem 0x0000000000000000-0x000000007fffffff]
[ 0.000000] NUMA: NODE_DATA [mem 0x7efadb00-0x7efaf5ff]
[ 0.000000] Zone ranges:
[ 0.000000] DMA32 [mem 0x0000000000200000-0x000000007fffffff]
[ 0.000000] Normal empty
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000000200000-0x000000007fffffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000000200000-0x000000007fffffff]
[ 0.000000] On node 0 totalpages: 523776
[ 0.000000] DMA32 zone: 8184 pages used for memmap
[ 0.000000] DMA32 zone: 0 pages reserved
[ 0.000000] DMA32 zone: 523776 pages, LIFO batch:31
[ 0.000000] psci: probing for conduit method from DT.
[ 0.000000] psci: PSCIv1.0 detected in firmware.
[ 0.000000] psci: Using standard PSCI v0.2 function IDs
[ 0.000000] psci: MIGRATE_INFO_TYPE not supported.
[ 0.000000] psci: SMC Calling Convention v1.0
[ 0.000000] random: get_random_bytes called from start_kernel+0xac/0x41c with crng_init=0
[ 0.000000] percpu: Embedded 23 pages/cpu @ (ptrval) s57240 r8192 d28776 u94208
[ 0.000000] pcpu-alloc: s57240 r8192 d28776 u94208 alloc=23*4096
[ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 [0] 4 [0] 5
[ 0.000000] Detected VIPT I-cache on CPU0
[ 0.000000] CPU features: detected: Kernel page table isolation (KPTI)
[ 0.000000] CPU features: enabling workaround for ARM erratum 845719
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 515592
[ 0.000000] Policy zone: DMA32
[ 0.000000] Kernel command line: root=/dev/mmcblk1p1 rw drm.debug=0xff
[ 0.000000] Memory: 2024824K/2095104K available (12988K kernel code, 1030K rwdata, 4772K rodata, 896K init, 431K bss, 53896K reserved, 16384K cma-reserved)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=6, Nodes=1
[ 0.000000] Preemptible hierarchical RCU implementation.
[ 0.000000] RCU restricting CPUs from NR_CPUS=64 to nr_cpu_ids=6.
[ 0.000000] Tasks RCU enabled.
[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=6
[ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[ 0.000000] GICv3: GIC: Using split EOI/Deactivate mode
[ 0.000000] GICv3: Distributor has no Range Selector support
[ 0.000000] GICv3: no VLPI support, no direct LPI support
[ 0.000000] ITS [mem 0xfee20000-0xfee3ffff]
[ 0.000000] ITS@0x00000000fee20000: allocated 65536 Devices @7c480000 (flat, esz 8, psz 64K, shr 0)
[ 0.000000] ITS: using cache flushing for cmd queue
[ 0.000000] GIC: using LPI property table @0x000000007c440000
[ 0.000000] ITS: Allocated 1792 chunks for LPIs
[ 0.000000] GICv3: CPU0: found redistributor 0 region 0:0x00000000fef00000
[ 0.000000] CPU0: using LPI pending table @0x000000007c450000
[ 0.000000] GIC: using cache flushing for LPI property table
[ 0.000000] GICv3: GIC: PPI partition interrupt-partition-0[0] { /cpus/cpu@0[0] /cpus/cpu@1[1] /cpus/cpu@2[2] /cpus/cpu@3[3] }
[ 0.000000] GICv3: GIC: PPI partition interrupt-partition-1[1] { /cpus/cpu@100[4] /cpus/cpu@101[5] }
[ 0.000000] rockchip_mmc_get_phase: invalid clk rate
[ 0.000000] rockchip_mmc_get_phase: invalid clk rate
[ 0.000000] rockchip_mmc_get_phase: invalid clk rate
[ 0.000000] rockchip_mmc_get_phase: invalid clk rate
[ 0.000000] arch_timer: cp15 timer(s) running at 24.00MHz (phys).
[ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns
[ 0.000006] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns
[ 0.001444] Console: colour dummy device 80x25
[ 0.002369] console [tty0] enabled
[ 0.002454] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=96000)
[ 0.002494] pid_max: default: 32768 minimum: 301
[ 0.002616] Security Framework initialized
[ 0.003676] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)
[ 0.004269] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)
[ 0.004341] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)
[ 0.004385] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)
[ 0.023843] ASID allocator initialised with 32768 entries
[ 0.031842] Hierarchical SRCU implementation.
[ 0.042672] Platform MSI: interrupt-controller@fee20000 domain created
[ 0.043066] PCI/MSI: /interrupt-controller@fee00000/interrupt-controller@fee20000 domain created
[ 0.043397] EFI services will not be available.
[ 0.047923] smp: Bringing up secondary CPUs ...
[ 0.076122] Detected VIPT I-cache on CPU1
[ 0.076158] GICv3: CPU1: found redistributor 1 region 0:0x00000000fef20000
[ 0.076200] CPU1: using LPI pending table @0x000000007bd50000
[ 0.076248] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
[ 0.104197] Detected VIPT I-cache on CPU2
[ 0.104225] GICv3: CPU2: found redistributor 2 region 0:0x00000000fef40000
[ 0.104264] CPU2: using LPI pending table @0x000000007bd70000
[ 0.104300] CPU2: Booted secondary processor 0x0000000002 [0x410fd034]
[ 0.132289] Detected VIPT I-cache on CPU3
[ 0.132316] GICv3: CPU3: found redistributor 3 region 0:0x00000000fef60000
[ 0.132355] CPU3: using LPI pending table @0x000000007bdc0000
[ 0.132387] CPU3: Booted secondary processor 0x0000000003 [0x410fd034]
[ 0.160400] CPU features: enabling workaround for EL2 vector hardening
[ 0.160408] Detected PIPT I-cache on CPU4
[ 0.160441] GICv3: CPU4: found redistributor 100 region 0:0x00000000fef80000
[ 0.160506] CPU4: using LPI pending table @0x000000007bdf0000
[ 0.160542] CPU4: Booted secondary processor 0x0000000100 [0x410fd082]
[ 0.188491] Detected PIPT I-cache on CPU5
[ 0.188517] GICv3: CPU5: found redistributor 101 region 0:0x00000000fefa0000
[ 0.188580] CPU5: using LPI pending table @0x000000007be00000
[ 0.188610] CPU5: Booted secondary processor 0x0000000101 [0x410fd082]
[ 0.188720] smp: Brought up 1 node, 6 CPUs
[ 0.189092] SMP: Total of 6 processors activated.
[ 0.189114] CPU features: detected: GIC system register CPU interface
[ 0.189137] CPU features: detected: 32-bit EL0 Support
[ 0.191942] CPU: All CPU(s) started at EL2
[ 0.191991] alternatives: patching kernel code
[ 0.194169] devtmpfs: initialized
[ 0.207972] Built 1 zonelists, mobility grouping on. Total pages: 510302
[ 0.208009] Policy zone: DMA32
[ 0.209616] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.209761] futex hash table entries: 2048 (order: 6, 262144 bytes)
[ 0.210048] xor: measuring software checksum speed
[ 0.248580] 8regs : 1151.000 MB/sec
[ 0.288663] 8regs_prefetch: 1027.000 MB/sec
[ 0.328743] 32regs : 1364.000 MB/sec
[ 0.368823] 32regs_prefetch: 1191.000 MB/sec
[ 0.368844] xor: using function: 32regs (1364.000 MB/sec)
[ 0.368874] pinctrl core: initialized pinctrl subsystem
[ 0.370057] DMI not present or invalid.
[ 0.370453] NET: Registered protocol family 16
[ 0.371258] audit: initializing netlink subsys (disabled)
[ 0.371422] audit: type=2000 audit(0.368:1): state=initialized audit_enabled=0 res=1
[ 0.373840] cpuidle: using governor menu
[ 0.374060] vdso: 2 pages (1 code @ (ptrval), 1 data @ (ptrval))
[ 0.374102] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.375467] DMA: preallocated 256 KiB pool for atomic allocations
[ 0.375637] Serial: AMBA PL011 UART driver
[ 0.427493] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.428138] cryptd: max_cpu_qlen set to 1000
[ 0.493220] raid6: int64x1 gen() 205 MB/s
[ 0.561522] raid6: int64x1 xor() 221 MB/s
[ 0.629628] raid6: int64x2 gen() 329 MB/s
[ 0.697755] raid6: int64x2 xor() 297 MB/s
[ 0.766010] raid6: int64x4 gen() 494 MB/s
[ 0.834179] raid6: int64x4 xor() 371 MB/s
[ 0.902334] raid6: int64x8 gen() 550 MB/s
[ 0.970544] raid6: int64x8 xor() 365 MB/s
[ 1.038724] raid6: neonx1 gen() 363 MB/s
[ 1.106858] raid6: neonx1 xor() 424 MB/s
[ 1.175010] raid6: neonx2 gen() 582 MB/s
[ 1.243179] raid6: neonx2 xor() 602 MB/s
[ 1.311410] raid6: neonx4 gen() 753 MB/s
[ 1.379524] raid6: neonx4 xor() 720 MB/s
[ 1.447774] raid6: neonx8 gen() 798 MB/s
[ 1.515896] raid6: neonx8 xor() 752 MB/s
[ 1.515917] raid6: using algorithm neonx8 gen() 798 MB/s
[ 1.515937] raid6: .... xor() 752 MB/s, rmw enabled
[ 1.515957] raid6: using neon recovery algorithm
[ 1.516284] ACPI: Interpreter disabled.
[ 1.518326] vcc1v2_phy: supplied by vcc5v0_sys
[ 1.518428] vcc3v3_sys: supplied by vcc5v0_sys
[ 1.518500] vcc5v0_host: supplied by vcc5v0_sys
[ 1.518685] vcc3v3_baseboard: supplied by dc_12v
[ 1.519005] vcc5v0_baseboard: supplied by dc_12v
[ 1.519682] vdda_codec: supplied by vcc5v0_baseboard
[ 1.520025] vddd_codec: supplied by vcc5v0_baseboard
[ 1.521848] vgaarb: loaded
[ 1.522262] SCSI subsystem initialized
[ 1.522552] libata version 3.00 loaded.
[ 1.522972] usbcore: registered new interface driver usbfs
[ 1.523068] usbcore: registered new interface driver hub
[ 1.523218] usbcore: registered new device driver usb
[ 1.523671] media: Linux media interface: v0.10
[ 1.523747] Linux video capture interface: v2.00
[ 1.523977] pps_core: LinuxPPS API ver. 1 registered
[ 1.524001] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 1.524058] PTP clock support registered
[ 1.524415] EDAC MC: Ver: 3.0.0
[ 1.525059] Advanced Linux Sound Architecture Driver Initialized.
[ 1.525622] Bluetooth: Core ver 2.22
[ 1.525692] NET: Registered protocol family 31
[ 1.525713] Bluetooth: HCI device and connection manager initialized
[ 1.525744] Bluetooth: HCI socket layer initialized
[ 1.525768] Bluetooth: L2CAP socket layer initialized
[ 1.525817] Bluetooth: SCO socket layer initialized
[ 1.526496] clocksource: Switched to clocksource arch_sys_counter
[ 1.526730] VFS: Disk quotas dquot_6.6.0
[ 1.526825] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 1.527053] pnp: PnP ACPI: disabled
[ 1.536579] NET: Registered protocol family 2
[ 1.537231] tcp_listen_portaddr_hash hash table entries: 1024 (order: 2, 16384 bytes)
[ 1.537435] TCP established hash table entries: 16384 (order: 5, 131072 bytes)
[ 1.537735] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)
[ 1.538176] TCP: Hash tables configured (established 16384 bind 16384)
[ 1.538334] UDP hash table entries: 1024 (order: 3, 32768 bytes)
[ 1.538450] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)
[ 1.538821] NET: Registered protocol family 1
[ 1.539335] RPC: Registered named UNIX socket transport module.
[ 1.539360] RPC: Registered udp transport module.
[ 1.539380] RPC: Registered tcp transport module.
[ 1.539399] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 1.539934] PCI: CLS 0 bytes, default 128
[ 1.540952] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 counters available
[ 1.541286] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counters available
[ 1.541824] kvm [1]: 8-bit VMID
[ 1.543024] kvm [1]: vgic-v2@fff20000
[ 1.543045] kvm [1]: GIC system register CPU interface enabled
[ 1.543223] kvm [1]: vgic interrupt IRQ10
[ 1.543410] kvm [1]: Hyp mode initialized successfully
[ 1.548711] Initialise system trusted keyrings
[ 1.548924] workingset: timestamp_bits=44 max_order=19 bucket_order=0
[ 1.559565] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 1.560547] NFS: Registering the id_resolver key type
[ 1.560599] Key type id_resolver registered
[ 1.560619] Key type id_legacy registered
[ 1.560647] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 1.560887] fuse init (API version 7.26)
[ 1.561574] 9p: Installing v9fs 9p2000 file system support
[ 1.561734] pstore: using deflate compression
[ 1.566218] Key type asymmetric registered
[ 1.566250] Asymmetric key parser 'x509' registered
[ 1.566551] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[ 1.566588] io scheduler noop registered
[ 1.566899] io scheduler cfq registered (default)
[ 1.566924] io scheduler mq-deadline registered
[ 1.566945] io scheduler kyber registered
[ 1.575881] rockchip-pcie f8000000.pcie: no vpcie12v regulator found
[ 1.575930] rockchip-pcie f8000000.pcie: no vpcie3v3 regulator found
[ 1.575966] rockchip-pcie f8000000.pcie: no vpcie1v8 regulator found
[ 1.576000] rockchip-pcie f8000000.pcie: no vpcie0v9 regulator found
[ 2.130560] rockchip-pcie f8000000.pcie: PCIe link training gen1 timeout!
[ 2.130687] rockchip-pcie: probe of f8000000.pcie failed with error -110
[ 2.134544] dma-pl330 ff6d0000.dma-controller: Loaded driver for PL330 DMAC-241330
[ 2.134593] dma-pl330 ff6d0000.dma-controller: DBUFF-32x8bytes Num_Chans-6 Num_Peri-12 Num_Events-12
[ 2.136766] dma-pl330 ff6e0000.dma-controller: Loaded driver for PL330 DMAC-241330
[ 2.136813] dma-pl330 ff6e0000.dma-controller: DBUFF-128x8bytes Num_Chans-8 Num_Peri-20 Num_Events-16
[ 2.142638] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 2.144758] ff180000.serial: ttyS0 at MMIO 0xff180000 (irq = 39, base_baud = 1500000) is a 16550A
[ 3.497624] console [ttyS0] enabled
[ 3.502428] ff1a0000.serial: ttyS2 at MMIO 0xff1a0000 (irq = 40, base_baud = 1500000) is a 16550A
[ 3.514647] [drm:drm_core_init] Initialized
[ 3.515138] iommu: Adding device ff8f0000.vop to group 0
[ 3.521271] rockchip-vop ff8f0000.vop: Linked as a consumer to ff8f3f00.iommu
[ 3.529805] iommu: Adding device ff900000.vop to group 1
[ 3.535930] rockchip-vop ff900000.vop: Linked as a consumer to ff903f00.iommu
[ 3.545613] rockchip-drm display-subsystem: Linked as a consumer to ff8f0000.vop
[ 3.553948] rockchip-drm display-subsystem: Linked as a consumer to ff900000.vop
[ 3.562603] rockchip-drm display-subsystem: Linked as a consumer to ff940000.hdmi
[ 3.571506] [drm:rockchip_drm_bind] IOMMU context initialized (aperture: 0x0-0xffffffff)
[ 3.573301] rockchip-vop ff8f0000.vop: [drm:vop_reg_set] Warning: not support gate
[ 3.573314] rockchip-vop ff8f0000.vop: [drm:vop_reg_set] Warning: not support channel
[ 3.573451] rockchip-drm display-subsystem: bound ff8f0000.vop (ops vop_component_ops)
[ 3.583976] rockchip-vop ff900000.vop: [drm:vop_reg_set] Warning: not support gate
[ 3.583988] rockchip-vop ff900000.vop: [drm:vop_reg_set] Warning: not support gate
[ 3.584000] rockchip-vop ff900000.vop: [drm:vop_reg_set] Warning: not support channel
[ 3.584011] rockchip-vop ff900000.vop: [drm:vop_reg_set] Warning: not support channel
[ 3.584127] rockchip-drm display-subsystem: bound ff900000.vop (ops vop_component_ops)
[ 3.593083] rockchip-drm display-subsystem: failed to bind ff940000.hdmi (ops dw_hdmi_rockchip_ops): -517
[ 3.604010] rockchip-drm display-subsystem: master bind failed: -517
[ 3.614075] cacheinfo: Unable to detect cache hierarchy for CPU 0
[ 3.629821] loop: module loaded
[ 3.656078] rockchip-spi ff1d0000.spi: Failed to request TX DMA channel
[ 3.663534] rockchip-spi ff1d0000.spi: Failed to request RX DMA channel
[ 3.684961] m25p80 spi0.0: w25q32dw (4096 Kbytes)
[ 3.691985] rockchip-spi ff200000.spi: Failed to request TX DMA channel
[ 3.699436] rockchip-spi ff200000.spi: Failed to request RX DMA channel
[ 3.708590] libphy: Fixed MDIO Bus: probed
[ 3.715142] tun: Universal TUN/TAP device driver, 1.6
[ 3.721112] CAN device driver interface
[ 3.727066] e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k
[ 3.733628] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[ 3.740348] igb: Intel(R) Gigabit Ethernet Network Driver - version 5.4.0-k
[ 3.748165] igb: Copyright (c) 2007-2014 Intel Corporation.
[ 3.754507] igbvf: Intel(R) Gigabit Virtual Function Network Driver - version 2.4.0-k
[ 3.763297] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
[ 3.770237] sky2: driver version 1.30
[ 3.775777] rk_gmac-dwmac fe300000.ethernet: PTP uses main clock
[ 3.782624] rk_gmac-dwmac fe300000.ethernet: clock input or output? (input).
[ 3.790546] rk_gmac-dwmac fe300000.ethernet: TX delay(0x10).
[ 3.796913] rk_gmac-dwmac fe300000.ethernet: RX delay(0x10).
[ 3.803274] rk_gmac-dwmac fe300000.ethernet: integrated PHY? (no).
[ 3.810264] rk_gmac-dwmac fe300000.ethernet: clock input from PHY
[ 3.822151] rk_gmac-dwmac fe300000.ethernet: init for RGMII
[ 3.828605] stmmac - user ID: 0x10, Synopsys ID: 0x35
[ 3.834294] rk_gmac-dwmac fe300000.ethernet: Ring mode enabled
[ 3.840846] rk_gmac-dwmac fe300000.ethernet: DMA HW capability register supported
[ 3.849251] rk_gmac-dwmac fe300000.ethernet: Normal descriptors
[ 3.855899] rk_gmac-dwmac fe300000.ethernet: RX Checksum Offload Engine supported
[ 3.864301] rk_gmac-dwmac fe300000.ethernet: COE Type 2
[ 3.870167] rk_gmac-dwmac fe300000.ethernet: TX Checksum insertion supported
[ 3.878083] rk_gmac-dwmac fe300000.ethernet: Wake-Up On Lan supported
[ 3.885350] rk_gmac-dwmac fe300000.ethernet: Enable RX Mitigation via HW Watchdog Timer
[ 3.982356] libphy: stmmac: probed
[ 3.986195] Micrel KSZ9031 Gigabit PHY stmmac-0:06: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=stmmac-0:06, irq=POLL)
[ 4.002278] pegasus: v0.9.3 (2013/04/25), Pegasus/Pegasus II USB Ethernet driver
[ 4.010688] usbcore: registered new interface driver pegasus
[ 4.017122] usbcore: registered new interface driver rtl8150
[ 4.023546] usbcore: registered new interface driver r8152
[ 4.029773] usbcore: registered new interface driver asix
[ 4.035893] usbcore: registered new interface driver ax88179_178a
[ 4.042802] usbcore: registered new interface driver cdc_ether
[ 4.049399] usbcore: registered new interface driver dm9601
[ 4.055724] usbcore: registered new interface driver CoreChips
[ 4.062342] usbcore: registered new interface driver smsc75xx
[ 4.068870] usbcore: registered new interface driver smsc95xx
[ 4.075378] usbcore: registered new interface driver net1080
[ 4.081795] usbcore: registered new interface driver plusb
[ 4.088010] usbcore: registered new interface driver cdc_subset
[ 4.094723] usbcore: registered new interface driver zaurus
[ 4.101038] usbcore: registered new interface driver MOSCHIP usb-ethernet driver
[ 4.109419] usbcore: registered new interface driver cdc_ncm
[ 4.116025] VFIO - User Level meta-driver version: 0.3
[ 4.123491] rockchip-usb2phy ff770000.syscon:usb2-phy@e450: Requested PHY is disabled
[ 4.137977] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 4.145356] ehci-pci: EHCI PCI platform driver
[ 4.150439] ehci-platform: EHCI generic platform driver
[ 4.158576] ehci-platform fe380000.usb: EHCI Host Controller
[ 4.164960] ehci-platform fe380000.usb: new USB bus registered, assigned bus number 1
[ 4.174084] ehci-platform fe380000.usb: irq 30, io mem 0xfe380000
[ 4.194525] ehci-platform fe380000.usb: USB 2.0 started, EHCI 1.00
[ 4.202331] hub 1-0:1.0: USB hub found
[ 4.206598] hub 1-0:1.0: 1 port detected
[ 4.213660] ehci-platform fe3c0000.usb: EHCI Host Controller
[ 4.220044] ehci-platform fe3c0000.usb: new USB bus registered, assigned bus number 2
[ 4.229170] ehci-platform fe3c0000.usb: irq 32, io mem 0xfe3c0000
[ 4.250520] ehci-platform fe3c0000.usb: USB 2.0 started, EHCI 1.00
[ 4.258267] hub 2-0:1.0: USB hub found
[ 4.262536] hub 2-0:1.0: 1 port detected
[ 4.267715] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 4.274685] ohci-pci: OHCI PCI platform driver
[ 4.279788] ohci-platform: OHCI generic platform driver
[ 4.285899] ohci-platform fe3a0000.usb: Generic Platform OHCI controller
[ 4.293456] ohci-platform fe3a0000.usb: new USB bus registered, assigned bus number 3
[ 4.302466] ohci-platform fe3a0000.usb: irq 31, io mem 0xfe3a0000
[ 4.371772] hub 3-0:1.0: USB hub found
[ 4.376030] hub 3-0:1.0: 1 port detected
[ 4.381039] ohci-platform fe3e0000.usb: Generic Platform OHCI controller
[ 4.388579] ohci-platform fe3e0000.usb: new USB bus registered, assigned bus number 4
[ 4.397599] ohci-platform fe3e0000.usb: irq 33, io mem 0xfe3e0000
[ 4.467387] hub 4-0:1.0: USB hub found
[ 4.471645] hub 4-0:1.0: 1 port detected
[ 4.477521] rockchip-usb2phy ff770000.syscon:usb2-phy@e450: Requested PHY is disabled
[ 4.486449] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
[ 4.492642] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 5
[ 4.501776] xhci-hcd xhci-hcd.0.auto: hcc params 0x0220fe64 hci version 0x110 quirks 0x02010010
[ 4.511578] xhci-hcd xhci-hcd.0.auto: irq 220, io mem 0xfe800000
[ 4.519272] hub 5-0:1.0: USB hub found
[ 4.523536] hub 5-0:1.0: 1 port detected
[ 4.528341] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
[ 4.534530] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 6
[ 4.543138] xhci-hcd xhci-hcd.0.auto: Host supports USB 3.0 SuperSpeed
[ 4.550639] usb usb6: We don't know the algorithms for LPM for this host, disabling LPM.
[ 4.560399] hub 6-0:1.0: USB hub found
[ 4.564659] hub 6-0:1.0: 1 port detected
[ 4.569610] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller
[ 4.575804] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 7
[ 4.585047] xhci-hcd xhci-hcd.1.auto: hcc params 0x0220fe64 hci version 0x110 quirks 0x02010010
[ 4.594881] xhci-hcd xhci-hcd.1.auto: irq 221, io mem 0xfe900000
[ 4.602566] hub 7-0:1.0: USB hub found
[ 4.606823] hub 7-0:1.0: 1 port detected
[ 4.611616] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller
[ 4.617797] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 8
[ 4.626412] xhci-hcd xhci-hcd.1.auto: Host supports USB 3.0 SuperSpeed
[ 4.634020] usb usb8: We don't know the algorithms for LPM for this host, disabling LPM.
[ 4.643793] hub 8-0:1.0: USB hub found
[ 4.648046] hub 8-0:1.0: 1 port detected
[ 4.653189] usbcore: registered new interface driver usb-storage
[ 4.663686] i2c /dev entries driver
[ 4.668516] rk3x-i2c ff110000.i2c: Initialized RK3xxx I2C bus at (ptrval)
[ 4.677812] rk3x-i2c ff120000.i2c: Initialized RK3xxx I2C bus at (ptrval)
[ 4.686947] rk3x-i2c ff130000.i2c: Initialized RK3xxx I2C bus at (ptrval)
[ 4.696046] rk3x-i2c ff150000.i2c: Initialized RK3xxx I2C bus at (ptrval)
[ 4.706736] rtc-isl1208 7-006f: rtc power failure detected, please set clock.
[ 4.716536] rtc-isl1208 7-006f: registered as rtc0
[ 4.721997] rk3x-i2c ff160000.i2c: Initialized RK3xxx I2C bus at (ptrval)
[ 4.731914] rk808 0-001b: chip id: 0x0
[ 4.740282] rk808-regulator rk808-regulator: there is no dvs0 gpio
[ 4.747270] rk808-regulator rk808-regulator: there is no dvs1 gpio
[ 4.754275] DCDC_REG1: supplied by vcc5v0_sys
[ 4.760317] DCDC_REG2: supplied by vcc5v0_sys
[ 4.765839] DCDC_REG3: supplied by vcc5v0_sys
[ 4.770988] DCDC_REG4: supplied by vcc5v0_sys
[ 4.776452] LDO_REG1: supplied by vcc5v0_sys
[ 4.782578] LDO_REG2: supplied by vcc5v0_sys
[ 4.788401] LDO_REG3: supplied by vcc5v0_sys
[ 4.794398] LDO_REG4: supplied by vcc5v0_sys
[ 4.800380] LDO_REG5: supplied by vcc5v0_sys
[ 4.806244] LDO_REG6: supplied by vcc5v0_sys
[ 4.812115] LDO_REG7: supplied by vcc5v0_sys
[ 4.817958] LDO_REG8: supplied by vcc5v0_sys
[ 4.823790] SWITCH_REG1: supplied by vcc3v3_sys
[ 4.829287] SWITCH_REG2: supplied by vcc3v3_sys
[ 4.837962] rk808-rtc rk808-rtc: registered as rtc1
[ 4.844140] fan53555-regulator 0-0060: FAN53555 Option[5] Rev[3] Detected!
[ 4.851888] fan53555-reg: supplied by vcc5v0_sys
[ 4.858317] rk3x-i2c ff3c0000.i2c: Initialized RK3xxx I2C bus at (ptrval)
[ 4.867611] rk3x-i2c ff3d0000.i2c: Initialized RK3xxx I2C bus at (ptrval)
[ 4.877320] fan53555-regulator 8-0060: FAN53555 Option[5] Rev[3] Detected!
[ 4.885084] fan53555-reg: supplied by vcc5v0_sys
[ 4.890331] random: fast init done
[ 4.895260] rk3x-i2c ff3e0000.i2c: Initialized RK3xxx I2C bus at (ptrval)
[ 4.907695] amc6821 7-0018: Revision 2
[ 4.916018] Bluetooth: HCI UART driver ver 2.3
[ 4.925404] sdhci: Secure Digital Host Controller Interface driver
[ 4.932341] sdhci: Copyright(c) Pierre Ossman
[ 4.937309] Synopsys Designware Multimedia Card Interface Driver
[ 4.944973] dwmmc_rockchip fe320000.dwmmc: IDMAC supports 32-bit address mode.
[ 4.953155] dwmmc_rockchip fe320000.dwmmc: Using internal DMA controller.
[ 4.960757] dwmmc_rockchip fe320000.dwmmc: Version ID is 270a
[ 4.967226] dwmmc_rockchip fe320000.dwmmc: DW MMC controller at irq 28,32 bit host data width,256 deep fifo
[ 4.978257] dwmmc_rockchip fe320000.dwmmc: Got CD GPIO
[ 4.996833] mmc_host mmc0: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
[ 5.020128] sdhci-pltfm: SDHCI platform and OF driver helper
[ 5.027352] mmc1: CQHCI version 5.10
[ 5.056979] mmc1: SDHCI controller on fe330000.sdhci [fe330000.sdhci] using ADMA
[ 5.066548] ledtrig-cpu: registered to indicate activity on CPUs
[ 5.073986] usbcore: registered new interface driver usbhid
[ 5.080283] usbhid: USB HID core driver
[ 5.086867] NET: Registered protocol family 10
[ 5.092481] Segment Routing with IPv6
[ 5.094651] mmc_host mmc0: Bus speed (slot 0) = 50000000Hz (slot req 50000000Hz, actual 50000000HZ div = 0)
[ 5.096847] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
[ 5.107536] mmc0: new high speed SDHC card at address aaaa
[ 5.114588] NET: Registered protocol family 17
[ 5.120900] mmcblk0: mmc0:aaaa SL08G 7.40 GiB
[ 5.125247] Bridge firewalling registered
[ 5.131689] mmcblk0: p1
[ 5.134669] can: controller area network core (rev 20170425 abi 9)
[ 5.134718] NET: Registered protocol family 29
[ 5.149400] can: raw protocol (rev 20170425)
[ 5.154181] can: broadcast manager protocol (rev 20170425 t)
[ 5.154814] mmc1: Command Queue Engine enabled
[ 5.160523] can: netlink gateway (rev 20170425) max_hops=1
[ 5.165494] mmc1: new HS400 Enhanced strobe MMC card at address 0001
[ 5.171742] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
[ 5.179136] mmcblk1: mmc1:0001 DG4008 7.28 GiB
[ 5.185363] Bluetooth: HIDP socket layer initialized
[ 5.190638] mmcblk1boot0: mmc1:0001 DG4008 partition 1 4.00 MiB
[ 5.196011] 8021q: 802.1Q VLAN Support v1.8
[ 5.202802] mmcblk1boot1: mmc1:0001 DG4008 partition 2 4.00 MiB
[ 5.207313] 9pnet: Installing 9P2000 support
[ 5.214016] mmcblk1rpmb: mmc1:0001 DG4008 partition 3 4.00 MiB, chardev (241:0)
[ 5.218731] Key type dns_resolver registered
[ 5.222501] usb 7-1: new high-speed USB device number 2 using xhci-hcd
[ 5.227723] mmcblk1: p1
[ 5.232072] registered taskstats version 1
[ 5.246363] Loading compiled-in X.509 certificates
[ 5.252467] Btrfs loaded, crc32c=crc32c-generic
[ 5.272203] [drm:rockchip_drm_bind] IOMMU context initialized (aperture: 0x0-0xffffffff)
[ 5.273790] rockchip-vop ff8f0000.vop: [drm:vop_reg_set] Warning: not support gate
[ 5.273796] rockchip-vop ff8f0000.vop: [drm:vop_reg_set] Warning: not support channel
[ 5.273866] rockchip-drm display-subsystem: bound ff8f0000.vop (ops vop_component_ops)
[ 5.284219] rockchip-vop ff900000.vop: [drm:vop_reg_set] Warning: not support gate
[ 5.284224] rockchip-vop ff900000.vop: [drm:vop_reg_set] Warning: not support gate
[ 5.284229] rockchip-vop ff900000.vop: [drm:vop_reg_set] Warning: not support channel
[ 5.284234] rockchip-vop ff900000.vop: [drm:vop_reg_set] Warning: not support channel
[ 5.284313] rockchip-drm display-subsystem: bound ff900000.vop (ops vop_component_ops)
[ 5.293281] dwhdmi-rockchip ff940000.hdmi: Detected HDMI TX controller v2.11a with HDCP (DWC HDMI 2.0 TX PHY)
[ 5.304974] rockchip-drm display-subsystem: bound ff940000.hdmi (ops dw_hdmi_rockchip_ops)
[ 5.314231] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[ 5.321634] [drm] No driver support for vblank timestamp query.
[ 5.328273] [drm:drm_mode_object_get] OBJ ID: 37 (2)
[ 5.328279] [drm:drm_setup_crtcs]
[ 5.328286] [drm:drm_helper_probe_single_connector_modes] [CONNECTOR:37:HDMI-A-1]
[ 5.328295] [drm:drm_helper_probe_single_connector_modes] [CONNECTOR:37:HDMI-A-1] status updated from unknown to connected
[ 5.340647] [drm:drm_add_display_info] non_desktop set to 0
[ 5.340652] [drm:drm_add_display_info] HDMI-A-1: Assigning DFP sink color depth as 8 bpc.
[ 5.340660] [drm:drm_add_edid_modes] ELD: no CEA Extension found
[ 5.340665] [drm:drm_add_display_info] non_desktop set to 0
[ 5.340668] [drm:drm_add_display_info] HDMI-A-1: Assigning DFP sink color depth as 8 bpc.
[ 5.340806] [drm:drm_mode_debug_printmodeline] Modeline 39:"1920x1200" 60 154000 1920 1968 2000 2080 1200 1203 1209 1235 0x48 0x9
[ 5.340810] [drm:drm_mode_prune_invalid] Not using 1920x1200 mode: BAD
[ 5.340817] [drm:drm_mode_debug_printmodeline] Modeline 40:"640x480" 0 26885 640 664 728 816 480 481 484 499 0x0 0x6
[ 5.340821] [drm:drm_mode_prune_invalid] Not using 640x480 mode: BAD
[ 5.340827] [drm:drm_mode_debug_printmodeline] Modeline 42:"1280x1024" 0 132840 1280 1368 1504 1728 1024 1025 1028 1067 0x0 0x6
[ 5.340830] [drm:drm_mode_prune_invalid] Not using 1280x1024 mode: BAD
[ 5.340836] [drm:drm_mode_debug_printmodeline] Modeline 43:"1440x900" 0 88750 1440 1488 1520 1600 900 903 909 926 0x40 0x9
[ 5.340840] [drm:drm_mode_prune_invalid] Not using 1440x900 mode: BAD
[ 5.340846] [drm:drm_mode_debug_printmodeline] Modeline 44:"1440x900" 0 136750 1440 1536 1688 1936 900 903 909 942 0x40 0x6
[ 5.340849] [drm:drm_mode_prune_invalid] Not using 1440x900 mode: BAD
[ 5.340855] [drm:drm_mode_debug_printmodeline] Modeline 45:"1680x1050" 0 119000 1680 1728 1760 1840 1050 1053 1059 1080 0x40 0x9
[ 5.340858] [drm:drm_mode_prune_invalid] Not using 1680x1050 mode: BAD
[ 5.340864] [drm:drm_mode_debug_printmodeline] Modeline 46:"1600x1200" 0 162000 1600 1664 1856 2160 1200 1201 1204 1250 0x40 0x5
[ 5.340867] [drm:drm_mode_prune_invalid] Not using 1600x1200 mode: BAD
[ 5.340874] [drm:drm_mode_debug_printmodeline] Modeline 49:"640x480" 0 31500 640 656 720 840 480 481 484 500 0x40 0xa
[ 5.340877] [drm:drm_mode_prune_invalid] Not using 640x480 mode: BAD
[ 5.340883] [drm:drm_mode_debug_printmodeline] Modeline 50:"640x480" 0 31500 640 664 704 832 480 489 492 520 0x40 0xa
[ 5.340886] [drm:drm_mode_prune_invalid] Not using 640x480 mode: BAD
[ 5.340892] [drm:drm_mode_debug_printmodeline] Modeline 51:"640x480" 0 25175 640 656 752 800 480 490 492 525 0x40 0xa
[ 5.340895] [drm:drm_mode_prune_invalid] Not using 640x480 mode: BAD
[ 5.340901] [drm:drm_mode_debug_printmodeline] Modeline 52:"720x400" 0 28320 720 738 846 900 400 412 414 449 0x40 0x6
[ 5.340904] [drm:drm_mode_prune_invalid] Not using 720x400 mode: BAD
[ 5.340910] [drm:drm_mode_debug_printmodeline] Modeline 53:"1280x1024" 0 135000 1280 1296 1440 1688 1024 1025 1028 1066 0x40 0x5
[ 5.340913] [drm:drm_mode_prune_invalid] Not using 1280x1024 mode: BAD
[ 5.340920] [drm:drm_mode_debug_printmodeline] Modeline 54:"1024x768" 0 78750 1024 1040 1136 1312 768 769 772 800 0x40 0x5
[ 5.340922] [drm:drm_mode_prune_invalid] Not using 1024x768 mode: BAD
[ 5.340929] [drm:drm_mode_debug_printmodeline] Modeline 55:"1024x768" 0 75000 1024 1048 1184 1328 768 771 777 806 0x40 0xa
[ 5.340932] [drm:drm_mode_prune_invalid] Not using 1024x768 mode: BAD
[ 5.340938] [drm:drm_mode_debug_printmodeline] Modeline 57:"800x600" 0 49500 800 816 896 1056 600 601 604 625 0x40 0x5
[ 5.340941] [drm:drm_mode_prune_invalid] Not using 800x600 mode: BAD
[ 5.340947] [drm:drm_mode_debug_printmodeline] Modeline 58:"800x600" 0 50000 800 856 976 1040 600 637 643 666 0x40 0x5
[ 5.340950] [drm:drm_mode_prune_invalid] Not using 800x600 mode: BAD
[ 5.340957] [drm:drm_helper_probe_single_connector_modes] [CONNECTOR:37:HDMI-A-1] probed modes :
[ 5.340964] [drm:drm_mode_debug_printmodeline] Modeline 47:"1920x1080" 60 148500 1920 2008 2052 2200 1080 1084 1089 1125 0x40 0xa
[ 5.340969] [drm:drm_mode_debug_printmodeline] Modeline 41:"1280x1024" 60 108000 1280 1328 1440 1688 1024 1025 1028 1066 0x40 0x5
[ 5.340976] [drm:drm_mode_debug_printmodeline] Modeline 56:"1024x768" 60 65000 1024 1048 1184 1344 768 771 777 806 0x40 0xa
[ 5.340981] [drm:drm_mode_debug_printmodeline] Modeline 48:"800x600" 60 40000 800 840 968 1056 600 601 605 628 0x40 0x5
[ 5.340985] [drm:drm_setup_crtcs] connector 37 enabled? yes
[ 5.340990] [drm:drm_setup_crtcs] looking for cmdline mode on connector 37
[ 5.340994] [drm:drm_setup_crtcs] looking for preferred mode on connector 37 0
[ 5.340997] [drm:drm_setup_crtcs] found mode 1920x1080
[ 5.341000] [drm:drm_setup_crtcs] picking CRTCs for 4096x4096 config
[ 5.341006] [drm:drm_setup_crtcs] desired mode 1920x1080 set on crtc 30 (0,0)
[ 5.341012] [drm:drm_mode_object_get] OBJ ID: 37 (2)
[ 5.348884] [drm:rockchip_drm_fbdev_create] FB [1920x1080]-24 kvaddr= (ptrval) offset=0 size=8294400
[ 5.349218] [drm:drm_atomic_state_init] Allocated atomic state (ptrval)
[ 5.349227] [drm:drm_atomic_get_plane_state] Added [PLANE:28:plane-0] (ptrval) state to (ptrval)
[ 5.349233] [drm:drm_atomic_get_plane_state] Added [PLANE:29:plane-1] (ptrval) state to (ptrval)
[ 5.349237] [drm:drm_atomic_set_crtc_for_plane] Link plane state (ptrval) to [NOCRTC]
[ 5.349241] [drm:drm_atomic_set_fb_for_plane] Set [NOFB] for plane state (ptrval)
[ 5.349248] [drm:drm_atomic_get_plane_state] Added [PLANE:31:plane-2] (ptrval) state to (ptrval)
[ 5.349253] [drm:drm_atomic_get_plane_state] Added [PLANE:32:plane-3] (ptrval) state to (ptrval)
[ 5.349257] [drm:drm_atomic_set_crtc_for_plane] Link plane state (ptrval) to [NOCRTC]
[ 5.349260] [drm:drm_atomic_set_fb_for_plane] Set [NOFB] for plane state (ptrval)
[ 5.349266] [drm:drm_atomic_get_plane_state] Added [PLANE:34:plane-4] (ptrval) state to (ptrval)
[ 5.349270] [drm:drm_atomic_set_crtc_for_plane] Link plane state (ptrval) to [NOCRTC]
[ 5.349273] [drm:drm_atomic_set_fb_for_plane] Set [NOFB] for plane state (ptrval)
[ 5.349279] [drm:drm_atomic_get_plane_state] Added [PLANE:35:plane-5] (ptrval) state to (ptrval)
[ 5.349283] [drm:drm_atomic_set_crtc_for_plane] Link plane state (ptrval) to [NOCRTC]
[ 5.349286] [drm:drm_atomic_set_fb_for_plane] Set [NOFB] for plane state (ptrval)
[ 5.349294] [drm:drm_atomic_get_crtc_state] Added [CRTC:30:crtc-0] (ptrval) state to (ptrval)
[ 5.349303] [drm:drm_atomic_set_mode_for_crtc] Set [MODE:1920x1080] for CRTC state (ptrval)
[ 5.349307] [drm:drm_atomic_set_crtc_for_plane] Link plane state (ptrval) to [CRTC:30:crtc-0]
[ 5.349313] [drm:drm_atomic_set_fb_for_plane] Set [FB:40] for plane state (ptrval)
[ 5.349317] [drm:drm_mode_object_get] OBJ ID: 40 (1)
[ 5.349323] [drm:drm_atomic_add_affected_connectors] Adding all current connectors for [CRTC:30:crtc-0] to (ptrval)
[ 5.349330] [drm:drm_mode_object_get] OBJ ID: 37 (3)
[ 5.349335] [drm:drm_atomic_get_connector_state] Added [CONNECTOR:37:HDMI-A-1] (ptrval) state to (ptrval)
[ 5.349338] [drm:drm_mode_object_get] OBJ ID: 37 (4)
[ 5.349342] [drm:drm_atomic_set_crtc_for_connector] Link connector state (ptrval) to [CRTC:30:crtc-0]
[ 5.349349] [drm:drm_atomic_get_crtc_state] Added [CRTC:33:crtc-1] (ptrval) state to (ptrval)
[ 5.349353] [drm:drm_atomic_set_mode_for_crtc] Set [NOMODE] for CRTC state (ptrval)
[ 5.349356] [drm:drm_atomic_set_crtc_for_plane] Link plane state (ptrval) to [NOCRTC]
[ 5.349360] [drm:drm_atomic_set_fb_for_plane] Set [NOFB] for plane state (ptrval)
[ 5.349364] [drm:drm_atomic_add_affected_connectors] Adding all current connectors for [CRTC:33:crtc-1] to (ptrval)
[ 5.349368] [drm:drm_atomic_check_only] checking (ptrval)
[ 5.349377] [drm:drm_atomic_helper_check_modeset] [CRTC:30:crtc-0] mode changed
[ 5.349381] [drm:drm_atomic_helper_check_modeset] [CRTC:30:crtc-0] enable changed
[ 5.349385] [drm:drm_atomic_helper_check_modeset] [CRTC:30:crtc-0] active changed
[ 5.349391] [drm:drm_atomic_helper_check_modeset] Updating routing for [CONNECTOR:37:HDMI-A-1]
[ 5.349397] [drm:drm_atomic_helper_check_modeset] [CONNECTOR:37:HDMI-A-1] using [ENCODER:36:TMDS-36] on [CRTC:30:crtc-0]
[ 5.349402] [drm:drm_atomic_helper_check_modeset] [CRTC:30:crtc-0] needs all connectors, enable: y, active: y
[ 5.349406] [drm:drm_atomic_add_affected_connectors] Adding all current connectors for [CRTC:30:crtc-0] to (ptrval)
[ 5.349500] [drm:drm_atomic_commit] committing (ptrval)
[ 5.349517] [drm:drm_calc_timestamping_constants] crtc 30: hwmode: htotal 2200, vtotal 1125, vdisplay 1080
[ 5.349521] [drm:drm_calc_timestamping_constants] crtc 30: clock 148500 kHz framedur 16666666 linedur 14814
[ 5.349527] [drm:drm_atomic_helper_commit_modeset_disables] modeset on [ENCODER:36:TMDS-36]
[ 5.349590] [drm:drm_atomic_helper_commit_modeset_enables] enabling [CRTC:30:crtc-0]
[ 5.349874] [drm:drm_crtc_vblank_on] crtc 0, vblank enabled 0, inmodeset 0
[ 5.349886] rockchip-vop ff8f0000.vop: [drm:vop_reg_set] Warning: not support pin_pol
[ 5.349902] [drm:drm_atomic_helper_commit_modeset_enables] enabling [ENCODER:36:TMDS-36]
[ 5.349927] dwhdmi-rockchip ff940000.hdmi: [drm:dw_hdmi_rockchip_encoder_enable] vop BIG output to hdmi
[ 5.372414] [drm:drm_vblank_enable] enabling vblank on crtc 0, ret: 0
[ 5.372421] [drm:drm_update_vblank_count] updating vblank count on crtc 0: current=1, diff=0, hw=0 hw_last=0
[ 5.376165] alloc_contig_range: [7f061, 7f062) PFNs busy
[ 5.376248] alloc_contig_range: [7f062, 7f063) PFNs busy
[ 5.376325] alloc_contig_range: [7f063, 7f064) PFNs busy
[ 5.376403] alloc_contig_range: [7f064, 7f065) PFNs busy
[ 5.376480] alloc_contig_range: [7f065, 7f066) PFNs busy
[ 5.376558] alloc_contig_range: [7f066, 7f067) PFNs busy
[ 5.376636] alloc_contig_range: [7f067, 7f068) PFNs busy
[ 5.376714] alloc_contig_range: [7f070, 7f071) PFNs busy
[ 5.376792] alloc_contig_range: [7f071, 7f072) PFNs busy
[ 5.376870] alloc_contig_range: [7f072, 7f073) PFNs busy
[ 5.426492] ------------[ cut here ]------------
[ 5.426494] [CRTC:30:crtc-0] vblank wait timed out
[ 5.426536] WARNING: CPU: 1 PID: 83 at drivers/gpu/drm/drm_atomic_helper.c:1351 drm_atomic_helper_wait_for_vblanks.part.8+0x294/0x2a0
[ 5.426537] Modules linked in:
[ 5.426545] CPU: 1 PID: 83 Comm: kworker/1:1 Not tainted 4.17.0-rc2 #72
[ 5.426547] Hardware name: Theobroma Systems RK3399-Q7 SoM (DT)
[ 5.426555] Workqueue: events deferred_probe_work_func
[ 5.426559] pstate: 40000005 (nZcv daif -PAN -UAO)
[ 5.426563] pc : drm_atomic_helper_wait_for_vblanks.part.8+0x294/0x2a0
[ 5.426567] lr : drm_atomic_helper_wait_for_vblanks.part.8+0x294/0x2a0
[ 5.426569] sp : ffff000009aa33b0
[ 5.426570] x29: ffff000009aa33b0 x28: 0000000000000001
[ 5.426574] x27: 0000000000000000 x26: 0000000000000000
[ 5.426577] x25: ffff80007b00df80 x24: ffff80007b79d800
[ 5.426581] x23: 0000000000000001 x22: 0000000000000030
[ 5.426584] x21: 0000000000000001 x20: ffff80007b534018
[ 5.426588] x19: 0000000000000000 x18: ffffffffffffffff
[ 5.426591] x17: 00000000e621632f x16: 00000000ffffff80
[ 5.426595] x15: ffff0000092cac08 x14: 00000000fffffff0
[ 5.426599] x13: ffff0000093f27a8 x12: ffff0000092e68c8
[ 5.426602] x11: ffff0000092e6000 x10: ffff0000093cf000
[ 5.426606] x9 : 0000000000000000 x8 : ffff0000093db940
[ 5.426609] x7 : 0000000000000000 x6 : 0000000029f6e4ed
[ 5.426613] x5 : 0000000000000000 x4 : 0000000000000000
[ 5.426616] x3 : ffffffffffffffff x2 : 0000800075c85000
[ 5.426620] x1 : d50627ac4eb61900 x0 : 0000000000000000
[ 5.426624] Call trace:
[ 5.426628] drm_atomic_helper_wait_for_vblanks.part.8+0x294/0x2a0
[ 5.426632] drm_atomic_helper_commit_tail_rpm+0x58/0x70
[ 5.426635] commit_tail+0x44/0x78
[ 5.426638] drm_atomic_helper_commit+0xc8/0x148
[ 5.426643] drm_atomic_commit+0x48/0x58
[ 5.426647] restore_fbdev_mode_atomic+0x1ac/0x218
[ 5.426649] restore_fbdev_mode+0x2c/0x170
[ 5.426653] drm_fb_helper_restore_fbdev_mode_unlocked+0x70/0xc8
[ 5.426655] drm_fb_helper_set_par+0x2c/0x60
[ 5.426661] fbcon_init+0x504/0x558
[ 5.426665] visual_init+0xb4/0x108
[ 5.426668] do_bind_con_driver+0x1b8/0x3a0
[ 5.426671] do_take_over_console+0x150/0x1d0
[ 5.426675] do_fbcon_takeover+0x74/0xf8
[ 5.426678] fbcon_event_notify+0x8e4/0x910
[ 5.426683] notifier_call_chain+0x50/0x90
[ 5.426687] __blocking_notifier_call_chain+0x4c/0x90
[ 5.426690] blocking_notifier_call_chain+0x14/0x20
[ 5.426694] fb_notifier_call_chain+0x1c/0x28
[ 5.426697] register_framebuffer+0x1e0/0x308
[ 5.426700] __drm_fb_helper_initial_config_and_unlock+0x220/0x3c0
[ 5.426702] drm_fb_helper_initial_config+0x40/0x50
[ 5.426706] rockchip_drm_fbdev_init+0x6c/0x130
[ 5.426710] rockchip_drm_bind+0x17c/0x1d0
[ 5.426714] try_to_bring_up_master+0x21c/0x2b8
[ 5.426718] component_master_add_with_match+0xbc/0x108
[ 5.426721] rockchip_drm_platform_probe+0x174/0x2e8
[ 5.426725] platform_drv_probe+0x58/0xc0
[ 5.426728] driver_probe_device+0x2bc/0x488
[ 5.426731] __device_attach_driver+0xbc/0x158
[ 5.426733] bus_for_each_drv+0x70/0xc8
[ 5.426736] __device_attach+0xe0/0x168
[ 5.426739] device_initial_probe+0x10/0x18
[ 5.426742] bus_probe_device+0x94/0xa0
[ 5.426744] deferred_probe_work_func+0x60/0x188
[ 5.426749] process_one_work+0x1c0/0x328
[ 5.426753] worker_thread+0x254/0x458
[ 5.426756] kthread+0xf8/0x128
[ 5.426761] ret_from_fork+0x10/0x18
[ 5.426762] ---[ end trace 69aedb6b697b33a0 ]---
[ 5.426774] [drm:drm_mode_object_get] OBJ ID: 40 (2)
[ 5.426781] [drm:drm_atomic_state_default_clear] Clearing atomic state (ptrval)
[ 5.426786] [drm:drm_mode_object_put] OBJ ID: 37 (5)
[ 5.426797] [drm:__drm_atomic_state_free] Freeing atomic state (ptrval)
[ 5.426892] [drm:drm_atomic_state_init] Allocated atomic state (ptrval)
[ 5.426897] [drm:drm_mode_object_get] OBJ ID: 40 (3)
[ 5.426903] [drm:drm_atomic_get_plane_state] Added [PLANE:28:plane-0] (ptrval) state to (ptrval)
[ 5.426907] [drm:drm_mode_object_get] OBJ ID: 42 (1)
[ 5.426912] [drm:drm_atomic_get_crtc_state] Added [CRTC:30:crtc-0] (ptrval) state to (ptrval)
[ 5.426917] [drm:drm_atomic_get_plane_state] Added [PLANE:29:plane-1] (ptrval) state to (ptrval)
[ 5.426921] [drm:drm_atomic_set_crtc_for_plane] Link plane state (ptrval) to [NOCRTC]
[ 5.426926] [drm:drm_atomic_set_fb_for_plane] Set [NOFB] for plane state (ptrval)
[ 5.426931] [drm:drm_atomic_get_plane_state] Added [PLANE:31:plane-2] (ptrval) state to (ptrval)
[ 5.426936] [drm:drm_atomic_get_plane_state] Added [PLANE:32:plane-3] (ptrval) state to (ptrval)
[ 5.426940] [drm:drm_atomic_set_crtc_for_plane] Link plane state (ptrval) to [NOCRTC]
[ 5.426943] [drm:drm_atomic_set_fb_for_plane] Set [NOFB] for plane state (ptrval)
[ 5.426948] [drm:drm_atomic_get_plane_state] Added [PLANE:34:plane-4] (ptrval) state to (ptrval)
[ 5.426952] [drm:drm_atomic_set_crtc_for_plane] Link plane state (ptrval) to [NOCRTC]
[ 5.426955] [drm:drm_atomic_set_fb_for_plane] Set [NOFB] for plane state (ptrval)
[ 5.426960] [drm:drm_atomic_get_plane_state] Added [PLANE:35:plane-5] (ptrval) state to (ptrval)
[ 5.426964] [drm:drm_atomic_set_crtc_for_plane] Link plane state (ptrval) to [NOCRTC]
[ 5.426968] [drm:drm_atomic_set_fb_for_plane] Set [NOFB] for plane state (ptrval)
[ 5.426971] [drm:drm_mode_object_put] OBJ ID: 42 (2)
[ 5.426979] [drm:drm_atomic_set_mode_for_crtc] Set [MODE:1920x1080] for CRTC state (ptrval)
[ 5.426984] [drm:drm_atomic_set_crtc_for_plane] Link plane state (ptrval) to [CRTC:30:crtc-0]
[ 5.426989] [drm:drm_atomic_set_fb_for_plane] Set [FB:40] for plane state (ptrval)
[ 5.426992] [drm:drm_mode_object_get] OBJ ID: 40 (4)
[ 5.426994] [drm:drm_mode_object_put] OBJ ID: 40 (5)
[ 5.427000] [drm:drm_atomic_add_affected_connectors] Adding all current connectors for [CRTC:30:crtc-0] to (ptrval)
[ 5.427008] [drm:drm_mode_object_get] OBJ ID: 37 (5)
[ 5.427011] [drm:drm_mode_object_get] OBJ ID: 37 (6)
[ 5.427015] [drm:drm_atomic_get_connector_state] Added [CONNECTOR:37:HDMI-A-1] (ptrval) state to (ptrval)
[ 5.427019] [drm:drm_mode_object_put] OBJ ID: 37 (6)
[ 5.427023] [drm:drm_atomic_set_crtc_for_connector] Link connector state (ptrval) to [NOCRTC]
[ 5.427026] [drm:drm_mode_object_get] OBJ ID: 37 (5)
[ 5.427030] [drm:drm_atomic_set_crtc_for_connector] Link connector state (ptrval) to [CRTC:30:crtc-0]
[ 5.427036] [drm:drm_atomic_get_crtc_state] Added [CRTC:33:crtc-1] (ptrval) state to (ptrval)
[ 5.427040] [drm:drm_atomic_set_mode_for_crtc] Set [NOMODE] for CRTC state (ptrval)
[ 5.427043] [drm:drm_atomic_set_crtc_for_plane] Link plane state (ptrval) to [NOCRTC]
[ 5.427047] [drm:drm_atomic_set_fb_for_plane] Set [NOFB] for plane state (ptrval)
[ 5.427051] [drm:drm_atomic_add_affected_connectors] Adding all current connectors for [CRTC:33:crtc-1] to (ptrval)
[ 5.427055] [drm:drm_atomic_check_only] checking (ptrval)
[ 5.427066] [drm:drm_atomic_helper_check_modeset] Updating routing for [CONNECTOR:37:HDMI-A-1]
[ 5.427072] [drm:drm_atomic_helper_check_modeset] [CONNECTOR:37:HDMI-A-1] keeps [ENCODER:36:TMDS-36], now on [CRTC:30:crtc-0]
[ 5.427083] [drm:drm_atomic_commit] committing (ptrval)
[ 5.562677] hub 7-1:1.0: USB hub found
[ 5.563196] hub 7-1:1.0: 4 ports detected
[ 6.110496] usb 7-1.4: new full-speed USB device number 3 using xhci-hcd
[ 7.114496] usb 7-1.2: new low-speed USB device number 4 using xhci-hcd
[ 7.570526] input: PixArt USB Optical Mouse as /devices/platform/usb@fe900000/fe900000.dwc3/xhci-hcd.1.auto/usb7/7-1/7-1.2/7-1.2:1.0/0003:093A:2510.0001/input/input0
[ 7.570693] hid-generic 0003:093A:2510.0001: input: USB HID v1.11 Mouse [PixArt USB Optical Mouse] on usb-xhci-hcd.1.auto-1.2/input0
[ 15.586502] [drm:drm_atomic_helper_wait_for_dependencies] *ERROR* [CRTC:30:crtc-0] flip_done timed out
[ 25.826490] [drm:drm_atomic_helper_wait_for_dependencies] *ERROR* [CONNECTOR:37:HDMI-A-1] flip_done timed out
[ 36.066490] [drm:drm_atomic_helper_wait_for_dependencies] *ERROR* [PLANE:28:plane-0] flip_done timed out
[ 36.066504] [drm:drm_calc_timestamping_constants] crtc 30: hwmode: htotal 2200, vtotal 1125, vdisplay 1080
[ 36.066508] [drm:drm_calc_timestamping_constants] crtc 30: clock 148500 kHz framedur 16666666 linedur 14814
[ 36.076535] rockchip-vop ff8f0000.vop: [drm:vop_crtc_atomic_flush] *ERROR* VOP vblank IRQ stuck for 10 ms
[ 36.076577] WARNING: CPU: 1 PID: 83 at drivers/gpu/drm/rockchip/rockchip_drm_vop.c:1004 vop_crtc_atomic_flush+0x1c0/0x1c8
[ 36.076579] Modules linked in:
[ 36.076587] CPU: 1 PID: 83 Comm: kworker/1:1 Tainted: G W 4.17.0-rc2 #72
[ 36.076589] Hardware name: Theobroma Systems RK3399-Q7 SoM (DT)
[ 36.076596] Workqueue: events deferred_probe_work_func
[ 36.076600] pstate: 20000085 (nzCv daIf -PAN -UAO)
[ 36.076603] pc : vop_crtc_atomic_flush+0x1c0/0x1c8
[ 36.076607] lr : vop_crtc_atomic_flush+0xd4/0x1c8
[ 36.076608] sp : ffff000009aa31c0
[ 36.076610] x29: ffff000009aa31c0 x28: 0000000000000000
[ 36.076613] x27: 0000000000000002 x26: ffff80007b79d800
[ 36.076617] x25: ffff80007b8bb848 x24: 0000000000000048
[ 36.076621] x23: 0000000000000030 x22: ffff80007b00d000
[ 36.076624] x21: 0000000000000001 x20: ffff80007b534018
[ 36.076628] x19: 0000000865f1527a x18: ffffffffffffffff
[ 36.076631] x17: 000000008836239e x16: 00000000e7f4887a
[ 36.076635] x15: ffff0000092cac08 x14: 6e616c627620504f
[ 36.076638] x13: 56202a524f525245 x12: 0000000000000040
[ 36.076642] x11: 5f63696d6f74615f x10: 0000000000000032
[ 36.076645] x9 : ffff80007c000400 x8 : 0000000000000000
[ 36.076649] x7 : ffff80007baee600 x6 : ffff80007baee600
[ 36.076652] x5 : ffff80007c000248 x4 : 0000000000000000
[ 36.076656] x3 : 0000000000000080 x2 : 0000000000000004
[ 36.076659] x1 : ffff80007be43b00 x0 : ffff80007bba7700
[ 36.076663] Call trace:
[ 36.076667] vop_crtc_atomic_flush+0x1c0/0x1c8
[ 36.076671] drm_atomic_helper_commit_planes+0x160/0x210
[ 36.076675] drm_atomic_helper_commit_tail_rpm+0x3c/0x70
[ 36.076678] commit_tail+0x44/0x78
[ 36.076681] drm_atomic_helper_commit+0xc8/0x148
[ 36.076685] drm_atomic_commit+0x48/0x58
[ 36.076689] restore_fbdev_mode_atomic+0x1ac/0x218
[ 36.076692] drm_fb_helper_pan_display+0xa4/0x1b8
[ 36.076697] fb_pan_display+0xb8/0x158
[ 36.076701] bit_update_start+0x1c/0x40
[ 36.076703] fbcon_switch+0x47c/0x5d0
[ 36.076708] redraw_screen+0x168/0x260
[ 36.076712] fbcon_prepare_logo+0x318/0x3e8
[ 36.076716] fbcon_init+0x338/0x558
[ 36.076719] visual_init+0xb4/0x108
[ 36.076722] do_bind_con_driver+0x1b8/0x3a0
[ 36.076725] do_take_over_console+0x150/0x1d0
[ 36.076728] do_fbcon_takeover+0x74/0xf8
[ 36.076731] fbcon_event_notify+0x8e4/0x910
[ 36.076736] notifier_call_chain+0x50/0x90
[ 36.076740] __blocking_notifier_call_chain+0x4c/0x90
[ 36.076743] blocking_notifier_call_chain+0x14/0x20
[ 36.076746] fb_notifier_call_chain+0x1c/0x28
[ 36.076749] register_framebuffer+0x1e0/0x308
[ 36.076752] __drm_fb_helper_initial_config_and_unlock+0x220/0x3c0
[ 36.076755] drm_fb_helper_initial_config+0x40/0x50
[ 36.076759] rockchip_drm_fbdev_init+0x6c/0x130
[ 36.076762] rockchip_drm_bind+0x17c/0x1d0
[ 36.076766] try_to_bring_up_master+0x21c/0x2b8
[ 36.076770] component_master_add_with_match+0xbc/0x108
[ 36.076773] rockchip_drm_platform_probe+0x174/0x2e8
[ 36.076778] platform_drv_probe+0x58/0xc0
[ 36.076781] driver_probe_device+0x2bc/0x488
[ 36.076783] __device_attach_driver+0xbc/0x158
[ 36.076786] bus_for_each_drv+0x70/0xc8
[ 36.076789] __device_attach+0xe0/0x168
[ 36.076792] device_initial_probe+0x10/0x18
[ 36.076794] bus_probe_device+0x94/0xa0
[ 36.076797] deferred_probe_work_func+0x60/0x188
[ 36.076802] process_one_work+0x1c0/0x328
[ 36.076806] worker_thread+0x254/0x458
[ 36.076809] kthread+0xf8/0x128
[ 36.076814] ret_from_fork+0x10/0x18
[ 36.076815] ---[ end trace 69aedb6b697b33a1 ]---
[ 36.130488] ------------[ cut here ]------------
[ 36.130490] [CRTC:30:crtc-0] vblank wait timed out
[ 36.130520] WARNING: CPU: 1 PID: 83 at drivers/gpu/drm/drm_atomic_helper.c:1351 drm_atomic_helper_wait_for_vblanks.part.8+0x294/0x2a0
[ 36.130521] Modules linked in:
[ 36.130526] CPU: 1 PID: 83 Comm: kworker/1:1 Tainted: G W 4.17.0-rc2 #72
[ 36.130527] Hardware name: Theobroma Systems RK3399-Q7 SoM (DT)
[ 36.130531] Workqueue: events deferred_probe_work_func
[ 36.130534] pstate: 40000005 (nZcv daif -PAN -UAO)
[ 36.130538] pc : drm_atomic_helper_wait_for_vblanks.part.8+0x294/0x2a0
[ 36.130542] lr : drm_atomic_helper_wait_for_vblanks.part.8+0x294/0x2a0
[ 36.130543] sp : ffff000009aa31a0
[ 36.130545] x29: ffff000009aa31a0 x28: 0000000000000001
[ 36.130549] x27: 0000000000000000 x26: 0000000000000000
[ 36.130552] x25: ffff80007b00d000 x24: ffff80007b79d800
[ 36.130556] x23: 0000000000000001 x22: 0000000000000030
[ 36.130559] x21: 0000000000000001 x20: ffff80007b534018
[ 36.130563] x19: 0000000000000000 x18: ffffffffffffffff
[ 36.130566] x17: 000000008836239e x16: 00000000e7f4887a
[ 36.130570] x15: ffff0000092cac08 x14: 00000000fffffff0
[ 36.130573] x13: ffff0000093f27a8 x12: ffff0000092e68c8
[ 36.130577] x11: ffff0000092e6000 x10: ffff0000093cf000
[ 36.130581] x9 : 0000000000000000 x8 : ffff0000093dec08
[ 36.130584] x7 : 0000000000000000 x6 : 0000000029f6e4ed
[ 36.130587] x5 : 0000000000000000 x4 : 0000000000000000
[ 36.130591] x3 : ffffffffffffffff x2 : 0000800075c85000
[ 36.130594] x1 : d50627ac4eb61900 x0 : 0000000000000000
[ 36.130598] Call trace:
[ 36.130601] drm_atomic_helper_wait_for_vblanks.part.8+0x294/0x2a0
[ 36.130605] drm_atomic_helper_commit_tail_rpm+0x58/0x70
[ 36.130608] commit_tail+0x44/0x78
[ 36.130611] drm_atomic_helper_commit+0xc8/0x148
[ 36.130615] drm_atomic_commit+0x48/0x58
[ 36.130617] restore_fbdev_mode_atomic+0x1ac/0x218
[ 36.130620] drm_fb_helper_pan_display+0xa4/0x1b8
[ 36.130623] fb_pan_display+0xb8/0x158
[ 36.130626] bit_update_start+0x1c/0x40
[ 36.130628] fbcon_switch+0x47c/0x5d0
[ 36.130631] redraw_screen+0x168/0x260
[ 36.130634] fbcon_prepare_logo+0x318/0x3e8
[ 36.130638] fbcon_init+0x338/0x558
[ 36.130640] visual_init+0xb4/0x108
[ 36.130643] do_bind_con_driver+0x1b8/0x3a0
[ 36.130646] do_take_over_console+0x150/0x1d0
[ 36.130650] do_fbcon_takeover+0x74/0xf8
[ 36.130652] fbcon_event_notify+0x8e4/0x910
[ 36.130655] notifier_call_chain+0x50/0x90
[ 36.130659] __blocking_notifier_call_chain+0x4c/0x90
[ 36.130662] blocking_notifier_call_chain+0x14/0x20
[ 36.130665] fb_notifier_call_chain+0x1c/0x28
[ 36.130668] register_framebuffer+0x1e0/0x308
[ 36.130671] __drm_fb_helper_initial_config_and_unlock+0x220/0x3c0
[ 36.130673] drm_fb_helper_initial_config+0x40/0x50
[ 36.130676] rockchip_drm_fbdev_init+0x6c/0x130
[ 36.130679] rockchip_drm_bind+0x17c/0x1d0
[ 36.130683] try_to_bring_up_master+0x21c/0x2b8
[ 36.130686] component_master_add_with_match+0xbc/0x108
[ 36.130689] rockchip_drm_platform_probe+0x174/0x2e8
[ 36.130692] platform_drv_probe+0x58/0xc0
[ 36.130695] driver_probe_device+0x2bc/0x488
[ 36.130697] __device_attach_driver+0xbc/0x158
[ 36.130700] bus_for_each_drv+0x70/0xc8
[ 36.130702] __device_attach+0xe0/0x168
[ 36.130705] device_initial_probe+0x10/0x18
[ 36.130708] bus_probe_device+0x94/0xa0
[ 36.130710] deferred_probe_work_func+0x60/0x188
[ 36.130714] process_one_work+0x1c0/0x328
[ 36.130717] worker_thread+0x254/0x458
[ 36.130720] kthread+0xf8/0x128
[ 36.130722] ret_from_fork+0x10/0x18
[ 36.130724] ---[ end trace 69aedb6b697b33a2 ]---
[ 36.130734] [drm:drm_mode_object_get] OBJ ID: 40 (4)
[ 36.130738] [drm:drm_mode_object_put] OBJ ID: 40 (5)
[ 36.130744] [drm:drm_atomic_state_default_clear] Clearing atomic state (ptrval)
[ 36.130748] [drm:drm_mode_object_put] OBJ ID: 37 (6)
[ 36.130752] [drm:drm_mode_object_put] OBJ ID: 37 (5)
[ 36.130756] [drm:drm_mode_object_put] OBJ ID: 42 (1)
[ 36.130764] [drm:drm_mode_object_put] OBJ ID: 40 (4)
[ 36.130771] [drm:__drm_atomic_state_free] Freeing atomic state (ptrval)
[ 36.152832] Console: switching to colour frame buffer device 240x67
[ 36.152852] [drm:drm_atomic_state_init] Allocated atomic state (ptrval)
[ 36.152857] [drm:drm_mode_object_get] OBJ ID: 40 (3)
[ 36.152862] [drm:drm_atomic_get_plane_state] Added [PLANE:28:plane-0] (ptrval) state to (ptrval)
[ 36.152867] [drm:drm_mode_object_get] OBJ ID: 43 (1)
[ 36.152872] [drm:drm_atomic_get_crtc_state] Added [CRTC:30:crtc-0] (ptrval) state to (ptrval)
[ 36.152877] [drm:drm_atomic_get_plane_state] Added [PLANE:29:plane-1] (ptrval) state to (ptrval)
[ 36.152882] [drm:drm_atomic_set_crtc_for_plane] Link plane state (ptrval) to [NOCRTC]
[ 36.152886] [drm:drm_atomic_set_fb_for_plane] Set [NOFB] for plane state (ptrval)
[ 36.152891] [drm:drm_atomic_get_plane_state] Added [PLANE:31:plane-2] (ptrval) state to (ptrval)
[ 36.152897] [drm:drm_atomic_get_plane_state] Added [PLANE:32:plane-3] (ptrval) state to (ptrval)
[ 36.152900] [drm:drm_atomic_set_crtc_for_plane] Link plane state (ptrval) to [NOCRTC]
[ 36.152904] [drm:drm_atomic_set_fb_for_plane] Set [NOFB] for plane state (ptrval)
[ 36.152909] [drm:drm_atomic_get_plane_state] Added [PLANE:34:plane-4] (ptrval) state to (ptrval)
[ 36.152912] [drm:drm_atomic_set_crtc_for_plane] Link plane state (ptrval) to [NOCRTC]
[ 36.152916] [drm:drm_atomic_set_fb_for_plane] Set [NOFB] for plane state (ptrval)
[ 36.152921] [drm:drm_atomic_get_plane_state] Added [PLANE:35:plane-5] (ptrval) state to (ptrval)
[ 36.152924] [drm:drm_atomic_set_crtc_for_plane] Link plane state (ptrval) to [NOCRTC]
[ 36.152928] [drm:drm_atomic_set_fb_for_plane] Set [NOFB] for plane state (ptrval)
[ 36.152932] [drm:drm_mode_object_put] OBJ ID: 43 (2)
[ 36.152940] [drm:drm_atomic_set_mode_for_crtc] Set [MODE:1920x1080] for CRTC state (ptrval)
[ 36.152945] [drm:drm_atomic_set_crtc_for_plane] Link plane state (ptrval) to [CRTC:30:crtc-0]
[ 36.152949] [drm:drm_atomic_set_fb_for_plane] Set [FB:40] for plane state (ptrval)
[ 36.152952] [drm:drm_mode_object_get] OBJ ID: 40 (4)
[ 36.152955] [drm:drm_mode_object_put] OBJ ID: 40 (5)
[ 36.152961] [drm:drm_atomic_add_affected_connectors] Adding all current connectors for [CRTC:30:crtc-0] to (ptrval)
[ 36.152968] [drm:drm_mode_object_get] OBJ ID: 37 (5)
[ 36.152971] [drm:drm_mode_object_get] OBJ ID: 37 (6)
[ 36.152976] [drm:drm_atomic_get_connector_state] Added [CONNECTOR:37:HDMI-A-1] (ptrval) state to (ptrval)
[ 36.152980] [drm:drm_mode_object_put] OBJ ID: 37 (6)
[ 36.152983] [drm:drm_atomic_set_crtc_for_connector] Link connector state (ptrval) to [NOCRTC]
[ 36.152987] [drm:drm_mode_object_get] OBJ ID: 37 (5)
[ 36.152991] [drm:drm_atomic_set_crtc_for_connector] Link connector state (ptrval) to [CRTC:30:crtc-0]
[ 36.152996] [drm:drm_atomic_get_crtc_state] Added [CRTC:33:crtc-1] (ptrval) state to (ptrval)
[ 36.153001] [drm:drm_atomic_set_mode_for_crtc] Set [NOMODE] for CRTC state (ptrval)
[ 36.153004] [drm:drm_atomic_set_crtc_for_plane] Link plane state (ptrval) to [NOCRTC]
[ 36.153008] [drm:drm_atomic_set_fb_for_plane] Set [NOFB] for plane state (ptrval)
[ 36.153012] [drm:drm_atomic_add_affected_connectors] Adding all current connectors for [CRTC:33:crtc-1] to (ptrval)
[ 36.153016] [drm:drm_atomic_check_only] checking (ptrval)
[ 36.153026] [drm:drm_atomic_helper_check_modeset] Updating routing for [CONNECTOR:37:HDMI-A-1]
[ 36.153032] [drm:drm_atomic_helper_check_modeset] [CONNECTOR:37:HDMI-A-1] keeps [ENCODER:36:TMDS-36], now on [CRTC:30:crtc-0]
[ 36.153043] [drm:drm_atomic_commit] committing (ptrval)
[ 46.306489] [drm:drm_atomic_helper_wait_for_dependencies] *ERROR* [CRTC:30:crtc-0] flip_done timed out
[ 56.546489] [drm:drm_atomic_helper_wait_for_dependencies] *ERROR* [CONNECTOR:37:HDMI-A-1] flip_done timed out
[ 66.786488] [drm:drm_atomic_helper_wait_for_dependencies] *ERROR* [PLANE:28:plane-0] flip_done timed out
[ 66.786496] [drm:drm_calc_timestamping_constants] crtc 30: hwmode: htotal 2200, vtotal 1125, vdisplay 1080
[ 66.786500] [drm:drm_calc_timestamping_constants] crtc 30: clock 148500 kHz framedur 16666666 linedur 14814
[ 66.796519] rockchip-vop ff8f0000.vop: [drm:vop_crtc_atomic_flush] *ERROR* VOP vblank IRQ stuck for 10 ms
[ 66.796552] WARNING: CPU: 1 PID: 83 at drivers/gpu/drm/rockchip/rockchip_drm_vop.c:1004 vop_crtc_atomic_flush+0x1c0/0x1c8
[ 66.796553] Modules linked in:
[ 66.796558] CPU: 1 PID: 83 Comm: kworker/1:1 Tainted: G W 4.17.0-rc2 #72
[ 66.796559] Hardware name: Theobroma Systems RK3399-Q7 SoM (DT)
[ 66.796564] Workqueue: events deferred_probe_work_func
[ 66.796567] pstate: 20000085 (nzCv daIf -PAN -UAO)
[ 66.796571] pc : vop_crtc_atomic_flush+0x1c0/0x1c8
[ 66.796574] lr : vop_crtc_atomic_flush+0xd4/0x1c8
[ 66.796575] sp : ffff000009aa32f0
[ 66.796577] x29: ffff000009aa32f0 x28: 0000000000000000
[ 66.796580] x27: 0000000000000002 x26: ffff80007b79d800
[ 66.796584] x25: ffff80007b8bb848 x24: 0000000000000048
[ 66.796587] x23: 0000000000000030 x22: ffff80007b00df80
[ 66.796591] x21: 0000000000000001 x20: ffff80007b534018
[ 66.796594] x19: 0000000f8cff1dcd x18: ffffffffffffffff
[ 66.796598] x17: 000000008836239e x16: 00000000e7f4887a
[ 66.796602] x15: ffff0000092cac08 x14: 6e616c627620504f
[ 66.796605] x13: 56202a524f525245 x12: 0000000000000040
[ 66.796609] x11: 5f63696d6f74615f x10: 0000000000000032
[ 66.796612] x9 : ffff80007c000400 x8 : 0000000000000000
[ 66.796615] x7 : ffff80007baee600 x6 : ffff80007baee600
[ 66.796619] x5 : ffff80007c000248 x4 : 0000000000000000
[ 66.796622] x3 : 0000000000000080 x2 : 0000000000000006
[ 66.796626] x1 : ffff80007be43b00 x0 : ffff80007be24380
[ 66.796629] Call trace:
[ 66.796633] vop_crtc_atomic_flush+0x1c0/0x1c8
[ 66.796636] drm_atomic_helper_commit_planes+0x160/0x210
[ 66.796640] drm_atomic_helper_commit_tail_rpm+0x3c/0x70
[ 66.796643] commit_tail+0x44/0x78
[ 66.796646] drm_atomic_helper_commit+0xc8/0x148
[ 66.796649] drm_atomic_commit+0x48/0x58
[ 66.796652] restore_fbdev_mode_atomic+0x1ac/0x218
[ 66.796654] drm_fb_helper_pan_display+0xa4/0x1b8
[ 66.796657] fb_pan_display+0xb8/0x158
[ 66.796660] bit_update_start+0x1c/0x40
[ 66.796662] fbcon_switch+0x47c/0x5d0
[ 66.796665] redraw_screen+0x168/0x260
[ 66.796668] do_bind_con_driver+0x2bc/0x3a0
[ 66.796671] do_take_over_console+0x150/0x1d0
[ 66.796674] do_fbcon_takeover+0x74/0xf8
[ 66.796677] fbcon_event_notify+0x8e4/0x910
[ 66.796680] notifier_call_chain+0x50/0x90
[ 66.796683] __blocking_notifier_call_chain+0x4c/0x90
[ 66.796687] blocking_notifier_call_chain+0x14/0x20
[ 66.796690] fb_notifier_call_chain+0x1c/0x28
[ 66.796692] register_framebuffer+0x1e0/0x308
[ 66.796695] __drm_fb_helper_initial_config_and_unlock+0x220/0x3c0
[ 66.796698] drm_fb_helper_initial_config+0x40/0x50
[ 66.796701] rockchip_drm_fbdev_init+0x6c/0x130
[ 66.796704] rockchip_drm_bind+0x17c/0x1d0
[ 66.796707] try_to_bring_up_master+0x21c/0x2b8
[ 66.796711] component_master_add_with_match+0xbc/0x108
[ 66.796713] rockchip_drm_platform_probe+0x174/0x2e8
[ 66.796717] platform_drv_probe+0x58/0xc0
[ 66.796720] driver_probe_device+0x2bc/0x488
[ 66.796723] __device_attach_driver+0xbc/0x158
[ 66.796725] bus_for_each_drv+0x70/0xc8
[ 66.796727] __device_attach+0xe0/0x168
[ 66.796730] device_initial_probe+0x10/0x18
[ 66.796733] bus_probe_device+0x94/0xa0
[ 66.796736] deferred_probe_work_func+0x60/0x188
[ 66.796739] process_one_work+0x1c0/0x328
[ 66.796742] worker_thread+0x254/0x458
[ 66.796745] kthread+0xf8/0x128
[ 66.796748] ret_from_fork+0x10/0x18
[ 66.796750] ---[ end trace 69aedb6b697b33a3 ]---
[ 66.850485] ------------[ cut here ]------------
[ 66.850488] [CRTC:30:crtc-0] vblank wait timed out
[ 66.850516] WARNING: CPU: 1 PID: 83 at drivers/gpu/drm/drm_atomic_helper.c:1351 drm_atomic_helper_wait_for_vblanks.part.8+0x294/0x2a0
[ 66.850517] Modules linked in:
[ 66.850522] CPU: 1 PID: 83 Comm: kworker/1:1 Tainted: G W 4.17.0-rc2 #72
[ 66.850523] Hardware name: Theobroma Systems RK3399-Q7 SoM (DT)
[ 66.850527] Workqueue: events deferred_probe_work_func
[ 66.850530] pstate: 40000005 (nZcv daif -PAN -UAO)
[ 66.850534] pc : drm_atomic_helper_wait_for_vblanks.part.8+0x294/0x2a0
[ 66.850538] lr : drm_atomic_helper_wait_for_vblanks.part.8+0x294/0x2a0
[ 66.850539] sp : ffff000009aa32d0
[ 66.850541] x29: ffff000009aa32d0 x28: 0000000000000001
[ 66.850544] x27: 0000000000000000 x26: 0000000000000000
[ 66.850548] x25: ffff80007b00df80 x24: ffff80007b79d800
[ 66.850552] x23: 0000000000000001 x22: 0000000000000030
[ 66.850555] x21: 0000000000000001 x20: ffff80007b534018
[ 66.850559] x19: 0000000000000000 x18: ffffffffffffffff
[ 66.850562] x17: 000000008836239e x16: 00000000e7f4887a
[ 66.850566] x15: ffff0000092cac08 x14: 00000000fffffff0
[ 66.850570] x13: ffff0000093f27a8 x12: ffff0000092e68c8
[ 66.850573] x11: ffff0000092e6000 x10: ffff0000093cf000
[ 66.850577] x9 : 0000000000000000 x8 : ffff0000093e1d24
[ 66.850580] x7 : 0000000000000000 x6 : 0000000029f6e4ed
[ 66.850584] x5 : 0000000000000000 x4 : 0000000000000000
[ 66.850587] x3 : ffffffffffffffff x2 : 0000800075c85000
[ 66.850591] x1 : d50627ac4eb61900 x0 : 0000000000000000
[ 66.850594] Call trace:
[ 66.850598] drm_atomic_helper_wait_for_vblanks.part.8+0x294/0x2a0
[ 66.850601] drm_atomic_helper_commit_tail_rpm+0x58/0x70
[ 66.850604] commit_tail+0x44/0x78
[ 66.850607] drm_atomic_helper_commit+0xc8/0x148
[ 66.850611] drm_atomic_commit+0x48/0x58
[ 66.850613] restore_fbdev_mode_atomic+0x1ac/0x218
[ 66.850616] drm_fb_helper_pan_display+0xa4/0x1b8
[ 66.850619] fb_pan_display+0xb8/0x158
[ 66.850621] bit_update_start+0x1c/0x40
[ 66.850624] fbcon_switch+0x47c/0x5d0
[ 66.850626] redraw_screen+0x168/0x260
[ 66.850629] do_bind_con_driver+0x2bc/0x3a0
[ 66.850632] do_take_over_console+0x150/0x1d0
[ 66.850636] do_fbcon_takeover+0x74/0xf8
[ 66.850638] fbcon_event_notify+0x8e4/0x910
[ 66.850641] notifier_call_chain+0x50/0x90
[ 66.850644] __blocking_notifier_call_chain+0x4c/0x90
[ 66.850648] blocking_notifier_call_chain+0x14/0x20
[ 66.850651] fb_notifier_call_chain+0x1c/0x28
[ 66.850653] register_framebuffer+0x1e0/0x308
[ 66.850656] __drm_fb_helper_initial_config_and_unlock+0x220/0x3c0
[ 66.850659] drm_fb_helper_initial_config+0x40/0x50
[ 66.850662] rockchip_drm_fbdev_init+0x6c/0x130
[ 66.850665] rockchip_drm_bind+0x17c/0x1d0
[ 66.850668] try_to_bring_up_master+0x21c/0x2b8
[ 66.850672] component_master_add_with_match+0xbc/0x108
[ 66.850674] rockchip_drm_platform_probe+0x174/0x2e8
[ 66.850678] platform_drv_probe+0x58/0xc0
[ 66.850681] driver_probe_device+0x2bc/0x488
[ 66.850683] __device_attach_driver+0xbc/0x158
[ 66.850686] bus_for_each_drv+0x70/0xc8
[ 66.850688] __device_attach+0xe0/0x168
[ 66.850690] device_initial_probe+0x10/0x18
[ 66.850693] bus_probe_device+0x94/0xa0
[ 66.850696] deferred_probe_work_func+0x60/0x188
[ 66.850699] process_one_work+0x1c0/0x328
[ 66.850702] worker_thread+0x254/0x458
[ 66.850705] kthread+0xf8/0x128
[ 66.850708] ret_from_fork+0x10/0x18
[ 66.850710] ---[ end trace 69aedb6b697b33a4 ]---
[ 66.850715] [drm:drm_mode_object_get] OBJ ID: 40 (4)
[ 66.850718] [drm:drm_mode_object_put] OBJ ID: 40 (5)
[ 66.850722] [drm:drm_atomic_state_default_clear] Clearing atomic state (ptrval)
[ 66.850725] [drm:drm_mode_object_put] OBJ ID: 37 (6)
[ 66.850729] [drm:drm_mode_object_put] OBJ ID: 37 (5)
[ 66.850732] [drm:drm_mode_object_put] OBJ ID: 43 (1)
[ 66.850738] [drm:drm_mode_object_put] OBJ ID: 40 (4)
[ 66.850743] [drm:__drm_atomic_state_free] Freeing atomic state (ptrval)
[ 70.033480] rockchip-drm display-subsystem: fb0: frame buffer device
[ 70.043874] [drm:drm_minor_register]
[ 70.043878] [drm:drm_minor_register]
[ 70.043881] [drm:drm_minor_register]
[ 70.044083] [drm:drm_minor_register] new minor registered 0
[ 70.044193] [drm:drm_sysfs_connector_add] adding "HDMI-A-1" to sysfs
[ 70.044197] [drm:drm_sysfs_hotplug_event] generating hotplug event
[ 70.044230] [drm] Initialized rockchip 1.0.0 20140818 for display-subsystem on minor 0
[ 70.058934] rtc-isl1208 7-006f: hctosys: unable to read the hardware clock
[ 70.070103] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[ 70.083196] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[ 70.093919] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[ 70.107009] cfg80211: failed to load regulatory.db
[ 70.115879] vdda_codec: disabling
[ 70.120652] vddd_codec: disabling
[ 70.125402] vcc_ldo1: disabling
[ 70.130051] vcc_ldo5: disabling
[ 70.134692] vcc_ldo6: disabling
[ 70.139321] ALSA device list:
[ 70.143660] No soundcards found.
[ 70.148649] ttyS0 - failed to request DMA
[ 70.189283] EXT4-fs (mmcblk1p1): recovery complete
[ 70.196189] EXT4-fs (mmcblk1p1): mounted filesystem with ordered data mode. Opts: (null)
[ 70.206360] VFS: Mounted root (ext4 filesystem) on device 179:33.
[ 70.221864] devtmpfs: mounted
[ 70.229094] Freeing unused kernel memory: 896K
[ 70.296947] systemd[1]: System time before build time, advancing clock.
[ 70.311575] random: systemd: uninitialized urandom read (16 bytes read)
[ 70.321706] random: systemd: uninitialized urandom read (16 bytes read)
[ 70.331062] systemd[1]: systemd 232 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN)
[ 70.352854] systemd[1]: Detected architecture arm64.
[ 70.374817] systemd[1]: Set hostname to <rk3399-q7>.
[ 70.398560] random: systemd: uninitialized urandom read (16 bytes read)
[ 70.403831] random: systemd-sysv-ge: uninitialized urandom read (16 bytes read)
[ 70.408324] random: systemd-cryptse: uninitialized urandom read (16 bytes read)
[ 70.413279] random: systemd-gpt-aut: uninitialized urandom read (16 bytes read)
[ 70.413343] random: systemd-gpt-aut: uninitialized urandom read (16 bytes read)
[ 70.413363] random: systemd-gpt-aut: uninitialized urandom read (16 bytes read)
[ 70.413462] random: systemd-gpt-aut: uninitialized urandom read (16 bytes read)
[ 70.423129] random: systemd-sysv-ge: uninitialized urandom read (16 bytes read)
[ 70.568983] systemd[1]: Listening on Syslog Socket.
[ 70.590733] systemd[1]: Listening on Journal Socket.
[ 70.611011] systemd[1]: Created slice User and Session Slice.
[ 70.634671] systemd[1]: Listening on Journal Socket (/dev/log).
[ 70.658563] systemd[1]: Reached target Remote File Systems.
[ 70.682664] systemd[1]: Listening on udev Control Socket.
[ 70.702772] systemd[1]: Listening on Network Service Netlink Socket.
[ 71.074546] [drm:drm_sysfs_hotplug_event] generating hotplug event
[ 71.074610] [drm:drm_fb_helper_hotplug_event.part.24]
[ 71.074614] [drm:drm_setup_crtcs]
[ 71.074622] [drm:drm_helper_probe_single_connector_modes] [CONNECTOR:37:HDMI-A-1]
[ 71.087037] [drm:drm_add_display_info] non_desktop set to 0
[ 71.087045] [drm:drm_add_display_info] HDMI-A-1: Assigning DFP sink color depth as 8 bpc.
[ 71.087059] [drm:drm_mode_object_put] OBJ ID: 38 (1)
[ 71.087065] [drm:drm_add_edid_modes] ELD: no CEA Extension found
[ 71.087070] [drm:drm_add_display_info] non_desktop set to 0
[ 71.087074] [drm:drm_add_display_info] HDMI-A-1: Assigning DFP sink color depth as 8 bpc.
[ 71.087240] [drm:drm_mode_debug_printmodeline] Modeline 38:"1920x1200" 60 154000 1920 1968 2000 2080 1200 1203 1209 1235 0x48 0x9
[ 71.087245] [drm:drm_mode_prune_invalid] Not using 1920x1200 mode: VIRTUAL_Y
[ 71.087252] [drm:drm_mode_debug_printmodeline] Modeline 44:"640x480" 0 26885 640 664 728 816 480 481 484 499 0x0 0x6
[ 71.087259] [drm:drm_mode_prune_invalid] Not using 640x480 mode: BAD
[ 71.087270] [drm:drm_mode_debug_printmodeline] Modeline 46:"1280x1024" 0 132840 1280 1368 1504 1728 1024 1025 1028 1067 0x0 0x6
[ 71.087274] [drm:drm_mode_prune_invalid] Not using 1280x1024 mode: BAD
[ 71.087281] [drm:drm_mode_debug_printmodeline] Modeline 49:"1440x900" 0 88750 1440 1488 1520 1600 900 903 909 926 0x40 0x9
[ 71.087284] [drm:drm_mode_prune_invalid] Not using 1440x900 mode: BAD
[ 71.087290] [drm:drm_mode_debug_printmodeline] Modeline 50:"1440x900" 0 136750 1440 1536 1688 1936 900 903 909 942 0x40 0x6
[ 71.087293] [drm:drm_mode_prune_invalid] Not using 1440x900 mode: BAD
[ 71.087300] [drm:drm_mode_debug_printmodeline] Modeline 51:"1680x1050" 0 119000 1680 1728 1760 1840 1050 1053 1059 1080 0x40 0x9
[ 71.087303] [drm:drm_mode_prune_invalid] Not using 1680x1050 mode: BAD
[ 71.087317] [drm:drm_mode_debug_printmodeline] Modeline 52:"1600x1200" 0 162000 1600 1664 1856 2160 1200 1201 1204 1250 0x40 0x5
[ 71.087324] [drm:drm_mode_prune_invalid] Not using 1600x1200 mode: VIRTUAL_Y
[ 71.087333] [drm:drm_mode_debug_printmodeline] Modeline 55:"640x480" 0 31500 640 656 720 840 480 481 484 500 0x40 0xa
[ 71.087336] [drm:drm_mode_prune_invalid] Not using 640x480 mode: BAD
[ 71.087343] [drm:drm_mode_debug_printmodeline] Modeline 57:"640x480" 0 31500 640 664 704 832 480 489 492 520 0x40 0xa
[ 71.087346] [drm:drm_mode_prune_invalid] Not using 640x480 mode: BAD
[ 71.087352] [drm:drm_mode_debug_printmodeline] Modeline 58:"640x480" 0 25175 640 656 752 800 480 490 492 525 0x40 0xa
[ 71.087355] [drm:drm_mode_prune_invalid] Not using 640x480 mode: BAD
[ 71.087361] [drm:drm_mode_debug_printmodeline] Modeline 59:"720x400" 0 28320 720 738 846 900 400 412 414 449 0x40 0x6
[ 71.087364] [drm:drm_mode_prune_invalid] Not using 720x400 mode: BAD
[ 71.087371] [drm:drm_mode_debug_printmodeline] Modeline 60:"1280x1024" 0 135000 1280 1296 1440 1688 1024 1025 1028 1066 0x40 0x5
[ 71.087374] [drm:drm_mode_prune_invalid] Not using 1280x1024 mode: BAD
[ 71.087380] [drm:drm_mode_debug_printmodeline] Modeline 61:"1024x768" 0 78750 1024 1040 1136 1312 768 769 772 800 0x40 0x5
[ 71.087384] [drm:drm_mode_prune_invalid] Not using 1024x768 mode: BAD
[ 71.087390] [drm:drm_mode_debug_printmodeline] Modeline 62:"1024x768" 0 75000 1024 1048 1184 1328 768 771 777 806 0x40 0xa
[ 71.087393] [drm:drm_mode_prune_invalid] Not using 1024x768 mode: BAD
[ 71.087399] [drm:drm_mode_debug_printmodeline] Modeline 64:"800x600" 0 49500 800 816 896 1056 600 601 604 625 0x40 0x5
[ 71.087403] [drm:drm_mode_prune_invalid] Not using 800x600 mode: BAD
[ 71.087409] [drm:drm_mode_debug_printmodeline] Modeline 65:"800x600" 0 50000 800 856 976 1040 600 637 643 666 0x40 0x5
[ 71.087412] [drm:drm_mode_prune_invalid] Not using 800x600 mode: BAD
[ 71.087422] [drm:drm_helper_probe_single_connector_modes] [CONNECTOR:37:HDMI-A-1] probed modes :
[ 71.087428] [drm:drm_mode_debug_printmodeline] Modeline 47:"1920x1080" 60 148500 1920 2008 2052 2200 1080 1084 1089 1125 0x40 0xa
[ 71.087434] [drm:drm_mode_debug_printmodeline] Modeline 41:"1280x1024" 60 108000 1280 1328 1440 1688 1024 1025 1028 1066 0x40 0x5
[ 71.087440] [drm:drm_mode_debug_printmodeline] Modeline 56:"1024x768" 60 65000 1024 1048 1184 1344 768 771 777 806 0x40 0xa
[ 71.087446] [drm:drm_mode_debug_printmodeline] Modeline 48:"800x600" 60 40000 800 840 968 1056 600 601 605 628 0x40 0x5
[ 71.087452] [drm:drm_setup_crtcs] connector 37 enabled? yes
[ 71.087456] [drm:drm_setup_crtcs] looking for cmdline mode on connector 37
[ 71.087461] [drm:drm_setup_crtcs] looking for preferred mode on connector 37 0
[ 71.087464] [drm:drm_setup_crtcs] found mode 1920x1080
[ 71.087467] [drm:drm_setup_crtcs] picking CRTCs for 1920x1080 config
[ 71.087475] [drm:drm_mode_object_put] OBJ ID: 37 (4)
[ 71.087480] [drm:drm_setup_crtcs] desired mode 1920x1080 set on crtc 30 (0,0)
[ 71.087485] [drm:drm_mode_object_get] OBJ ID: 37 (3)
[ 71.087496] [drm:drm_atomic_state_init] Allocated atomic state (ptrval)
[ 71.087502] [drm:drm_mode_object_get] OBJ ID: 40 (3)
[ 71.087507] [drm:drm_atomic_get_plane_state] Added [PLANE:28:plane-0] (ptrval) state to (ptrval)
[ 71.087514] [drm:drm_mode_object_get] OBJ ID: 42 (1)
[ 71.087519] [drm:drm_atomic_get_crtc_state] Added [CRTC:30:crtc-0] (ptrval) state to (ptrval)
[ 71.087525] [drm:drm_atomic_get_plane_state] Added [PLANE:29:plane-1] (ptrval) state to (ptrval)
[ 71.087530] [drm:drm_atomic_set_crtc_for_plane] Link plane state (ptrval) to [NOCRTC]
[ 71.087534] [drm:drm_atomic_set_fb_for_plane] Set [NOFB] for plane state (ptrval)
[ 71.087541] [drm:drm_atomic_get_plane_state] Added [PLANE:31:plane-2] (ptrval) state to (ptrval)
[ 71.087551] [drm:drm_atomic_get_plane_state] Added [PLANE:32:plane-3] (ptrval) state to (ptrval)
[ 71.087558] [drm:drm_atomic_set_crtc_for_plane] Link plane state (ptrval) to [NOCRTC]
[ 71.087565] [drm:drm_atomic_set_fb_for_plane] Set [NOFB] for plane state (ptrval)
[ 71.087572] [drm:drm_atomic_get_plane_state] Added [PLANE:34:plane-4] (ptrval) state to (ptrval)
[ 71.087576] [drm:drm_atomic_set_crtc_for_plane] Link plane state (ptrval) to [NOCRTC]
[ 71.087580] [drm:drm_atomic_set_fb_for_plane] Set [NOFB] for plane state (ptrval)
[ 71.087586] [drm:drm_atomic_get_plane_state] Added [PLANE:35:plane-5] (ptrval) state to (ptrval)
[ 71.087590] [drm:drm_atomic_set_crtc_for_plane] Link plane state (ptrval) to [NOCRTC]
[ 71.087594] [drm:drm_atomic_set_fb_for_plane] Set [NOFB] for plane state (ptrval)
[ 71.087598] [drm:drm_mode_object_put] OBJ ID: 42 (2)
[ 71.087605] [drm:drm_atomic_set_mode_for_crtc] Set [MODE:1920x1080] for CRTC state (ptrval)
[ 71.087610] [drm:drm_atomic_set_crtc_for_plane] Link plane state (ptrval) to [CRTC:30:crtc-0]
[ 71.087615] [drm:drm_atomic_set_fb_for_plane] Set [FB:40] for plane state (ptrval)
[ 71.087618] [drm:drm_mode_object_get] OBJ ID: 40 (4)
[ 71.087621] [drm:drm_mode_object_put] OBJ ID: 40 (5)
[ 71.087628] [drm:drm_atomic_add_affected_connectors] Adding all current connectors for [CRTC:30:crtc-0] to (ptrval)
[ 71.087635] [drm:drm_mode_object_get] OBJ ID: 37 (5)
[ 71.087638] [drm:drm_mode_object_get] OBJ ID: 37 (6)
[ 71.087643] [drm:drm_atomic_get_connector_state] Added [CONNECTOR:37:HDMI-A-1] (ptrval) state to (ptrval)
[ 71.087647] [drm:drm_mode_object_put] OBJ ID: 37 (6)
[ 71.087651] [drm:drm_atomic_set_crtc_for_connector] Link connector state (ptrval) to [NOCRTC]
[ 71.087655] [drm:drm_mode_object_get] OBJ ID: 37 (5)
[ 71.087659] [drm:drm_atomic_set_crtc_for_connector] Link connector state (ptrval) to [CRTC:30:crtc-0]
[ 71.087667] [drm:drm_atomic_get_crtc_state] Added [CRTC:33:crtc-1] (ptrval) state to (ptrval)
[ 71.087671] [drm:drm_atomic_set_mode_for_crtc] Set [NOMODE] for CRTC state (ptrval)
[ 71.087675] [drm:drm_atomic_set_crtc_for_plane] Link plane state (ptrval) to [NOCRTC]
[ 71.087679] [drm:drm_atomic_set_fb_for_plane] Set [NOFB] for plane state (ptrval)
[ 71.087683] [drm:drm_atomic_add_affected_connectors] Adding all current connectors for [CRTC:33:crtc-1] to (ptrval)
[ 71.087688] [drm:drm_atomic_check_only] checking (ptrval)
[ 71.087699] [drm:drm_atomic_helper_check_modeset] Updating routing for [CONNECTOR:37:HDMI-A-1]
[ 71.087705] [drm:drm_atomic_helper_check_modeset] [CONNECTOR:37:HDMI-A-1] keeps [ENCODER:36:TMDS-36], now on [CRTC:30:crtc-0]
[ 71.087718] [drm:drm_atomic_commit] committing (ptrval)
[ 71.259448] systemd-journald[1711]: Received request to flush runtime journal from PID 1
[ 71.492826] Micrel KSZ9031 Gigabit PHY stmmac-0:06: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=stmmac-0:06, irq=POLL)
[ 71.509295] alloc_contig_range: 15613 callbacks suppressed
[ 71.509300] alloc_contig_range: [7f062, 7f064) PFNs busy
[ 71.533775] alloc_contig_range: [7f064, 7f066) PFNs busy
[ 71.544410] alloc_contig_range: [7f066, 7f068) PFNs busy
[ 71.555025] alloc_contig_range: [7f070, 7f072) PFNs busy
[ 71.566538] alloc_contig_range: [7f072, 7f074) PFNs busy
[ 71.578684] alloc_contig_range: [7f074, 7f076) PFNs busy
[ 71.592564] alloc_contig_range: [7f076, 7f078) PFNs busy
[ 71.602916] alloc_contig_range: [7f078, 7f07a) PFNs busy
[ 71.613195] alloc_contig_range: [7f07a, 7f07c) PFNs busy
[ 71.624972] alloc_contig_range: [7f07c, 7f07e) PFNs busy
[ 71.845112] rk_gmac-dwmac fe300000.ethernet eth0: PTP not supported by HW
[ 71.857194] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 72.097797] [drm:drm_stub_open]
[ 72.097807] [drm:drm_open] pid = 2851, minor = 0
[ 72.097812] [drm:drm_open]
[ 72.097821] [drm:drm_ioctl] pid=2851, dev=0xe200, auth=1, DRM_IOCTL_MODE_GETRESOURCES
[ 72.097830] [drm:drm_release] open_count = 1
[ 72.097833] [drm:drm_release] pid = 2851, device = 0xe200, open_count = 1
[ 72.097841] [drm:_drm_lease_revoke] revoke leases for (ptrval) 0
[ 72.097845] [drm:drm_lease_destroy] drm_lease_destroy 0
[ 72.097848] [drm:drm_lease_destroy] drm_lease_destroy done 0
[ 72.097851] [drm:drm_lastclose]
[ 74.947377] rk_gmac-dwmac fe300000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
[ 74.947398] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[ 81.122508] [drm:drm_atomic_helper_wait_for_dependencies] *ERROR* [CRTC:30:crtc-0] flip_done timed out
[ 91.362497] [drm:drm_atomic_helper_wait_for_dependencies] *ERROR* [CONNECTOR:37:HDMI-A-1] flip_done timed out
[ 101.602469] [drm:drm_atomic_helper_wait_for_dependencies] *ERROR* [PLANE:28:plane-0] flip_done timed out
[ 101.602486] [drm:drm_calc_timestamping_constants] crtc 30: hwmode: htotal 2200, vtotal 1125, vdisplay 1080
[ 101.602490] [drm:drm_calc_timestamping_constants] crtc 30: clock 148500 kHz framedur 16666666 linedur 14814
[ 101.612518] rockchip-vop ff8f0000.vop: [drm:vop_crtc_atomic_flush] *ERROR* VOP vblank IRQ stuck for 10 ms
[ 101.612561] WARNING: CPU: 1 PID: 83 at drivers/gpu/drm/rockchip/rockchip_drm_vop.c:1004 vop_crtc_atomic_flush+0x1c0/0x1c8
[ 101.612563] Modules linked in:
[ 101.612572] CPU: 1 PID: 83 Comm: kworker/1:1 Tainted: G W 4.17.0-rc2 #72
[ 101.612574] Hardware name: Theobroma Systems RK3399-Q7 SoM (DT)
[ 101.612580] Workqueue: events output_poll_execute
[ 101.612584] pstate: 20000085 (nzCv daIf -PAN -UAO)
[ 101.612587] pc : vop_crtc_atomic_flush+0x1c0/0x1c8
[ 101.612591] lr : vop_crtc_atomic_flush+0xd4/0x1c8
[ 101.612592] sp : ffff000009aa3aa0
[ 101.612594] x29: ffff000009aa3aa0 x28: 0000000000000000
[ 101.612598] x27: 0000000000000002 x26: ffff80007b79d800
[ 101.612601] x25: ffff80007b8bb848 x24: 0000000000000048
[ 101.612605] x23: 0000000000000030 x22: ffff80007b409e00
[ 101.612608] x21: 0000000000000001 x20: ffff80007b534018
[ 101.612612] x19: 00000017a831a97d x18: ffffffffffffffff
[ 101.612615] x17: 0000ffff84be9b90 x16: ffff0000082488e8
[ 101.612619] x15: ffff0000092cac08 x14: 6e616c627620504f
[ 101.612622] x13: 56202a524f525245 x12: 0000000000000040
[ 101.612626] x11: 5f63696d6f74615f x10: 0000000000000032
[ 101.612629] x9 : ffff80007c000400 x8 : 0000000000000000
[ 101.612633] x7 : ffff80007baee600 x6 : ffff80007baee600
[ 101.612636] x5 : ffff80007c000248 x4 : 0000000000000000
[ 101.612640] x3 : 0000000000000080 x2 : 0000000000000008
[ 101.612643] x1 : ffff80007be43b00 x0 : ffff80007bfda700
[ 101.612647] Call trace:
[ 101.612651] vop_crtc_atomic_flush+0x1c0/0x1c8
[ 101.612654] drm_atomic_helper_commit_planes+0x160/0x210
[ 101.612658] drm_atomic_helper_commit_tail_rpm+0x3c/0x70
[ 101.612661] commit_tail+0x44/0x78
[ 101.612665] drm_atomic_helper_commit+0xc8/0x148
[ 101.612669] drm_atomic_commit+0x48/0x58
[ 101.612673] restore_fbdev_mode_atomic+0x1ac/0x218
[ 101.612675] restore_fbdev_mode+0x2c/0x170
[ 101.612679] drm_fb_helper_restore_fbdev_mode_unlocked+0x70/0xc8
[ 101.612682] drm_fb_helper_set_par+0x2c/0x60
[ 101.612685] drm_fb_helper_hotplug_event.part.24+0x9c/0xc8
[ 101.612687] drm_fb_helper_output_poll_changed+0x30/0x40
[ 101.612690] drm_kms_helper_hotplug_event+0x28/0x38
[ 101.612693] output_poll_execute+0xc4/0x1e0
[ 101.612698] process_one_work+0x1c0/0x328
[ 101.612702] worker_thread+0x50/0x458
[ 101.612705] kthread+0xf8/0x128
[ 101.612710] ret_from_fork+0x10/0x18
[ 101.612712] ---[ end trace 69aedb6b697b33a5 ]---
[ 101.666447] ------------[ cut here ]------------
[ 101.666450] [CRTC:30:crtc-0] vblank wait timed out
[ 101.666480] WARNING: CPU: 1 PID: 83 at drivers/gpu/drm/drm_atomic_helper.c:1351 drm_atomic_helper_wait_for_vblanks.part.8+0x294/0x2a0
[ 101.666481] Modules linked in:
[ 101.666485] CPU: 1 PID: 83 Comm: kworker/1:1 Tainted: G W 4.17.0-rc2 #72
[ 101.666487] Hardware name: Theobroma Systems RK3399-Q7 SoM (DT)
[ 101.666490] Workqueue: events output_poll_execute
[ 101.666494] pstate: 40000005 (nZcv daif -PAN -UAO)
[ 101.666497] pc : drm_atomic_helper_wait_for_vblanks.part.8+0x294/0x2a0
[ 101.666501] lr : drm_atomic_helper_wait_for_vblanks.part.8+0x294/0x2a0
[ 101.666502] sp : ffff000009aa3a80
[ 101.666504] x29: ffff000009aa3a80 x28: 0000000000000001
[ 101.666508] x27: 0000000000000000 x26: 0000000000000000
[ 101.666511] x25: ffff80007b409e00 x24: ffff80007b79d800
[ 101.666515] x23: 0000000000000001 x22: 0000000000000030
[ 101.666518] x21: 0000000000000001 x20: ffff80007b534018
[ 101.666521] x19: 0000000000000000 x18: ffffffffffffffff
[ 101.666525] x17: 0000ffff84be9b90 x16: ffff0000082488e8
[ 101.666529] x15: ffff0000092cac08 x14: 00000000fffffff0
[ 101.666532] x13: ffff0000093f27a8 x12: ffff0000092e68c8
[ 101.666536] x11: ffff0000092e6000 x10: ffff0000093cf000
[ 101.666539] x9 : 0000000000000000 x8 : ffff0000093e71d4
[ 101.666543] x7 : 0000000000000000 x6 : 0000000029f6e4ed
[ 101.666546] x5 : 0000000000000000 x4 : 0000000000000000
[ 101.666550] x3 : ffffffffffffffff x2 : 0000800075c85000
[ 101.666553] x1 : d50627ac4eb61900 x0 : 0000000000000000
[ 101.666556] Call trace:
[ 101.666560] drm_atomic_helper_wait_for_vblanks.part.8+0x294/0x2a0
[ 101.666564] drm_atomic_helper_commit_tail_rpm+0x58/0x70
[ 101.666566] commit_tail+0x44/0x78
[ 101.666570] drm_atomic_helper_commit+0xc8/0x148
[ 101.666573] drm_atomic_commit+0x48/0x58
[ 101.666575] restore_fbdev_mode_atomic+0x1ac/0x218
[ 101.666578] restore_fbdev_mode+0x2c/0x170
[ 101.666581] drm_fb_helper_restore_fbdev_mode_unlocked+0x70/0xc8
[ 101.666583] drm_fb_helper_set_par+0x2c/0x60
[ 101.666586] drm_fb_helper_hotplug_event.part.24+0x9c/0xc8
[ 101.666589] drm_fb_helper_output_poll_changed+0x30/0x40
[ 101.666592] drm_kms_helper_hotplug_event+0x28/0x38
[ 101.666594] output_poll_execute+0xc4/0x1e0
[ 101.666598] process_one_work+0x1c0/0x328
[ 101.666601] worker_thread+0x50/0x458
[ 101.666603] kthread+0xf8/0x128
[ 101.666606] ret_from_fork+0x10/0x18
[ 101.666608] ---[ end trace 69aedb6b697b33a6 ]---
[ 101.666618] [drm:drm_mode_object_get] OBJ ID: 40 (4)
[ 101.666622] [drm:drm_mode_object_put] OBJ ID: 40 (5)
[ 101.666629] [drm:drm_atomic_state_default_clear] Clearing atomic state (ptrval)
[ 101.666633] [drm:drm_mode_object_put] OBJ ID: 37 (6)
[ 101.666637] [drm:drm_mode_object_put] OBJ ID: 37 (5)
[ 101.666641] [drm:drm_mode_object_put] OBJ ID: 42 (1)
[ 101.666661] [drm:drm_mode_object_put] OBJ ID: 40 (4)
[ 101.666668] [drm:__drm_atomic_state_free] Freeing atomic state (ptrval)
[ 101.666695] [drm:drm_atomic_state_init] Allocated atomic state (ptrval)
[ 101.666700] [drm:drm_mode_object_get] OBJ ID: 40 (3)
[ 101.666704] [drm:drm_atomic_get_plane_state] Added [PLANE:28:plane-0] (ptrval) state to (ptrval)
[ 101.666708] [drm:drm_mode_object_get] OBJ ID: 39 (1)
[ 101.666712] [drm:drm_atomic_get_crtc_state] Added [CRTC:30:crtc-0] (ptrval) state to (ptrval)
[ 101.666715] [drm:drm_atomic_get_plane_state] Added [PLANE:29:plane-1] (ptrval) state to (ptrval)
[ 101.666718] [drm:drm_atomic_set_crtc_for_plane] Link plane state (ptrval) to [NOCRTC]
[ 101.666721] [drm:drm_atomic_set_fb_for_plane] Set [NOFB] for plane state (ptrval)
[ 101.666725] [drm:drm_atomic_get_plane_state] Added [PLANE:31:plane-2] (ptrval) state to (ptrval)
[ 101.666728] [drm:drm_atomic_get_plane_state] Added [PLANE:32:plane-3] (ptrval) state to (ptrval)
[ 101.666731] [drm:drm_atomic_set_crtc_for_plane] Link plane state (ptrval) to [NOCRTC]
[ 101.666733] [drm:drm_atomic_set_fb_for_plane] Set [NOFB] for plane state (ptrval)
[ 101.666737] [drm:drm_atomic_get_plane_state] Added [PLANE:34:plane-4] (ptrval) state to (ptrval)
[ 101.666739] [drm:drm_atomic_set_crtc_for_plane] Link plane state (ptrval) to [NOCRTC]
[ 101.666741] [drm:drm_atomic_set_fb_for_plane] Set [NOFB] for plane state (ptrval)
[ 101.666745] [drm:drm_atomic_get_plane_state] Added [PLANE:35:plane-5] (ptrval) state to (ptrval)
[ 101.666747] [drm:drm_atomic_set_crtc_for_plane] Link plane state (ptrval) to [NOCRTC]
[ 101.666750] [drm:drm_atomic_set_fb_for_plane] Set [NOFB] for plane state (ptrval)
[ 101.666753] [drm:drm_mode_object_put] OBJ ID: 39 (2)
[ 101.666759] [drm:drm_atomic_set_mode_for_crtc] Set [MODE:1920x1080] for CRTC state (ptrval)
[ 101.666762] [drm:drm_atomic_set_crtc_for_plane] Link plane state (ptrval) to [CRTC:30:crtc-0]
[ 101.666765] [drm:drm_atomic_set_fb_for_plane] Set [FB:40] for plane state (ptrval)
[ 101.666768] [drm:drm_mode_object_get] OBJ ID: 40 (4)
[ 101.666770] [drm:drm_mode_object_put] OBJ ID: 40 (5)
[ 101.666774] [drm:drm_atomic_add_affected_connectors] Adding all current connectors for [CRTC:30:crtc-0] to (ptrval)
[ 101.666778] [drm:drm_mode_object_get] OBJ ID: 37 (5)
[ 101.666779] [drm:drm_mode_object_get] OBJ ID: 37 (6)
[ 101.666783] [drm:drm_atomic_get_connector_state] Added [CONNECTOR:37:HDMI-A-1] (ptrval) state to (ptrval)
[ 101.666785] [drm:drm_mode_object_put] OBJ ID: 37 (6)
[ 101.666788] [drm:drm_atomic_set_crtc_for_connector] Link connector state (ptrval) to [NOCRTC]
[ 101.666790] [drm:drm_mode_object_get] OBJ ID: 37 (5)
[ 101.666793] [drm:drm_atomic_set_crtc_for_connector] Link connector state (ptrval) to [CRTC:30:crtc-0]
[ 101.666797] [drm:drm_atomic_get_crtc_state] Added [CRTC:33:crtc-1] (ptrval) state to (ptrval)
[ 101.666800] [drm:drm_atomic_set_mode_for_crtc] Set [NOMODE] for CRTC state (ptrval)
[ 101.666803] [drm:drm_atomic_set_crtc_for_plane] Link plane state (ptrval) to [NOCRTC]
[ 101.666805] [drm:drm_atomic_set_fb_for_plane] Set [NOFB] for plane state (ptrval)
[ 101.666808] [drm:drm_atomic_add_affected_connectors] Adding all current connectors for [CRTC:33:crtc-1] to (ptrval)
[ 101.666811] [drm:drm_atomic_check_only] checking (ptrval)
[ 101.666817] [drm:drm_atomic_helper_check_modeset] Updating routing for [CONNECTOR:37:HDMI-A-1]
[ 101.666821] [drm:drm_atomic_helper_check_modeset] [CONNECTOR:37:HDMI-A-1] keeps [ENCODER:36:TMDS-36], now on [CRTC:30:crtc-0]
[ 101.666828] [drm:drm_atomic_commit] committing (ptrval)
[ 111.842443] [drm:drm_atomic_helper_wait_for_dependencies] *ERROR* [CRTC:30:crtc-0] flip_done timed out
[ 122.082421] [drm:drm_atomic_helper_wait_for_dependencies] *ERROR* [CONNECTOR:37:HDMI-A-1] flip_done timed out
[ 132.322437] [drm:drm_atomic_helper_wait_for_dependencies] *ERROR* [PLANE:28:plane-0] flip_done timed out
[ 132.322451] [drm:drm_calc_timestamping_constants] crtc 30: hwmode: htotal 2200, vtotal 1125, vdisplay 1080
[ 132.322455] [drm:drm_calc_timestamping_constants] crtc 30: clock 148500 kHz framedur 16666666 linedur 14814
[ 132.332471] rockchip-vop ff8f0000.vop: [drm:vop_crtc_atomic_flush] *ERROR* VOP vblank IRQ stuck for 10 ms
[ 132.332497] WARNING: CPU: 5 PID: 2851 at drivers/gpu/drm/rockchip/rockchip_drm_vop.c:1004 vop_crtc_atomic_flush+0x1c0/0x1c8
[ 132.332498] Modules linked in:
[ 132.332504] CPU: 5 PID: 2851 Comm: Xorg.wrap Tainted: G W 4.17.0-rc2 #72
[ 132.332506] Hardware name: Theobroma Systems RK3399-Q7 SoM (DT)
[ 132.332508] pstate: 20000085 (nzCv daIf -PAN -UAO)
[ 132.332511] pc : vop_crtc_atomic_flush+0x1c0/0x1c8
[ 132.332513] lr : vop_crtc_atomic_flush+0xd4/0x1c8
[ 132.332514] sp : ffff000011bfbb10
[ 132.332516] x29: ffff000011bfbb10 x28: 0000000000000000
[ 132.332519] x27: 0000000000000002 x26: ffff80007b79d800
[ 132.332522] x25: ffff80007b8bb848 x24: 0000000000000048
[ 132.332525] x23: 0000000000000030 x22: ffff800078ecfc80
[ 132.332528] x21: 0000000000000001 x20: ffff80007b534018
[ 132.332530] x19: 0000001ecf3f7696 x18: ffffffffffffffff
[ 132.332533] x17: 00000000004ff498 x16: ffff000008238f00
[ 132.332535] x15: ffff0000092cac08 x14: 6e616c627620504f
[ 132.332538] x13: 56202a524f525245 x12: 0000000000000040
[ 132.332541] x11: 5f63696d6f74615f x10: 0000000000000032
[ 132.332544] x9 : ffff80007c000400 x8 : 0000000000000000
[ 132.332546] x7 : ffff80007baee600 x6 : ffff80007baee600
[ 132.332549] x5 : ffff80007c000248 x4 : 0000000000000000
[ 132.332551] x3 : 0000000000000080 x2 : 000000000000000a
[ 132.332554] x1 : ffff800078cdbb00 x0 : ffff80007b409300
[ 132.332557] Call trace:
[ 132.332560] vop_crtc_atomic_flush+0x1c0/0x1c8
[ 132.332563] drm_atomic_helper_commit_planes+0x160/0x210
[ 132.332565] drm_atomic_helper_commit_tail_rpm+0x3c/0x70
[ 132.332568] commit_tail+0x44/0x78
[ 132.332570] drm_atomic_helper_commit+0xc8/0x148
[ 132.332574] drm_atomic_commit+0x48/0x58
[ 132.332576] restore_fbdev_mode_atomic+0x1ac/0x218
[ 132.332578] restore_fbdev_mode+0x2c/0x170
[ 132.332580] drm_fb_helper_restore_fbdev_mode_unlocked+0x70/0xc8
[ 132.332581] drm_fb_helper_lastclose+0x10/0x18
[ 132.332584] drm_lastclose+0x34/0xc0
[ 132.332585] drm_release+0x300/0x338
[ 132.332589] __fput+0x8c/0x1d0
[ 132.332591] ____fput+0xc/0x18
[ 132.332594] task_work_run+0x94/0xb0
[ 132.332598] do_notify_resume+0x114/0x120
[ 132.332600] work_pending+0x8/0x10
[ 132.332602] ---[ end trace 69aedb6b697b33a7 ]---
[ 132.386412] ------------[ cut here ]------------
[ 132.386414] [CRTC:30:crtc-0] vblank wait timed out
[ 132.386426] WARNING: CPU: 5 PID: 2851 at drivers/gpu/drm/drm_atomic_helper.c:1351 drm_atomic_helper_wait_for_vblanks.part.8+0x294/0x2a0
[ 132.386427] Modules linked in:
[ 132.386430] CPU: 5 PID: 2851 Comm: Xorg.wrap Tainted: G W 4.17.0-rc2 #72
[ 132.386432] Hardware name: Theobroma Systems RK3399-Q7 SoM (DT)
[ 132.386433] pstate: 40000005 (nZcv daif -PAN -UAO)
[ 132.386436] pc : drm_atomic_helper_wait_for_vblanks.part.8+0x294/0x2a0
[ 132.386439] lr : drm_atomic_helper_wait_for_vblanks.part.8+0x294/0x2a0
[ 132.386440] sp : ffff000011bfbaf0
[ 132.386441] x29: ffff000011bfbaf0 x28: 0000000000000001
[ 132.386444] x27: 0000000000000000 x26: 0000000000000000
[ 132.386447] x25: ffff800078ecfc80 x24: ffff80007b79d800
[ 132.386450] x23: 0000000000000001 x22: 0000000000000030
[ 132.386453] x21: 0000000000000001 x20: ffff80007b534018
[ 132.386455] x19: 0000000000000000 x18: ffffffffffffffff
[ 132.386458] x17: 00000000004ff498 x16: ffff000008238f00
[ 132.386461] x15: ffff0000092cac08 x14: 00000000fffffff0
[ 132.386463] x13: ffff0000093f27a8 x12: ffff0000092e68c8
[ 132.386466] x11: ffff0000092e6000 x10: ffff0000093cf000
[ 132.386469] x9 : 0000000000000000 x8 : ffff0000093e9910
[ 132.386472] x7 : 0000000000000000 x6 : 0000000029f6e4ed
[ 132.386474] x5 : 0000000000000000 x4 : 0000000000000000
[ 132.386477] x3 : ffffffffffffffff x2 : 0000800075ce1000
[ 132.386480] x1 : d50627ac4eb61900 x0 : 0000000000000000
[ 132.386483] Call trace:
[ 132.386486] drm_atomic_helper_wait_for_vblanks.part.8+0x294/0x2a0
[ 132.386488] drm_atomic_helper_commit_tail_rpm+0x58/0x70
[ 132.386490] commit_tail+0x44/0x78
[ 132.386493] drm_atomic_helper_commit+0xc8/0x148
[ 132.386495] drm_atomic_commit+0x48/0x58
[ 132.386497] restore_fbdev_mode_atomic+0x1ac/0x218
[ 132.386499] restore_fbdev_mode+0x2c/0x170
[ 132.386501] drm_fb_helper_restore_fbdev_mode_unlocked+0x70/0xc8
[ 132.386502] drm_fb_helper_lastclose+0x10/0x18
[ 132.386504] drm_lastclose+0x34/0xc0
[ 132.386506] drm_release+0x300/0x338
[ 132.386508] __fput+0x8c/0x1d0
[ 132.386510] ____fput+0xc/0x18
[ 132.386512] task_work_run+0x94/0xb0
[ 132.386514] do_notify_resume+0x114/0x120
[ 132.386516] work_pending+0x8/0x10
[ 132.386517] ---[ end trace 69aedb6b697b33a8 ]---
[ 132.386523] [drm:drm_mode_object_get] OBJ ID: 40 (4)
[ 132.386526] [drm:drm_mode_object_put] OBJ ID: 40 (5)
[ 132.386531] [drm:drm_atomic_state_default_clear] Clearing atomic state (ptrval)
[ 132.386534] [drm:drm_mode_object_put] OBJ ID: 37 (6)
[ 132.386536] [drm:drm_mode_object_put] OBJ ID: 37 (5)
[ 132.386539] [drm:drm_mode_object_put] OBJ ID: 39 (1)
[ 132.386545] [drm:drm_mode_object_put] OBJ ID: 40 (4)
[ 132.386549] [drm:__drm_atomic_state_free] Freeing atomic state (ptrval)
[ 132.386556] [drm:drm_lastclose] driver lastclose completed
[ 132.386589] [drm:drm_atomic_state_init] Allocated atomic state (ptrval)
[ 132.386597] [drm:drm_mode_object_get] OBJ ID: 40 (3)
[ 132.386603] [drm:drm_atomic_get_plane_state] Added [PLANE:28:plane-0] (ptrval) state to (ptrval)
[ 132.386610] [drm:drm_mode_object_get] OBJ ID: 42 (1)
[ 132.386615] [drm:drm_atomic_get_crtc_state] Added [CRTC:30:crtc-0] (ptrval) state to (ptrval)
[ 132.386621] [drm:drm_atomic_get_plane_state] Added [PLANE:29:plane-1] (ptrval) state to (ptrval)
[ 132.386625] [drm:drm_atomic_set_crtc_for_plane] Link plane state (ptrval) to [NOCRTC]
[ 132.386630] [drm:drm_atomic_set_fb_for_plane] Set [NOFB] for plane state (ptrval)
[ 132.386636] [drm:drm_atomic_get_plane_state] Added [PLANE:31:plane-2] (ptrval) state to (ptrval)
[ 132.386641] [drm:drm_atomic_get_plane_state] Added [PLANE:32:plane-3] (ptrval) state to (ptrval)
[ 132.386645] [drm:drm_atomic_set_crtc_for_plane] Link plane state (ptrval) to [NOCRTC]
[ 132.386649] [drm:drm_atomic_set_fb_for_plane] Set [NOFB] for plane state (ptrval)
[ 132.386654] [drm:drm_atomic_get_plane_state] Added [PLANE:34:plane-4] (ptrval) state to (ptrval)
[ 132.386658] [drm:drm_atomic_set_crtc_for_plane] Link plane state (ptrval) to [NOCRTC]
[ 132.386662] [drm:drm_atomic_set_fb_for_plane] Set [NOFB] for plane state (ptrval)
[ 132.386667] [drm:drm_atomic_get_plane_state] Added [PLANE:35:plane-5] (ptrval) state to (ptrval)
[ 132.386671] [drm:drm_atomic_set_crtc_for_plane] Link plane state (ptrval) to [NOCRTC]
[ 132.386674] [drm:drm_atomic_set_fb_for_plane] Set [NOFB] for plane state (ptrval)
[ 132.386679] [drm:drm_mode_object_put] OBJ ID: 42 (2)
[ 132.386690] [drm:drm_atomic_set_mode_for_crtc] Set [MODE:1920x1080] for CRTC state (ptrval)
[ 132.386695] [drm:drm_atomic_set_crtc_for_plane] Link plane state (ptrval) to [CRTC:30:crtc-0]
[ 132.386700] [drm:drm_atomic_set_fb_for_plane] Set [FB:40] for plane state (ptrval)
[ 132.386702] [drm:drm_mode_object_get] OBJ ID: 40 (4)
[ 132.386705] [drm:drm_mode_object_put] OBJ ID: 40 (5)
[ 132.386711] [drm:drm_atomic_add_affected_connectors] Adding all current connectors for [CRTC:30:crtc-0] to (ptrval)
[ 132.386719] [drm:drm_mode_object_get] OBJ ID: 37 (5)
[ 132.386722] [drm:drm_mode_object_get] OBJ ID: 37 (6)
[ 132.386727] [drm:drm_atomic_get_connector_state] Added [CONNECTOR:37:HDMI-A-1] (ptrval) state to (ptrval)
[ 132.386731] [drm:drm_mode_object_put] OBJ ID: 37 (6)
[ 132.386735] [drm:drm_atomic_set_crtc_for_connector] Link connector state (ptrval) to [NOCRTC]
[ 132.386738] [drm:drm_mode_object_get] OBJ ID: 37 (5)
[ 132.386742] [drm:drm_atomic_set_crtc_for_connector] Link connector state (ptrval) to [CRTC:30:crtc-0]
[ 132.386749] [drm:drm_atomic_get_crtc_state] Added [CRTC:33:crtc-1] (ptrval) state to (ptrval)
[ 132.386753] [drm:drm_atomic_set_mode_for_crtc] Set [NOMODE] for CRTC state (ptrval)
[ 132.386757] [drm:drm_atomic_set_crtc_for_plane] Link plane state (ptrval) to [NOCRTC]
[ 132.386760] [drm:drm_atomic_set_fb_for_plane] Set [NOFB] for plane state (ptrval)
[ 132.386765] [drm:drm_atomic_add_affected_connectors] Adding all current connectors for [CRTC:33:crtc-1] to (ptrval)
[ 132.386769] [drm:drm_atomic_check_only] checking (ptrval)
[ 132.386780] [drm:drm_atomic_helper_check_modeset] Updating routing for [CONNECTOR:37:HDMI-A-1]
[ 132.386786] [drm:drm_atomic_helper_check_modeset] [CONNECTOR:37:HDMI-A-1] keeps [ENCODER:36:TMDS-36], now on [CRTC:30:crtc-0]
[ 132.386799] [drm:drm_atomic_commit] committing (ptrval)
[ 132.426329] [drm:drm_stub_open]
[ 132.426335] [drm:drm_open] pid = 2851, minor = 0
[ 132.426340] [drm:drm_open]
[ 132.426358] [drm:drm_ioctl] pid=2851, dev=0xe200, auth=1, DRM_IOCTL_SET_VERSION
[ 132.426367] [drm:drm_ioctl] pid=2851, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
[ 132.426374] [drm:drm_ioctl] pid=2851, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
[ 132.426386] [drm:drm_ioctl] pid=2851, dev=0xe200, auth=1, DRM_IOCTL_VERSION
[ 132.426390] [drm:drm_ioctl] pid=2851, dev=0xe200, auth=1, DRM_IOCTL_VERSION
[ 132.426399] [drm:drm_release] open_count = 1
[ 132.426402] [drm:drm_release] pid = 2851, device = 0xe200, open_count = 1
[ 132.426425] [drm:_drm_lease_revoke] revoke leases for (ptrval) 0
[ 132.426428] [drm:drm_lease_destroy] drm_lease_destroy 0
[ 132.426431] [drm:drm_lease_destroy] drm_lease_destroy done 0
[ 132.426434] [drm:drm_lastclose]
[ 142.562448] [drm:drm_atomic_helper_wait_for_dependencies] *ERROR* [CRTC:30:crtc-0] flip_done timed out
root@rk3399-q7:~#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment