Advertisement
hanni76

Untitled

Apr 26th, 2018
298
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 40.65 KB | None | 0 0
  1. Starting kernel ...
  2.  
  3. [ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
  4. [ 0.000000] Linux version 4.17.0-rc2-sunxi-dirty (sergey@hanniubuntu) (gcc version 7.2.1 20171011 (Linaro GCC 7.2-2017.11)) #7 SMP PREEMPT Thu Apr8
  5. [ 0.000000] Machine model: FriendlyARM NanoPi A64
  6. [ 0.000000] efi: Getting EFI parameters from FDT:
  7. [ 0.000000] efi: UEFI not found.
  8. [ 0.000000] Reserved memory: created CMA memory pool at 0x0000000076000000, size 128 MiB
  9. [ 0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
  10. [ 0.000000] NUMA: No NUMA configuration found
  11. [ 0.000000] NUMA: Faking a node at [mem 0x0000000000000000-0x000000007dffffff]
  12. [ 0.000000] NUMA: NODE_DATA [mem 0x75fce600-0x75fd00ff]
  13. [ 0.000000] Zone ranges:
  14. [ 0.000000] DMA32 [mem 0x0000000040000000-0x000000007dffffff]
  15. [ 0.000000] Normal empty
  16. [ 0.000000] Movable zone start for each node
  17. [ 0.000000] Early memory node ranges
  18. [ 0.000000] node 0: [mem 0x0000000040000000-0x000000007dffffff]
  19. [ 0.000000] Initmem setup node 0 [mem 0x0000000040000000-0x000000007dffffff]
  20. [ 0.000000] psci: probing for conduit method from DT.
  21. [ 0.000000] psci: PSCIv0.2 detected in firmware.
  22. [ 0.000000] psci: Using standard PSCI v0.2 function IDs
  23. [ 0.000000] psci: Trusted OS migration not required
  24. [ 0.000000] percpu: Embedded 23 pages/cpu @ (ptrval) s57112 r8192 d28904 u94208
  25. [ 0.000000] Detected VIPT I-cache on CPU0
  26. [ 0.000000] CPU features: detected: Kernel page table isolation (KPTI)
  27. [ 0.000000] CPU features: enabling workaround for ARM erratum 843419
  28. [ 0.000000] CPU features: enabling workaround for ARM erratum 845719
  29. [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 249984
  30. [ 0.000000] Policy zone: DMA32
  31. [ 0.000000] Kernel command line: root=/dev/mmcblk0p1 rootfstype=ext4 console=ttyS0,115200 net.ifnames=0 ipv6.disable=1 rootwait panic=10 consolebl
  32. [ 0.000000] Memory: 854152K/1015808K available (8444K kernel code, 666K rwdata, 2996K rodata, 640K init, 356K bss, 30584K reserved, 131072K cma-re)
  33. [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
  34. [ 0.000000] Preemptible hierarchical RCU implementation.
  35. [ 0.000000] RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=4.
  36. [ 0.000000] Tasks RCU enabled.
  37. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
  38. [ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
  39. [ 0.000000] GIC: Using split EOI/Deactivate mode
  40. [ 0.000000] arch_timer: cp15 timer(s) running at 24.00MHz (phys).
  41. [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns
  42. [ 0.000004] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns
  43. [ 0.000449] Console: colour dummy device 80x25
  44. [ 0.000924] console [tty1] enabled
  45. [ 0.000990] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=96000)
  46. [ 0.001019] pid_max: default: 32768 minimum: 301
  47. [ 0.001110] Security Framework initialized
  48. [ 0.001768] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)
  49. [ 0.002101] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)
  50. [ 0.002144] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)
  51. [ 0.002179] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)
  52. [ 0.020011] ASID allocator initialised with 32768 entries
  53. [ 0.028005] Hierarchical SRCU implementation.
  54. [ 0.036915] EFI services will not be available.
  55. [ 0.044044] smp: Bringing up secondary CPUs ...
  56. [ 0.072988] Detected VIPT I-cache on CPU1
  57. [ 0.073048] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
  58. [ 0.100681] Detected VIPT I-cache on CPU2
  59. [ 0.100715] CPU2: Booted secondary processor 0x0000000002 [0x410fd034]
  60. [ 0.128688] Detected VIPT I-cache on CPU3
  61. [ 0.128717] CPU3: Booted secondary processor 0x0000000003 [0x410fd034]
  62. [ 0.128789] smp: Brought up 1 node, 4 CPUs
  63. [ 0.128870] SMP: Total of 4 processors activated.
  64. [ 0.128885] CPU features: detected: 32-bit EL0 Support
  65. [ 0.132633] CPU: All CPU(s) started at EL2
  66. [ 0.132665] alternatives: patching kernel code
  67. [ 0.132713] random: get_random_u64 called from compute_layout+0x98/0xf0 with crng_init=0
  68. [ 0.133818] devtmpfs: initialized
  69. [ 0.143406] Built 1 zonelists, mobility grouping on. Total pages: 246306
  70. [ 0.143442] Policy zone: DMA32
  71. [ 0.144779] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
  72. [ 0.144869] futex hash table entries: 1024 (order: 5, 131072 bytes)
  73. [ 0.145154] pinctrl core: initialized pinctrl subsystem
  74. [ 0.146126] DMI not present or invalid.
  75. [ 0.146475] NET: Registered protocol family 16
  76. [ 0.147019] audit: initializing netlink subsys (disabled)
  77. [ 0.147159] audit: type=2000 audit(0.144:1): state=initialized audit_enabled=0 res=1
  78. [ 0.148212] cpuidle: using governor menu
  79. [ 0.148597] vdso: 2 pages (1 code @ (ptrval), 1 data @ (ptrval))
  80. [ 0.148629] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
  81. [ 0.149717] DMA: preallocated 256 KiB pool for atomic allocations
  82. [ 0.150545] Serial: AMBA PL011 UART driver
  83. [ 0.167509] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
  84. [ 0.167955] cryptd: max_cpu_qlen set to 1000
  85. [ 0.169518] SCSI subsystem initialized
  86. [ 0.170032] usbcore: registered new interface driver usbfs
  87. [ 0.170098] usbcore: registered new interface driver hub
  88. [ 0.170189] usbcore: registered new device driver usb
  89. [ 0.170512] pps_core: LinuxPPS API ver. 1 registered
  90. [ 0.170531] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
  91. [ 0.170572] PTP clock support registered
  92. [ 0.170767] EDAC MC: Ver: 3.0.0
  93. [ 0.171319] Advanced Linux Sound Architecture Driver Initialized.
  94. [ 0.172238] clocksource: Switched to clocksource arch_sys_counter
  95. [ 0.172428] VFS: Disk quotas dquot_6.6.0
  96. [ 0.172496] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
  97. [ 0.179862] NET: Registered protocol family 2
  98. [ 0.180438] tcp_listen_portaddr_hash hash table entries: 512 (order: 1, 8192 bytes)
  99. [ 0.180575] TCP established hash table entries: 8192 (order: 4, 65536 bytes)
  100. [ 0.180689] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)
  101. [ 0.180851] TCP: Hash tables configured (established 8192 bind 8192)
  102. [ 0.181006] UDP hash table entries: 512 (order: 2, 16384 bytes)
  103. [ 0.181095] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
  104. [ 0.181247] NET: Registered protocol family 1
  105. [ 0.181660] RPC: Registered named UNIX socket transport module.
  106. [ 0.181678] RPC: Registered udp transport module.
  107. [ 0.181692] RPC: Registered tcp transport module.
  108. [ 0.181706] RPC: Registered tcp NFSv4.1 backchannel transport module.
  109. [ 0.182597] kvm [1]: 8-bit VMID
  110. [ 0.183385] kvm [1]: vgic interrupt IRQ1
  111. [ 0.183520] kvm [1]: Hyp mode initialized successfully
  112. [ 0.186832] Initialise system trusted keyrings
  113. [ 0.186998] workingset: timestamp_bits=44 max_order=18 bucket_order=0
  114. [ 0.197054] squashfs: version 4.0 (2009/01/31) Phillip Lougher
  115. [ 0.197822] NFS: Registering the id_resolver key type
  116. [ 0.197867] Key type id_resolver registered
  117. [ 0.197881] Key type id_legacy registered
  118. [ 0.197903] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
  119. [ 0.198098] 9p: Installing v9fs 9p2000 file system support
  120. [ 0.198217] pstore: using deflate compression
  121. [ 0.201305] Key type asymmetric registered
  122. [ 0.201329] Asymmetric key parser 'x509' registered
  123. [ 0.201550] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
  124. [ 0.201576] io scheduler noop registered
  125. [ 0.201808] io scheduler cfq registered (default)
  126. [ 0.201827] io scheduler mq-deadline registered
  127. [ 0.201841] io scheduler kyber registered
  128. [ 0.202395] sunxi-rsb 1f03400.rsb: could not find pctldev for node /soc/pinctrl@1f02c00/rsb, deferring probe
  129. [ 0.203002] sun4i-usb-phy 1c19400.phy: failed to get clock usb0_phy
  130. [ 0.206232] sun50i-a64-r-pinctrl 1f02c00.pinctrl: initialized sunXi PIO driver
  131. [ 0.208819] sunxi-de2-clks 1000000.clock: Couldn't map SRAM to device: -517
  132. [ 0.213712] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
  133. [ 0.215156] dw-apb-uart 1c28000.serial: could not find pctldev for node /soc/pinctrl@1c20800/uart0, deferring probe
  134. [ 0.215977] cacheinfo: Unable to detect cache hierarchy for CPU 0
  135. [ 0.223344] loop: module loaded
  136. [ 0.225420] libphy: Fixed MDIO Bus: probed
  137. [ 0.225838] tun: Universal TUN/TAP device driver, 1.6
  138. [ 0.227313] VFIO - User Level meta-driver version: 0.3
  139. [ 0.228165] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
  140. [ 0.228188] ehci-platform: EHCI generic platform driver
  141. [ 0.228591] ehci-platform 1c1a000.usb: EHCI Host Controller
  142. [ 0.228628] ehci-platform 1c1a000.usb: new USB bus registered, assigned bus number 1
  143. [ 0.228964] ehci-platform 1c1a000.usb: irq 20, io mem 0x01c1a000
  144. [ 0.244253] ehci-platform 1c1a000.usb: USB 2.0 started, EHCI 1.00
  145. [ 0.244949] hub 1-0:1.0: USB hub found
  146. [ 0.244990] hub 1-0:1.0: 1 port detected
  147. [ 0.245633] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
  148. [ 0.245670] ohci-platform: OHCI generic platform driver
  149. [ 0.245900] ohci-platform 1c1a400.usb: Generic Platform OHCI controller
  150. [ 0.245934] ohci-platform 1c1a400.usb: new USB bus registered, assigned bus number 2
  151. [ 0.246134] ohci-platform 1c1a400.usb: irq 21, io mem 0x01c1a400
  152. [ 0.308955] hub 2-0:1.0: USB hub found
  153. [ 0.309009] hub 2-0:1.0: 1 port detected
  154. [ 0.310011] usbcore: registered new interface driver usb-storage
  155. [ 0.311976] sun6i-rtc 1f00000.rtc: rtc core: registered rtc-sun6i as rtc0
  156. [ 0.312009] sun6i-rtc 1f00000.rtc: RTC enabled
  157. [ 0.312090] i2c /dev entries driver
  158. [ 0.312308] mv64xxx_i2c 1f02400.i2c: could not find pctldev for node /soc/pinctrl@1c20800/i2c-a, deferring probe
  159. [ 0.313533] sdhci: Secure Digital Host Controller Interface driver
  160. [ 0.313563] sdhci: Copyright(c) Pierre Ossman
  161. [ 0.313607] Synopsys Designware Multimedia Card Interface Driver
  162. [ 0.314067] sunxi-mmc 1c0f000.mmc: could not find pctldev for node /soc/pinctrl@1c20800/mmc0-pins, deferring probe
  163. [ 0.314120] sunxi-mmc 1c10000.mmc: could not find pctldev for node /soc/pinctrl@1c20800/mmc1-pins, deferring probe
  164. [ 0.314238] sdhci-pltfm: SDHCI platform and OF driver helper
  165. [ 0.314794] ledtrig-cpu: registered to indicate activity on CPUs
  166. [ 0.315679] usbcore: registered new interface driver usbhid
  167. [ 0.315703] usbhid: USB HID core driver
  168. [ 0.317173] IPv6: Loaded, but administratively disabled, reboot required to enable
  169. [ 0.317208] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
  170. [ 0.317650] NET: Registered protocol family 17
  171. [ 0.317749] 9pnet: Installing 9P2000 support
  172. [ 0.317827] Key type dns_resolver registered
  173. [ 0.318643] registered taskstats version 1
  174. [ 0.318660] Loading compiled-in X.509 certificates
  175. [ 0.324999] sunxi-rsb 1f03400.rsb: RSB running at 3000000 Hz
  176. [ 0.325471] axp20x-rsb sunxi-rsb-3a3: AXP20x variant AXP803 found
  177. [ 0.327561] dcdc1: supplied by regulator-dummy
  178. [ 0.327680] vcc-3v: Bringing 3300000uV into 3000000-3000000uV
  179. [ 0.327910] dcdc2: supplied by regulator-dummy
  180. [ 0.328130] dcdc4: supplied by regulator-dummy
  181. [ 0.328416] dcdc5: supplied by regulator-dummy
  182. [ 0.328650] dcdc6: supplied by regulator-dummy
  183. [ 0.328874] dc1sw: supplied by regulator-dummy
  184. [ 0.329091] aldo1: supplied by regulator-dummy
  185. [ 0.329324] aldo2: supplied by regulator-dummy
  186. [ 0.329548] aldo3: supplied by regulator-dummy
  187. [ 0.329795] dldo1: supplied by regulator-dummy
  188. [ 0.330007] dldo2: supplied by regulator-dummy
  189. [ 0.330234] dldo3: supplied by regulator-dummy
  190. [ 0.330486] dldo4: supplied by regulator-dummy
  191. [ 0.330558] vcc-pg-wifi-io: Bringing 3300000uV into 3000000-3000000uV
  192. [ 0.330773] eldo1: supplied by regulator-dummy
  193. [ 0.330996] eldo2: supplied by regulator-dummy
  194. [ 0.331249] eldo3: supplied by regulator-dummy
  195. [ 0.331482] fldo1: supplied by regulator-dummy
  196. [ 0.331708] fldo2: supplied by regulator-dummy
  197. [ 0.331974] rtc-ldo: supplied by regulator-dummy
  198. [ 0.332165] ldo-io0: supplied by regulator-dummy
  199. [ 0.332479] ldo-io1: supplied by regulator-dummy
  200. [ 0.332776] axp20x-rsb sunxi-rsb-3a3: AXP20X driver loaded
  201. [ 0.337495] sun50i-a64-pinctrl 1c20800.pinctrl: initialized sunXi PIO driver
  202. [ 0.339050] console [ttyS0] disabled
  203. [ 0.359741] 1c28000.serial: ttyS0 at MMIO 0x1c28000 (irq = 27, base_baud = 1500000) is a U6_16550A
  204. [ 1.497834] console [ttyS0] enabled
  205. [ 1.502174] ehci-platform 1c1b000.usb: EHCI Host Controller
  206. [ 1.507799] ehci-platform 1c1b000.usb: new USB bus registered, assigned bus number 3
  207. [ 1.515820] ehci-platform 1c1b000.usb: irq 22, io mem 0x01c1b000
  208. [ 1.536255] ehci-platform 1c1b000.usb: USB 2.0 started, EHCI 1.00
  209. [ 1.543002] hub 3-0:1.0: USB hub found
  210. [ 1.546800] hub 3-0:1.0: 1 port detected
  211. [ 1.551475] ohci-platform 1c1b400.usb: Generic Platform OHCI controller
  212. [ 1.558124] ohci-platform 1c1b400.usb: new USB bus registered, assigned bus number 4
  213. [ 1.566083] ohci-platform 1c1b400.usb: irq 23, io mem 0x01c1b400
  214. [ 1.632882] hub 4-0:1.0: USB hub found
  215. [ 1.636675] hub 4-0:1.0: 1 port detected
  216. [ 1.641249] sun50i-a64-pinctrl 1c20800.pinctrl: unknown pin PL8
  217. [ 1.647192] sun50i-a64-pinctrl 1c20800.pinctrl: unknown pin PL9
  218. [ 1.654190] cpufreq: cpufreq_online: CPU0: Running at unlisted freq: 816000 KHz
  219. [ 1.662226] cpufreq: cpufreq_online: CPU0: Unlisted initial frequency changed to: 1008000 KHz
  220. [ 1.670910] thermal thermal_zone0: binding zone cpu-thermal with cdev thermal-cpufreq-0 failed:-22
  221. [ 1.681016] sunxi-mmc 1c0f000.mmc: Got CD GPIO
  222. [ 1.710723] sunxi-mmc 1c0f000.mmc: base:0x (ptrval) irq:18
  223. [ 1.741433] sunxi-mmc 1c10000.mmc: base:0x (ptrval) irq:19
  224. [ 1.748511] sun6i-rtc 1f00000.rtc: setting system clock to 1970-01-01 00:00:10 UTC (10)
  225. [ 1.756833] vdd-cpux-dummy: disabling
  226. [ 1.760533] vcc-phy: disabling
  227. [ 1.763645] vcc-pc-cpvdd: disabling
  228. [ 1.767209] ALSA device list:
  229. [ 1.770200] No soundcards found.
  230. [ 1.773880] Waiting for root device /dev/mmcblk0p1...
  231. [ 1.784048] mmc0: new high speed SDHC card at address 0001
  232. [ 1.790701] mmcblk0: mmc0:0001 EB1QT 29.8 GiB
  233. [ 1.796540] mmcblk0: p1
  234. [ 1.802152] mmc1: new high speed SDIO card at address 0001
  235. [ 1.820301] EXT4-fs (mmcblk0p1): mounted filesystem with ordered data mode. Opts: (null)
  236. [ 1.828479] VFS: Mounted root (ext4 filesystem) readonly on device 179:1.
  237. [ 1.842817] devtmpfs: mounted
  238. [ 1.846181] Freeing unused kernel memory: 640K
  239. [ 1.949341] random: fast init done
  240. [ 2.238879] systemd[1]: System time before build time, advancing clock.
  241. [ 2.285124] random: systemd: uninitialized urandom read (16 bytes read)
  242. [ 2.299511] random: systemd: uninitialized urandom read (16 bytes read)
  243. [ 2.308800] systemd[1]: systemd 232 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GN)
  244. [ 2.327197] systemd[1]: Detected architecture arm64.
  245. [ 2.334055] systemd[1]: Set hostname to <nanopia64-stretch>.
  246. [ 2.358038] random: systemd: uninitialized urandom read (16 bytes read)
  247. [ 2.368521] random: systemd-sysv-ge: uninitialized urandom read (16 bytes read)
  248. [ 2.384945] random: systemd-gpt-aut: uninitialized urandom read (16 bytes read)
  249. [ 2.392528] random: systemd-gpt-aut: uninitialized urandom read (16 bytes read)
  250. [ 2.400057] random: systemd-gpt-aut: uninitialized urandom read (16 bytes read)
  251. [ 2.403623] random: systemd-cryptse: uninitialized urandom read (16 bytes read)
  252. [ 2.407909] random: systemd-gpt-aut: uninitialized urandom read (16 bytes read)
  253. [ 2.424636] random: systemd-sysv-ge: uninitialized urandom read (16 bytes read)
  254. [ 2.658944] systemd[1]: Listening on fsck to fsckd communication Socket.
  255. [ 2.666414] systemd[1]: Reached target Remote File Systems.
  256. [ 2.672380] systemd[1]: Listening on udev Control Socket.
  257. [ 2.678187] systemd[1]: Listening on Network Service Netlink Socket.
  258. [ 2.685345] systemd[1]: Created slice User and Session Slice.
  259. [ 2.691399] systemd[1]: Listening on udev Kernel Socket.
  260. [ 2.697125] systemd[1]: Listening on Journal Audit Socket.
  261. [ 2.820755] cfg80211: Loading compiled-in X.509 certificates for regulatory database
  262. [ 2.834957] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
  263. [ 2.848411] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
  264. [ 2.857124] cfg80211: failed to load regulatory.db
  265. [ 2.968760] 8189es: loading out-of-tree module taints kernel.
  266. [ 3.104858] bFWReady == _FALSE call reset 8051...
  267. [ 3.624375] ==> rtl8188e_iol_efuse_patch
  268. [ 6.009252] EXT4-fs (mmcblk0p1): re-mounted. Opts: commit=600,errors=remount-ro
  269. [ 6.091905] systemd-journald[1070]: Received request to flush runtime journal from PID 1
  270. [ 6.140838] Adding 102396k swap on /var/swap. Priority:-2 extents:1 across:102396k SS
  271. [ 6.469958] sun4i-i2s 1c22800.i2s: Could not register PCM
  272. [ 6.486457] sun4i-drm display-engine: assigned reserved memory node linux,cma
  273. [ 6.540321] sun4i-drm display-engine: bound 1200000.mixer (ops sun8i_mixer_ops [sun8i_mixer])
  274. [ 6.551739] sun4i-drm display-engine: No panel or bridge found... RGB output disabled
  275. [ 6.559827] sun4i-drm display-engine: bound 1c0d000.lcd-controller (ops sun4i_tcon_ops [sun4i_tcon])
  276. [ 6.570797] sun8i-dw-hdmi 1ee0000.hdmi: Detected HDMI TX controller v1.32a with HDCP (sun8i_dw_hdmi_phy)
  277. [ 6.581019] sun8i-dw-hdmi 1ee0000.hdmi: registered DesignWare HDMI I2C bus driver
  278. [ 6.589324] sun4i-drm display-engine: bound 1ee0000.hdmi (ops sun8i_dw_hdmi_ops [sun8i_drm_hdmi])
  279. [ 6.598352] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
  280. [ 6.605071] [drm] No driver support for vblank timestamp query.
  281. [ 7.124278] ------------[ cut here ]------------
  282. [ 7.124284] [CRTC:32:crtc-0] vblank wait timed out
  283. [ 7.124337] WARNING: CPU: 3 PID: 1792 at drivers/gpu/drm/drm_atomic_helper.c:1351 drm_atomic_helper_wait_for_vblanks.part.8+0x244/0x250
  284. [ 7.124340] Modules linked in: dwmac_sun8i(+) crc32_ce stmmac_platform crct10dif_ce sun8i_drm_hdmi(+) stmmac sun4i_i2s dw_hdmi sun8i_mixer sun4i_dl
  285. [ 7.124379] CPU: 3 PID: 1792 Comm: systemd-udevd Tainted: G O 4.17.0-rc2-sunxi-dirty #7
  286. [ 7.124382] Hardware name: FriendlyARM NanoPi A64 (DT)
  287. [ 7.124387] pstate: 40000005 (nZcv daif -PAN -UAO)
  288. [ 7.124393] pc : drm_atomic_helper_wait_for_vblanks.part.8+0x244/0x250
  289. [ 7.124398] lr : drm_atomic_helper_wait_for_vblanks.part.8+0x244/0x250
  290. [ 7.124400] sp : ffff00000e343340
  291. [ 7.124402] x29: ffff00000e343340 x28: 0000000000000001
  292. [ 7.124407] x27: 0000000000000000 x26: 0000000000000001
  293. [ 7.124412] x25: 0000000000000030 x24: ffff80002fc3a000
  294. [ 7.124417] x23: 0000000000000001 x22: 0000000000000000
  295. [ 7.124422] x21: ffff800033c64018 x20: ffff80002fe3b100
  296. [ 7.124427] x19: 0000000000000000 x18: 0000000000000001
  297. [ 7.124431] x17: 0000ffffb34d1de8 x16: ffff0000082669e8
  298. [ 7.124436] x15: ffff000008c70000 x14: 00000000fffffff0
  299. [ 7.124441] x13: ffff000008d01068 x12: ffff000008c70000
  300. [ 7.124446] x11: 0000000000000000 x10: ffff000008d00000
  301. [ 7.124451] x9 : 0000000000000000 x8 : ffff000008d088b4
  302. [ 7.124456] x7 : 0000000000000000 x6 : 000000000f77311e
  303. [ 7.124460] x5 : 0000000000000000 x4 : 0000000000000000
  304. [ 7.124465] x3 : ffffffffffffffff x2 : 000080002d37e000
  305. [ 7.124470] x1 : ffff80002ff69c00 x0 : 0000000000000026
  306. [ 7.124475] Call trace:
  307. [ 7.124481] drm_atomic_helper_wait_for_vblanks.part.8+0x244/0x250
  308. [ 7.124487] drm_atomic_helper_commit_tail_rpm+0x58/0x70
  309. [ 7.124491] commit_tail+0x44/0x78
  310. [ 7.124496] drm_atomic_helper_commit+0xe8/0x168
  311. [ 7.124502] drm_atomic_commit+0x48/0x58
  312. [ 7.124507] restore_fbdev_mode_atomic+0x208/0x238
  313. [ 7.124511] restore_fbdev_mode+0x24/0x178
  314. [ 7.124516] drm_fb_helper_restore_fbdev_mode_unlocked+0x70/0xe8
  315. [ 7.124520] drm_fb_helper_set_par+0x2c/0x58
  316. [ 7.124527] fbcon_init+0x40c/0x580
  317. [ 7.124534] visual_init+0xb4/0x108
  318. [ 7.124538] do_bind_con_driver+0x1c0/0x3c8
  319. [ 7.124543] do_take_over_console+0xa0/0x200
  320. [ 7.124548] do_fbcon_takeover+0x6c/0xe8
  321. [ 7.124553] fbcon_event_notify+0x988/0xa00
  322. [ 7.124560] notifier_call_chain+0x54/0x98
  323. [ 7.124565] blocking_notifier_call_chain+0x48/0x70
  324. [ 7.124570] fb_notifier_call_chain+0x1c/0x28
  325. [ 7.124574] register_framebuffer+0x200/0x328
  326. [ 7.124578] __drm_fb_helper_initial_config_and_unlock+0x1fc/0x3f0
  327. [ 7.124582] drm_fb_helper_initial_config+0x3c/0x48
  328. [ 7.124587] drm_fb_cma_fbdev_init_with_funcs+0xa8/0x150
  329. [ 7.124590] drm_fb_cma_fbdev_init+0x10/0x18
  330. [ 7.124600] sun4i_framebuffer_init+0x44/0x50 [sun4i_drm]
  331. [ 7.124605] sun4i_drv_bind+0x174/0x1c0 [sun4i_drm]
  332. [ 7.124612] try_to_bring_up_master+0x178/0x1d8
  333. [ 7.124616] component_add+0x94/0x158
  334. [ 7.124627] sun8i_dw_hdmi_probe+0x18/0x20 [sun8i_drm_hdmi]
  335. [ 7.124633] platform_drv_probe+0x58/0xb8
  336. [ 7.124637] driver_probe_device+0x238/0x308
  337. [ 7.124641] __driver_attach+0xb8/0xc0
  338. [ 7.124644] bus_for_each_dev+0x60/0x98
  339. [ 7.124648] driver_attach+0x20/0x28
  340. [ 7.124651] bus_add_driver+0x1ac/0x218
  341. [ 7.124655] driver_register+0x60/0xf8
  342. [ 7.124659] __platform_driver_register+0x40/0x48
  343. [ 7.124666] sun8i_dw_hdmi_pltfm_driver_init+0x1c/0x1000 [sun8i_drm_hdmi]
  344. [ 7.124672] do_one_initcall+0x48/0x140
  345. [ 7.124680] do_init_module+0x58/0x1b0
  346. [ 7.124685] load_module+0x1a64/0x21a8
  347. [ 7.124690] sys_finit_module+0xa4/0xb8
  348. [ 7.124694] __sys_trace_return+0x0/0x4
  349. [ 7.124697] ---[ end trace 4bdfb7cb4b775b49 ]---
  350. [ 7.316370] ==> rtl8188e_iol_efuse_patch
  351. [ 17.380286] [drm:drm_atomic_helper_wait_for_dependencies] *ERROR* [CRTC:32:crtc-0] flip_done timed out
  352. [ 27.620286] [drm:drm_atomic_helper_wait_for_dependencies] *ERROR* [CONNECTOR:34:HDMI-A-1] flip_done timed out
  353. [ 31.756624] random: crng init done
  354. [ 37.860290] [drm:drm_atomic_helper_wait_for_dependencies] *ERROR* [PLANE:30:plane-1] flip_done timed out
  355. [ 37.916255] ------------[ cut here ]------------
  356. [ 37.916258] [CRTC:32:crtc-0] vblank wait timed out
  357. [ 37.916304] WARNING: CPU: 3 PID: 1792 at drivers/gpu/drm/drm_atomic_helper.c:1351 drm_atomic_helper_wait_for_vblanks.part.8+0x244/0x250
  358. [ 37.916307] Modules linked in: dwmac_sun8i(+) crc32_ce stmmac_platform crct10dif_ce sun8i_drm_hdmi(+) stmmac sun4i_i2s dw_hdmi sun8i_mixer sun4i_dl
  359. [ 37.916345] CPU: 3 PID: 1792 Comm: systemd-udevd Tainted: G W O 4.17.0-rc2-sunxi-dirty #7
  360. [ 37.916348] Hardware name: FriendlyARM NanoPi A64 (DT)
  361. [ 37.916353] pstate: 40000005 (nZcv daif -PAN -UAO)
  362. [ 37.916359] pc : drm_atomic_helper_wait_for_vblanks.part.8+0x244/0x250
  363. [ 37.916364] lr : drm_atomic_helper_wait_for_vblanks.part.8+0x244/0x250
  364. [ 37.916366] sp : ffff00000e343160
  365. [ 37.916368] x29: ffff00000e343160 x28: 0000000000000001
  366. [ 37.916373] x27: 0000000000000000 x26: 0000000000000001
  367. [ 37.916378] x25: 0000000000000030 x24: ffff80002fc3a000
  368. [ 37.916383] x23: 0000000000000001 x22: 0000000000000000
  369. [ 37.916388] x21: ffff800033c64018 x20: ffff80002fcc3780
  370. [ 37.916393] x19: 0000000000000000 x18: 0000000000000001
  371. [ 37.916398] x17: 0000ffffb3705de8 x16: ffff0000088d1a18
  372. [ 37.916403] x15: ffff000008c70000 x14: 00000000fffffff0
  373. [ 37.916407] x13: ffff000008d01068 x12: ffff000008c70000
  374. [ 37.916412] x11: 0000000000000000 x10: ffff000008d00000
  375. [ 37.916417] x9 : 0000000000000000 x8 : ffff000008d099f4
  376. [ 37.916422] x7 : 0000000000000000 x6 : 000000000f77311e
  377. [ 37.916426] x5 : 0000000000000000 x4 : 0000000000000000
  378. [ 37.916431] x3 : ffffffffffffffff x2 : 000080002d37e000
  379. [ 37.916436] x1 : ffff80002ff69c00 x0 : 0000000000000026
  380. [ 37.916442] Call trace:
  381. [ 37.916448] drm_atomic_helper_wait_for_vblanks.part.8+0x244/0x250
  382. [ 37.916453] drm_atomic_helper_commit_tail_rpm+0x58/0x70
  383. [ 37.916457] commit_tail+0x44/0x78
  384. [ 37.916462] drm_atomic_helper_commit+0xe8/0x168
  385. [ 37.916469] drm_atomic_commit+0x48/0x58
  386. [ 37.916474] restore_fbdev_mode_atomic+0x208/0x238
  387. [ 37.916478] drm_fb_helper_pan_display+0xa8/0x1d8
  388. [ 37.916485] fb_pan_display+0x94/0x118
  389. [ 37.916490] bit_update_start+0x1c/0x40
  390. [ 37.916496] fbcon_switch+0x35c/0x590
  391. [ 37.916502] redraw_screen+0x13c/0x240
  392. [ 37.916507] fbcon_prepare_logo+0x310/0x388
  393. [ 37.916511] fbcon_init+0x37c/0x580
  394. [ 37.916516] visual_init+0xb4/0x108
  395. [ 37.916521] do_bind_con_driver+0x1c0/0x3c8
  396. [ 37.916525] do_take_over_console+0xa0/0x200
  397. [ 37.916530] do_fbcon_takeover+0x6c/0xe8
  398. [ 37.916535] fbcon_event_notify+0x988/0xa00
  399. [ 37.916542] notifier_call_chain+0x54/0x98
  400. [ 37.916547] blocking_notifier_call_chain+0x48/0x70
  401. [ 37.916551] fb_notifier_call_chain+0x1c/0x28
  402. [ 37.916555] register_framebuffer+0x200/0x328
  403. [ 37.916559] __drm_fb_helper_initial_config_and_unlock+0x1fc/0x3f0
  404. [ 37.916563] drm_fb_helper_initial_config+0x3c/0x48
  405. [ 37.916568] drm_fb_cma_fbdev_init_with_funcs+0xa8/0x150
  406. [ 37.916572] drm_fb_cma_fbdev_init+0x10/0x18
  407. [ 37.916581] sun4i_framebuffer_init+0x44/0x50 [sun4i_drm]
  408. [ 37.916586] sun4i_drv_bind+0x174/0x1c0 [sun4i_drm]
  409. [ 37.916593] try_to_bring_up_master+0x178/0x1d8
  410. [ 37.916598] component_add+0x94/0x158
  411. [ 37.916610] sun8i_dw_hdmi_probe+0x18/0x20 [sun8i_drm_hdmi]
  412. [ 37.916616] platform_drv_probe+0x58/0xb8
  413. [ 37.916620] driver_probe_device+0x238/0x308
  414. [ 37.916623] __driver_attach+0xb8/0xc0
  415. [ 37.916627] bus_for_each_dev+0x60/0x98
  416. [ 37.916631] driver_attach+0x20/0x28
  417. [ 37.916634] bus_add_driver+0x1ac/0x218
  418. [ 37.916638] driver_register+0x60/0xf8
  419. [ 37.916642] __platform_driver_register+0x40/0x48
  420. [ 37.916650] sun8i_dw_hdmi_pltfm_driver_init+0x1c/0x1000 [sun8i_drm_hdmi]
  421. [ 37.916656] do_one_initcall+0x48/0x140
  422. [ 37.916664] do_init_module+0x58/0x1b0
  423. [ 37.916670] load_module+0x1a64/0x21a8
  424. [ 37.916674] sys_finit_module+0xa4/0xb8
  425. [ 37.916678] __sys_trace_return+0x0/0x4
  426. [ 37.916681] ---[ end trace 4bdfb7cb4b775b4a ]---
  427. [ 37.935400] Console: switching to colour frame buffer device 160x64
  428. [ 48.099514] [drm:drm_atomic_helper_wait_for_dependencies] *ERROR* [CRTC:32:crtc-0] flip_done timed out
  429. [ 58.338533] [drm:drm_atomic_helper_wait_for_dependencies] *ERROR* [CONNECTOR:34:HDMI-A-1] flip_done timed out
  430. [ 68.578089] [drm:drm_atomic_helper_wait_for_dependencies] *ERROR* [PLANE:30:plane-1] flip_done timed out
  431. [ 68.634040] ------------[ cut here ]------------
  432. [ 68.634044] [CRTC:32:crtc-0] vblank wait timed out
  433. [ 68.634089] WARNING: CPU: 3 PID: 1792 at drivers/gpu/drm/drm_atomic_helper.c:1351 drm_atomic_helper_wait_for_vblanks.part.8+0x244/0x250
  434. [ 68.634091] Modules linked in: dwmac_sun8i(+) crc32_ce stmmac_platform crct10dif_ce sun8i_drm_hdmi(+) stmmac sun4i_i2s dw_hdmi sun8i_mixer sun4i_dl
  435. [ 68.634131] CPU: 3 PID: 1792 Comm: systemd-udevd Tainted: G W O 4.17.0-rc2-sunxi-dirty #7
  436. [ 68.634133] Hardware name: FriendlyARM NanoPi A64 (DT)
  437. [ 68.634138] pstate: 40000005 (nZcv daif -PAN -UAO)
  438. [ 68.634143] pc : drm_atomic_helper_wait_for_vblanks.part.8+0x244/0x250
  439. [ 68.634149] lr : drm_atomic_helper_wait_for_vblanks.part.8+0x244/0x250
  440. [ 68.634151] sp : ffff00000e343290
  441. [ 68.634153] x29: ffff00000e343290 x28: 0000000000000001
  442. [ 68.634158] x27: 0000000000000000 x26: 0000000000000001
  443. [ 68.634163] x25: 0000000000000030 x24: ffff80002fc3a000
  444. [ 68.634168] x23: 0000000000000001 x22: 0000000000000000
  445. [ 68.634173] x21: ffff800033c64018 x20: ffff80002fcc3680
  446. [ 68.634178] x19: 0000000000000000 x18: 0000000000000001
  447. [ 68.634183] x17: 0000ffffa405e190 x16: ffff0000088d1a18
  448. [ 68.634188] x15: ffff000008c70000 x14: 00000000fffffff0
  449. [ 68.634193] x13: ffff000008d01068 x12: ffff000008c70000
  450. [ 68.634198] x11: 0000000000000000 x10: ffff000008d00000
  451. [ 68.634203] x9 : 0000000000000000 x8 : ffff000008d0ab98
  452. [ 68.634208] x7 : 0000000000000000 x6 : 000000000f77311e
  453. [ 68.634212] x5 : 0000000000000000 x4 : 0000000000000000
  454. [ 68.634217] x3 : ffffffffffffffff x2 : 000080002d37e000
  455. [ 68.634222] x1 : ffff80002ff69c00 x0 : 0000000000000026
  456. [ 68.634228] Call trace:
  457. [ 68.634234] drm_atomic_helper_wait_for_vblanks.part.8+0x244/0x250
  458. [ 68.634239] drm_atomic_helper_commit_tail_rpm+0x58/0x70
  459. [ 68.634243] commit_tail+0x44/0x78
  460. [ 68.634248] drm_atomic_helper_commit+0xe8/0x168
  461. [ 68.634254] drm_atomic_commit+0x48/0x58
  462. [ 68.634259] restore_fbdev_mode_atomic+0x208/0x238
  463. [ 68.634264] drm_fb_helper_pan_display+0xa8/0x1d8
  464. [ 68.634271] fb_pan_display+0x94/0x118
  465. [ 68.634275] bit_update_start+0x1c/0x40
  466. [ 68.634281] fbcon_switch+0x35c/0x590
  467. [ 68.634287] redraw_screen+0x13c/0x240
  468. [ 68.634292] do_bind_con_driver+0x3b8/0x3c8
  469. [ 68.634297] do_take_over_console+0xa0/0x200
  470. [ 68.634301] do_fbcon_takeover+0x6c/0xe8
  471. [ 68.634306] fbcon_event_notify+0x988/0xa00
  472. [ 68.634314] notifier_call_chain+0x54/0x98
  473. [ 68.634318] blocking_notifier_call_chain+0x48/0x70
  474. [ 68.634322] fb_notifier_call_chain+0x1c/0x28
  475. [ 68.634327] register_framebuffer+0x200/0x328
  476. [ 68.634331] __drm_fb_helper_initial_config_and_unlock+0x1fc/0x3f0
  477. [ 68.634335] drm_fb_helper_initial_config+0x3c/0x48
  478. [ 68.634339] drm_fb_cma_fbdev_init_with_funcs+0xa8/0x150
  479. [ 68.634343] drm_fb_cma_fbdev_init+0x10/0x18
  480. [ 68.634353] sun4i_framebuffer_init+0x44/0x50 [sun4i_drm]
  481. [ 68.634358] sun4i_drv_bind+0x174/0x1c0 [sun4i_drm]
  482. [ 68.634365] try_to_bring_up_master+0x178/0x1d8
  483. [ 68.634369] component_add+0x94/0x158
  484. [ 68.634380] sun8i_dw_hdmi_probe+0x18/0x20 [sun8i_drm_hdmi]
  485. [ 68.634386] platform_drv_probe+0x58/0xb8
  486. [ 68.634390] driver_probe_device+0x238/0x308
  487. [ 68.634394] __driver_attach+0xb8/0xc0
  488. [ 68.634397] bus_for_each_dev+0x60/0x98
  489. [ 68.634401] driver_attach+0x20/0x28
  490. [ 68.634404] bus_add_driver+0x1ac/0x218
  491. [ 68.634408] driver_register+0x60/0xf8
  492. [ 68.634412] __platform_driver_register+0x40/0x48
  493. [ 68.634420] sun8i_dw_hdmi_pltfm_driver_init+0x1c/0x1000 [sun8i_drm_hdmi]
  494. [ 68.634426] do_one_initcall+0x48/0x140
  495. [ 68.634433] do_init_module+0x58/0x1b0
  496. [ 68.634439] load_module+0x1a64/0x21a8
  497. [ 68.634444] sys_finit_module+0xa4/0xb8
  498. [ 68.634448] __sys_trace_return+0x0/0x4
  499. [ 68.634450] ---[ end trace 4bdfb7cb4b775b4b ]---
  500. [ 70.722237] sun4i-drm display-engine: fb0: frame buffer device
  501. [ 70.750546] [drm] Initialized sun4i-drm 1.0.0 20150629 for display-engine on minor 0
  502. [ 70.764679] sun4i-i2s 1c22800.i2s: Could not register PCM
  503. [ 70.765796] dwmac-sun8i 1c30000.ethernet: PTP uses main clock
  504. [ 70.770783] dwmac-sun8i 1c30000.ethernet: Chain mode enabled
  505. [ 70.770789] dwmac-sun8i 1c30000.ethernet: No HW DMA feature register supported
  506. [ 70.770794] dwmac-sun8i 1c30000.ethernet: Normal descriptors
  507. [ 70.770798] dwmac-sun8i 1c30000.ethernet: RX Checksum Offload Engine supported
  508. [ 70.770803] dwmac-sun8i 1c30000.ethernet: COE Type 2
  509. [ 70.770806] dwmac-sun8i 1c30000.ethernet: TX Checksum insertion supported
  510. [ 70.770975] libphy: stmmac: probed
  511. [ 70.784055] sun4i-i2s 1c22800.i2s: Could not register PCM
  512. [ 70.805859] dwmac-sun8i 1c30000.ethernet eth0: device MAC address 16:d9:02:13:11:3f
  513. [ 70.806128] RTL8211E Gigabit Ethernet stmmac-0:00: attached PHY driver [RTL8211E Gigabit Ethernet] (mii_bus:phy_addr=stmmac-0:00, irq=POLL)
  514. [ 70.808719] dwmac-sun8i 1c30000.ethernet eth0: No MAC Management Counters available
  515. [ 70.808727] dwmac-sun8i 1c30000.ethernet eth0: PTP not supported by HW
  516. [ 73.861007] dwmac-sun8i 1c30000.ethernet eth0: Link is Up - 100Mbps/Full - flow control rx/tx
  517. [ 80.869161] [drm:drm_atomic_helper_wait_for_dependencies] *ERROR* [CRTC:32:crtc-0] flip_done timed out
  518. [ 91.110139] [drm:drm_atomic_helper_wait_for_dependencies] *ERROR* [CONNECTOR:34:HDMI-A-1] flip_done timed out
  519. [ 101.351055] [drm:drm_atomic_helper_wait_for_dependencies] *ERROR* [PLANE:30:plane-1] flip_done timed out
  520. [ 101.407033] ------------[ cut here ]------------
  521. [ 101.407037] [CRTC:32:crtc-0] vblank wait timed out
  522. [ 101.407086] WARNING: CPU: 2 PID: 1860 at drivers/gpu/drm/drm_atomic_helper.c:1351 drm_atomic_helper_wait_for_vblanks.part.8+0x244/0x250
  523. [ 101.407088] Modules linked in: realtek dwmac_sun8i crc32_ce stmmac_platform crct10dif_ce sun8i_drm_hdmi stmmac sun4i_i2s dw_hdmi sun8i_mixer sun4il
  524. [ 101.407129] CPU: 2 PID: 1860 Comm: setfont Tainted: G W O 4.17.0-rc2-sunxi-dirty #7
  525. [ 101.407132] Hardware name: FriendlyARM NanoPi A64 (DT)
  526. [ 101.407137] pstate: 40000005 (nZcv daif -PAN -UAO)
  527. [ 101.407143] pc : drm_atomic_helper_wait_for_vblanks.part.8+0x244/0x250
  528. [ 101.407148] lr : drm_atomic_helper_wait_for_vblanks.part.8+0x244/0x250
  529. [ 101.407150] sp : ffff00000f05b790
  530. [ 101.407152] x29: ffff00000f05b790 x28: 0000000000000001
  531. [ 101.407157] x27: 0000000000000000 x26: 0000000000000001
  532. [ 101.407162] x25: 0000000000000030 x24: ffff80002fc3a000
  533. [ 101.407167] x23: 0000000000000001 x22: 0000000000000000
  534. [ 101.407172] x21: ffff800033c64018 x20: ffff80003034aa80
  535. [ 101.407177] x19: 0000000000000000 x18: 0000000000000001
  536. [ 101.407182] x17: 0000ffff928bd598 x16: ffff0000088d1a18
  537. [ 101.407187] x15: ffff000008c70000 x14: 00000000fffffff0
  538. [ 101.407192] x13: ffff000008d01068 x12: ffff000008c70000
  539. [ 101.407196] x11: 0000000000000000 x10: ffff000008d00000
  540. [ 101.407201] x9 : 0000000000000000 x8 : ffff000008d0c494
  541. [ 101.407206] x7 : 0000000000000000 x6 : 000000000f77311e
  542. [ 101.407211] x5 : 0000000000000000 x4 : 0000000000000000
  543. [ 101.407215] x3 : ffffffffffffffff x2 : 000080002d367000
  544. [ 101.407220] x1 : ffff80002fc9d400 x0 : 0000000000000026
  545. [ 101.407226] Call trace:
  546. [ 101.407232] drm_atomic_helper_wait_for_vblanks.part.8+0x244/0x250
  547. [ 101.407237] drm_atomic_helper_commit_tail_rpm+0x58/0x70
  548. [ 101.407241] commit_tail+0x44/0x78
  549. [ 101.407246] drm_atomic_helper_commit+0xe8/0x168
  550. [ 101.407252] drm_atomic_commit+0x48/0x58
  551. [ 101.407257] restore_fbdev_mode_atomic+0x208/0x238
  552. [ 101.407261] drm_fb_helper_pan_display+0xa8/0x1d8
  553. [ 101.407268] fb_pan_display+0x94/0x118
  554. [ 101.407273] bit_update_start+0x1c/0x40
  555. [ 101.407278] fbcon_switch+0x35c/0x590
  556. [ 101.407284] redraw_screen+0x13c/0x240
  557. [ 101.407290] fbcon_do_set_font+0x1a8/0x238
  558. [ 101.407294] fbcon_set_font+0x1f8/0x230
  559. [ 101.407298] con_font_op+0x2bc/0x480
  560. [ 101.407302] vt_ioctl+0xe48/0x13c0
  561. [ 101.407307] tty_ioctl+0xf8/0xb40
  562. [ 101.407314] do_vfs_ioctl+0xa4/0x8b0
  563. [ 101.407318] ksys_ioctl+0x80/0xb8
  564. [ 101.407322] sys_ioctl+0xc/0x18
  565. [ 101.407328] __sys_trace_return+0x0/0x4
  566. [ 101.407331] ---[ end trace 4bdfb7cb4b775b4c ]---
  567. [ 111.847908] [drm:drm_atomic_helper_wait_for_dependencies] *ERROR* [CRTC:32:crtc-0] flip_done timed out
  568. [ 122.088691] [drm:drm_atomic_helper_wait_for_dependencies] *ERROR* [CONNECTOR:34:HDMI-A-1] flip_done timed out
  569. [ 132.329435] [drm:drm_atomic_helper_wait_for_dependencies] *ERROR* [PLANE:30:plane-1] flip_done timed out
  570. [ 132.385412] ------------[ cut here ]------------
  571. [ 132.385415] [CRTC:32:crtc-0] vblank wait timed out
  572. [ 132.385464] WARNING: CPU: 3 PID: 66 at drivers/gpu/drm/drm_atomic_helper.c:1351 drm_atomic_helper_wait_for_vblanks.part.8+0x244/0x250
  573. [ 132.385466] Modules linked in: realtek dwmac_sun8i crc32_ce stmmac_platform crct10dif_ce sun8i_drm_hdmi stmmac sun4i_i2s dw_hdmi sun8i_mixer sun4il
  574. [ 132.385507] CPU: 3 PID: 66 Comm: kworker/3:1 Tainted: G W O 4.17.0-rc2-sunxi-dirty #7
  575. [ 132.385509] Hardware name: FriendlyARM NanoPi A64 (DT)
  576. [ 132.385517] Workqueue: events output_poll_execute
  577. [ 132.385523] pstate: 40000005 (nZcv daif -PAN -UAO)
  578. [ 132.385528] pc : drm_atomic_helper_wait_for_vblanks.part.8+0x244/0x250
  579. [ 132.385533] lr : drm_atomic_helper_wait_for_vblanks.part.8+0x244/0x250
  580. [ 132.385535] sp : ffff0000090bbab0
  581. [ 132.385538] x29: ffff0000090bbab0 x28: 0000000000000001
  582. [ 132.385543] x27: 0000000000000000 x26: 0000000000000001
  583. [ 132.385548] x25: 0000000000000030 x24: ffff80002fc3a000
  584. [ 132.385552] x23: 0000000000000001 x22: 0000000000000000
  585. [ 132.385557] x21: ffff800033c64018 x20: ffff80002fd4b600
  586. [ 132.385562] x19: 0000000000000000 x18: 0000000000000001
  587. [ 132.385567] x17: ffff0000088d1a18 x16: ffff0000088d1a18
  588. [ 132.385572] x15: ffff000008c70000 x14: 00000000fffffff0
  589. [ 132.385577] x13: ffff000008d01068 x12: ffff000008c70000
  590. [ 132.385582] x11: 0000000000000000 x10: ffff000008d00000
  591. [ 132.385587] x9 : 0000000000000000 x8 : ffff000008d0d0b4
  592. [ 132.385592] x7 : 0000000000000000 x6 : 000000000f77311e
  593. [ 132.385596] x5 : 0000000000000000 x4 : 0000000000000000
  594. [ 132.385601] x3 : ffffffffffffffff x2 : 000080002d37e000
  595. [ 132.385606] x1 : ffff8000340e8000 x0 : 0000000000000026
  596. [ 132.385611] Call trace:
  597. [ 132.385617] drm_atomic_helper_wait_for_vblanks.part.8+0x244/0x250
  598. [ 132.385622] drm_atomic_helper_commit_tail_rpm+0x58/0x70
  599. [ 132.385626] commit_tail+0x44/0x78
  600. [ 132.385631] drm_atomic_helper_commit+0xe8/0x168
  601. [ 132.385638] drm_atomic_commit+0x48/0x58
  602. [ 132.385642] restore_fbdev_mode_atomic+0x208/0x238
  603. [ 132.385646] restore_fbdev_mode+0x24/0x178
  604. [ 132.385651] drm_fb_helper_restore_fbdev_mode_unlocked+0x70/0xe8
  605. [ 132.385655] drm_fb_helper_set_par+0x2c/0x58
  606. [ 132.385659] drm_fb_helper_hotplug_event.part.27+0xb0/0xc0
  607. [ 132.385663] drm_fb_helper_output_poll_changed+0x34/0x40
  608. [ 132.385667] drm_kms_helper_hotplug_event+0x28/0x38
  609. [ 132.385670] output_poll_execute+0x18c/0x1b8
  610. [ 132.385678] process_one_work+0x1cc/0x320
  611. [ 132.385682] worker_thread+0x44/0x470
  612. [ 132.385688] kthread+0x128/0x130
  613. [ 132.385694] ret_from_fork+0x10/0x18
  614. [ 132.385697] ---[ end trace 4bdfb7cb4b775b4d ]---
  615. [ 143.850230] [drm:drm_atomic_helper_wait_for_dependencies] *ERROR* [CRTC:32:crtc-0] flip_done timed out
  616. [ 154.090890] [drm:drm_atomic_helper_wait_for_dependencies] *ERROR* [CONNECTOR:34:HDMI-A-1] flip_done timed out
  617. [ 164.331535] [drm:drm_atomic_helper_wait_for_dependencies] *ERROR* [PLANE:30:plane-1] flip_done timed out
  618. [ 164.387498] ------------[ cut here ]------------
  619. [ 164.387501] [CRTC:32:crtc-0] vblank wait timed out
  620. [ 164.387549] WARNING: CPU: 2 PID: 1912 at drivers/gpu/drm/drm_atomic_helper.c:1351 drm_atomic_helper_wait_for_vblanks.part.8+0x244/0x250
  621. [ 164.387553] Modules linked in: realtek dwmac_sun8i crc32_ce stmmac_platform crct10dif_ce sun8i_drm_hdmi stmmac sun4i_i2s dw_hdmi sun8i_mixer sun4il
  622. [ 164.387593] CPU: 2 PID: 1912 Comm: setfont Tainted: G W O 4.17.0-rc2-sunxi-dirty #7
  623. [ 164.387595] Hardware name: FriendlyARM NanoPi A64 (DT)
  624. [ 164.387600] pstate: 40000005 (nZcv daif -PAN -UAO)
  625. [ 164.387606] pc : drm_atomic_helper_wait_for_vblanks.part.8+0x244/0x250
  626. [ 164.387611] lr : drm_atomic_helper_wait_for_vblanks.part.8+0x244/0x250
  627. [ 164.387613] sp : ffff00000f073790
  628. [ 164.387615] x29: ffff00000f073790 x28: 0000000000000001
  629. [ 164.387620] x27: 0000000000000000 x26: 0000000000000001
  630. [ 164.387625] x25: 0000000000000030 x24: ffff80002fc3a000
  631. [ 164.387630] x23: 0000000000000001 x22: 0000000000000000
  632. [ 164.387635] x21: ffff800033c64018 x20: ffff80002fc8b500
  633. [ 164.387640] x19: 0000000000000000 x18: 0000000000000001
  634. [ 164.387645] x17: 0000ffff8a7d8020 x16: ffff0000088d1a18
  635. [ 164.387650] x15: ffff000008c70000 x14: 00000000fffffff0
  636. [ 164.387655] x13: ffff000008d01068 x12: ffff000008c70000
  637. [ 164.387660] x11: 0000000000000000 x10: ffff000008d00000
  638. [ 164.387665] x9 : 0000000000000000 x8 : ffff000008d0dce4
  639. [ 164.387669] x7 : 0000000000000000 x6 : 000000000f77311e
  640. [ 164.387674] x5 : 0000000000000000 x4 : 0000000000000000
  641. [ 164.387679] x3 : ffffffffffffffff x2 : 000080002d367000
  642. [ 164.387683] x1 : ffff80002fd5c600 x0 : 0000000000000026
  643. [ 164.387689] Call trace:
  644. [ 164.387695] drm_atomic_helper_wait_for_vblanks.part.8+0x244/0x250
  645. [ 164.387700] drm_atomic_helper_commit_tail_rpm+0x58/0x70
  646. [ 164.387705] commit_tail+0x44/0x78
  647. [ 164.387709] drm_atomic_helper_commit+0xe8/0x168
  648. [ 164.387716] drm_atomic_commit+0x48/0x58
  649. [ 164.387721] restore_fbdev_mode_atomic+0x208/0x238
  650. [ 164.387725] drm_fb_helper_pan_display+0xa8/0x1d8
  651. [ 164.387732] fb_pan_display+0x94/0x118
  652. [ 164.387736] bit_update_start+0x1c/0x40
  653. [ 164.387742] fbcon_switch+0x35c/0x590
  654. [ 164.387748] redraw_screen+0x13c/0x240
  655. [ 164.387753] fbcon_do_set_font+0x1a8/0x238
  656. [ 164.387758] fbcon_set_font+0x1f8/0x230
  657. [ 164.387762] con_font_op+0x2bc/0x480
  658. [ 164.387766] vt_ioctl+0xe48/0x13c0
  659. [ 164.387771] tty_ioctl+0xf8/0xb40
  660. [ 164.387777] do_vfs_ioctl+0xa4/0x8b0
  661. [ 164.387781] ksys_ioctl+0x80/0xb8
  662. [ 164.387785] sys_ioctl+0xc/0x18
  663. [ 164.387792] __sys_trace_return+0x0/0x4
  664. [ 164.387794] ---[ end trace 4bdfb7cb4b775b4e ]---
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement