Advertisement
hanni76

Untitled

Mar 3rd, 2019
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 88.33 KB | None | 0 0
  1. [ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
  2. [ 0.000000] Linux version 4.20.13-sunxi-dirty (sergey@hanniubuntu) (gcc version 7.3.1 20180425 [linaro-7.3-2018.05 revision d29120a424ecfbc167ef90065c0eeb7f91977701] (Linaro GCC 7.3-2018.05)) #1 SMP PREEMPT Mon Mar 4 00:26:02 MSK 2019
  3. [ 0.000000] Machine model: FriendlyARM NanoPi A64
  4. [ 0.000000] efi: Getting EFI parameters from FDT:
  5. [ 0.000000] efi: UEFI not found.
  6. [ 0.000000] cma: Reserved 128 MiB at 0x0000000076000000
  7. [ 0.000000] NUMA: No NUMA configuration found
  8. [ 0.000000] NUMA: Faking a node at [mem 0x0000000040000000-0x000000007dffffff]
  9. [ 0.000000] NUMA: NODE_DATA [mem 0x75fcd840-0x75fcefff]
  10. [ 0.000000] Zone ranges:
  11. [ 0.000000] DMA32 [mem 0x0000000040000000-0x000000007dffffff]
  12. [ 0.000000] Normal empty
  13. [ 0.000000] Movable zone start for each node
  14. [ 0.000000] Early memory node ranges
  15. [ 0.000000] node 0: [mem 0x0000000040000000-0x000000007dffffff]
  16. [ 0.000000] Initmem setup node 0 [mem 0x0000000040000000-0x000000007dffffff]
  17. [ 0.000000] On node 0 totalpages: 253952
  18. [ 0.000000] DMA32 zone: 3968 pages used for memmap
  19. [ 0.000000] DMA32 zone: 0 pages reserved
  20. [ 0.000000] DMA32 zone: 253952 pages, LIFO batch:63
  21. [ 0.000000] psci: probing for conduit method from DT.
  22. [ 0.000000] psci: PSCIv0.2 detected in firmware.
  23. [ 0.000000] psci: Using standard PSCI v0.2 function IDs
  24. [ 0.000000] psci: Trusted OS migration not required
  25. [ 0.000000] random: get_random_bytes called from start_kernel+0xa8/0x40c with crng_init=0
  26. [ 0.000000] percpu: Embedded 23 pages/cpu @(____ptrval____) s55640 r8192 d30376 u94208
  27. [ 0.000000] pcpu-alloc: s55640 r8192 d30376 u94208 alloc=23*4096
  28. [ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
  29. [ 0.000000] Detected VIPT I-cache on CPU0
  30. [ 0.000000] CPU features: enabling workaround for ARM erratum 843419
  31. [ 0.000000] CPU features: enabling workaround for ARM erratum 845719
  32. [ 0.000000] CPU features: detected: Kernel page table isolation (KPTI)
  33. [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 249984
  34. [ 0.000000] Policy zone: DMA32
  35. [ 0.000000] Kernel command line: console=ttyS0,115200 root=/dev/mmcblk0p1 console=tty1 net.ifnames=0 ipv6.disable=1 consoleblank=0 loglevel=7 rootfstype=ext4 rootwait panic=10 rootflags=commit=60,data=writeback elevator=deadline init=/bin/systemd hdmi.audio=EDID:0 disp.screen0_output_mode=EDID:1280x1024p60 drm.debug=0x1f
  36. [ 0.000000] Memory: 853472K/1015808K available (8956K kernel code, 624K rwdata, 2936K rodata, 640K init, 355K bss, 31264K reserved, 131072K cma-reserved)
  37. [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
  38. [ 0.000000] rcu: Preemptible hierarchical RCU implementation.
  39. [ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=4.
  40. [ 0.000000] Tasks RCU enabled.
  41. [ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
  42. [ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
  43. [ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
  44. [ 0.000000] GIC: Using split EOI/Deactivate mode
  45. [ 0.000000] arch_timer: Enabling global workaround for Allwinner A64 timer instability
  46. [ 0.000000] arch_timer: CPU0: Trapping CNTVCT access
  47. [ 0.000000] arch_timer: cp15 timer(s) running at 24.00MHz (phys).
  48. [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns
  49. [ 0.000004] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns
  50. [ 0.000498] Console: colour dummy device 80x25
  51. [ 0.001054] printk: console [tty1] enabled
  52. [ 0.001134] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=96000)
  53. [ 0.001163] pid_max: default: 32768 minimum: 301
  54. [ 0.001265] LSM: Security Framework initializing
  55. [ 0.001937] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)
  56. [ 0.002276] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)
  57. [ 0.002328] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)
  58. [ 0.002358] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)
  59. [ 0.024001] ASID allocator initialised with 32768 entries
  60. [ 0.031993] rcu: Hierarchical SRCU implementation.
  61. [ 0.041001] EFI services will not be available.
  62. [ 0.048030] smp: Bringing up secondary CPUs ...
  63. [ 0.080996] Detected VIPT I-cache on CPU1
  64. [ 0.081049] arch_timer: CPU1: Trapping CNTVCT access
  65. [ 0.081059] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
  66. [ 0.112651] Detected VIPT I-cache on CPU2
  67. [ 0.112681] arch_timer: CPU2: Trapping CNTVCT access
  68. [ 0.112688] CPU2: Booted secondary processor 0x0000000002 [0x410fd034]
  69. [ 0.144694] Detected VIPT I-cache on CPU3
  70. [ 0.144720] arch_timer: CPU3: Trapping CNTVCT access
  71. [ 0.144727] CPU3: Booted secondary processor 0x0000000003 [0x410fd034]
  72. [ 0.144802] smp: Brought up 1 node, 4 CPUs
  73. [ 0.144918] SMP: Total of 4 processors activated.
  74. [ 0.144934] CPU features: detected: 32-bit EL0 Support
  75. [ 0.144950] CPU features: detected: CRC32 instructions
  76. [ 0.147571] CPU: All CPU(s) started at EL2
  77. [ 0.147600] alternatives: patching kernel code
  78. [ 0.148804] devtmpfs: initialized
  79. [ 0.155884] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
  80. [ 0.155975] futex hash table entries: 1024 (order: 4, 65536 bytes)
  81. [ 0.160274] pinctrl core: initialized pinctrl subsystem
  82. [ 0.161399] DMI not present or invalid.
  83. [ 0.161796] NET: Registered protocol family 16
  84. [ 0.162406] audit: initializing netlink subsys (disabled)
  85. [ 0.162541] audit: type=2000 audit(0.160:1): state=initialized audit_enabled=0 res=1
  86. [ 0.164844] cpuidle: using governor menu
  87. [ 0.165292] vdso: 2 pages (1 code @ (____ptrval____), 1 data @ (____ptrval____))
  88. [ 0.165319] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
  89. [ 0.169806] DMA: preallocated 256 KiB pool for atomic allocations
  90. [ 0.170761] Serial: AMBA PL011 UART driver
  91. [ 0.188366] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
  92. [ 0.188852] cryptd: max_cpu_qlen set to 1000
  93. [ 0.190950] SCSI subsystem initialized
  94. [ 0.191198] libata version 3.00 loaded.
  95. [ 0.191505] usbcore: registered new interface driver usbfs
  96. [ 0.191576] usbcore: registered new interface driver hub
  97. [ 0.191676] usbcore: registered new device driver usb
  98. [ 0.192062] pps_core: LinuxPPS API ver. 1 registered
  99. [ 0.192082] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
  100. [ 0.192125] PTP clock support registered
  101. [ 0.192323] EDAC MC: Ver: 3.0.0
  102. [ 0.193249] Advanced Linux Sound Architecture Driver Initialized.
  103. [ 0.194346] clocksource: Switched to clocksource arch_sys_counter
  104. [ 0.194557] VFS: Disk quotas dquot_6.6.0
  105. [ 0.194631] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
  106. [ 0.203417] NET: Registered protocol family 2
  107. [ 0.203976] tcp_listen_portaddr_hash hash table entries: 512 (order: 1, 8192 bytes)
  108. [ 0.204125] TCP established hash table entries: 8192 (order: 4, 65536 bytes)
  109. [ 0.204239] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)
  110. [ 0.204403] TCP: Hash tables configured (established 8192 bind 8192)
  111. [ 0.204553] UDP hash table entries: 512 (order: 2, 16384 bytes)
  112. [ 0.204608] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
  113. [ 0.204773] NET: Registered protocol family 1
  114. [ 0.205178] RPC: Registered named UNIX socket transport module.
  115. [ 0.205196] RPC: Registered udp transport module.
  116. [ 0.205209] RPC: Registered tcp transport module.
  117. [ 0.205223] RPC: Registered tcp NFSv4.1 backchannel transport module.
  118. [ 0.206390] kvm [1]: 8-bit VMID
  119. [ 0.206408] kvm [1]: IPA Size Limit: 40bits
  120. [ 0.206898] kvm [1]: vgic interrupt IRQ1
  121. [ 0.207021] kvm [1]: Hyp mode initialized successfully
  122. [ 0.213340] Initialise system trusted keyrings
  123. [ 0.213517] workingset: timestamp_bits=44 max_order=18 bucket_order=0
  124. [ 0.222067] squashfs: version 4.0 (2009/01/31) Phillip Lougher
  125. [ 0.222984] NFS: Registering the id_resolver key type
  126. [ 0.223030] Key type id_resolver registered
  127. [ 0.223045] Key type id_legacy registered
  128. [ 0.223067] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
  129. [ 0.223264] 9p: Installing v9fs 9p2000 file system support
  130. [ 0.229305] Key type asymmetric registered
  131. [ 0.229338] Asymmetric key parser 'x509' registered
  132. [ 0.229429] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
  133. [ 0.229453] io scheduler noop registered
  134. [ 0.229652] io scheduler cfq registered
  135. [ 0.229671] io scheduler mq-deadline registered (default)
  136. [ 0.229688] io scheduler kyber registered
  137. [ 0.230227] sun50i-de2-bus 1000000.de2: Error couldn't map SRAM to device
  138. [ 0.231008] sun4i-usb-phy 1c19400.phy: failed to get clock usb0_phy
  139. [ 0.234735] sun50i-a64-r-pinctrl 1f02c00.pinctrl: initialized sunXi PIO driver
  140. [ 0.236118] ccu_nkm_recalc_rate
  141. [ 0.236183] ccu_nkm_recalc_rate
  142. [ 0.246430] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
  143. [ 0.248670] [drm:drm_core_init] Initialized
  144. [ 0.257377] loop: module loaded
  145. [ 0.259703] libphy: Fixed MDIO Bus: probed
  146. [ 0.259738] tun: Universal TUN/TAP device driver, 1.6
  147. [ 0.260875] VFIO - User Level meta-driver version: 0.3
  148. [ 0.261770] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
  149. [ 0.261794] ehci-platform: EHCI generic platform driver
  150. [ 0.262037] ehci-platform 1c1a000.usb: EHCI Host Controller
  151. [ 0.262075] ehci-platform 1c1a000.usb: new USB bus registered, assigned bus number 1
  152. [ 0.262906] ehci-platform 1c1a000.usb: irq 19, io mem 0x01c1a000
  153. [ 0.278374] ehci-platform 1c1a000.usb: USB 2.0 started, EHCI 1.00
  154. [ 0.279096] hub 1-0:1.0: USB hub found
  155. [ 0.279144] hub 1-0:1.0: 1 port detected
  156. [ 0.279821] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
  157. [ 0.279861] ohci-platform: OHCI generic platform driver
  158. [ 0.280075] ohci-platform 1c1a400.usb: Generic Platform OHCI controller
  159. [ 0.280111] ohci-platform 1c1a400.usb: new USB bus registered, assigned bus number 2
  160. [ 0.280413] ohci-platform 1c1a400.usb: irq 20, io mem 0x01c1a400
  161. [ 0.343084] hub 2-0:1.0: USB hub found
  162. [ 0.343140] hub 2-0:1.0: 1 port detected
  163. [ 0.344187] usbcore: registered new interface driver usb-storage
  164. [ 0.346195] sun6i-rtc 1f00000.rtc: rtc core: registered rtc-sun6i as rtc0
  165. [ 0.346231] sun6i-rtc 1f00000.rtc: RTC enabled
  166. [ 0.346372] i2c /dev entries driver
  167. [ 0.347912] sdhci: Secure Digital Host Controller Interface driver
  168. [ 0.347943] sdhci: Copyright(c) Pierre Ossman
  169. [ 0.347987] Synopsys Designware Multimedia Card Interface Driver
  170. [ 0.348625] sdhci-pltfm: SDHCI platform and OF driver helper
  171. [ 0.349281] ledtrig-cpu: registered to indicate activity on CPUs
  172. [ 0.350269] usbcore: registered new interface driver usbhid
  173. [ 0.350296] usbhid: USB HID core driver
  174. [ 0.351750] IPv6: Loaded, but administratively disabled, reboot required to enable
  175. [ 0.351784] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
  176. [ 0.352250] NET: Registered protocol family 17
  177. [ 0.352451] 9pnet: Installing 9P2000 support
  178. [ 0.352528] Key type dns_resolver registered
  179. [ 0.353368] registered taskstats version 1
  180. [ 0.353384] Loading compiled-in X.509 certificates
  181. [ 0.363030] sunxi-rsb 1f03400.rsb: RSB running at 3000000 Hz
  182. [ 0.363490] axp20x-rsb sunxi-rsb-3a3: AXP20x variant AXP803 found
  183. [ 0.365996] dcdc1: supplied by regulator-dummy
  184. [ 0.366308] dcdc2: supplied by regulator-dummy
  185. [ 0.366611] dcdc4: supplied by regulator-dummy
  186. [ 0.366871] dcdc5: supplied by regulator-dummy
  187. [ 0.367099] dcdc6: supplied by regulator-dummy
  188. [ 0.367317] dc1sw: supplied by regulator-dummy
  189. [ 0.367558] aldo1: supplied by regulator-dummy
  190. [ 0.367836] aldo2: supplied by regulator-dummy
  191. [ 0.368071] aldo3: supplied by regulator-dummy
  192. [ 0.368323] dldo1: supplied by regulator-dummy
  193. [ 0.368552] dldo2: supplied by regulator-dummy
  194. [ 0.368775] dldo3: supplied by regulator-dummy
  195. [ 0.369028] dldo4: supplied by regulator-dummy
  196. [ 0.369108] vcc-pg-wifi-io: Bringing 3300000uV into 3000000-3000000uV
  197. [ 0.369322] eldo1: supplied by regulator-dummy
  198. [ 0.369555] eldo2: supplied by regulator-dummy
  199. [ 0.369815] eldo3: supplied by regulator-dummy
  200. [ 0.370043] fldo1: supplied by regulator-dummy
  201. [ 0.370288] fldo2: supplied by regulator-dummy
  202. [ 0.370581] rtc-ldo: supplied by regulator-dummy
  203. [ 0.370796] ldo-io0: supplied by regulator-dummy
  204. [ 0.371051] ldo-io1: supplied by regulator-dummy
  205. [ 0.371307] axp20x-rsb sunxi-rsb-3a3: AXP20X driver loaded
  206. [ 0.376211] sun50i-a64-pinctrl 1c20800.pinctrl: initialized sunXi PIO driver
  207. [ 0.376876] printk: console [ttyS0] disabled
  208. [ 0.397458] 1c28000.serial: ttyS0 at MMIO 0x1c28000 (irq = 26, base_baud = 1500000) is a U6_16550A
  209. [ 1.515162] printk: console [ttyS0] enabled
  210. [ 1.520261] ehci-platform 1c1b000.usb: EHCI Host Controller
  211. [ 1.525875] ehci-platform 1c1b000.usb: new USB bus registered, assigned bus number 3
  212. [ 1.534176] ehci-platform 1c1b000.usb: irq 21, io mem 0x01c1b000
  213. [ 1.554362] ehci-platform 1c1b000.usb: USB 2.0 started, EHCI 1.00
  214. [ 1.561125] hub 3-0:1.0: USB hub found
  215. [ 1.564921] hub 3-0:1.0: 1 port detected
  216. [ 1.569631] ohci-platform 1c1b400.usb: Generic Platform OHCI controller
  217. [ 1.576287] ohci-platform 1c1b400.usb: new USB bus registered, assigned bus number 4
  218. [ 1.584328] ohci-platform 1c1b400.usb: irq 22, io mem 0x01c1b400
  219. [ 1.654980] hub 4-0:1.0: USB hub found
  220. [ 1.658777] hub 4-0:1.0: 1 port detected
  221. [ 1.663310] cpu cpu0: Linked as a consumer to regulator.2
  222. [ 1.668772] cpu cpu0: Dropping the link to regulator.2
  223. [ 1.674082] cpu cpu0: Linked as a consumer to regulator.2
  224. [ 1.681230] sunxi-mmc 1c0f000.mmc: Linked as a consumer to regulator.1
  225. [ 1.688544] sunxi-mmc 1c0f000.mmc: Got CD GPIO
  226. [ 1.718285] sunxi-mmc 1c0f000.mmc: initialized, max. request size: 16384 KB, uses new timings mode
  227. [ 1.727945] sunxi-mmc 1c10000.mmc: Linked as a consumer to regulator.1
  228. [ 1.734567] sunxi-mmc 1c10000.mmc: Linked as a consumer to regulator.13
  229. [ 1.741840] sunxi-mmc 1c10000.mmc: allocated mmc-pwrseq
  230. [ 1.747260] vcc-pg-wifi-io: voltage operation not allowed
  231. [ 1.776554] sunxi-mmc 1c10000.mmc: initialized, max. request size: 16384 KB, uses new timings mode
  232. [ 1.786833] sun6i-rtc 1f00000.rtc: setting system clock to 1970-01-01 00:00:08 UTC (8)
  233. [ 1.794366] mmc0: new high speed SDHC card at address 59b4
  234. [ 1.795102] vcc-phy: disabling
  235. [ 1.801564] mmcblk0: mmc0:59b4 00000 14.9 GiB
  236. [ 1.803380] cpvdd: disabling
  237. [ 1.810733] vdd-panel: disabling
  238. [ 1.813372] mmcblk0: p1
  239. [ 1.813980] ALSA device list:
  240. [ 1.819488] No soundcards found.
  241. [ 1.820088] mmc1: new high speed SDIO card at address 0001
  242. [ 1.841218] EXT4-fs (mmcblk0p1): mounted filesystem with writeback data mode. Opts: commit=60,data=writeback
  243. [ 1.851418] VFS: Mounted root (ext4 filesystem) readonly on device 179:1.
  244. [ 1.866452] devtmpfs: mounted
  245. [ 1.927246] random: fast init done
  246. [ 1.994886] Freeing unused kernel memory: 640K
  247. [ 2.026431] Run /bin/systemd as init process
  248. [ 2.325224] systemd[1]: System time before build time, advancing clock.
  249. [ 2.355839] random: systemd: uninitialized urandom read (16 bytes read)
  250. [ 2.371317] random: systemd: uninitialized urandom read (16 bytes read)
  251. [ 2.381651] 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)
  252. [ 2.400262] systemd[1]: Detected architecture arm64.
  253. [ 2.407491] systemd[1]: Set hostname to <nanopia64-stretch>.
  254. [ 2.435296] random: systemd: uninitialized urandom read (16 bytes read)
  255. [ 2.757473] systemd[1]: Listening on udev Kernel Socket.
  256. [ 2.764651] systemd[1]: Created slice System Slice.
  257. [ 2.770665] systemd[1]: Created slice system-serial\x2dgetty.slice.
  258. [ 2.777658] systemd[1]: Listening on Journal Audit Socket.
  259. [ 2.783665] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
  260. [ 2.791607] systemd[1]: Created slice system-wpa_supplicant.slice.
  261. [ 2.798366] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
  262. [ 2.911929] cfg80211: Loading compiled-in X.509 certificates for regulatory database
  263. [ 2.928100] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
  264. [ 2.940063] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
  265. [ 2.948757] cfg80211: failed to load regulatory.db
  266. [ 3.039637] 8189es: loading out-of-tree module taints kernel.
  267. [ 3.174289] bFWReady == _FALSE call reset 8051...
  268. [ 3.302890] EXT4-fs (mmcblk0p1): re-mounted. Opts: commit=600,errors=remount-ro
  269. [ 3.379577] systemd-journald[1191]: Received request to flush runtime journal from PID 1
  270. [ 3.443206] Adding 102396k swap on /var/swap. Priority:-2 extents:1 across:102396k SS
  271. [ 3.793508] [drm:sun4i_drv_probe [sun4i_drm]] Adding component /soc/de2@1000000/mixer@100000
  272. [ 3.793550] [drm:sun4i_drv_probe [sun4i_drm]] Adding component /soc/de2@1000000/mixer@200000
  273. [ 3.793581] [drm:sun4i_drv_probe [sun4i_drm]] Adding component /soc/lcd-controller@1c0c000
  274. [ 3.793629] [drm:sun4i_drv_probe [sun4i_drm]] Adding component /soc/dsi@1ca0000
  275. [ 3.793640] [drm:sun4i_drv_traverse_endpoints [sun4i_drm]] No output to bind on port 1
  276. [ 3.793671] [drm:compare_of [sun4i_drm]] Comparing of node /soc/lcd-controller@1c0c000 with /soc/de2@1000000/mixer@100000
  277. [ 3.793680] [drm:compare_of [sun4i_drm]] Comparing of node /soc/de2@1000000/mixer@100000 with /soc/de2@1000000/mixer@100000
  278. [ 3.793688] [drm:compare_of [sun4i_drm]] Comparing of node /soc/lcd-controller@1c0c000 with /soc/de2@1000000/mixer@200000
  279. [ 3.793697] [drm:compare_of [sun4i_drm]] Comparing of node /soc/de2@1000000/mixer@100000 with /soc/de2@1000000/mixer@200000
  280. [ 3.793706] [drm:compare_of [sun4i_drm]] Comparing of node /soc/de2@1000000/mixer@200000 with /soc/de2@1000000/mixer@200000
  281. [ 3.793714] [drm:compare_of [sun4i_drm]] Comparing of node /soc/lcd-controller@1c0c000 with /soc/lcd-controller@1c0c000
  282. [ 3.793722] [drm:compare_of [sun4i_drm]] Comparing of node /soc/lcd-controller@1c0c000 with /soc/dsi@1ca0000
  283. [ 3.793730] [drm:compare_of [sun4i_drm]] Comparing of node /soc/de2@1000000/mixer@100000 with /soc/dsi@1ca0000
  284. [ 3.793739] [drm:compare_of [sun4i_drm]] Comparing of node /soc/de2@1000000/mixer@200000 with /soc/dsi@1ca0000
  285. [ 4.061858] pwm-backlight soc:backlight: soc:backlight supply power not found, using dummy regulator
  286. [ 4.062446] sun6i-mipi-dsi 1ca0000.dsi: Linked as a consumer to regulator.10
  287. [ 4.080167] [drm:compare_of [sun4i_drm]] Comparing of node /soc/lcd-controller@1c0c000 with /soc/dsi@1ca0000
  288. [ 4.080180] [drm:compare_of [sun4i_drm]] Comparing of node /soc/de2@1000000/mixer@100000 with /soc/dsi@1ca0000
  289. [ 4.080188] [drm:compare_of [sun4i_drm]] Comparing of node /soc/de2@1000000/mixer@200000 with /soc/dsi@1ca0000
  290. [ 4.080195] [drm:compare_of [sun4i_drm]] Comparing of node /soc/dsi@1ca0000 with /soc/dsi@1ca0000
  291. [ 4.080609] pwm-backlight soc:backlight: Linked as a consumer to regulator.0
  292. [ 4.087986] sun4i-drm display-engine: bound 1100000.mixer (ops sun8i_mixer_ops [sun8i_mixer])
  293. [ 4.090114] thermal thermal_zone0: failed to read out thermal zone (-110)
  294. [ 4.104257] sun4i-drm display-engine: bound 1200000.mixer (ops sun8i_mixer_ops [sun8i_mixer])
  295. [ 4.104261] thermal thermal_zone1: failed to read out thermal zone (-110)
  296. [ 4.104277] thermal thermal_zone2: failed to read out thermal zone (-110)
  297. [ 4.113148] sun4i_dclk_recalc_rate: divider 0
  298. [ 4.134261] sun4i_dclk_recalc_rate: val = 1, rate = 432000000
  299. [ 4.141687] sun4i-drm display-engine: No panel or bridge found... RGB output disabled
  300. [ 4.151005] sun4i-drm display-engine: bound 1c0c000.lcd-controller (ops sun4i_tcon_ops [sun4i_tcon])
  301. [ 4.160266] sun4i-drm display-engine: failed to bind 1ca0000.dsi (ops sun6i_dsi_ops [sun6i_dsi]): -517
  302. [ 4.170013] sun4i-drm display-engine: Couldn't bind all pipelines components
  303. [ 4.177274] sun4i-drm display-engine: master bind failed: -517
  304. [ 4.183171] sun6i-mipi-dsi 1ca0000.dsi: Couldn't register our component
  305. [ 4.190446] sun6i-mipi-dsi 1ca0000.dsi: Dropping the link to regulator.10
  306. [ 4.197889] sun6i-mipi-dsi 1ca0000.dsi: Linked as a consumer to regulator.10
  307. [ 4.205383] [drm:compare_of [sun4i_drm]] Comparing of node /soc/lcd-controller@1c0c000 with /soc/dsi@1ca0000
  308. [ 4.205395] [drm:compare_of [sun4i_drm]] Comparing of node /soc/de2@1000000/mixer@100000 with /soc/dsi@1ca0000
  309. [ 4.205403] [drm:compare_of [sun4i_drm]] Comparing of node /soc/de2@1000000/mixer@200000 with /soc/dsi@1ca0000
  310. [ 4.205409] [drm:compare_of [sun4i_drm]] Comparing of node /soc/dsi@1ca0000 with /soc/dsi@1ca0000
  311. [ 4.213085] sun4i-drm display-engine: bound 1100000.mixer (ops sun8i_mixer_ops [sun8i_mixer])
  312. [ 4.228693] sun4i-drm display-engine: bound 1200000.mixer (ops sun8i_mixer_ops [sun8i_mixer])
  313. [ 4.237490] sun4i_dclk_recalc_rate: divider 0
  314. [ 4.240388] thermal thermal_zone2: failed to read out thermal zone (-110)
  315. [ 4.241867] sun4i_dclk_recalc_rate: val = 1, rate = 432000000
  316. [ 4.251291] thermal thermal_zone2: failed to read out thermal zone (-110)
  317. [ 4.254565] sun4i-drm display-engine: No panel or bridge found... RGB output disabled
  318. [ 4.269047] sun4i-drm display-engine: bound 1c0c000.lcd-controller (ops sun4i_tcon_ops [sun4i_tcon])
  319. [ 4.278240] sun4i-drm display-engine: failed to bind 1ca0000.dsi (ops sun6i_dsi_ops [sun6i_dsi]): -517
  320. [ 4.287822] sun4i-drm display-engine: Couldn't bind all pipelines components
  321. [ 4.295222] sun4i-drm display-engine: master bind failed: -517
  322. [ 4.301158] sun6i-mipi-dsi 1ca0000.dsi: Couldn't register our component
  323. [ 4.308134] sun6i-mipi-dsi 1ca0000.dsi: Dropping the link to regulator.10
  324. [ 4.488825] dwmac-sun8i 1c30000.ethernet: PTP uses main clock
  325. [ 4.495099] dwmac-sun8i 1c30000.ethernet: Linked as a consumer to regulator.6
  326. [ 4.513921] dwmac-sun8i 1c30000.ethernet: No HW DMA feature register supported
  327. [ 4.521383] dwmac-sun8i 1c30000.ethernet: RX Checksum Offload Engine supported
  328. [ 4.524943] Allwinner sunXi mali glue initialized
  329. [ 4.531671] dwmac-sun8i 1c30000.ethernet: COE Type 2
  330. [ 4.535287] Mali:
  331. [ 4.535296] Found Mali GPU Mali-400 MP r1p1
  332. [ 4.540984] dwmac-sun8i 1c30000.ethernet: TX Checksum insertion supported
  333. [ 4.551979] dwmac-sun8i 1c30000.ethernet: Normal descriptors
  334. [ 4.557724] dwmac-sun8i 1c30000.ethernet: Chain mode enabled
  335. [ 4.558960] Mali:
  336. [ 4.558965] 2+0 PP cores initialized
  337. [ 4.563752] libphy: stmmac: probed
  338. [ 4.567503] sun6i-mipi-dsi 1ca0000.dsi: Linked as a consumer to regulator.10
  339. [ 4.569332] Mali:
  340. [ 4.569335] Mali device driver loaded
  341. [ 4.573207] panel-himax-hx8379a 1ca0000.dsi.0: Linked as a consumer to regulator.22
  342. [ 4.593219] sun6i-mipi-dsi 1ca0000.dsi: Attached device tda-fwvga0500g50008
  343. [ 4.600448] [drm:compare_of [sun4i_drm]] Comparing of node /soc/lcd-controller@1c0c000 with /soc/dsi@1ca0000
  344. [ 4.600461] [drm:compare_of [sun4i_drm]] Comparing of node /soc/de2@1000000/mixer@100000 with /soc/dsi@1ca0000
  345. [ 4.600469] [drm:compare_of [sun4i_drm]] Comparing of node /soc/de2@1000000/mixer@200000 with /soc/dsi@1ca0000
  346. [ 4.600476] [drm:compare_of [sun4i_drm]] Comparing of node /soc/dsi@1ca0000 with /soc/dsi@1ca0000
  347. [ 4.608356] sun4i-drm display-engine: bound 1100000.mixer (ops sun8i_mixer_ops [sun8i_mixer])
  348. [ 4.617688] dwmac-sun8i 1c30000.ethernet eth0: device MAC address 42:67:8d:81:cb:36
  349. [ 4.625255] sun4i-drm display-engine: bound 1200000.mixer (ops sun8i_mixer_ops [sun8i_mixer])
  350. [ 4.627781] Generic PHY stmmac-0:07: attached PHY driver [Generic PHY] (mii_bus:phy_addr=stmmac-0:07, irq=POLL)
  351. [ 4.634315] sun4i_dclk_recalc_rate: divider 0
  352. [ 4.648522] sun4i_dclk_recalc_rate: val = 1, rate = 432000000
  353. [ 4.654561] sun4i-drm display-engine: No panel or bridge found... RGB output disabled
  354. [ 4.662501] sun4i-drm display-engine: bound 1c0c000.lcd-controller (ops sun4i_tcon_ops [sun4i_tcon])
  355. [ 4.671697] sun6i-mipi-dsi 1ca0000.dsi: sun6i_dsi_bind: bind success
  356. [ 4.671710] sun4i-drm display-engine: bound 1ca0000.dsi (ops sun6i_dsi_ops [sun6i_dsi])
  357. [ 4.679768] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
  358. [ 4.686430] [drm] No driver support for vblank timestamp query.
  359. [ 4.692426] [drm:drm_mode_object_get] OBJ ID: 38 (2)
  360. [ 4.692438] [drm:drm_setup_crtcs]
  361. [ 4.692461] [drm:drm_helper_probe_single_connector_modes] [CONNECTOR:38:DSI-1]
  362. [ 4.692477] [drm:drm_helper_probe_single_connector_modes] [CONNECTOR:38:DSI-1] status updated from unknown to connected
  363. [ 4.692523] [drm:drm_helper_probe_single_connector_modes] [CONNECTOR:38:DSI-1] probed modes :
  364. [ 4.692534] [drm:drm_mode_debug_printmodeline] Modeline 39:"480x800" 60 35300 480 580 620 714 800 814 820 824 0x48 0x0
  365. [ 4.692539] [drm:drm_setup_crtcs] connector 38 enabled? yes
  366. [ 4.692546] [drm:drm_setup_crtcs] looking for cmdline mode on connector 38
  367. [ 4.692551] [drm:drm_setup_crtcs] looking for preferred mode on connector 38 0
  368. [ 4.692555] [drm:drm_setup_crtcs] found mode 480x800
  369. [ 4.692559] [drm:drm_setup_crtcs] picking CRTCs for 8192x8192 config
  370. [ 4.692567] [drm:drm_setup_crtcs] desired mode 480x800 set on crtc 36 (0,0)
  371. [ 4.692573] [drm:drm_mode_object_get] OBJ ID: 38 (2)
  372. [ 4.692582] [drm:drm_fb_helper_generic_probe] surface width(480), height(1600) and bpp(32)
  373. [ 4.695102] dwmac-sun8i 1c30000.ethernet eth0: No Safety Features support found
  374. [ 4.695323] [drm:drm_mode_addfb2] [FB:41]
  375. [ 4.702457] dwmac-sun8i 1c30000.ethernet eth0: No MAC Management Counters available
  376. [ 4.702464] dwmac-sun8i 1c30000.ethernet eth0: PTP not supported by HW
  377. [ 4.716804] [drm:drm_mode_object_put.part.0] OBJ ID: 41 (2)
  378. [ 4.717396] [drm:drm_atomic_state_init] Allocated atomic state (____ptrval____)
  379. [ 4.717434] [drm:drm_atomic_get_plane_state] Added [PLANE:28:plane-0] (____ptrval____) state to (____ptrval____)
  380. [ 4.717442] [drm:drm_atomic_set_fb_for_plane] Set [NOFB] for [PLANE:28:plane-0] state (____ptrval____)
  381. [ 4.717450] [drm:drm_atomic_get_plane_state] Added [PLANE:30:plane-1] (____ptrval____) state to (____ptrval____)
  382. [ 4.717458] [drm:drm_atomic_get_plane_state] Added [PLANE:32:plane-2] (____ptrval____) state to (____ptrval____)
  383. [ 4.717463] [drm:drm_atomic_set_fb_for_plane] Set [NOFB] for [PLANE:32:plane-2] state (____ptrval____)
  384. [ 4.717471] [drm:drm_atomic_get_plane_state] Added [PLANE:34:plane-3] (____ptrval____) state to (____ptrval____)
  385. [ 4.717476] [drm:drm_atomic_set_fb_for_plane] Set [NOFB] for [PLANE:34:plane-3] state (____ptrval____)
  386. [ 4.717487] [drm:drm_atomic_get_crtc_state] Added [CRTC:36:crtc-0] (____ptrval____) state to (____ptrval____)
  387. [ 4.717503] [drm:drm_atomic_set_mode_for_crtc] Set [MODE:480x800] for [CRTC:36:crtc-0] state (____ptrval____)
  388. [ 4.717510] [drm:drm_atomic_set_crtc_for_plane] Link [PLANE:30:plane-1] state (____ptrval____) to [CRTC:36:crtc-0]
  389. [ 4.717516] [drm:drm_atomic_set_fb_for_plane] Set [FB:41] for [PLANE:30:plane-1] state (____ptrval____)
  390. [ 4.717521] [drm:drm_mode_object_get] OBJ ID: 41 (1)
  391. [ 4.717531] [drm:drm_atomic_add_affected_connectors] Adding all current connectors for [CRTC:36:crtc-0] to (____ptrval____)
  392. [ 4.717542] [drm:drm_mode_object_get] OBJ ID: 38 (3)
  393. [ 4.717549] [drm:drm_atomic_get_connector_state] Added [CONNECTOR:38:DSI-1] (____ptrval____) state to (____ptrval____)
  394. [ 4.717554] [drm:drm_mode_object_get] OBJ ID: 38 (4)
  395. [ 4.717560] [drm:drm_atomic_set_crtc_for_connector] Link [CONNECTOR:38:DSI-1] state (____ptrval____) to [CRTC:36:crtc-0]
  396. [ 4.717566] [drm:drm_atomic_check_only] checking (____ptrval____)
  397. [ 4.717593] [drm:drm_atomic_helper_check_modeset] [CRTC:36:crtc-0] mode changed
  398. [ 4.717599] [drm:drm_atomic_helper_check_modeset] [CRTC:36:crtc-0] enable changed
  399. [ 4.717604] [drm:drm_atomic_helper_check_modeset] [CRTC:36:crtc-0] active changed
  400. [ 4.717615] [drm:drm_atomic_helper_check_modeset] Updating routing for [CONNECTOR:38:DSI-1]
  401. [ 4.717624] [drm:drm_atomic_helper_check_modeset] [CONNECTOR:38:DSI-1] using [ENCODER:37:DSI-37] on [CRTC:36:crtc-0]
  402. [ 4.717631] [drm:drm_atomic_helper_check_modeset] [CRTC:36:crtc-0] needs all connectors, enable: y, active: y
  403. [ 4.717638] [drm:drm_atomic_add_affected_connectors] Adding all current connectors for [CRTC:36:crtc-0] to (____ptrval____)
  404. [ 4.717645] [drm:drm_atomic_add_affected_planes] Adding all current planes for [CRTC:36:crtc-0] to (____ptrval____)
  405. [ 4.717656] [drm:drm_atomic_normalize_zpos] [CRTC:36:crtc-0] calculating normalized zpos values
  406. [ 4.717662] [drm:drm_atomic_normalize_zpos] [PLANE:30:plane-1] processing zpos value 0
  407. [ 4.717668] [drm:drm_atomic_normalize_zpos] [PLANE:30:plane-1] normalized zpos value 0
  408. [ 4.717682] [drm:drm_atomic_commit] committing (____ptrval____)
  409. [ 4.717707] [drm:drm_calc_timestamping_constants] crtc 36: hwmode: htotal 714, vtotal 824, vdisplay 800
  410. [ 4.717714] [drm:drm_calc_timestamping_constants] crtc 36: clock 35300 kHz framedur 16666742 linedur 20226
  411. [ 4.717720] [drm:drm_atomic_helper_commit_modeset_disables] modeset on [CRTC:36:crtc-0]
  412. [ 4.718278] sun4i_dclk_round_rate: min_div = 12 max_div = 12, rate = 35300000
  413. [ 4.718283] sun4i_dclk_round_rate: before round ideal = 423600000, div = 12, ULONG -1
  414. [ 4.718293] ccu_nkm_round_rate: rate = 423600000, parent = 216000000
  415. [ 4.718296] ccu_nkm_find_best
  416. [ 4.718309] ccu_nkm_round_rate, rate = 416571428
  417. [ 4.718455] sun4i_dclk_round_rate: ideal = 423600000, rounded = 423272726, div = 12
  418. [ 4.718464] sun4i_dclk_round_rate: div = 12 rate = 35272727
  419. [ 4.718468] sun4i_dclk_round_rate: min_div = 12 max_div = 12, rate = 35300000
  420. [ 4.718471] sun4i_dclk_round_rate: before round ideal = 423600000, div = 12, ULONG -1
  421. [ 4.718476] ccu_nkm_round_rate: rate = 423600000, parent = 216000000
  422. [ 4.718478] ccu_nkm_find_best
  423. [ 4.718490] ccu_nkm_round_rate, rate = 416571428
  424. [ 4.718520] sun4i_dclk_round_rate: ideal = 423600000, rounded = 423272726, div = 12
  425. [ 4.718522] sun4i_dclk_round_rate: div = 12 rate = 35272727
  426. [ 4.718526] ccu_nkm_round_rate: rate = 423272726, parent = 216000000
  427. [ 4.718527] ccu_nkm_find_best
  428. [ 4.718539] ccu_nkm_round_rate, rate = 416571428
  429. [ 4.718623] ccu_nkm_recalc_rate
  430. [ 4.718629] sun4i_dclk_recalc_rate: divider 0
  431. [ 4.718632] sun4i_dclk_recalc_rate: val = 1, rate = 423272726
  432. [ 4.718635] sun4i_dclk_recalc_rate: divider 0
  433. [ 4.718637] sun4i_dclk_recalc_rate: val = 1, rate = 423272726
  434. [ 4.719030] ccu_nkm_find_best
  435. [ 4.719045] rate = 423272726
  436. [ 4.719047] parent_rate = 211636363
  437. [ 4.719049] reg = 0x80000000
  438. [ 4.719052] _nkm.n = 1, nkm->n.offset = 0x1, nkm->n.shift = 8
  439. [ 4.719054] _nkm.k = 2, nkm->k.offset = 0x1, nkm->k.shift = 4
  440. [ 4.719057] _nkm.m = 1, nkm->m.offset = 0x1, nkm->m.shift = 0
  441. [ 4.719058] nkm: reg = 0x80000010
  442. [ 4.719708] ccu_nkm_recalc_rate
  443. [ 4.719727] sun4i_dclk_set_rate rate = 35272727, parent = 423272726, div = 12
  444. [ 4.719737] sun4i_dclk_recalc_rate: divider 12
  445. [ 4.719740] sun4i_dclk_recalc_rate: val = 12, rate = 35272727
  446. [ 4.719881] [drm:drm_atomic_helper_commit_modeset_disables] modeset on [ENCODER:37:DSI-37]
  447. [ 4.719890] [drm:drm_atomic_helper_commit_modeset_enables] enabling [CRTC:36:crtc-0]
  448. [ 4.719905] [drm:sun4i_crtc_atomic_enable [sun4i_tcon]] Enabling the CRTC
  449. [ 4.719927] [drm:drm_atomic_helper_commit_modeset_enables] enabling [ENCODER:37:DSI-37]
  450. [ 4.719936] [drm:sun6i_dsi_encoder_enable [sun6i_dsi]] Enabling DSI output
  451. [ 4.719973] sun6i_dsi_get_video_start_delay: 14, 818
  452. [ 4.719975] sun6i_dsi_get_video_start_delay: delay = 818
  453. [ 4.719977] sun6i_dsi_encoder_enable: delay = 818
  454. [ 4.719996] sun6i_dsi_setup_timings: hsa = 110, hbp = 276, hfp = 294, hblk = 2012, vblk = 0
  455. [ 4.720155] panel-himax-hx8379a 1ca0000.dsi.0: panel prepare
  456. [ 4.882383] sun6i-mipi-dsi 1ca0000.dsi: sun6i_dsi_transfer: message type = 5
  457. [ 4.882404] sun6i-mipi-dsi 1ca0000.dsi: sun6i_dsi_dcs_write_short: enter
  458. [ 4.882425] sun6i-mipi-dsi 1ca0000.dsi: sun6i_dsi_transfer: complete, ret = 1
  459. [ 4.882433] panel-himax-hx8379a 1ca0000.dsi.0: panel write, len = 4
  460. [ 4.882439] sun6i-mipi-dsi 1ca0000.dsi: sun6i_dsi_transfer: message type = 57
  461. [ 4.887481] sun6i-mipi-dsi 1ca0000.dsi: sun6i_dsi_dcs_write_long: enter
  462. [ 4.892609] sun6i-mipi-dsi 1ca0000.dsi: sun6i_dsi_dcs_write_long: wait complete, ret = -110
  463. [ 4.892620] sun6i-mipi-dsi 1ca0000.dsi: sun6i_dsi_transfer: complete, ret = -110
  464. [ 4.892637] [drm:hx8379a_panel_prepare [panel_himax_hx8379a]] *ERROR* panel write failed: -110
  465. [ 4.892645] panel-himax-hx8379a 1ca0000.dsi.0: panel enable
  466. [ 4.907466] [drm:sun4i_crtc_enable_vblank [sun4i_tcon]] Enabling VBLANK on crtc (____ptrval____)
  467. [ 4.907481] [drm:sun4i_tcon_enable_vblank [sun4i_tcon]] Enabling VBLANK interrupt
  468. [ 4.907499] [drm:drm_vblank_enable] enabling vblank on crtc 0, ret: 0
  469. [ 4.907518] [drm:sun8i_ui_layer_atomic_update [sun8i_mixer]] Updating UI channel 1 overlay 0
  470. [ 4.907529] [drm:sun8i_ui_layer_atomic_update [sun8i_mixer]] Primary layer, updating global size W: 480 H: 800
  471. [ 4.907542] [drm:sun8i_ui_layer_atomic_update [sun8i_mixer]] Switching display mixer interlaced mode off
  472. [ 4.907552] [drm:sun8i_ui_layer_atomic_update [sun8i_mixer]] Layer source offset X: 0 Y: 0
  473. [ 4.907562] [drm:sun8i_ui_layer_atomic_update [sun8i_mixer]] Layer source size W: 480 H: 800
  474. [ 4.907571] [drm:sun8i_ui_layer_atomic_update [sun8i_mixer]] HW scaling is not needed
  475. [ 4.907583] [drm:sun8i_ui_layer_atomic_update [sun8i_mixer]] Layer destination coordinates X: 0 Y: 0
  476. [ 4.907592] [drm:sun8i_ui_layer_atomic_update [sun8i_mixer]] Layer destination size W: 480 H: 800
  477. [ 4.907606] [drm:sun8i_ui_layer_atomic_update [sun8i_mixer]] Using GEM @ 0x0000000076100000
  478. [ 4.907615] [drm:sun8i_ui_layer_atomic_update [sun8i_mixer]] Layer line width: 1920 bytes
  479. [ 4.907625] [drm:sun8i_ui_layer_atomic_update [sun8i_mixer]] Setting buffer address to 0x0000000076100000
  480. [ 4.907636] [drm:sun8i_ui_layer_enable.isra.0 [sun8i_mixer]] Enabling channel 1 overlay 0
  481. [ 4.907651] [drm:sun4i_crtc_atomic_flush [sun4i_tcon]] Committing plane changes
  482. [ 4.907661] [drm:sun8i_mixer_commit [sun8i_mixer]] Committing changes
  483. [ 4.962373] ------------[ cut here ]------------
  484. [ 4.962381] [CRTC:36:crtc-0] vblank wait timed out
  485. [ 4.962449] WARNING: CPU: 0 PID: 5 at drivers/gpu/drm/drm_atomic_helper.c:1406 drm_atomic_helper_wait_for_vblanks.part.9+0x2a8/0x2b0
  486. [ 4.962454] Modules linked in: mali(O) dwmac_sun8i stmmac_platform stmmac panel_himax_hx8379a crct10dif_ce pwm_bl sun4i_gpadc_iio sun6i_dsi reset_gpio crc_ccitt pwm_sun4i sun4i_drm sun4i_frontend sun8i_mixer sun4i_tcon sun8i_tcon_top 8189es(O) cfg80211 rfkill
  487. [ 4.962511] CPU: 0 PID: 5 Comm: kworker/0:0 Tainted: G O 4.20.13-sunxi-dirty #1
  488. [ 4.962515] Hardware name: FriendlyARM NanoPi A64 (DT)
  489. [ 4.962527] Workqueue: events deferred_probe_work_func
  490. [ 4.962536] pstate: 40000005 (nZcv daif -PAN -UAO)
  491. [ 4.962544] pc : drm_atomic_helper_wait_for_vblanks.part.9+0x2a8/0x2b0
  492. [ 4.962553] lr : drm_atomic_helper_wait_for_vblanks.part.9+0x2a8/0x2b0
  493. [ 4.962556] sp : ffff0000080533e0
  494. [ 4.962560] x29: ffff0000080533e0 x28: 0000000000000000
  495. [ 4.962567] x27: 0000000000000001 x26: ffff800031b7e800
  496. [ 4.962575] x25: 0000000000000001 x24: 0000000000000000
  497. [ 4.962582] x23: 0000000000000038 x22: 0000000000000001
  498. [ 4.962589] x21: ffff8000318b5400 x20: ffff800031b7f880
  499. [ 4.962596] x19: 0000000000000000 x18: ffffffffffffffff
  500. [ 4.962603] x17: 0000000000000002 x16: 0000000000000001
  501. [ 4.962610] x15: ffff000008cf0000 x14: 00000000fffffff0
  502. [ 4.962617] x13: ffff000008d76cf8 x12: ffff000008cf0000
  503. [ 4.962624] x11: 0000000000000000 x10: ffff000008d76000
  504. [ 4.962631] x9 : 0000000000000000 x8 : ffff000008d82e58
  505. [ 4.962638] x7 : 0000000000000000 x6 : 000000000be9bab9
  506. [ 4.962644] x5 : 0000000000000000 x4 : 0000000000000001
  507. [ 4.962651] x3 : 0000000000000007 x2 : 0000000000000007
  508. [ 4.962658] x1 : 02e3483737e76700 x0 : 0000000000000000
  509. [ 4.962665] Call trace:
  510. [ 4.962675] drm_atomic_helper_wait_for_vblanks.part.9+0x2a8/0x2b0
  511. [ 4.962683] drm_atomic_helper_commit_tail_rpm+0x60/0x78
  512. [ 4.962689] commit_tail+0x44/0x78
  513. [ 4.962697] drm_atomic_helper_commit+0xe8/0x168
  514. [ 4.962707] drm_atomic_commit+0x48/0x58
  515. [ 4.962717] restore_fbdev_mode_atomic+0x190/0x220
  516. [ 4.962723] restore_fbdev_mode+0x64/0x1b8
  517. [ 4.962731] drm_fb_helper_restore_fbdev_mode_unlocked+0x70/0xe8
  518. [ 4.962737] drm_fb_helper_set_par+0x2c/0x58
  519. [ 4.962747] fbcon_init+0x3e8/0x558
  520. [ 4.962756] visual_init+0xb0/0x108
  521. [ 4.962764] do_bind_con_driver+0x1cc/0x3e0
  522. [ 4.962771] do_take_over_console+0x98/0x208
  523. [ 4.962779] do_fbcon_takeover+0x6c/0xe8
  524. [ 4.962787] fbcon_event_notify+0xa30/0xaa8
  525. [ 4.962797] notifier_call_chain+0x54/0x98
  526. [ 4.962805] blocking_notifier_call_chain+0x48/0x70
  527. [ 4.962812] fb_notifier_call_chain+0x1c/0x28
  528. [ 4.962819] register_framebuffer+0x244/0x370
  529. [ 4.962826] __drm_fb_helper_initial_config_and_unlock+0x218/0x418
  530. [ 4.962833] drm_fb_helper_fbdev_setup+0xb4/0x200
  531. [ 4.962839] drm_fbdev_cma_init+0xa8/0xf0
  532. [ 4.962845] drm_fb_cma_fbdev_init+0xc/0x20
  533. [ 4.962858] sun4i_framebuffer_init+0x50/0x70 [sun4i_drm]
  534. [ 4.962867] sun4i_drv_bind+0x140/0x190 [sun4i_drm]
  535. [ 4.962876] try_to_bring_up_master+0x178/0x1d8
  536. [ 4.962883] component_add+0x94/0x158
  537. [ 4.962896] sun6i_dsi_probe+0x194/0x2e8 [sun6i_dsi]
  538. [ 4.962904] platform_drv_probe+0x50/0xa0
  539. [ 4.962911] really_probe+0x204/0x2a8
  540. [ 4.962918] driver_probe_device+0x58/0x100
  541. [ 4.962925] __device_attach_driver+0x98/0xf0
  542. [ 4.962931] bus_for_each_drv+0x64/0xc8
  543. [ 4.962937] __device_attach+0xd8/0x130
  544. [ 4.962943] device_initial_probe+0x10/0x18
  545. [ 4.962950] bus_probe_device+0x90/0x98
  546. [ 4.962956] deferred_probe_work_func+0x74/0xb0
  547. [ 4.962966] process_one_work+0x1e0/0x330
  548. [ 4.962974] worker_thread+0x40/0x460
  549. [ 4.962980] kthread+0x128/0x130
  550. [ 4.962989] ret_from_fork+0x10/0x1c
  551. [ 4.962993] ---[ end trace 37b777d882b87e19 ]---
  552. [ 4.963014] [drm:drm_atomic_state_default_clear] Clearing atomic state (____ptrval____)
  553. [ 4.963027] [drm:drm_mode_object_put.part.0] OBJ ID: 38 (5)
  554. [ 4.963045] [drm:__drm_atomic_state_free] Freeing atomic state (____ptrval____)
  555. [ 4.963113] [drm:drm_atomic_state_init] Allocated atomic state (____ptrval____)
  556. [ 4.963128] [drm:drm_atomic_get_plane_state] Added [PLANE:28:plane-0] (____ptrval____) state to (____ptrval____)
  557. [ 4.963138] [drm:drm_atomic_set_fb_for_plane] Set [NOFB] for [PLANE:28:plane-0] state (____ptrval____)
  558. [ 4.963147] [drm:drm_mode_object_get] OBJ ID: 41 (2)
  559. [ 4.963157] [drm:drm_atomic_get_plane_state] Added [PLANE:30:plane-1] (____ptrval____) state to (____ptrval____)
  560. [ 4.963167] [drm:drm_mode_object_get] OBJ ID: 42 (1)
  561. [ 4.963177] [drm:drm_atomic_get_crtc_state] Added [CRTC:36:crtc-0] (____ptrval____) state to (____ptrval____)
  562. [ 4.963189] [drm:drm_atomic_get_plane_state] Added [PLANE:32:plane-2] (____ptrval____) state to (____ptrval____)
  563. [ 4.963196] [drm:drm_atomic_set_fb_for_plane] Set [NOFB] for [PLANE:32:plane-2] state (____ptrval____)
  564. [ 4.963207] [drm:drm_atomic_get_plane_state] Added [PLANE:34:plane-3] (____ptrval____) state to (____ptrval____)
  565. [ 4.963215] [drm:drm_atomic_set_fb_for_plane] Set [NOFB] for [PLANE:34:plane-3] state (____ptrval____)
  566. [ 4.963224] [drm:drm_mode_object_put.part.0] OBJ ID: 42 (2)
  567. [ 4.963246] [drm:drm_atomic_set_mode_for_crtc] Set [MODE:480x800] for [CRTC:36:crtc-0] state (____ptrval____)
  568. [ 4.963256] [drm:drm_atomic_set_fb_for_plane] Set [FB:41] for [PLANE:30:plane-1] state (____ptrval____)
  569. [ 4.963263] [drm:drm_mode_object_get] OBJ ID: 41 (3)
  570. [ 4.963270] [drm:drm_mode_object_put.part.0] OBJ ID: 41 (4)
  571. [ 4.963283] [drm:drm_atomic_add_affected_connectors] Adding all current connectors for [CRTC:36:crtc-0] to (____ptrval____)
  572. [ 4.963296] [drm:drm_mode_object_get] OBJ ID: 38 (5)
  573. [ 4.963303] [drm:drm_mode_object_get] OBJ ID: 38 (6)
  574. [ 4.963313] [drm:drm_atomic_get_connector_state] Added [CONNECTOR:38:DSI-1] (____ptrval____) state to (____ptrval____)
  575. [ 4.963323] [drm:drm_mode_object_put.part.0] OBJ ID: 38 (6)
  576. [ 4.963331] [drm:drm_atomic_set_crtc_for_connector] Link [CONNECTOR:38:DSI-1] state (____ptrval____) to [NOCRTC]
  577. [ 4.963338] [drm:drm_mode_object_get] OBJ ID: 38 (5)
  578. [ 4.963347] [drm:drm_atomic_set_crtc_for_connector] Link [CONNECTOR:38:DSI-1] state (____ptrval____) to [CRTC:36:crtc-0]
  579. [ 4.963357] [drm:drm_atomic_check_only] checking (____ptrval____)
  580. [ 4.963378] [drm:drm_atomic_helper_check_modeset] Updating routing for [CONNECTOR:38:DSI-1]
  581. [ 4.963391] [drm:drm_atomic_helper_check_modeset] [CONNECTOR:38:DSI-1] keeps [ENCODER:37:DSI-37], now on [CRTC:36:crtc-0]
  582. [ 4.963414] [drm:drm_atomic_commit] committing (____ptrval____)
  583. [ 15.074402] [drm:drm_atomic_helper_wait_for_dependencies] *ERROR* [CRTC:36:crtc-0] flip_done timed out
  584. [ 25.314401] [drm:drm_atomic_helper_wait_for_dependencies] *ERROR* [CONNECTOR:38:DSI-1] flip_done timed out
  585. [ 35.554399] [drm:drm_atomic_helper_wait_for_dependencies] *ERROR* [PLANE:30:plane-1] flip_done timed out
  586. [ 35.554428] [drm:drm_calc_timestamping_constants] crtc 36: hwmode: htotal 714, vtotal 824, vdisplay 800
  587. [ 35.554439] [drm:drm_calc_timestamping_constants] crtc 36: clock 35300 kHz framedur 16666742 linedur 20226
  588. [ 35.554466] [drm:sun8i_ui_layer_atomic_update [sun8i_mixer]] Updating UI channel 1 overlay 0
  589. [ 35.554480] [drm:sun8i_ui_layer_atomic_update [sun8i_mixer]] Primary layer, updating global size W: 480 H: 800
  590. [ 35.554498] [drm:sun8i_ui_layer_atomic_update [sun8i_mixer]] Switching display mixer interlaced mode off
  591. [ 35.554510] [drm:sun8i_ui_layer_atomic_update [sun8i_mixer]] Layer source offset X: 0 Y: 0
  592. [ 35.554522] [drm:sun8i_ui_layer_atomic_update [sun8i_mixer]] Layer source size W: 480 H: 800
  593. [ 35.554535] [drm:sun8i_ui_layer_atomic_update [sun8i_mixer]] HW scaling is not needed
  594. [ 35.554549] [drm:sun8i_ui_layer_atomic_update [sun8i_mixer]] Layer destination coordinates X: 0 Y: 0
  595. [ 35.554561] [drm:sun8i_ui_layer_atomic_update [sun8i_mixer]] Layer destination size W: 480 H: 800
  596. [ 35.554577] [drm:sun8i_ui_layer_atomic_update [sun8i_mixer]] Using GEM @ 0x0000000076100000
  597. [ 35.554589] [drm:sun8i_ui_layer_atomic_update [sun8i_mixer]] Layer line width: 1920 bytes
  598. [ 35.554601] [drm:sun8i_ui_layer_atomic_update [sun8i_mixer]] Setting buffer address to 0x0000000076100000
  599. [ 35.554614] [drm:sun8i_ui_layer_enable.isra.0 [sun8i_mixer]] Enabling channel 1 overlay 0
  600. [ 35.554637] [drm:sun4i_crtc_atomic_flush [sun4i_tcon]] Committing plane changes
  601. [ 35.554648] [drm:sun8i_mixer_commit [sun8i_mixer]] Committing changes
  602. [ 35.610373] ------------[ cut here ]------------
  603. [ 35.610381] [CRTC:36:crtc-0] vblank wait timed out
  604. [ 35.610445] WARNING: CPU: 0 PID: 5 at drivers/gpu/drm/drm_atomic_helper.c:1406 drm_atomic_helper_wait_for_vblanks.part.9+0x2a8/0x2b0
  605. [ 35.610448] Modules linked in: mali(O) dwmac_sun8i stmmac_platform stmmac panel_himax_hx8379a crct10dif_ce pwm_bl sun4i_gpadc_iio sun6i_dsi reset_gpio crc_ccitt pwm_sun4i sun4i_drm sun4i_frontend sun8i_mixer sun4i_tcon sun8i_tcon_top 8189es(O) cfg80211 rfkill
  606. [ 35.610506] CPU: 0 PID: 5 Comm: kworker/0:0 Tainted: G W O 4.20.13-sunxi-dirty #1
  607. [ 35.610509] Hardware name: FriendlyARM NanoPi A64 (DT)
  608. [ 35.610522] Workqueue: events deferred_probe_work_func
  609. [ 35.610531] pstate: 40000005 (nZcv daif -PAN -UAO)
  610. [ 35.610540] pc : drm_atomic_helper_wait_for_vblanks.part.9+0x2a8/0x2b0
  611. [ 35.610548] lr : drm_atomic_helper_wait_for_vblanks.part.9+0x2a8/0x2b0
  612. [ 35.610552] sp : ffff0000080531e0
  613. [ 35.610555] x29: ffff0000080531e0 x28: 0000000000000000
  614. [ 35.610563] x27: 0000000000000001 x26: ffff800031b7e800
  615. [ 35.610570] x25: 0000000000000001 x24: 0000000000000000
  616. [ 35.610577] x23: 0000000000000038 x22: 0000000000000001
  617. [ 35.610584] x21: ffff8000318b5480 x20: ffff800031b7f880
  618. [ 35.610591] x19: 0000000000000000 x18: ffffffffffffffff
  619. [ 35.610598] x17: 0000000000000000 x16: 0000000000000000
  620. [ 35.610605] x15: ffff000008cf0000 x14: 00000000fffffff0
  621. [ 35.610612] x13: ffff000008d76cf8 x12: ffff000008cf0000
  622. [ 35.610619] x11: 0000000000000000 x10: ffff000008d76000
  623. [ 35.610626] x9 : 0000000000000000 x8 : ffff000008d85094
  624. [ 35.610633] x7 : 0000000000000000 x6 : 000000000be9bab9
  625. [ 35.610640] x5 : 0000000000000000 x4 : 0000000000000001
  626. [ 35.610646] x3 : 0000000000000007 x2 : 0000000000000007
  627. [ 35.610653] x1 : 02e3483737e76700 x0 : 0000000000000000
  628. [ 35.610660] Call trace:
  629. [ 35.610670] drm_atomic_helper_wait_for_vblanks.part.9+0x2a8/0x2b0
  630. [ 35.610678] drm_atomic_helper_commit_tail_rpm+0x60/0x78
  631. [ 35.610685] commit_tail+0x44/0x78
  632. [ 35.610692] drm_atomic_helper_commit+0xe8/0x168
  633. [ 35.610702] drm_atomic_commit+0x48/0x58
  634. [ 35.610712] restore_fbdev_mode_atomic+0x190/0x220
  635. [ 35.610720] drm_fb_helper_pan_display+0xb0/0x1f0
  636. [ 35.610728] fb_pan_display+0x94/0x118
  637. [ 35.610738] bit_update_start+0x1c/0x40
  638. [ 35.610746] fbcon_switch+0x340/0x550
  639. [ 35.610755] redraw_screen+0x194/0x280
  640. [ 35.610762] fbcon_prepare_logo+0x328/0x3b0
  641. [ 35.610770] fbcon_init+0x37c/0x558
  642. [ 35.610777] visual_init+0xb0/0x108
  643. [ 35.610784] do_bind_con_driver+0x1cc/0x3e0
  644. [ 35.610792] do_take_over_console+0x98/0x208
  645. [ 35.610799] do_fbcon_takeover+0x6c/0xe8
  646. [ 35.610807] fbcon_event_notify+0xa30/0xaa8
  647. [ 35.610816] notifier_call_chain+0x54/0x98
  648. [ 35.610825] blocking_notifier_call_chain+0x48/0x70
  649. [ 35.610831] fb_notifier_call_chain+0x1c/0x28
  650. [ 35.610838] register_framebuffer+0x244/0x370
  651. [ 35.610845] __drm_fb_helper_initial_config_and_unlock+0x218/0x418
  652. [ 35.610851] drm_fb_helper_fbdev_setup+0xb4/0x200
  653. [ 35.610858] drm_fbdev_cma_init+0xa8/0xf0
  654. [ 35.610864] drm_fb_cma_fbdev_init+0xc/0x20
  655. [ 35.610876] sun4i_framebuffer_init+0x50/0x70 [sun4i_drm]
  656. [ 35.610885] sun4i_drv_bind+0x140/0x190 [sun4i_drm]
  657. [ 35.610895] try_to_bring_up_master+0x178/0x1d8
  658. [ 35.610902] component_add+0x94/0x158
  659. [ 35.610915] sun6i_dsi_probe+0x194/0x2e8 [sun6i_dsi]
  660. [ 35.610924] platform_drv_probe+0x50/0xa0
  661. [ 35.610931] really_probe+0x204/0x2a8
  662. [ 35.610937] driver_probe_device+0x58/0x100
  663. [ 35.610944] __device_attach_driver+0x98/0xf0
  664. [ 35.610950] bus_for_each_drv+0x64/0xc8
  665. [ 35.610956] __device_attach+0xd8/0x130
  666. [ 35.610963] device_initial_probe+0x10/0x18
  667. [ 35.610969] bus_probe_device+0x90/0x98
  668. [ 35.610975] deferred_probe_work_func+0x74/0xb0
  669. [ 35.610986] process_one_work+0x1e0/0x330
  670. [ 35.610993] worker_thread+0x40/0x460
  671. [ 35.611000] kthread+0x128/0x130
  672. [ 35.611008] ret_from_fork+0x10/0x1c
  673. [ 35.611012] ---[ end trace 37b777d882b87e1a ]---
  674. [ 35.611032] [drm:drm_atomic_state_default_clear] Clearing atomic state (____ptrval____)
  675. [ 35.611044] [drm:drm_mode_object_put.part.0] OBJ ID: 38 (6)
  676. [ 35.611053] [drm:drm_mode_object_put.part.0] OBJ ID: 38 (5)
  677. [ 35.611062] [drm:drm_mode_object_put.part.0] OBJ ID: 42 (1)
  678. [ 35.611082] [drm:drm_mode_object_put.part.0] OBJ ID: 41 (3)
  679. [ 35.611093] [drm:__drm_atomic_state_free] Freeing atomic state (____ptrval____)
  680. [ 35.619696] Console: switching to colour frame buffer device 60x50
  681. [ 35.619734] [drm:drm_atomic_state_init] Allocated atomic state (____ptrval____)
  682. [ 35.619750] [drm:drm_atomic_get_plane_state] Added [PLANE:28:plane-0] (____ptrval____) state to (____ptrval____)
  683. [ 35.619761] [drm:drm_atomic_set_fb_for_plane] Set [NOFB] for [PLANE:28:plane-0] state (____ptrval____)
  684. [ 35.619770] [drm:drm_mode_object_get] OBJ ID: 41 (2)
  685. [ 35.619780] [drm:drm_atomic_get_plane_state] Added [PLANE:30:plane-1] (____ptrval____) state to (____ptrval____)
  686. [ 35.619791] [drm:drm_mode_object_get] OBJ ID: 43 (1)
  687. [ 35.619801] [drm:drm_atomic_get_crtc_state] Added [CRTC:36:crtc-0] (____ptrval____) state to (____ptrval____)
  688. [ 35.619813] [drm:drm_atomic_get_plane_state] Added [PLANE:32:plane-2] (____ptrval____) state to (____ptrval____)
  689. [ 35.619820] [drm:drm_atomic_set_fb_for_plane] Set [NOFB] for [PLANE:32:plane-2] state (____ptrval____)
  690. [ 35.619831] [drm:drm_atomic_get_plane_state] Added [PLANE:34:plane-3] (____ptrval____) state to (____ptrval____)
  691. [ 35.619839] [drm:drm_atomic_set_fb_for_plane] Set [NOFB] for [PLANE:34:plane-3] state (____ptrval____)
  692. [ 35.619848] [drm:drm_mode_object_put.part.0] OBJ ID: 43 (2)
  693. [ 35.619868] [drm:drm_atomic_set_mode_for_crtc] Set [MODE:480x800] for [CRTC:36:crtc-0] state (____ptrval____)
  694. [ 35.619878] [drm:drm_atomic_set_fb_for_plane] Set [FB:41] for [PLANE:30:plane-1] state (____ptrval____)
  695. [ 35.619885] [drm:drm_mode_object_get] OBJ ID: 41 (3)
  696. [ 35.619896] [drm:drm_mode_object_put.part.0] OBJ ID: 41 (4)
  697. [ 35.619909] [drm:drm_atomic_add_affected_connectors] Adding all current connectors for [CRTC:36:crtc-0] to (____ptrval____)
  698. [ 35.619923] [drm:drm_mode_object_get] OBJ ID: 38 (5)
  699. [ 35.619930] [drm:drm_mode_object_get] OBJ ID: 38 (6)
  700. [ 35.619941] [drm:drm_atomic_get_connector_state] Added [CONNECTOR:38:DSI-1] (____ptrval____) state to (____ptrval____)
  701. [ 35.619950] [drm:drm_mode_object_put.part.0] OBJ ID: 38 (6)
  702. [ 35.619958] [drm:drm_atomic_set_crtc_for_connector] Link [CONNECTOR:38:DSI-1] state (____ptrval____) to [NOCRTC]
  703. [ 35.619965] [drm:drm_mode_object_get] OBJ ID: 38 (5)
  704. [ 35.619974] [drm:drm_atomic_set_crtc_for_connector] Link [CONNECTOR:38:DSI-1] state (____ptrval____) to [CRTC:36:crtc-0]
  705. [ 35.619983] [drm:drm_atomic_check_only] checking (____ptrval____)
  706. [ 35.620005] [drm:drm_atomic_helper_check_modeset] Updating routing for [CONNECTOR:38:DSI-1]
  707. [ 35.620019] [drm:drm_atomic_helper_check_modeset] [CONNECTOR:38:DSI-1] keeps [ENCODER:37:DSI-37], now on [CRTC:36:crtc-0]
  708. [ 35.620042] [drm:drm_atomic_commit] committing (____ptrval____)
  709. [ 45.794397] [drm:drm_atomic_helper_wait_for_dependencies] *ERROR* [CRTC:36:crtc-0] flip_done timed out
  710. [ 56.034390] [drm:drm_atomic_helper_wait_for_dependencies] *ERROR* [CONNECTOR:38:DSI-1] flip_done timed out
  711. [ 66.274397] [drm:drm_atomic_helper_wait_for_dependencies] *ERROR* [PLANE:30:plane-1] flip_done timed out
  712. [ 66.274426] [drm:drm_calc_timestamping_constants] crtc 36: hwmode: htotal 714, vtotal 824, vdisplay 800
  713. [ 66.274437] [drm:drm_calc_timestamping_constants] crtc 36: clock 35300 kHz framedur 16666742 linedur 20226
  714. [ 66.274464] [drm:sun8i_ui_layer_atomic_update [sun8i_mixer]] Updating UI channel 1 overlay 0
  715. [ 66.274478] [drm:sun8i_ui_layer_atomic_update [sun8i_mixer]] Primary layer, updating global size W: 480 H: 800
  716. [ 66.274496] [drm:sun8i_ui_layer_atomic_update [sun8i_mixer]] Switching display mixer interlaced mode off
  717. [ 66.274508] [drm:sun8i_ui_layer_atomic_update [sun8i_mixer]] Layer source offset X: 0 Y: 0
  718. [ 66.274521] [drm:sun8i_ui_layer_atomic_update [sun8i_mixer]] Layer source size W: 480 H: 800
  719. [ 66.274533] [drm:sun8i_ui_layer_atomic_update [sun8i_mixer]] HW scaling is not needed
  720. [ 66.274547] [drm:sun8i_ui_layer_atomic_update [sun8i_mixer]] Layer destination coordinates X: 0 Y: 0
  721. [ 66.274560] [drm:sun8i_ui_layer_atomic_update [sun8i_mixer]] Layer destination size W: 480 H: 800
  722. [ 66.274575] [drm:sun8i_ui_layer_atomic_update [sun8i_mixer]] Using GEM @ 0x0000000076100000
  723. [ 66.274587] [drm:sun8i_ui_layer_atomic_update [sun8i_mixer]] Layer line width: 1920 bytes
  724. [ 66.274600] [drm:sun8i_ui_layer_atomic_update [sun8i_mixer]] Setting buffer address to 0x0000000076100000
  725. [ 66.274613] [drm:sun8i_ui_layer_enable.isra.0 [sun8i_mixer]] Enabling channel 1 overlay 0
  726. [ 66.274634] [drm:sun4i_crtc_atomic_flush [sun4i_tcon]] Committing plane changes
  727. [ 66.274646] [drm:sun8i_mixer_commit [sun8i_mixer]] Committing changes
  728. [ 66.330365] ------------[ cut here ]------------
  729. [ 66.330372] [CRTC:36:crtc-0] vblank wait timed out
  730. [ 66.330436] WARNING: CPU: 0 PID: 5 at drivers/gpu/drm/drm_atomic_helper.c:1406 drm_atomic_helper_wait_for_vblanks.part.9+0x2a8/0x2b0
  731. [ 66.330439] Modules linked in: mali(O) dwmac_sun8i stmmac_platform stmmac panel_himax_hx8379a crct10dif_ce pwm_bl sun4i_gpadc_iio sun6i_dsi reset_gpio crc_ccitt pwm_sun4i sun4i_drm sun4i_frontend sun8i_mixer sun4i_tcon sun8i_tcon_top 8189es(O) cfg80211 rfkill
  732. [ 66.330497] CPU: 0 PID: 5 Comm: kworker/0:0 Tainted: G W O 4.20.13-sunxi-dirty #1
  733. [ 66.330501] Hardware name: FriendlyARM NanoPi A64 (DT)
  734. [ 66.330513] Workqueue: events deferred_probe_work_func
  735. [ 66.330522] pstate: 40000005 (nZcv daif -PAN -UAO)
  736. [ 66.330530] pc : drm_atomic_helper_wait_for_vblanks.part.9+0x2a8/0x2b0
  737. [ 66.330539] lr : drm_atomic_helper_wait_for_vblanks.part.9+0x2a8/0x2b0
  738. [ 66.330542] sp : ffff000008053310
  739. [ 66.330546] x29: ffff000008053310 x28: 0000000000000000
  740. [ 66.330553] x27: 0000000000000001 x26: ffff800031b7e800
  741. [ 66.330560] x25: 0000000000000001 x24: 0000000000000000
  742. [ 66.330567] x23: 0000000000000038 x22: 0000000000000001
  743. [ 66.330574] x21: ffff8000318b5400 x20: ffff800031b7f880
  744. [ 66.330581] x19: 0000000000000000 x18: ffffffffffffffff
  745. [ 66.330588] x17: 0000000000000000 x16: 0000000000000000
  746. [ 66.330595] x15: ffff000008cf0000 x14: 00000000fffffff0
  747. [ 66.330602] x13: ffff000008d76cf8 x12: ffff000008cf0000
  748. [ 66.330609] x11: 0000000000000000 x10: ffff000008d76000
  749. [ 66.330616] x9 : 0000000000000000 x8 : ffff000008d8744c
  750. [ 66.330623] x7 : 0000000000000000 x6 : 000000000be9bab9
  751. [ 66.330630] x5 : 0000000000000000 x4 : 0000000000000001
  752. [ 66.330637] x3 : 0000000000000007 x2 : 0000000000000007
  753. [ 66.330643] x1 : 02e3483737e76700 x0 : 0000000000000000
  754. [ 66.330651] Call trace:
  755. [ 66.330660] drm_atomic_helper_wait_for_vblanks.part.9+0x2a8/0x2b0
  756. [ 66.330668] drm_atomic_helper_commit_tail_rpm+0x60/0x78
  757. [ 66.330675] commit_tail+0x44/0x78
  758. [ 66.330682] drm_atomic_helper_commit+0xe8/0x168
  759. [ 66.330692] drm_atomic_commit+0x48/0x58
  760. [ 66.330702] restore_fbdev_mode_atomic+0x190/0x220
  761. [ 66.330710] drm_fb_helper_pan_display+0xb0/0x1f0
  762. [ 66.330719] fb_pan_display+0x94/0x118
  763. [ 66.330728] bit_update_start+0x1c/0x40
  764. [ 66.330735] fbcon_switch+0x340/0x550
  765. [ 66.330744] redraw_screen+0x194/0x280
  766. [ 66.330752] do_bind_con_driver+0x3d4/0x3e0
  767. [ 66.330759] do_take_over_console+0x98/0x208
  768. [ 66.330767] do_fbcon_takeover+0x6c/0xe8
  769. [ 66.330775] fbcon_event_notify+0xa30/0xaa8
  770. [ 66.330784] notifier_call_chain+0x54/0x98
  771. [ 66.330792] blocking_notifier_call_chain+0x48/0x70
  772. [ 66.330799] fb_notifier_call_chain+0x1c/0x28
  773. [ 66.330805] register_framebuffer+0x244/0x370
  774. [ 66.330813] __drm_fb_helper_initial_config_and_unlock+0x218/0x418
  775. [ 66.330819] drm_fb_helper_fbdev_setup+0xb4/0x200
  776. [ 66.330826] drm_fbdev_cma_init+0xa8/0xf0
  777. [ 66.330832] drm_fb_cma_fbdev_init+0xc/0x20
  778. [ 66.330844] sun4i_framebuffer_init+0x50/0x70 [sun4i_drm]
  779. [ 66.330853] sun4i_drv_bind+0x140/0x190 [sun4i_drm]
  780. [ 66.330862] try_to_bring_up_master+0x178/0x1d8
  781. [ 66.330869] component_add+0x94/0x158
  782. [ 66.330882] sun6i_dsi_probe+0x194/0x2e8 [sun6i_dsi]
  783. [ 66.330891] platform_drv_probe+0x50/0xa0
  784. [ 66.330898] really_probe+0x204/0x2a8
  785. [ 66.330904] driver_probe_device+0x58/0x100
  786. [ 66.330911] __device_attach_driver+0x98/0xf0
  787. [ 66.330917] bus_for_each_drv+0x64/0xc8
  788. [ 66.330923] __device_attach+0xd8/0x130
  789. [ 66.330930] device_initial_probe+0x10/0x18
  790. [ 66.330936] bus_probe_device+0x90/0x98
  791. [ 66.330942] deferred_probe_work_func+0x74/0xb0
  792. [ 66.330952] process_one_work+0x1e0/0x330
  793. [ 66.330960] worker_thread+0x40/0x460
  794. [ 66.330967] kthread+0x128/0x130
  795. [ 66.330975] ret_from_fork+0x10/0x1c
  796. [ 66.330979] ---[ end trace 37b777d882b87e1b ]---
  797. [ 66.330999] [drm:drm_atomic_state_default_clear] Clearing atomic state (____ptrval____)
  798. [ 66.331011] [drm:drm_mode_object_put.part.0] OBJ ID: 38 (6)
  799. [ 66.331019] [drm:drm_mode_object_put.part.0] OBJ ID: 38 (5)
  800. [ 66.331029] [drm:drm_mode_object_put.part.0] OBJ ID: 43 (1)
  801. [ 66.331047] [drm:drm_mode_object_put.part.0] OBJ ID: 41 (3)
  802. [ 66.331058] [drm:__drm_atomic_state_free] Freeing atomic state (____ptrval____)
  803. [ 69.338681] sun4i-drm display-engine: fb0: DRM emulated frame buffer device
  804. [ 69.362447] [drm:drm_minor_register]
  805. [ 69.362460] [drm:drm_minor_register]
  806. [ 69.363634] [drm:drm_minor_register] new minor registered 0
  807. [ 69.363909] [drm:drm_sysfs_connector_add] adding "DSI-1" to sysfs
  808. [ 69.364040] [drm:drm_sysfs_hotplug_event] generating hotplug event
  809. [ 69.364230] [drm] Initialized sun4i-drm 1.0.0 20150629 for display-engine on minor 0
  810. [ 69.391589] [drm:drm_atomic_state_init] Allocated atomic state (____ptrval____)
  811. [ 69.391610] [drm:drm_atomic_get_plane_state] Added [PLANE:28:plane-0] (____ptrval____) state to (____ptrval____)
  812. [ 69.391620] [drm:drm_atomic_set_fb_for_plane] Set [NOFB] for [PLANE:28:plane-0] state (____ptrval____)
  813. [ 69.391631] [drm:drm_mode_object_get] OBJ ID: 41 (2)
  814. [ 69.391639] [drm:drm_atomic_get_plane_state] Added [PLANE:30:plane-1] (____ptrval____) state to (____ptrval____)
  815. [ 69.391649] [drm:drm_mode_object_get] OBJ ID: 42 (1)
  816. [ 69.391657] [drm:drm_atomic_get_crtc_state] Added [CRTC:36:crtc-0] (____ptrval____) state to (____ptrval____)
  817. [ 69.391667] [drm:drm_atomic_get_plane_state] Added [PLANE:32:plane-2] (____ptrval____) state to (____ptrval____)
  818. [ 69.391673] [drm:drm_atomic_set_fb_for_plane] Set [NOFB] for [PLANE:32:plane-2] state (____ptrval____)
  819. [ 69.391682] [drm:drm_atomic_get_plane_state] Added [PLANE:34:plane-3] (____ptrval____) state to (____ptrval____)
  820. [ 69.391688] [drm:drm_atomic_set_fb_for_plane] Set [NOFB] for [PLANE:34:plane-3] state (____ptrval____)
  821. [ 69.391696] [drm:drm_mode_object_put.part.0] OBJ ID: 42 (2)
  822. [ 69.391713] [drm:drm_atomic_set_mode_for_crtc] Set [MODE:480x800] for [CRTC:36:crtc-0] state (____ptrval____)
  823. [ 69.391721] [drm:drm_atomic_set_fb_for_plane] Set [FB:41] for [PLANE:30:plane-1] state (____ptrval____)
  824. [ 69.391727] [drm:drm_mode_object_get] OBJ ID: 41 (3)
  825. [ 69.391732] [drm:drm_mode_object_put.part.0] OBJ ID: 41 (4)
  826. [ 69.391743] [drm:drm_atomic_add_affected_connectors] Adding all current connectors for [CRTC:36:crtc-0] to (____ptrval____)
  827. [ 69.391755] [drm:drm_mode_object_get] OBJ ID: 38 (5)
  828. [ 69.391760] [drm:drm_mode_object_get] OBJ ID: 38 (6)
  829. [ 69.391770] [drm:drm_atomic_get_connector_state] Added [CONNECTOR:38:DSI-1] (____ptrval____) state to (____ptrval____)
  830. [ 69.391777] [drm:drm_mode_object_put.part.0] OBJ ID: 38 (6)
  831. [ 69.391784] [drm:drm_atomic_set_crtc_for_connector] Link [CONNECTOR:38:DSI-1] state (____ptrval____) to [NOCRTC]
  832. [ 69.391790] [drm:drm_mode_object_get] OBJ ID: 38 (5)
  833. [ 69.391796] [drm:drm_atomic_set_crtc_for_connector] Link [CONNECTOR:38:DSI-1] state (____ptrval____) to [CRTC:36:crtc-0]
  834. [ 69.391804] [drm:drm_atomic_check_only] checking (____ptrval____)
  835. [ 69.391826] [drm:drm_atomic_helper_check_modeset] Updating routing for [CONNECTOR:38:DSI-1]
  836. [ 69.391837] [drm:drm_atomic_helper_check_modeset] [CONNECTOR:38:DSI-1] keeps [ENCODER:37:DSI-37], now on [CRTC:36:crtc-0]
  837. [ 69.391858] [drm:drm_atomic_commit] committing (____ptrval____)
  838. [ 70.370397] [drm:drm_sysfs_hotplug_event] generating hotplug event
  839. [ 79.586414] [drm:drm_atomic_helper_wait_for_dependencies] *ERROR* [CRTC:36:crtc-0] flip_done timed out
  840. [ 89.826409] [drm:drm_atomic_helper_wait_for_dependencies] *ERROR* [CONNECTOR:38:DSI-1] flip_done timed out
  841. [ 100.066410] [drm:drm_atomic_helper_wait_for_dependencies] *ERROR* [PLANE:30:plane-1] flip_done timed out
  842. [ 100.066439] [drm:drm_calc_timestamping_constants] crtc 36: hwmode: htotal 714, vtotal 824, vdisplay 800
  843. [ 100.066449] [drm:drm_calc_timestamping_constants] crtc 36: clock 35300 kHz framedur 16666742 linedur 20226
  844. [ 100.066476] [drm:sun8i_ui_layer_atomic_update [sun8i_mixer]] Updating UI channel 1 overlay 0
  845. [ 100.066490] [drm:sun8i_ui_layer_atomic_update [sun8i_mixer]] Primary layer, updating global size W: 480 H: 800
  846. [ 100.066508] [drm:sun8i_ui_layer_atomic_update [sun8i_mixer]] Switching display mixer interlaced mode off
  847. [ 100.066520] [drm:sun8i_ui_layer_atomic_update [sun8i_mixer]] Layer source offset X: 0 Y: 0
  848. [ 100.066533] [drm:sun8i_ui_layer_atomic_update [sun8i_mixer]] Layer source size W: 480 H: 800
  849. [ 100.066545] [drm:sun8i_ui_layer_atomic_update [sun8i_mixer]] HW scaling is not needed
  850. [ 100.066559] [drm:sun8i_ui_layer_atomic_update [sun8i_mixer]] Layer destination coordinates X: 0 Y: 0
  851. [ 100.066572] [drm:sun8i_ui_layer_atomic_update [sun8i_mixer]] Layer destination size W: 480 H: 800
  852. [ 100.066588] [drm:sun8i_ui_layer_atomic_update [sun8i_mixer]] Using GEM @ 0x0000000076100000
  853. [ 100.066600] [drm:sun8i_ui_layer_atomic_update [sun8i_mixer]] Layer line width: 1920 bytes
  854. [ 100.066612] [drm:sun8i_ui_layer_atomic_update [sun8i_mixer]] Setting buffer address to 0x0000000076100000
  855. [ 100.066625] [drm:sun8i_ui_layer_enable.isra.0 [sun8i_mixer]] Enabling channel 1 overlay 0
  856. [ 100.066647] [drm:sun4i_crtc_atomic_flush [sun4i_tcon]] Committing plane changes
  857. [ 100.066658] [drm:sun8i_mixer_commit [sun8i_mixer]] Committing changes
  858. [ 100.122376] ------------[ cut here ]------------
  859. [ 100.122383] [CRTC:36:crtc-0] vblank wait timed out
  860. [ 100.122452] WARNING: CPU: 0 PID: 2041 at drivers/gpu/drm/drm_atomic_helper.c:1406 drm_atomic_helper_wait_for_vblanks.part.9+0x2a8/0x2b0
  861. [ 100.122456] Modules linked in: mali(O) dwmac_sun8i stmmac_platform stmmac panel_himax_hx8379a crct10dif_ce pwm_bl sun4i_gpadc_iio sun6i_dsi reset_gpio crc_ccitt pwm_sun4i sun4i_drm sun4i_frontend sun8i_mixer sun4i_tcon sun8i_tcon_top 8189es(O) cfg80211 rfkill
  862. [ 100.122513] CPU: 0 PID: 2041 Comm: setfont Tainted: G W O 4.20.13-sunxi-dirty #1
  863. [ 100.122517] Hardware name: FriendlyARM NanoPi A64 (DT)
  864. [ 100.122524] pstate: 40000005 (nZcv daif -PAN -UAO)
  865. [ 100.122533] pc : drm_atomic_helper_wait_for_vblanks.part.9+0x2a8/0x2b0
  866. [ 100.122541] lr : drm_atomic_helper_wait_for_vblanks.part.9+0x2a8/0x2b0
  867. [ 100.122545] sp : ffff00000d3fb710
  868. [ 100.122549] x29: ffff00000d3fb710 x28: 0000000000000000
  869. [ 100.122556] x27: 0000000000000001 x26: ffff800031b7e800
  870. [ 100.122563] x25: 0000000000000001 x24: 0000000000000000
  871. [ 100.122570] x23: 0000000000000038 x22: 0000000000000001
  872. [ 100.122577] x21: ffff800034174180 x20: ffff800031b7f880
  873. [ 100.122584] x19: 0000000000000000 x18: ffffffffffffffff
  874. [ 100.122591] x17: 0000000000000000 x16: 0000000000000000
  875. [ 100.122598] x15: ffff000008cf0000 x14: 00000000fffffff0
  876. [ 100.122605] x13: ffff000008d76cf8 x12: ffff000008cf0000
  877. [ 100.122612] x11: 0000000000000000 x10: ffff000008d76000
  878. [ 100.122619] x9 : 0000000000000000 x8 : ffff000008d89988
  879. [ 100.122626] x7 : 0000000000000000 x6 : 000000000be9bab9
  880. [ 100.122633] x5 : 0000000000000000 x4 : 0000000000000001
  881. [ 100.122639] x3 : 0000000000000007 x2 : 0000000000000007
  882. [ 100.122646] x1 : 02e3483737e76700 x0 : 0000000000000000
  883. [ 100.122653] Call trace:
  884. [ 100.122663] drm_atomic_helper_wait_for_vblanks.part.9+0x2a8/0x2b0
  885. [ 100.122671] drm_atomic_helper_commit_tail_rpm+0x60/0x78
  886. [ 100.122678] commit_tail+0x44/0x78
  887. [ 100.122686] drm_atomic_helper_commit+0xe8/0x168
  888. [ 100.122696] drm_atomic_commit+0x48/0x58
  889. [ 100.122707] restore_fbdev_mode_atomic+0x190/0x220
  890. [ 100.122714] drm_fb_helper_pan_display+0xb0/0x1f0
  891. [ 100.122722] fb_pan_display+0x94/0x118
  892. [ 100.122732] bit_update_start+0x1c/0x40
  893. [ 100.122739] fbcon_switch+0x340/0x550
  894. [ 100.122748] redraw_screen+0x194/0x280
  895. [ 100.122756] fbcon_do_set_font+0x1a8/0x238
  896. [ 100.122764] fbcon_set_font+0x1f8/0x230
  897. [ 100.122771] con_font_op+0x2b8/0x468
  898. [ 100.122778] vt_ioctl+0x1108/0x1418
  899. [ 100.122788] tty_ioctl+0x110/0xb98
  900. [ 100.122796] do_vfs_ioctl+0xb8/0x8f8
  901. [ 100.122802] ksys_ioctl+0x80/0xb8
  902. [ 100.122808] __arm64_sys_ioctl+0x1c/0x28
  903. [ 100.122818] el0_svc_common+0x60/0x100
  904. [ 100.122825] el0_svc_handler+0x24/0x80
  905. [ 100.122833] el0_svc+0x8/0xc
  906. [ 100.122837] ---[ end trace 37b777d882b87e1c ]---
  907. [ 100.122857] [drm:drm_atomic_state_default_clear] Clearing atomic state (____ptrval____)
  908. [ 100.122869] [drm:drm_mode_object_put.part.0] OBJ ID: 38 (6)
  909. [ 100.122879] [drm:drm_mode_object_put.part.0] OBJ ID: 38 (5)
  910. [ 100.122889] [drm:drm_mode_object_put.part.0] OBJ ID: 42 (1)
  911. [ 100.122906] [drm:drm_mode_object_put.part.0] OBJ ID: 41 (3)
  912. [ 100.122918] [drm:__drm_atomic_state_free] Freeing atomic state (____ptrval____)
  913. [ 100.130379] [drm:drm_fb_helper_hotplug_event.part.28]
  914. [ 100.130386] [drm:drm_setup_crtcs]
  915. [ 100.130402] [drm:drm_helper_probe_single_connector_modes] [CONNECTOR:38:DSI-1]
  916. [ 100.130472] [drm:drm_helper_probe_single_connector_modes] [CONNECTOR:38:DSI-1] probed modes :
  917. [ 100.130489] [drm:drm_mode_debug_printmodeline] Modeline 39:"480x800" 60 35300 480 580 620 714 800 814 820 824 0x48 0x0
  918. [ 100.130497] [drm:drm_setup_crtcs] connector 38 enabled? yes
  919. [ 100.130506] [drm:drm_setup_crtcs] looking for cmdline mode on connector 38
  920. [ 100.130513] [drm:drm_setup_crtcs] looking for preferred mode on connector 38 0
  921. [ 100.130519] [drm:drm_setup_crtcs] found mode 480x800
  922. [ 100.130526] [drm:drm_setup_crtcs] picking CRTCs for 480x1600 config
  923. [ 100.130538] [drm:drm_mode_object_put.part.0] OBJ ID: 38 (4)
  924. [ 100.130548] [drm:drm_setup_crtcs] desired mode 480x800 set on crtc 36 (0,0)
  925. [ 100.130557] [drm:drm_mode_object_get] OBJ ID: 38 (3)
  926. [ 100.130572] [drm:drm_atomic_state_init] Allocated atomic state (____ptrval____)
  927. [ 100.130586] [drm:drm_atomic_get_plane_state] Added [PLANE:28:plane-0] (____ptrval____) state to (____ptrval____)
  928. [ 100.130596] [drm:drm_atomic_set_fb_for_plane] Set [NOFB] for [PLANE:28:plane-0] state (____ptrval____)
  929. [ 100.130607] [drm:drm_mode_object_get] OBJ ID: 41 (2)
  930. [ 100.130617] [drm:drm_atomic_get_plane_state] Added [PLANE:30:plane-1] (____ptrval____) state to (____ptrval____)
  931. [ 100.130627] [drm:drm_mode_object_get] OBJ ID: 43 (1)
  932. [ 100.130637] [drm:drm_atomic_get_crtc_state] Added [CRTC:36:crtc-0] (____ptrval____) state to (____ptrval____)
  933. [ 100.130649] [drm:drm_atomic_get_plane_state] Added [PLANE:32:plane-2] (____ptrval____) state to (____ptrval____)
  934. [ 100.130657] [drm:drm_atomic_set_fb_for_plane] Set [NOFB] for [PLANE:32:plane-2] state (____ptrval____)
  935. [ 100.130669] [drm:drm_atomic_get_plane_state] Added [PLANE:34:plane-3] (____ptrval____) state to (____ptrval____)
  936. [ 100.130676] [drm:drm_atomic_set_fb_for_plane] Set [NOFB] for [PLANE:34:plane-3] state (____ptrval____)
  937. [ 100.130686] [drm:drm_mode_object_put.part.0] OBJ ID: 43 (2)
  938. [ 100.130701] [drm:drm_atomic_set_mode_for_crtc] Set [MODE:480x800] for [CRTC:36:crtc-0] state (____ptrval____)
  939. [ 100.130711] [drm:drm_atomic_set_fb_for_plane] Set [FB:41] for [PLANE:30:plane-1] state (____ptrval____)
  940. [ 100.130717] [drm:drm_mode_object_get] OBJ ID: 41 (3)
  941. [ 100.130724] [drm:drm_mode_object_put.part.0] OBJ ID: 41 (4)
  942. [ 100.130736] [drm:drm_atomic_add_affected_connectors] Adding all current connectors for [CRTC:36:crtc-0] to (____ptrval____)
  943. [ 100.130748] [drm:drm_mode_object_get] OBJ ID: 38 (5)
  944. [ 100.130755] [drm:drm_mode_object_get] OBJ ID: 38 (6)
  945. [ 100.130766] [drm:drm_atomic_get_connector_state] Added [CONNECTOR:38:DSI-1] (____ptrval____) state to (____ptrval____)
  946. [ 100.130774] [drm:drm_mode_object_put.part.0] OBJ ID: 38 (6)
  947. [ 100.130782] [drm:drm_atomic_set_crtc_for_connector] Link [CONNECTOR:38:DSI-1] state (____ptrval____) to [NOCRTC]
  948. [ 100.130790] [drm:drm_mode_object_get] OBJ ID: 38 (5)
  949. [ 100.130799] [drm:drm_atomic_set_crtc_for_connector] Link [CONNECTOR:38:DSI-1] state (____ptrval____) to [CRTC:36:crtc-0]
  950. [ 100.130808] [drm:drm_atomic_check_only] checking (____ptrval____)
  951. [ 100.130827] [drm:drm_atomic_helper_check_modeset] Updating routing for [CONNECTOR:38:DSI-1]
  952. [ 100.130841] [drm:drm_atomic_helper_check_modeset] [CONNECTOR:38:DSI-1] keeps [ENCODER:37:DSI-37], now on [CRTC:36:crtc-0]
  953. [ 100.130863] [drm:drm_atomic_commit] committing (____ptrval____)
  954. [ 106.074710] random: crng init done
  955. [ 106.074720] random: 7 urandom warning(s) missed due to ratelimiting
  956. [ 110.306396] [drm:drm_atomic_helper_wait_for_dependencies] *ERROR* [CRTC:36:crtc-0] flip_done timed out
  957. [ 120.546402] [drm:drm_atomic_helper_wait_for_dependencies] *ERROR* [CONNECTOR:38:DSI-1] flip_done timed out
  958. [ 130.786401] [drm:drm_atomic_helper_wait_for_dependencies] *ERROR* [PLANE:30:plane-1] flip_done timed out
  959. [ 130.786431] [drm:drm_calc_timestamping_constants] crtc 36: hwmode: htotal 714, vtotal 824, vdisplay 800
  960. [ 130.786441] [drm:drm_calc_timestamping_constants] crtc 36: clock 35300 kHz framedur 16666742 linedur 20226
  961. [ 130.786468] [drm:sun8i_ui_layer_atomic_update [sun8i_mixer]] Updating UI channel 1 overlay 0
  962. [ 130.786482] [drm:sun8i_ui_layer_atomic_update [sun8i_mixer]] Primary layer, updating global size W: 480 H: 800
  963. [ 130.786500] [drm:sun8i_ui_layer_atomic_update [sun8i_mixer]] Switching display mixer interlaced mode off
  964. [ 130.786512] [drm:sun8i_ui_layer_atomic_update [sun8i_mixer]] Layer source offset X: 0 Y: 0
  965. [ 130.786524] [drm:sun8i_ui_layer_atomic_update [sun8i_mixer]] Layer source size W: 480 H: 800
  966. [ 130.786537] [drm:sun8i_ui_layer_atomic_update [sun8i_mixer]] HW scaling is not needed
  967. [ 130.786551] [drm:sun8i_ui_layer_atomic_update [sun8i_mixer]] Layer destination coordinates X: 0 Y: 0
  968. [ 130.786563] [drm:sun8i_ui_layer_atomic_update [sun8i_mixer]] Layer destination size W: 480 H: 800
  969. [ 130.786580] [drm:sun8i_ui_layer_atomic_update [sun8i_mixer]] Using GEM @ 0x0000000076100000
  970. [ 130.786592] [drm:sun8i_ui_layer_atomic_update [sun8i_mixer]] Layer line width: 1920 bytes
  971. [ 130.786604] [drm:sun8i_ui_layer_atomic_update [sun8i_mixer]] Setting buffer address to 0x0000000076100000
  972. [ 130.786617] [drm:sun8i_ui_layer_enable.isra.0 [sun8i_mixer]] Enabling channel 1 overlay 0
  973. [ 130.786639] [drm:sun4i_crtc_atomic_flush [sun4i_tcon]] Committing plane changes
  974. [ 130.786651] [drm:sun8i_mixer_commit [sun8i_mixer]] Committing changes
  975. [ 130.842376] ------------[ cut here ]------------
  976. [ 130.842386] [CRTC:36:crtc-0] vblank wait timed out
  977. [ 130.842454] WARNING: CPU: 0 PID: 5 at drivers/gpu/drm/drm_atomic_helper.c:1406 drm_atomic_helper_wait_for_vblanks.part.9+0x2a8/0x2b0
  978. [ 130.842458] Modules linked in: mali(O) dwmac_sun8i stmmac_platform stmmac panel_himax_hx8379a crct10dif_ce pwm_bl sun4i_gpadc_iio sun6i_dsi reset_gpio crc_ccitt pwm_sun4i sun4i_drm sun4i_frontend sun8i_mixer sun4i_tcon sun8i_tcon_top 8189es(O) cfg80211 rfkill
  979. [ 130.842517] CPU: 0 PID: 5 Comm: kworker/0:0 Tainted: G W O 4.20.13-sunxi-dirty #1
  980. [ 130.842521] Hardware name: FriendlyARM NanoPi A64 (DT)
  981. [ 130.842531] Workqueue: events output_poll_execute
  982. [ 130.842540] pstate: 40000005 (nZcv daif -PAN -UAO)
  983. [ 130.842549] pc : drm_atomic_helper_wait_for_vblanks.part.9+0x2a8/0x2b0
  984. [ 130.842557] lr : drm_atomic_helper_wait_for_vblanks.part.9+0x2a8/0x2b0
  985. [ 130.842560] sp : ffff000008053a90
  986. [ 130.842564] x29: ffff000008053a90 x28: 0000000000000000
  987. [ 130.842571] x27: 0000000000000001 x26: ffff800031b7e800
  988. [ 130.842579] x25: 0000000000000001 x24: 0000000000000000
  989. [ 130.842585] x23: 0000000000000038 x22: 0000000000000001
  990. [ 130.842592] x21: ffff800034174500 x20: ffff800031b7f880
  991. [ 130.842599] x19: 0000000000000000 x18: ffffffffffffffff
  992. [ 130.842606] x17: 0000000000000000 x16: 0000000000000000
  993. [ 130.842613] x15: ffff000008cf0000 x14: 00000000fffffff0
  994. [ 130.842621] x13: ffff000008d76cf8 x12: ffff000008cf0000
  995. [ 130.842628] x11: 0000000000000000 x10: ffff000008d76000
  996. [ 130.842634] x9 : 0000000000000000 x8 : ffff000008d8bc70
  997. [ 130.842641] x7 : 0000000000000000 x6 : 000000000be9bab9
  998. [ 130.842648] x5 : 0000000000000000 x4 : 0000000000000001
  999. [ 130.842654] x3 : 0000000000000007 x2 : 0000000000000007
  1000. [ 130.842661] x1 : 02e3483737e76700 x0 : 0000000000000000
  1001. [ 130.842668] Call trace:
  1002. [ 130.842678] drm_atomic_helper_wait_for_vblanks.part.9+0x2a8/0x2b0
  1003. [ 130.842686] drm_atomic_helper_commit_tail_rpm+0x60/0x78
  1004. [ 130.842693] commit_tail+0x44/0x78
  1005. [ 130.842701] drm_atomic_helper_commit+0xe8/0x168
  1006. [ 130.842710] drm_atomic_commit+0x48/0x58
  1007. [ 130.842721] restore_fbdev_mode_atomic+0x190/0x220
  1008. [ 130.842727] restore_fbdev_mode+0x64/0x1b8
  1009. [ 130.842735] drm_fb_helper_restore_fbdev_mode_unlocked+0x70/0xe8
  1010. [ 130.842741] drm_fb_helper_set_par+0x2c/0x58
  1011. [ 130.842748] drm_fb_helper_hotplug_event.part.28+0xb0/0xc0
  1012. [ 130.842754] drm_fb_helper_output_poll_changed+0x34/0x40
  1013. [ 130.842760] drm_kms_helper_hotplug_event+0x28/0x40
  1014. [ 130.842766] output_poll_execute+0x1a4/0x1e0
  1015. [ 130.842777] process_one_work+0x1e0/0x330
  1016. [ 130.842784] worker_thread+0x40/0x460
  1017. [ 130.842792] kthread+0x128/0x130
  1018. [ 130.842802] ret_from_fork+0x10/0x1c
  1019. [ 130.842806] ---[ end trace 37b777d882b87e1d ]---
  1020. [ 130.842828] [drm:drm_atomic_state_default_clear] Clearing atomic state 00000000b8282065
  1021. [ 130.842840] [drm:drm_mode_object_put.part.0] OBJ ID: 38 (6)
  1022. [ 130.842851] [drm:drm_mode_object_put.part.0] OBJ ID: 38 (5)
  1023. [ 130.842861] [drm:drm_mode_object_put.part.0] OBJ ID: 43 (1)
  1024. [ 130.842879] [drm:drm_mode_object_put.part.0] OBJ ID: 41 (3)
  1025. [ 130.842892] [drm:__drm_atomic_state_free] Freeing atomic state 00000000b8282065
  1026. [ 130.842952] [drm:drm_atomic_state_init] Allocated atomic state 00000000a1414a92
  1027. [ 130.842970] [drm:drm_atomic_get_plane_state] Added [PLANE:28:plane-0] 00000000dc428d3e state to 00000000a1414a92
  1028. [ 130.842981] [drm:drm_atomic_set_fb_for_plane] Set [NOFB] for [PLANE:28:plane-0] state 00000000dc428d3e
  1029. [ 130.842992] [drm:drm_mode_object_get] OBJ ID: 41 (2)
  1030. [ 130.843003] [drm:drm_atomic_get_plane_state] Added [PLANE:30:plane-1] 000000008e130a83 state to 00000000a1414a92
  1031. [ 130.843014] [drm:drm_mode_object_get] OBJ ID: 42 (1)
  1032. [ 130.843025] [drm:drm_atomic_get_crtc_state] Added [CRTC:36:crtc-0] 000000008de69972 state to 00000000a1414a92
  1033. [ 130.843037] [drm:drm_atomic_get_plane_state] Added [PLANE:32:plane-2] 00000000539f67d6 state to 00000000a1414a92
  1034. [ 130.843045] [drm:drm_atomic_set_fb_for_plane] Set [NOFB] for [PLANE:32:plane-2] state 00000000539f67d6
  1035. [ 130.843058] [drm:drm_atomic_get_plane_state] Added [PLANE:34:plane-3] 0000000027655b7f state to 00000000a1414a92
  1036. [ 130.843065] [drm:drm_atomic_set_fb_for_plane] Set [NOFB] for [PLANE:34:plane-3] state 0000000027655b7f
  1037. [ 130.843075] [drm:drm_mode_object_put.part.0] OBJ ID: 42 (2)
  1038. [ 130.843096] [drm:drm_atomic_set_mode_for_crtc] Set [MODE:480x800] for [CRTC:36:crtc-0] state 000000008de69972
  1039. [ 130.843107] [drm:drm_atomic_set_fb_for_plane] Set [FB:41] for [PLANE:30:plane-1] state 000000008e130a83
  1040. [ 130.843113] [drm:drm_mode_object_get] OBJ ID: 41 (3)
  1041. [ 130.843120] [drm:drm_mode_object_put.part.0] OBJ ID: 41 (4)
  1042. [ 130.843133] [drm:drm_atomic_add_affected_connectors] Adding all current connectors for [CRTC:36:crtc-0] to 00000000a1414a92
  1043. [ 130.843147] [drm:drm_mode_object_get] OBJ ID: 38 (5)
  1044. [ 130.843154] [drm:drm_mode_object_get] OBJ ID: 38 (6)
  1045. [ 130.843165] [drm:drm_atomic_get_connector_state] Added [CONNECTOR:38:DSI-1] 00000000913118e0 state to 00000000a1414a92
  1046. [ 130.843174] [drm:drm_mode_object_put.part.0] OBJ ID: 38 (6)
  1047. [ 130.843182] [drm:drm_atomic_set_crtc_for_connector] Link [CONNECTOR:38:DSI-1] state 00000000913118e0 to [NOCRTC]
  1048. [ 130.843190] [drm:drm_mode_object_get] OBJ ID: 38 (5)
  1049. [ 130.843199] [drm:drm_atomic_set_crtc_for_connector] Link [CONNECTOR:38:DSI-1] state 00000000913118e0 to [CRTC:36:crtc-0]
  1050. [ 130.843208] [drm:drm_atomic_check_only] checking 00000000a1414a92
  1051. [ 130.843230] [drm:drm_atomic_helper_check_modeset] Updating routing for [CONNECTOR:38:DSI-1]
  1052. [ 130.843244] [drm:drm_atomic_helper_check_modeset] [CONNECTOR:38:DSI-1] keeps [ENCODER:37:DSI-37], now on [CRTC:36:crtc-0]
  1053. [ 130.843267] [drm:drm_atomic_commit] committing 00000000a1414a92
  1054. [ 141.026416] [drm:drm_atomic_helper_wait_for_dependencies] *ERROR* [CRTC:36:crtc-0] flip_done timed out
  1055. [ 151.266412] [drm:drm_atomic_helper_wait_for_dependencies] *ERROR* [CONNECTOR:38:DSI-1] flip_done timed out
  1056. [ 161.506419] [drm:drm_atomic_helper_wait_for_dependencies] *ERROR* [PLANE:30:plane-1] flip_done timed out
  1057. [ 161.506450] [drm:drm_calc_timestamping_constants] crtc 36: hwmode: htotal 714, vtotal 824, vdisplay 800
  1058. [ 161.506460] [drm:drm_calc_timestamping_constants] crtc 36: clock 35300 kHz framedur 16666742 linedur 20226
  1059. [ 161.506487] [drm:sun8i_ui_layer_atomic_update [sun8i_mixer]] Updating UI channel 1 overlay 0
  1060. [ 161.506501] [drm:sun8i_ui_layer_atomic_update [sun8i_mixer]] Primary layer, updating global size W: 480 H: 800
  1061. [ 161.506519] [drm:sun8i_ui_layer_atomic_update [sun8i_mixer]] Switching display mixer interlaced mode off
  1062. [ 161.506531] [drm:sun8i_ui_layer_atomic_update [sun8i_mixer]] Layer source offset X: 0 Y: 0
  1063. [ 161.506544] [drm:sun8i_ui_layer_atomic_update [sun8i_mixer]] Layer source size W: 480 H: 800
  1064. [ 161.506556] [drm:sun8i_ui_layer_atomic_update [sun8i_mixer]] HW scaling is not needed
  1065. [ 161.506570] [drm:sun8i_ui_layer_atomic_update [sun8i_mixer]] Layer destination coordinates X: 0 Y: 0
  1066. [ 161.506582] [drm:sun8i_ui_layer_atomic_update [sun8i_mixer]] Layer destination size W: 480 H: 800
  1067. [ 161.506598] [drm:sun8i_ui_layer_atomic_update [sun8i_mixer]] Using GEM @ 0x0000000076100000
  1068. [ 161.506609] [drm:sun8i_ui_layer_atomic_update [sun8i_mixer]] Layer line width: 1920 bytes
  1069. [ 161.506622] [drm:sun8i_ui_layer_atomic_update [sun8i_mixer]] Setting buffer address to 0x0000000076100000
  1070. [ 161.506635] [drm:sun8i_ui_layer_enable.isra.0 [sun8i_mixer]] Enabling channel 1 overlay 0
  1071. [ 161.506656] [drm:sun4i_crtc_atomic_flush [sun4i_tcon]] Committing plane changes
  1072. [ 161.506668] [drm:sun8i_mixer_commit [sun8i_mixer]] Committing changes
  1073. [ 161.562410] ------------[ cut here ]------------
  1074. [ 161.562418] [CRTC:36:crtc-0] vblank wait timed out
  1075. [ 161.562487] WARNING: CPU: 2 PID: 2074 at drivers/gpu/drm/drm_atomic_helper.c:1406 drm_atomic_helper_wait_for_vblanks.part.9+0x2a8/0x2b0
  1076. [ 161.562491] Modules linked in: mali(O) dwmac_sun8i stmmac_platform stmmac panel_himax_hx8379a crct10dif_ce pwm_bl sun4i_gpadc_iio sun6i_dsi reset_gpio crc_ccitt pwm_sun4i sun4i_drm sun4i_frontend sun8i_mixer sun4i_tcon sun8i_tcon_top 8189es(O) cfg80211 rfkill
  1077. [ 161.562550] CPU: 2 PID: 2074 Comm: setfont Tainted: G W O 4.20.13-sunxi-dirty #1
  1078. [ 161.562554] Hardware name: FriendlyARM NanoPi A64 (DT)
  1079. [ 161.562561] pstate: 40000005 (nZcv daif -PAN -UAO)
  1080. [ 161.562570] pc : drm_atomic_helper_wait_for_vblanks.part.9+0x2a8/0x2b0
  1081. [ 161.562578] lr : drm_atomic_helper_wait_for_vblanks.part.9+0x2a8/0x2b0
  1082. [ 161.562582] sp : ffff00000d3fb710
  1083. [ 161.562586] x29: ffff00000d3fb710 x28: 0000000000000000
  1084. [ 161.562593] x27: 0000000000000001 x26: ffff800031b7e800
  1085. [ 161.562600] x25: 0000000000000001 x24: 0000000000000000
  1086. [ 161.562607] x23: 0000000000000038 x22: 0000000000000001
  1087. [ 161.562614] x21: ffff800031b02d00 x20: ffff800031b7f880
  1088. [ 161.562621] x19: 0000000000000000 x18: ffffffffffffffff
  1089. [ 161.562628] x17: 0000000000000000 x16: 0000000000000000
  1090. [ 161.562635] x15: ffff000008cf0000 x14: 00000000fffffff0
  1091. [ 161.562642] x13: ffff000008d76cf8 x12: ffff000008cf0000
  1092. [ 161.562649] x11: 0000000000000000 x10: ffff000008d76000
  1093. [ 161.562656] x9 : 0000000000000000 x8 : ffff000008d8dad8
  1094. [ 161.562663] x7 : 0000000000000000 x6 : 000000000be9bab9
  1095. [ 161.562670] x5 : 0000000000000000 x4 : 0000000000000001
  1096. [ 161.562677] x3 : 0000000000000007 x2 : 0000000000000007
  1097. [ 161.562684] x1 : 02e3483737e76700 x0 : 0000000000000000
  1098. [ 161.562691] Call trace:
  1099. [ 161.562700] drm_atomic_helper_wait_for_vblanks.part.9+0x2a8/0x2b0
  1100. [ 161.562708] drm_atomic_helper_commit_tail_rpm+0x60/0x78
  1101. [ 161.562715] commit_tail+0x44/0x78
  1102. [ 161.562723] drm_atomic_helper_commit+0xe8/0x168
  1103. [ 161.562733] drm_atomic_commit+0x48/0x58
  1104. [ 161.562743] restore_fbdev_mode_atomic+0x190/0x220
  1105. [ 161.562750] drm_fb_helper_pan_display+0xb0/0x1f0
  1106. [ 161.562759] fb_pan_display+0x94/0x118
  1107. [ 161.562769] bit_update_start+0x1c/0x40
  1108. [ 161.562776] fbcon_switch+0x340/0x550
  1109. [ 161.562785] redraw_screen+0x194/0x280
  1110. [ 161.562793] fbcon_do_set_font+0x1a8/0x238
  1111. [ 161.562801] fbcon_set_font+0x1f8/0x230
  1112. [ 161.562809] con_font_op+0x2b8/0x468
  1113. [ 161.562815] vt_ioctl+0x1108/0x1418
  1114. [ 161.562825] tty_ioctl+0x110/0xb98
  1115. [ 161.562834] do_vfs_ioctl+0xb8/0x8f8
  1116. [ 161.562840] ksys_ioctl+0x80/0xb8
  1117. [ 161.562846] __arm64_sys_ioctl+0x1c/0x28
  1118. [ 161.562856] el0_svc_common+0x60/0x100
  1119. [ 161.562863] el0_svc_handler+0x24/0x80
  1120. [ 161.562871] el0_svc+0x8/0xc
  1121. [ 161.562875] ---[ end trace 37b777d882b87e1e ]---
  1122. [ 161.562899] [drm:drm_atomic_state_default_clear] Clearing atomic state 00000000a1414a92
  1123. [ 161.562910] [drm:drm_mode_object_put.part.0] OBJ ID: 38 (6)
  1124. [ 161.562921] [drm:drm_mode_object_put.part.0] OBJ ID: 38 (5)
  1125. [ 161.562931] [drm:drm_mode_object_put.part.0] OBJ ID: 42 (1)
  1126. [ 161.562949] [drm:drm_mode_object_put.part.0] OBJ ID: 41 (3)
  1127. [ 161.562962] [drm:__drm_atomic_state_free] Freeing atomic state 00000000a1414a92
  1128. [ 163.100534] [drm:drm_atomic_state_init] Allocated atomic state 000000004211344f
  1129. [ 163.100552] [drm:drm_atomic_get_plane_state] Added [PLANE:28:plane-0] 000000008922ac73 state to 000000004211344f
  1130. [ 163.100561] [drm:drm_atomic_set_fb_for_plane] Set [NOFB] for [PLANE:28:plane-0] state 000000008922ac73
  1131. [ 163.100570] [drm:drm_mode_object_get] OBJ ID: 41 (2)
  1132. [ 163.100578] [drm:drm_atomic_get_plane_state] Added [PLANE:30:plane-1] 0000000004520595 state to 000000004211344f
  1133. [ 163.100587] [drm:drm_mode_object_get] OBJ ID: 43 (1)
  1134. [ 163.100594] [drm:drm_atomic_get_crtc_state] Added [CRTC:36:crtc-0] 0000000045f48c81 state to 000000004211344f
  1135. [ 163.100604] [drm:drm_atomic_get_plane_state] Added [PLANE:32:plane-2] 00000000dfae64b2 state to 000000004211344f
  1136. [ 163.100610] [drm:drm_atomic_set_fb_for_plane] Set [NOFB] for [PLANE:32:plane-2] state 00000000dfae64b2
  1137. [ 163.100620] [drm:drm_atomic_get_plane_state] Added [PLANE:34:plane-3] 0000000082754de1 state to 000000004211344f
  1138. [ 163.100625] [drm:drm_atomic_set_fb_for_plane] Set [NOFB] for [PLANE:34:plane-3] state 0000000082754de1
  1139. [ 163.100633] [drm:drm_mode_object_put.part.0] OBJ ID: 43 (2)
  1140. [ 163.100651] [drm:drm_atomic_set_mode_for_crtc] Set [MODE:480x800] for [CRTC:36:crtc-0] state 0000000045f48c81
  1141. [ 163.100659] [drm:drm_atomic_set_fb_for_plane] Set [FB:41] for [PLANE:30:plane-1] state 0000000004520595
  1142. [ 163.100663] [drm:drm_mode_object_get] OBJ ID: 41 (3)
  1143. [ 163.100668] [drm:drm_mode_object_put.part.0] OBJ ID: 41 (4)
  1144. [ 163.100678] [drm:drm_atomic_add_affected_connectors] Adding all current connectors for [CRTC:36:crtc-0] to 000000004211344f
  1145. [ 163.100693] [drm:drm_mode_object_get] OBJ ID: 38 (5)
  1146. [ 163.100698] [drm:drm_mode_object_get] OBJ ID: 38 (6)
  1147. [ 163.100706] [drm:drm_atomic_get_connector_state] Added [CONNECTOR:38:DSI-1] 0000000005b85104 state to 000000004211344f
  1148. [ 163.100712] [drm:drm_mode_object_put.part.0] OBJ ID: 38 (6)
  1149. [ 163.100718] [drm:drm_atomic_set_crtc_for_connector] Link [CONNECTOR:38:DSI-1] state 0000000005b85104 to [NOCRTC]
  1150. [ 163.100724] [drm:drm_mode_object_get] OBJ ID: 38 (5)
  1151. [ 163.100730] [drm:drm_atomic_set_crtc_for_connector] Link [CONNECTOR:38:DSI-1] state 0000000005b85104 to [CRTC:36:crtc-0]
  1152. [ 163.100737] [drm:drm_atomic_check_only] checking 000000004211344f
  1153. [ 163.100762] [drm:drm_atomic_helper_check_modeset] Updating routing for [CONNECTOR:38:DSI-1]
  1154. [ 163.100772] [drm:drm_atomic_helper_check_modeset] [CONNECTOR:38:DSI-1] keeps [ENCODER:37:DSI-37], now on [CRTC:36:crtc-0]
  1155. [ 163.100794] [drm:drm_atomic_commit] committing 000000004211344f
  1156. [ 173.282424] [drm:drm_atomic_helper_wait_for_dependencies] *ERROR* [CRTC:36:crtc-0] flip_done timed out
  1157. [ 183.522433] [drm:drm_atomic_helper_wait_for_dependencies] *ERROR* [CONNECTOR:38:DSI-1] flip_done timed out
  1158. [ 193.762429] [drm:drm_atomic_helper_wait_for_dependencies] *ERROR* [PLANE:30:plane-1] flip_done timed out
  1159. [ 193.762459] [drm:drm_calc_timestamping_constants] crtc 36: hwmode: htotal 714, vtotal 824, vdisplay 800
  1160. [ 193.762470] [drm:drm_calc_timestamping_constants] crtc 36: clock 35300 kHz framedur 16666742 linedur 20226
  1161. [ 193.762497] [drm:sun8i_ui_layer_atomic_update [sun8i_mixer]] Updating UI channel 1 overlay 0
  1162. [ 193.762511] [drm:sun8i_ui_layer_atomic_update [sun8i_mixer]] Primary layer, updating global size W: 480 H: 800
  1163. [ 193.762529] [drm:sun8i_ui_layer_atomic_update [sun8i_mixer]] Switching display mixer interlaced mode off
  1164. [ 193.762542] [drm:sun8i_ui_layer_atomic_update [sun8i_mixer]] Layer source offset X: 0 Y: 0
  1165. [ 193.762554] [drm:sun8i_ui_layer_atomic_update [sun8i_mixer]] Layer source size W: 480 H: 800
  1166. [ 193.762567] [drm:sun8i_ui_layer_atomic_update [sun8i_mixer]] HW scaling is not needed
  1167. [ 193.762581] [drm:sun8i_ui_layer_atomic_update [sun8i_mixer]] Layer destination coordinates X: 0 Y: 0
  1168. [ 193.762593] [drm:sun8i_ui_layer_atomic_update [sun8i_mixer]] Layer destination size W: 480 H: 800
  1169. [ 193.762609] [drm:sun8i_ui_layer_atomic_update [sun8i_mixer]] Using GEM @ 0x0000000076100000
  1170. [ 193.762621] [drm:sun8i_ui_layer_atomic_update [sun8i_mixer]] Layer line width: 1920 bytes
  1171. [ 193.762633] [drm:sun8i_ui_layer_atomic_update [sun8i_mixer]] Setting buffer address to 0x0000000076100000
  1172. [ 193.762647] [drm:sun8i_ui_layer_enable.isra.0 [sun8i_mixer]] Enabling channel 1 overlay 0
  1173. [ 193.762668] [drm:sun4i_crtc_atomic_flush [sun4i_tcon]] Committing plane changes
  1174. [ 193.762680] [drm:sun8i_mixer_commit [sun8i_mixer]] Committing changes
  1175. [ 193.818399] ------------[ cut here ]------------
  1176. [ 193.818408] [CRTC:36:crtc-0] vblank wait timed out
  1177. [ 193.818478] WARNING: CPU: 2 PID: 2114 at drivers/gpu/drm/drm_atomic_helper.c:1406 drm_atomic_helper_wait_for_vblanks.part.9+0x2a8/0x2b0
  1178. [ 193.818482] Modules linked in: mali(O) dwmac_sun8i stmmac_platform stmmac panel_himax_hx8379a crct10dif_ce pwm_bl sun4i_gpadc_iio sun6i_dsi reset_gpio crc_ccitt pwm_sun4i sun4i_drm sun4i_frontend sun8i_mixer sun4i_tcon sun8i_tcon_top 8189es(O) cfg80211 rfkill
  1179. [ 193.818541] CPU: 2 PID: 2114 Comm: (agetty) Tainted: G W O 4.20.13-sunxi-dirty #1
  1180. [ 193.818544] Hardware name: FriendlyARM NanoPi A64 (DT)
  1181. [ 193.818552] pstate: 40000005 (nZcv daif -PAN -UAO)
  1182. [ 193.818561] pc : drm_atomic_helper_wait_for_vblanks.part.9+0x2a8/0x2b0
  1183. [ 193.818569] lr : drm_atomic_helper_wait_for_vblanks.part.9+0x2a8/0x2b0
  1184. [ 193.818573] sp : ffff00000d77b680
  1185. [ 193.818576] x29: ffff00000d77b680 x28: 0000000000000000
  1186. [ 193.818584] x27: 0000000000000001 x26: ffff800031b7e800
  1187. [ 193.818591] x25: 0000000000000001 x24: 0000000000000000
  1188. [ 193.818598] x23: 0000000000000038 x22: 0000000000000001
  1189. [ 193.818605] x21: ffff8000314f0200 x20: ffff800031b7f880
  1190. [ 193.818612] x19: 0000000000000000 x18: ffffffffffffffff
  1191. [ 193.818619] x17: 0000000000000000 x16: 0000000000000000
  1192. [ 193.818626] x15: ffff000008cf0000 x14: 00000000fffffff0
  1193. [ 193.818633] x13: ffff000008d76cf8 x12: ffff000008cf0000
  1194. [ 193.818640] x11: 0000000000000000 x10: ffff000008d76000
  1195. [ 193.818647] x9 : 0000000000000000 x8 : ffff000008d8f98c
  1196. [ 193.818654] x7 : 0000000000000000 x6 : 000000000be9bab9
  1197. [ 193.818661] x5 : 0000000000000000 x4 : 0000000000000001
  1198. [ 193.818667] x3 : 0000000000000007 x2 : 0000000000000007
  1199. [ 193.818674] x1 : 02e3483737e76700 x0 : 0000000000000000
  1200. [ 193.818681] Call trace:
  1201. [ 193.818691] drm_atomic_helper_wait_for_vblanks.part.9+0x2a8/0x2b0
  1202. [ 193.818699] drm_atomic_helper_commit_tail_rpm+0x60/0x78
  1203. [ 193.818705] commit_tail+0x44/0x78
  1204. [ 193.818713] drm_atomic_helper_commit+0xe8/0x168
  1205. [ 193.818723] drm_atomic_commit+0x48/0x58
  1206. [ 193.818733] restore_fbdev_mode_atomic+0x190/0x220
  1207. [ 193.818740] drm_fb_helper_pan_display+0xb0/0x1f0
  1208. [ 193.818749] fb_pan_display+0x94/0x118
  1209. [ 193.818759] bit_update_start+0x1c/0x40
  1210. [ 193.818766] fbcon_switch+0x340/0x550
  1211. [ 193.818775] redraw_screen+0x194/0x280
  1212. [ 193.818782] csi_J+0x290/0x2a0
  1213. [ 193.818790] do_con_trol+0x1168/0x1518
  1214. [ 193.818798] do_con_write.part.21+0x1b4/0x930
  1215. [ 193.818805] con_write+0x6c/0x78
  1216. [ 193.818813] n_tty_write+0x18c/0x438
  1217. [ 193.818822] tty_write+0x14c/0x2e8
  1218. [ 193.818832] __vfs_write+0x30/0x168
  1219. [ 193.818839] vfs_write+0xa4/0x1a8
  1220. [ 193.818846] ksys_write+0x60/0xd8
  1221. [ 193.818854] __arm64_sys_write+0x18/0x20
  1222. [ 193.818864] el0_svc_common+0x60/0x100
  1223. [ 193.818871] el0_svc_handler+0x24/0x80
  1224. [ 193.818878] el0_svc+0x8/0xc
  1225. [ 193.818883] ---[ end trace 37b777d882b87e1f ]---
  1226. [ 193.818906] [drm:drm_atomic_state_default_clear] Clearing atomic state 000000004211344f
  1227. [ 193.818918] [drm:drm_mode_object_put.part.0] OBJ ID: 38 (6)
  1228. [ 193.818928] [drm:drm_mode_object_put.part.0] OBJ ID: 38 (5)
  1229. [ 193.818939] [drm:drm_mode_object_put.part.0] OBJ ID: 43 (1)
  1230. [ 193.818957] [drm:drm_mode_object_put.part.0] OBJ ID: 41 (3)
  1231. [ 193.818970] [drm:__drm_atomic_state_free] Freeing atomic state 000000004211344f
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement