Advertisement
xlazom00

Untitled

Sep 27th, 2021
445
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 126.56 KB | None | 0 0
  1. [ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x411fd071]
  2. [ 0.000000] Linux version 5.15.0-rc2-jetson-nano (root@ubuntu) (aarch64-linux-gnu-gcc (GNU Toolchain for the A-profile Architecture 8.3-2019.03 (arm-rel-8.36)) 8.3.0, GNU ld (GNU Toolchain for the A-profile Architecture 8.3-2019.03 (arm-rel-8.36)) 2.32.0.20190321) #trunk SMP PREEMPT Thu Sep 23 12:25:23 PDT 2021
  3. [ 0.000000] Machine model: NVIDIA Jetson Nano Developer Kit
  4. [ 0.000000] efi: UEFI not found.
  5. [ 0.000000] NUMA: No NUMA configuration found
  6. [ 0.000000] NUMA: Faking a node at [mem 0x0000000080000000-0x000000017f1fffff]
  7. [ 0.000000] NUMA: NODE_DATA [mem 0x17e9c2b00-0x17e9c4fff]
  8. [ 0.000000] Zone ranges:
  9. [ 0.000000] DMA [mem 0x0000000080000000-0x00000000ffffffff]
  10. [ 0.000000] DMA32 empty
  11. [ 0.000000] Normal [mem 0x0000000100000000-0x000000017f1fffff]
  12. [ 0.000000] Movable zone start for each node
  13. [ 0.000000] Early memory node ranges
  14. [ 0.000000] node 0: [mem 0x0000000080000000-0x00000000fedfffff]
  15. [ 0.000000] node 0: [mem 0x0000000100000000-0x000000017f1fffff]
  16. [ 0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x000000017f1fffff]
  17. [ 0.000000] cma: Reserved 512 MiB at 0x00000000dec00000
  18. [ 0.000000] psci: probing for conduit method from DT.
  19. [ 0.000000] psci: PSCIv1.0 detected in firmware.
  20. [ 0.000000] psci: Using standard PSCI v0.2 function IDs
  21. [ 0.000000] psci: MIGRATE_INFO_TYPE not supported.
  22. [ 0.000000] psci: SMC Calling Convention v1.1
  23. [ 0.000000] percpu: Embedded 20 pages/cpu s42072 r8192 d31656 u81920
  24. [ 0.000000] pcpu-alloc: s42072 r8192 d31656 u81920 alloc=20*4096
  25. [ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
  26. [ 0.000000] Detected PIPT I-cache on CPU0
  27. [ 0.000000] CPU features: detected: Spectre-v2
  28. [ 0.000000] CPU features: detected: Spectre-v3a
  29. [ 0.000000] CPU features: detected: ARM erratum 834220
  30. [ 0.000000] CPU features: detected: ARM erratum 832075
  31. [ 0.000000] CPU features: detected: ARM errata 1165522, 1319367, or 1530923
  32. [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 1024056
  33. [ 0.000000] Policy zone: Normal
  34. [ 0.000000] Kernel command line: root=UUID=1f551719-6290-43d0-8e1a-4541e7ee5004 rootflags=data=writeback rw no_console_suspend consoleblank=0 fsck.fix=yes fsck.repair=yes net.ifnames=0 cma=512M
  35. [ 0.000000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
  36. [ 0.000000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
  37. [ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
  38. [ 0.000000] software IO TLB: mapped [mem 0x00000000dac00000-0x00000000dec00000] (64MB)
  39. [ 0.000000] Memory: 3452788K/4161536K available (14592K kernel code, 1384K rwdata, 5404K rodata, 2432K init, 496K bss, 184460K reserved, 524288K cma-reserved)
  40. [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
  41. [ 0.000000] rcu: Preemptible hierarchical RCU implementation.
  42. [ 0.000000] rcu: RCU event tracing is enabled.
  43. [ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=4.
  44. [ 0.000000] Trampoline variant of Tasks RCU enabled.
  45. [ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
  46. [ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
  47. [ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
  48. [ 0.000000] Root IRQ handler: gic_handle_irq
  49. [ 0.000000] GIC: Using split EOI/Deactivate mode
  50. [ 0.000000] /interrupt-controller@60004000: 192 interrupts forwarded to /interrupt-controller@50041000
  51. [ 0.000000] random: get_random_bytes called from start_kernel+0x4cc/0x6b8 with crng_init=0
  52. [ 0.000002] sched_clock: 32 bits at 1000kHz, resolution 1000ns, wraps every 2147483647500ns
  53. [ 0.000033] clocksource: timer_us: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275 ns
  54. [ 0.000223] clocksource: tegra_suspend_timer: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
  55. [ 0.000684] arch_timer: cp15 timer(s) running at 19.20MHz (phys).
  56. [ 0.000698] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x46d987e47, max_idle_ns: 440795202767 ns
  57. [ 0.000710] sched_clock: 56 bits at 19MHz, resolution 52ns, wraps every 4398046511078ns
  58. [ 0.000907] Console: colour dummy device 80x25
  59. [ 0.001238] printk: console [tty0] enabled
  60. [ 0.001356] Calibrating delay loop (skipped), value calculated using timer frequency.. 38.40 BogoMIPS (lpj=76800)
  61. [ 0.001381] pid_max: default: 32768 minimum: 301
  62. [ 0.001452] LSM: Security Framework initializing
  63. [ 0.001496] Yama: becoming mindful.
  64. [ 0.001606] AppArmor: AppArmor initialized
  65. [ 0.001704] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
  66. [ 0.001767] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
  67. [ 0.003840] rcu: Hierarchical SRCU implementation.
  68. [ 0.005404] Speedo Revision 4
  69. [ 0.005424] Tegra210: unknown SKU 0x8f
  70. [ 0.005449] Tegra Revision: A02 SKU: 143 CPU Process: 0 SoC Process: 1
  71. [ 0.005757] tegra-pmc: access to PMC is restricted to TZ
  72. [ 0.005788] EFI services will not be available.
  73. [ 0.006149] smp: Bringing up secondary CPUs ...
  74. [ 0.006825] Detected PIPT I-cache on CPU1
  75. [ 0.006932] CPU1: Booted secondary processor 0x0000000001 [0x411fd071]
  76. [ 0.007623] Detected PIPT I-cache on CPU2
  77. [ 0.007674] CPU2: Booted secondary processor 0x0000000002 [0x411fd071]
  78. [ 0.008394] Detected PIPT I-cache on CPU3
  79. [ 0.008446] CPU3: Booted secondary processor 0x0000000003 [0x411fd071]
  80. [ 0.008529] smp: Brought up 1 node, 4 CPUs
  81. [ 0.008586] SMP: Total of 4 processors activated.
  82. [ 0.008597] CPU features: detected: 32-bit EL0 Support
  83. [ 0.008605] CPU features: detected: 32-bit EL1 Support
  84. [ 0.008616] CPU features: detected: CRC32 instructions
  85. [ 0.024808] CPU: All CPU(s) started at EL2
  86. [ 0.024890] alternatives: patching kernel code
  87. [ 0.031066] devtmpfs: initialized
  88. [ 0.037962] KASLR disabled due to lack of seed
  89. [ 0.038204] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
  90. [ 0.038241] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
  91. [ 0.055301] pinctrl core: initialized pinctrl subsystem
  92. [ 0.056252] DMI not present or invalid.
  93. [ 0.056882] NET: Registered PF_NETLINK/PF_ROUTE protocol family
  94. [ 0.058607] DMA: preallocated 512 KiB GFP_KERNEL pool for atomic allocations
  95. [ 0.058780] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
  96. [ 0.058983] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
  97. [ 0.059067] audit: initializing netlink subsys (disabled)
  98. [ 0.059239] audit: type=2000 audit(0.056:1): state=initialized audit_enabled=0 res=1
  99. [ 0.059777] thermal_sys: Registered thermal governor 'step_wise'
  100. [ 0.059785] thermal_sys: Registered thermal governor 'power_allocator'
  101. [ 0.060951] cpuidle: using governor menu
  102. [ 0.061183] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
  103. [ 0.061295] ASID allocator initialised with 65536 entries
  104. [ 0.062725] Serial: AMBA PL011 UART driver
  105. [ 0.071795] tegra-mc 70019000.memory-controller: no memory timings for RAM code 0 registered
  106. [ 0.072316] platform 50000000.host1x: Adding to iommu group 0
  107. [ 0.072381] platform 57000000.gpu: Adding to iommu group 1
  108. [ 0.087362] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
  109. [ 0.087398] HugeTLB registered 32.0 MiB page size, pre-allocated 0 pages
  110. [ 0.087411] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
  111. [ 0.087422] HugeTLB registered 64.0 KiB page size, pre-allocated 0 pages
  112. [ 0.089352] cryptd: max_cpu_qlen set to 1000
  113. [ 0.160088] raid6: neonx8 gen() 2886 MB/s
  114. [ 0.228088] raid6: neonx8 xor() 2067 MB/s
  115. [ 0.264447] random: fast init done
  116. [ 0.296114] raid6: neonx4 gen() 2871 MB/s
  117. [ 0.364084] raid6: neonx4 xor() 2101 MB/s
  118. [ 0.432088] raid6: neonx2 gen() 2626 MB/s
  119. [ 0.500084] raid6: neonx2 xor() 1964 MB/s
  120. [ 0.568090] raid6: neonx1 gen() 1987 MB/s
  121. [ 0.636084] raid6: neonx1 xor() 1585 MB/s
  122. [ 0.704093] raid6: int64x8 gen() 1695 MB/s
  123. [ 0.772084] raid6: int64x8 xor() 957 MB/s
  124. [ 0.840114] raid6: int64x4 gen() 1698 MB/s
  125. [ 0.908081] raid6: int64x4 xor() 981 MB/s
  126. [ 0.976084] raid6: int64x2 gen() 1590 MB/s
  127. [ 1.044091] raid6: int64x2 xor() 876 MB/s
  128. [ 1.112088] raid6: int64x1 gen() 1221 MB/s
  129. [ 1.180083] raid6: int64x1 xor() 640 MB/s
  130. [ 1.180093] raid6: using algorithm neonx8 gen() 2886 MB/s
  131. [ 1.180104] raid6: .... xor() 2067 MB/s, rmw enabled
  132. [ 1.180115] raid6: using neon recovery algorithm
  133. [ 1.180774] ACPI: Interpreter disabled.
  134. [ 1.181510] VDD_HDMI_5V0: supplied by VDD_5V0_SYS
  135. [ 1.181764] VDD_5V_USB: supplied by VDD_5V0_SYS
  136. [ 1.182146] iommu: Default domain type: Translated
  137. [ 1.182164] iommu: DMA domain TLB invalidation policy: strict mode
  138. [ 1.182393] vgaarb: loaded
  139. [ 1.182699] SCSI subsystem initialized
  140. [ 1.182897] libata version 3.00 loaded.
  141. [ 1.183116] usbcore: registered new interface driver usbfs
  142. [ 1.183156] usbcore: registered new interface driver hub
  143. [ 1.183188] usbcore: registered new device driver usb
  144. [ 1.183442] pps_core: LinuxPPS API ver. 1 registered
  145. [ 1.183455] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
  146. [ 1.183476] PTP clock support registered
  147. [ 1.183585] EDAC MC: Ver: 3.0.0
  148. [ 1.184235] FPGA manager framework
  149. [ 1.184885] NetLabel: Initializing
  150. [ 1.184905] NetLabel: domain hash size = 128
  151. [ 1.184914] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
  152. [ 1.184975] NetLabel: unlabeled traffic allowed by default
  153. [ 1.185415] clocksource: Switched to clocksource arch_sys_counter
  154. [ 1.185613] VFS: Disk quotas dquot_6.6.0
  155. [ 1.185679] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
  156. [ 1.186349] AppArmor: AppArmor Filesystem Enabled
  157. [ 1.186405] pnp: PnP ACPI: disabled
  158. [ 1.191801] NET: Registered PF_INET protocol family
  159. [ 1.192316] IP idents hash table entries: 65536 (order: 7, 524288 bytes, linear)
  160. [ 1.194389] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear)
  161. [ 1.194514] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)
  162. [ 1.194738] TCP bind hash table entries: 32768 (order: 7, 524288 bytes, linear)
  163. [ 1.195249] TCP: Hash tables configured (established 32768 bind 32768)
  164. [ 1.195493] UDP hash table entries: 2048 (order: 4, 65536 bytes, linear)
  165. [ 1.195609] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear)
  166. [ 1.195910] NET: Registered PF_UNIX/PF_LOCAL protocol family
  167. [ 1.195963] PCI: CLS 0 bytes, default 64
  168. [ 1.196328] Trying to unpack rootfs image as initramfs...
  169. [ 1.206328] hw perfevents: enabled with armv8_pmuv3 PMU driver, 7 counters available
  170. [ 1.206579] kvm [1]: Guests without required CPU erratum workarounds can deadlock system!
  171. Only trusted guests should be used on this system.
  172. [ 1.206607] kvm [1]: IPA Size Limit: 44 bits
  173. [ 1.207512] kvm [1]: vgic interrupt IRQ9
  174. [ 1.207970] kvm [1]: Hyp mode initialized successfully
  175. [ 1.214710] Initialise system trusted keyrings
  176. [ 1.214973] workingset: timestamp_bits=42 max_order=20 bucket_order=0
  177. [ 1.219119] zbud: loaded
  178. [ 1.220763] squashfs: version 4.0 (2009/01/31) Phillip Lougher
  179. [ 1.260861] xor: measuring software checksum speed
  180. [ 1.263251] 8regs : 4272 MB/sec
  181. [ 1.265262] 32regs : 4944 MB/sec
  182. [ 1.267535] arm64_neon : 4416 MB/sec
  183. [ 1.267555] xor: using function: 32regs (4944 MB/sec)
  184. [ 1.267574] Key type asymmetric registered
  185. [ 1.267585] Asymmetric key parser 'x509' registered
  186. [ 1.267767] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
  187. [ 1.267995] io scheduler mq-deadline registered
  188. [ 1.268012] io scheduler kyber registered
  189. [ 1.268227] io scheduler bfq registered
  190. [ 1.271715] EINJ: ACPI disabled.
  191. [ 1.276877] tegra-apbdma 60020000.dma: Tegra20 APB DMA driver registered 32 channels
  192. [ 1.278966] tegra-pmc 7000e400.pmc: i2c-thermtrip node not found, emergency thermal reset disabled.
  193. [ 1.283352] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
  194. [ 1.285262] 70006000.serial: ttyS0 at MMIO 0x70006000 (irq = 74, base_baud = 25500000) is a Tegra
  195. [ 1.636023] Freeing initrd memory: 13216K
  196. [ 1.636766] printk: console [ttyS0] enabled
  197. [ 2.393354] loop: module loaded
  198. [ 2.397104] megasas: 07.717.02.00-rc1
  199. [ 2.402976] libphy: Fixed MDIO Bus: probed
  200. [ 2.407742] thunder_xcv, ver 1.0
  201. [ 2.411019] thunder_bgx, ver 1.0
  202. [ 2.414277] nicpf, ver 1.0
  203. [ 2.417281] hclge is initializing
  204. [ 2.420628] hns3: Hisilicon Ethernet Network Driver for Hip08 Family - version
  205. [ 2.427861] hns3: Copyright (c) 2017 Huawei Corporation.
  206. [ 2.433233] e1000: Intel(R) PRO/1000 Network Driver
  207. [ 2.438114] e1000: Copyright (c) 1999-2006 Intel Corporation.
  208. [ 2.443905] e1000e: Intel(R) PRO/1000 Network Driver
  209. [ 2.448873] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
  210. [ 2.454828] igb: Intel(R) Gigabit Ethernet Network Driver
  211. [ 2.460228] igb: Copyright (c) 2007-2014 Intel Corporation.
  212. [ 2.465827] igbvf: Intel(R) Gigabit Virtual Function Network Driver
  213. [ 2.472098] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
  214. [ 2.478117] sky2: driver version 1.30
  215. [ 2.482131] VFIO - User Level meta-driver version: 0.3
  216. [ 2.488453] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
  217. [ 2.495004] ehci-pci: EHCI PCI platform driver
  218. [ 2.499485] ehci-platform: EHCI generic platform driver
  219. [ 2.504801] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
  220. [ 2.511004] ohci-pci: OHCI PCI platform driver
  221. [ 2.515477] ohci-platform: OHCI generic platform driver
  222. [ 2.521103] usbcore: registered new interface driver usb-storage
  223. [ 2.528175] mousedev: PS/2 mouse device common for all mice
  224. [ 2.534978] tegra_rtc 7000e000.rtc: registered as rtc1
  225. [ 2.540151] tegra_rtc 7000e000.rtc: Tegra internal Real Time Clock
  226. [ 2.546435] i2c_dev: i2c /dev entries driver
  227. [ 2.555026] max77620 1-003c: PMIC Version OTP:0x35 and ES:0x8
  228. [ 2.567611] VDD_SOC: supplied by VDD_5V0_SYS
  229. [ 2.573269] VDD_DDR_1V1_PMIC: Bringing 1125000uV into 1150000-1150000uV
  230. [ 2.580700] VDD_DDR_1V1_PMIC: supplied by VDD_5V0_SYS
  231. [ 2.587111] VDD_PRE_REG_1V35: supplied by VDD_5V0_SYS
  232. [ 2.593522] VDD_1V8: supplied by VDD_5V0_SYS
  233. [ 2.599199] AVDD_SYS_1V2: supplied by VDD_PRE_REG_1V35
  234. [ 2.605300] VDD_PEX_1V05: supplied by VDD_PRE_REG_1V35
  235. [ 2.611635] max77620-ldo3: supplied by VDD_1V8
  236. [ 2.616705] VDD_RTC: supplied by VDD_5V0_SYS
  237. [ 2.621798] max77620-ldo5: supplied by VDD_1V8
  238. [ 2.626781] max77620-ldo6: supplied by VDD_5V0_SYS
  239. [ 2.632344] AVDD_1V05_PLL: supplied by VDD_PRE_REG_1V35
  240. [ 2.638325] AVDD_SATA_HDMI_DP_1V05: supplied by VDD_PRE_REG_1V35
  241. [ 2.778362] max77686-rtc max77620-rtc: registered as rtc0
  242. [ 2.816412] max77686-rtc max77620-rtc: setting system clock to 2021-09-27T21:54:41 UTC (1632779681)
  243. [ 2.829461] cpufreq: cpufreq_online: CPU0: Running at unlisted initial frequency: 1017600 KHz, changing to: 1020000 KHz
  244. [ 2.841724] sdhci: Secure Digital Host Controller Interface driver
  245. [ 2.847953] sdhci: Copyright(c) Pierre Ossman
  246. [ 2.852486] Synopsys Designware Multimedia Card Interface Driver
  247. [ 2.858683] sdhci-pltfm: SDHCI platform and OF driver helper
  248. [ 2.865167] ledtrig-cpu: registered to indicate activity on CPUs
  249. [ 2.871536] hid: raw HID events driver (C) Jiri Kosina
  250. [ 2.876797] usbcore: registered new interface driver usbhid
  251. [ 2.882373] usbhid: USB HID core driver
  252. [ 2.888073] NET: Registered PF_INET6 protocol family
  253. [ 2.918009] Segment Routing with IPv6
  254. [ 2.921792] In-situ OAM (IOAM) with IPv6
  255. [ 2.925819] NET: Registered PF_PACKET protocol family
  256. [ 2.931268] 8021q: 802.1Q VLAN Support v1.8
  257. [ 2.935527] Key type dns_resolver registered
  258. [ 2.940531] registered taskstats version 1
  259. [ 2.944654] Loading compiled-in X.509 certificates
  260. [ 2.951696] Loaded X.509 cert 'Build time autogenerated kernel key: f4bd30954fffeba91a08805d996818ae3d653387'
  261. [ 2.968026] zswap: loaded using pool zstd/z3fold
  262. [ 2.973882] Key type ._fscrypt registered
  263. [ 2.977911] Key type .fscrypt registered
  264. [ 2.981830] Key type fscrypt-provisioning registered
  265. [ 2.987867] Btrfs loaded, crc32c=crc32c-generic, zoned=yes, fsverity=yes
  266. [ 3.005968] Key type encrypted registered
  267. [ 3.010034] AppArmor: AppArmor sha1 policy hashing enabled
  268. [ 3.015573] ima: No TPM chip found, activating TPM-bypass!
  269. [ 3.021077] ima: Allocated hash algorithm: sha1
  270. [ 3.025658] ima: No architecture policies found
  271. [ 3.030250] evm: Initialising EVM extended attributes:
  272. [ 3.035384] evm: security.selinux
  273. [ 3.038695] evm: security.SMACK64
  274. [ 3.042004] evm: security.SMACK64EXEC
  275. [ 3.045659] evm: security.SMACK64TRANSMUTE
  276. [ 3.049748] evm: security.SMACK64MMAP
  277. [ 3.053405] evm: security.apparmor
  278. [ 3.056797] evm: security.ima
  279. [ 3.059759] evm: security.capability
  280. [ 3.063329] evm: HMAC attrs: 0x1
  281. [ 3.080433] VDD_3V3_SYS: supplied by VDD_5V0_SYS
  282. [ 3.086664] VDD_CPU: supplied by VDD_5V0_SYS
  283. [ 3.091275] VDDIO_SDMMC: supplied by VDD_3V3_SYS
  284. [ 3.096849] AVDD_IO_EDP_1V05: supplied by AVDD_1V05_PLL
  285. [ 3.104340] usb2-1: supply vbus not found, using dummy regulator
  286. [ 3.110637] usb2-2: supply vbus not found, using dummy regulator
  287. [ 3.117483] tegra-xusb-padctl 7009f000.padctl: failed to setup XUSB ports: -517
  288. [ 3.120304] tegra-pcie 1003000.pcie: host bridge /pcie@1003000 ranges:
  289. [ 3.126895] tegra-pcie 1003000.pcie: MEM 0x0001000000..0x0001001fff -> 0x0001000000
  290. [ 3.135043] tegra-pcie 1003000.pcie: IO 0x0012000000..0x001200ffff -> 0x0000000000
  291. [ 3.143144] tegra-pcie 1003000.pcie: MEM 0x0013000000..0x001fffffff -> 0x0013000000
  292. [ 3.151294] tegra-pcie 1003000.pcie: MEM 0x0020000000..0x003fffffff -> 0x0020000000
  293. [ 3.159484] tegra-pcie 1003000.pcie: 4x1, 1x1 configuration
  294. [ 3.165321] tegra-pcie 1003000.pcie: failed to get PHY#0: -517
  295. [ 3.171161] tegra-pcie 1003000.pcie: failed to get PHYs: -517
  296. [ 3.176923] tegra-pcie 1003000.pcie: failed to request resources: -517
  297. [ 3.184655] VDD_3V3_SD: supplied by VDD_3V3_SYS
  298. [ 3.189474] VDD_HUB_3V3: supplied by VDD_5V0_SYS
  299. [ 3.198110] irq: IRQ103: trimming hierarchy from :pmc@7000e400
  300. [ 3.204145] usb-conn-gpio 7009f000.padctl:ports:usb2-0:connector: repeated role: none
  301. [ 3.204337] usb2-1: supply vbus not found, using dummy regulator
  302. [ 3.218175] usb2-2: supply vbus not found, using dummy regulator
  303. [ 3.224904] tegra-pcie 1003000.pcie: host bridge /pcie@1003000 ranges:
  304. [ 3.228136] mmc0: SDHCI controller on 700b0400.mmc [700b0400.mmc] using ADMA 64-bit
  305. [ 3.231453] tegra-pcie 1003000.pcie: MEM 0x0001000000..0x0001001fff -> 0x0001000000
  306. [ 3.247168] tegra-pcie 1003000.pcie: IO 0x0012000000..0x001200ffff -> 0x0000000000
  307. [ 3.255264] tegra-pcie 1003000.pcie: MEM 0x0013000000..0x001fffffff -> 0x0013000000
  308. [ 3.263351] tegra-pcie 1003000.pcie: MEM 0x0020000000..0x003fffffff -> 0x0020000000
  309. [ 3.271506] tegra-pcie 1003000.pcie: 4x1, 1x1 configuration
  310. [ 3.280472] tegra-pcie 1003000.pcie: probing port 0, using 4 lanes
  311. [ 3.288691] tegra-pcie 1003000.pcie: probing port 1, using 1 lanes
  312. [ 3.371891] tegra-pcie 1003000.pcie: PCI host bridge to bus 0000:00
  313. [ 3.378185] pci_bus 0000:00: root bus resource [bus 00-ff]
  314. [ 3.383689] pci_bus 0000:00: root bus resource [mem 0x01000000-0x01001fff]
  315. [ 3.390572] pci_bus 0000:00: root bus resource [io 0x0000-0xffff]
  316. [ 3.396747] pci_bus 0000:00: root bus resource [mem 0x13000000-0x1fffffff]
  317. [ 3.403617] pci_bus 0000:00: root bus resource [mem 0x20000000-0x3fffffff pref]
  318. [ 3.411406] pci 0000:00:01.0: [10de:0fae] type 01 class 0x060400
  319. [ 3.417434] pci_bus 0000:00: 2-byte config write to 0000:00:01.0 offset 0x4 may corrupt adjacent RW1C bits
  320. [ 3.427100] pci_bus 0000:00: 2-byte config write to 0000:00:01.0 offset 0x4 may corrupt adjacent RW1C bits
  321. [ 3.436778] pci 0000:00:01.0: enabling Extended Tags
  322. [ 3.441747] pci_bus 0000:00: 2-byte config write to 0000:00:01.0 offset 0x88 may corrupt adjacent RW1C bits
  323. [ 3.451488] pci_bus 0000:00: 2-byte config write to 0000:00:01.0 offset 0x3e may corrupt adjacent RW1C bits
  324. [ 3.461283] pci 0000:00:01.0: PME# supported from D0 D1 D2 D3hot D3cold
  325. [ 3.467897] pci_bus 0000:00: 2-byte config write to 0000:00:01.0 offset 0x4c may corrupt adjacent RW1C bits
  326. [ 3.478061] pci 0000:00:02.0: [10de:0faf] type 01 class 0x060400
  327. [ 3.484074] pci_bus 0000:00: 2-byte config write to 0000:00:02.0 offset 0x4 may corrupt adjacent RW1C bits
  328. [ 3.493727] pci_bus 0000:00: 2-byte config write to 0000:00:02.0 offset 0x4 may corrupt adjacent RW1C bits
  329. [ 3.503392] pci 0000:00:02.0: enabling Extended Tags
  330. [ 3.508352] pci_bus 0000:00: 2-byte config write to 0000:00:02.0 offset 0x88 may corrupt adjacent RW1C bits
  331. [ 3.518088] pci_bus 0000:00: 2-byte config write to 0000:00:02.0 offset 0x3e may corrupt adjacent RW1C bits
  332. [ 3.527856] pci 0000:00:02.0: PME# supported from D0 D1 D2 D3hot D3cold
  333. [ 3.534465] pci_bus 0000:00: 2-byte config write to 0000:00:02.0 offset 0x4c may corrupt adjacent RW1C bits
  334. [ 3.545433] pci 0000:00:01.0: bridge configuration invalid ([bus 00-00]), reconfiguring
  335. [ 3.553440] pci 0000:00:02.0: bridge configuration invalid ([bus 00-00]), reconfiguring
  336. [ 3.561553] pci 0000:01:00.0: [10de:128b] type 00 class 0x030000
  337. [ 3.567576] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x00ffffff]
  338. [ 3.573855] pci 0000:01:00.0: reg 0x14: [mem 0x00000000-0x07ffffff 64bit pref]
  339. [ 3.581087] pci 0000:01:00.0: reg 0x1c: [mem 0x00000000-0x01ffffff 64bit pref]
  340. [ 3.588310] pci 0000:01:00.0: reg 0x24: [io 0x0000-0x007f]
  341. [ 3.593886] pci 0000:01:00.0: reg 0x30: [mem 0x00000000-0x0007ffff pref]
  342. [ 3.600742] pci 0000:01:00.0: 4.000 Gb/s available PCIe bandwidth, limited by 5.0 GT/s PCIe x1 link at 0000:00:01.0 (capable of 63.008 Gb/s with 8.0 GT/s PCIe x8 link)
  343. [ 3.615751] pci 0000:01:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
  344. [ 3.624150] pci 0000:01:00.1: [10de:0e0f] type 00 class 0x040300
  345. [ 3.630170] pci 0000:01:00.1: reg 0x10: [mem 0x00000000-0x00003fff]
  346. [ 3.646717] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
  347. [ 3.653460] pci 0000:02:00.0: [10ec:8168] type 00 class 0x020000
  348. [ 3.659483] pci 0000:02:00.0: reg 0x10: [io 0x0000-0x00ff]
  349. [ 3.665077] pci 0000:02:00.0: reg 0x18: [mem 0x00000000-0x00000fff 64bit]
  350. [ 3.671875] pci 0000:02:00.0: reg 0x20: [mem 0x00000000-0x00003fff 64bit]
  351. [ 3.678820] pci 0000:02:00.0: supports D1 D2
  352. [ 3.683087] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
  353. [ 3.702724] pci_bus 0000:02: busn_res: [bus 02-ff] end is updated to 02
  354. [ 3.709365] pci 0000:00:01.0: BAR 15: assigned [mem 0x20000000-0x2bffffff 64bit pref]
  355. [ 3.717197] pci 0000:00:01.0: BAR 14: assigned [mem 0x13000000-0x147fffff]
  356. [ 3.724064] pci 0000:00:02.0: BAR 14: assigned [mem 0x14800000-0x148fffff]
  357. [ 3.730932] pci 0000:00:01.0: BAR 13: assigned [io 0x1000-0x1fff]
  358. [ 3.737105] pci 0000:00:02.0: BAR 13: assigned [io 0x2000-0x2fff]
  359. [ 3.743282] pci 0000:01:00.0: BAR 1: assigned [mem 0x20000000-0x27ffffff 64bit pref]
  360. [ 3.751031] pci 0000:01:00.0: BAR 3: assigned [mem 0x28000000-0x29ffffff 64bit pref]
  361. [ 3.758777] pci 0000:01:00.0: BAR 0: assigned [mem 0x13000000-0x13ffffff]
  362. [ 3.765562] pci 0000:01:00.0: BAR 6: assigned [mem 0x14000000-0x1407ffff pref]
  363. [ 3.772777] pci 0000:01:00.1: BAR 0: assigned [mem 0x14080000-0x14083fff]
  364. [ 3.779560] pci 0000:01:00.0: BAR 5: assigned [io 0x1000-0x107f]
  365. [ 3.785653] pci 0000:00:01.0: PCI bridge to [bus 01]
  366. [ 3.790612] pci 0000:00:01.0: bridge window [io 0x1000-0x1fff]
  367. [ 3.796702] pci 0000:00:01.0: bridge window [mem 0x13000000-0x147fffff]
  368. [ 3.803483] pci 0000:00:01.0: bridge window [mem 0x20000000-0x2bffffff 64bit pref]
  369. [ 3.811252] pci 0000:02:00.0: BAR 4: assigned [mem 0x14800000-0x14803fff 64bit]
  370. [ 3.818568] pci 0000:02:00.0: BAR 2: assigned [mem 0x14804000-0x14804fff 64bit]
  371. [ 3.825887] pci 0000:02:00.0: BAR 0: assigned [io 0x2000-0x20ff]
  372. [ 3.831978] pci 0000:00:02.0: PCI bridge to [bus 02]
  373. [ 3.836939] pci 0000:00:02.0: bridge window [io 0x2000-0x2fff]
  374. [ 3.843027] pci 0000:00:02.0: bridge window [mem 0x14800000-0x148fffff]
  375. [ 3.849834] pci 0000:00:01.0: nv_msi_ht_cap_quirk didn't locate host bridge
  376. [ 3.856876] pcieport 0000:00:01.0: enabling device (0000 -> 0003)
  377. [ 3.863063] pcieport 0000:00:01.0: PME: Signaling with IRQ 18
  378. [ 3.868954] pci 0000:00:02.0: nv_msi_ht_cap_quirk didn't locate host bridge
  379. [ 3.875942] pcieport 0000:00:02.0: enabling device (0000 -> 0003)
  380. [ 3.882072] pcieport 0000:00:02.0: PME: Signaling with IRQ 18
  381. [ 3.888063] pci 0000:01:00.1: D0 power state depends on 0000:01:00.0
  382. [ 3.901454] tegra-xusb 70090000.usb: Firmware timestamp: 2019-07-23 06:54:33 UTC
  383. [ 3.908909] tegra-xusb 70090000.usb: xHCI Host Controller
  384. [ 3.914342] tegra-xusb 70090000.usb: new USB bus registered, assigned bus number 1
  385. [ 3.922764] tegra-xusb 70090000.usb: hcc params 0x0184f525 hci version 0x100 quirks 0x0000000000010010
  386. [ 3.932117] tegra-xusb 70090000.usb: irq 81, io mem 0x70090000
  387. [ 3.938293] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.15
  388. [ 3.946561] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  389. [ 3.953781] usb usb1: Product: xHCI Host Controller
  390. [ 3.958654] usb usb1: Manufacturer: Linux 5.15.0-rc2-jetson-nano xhci-hcd
  391. [ 3.965437] usb usb1: SerialNumber: 70090000.usb
  392. [ 3.970590] hub 1-0:1.0: USB hub found
  393. [ 3.974368] hub 1-0:1.0: 5 ports detected
  394. [ 3.978732] tegra-xusb 70090000.usb: xHCI Host Controller
  395. [ 3.984139] tegra-xusb 70090000.usb: new USB bus registered, assigned bus number 2
  396. [ 3.991710] tegra-xusb 70090000.usb: Host supports USB 3.0 SuperSpeed
  397. [ 3.998192] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
  398. [ 4.006328] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.15
  399. [ 4.014585] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  400. [ 4.021799] usb usb2: Product: xHCI Host Controller
  401. [ 4.026676] usb usb2: Manufacturer: Linux 5.15.0-rc2-jetson-nano xhci-hcd
  402. [ 4.033455] usb usb2: SerialNumber: 70090000.usb
  403. [ 4.038505] hub 2-0:1.0: USB hub found
  404. [ 4.042272] hub 2-0:1.0: 4 ports detected
  405. [ 4.049193] sdhci-tegra 700b0000.mmc: Got CD GPIO
  406. [ 4.049734] irq: IRQ104: trimming hierarchy from :pmc@7000e400
  407. [ 4.060409] irq: IRQ105: trimming hierarchy from :pmc@7000e400
  408. [ 4.066393] input: gpio-keys as /devices/platform/gpio-keys/input/input0
  409. [ 4.098134] irq: IRQ106: trimming hierarchy from :pmc@7000e400
  410. [ 4.104631] mmc1: SDHCI controller on 700b0000.mmc [700b0000.mmc] using ADMA 64-bit
  411. [ 4.114671] Freeing unused kernel memory: 2432K
  412. [ 4.119415] Run /init as init process
  413. [ 4.123083] with arguments:
  414. [ 4.123086] /init
  415. [ 4.123091] with environment:
  416. [ 4.123093] HOME=/
  417. [ 4.123096] TERM=linux
  418. [ 4.237490] usb 1-2: new high-speed USB device number 2 using tegra-xusb
  419. [ 4.401879] r8169 0000:02:00.0: enabling device (0000 -> 0003)
  420. [ 4.414922] usb 1-2: New USB device found, idVendor=0bda, idProduct=5411, bcdDevice= 1.01
  421. [ 4.427568] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
  422. [ 4.434864] usb 1-2: Product: 4-Port USB 2.1 Hub
  423. [ 4.439606] usb 1-2: Manufacturer: Generic
  424. [ 4.446740] gic 702f9000.interrupt-controller: GIC IRQ controller registered
  425. [ 4.467835] hub 1-2:1.0: USB hub found
  426. [ 4.473202] tegra-aconnect aconnect@702c0000: Tegra ACONNECT bus registered
  427. [ 4.481187] hub 1-2:1.0: 4 ports detected
  428. [ 4.509305] libphy: r8169: probed
  429. [ 4.513470] r8169 0000:02:00.0 eth0: RTL8168h/8111h, 48:b0:2d:51:ec:a4, XID 541, IRQ 108
  430. [ 4.521862] r8169 0000:02:00.0 eth0: jumbo features [frames: 9194 bytes, tx checksumming: ko]
  431. [ 4.531487] usb 2-1: new SuperSpeed USB device number 2 using tegra-xusb
  432. [ 4.538867] spi-nor spi0.0: mx25u3235f (4096 Kbytes)
  433. [ 4.566013] mmc1: new ultra high speed SDR104 SDXC card at address 0001
  434. [ 4.570361] usb 2-1: New USB device found, idVendor=0bda, idProduct=0411, bcdDevice= 1.01
  435. [ 4.574090] mmcblk1: mmc1:0001 GC2QT 59.6 GiB
  436. [ 4.580968] usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
  437. [ 4.592550] usb 2-1: Product: 4-Port USB 3.1 Hub
  438. [ 4.592676] mmcblk1: p1
  439. [ 4.597185] usb 2-1: Manufacturer: Generic
  440. [ 4.601930] hub 2-1:1.0: USB hub found
  441. [ 4.608460] hub 2-1:1.0: 4 ports detected
  442. [ 4.793489] usb 1-2.1: new full-speed USB device number 3 using tegra-xusb
  443. [ 4.906973] usb 1-2.1: New USB device found, idVendor=046d, idProduct=c318, bcdDevice=55.03
  444. [ 4.908348] EXT4-fs (mmcblk1p1): mounted filesystem with writeback data mode. Opts: data=writeback. Quota mode: none.
  445. [ 4.915454] usb 1-2.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
  446. [ 4.933354] usb 1-2.1: Product: Logitech Illuminated Keyboard
  447. [ 4.939146] usb 1-2.1: Manufacturer: Logitech
  448. [ 4.953003] input: Logitech Logitech Illuminated Keyboard as /devices/platform/70090000.usb/usb1/1-2/1-2.1/1-2.1:1.0/0003:046D:C318.0001/input/input1
  449. [ 5.030386] hid-generic 0003:046D:C318.0001: input,hidraw0: USB HID v1.11 Keyboard [Logitech Logitech Illuminated Keyboard] on usb-70090000.usb-2.1/input0
  450. [ 5.047235] input: Logitech Logitech Illuminated Keyboard Consumer Control as /devices/platform/70090000.usb/usb1/1-2/1-2.1/1-2.1:1.1/0003:046D:C318.0002/input/input2
  451. [ 5.122414] hid-generic 0003:046D:C318.0002: input,hiddev96,hidraw1: USB HID v1.11 Device [Logitech Logitech Illuminated Keyboard] on usb-70090000.usb-2.1/input1
  452. [ 5.364441] systemd[1]: systemd 247.3-3ubuntu3.6 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +ZSTD +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=hybrid)
  453. [ 5.388406] systemd[1]: Detected architecture arm64.
  454. [ 5.451574] systemd[1]: Set hostname to <jetson-nano>.
  455. [ 5.912703] systemd[1]: Queued start job for default target Multi-User System.
  456. [ 5.922085] random: systemd: uninitialized urandom read (16 bytes read)
  457. [ 5.929198] systemd[1]: system-modprobe.slice: unit configures an IP firewall, but the local system does not support BPF/cgroup firewalling.
  458. [ 5.941854] systemd[1]: (This warning is only shown for the first unit using IP firewalling.)
  459. [ 5.976956] systemd[1]: Created slice system-modprobe.slice.
  460. [ 5.997767] random: systemd: uninitialized urandom read (16 bytes read)
  461. [ 6.005831] systemd[1]: Created slice system-serial\x2dgetty.slice.
  462. [ 6.025675] random: systemd: uninitialized urandom read (16 bytes read)
  463. [ 6.033260] systemd[1]: Created slice User and Session Slice.
  464. [ 6.054002] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
  465. [ 6.077856] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
  466. [ 6.102657] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
  467. [ 6.129939] systemd[1]: Reached target Local Encrypted Volumes.
  468. [ 6.149937] systemd[1]: Reached target Slices.
  469. [ 6.165878] systemd[1]: Reached target Swap.
  470. [ 6.181971] systemd[1]: Reached target System Time Set.
  471. [ 6.203466] systemd[1]: Listening on RPCbind Server Activation Socket.
  472. [ 6.227265] systemd[1]: Listening on Syslog Socket.
  473. [ 6.246594] systemd[1]: Listening on fsck to fsckd communication Socket.
  474. [ 6.270644] systemd[1]: Listening on initctl Compatibility Named Pipe.
  475. [ 6.296326] systemd[1]: Listening on Journal Audit Socket.
  476. [ 6.319134] systemd[1]: Listening on Journal Socket (/dev/log).
  477. [ 6.343484] systemd[1]: Listening on Journal Socket.
  478. [ 6.366008] systemd[1]: Listening on udev Control Socket.
  479. [ 6.387305] systemd[1]: Listening on udev Kernel Socket.
  480. [ 6.406170] systemd[1]: Reached target Sockets.
  481. [ 6.437240] systemd[1]: Mounting Huge Pages File System...
  482. [ 6.469890] systemd[1]: Mounting POSIX Message Queue File System...
  483. [ 6.500410] systemd[1]: Mounting RPC Pipe File System...
  484. [ 6.522510] systemd[1]: Mounting Kernel Debug File System...
  485. [ 6.546311] systemd[1]: Condition check resulted in Kernel Trace File System being skipped.
  486. [ 6.559968] RPC: Registered named UNIX socket transport module.
  487. [ 6.561780] systemd[1]: Starting Restore / save the current clock...
  488. [ 6.565971] RPC: Registered udp transport module.
  489. [ 6.577165] RPC: Registered tcp transport module.
  490. [ 6.581984] RPC: Registered tcp NFSv4.1 backchannel transport module.
  491. [ 6.606718] systemd[1]: Starting Set the console keyboard layout...
  492. [ 6.631710] systemd[1]: Starting Create list of static device nodes for the current kernel...
  493. [ 6.659159] systemd[1]: Starting Load Kernel Module configfs...
  494. [ 6.682587] systemd[1]: Starting Load Kernel Module drm...
  495. [ 6.710809] systemd[1]: Starting Load Kernel Module fuse...
  496. [ 6.737168] systemd[1]: Started Nameserver information manager.
  497. [ 6.744871] fuse: init (API version 7.34)
  498. [ 6.766377] systemd[1]: Reached target Network (Pre).
  499. [ 6.787831] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
  500. [ 6.797065] systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
  501. [ 6.812600] systemd[1]: Starting Load Kernel Modules...
  502. [ 6.834797] systemd[1]: Starting Remount Root and Kernel File Systems...
  503. [ 6.859228] systemd[1]: Starting Coldplug All udev Devices...
  504. [ 6.862345] EXT4-fs (mmcblk1p1): re-mounted. Opts: commit=600,errors=remount-ro. Quota mode: none.
  505. [ 6.896485] systemd[1]: Mounted Huge Pages File System.
  506. [ 6.918453] systemd[1]: Mounted POSIX Message Queue File System.
  507. [ 6.938326] systemd[1]: Mounted RPC Pipe File System.
  508. [ 6.958446] systemd[1]: Mounted Kernel Debug File System.
  509. [ 6.980408] systemd[1]: Finished Restore / save the current clock.
  510. [ 7.005022] systemd[1]: Finished Set the console keyboard layout.
  511. [ 7.028568] systemd[1]: Finished Create list of static device nodes for the current kernel.
  512. [ 7.055308] systemd[1]: modprobe@configfs.service: Succeeded.
  513. [ 7.063587] systemd[1]: Finished Load Kernel Module configfs.
  514. [ 7.082795] systemd[1]: modprobe@drm.service: Succeeded.
  515. [ 7.090521] systemd[1]: Finished Load Kernel Module drm.
  516. [ 7.110787] systemd[1]: modprobe@fuse.service: Succeeded.
  517. [ 7.118536] systemd[1]: Finished Load Kernel Module fuse.
  518. [ 7.144945] systemd[1]: Finished Load Kernel Modules.
  519. [ 7.165398] systemd[1]: Finished Remount Root and Kernel File Systems.
  520. [ 7.198170] systemd[1]: Mounting FUSE Control File System...
  521. [ 7.222254] systemd[1]: Mounting Kernel Configuration File System...
  522. [ 7.244388] systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
  523. [ 7.253302] systemd[1]: Condition check resulted in Platform Persistent Storage Archival being skipped.
  524. [ 7.267384] systemd[1]: Starting Load/Save Random Seed...
  525. [ 7.291059] systemd[1]: Starting Apply Kernel Variables...
  526. [ 7.315540] systemd[1]: Starting Create System Users...
  527. [ 7.338505] systemd[1]: Mounted FUSE Control File System.
  528. [ 7.362905] systemd[1]: Mounted Kernel Configuration File System.
  529. [ 7.384683] systemd[1]: Finished Coldplug All udev Devices.
  530. [ 7.400571] systemd[1]: Finished Apply Kernel Variables.
  531. [ 7.416565] systemd[1]: Finished Create System Users.
  532. [ 7.442711] systemd[1]: Starting Helper to synchronize boot up for ifupdown...
  533. [ 7.462680] systemd[1]: Starting Create Static Device Nodes in /dev...
  534. [ 7.481192] systemd[1]: Finished Helper to synchronize boot up for ifupdown.
  535. [ 7.509731] systemd[1]: Finished Create Static Device Nodes in /dev.
  536. [ 7.526804] systemd[1]: Reached target Local File Systems (Pre).
  537. [ 7.554761] systemd[1]: Mounting /tmp...
  538. [ 7.571081] systemd[1]: Starting Rule-based Manager for Device Events and Files...
  539. [ 7.589582] systemd[1]: Mounted /tmp.
  540. [ 7.602382] systemd[1]: Reached target Local File Systems.
  541. [ 7.622648] systemd[1]: Starting Armbian ZRAM config...
  542. [ 7.638472] systemd[1]: Starting Set console font and keymap...
  543. [ 7.655244] systemd[1]: Starting Raise network interfaces...
  544. [ 7.675924] systemd[1]: Starting Preprocess NFS configuration...
  545. [ 7.690039] systemd[1]: Condition check resulted in Mark the need to relabel after reboot being skipped.
  546. [ 7.693812] systemd[1]: Finished Set console font and keymap.
  547. [ 7.707168] systemd[1]: nfs-config.service: Succeeded.
  548. [ 7.708899] systemd[1]: Finished Preprocess NFS configuration.
  549. [ 7.722612] systemd[1]: Condition check resulted in RPC security service for NFS client and server being skipped.
  550. [ 7.722807] systemd[1]: Reached target NFS client services.
  551. [ 7.740760] systemd[1]: Started Rule-based Manager for Device Events and Files.
  552. [ 8.008889] zram: Added device: zram0
  553. [ 8.029100] zram: Added device: zram1
  554. [ 8.035546] zram: Added device: zram2
  555. [ 8.171854] VDD_GPU: supplied by regulator-dummy
  556. [ 8.228035] systemd[1]: Found device /dev/ttyS0.
  557. [ 8.260258] zram0: detected capacity change from 0 to 3992728
  558. [ 8.261877] Failed to set up IOMMU for device 50000000.host1x; retaining platform DMA ops
  559. [ 8.268026] platform 54200000.dc: Adding to iommu group 2
  560. [ 8.268593] platform 54240000.dc: Adding to iommu group 2
  561. [ 8.269055] platform 54340000.vic: Adding to iommu group 3
  562. [ 8.275159] at24 0-0050: 256 byte 24c02 EEPROM, read-only
  563. [ 8.283666] at24 0-0057: 256 byte 24c02 EEPROM, read-only
  564. [ 8.452959] tegra-adma 702e2000.dma-controller: Tegra210 ADMA driver registered 22 channels
  565. [ 8.593493] random: crng init done
  566. [ 8.593517] random: 7 urandom warning(s) missed due to ratelimiting
  567. [ 8.615348] systemd[1]: Finished Load/Save Random Seed.
  568. [ 8.630505] systemd[1]: Condition check resulted in First Boot Complete being skipped.
  569. [ 8.630644] systemd[1]: Condition check resulted in Store a System Token in an EFI Variable being skipped.
  570. [ 8.630765] systemd[1]: Condition check resulted in Commit a transient machine-id on disk being skipped.
  571. [ 8.694496] Adding 1996360k swap on /dev/zram0. Priority:5 extents:1 across:1996360k SSFS
  572. [ 8.792661] systemd[1]: Finished Raise network interfaces.
  573. [ 8.992940] mc: Linux media interface: v0.10
  574. [ 9.063965] videodev: Linux video capture interface: v2.00
  575. [ 9.069018] systemd[1]: Reached target Hardware activated USB gadget.
  576. [ 9.146064] input: NVIDIA Jetson Nano HDA HDMI/DP,pcm=3 as /devices/platform/70030000.hda/sound/card0/input4
  577. [ 9.159465] Failed to set up IOMMU for device 54200000.dc; retaining platform DMA ops
  578. [ 9.170662] Failed to set up IOMMU for device 54240000.dc; retaining platform DMA ops
  579. [ 9.186041] zram1: detected capacity change from 0 to 102400
  580. [ 9.220582] Failed to set up IOMMU for device 54340000.vic; retaining platform DMA ops
  581. [ 9.228715] tegra_video: module is from the staging directory, the quality is unknown, you have been warned.
  582. [ 9.251849] irq: IRQ140: trimming hierarchy from :pmc@7000e400
  583. [ 9.275090] systemd[1]: Finished Armbian ZRAM config.
  584. [ 9.297883] systemd[1]: Starting Armbian memory supported logging...
  585. [ 9.372352] EXT4-fs (zram1): mounted filesystem without journal. Opts: discard. Quota mode: none.
  586. [ 9.372413] ext4 filesystem being mounted at /var/log supports timestamps until 2038 (0x7fffffff)
  587. [ 9.376033] Console: switching to colour frame buffer device 320x90
  588. [ 9.430750] systemd[1]: Condition check resulted in Kernel Trace File System being skipped.
  589. [ 9.432231] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
  590. [ 9.432400] systemd[1]: Condition check resulted in Store a System Token in an EFI Variable being skipped.
  591. [ 9.433076] systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
  592. [ 9.433542] systemd[1]: Condition check resulted in Commit a transient machine-id on disk being skipped.
  593. [ 9.433840] systemd[1]: Condition check resulted in Platform Persistent Storage Archival being skipped.
  594. [ 9.433840] drm drm: [drm] fb0: tegra frame buffer device
  595. [ 9.468416] [drm] Initialized tegra 1.0.0 20120330 for drm on minor 0
  596. [ 10.297173] systemd[1]: Condition check resulted in Kernel Trace File System being skipped.
  597. [ 10.297693] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
  598. [ 10.297797] systemd[1]: Condition check resulted in Store a System Token in an EFI Variable being skipped.
  599. [ 10.298055] systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
  600. [ 10.298163] systemd[1]: Condition check resulted in Commit a transient machine-id on disk being skipped.
  601. [ 10.298272] systemd[1]: Condition check resulted in Platform Persistent Storage Archival being skipped.
  602. [ 12.064213] systemd[1]: Finished Armbian memory supported logging.
  603. [ 12.090783] systemd[1]: Starting Journal Service...
  604. [ 12.229908] systemd[1]: Started Journal Service.
  605. [ 12.282447] systemd-journald[639]: Received client request to flush runtime journal.
  606. [ 14.893594] Generic FE-GE Realtek PHY r8169-0-200:00: attached PHY driver (mii_bus:phy_addr=r8169-0-200:00, irq=MAC)
  607. [ 15.090014] r8169 0000:02:00.0 eth0: Link is Down
  608. [ 18.549823] r8169 0000:02:00.0 eth0: Link is Up - 1Gbps/Full - flow control rx/tx
  609. [ 18.549945] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
  610. [ 36.046518] VDD_5V_USB: disabling
  611. [ 36.046581] VDD_HUB_3V3: disabling
  612. [ 55.460345] Failed to set up IOMMU for device 57000000.gpu; retaining platform DMA ops
  613. [ 55.464319] nouveau 57000000.gpu: NVIDIA GM20B (12b000a1)
  614. [ 55.464388] nouveau 57000000.gpu: imem: using IOMMU
  615. [ 55.472289] nouveau 57000000.gpu: acr: firmware "nvidia/gm20b/acr/bl.bin" loaded - 832 byte(s)
  616. [ 55.472317] nouveau 57000000.gpu: acr: binHdr:
  617. [ 55.472323] nouveau 57000000.gpu: acr: binMagic : 0x3b1d14f0
  618. [ 55.472329] nouveau 57000000.gpu: acr: binVer : 1
  619. [ 55.472334] nouveau 57000000.gpu: acr: binSize : 0
  620. [ 55.472339] nouveau 57000000.gpu: acr: headerOffset : 0x20
  621. [ 55.472344] nouveau 57000000.gpu: acr: dataOffset : 0x40
  622. [ 55.472349] nouveau 57000000.gpu: acr: dataSize : 0x300
  623. [ 55.472356] nouveau 57000000.gpu: acr: blDesc
  624. [ 55.472360] nouveau 57000000.gpu: acr: startTag : 0x100
  625. [ 55.472365] nouveau 57000000.gpu: acr: dmemLoadOff : 0x0
  626. [ 55.472370] nouveau 57000000.gpu: acr: codeOff : 0x0
  627. [ 55.472375] nouveau 57000000.gpu: acr: codeSize : 0x200
  628. [ 55.472380] nouveau 57000000.gpu: acr: dataOff : 0x200
  629. [ 55.472385] nouveau 57000000.gpu: acr: dataSize : 0x100
  630. [ 55.473399] nouveau 57000000.gpu: acr: firmware "nvidia/gm20b/acr/ucode_load.bin" loaded - 18592 byte(s)
  631. [ 55.473411] nouveau 57000000.gpu: acr: binHdr:
  632. [ 55.473415] nouveau 57000000.gpu: acr: binMagic : 0x3b1d14f0
  633. [ 55.473421] nouveau 57000000.gpu: acr: binVer : 1
  634. [ 55.473426] nouveau 57000000.gpu: acr: binSize : 0
  635. [ 55.473431] nouveau 57000000.gpu: acr: headerOffset : 0x20
  636. [ 55.473437] nouveau 57000000.gpu: acr: dataOffset : 0xa0
  637. [ 55.473442] nouveau 57000000.gpu: acr: dataSize : 0x4800
  638. [ 55.473447] nouveau 57000000.gpu: acr: hsHeader:
  639. [ 55.473452] nouveau 57000000.gpu: acr: sigDbgOffset : 0x40
  640. [ 55.473457] nouveau 57000000.gpu: acr: sigDbgSize : 0x10
  641. [ 55.473462] nouveau 57000000.gpu: acr: sigProdOffset : 0x50
  642. [ 55.473467] nouveau 57000000.gpu: acr: sigProdSize : 0x10
  643. [ 55.473472] nouveau 57000000.gpu: acr: patchLoc : 0x2690
  644. [ 55.473477] nouveau 57000000.gpu: acr: patchSig : 0x0
  645. [ 55.473483] nouveau 57000000.gpu: acr: hdrOffset : 0x60
  646. [ 55.473488] nouveau 57000000.gpu: acr: hdrSize : 0x24
  647. [ 55.473494] nouveau 57000000.gpu: acr: hsLoadHeader:
  648. [ 55.473499] nouveau 57000000.gpu: acr: nonSecCodeOff : 0x0
  649. [ 55.473504] nouveau 57000000.gpu: acr: nonSecCodeSize : 0x100
  650. [ 55.473510] nouveau 57000000.gpu: acr: dataDmaBase : 0x1b00
  651. [ 55.473515] nouveau 57000000.gpu: acr: dataSize : 0xc00
  652. [ 55.473520] nouveau 57000000.gpu: acr: numApps : 0x1
  653. [ 55.473525] nouveau 57000000.gpu: acr: App[0] : offset 0x100 size 0x1a00
  654. [ 55.474740] nouveau 57000000.gpu: pmu: firmware "nvidia/gm20b/pmu/sig.bin" loaded - 76 byte(s)
  655. [ 55.476336] nouveau 57000000.gpu: pmu: firmware "nvidia/gm20b/pmu/image.bin" loaded - 47872 byte(s)
  656. [ 55.477155] nouveau 57000000.gpu: pmu: firmware "nvidia/gm20b/pmu/desc.bin" loaded - 652 byte(s)
  657. [ 55.477173] nouveau 57000000.gpu: pmu: lsUcodeImgDesc:
  658. [ 55.477179] nouveau 57000000.gpu: pmu: descriptorSize : 652
  659. [ 55.477185] nouveau 57000000.gpu: pmu: imageSize : 47872
  660. [ 55.477191] nouveau 57000000.gpu: pmu: toolsVersion : 0x2
  661. [ 55.477197] nouveau 57000000.gpu: pmu: appVersion : 0x137c63d
  662. [ 55.477207] nouveau 57000000.gpu: pmu: date : Tue Mar 1 11:39:14 2016
  663. [ 55.477213] nouveau 57000000.gpu: pmu: bootloaderStartOffset: 0x0
  664. [ 55.477219] nouveau 57000000.gpu: pmu: bootloaderSize : 0x82
  665. [ 55.477224] nouveau 57000000.gpu: pmu: bootloaderImemOffset : 0x3200
  666. [ 55.477229] nouveau 57000000.gpu: pmu: bootloaderEntryPoint : 0x3200
  667. [ 55.477234] nouveau 57000000.gpu: pmu: appStartOffset : 0x100
  668. [ 55.477239] nouveau 57000000.gpu: pmu: appSize : 0xb92c
  669. [ 55.477244] nouveau 57000000.gpu: pmu: appImemOffset : 0x0
  670. [ 55.477249] nouveau 57000000.gpu: pmu: appImemEntry : 0x0
  671. [ 55.477255] nouveau 57000000.gpu: pmu: appDmemOffset : 0x0
  672. [ 55.477260] nouveau 57000000.gpu: pmu: appResidentCodeOffset: 0x0
  673. [ 55.477265] nouveau 57000000.gpu: pmu: appResidentCodeSize : 0x1698
  674. [ 55.477270] nouveau 57000000.gpu: pmu: appResidentDataOffset: 0x6700
  675. [ 55.477276] nouveau 57000000.gpu: pmu: appResidentDataSize : 0xd84
  676. [ 55.477281] nouveau 57000000.gpu: pmu: nbOverlays : 11
  677. [ 55.477286] nouveau 57000000.gpu: pmu: loadOvl[0] : 0x1700 2719
  678. [ 55.477293] nouveau 57000000.gpu: pmu: loadOvl[1] : 0x219f 133
  679. [ 55.477299] nouveau 57000000.gpu: pmu: loadOvl[2] : 0x2224 863
  680. [ 55.477305] nouveau 57000000.gpu: pmu: loadOvl[3] : 0x2583 1071
  681. [ 55.477311] nouveau 57000000.gpu: pmu: loadOvl[4] : 0x29b2 633
  682. [ 55.477317] nouveau 57000000.gpu: pmu: loadOvl[5] : 0x2c2b 1564
  683. [ 55.477323] nouveau 57000000.gpu: pmu: loadOvl[6] : 0x3247 4936
  684. [ 55.477329] nouveau 57000000.gpu: pmu: loadOvl[7] : 0x458f 1413
  685. [ 55.477335] nouveau 57000000.gpu: pmu: loadOvl[8] : 0x4b14 1611
  686. [ 55.477341] nouveau 57000000.gpu: pmu: loadOvl[9] : 0x515f 1115
  687. [ 55.477348] nouveau 57000000.gpu: pmu: loadOvl[10] : 0x55ba 4236
  688. [ 55.477354] nouveau 57000000.gpu: pmu: loadOvl[11] : 0x0 0
  689. [ 55.477360] nouveau 57000000.gpu: pmu: loadOvl[12] : 0x0 0
  690. [ 55.477366] nouveau 57000000.gpu: pmu: loadOvl[13] : 0x0 0
  691. [ 55.477372] nouveau 57000000.gpu: pmu: loadOvl[14] : 0x0 0
  692. [ 55.477378] nouveau 57000000.gpu: pmu: loadOvl[15] : 0x0 0
  693. [ 55.477383] nouveau 57000000.gpu: pmu: loadOvl[16] : 0x0 0
  694. [ 55.477389] nouveau 57000000.gpu: pmu: loadOvl[17] : 0x0 0
  695. [ 55.477395] nouveau 57000000.gpu: pmu: loadOvl[18] : 0x0 0
  696. [ 55.477401] nouveau 57000000.gpu: pmu: loadOvl[19] : 0x0 0
  697. [ 55.477407] nouveau 57000000.gpu: pmu: loadOvl[20] : 0x0 0
  698. [ 55.477413] nouveau 57000000.gpu: pmu: loadOvl[21] : 0x0 0
  699. [ 55.477419] nouveau 57000000.gpu: pmu: loadOvl[22] : 0x0 0
  700. [ 55.477425] nouveau 57000000.gpu: pmu: loadOvl[23] : 0x0 0
  701. [ 55.477430] nouveau 57000000.gpu: pmu: loadOvl[24] : 0x0 0
  702. [ 55.477436] nouveau 57000000.gpu: pmu: loadOvl[25] : 0x0 0
  703. [ 55.477443] nouveau 57000000.gpu: pmu: loadOvl[26] : 0x0 0
  704. [ 55.477449] nouveau 57000000.gpu: pmu: loadOvl[27] : 0x0 0
  705. [ 55.477454] nouveau 57000000.gpu: pmu: loadOvl[28] : 0x0 0
  706. [ 55.477461] nouveau 57000000.gpu: pmu: loadOvl[29] : 0x0 0
  707. [ 55.477466] nouveau 57000000.gpu: pmu: loadOvl[30] : 0x0 0
  708. [ 55.477473] nouveau 57000000.gpu: pmu: loadOvl[31] : 0x0 0
  709. [ 55.477479] nouveau 57000000.gpu: pmu: loadOvl[32] : 0x0 0
  710. [ 55.477486] nouveau 57000000.gpu: pmu: loadOvl[33] : 0x0 0
  711. [ 55.477491] nouveau 57000000.gpu: pmu: loadOvl[34] : 0x0 0
  712. [ 55.477497] nouveau 57000000.gpu: pmu: loadOvl[35] : 0x0 0
  713. [ 55.477503] nouveau 57000000.gpu: pmu: loadOvl[36] : 0x0 0
  714. [ 55.477509] nouveau 57000000.gpu: pmu: loadOvl[37] : 0x0 0
  715. [ 55.477515] nouveau 57000000.gpu: pmu: loadOvl[38] : 0x0 0
  716. [ 55.477521] nouveau 57000000.gpu: pmu: loadOvl[39] : 0x0 0
  717. [ 55.477526] nouveau 57000000.gpu: pmu: loadOvl[40] : 0x0 0
  718. [ 55.477532] nouveau 57000000.gpu: pmu: loadOvl[41] : 0x0 0
  719. [ 55.477538] nouveau 57000000.gpu: pmu: loadOvl[42] : 0x0 0
  720. [ 55.477544] nouveau 57000000.gpu: pmu: loadOvl[43] : 0x0 0
  721. [ 55.477550] nouveau 57000000.gpu: pmu: loadOvl[44] : 0x0 0
  722. [ 55.477555] nouveau 57000000.gpu: pmu: loadOvl[45] : 0x0 0
  723. [ 55.477561] nouveau 57000000.gpu: pmu: loadOvl[46] : 0x0 0
  724. [ 55.477567] nouveau 57000000.gpu: pmu: loadOvl[47] : 0x0 0
  725. [ 55.477573] nouveau 57000000.gpu: pmu: loadOvl[48] : 0x0 0
  726. [ 55.477579] nouveau 57000000.gpu: pmu: loadOvl[49] : 0x0 0
  727. [ 55.477585] nouveau 57000000.gpu: pmu: loadOvl[50] : 0x0 0
  728. [ 55.477590] nouveau 57000000.gpu: pmu: loadOvl[51] : 0x0 0
  729. [ 55.477596] nouveau 57000000.gpu: pmu: loadOvl[52] : 0x0 0
  730. [ 55.477602] nouveau 57000000.gpu: pmu: loadOvl[53] : 0x0 0
  731. [ 55.477608] nouveau 57000000.gpu: pmu: loadOvl[54] : 0x0 0
  732. [ 55.477614] nouveau 57000000.gpu: pmu: loadOvl[55] : 0x0 0
  733. [ 55.477619] nouveau 57000000.gpu: pmu: loadOvl[56] : 0x0 0
  734. [ 55.477625] nouveau 57000000.gpu: pmu: loadOvl[57] : 0x0 0
  735. [ 55.477631] nouveau 57000000.gpu: pmu: loadOvl[58] : 0x0 0
  736. [ 55.477637] nouveau 57000000.gpu: pmu: loadOvl[59] : 0x0 0
  737. [ 55.477643] nouveau 57000000.gpu: pmu: loadOvl[60] : 0x0 0
  738. [ 55.477649] nouveau 57000000.gpu: pmu: loadOvl[61] : 0x0 0
  739. [ 55.477654] nouveau 57000000.gpu: pmu: loadOvl[62] : 0x0 0
  740. [ 55.477660] nouveau 57000000.gpu: pmu: loadOvl[63] : 0x0 0
  741. [ 55.477666] nouveau 57000000.gpu: pmu: compressed : 0
  742. [ 55.477729] nouveau 57000000.gpu: volt: the default voltage is 710000uV
  743. [ 55.477738] nouveau 57000000.gpu: volt: 0: vid=0, uv=950000
  744. [ 55.477745] nouveau 57000000.gpu: volt: 1: vid=1, uv=950000
  745. [ 55.477752] nouveau 57000000.gpu: volt: 2: vid=2, uv=950000
  746. [ 55.477758] nouveau 57000000.gpu: volt: 3: vid=3, uv=950000
  747. [ 55.477764] nouveau 57000000.gpu: volt: 4: vid=4, uv=950000
  748. [ 55.477770] nouveau 57000000.gpu: volt: 5: vid=5, uv=950000
  749. [ 55.477776] nouveau 57000000.gpu: volt: 6: vid=6, uv=950000
  750. [ 55.477782] nouveau 57000000.gpu: volt: 7: vid=7, uv=950000
  751. [ 55.477788] nouveau 57000000.gpu: volt: 8: vid=8, uv=982000
  752. [ 55.477794] nouveau 57000000.gpu: volt: 9: vid=9, uv=1032000
  753. [ 55.477800] nouveau 57000000.gpu: volt: 10: vid=10, uv=1085000
  754. [ 55.477806] nouveau 57000000.gpu: volt: 11: vid=11, uv=1142000
  755. [ 55.477829] nouveau 57000000.gpu: clk: parent clock rate: 38400 Khz
  756. [ 55.479478] nouveau 57000000.gpu: gr: firmware "nvidia/gm20b/gr/fecs_bl.bin" loaded - 576 byte(s)
  757. [ 55.479502] nouveau 57000000.gpu: gr: binHdr:
  758. [ 55.479507] nouveau 57000000.gpu: gr: binMagic : 0x3b1d14f0
  759. [ 55.479514] nouveau 57000000.gpu: gr: binVer : 1
  760. [ 55.479519] nouveau 57000000.gpu: gr: binSize : 0
  761. [ 55.479524] nouveau 57000000.gpu: gr: headerOffset : 0x20
  762. [ 55.479529] nouveau 57000000.gpu: gr: dataOffset : 0x40
  763. [ 55.479534] nouveau 57000000.gpu: gr: dataSize : 0x200
  764. [ 55.479539] nouveau 57000000.gpu: gr: blDesc
  765. [ 55.479544] nouveau 57000000.gpu: gr: startTag : 0x5c
  766. [ 55.479549] nouveau 57000000.gpu: gr: dmemLoadOff : 0x0
  767. [ 55.479554] nouveau 57000000.gpu: gr: codeOff : 0x0
  768. [ 55.479559] nouveau 57000000.gpu: gr: codeSize : 0x100
  769. [ 55.479564] nouveau 57000000.gpu: gr: dataOff : 0x100
  770. [ 55.479569] nouveau 57000000.gpu: gr: dataSize : 0x100
  771. [ 55.480823] nouveau 57000000.gpu: gr: firmware "nvidia/gm20b/gr/fecs_inst.bin" loaded - 17021 byte(s)
  772. [ 55.481324] nouveau 57000000.gpu: gr: firmware "nvidia/gm20b/gr/fecs_data.bin" loaded - 1964 byte(s)
  773. [ 55.481765] nouveau 57000000.gpu: gr: firmware "nvidia/gm20b/gr/fecs_sig.bin" loaded - 76 byte(s)
  774. [ 55.482583] nouveau 57000000.gpu: gr: firmware "nvidia/gm20b/gr/gpccs_inst.bin" loaded - 9964 byte(s)
  775. [ 55.483361] nouveau 57000000.gpu: gr: firmware "nvidia/gm20b/gr/gpccs_data.bin" loaded - 2068 byte(s)
  776. [ 55.483814] nouveau 57000000.gpu: gr: firmware "nvidia/gm20b/gr/sw_nonctx.bin" loaded - 1432 byte(s)
  777. [ 55.484325] nouveau 57000000.gpu: gr: firmware "nvidia/gm20b/gr/sw_ctx.bin" loaded - 5448 byte(s)
  778. [ 55.484925] nouveau 57000000.gpu: gr: firmware "nvidia/gm20b/gr/sw_bundle_init.bin" loaded - 7616 byte(s)
  779. [ 55.486872] nouveau 57000000.gpu: gr: firmware "nvidia/gm20b/gr/sw_method_init.bin" loaded - 10800 byte(s)
  780. [ 55.487172] nouveau: DRM-master:00000000:00000080: init running...
  781. [ 55.488212] nouveau 57000000.gpu: top: 00.0 ( gr): addr 400000 fault 0 engine 0 runlist 0 intr 12 reset 12
  782. [ 55.488884] nouveau 57000000.gpu: top: 03.0 ( ce): addr 106000 fault 27 engine 1 runlist 0 intr 7 reset 21
  783. [ 55.492973] nouveau 57000000.gpu: timer: time low : dd3641dd
  784. [ 55.492984] nouveau 57000000.gpu: timer: time high : 0000000c
  785. [ 55.492999] nouveau 57000000.gpu: imem: gk20a_instobj_new (IOMMU): size: 20000 align: 1000
  786. [ 55.493163] nouveau 57000000.gpu: imem: alloc size: 0x20000, align: 0x1000, gaddr: 0x400000000
  787. [ 55.493195] nouveau 57000000.gpu: ltc: LTC flush took 3232 ns
  788. [ 55.493224] nouveau 57000000.gpu: imem: vaddr used: 20000/100000
  789. [ 55.493338] nouveau 57000000.gpu: ltc: LTC invalidate took 3232 ns
  790. [ 55.493342] nouveau 57000000.gpu: imem: gk20a_instobj_new (IOMMU): size: 20000 align: 1000
  791. [ 55.493473] nouveau 57000000.gpu: imem: alloc size: 0x20000, align: 0x1000, gaddr: 0x400020000
  792. [ 55.493499] nouveau 57000000.gpu: ltc: LTC flush took 3264 ns
  793. [ 55.493514] nouveau 57000000.gpu: imem: vaddr used: 40000/100000
  794. [ 55.493622] nouveau 57000000.gpu: ltc: LTC invalidate took 3232 ns
  795. [ 55.494558] nouveau 57000000.gpu: imem: gk20a_instobj_new (IOMMU): size: 1000 align: 0
  796. [ 55.494574] nouveau 57000000.gpu: imem: alloc size: 0x1000, align: 0x1000, gaddr: 0x400040000
  797. [ 55.494656] nouveau 57000000.gpu: imem: gk20a_instobj_new (IOMMU): size: 10000 align: 1000
  798. [ 55.494727] nouveau 57000000.gpu: imem: alloc size: 0x10000, align: 0x1000, gaddr: 0x400041000
  799. [ 55.494752] nouveau 57000000.gpu: ltc: LTC flush took 3264 ns
  800. [ 55.494767] nouveau 57000000.gpu: imem: vaddr used: 50000/100000
  801. [ 55.494840] nouveau 57000000.gpu: ltc: LTC invalidate took 3232 ns
  802. [ 55.494869] nouveau 57000000.gpu: ltc: LTC flush took 3232 ns
  803. [ 55.494885] nouveau 57000000.gpu: imem: vaddr used: 51000/100000
  804. [ 55.494908] nouveau 57000000.gpu: ltc: LTC invalidate took 3264 ns
  805. [ 55.494940] nouveau 57000000.gpu: acr: acquired pmu falcon
  806. [ 55.494961] nouveau 57000000.gpu: acr: released pmu falcon
  807. [ 55.494967] nouveau 57000000.gpu: acr: acquired fecs falcon
  808. [ 55.494986] nouveau 57000000.gpu: acr: released fecs falcon
  809. [ 55.495004] nouveau 57000000.gpu: imem: gk20a_instobj_new (IOMMU): size: 11d00 align: 0
  810. [ 55.495082] nouveau 57000000.gpu: imem: alloc size: 0x12000, align: 0x1000, gaddr: 0x400051000
  811. [ 55.495098] nouveau 57000000.gpu: ltc: LTC flush took 3264 ns
  812. [ 55.495114] nouveau 57000000.gpu: imem: vaddr used: 63000/100000
  813. [ 55.495179] nouveau 57000000.gpu: ltc: LTC invalidate took 3264 ns
  814. [ 55.495182] nouveau 57000000.gpu: acr: WPR region is from 0xff500000-0xff540000 (shadow 0x0)
  815. [ 55.495200] nouveau 57000000.gpu: ltc: LTC flush took 3296 ns
  816. [ 55.495336] nouveau 57000000.gpu: acr: wprHeader
  817. [ 55.495341] nouveau 57000000.gpu: acr: falconID : 0
  818. [ 55.495346] nouveau 57000000.gpu: acr: lsbOffset : 0x100
  819. [ 55.495350] nouveau 57000000.gpu: acr: bootstrapOwner: 0
  820. [ 55.495354] nouveau 57000000.gpu: acr: lazyBootstrap : 0
  821. [ 55.495356] nouveau 57000000.gpu: acr: status : 1
  822. [ 55.495364] nouveau 57000000.gpu: acr: lsbHeader
  823. [ 55.495366] nouveau 57000000.gpu: acr: ucodeOff : 0x1000
  824. [ 55.495369] nouveau 57000000.gpu: acr: ucodeSize : 0x6800
  825. [ 55.495372] nouveau 57000000.gpu: acr: dataSize : 0x5300
  826. [ 55.495375] nouveau 57000000.gpu: acr: blCodeSize : 0x100
  827. [ 55.495378] nouveau 57000000.gpu: acr: blImemOff : 0x3200
  828. [ 55.495381] nouveau 57000000.gpu: acr: blDataOff : 0xcb00
  829. [ 55.495385] nouveau 57000000.gpu: acr: blDataSize : 0x100
  830. [ 55.495388] nouveau 57000000.gpu: acr: appCodeOff : 0x100
  831. [ 55.495391] nouveau 57000000.gpu: acr: appCodeSize : 0x1698
  832. [ 55.495394] nouveau 57000000.gpu: acr: appDataOff : 0x6800
  833. [ 55.495396] nouveau 57000000.gpu: acr: appDataSize : 0xd84
  834. [ 55.495400] nouveau 57000000.gpu: acr: flags : 0x4
  835. [ 55.495405] nouveau 57000000.gpu: acr: loaderConfig
  836. [ 55.495408] nouveau 57000000.gpu: acr: dmaIdx : 0
  837. [ 55.495411] nouveau 57000000.gpu: acr: codeDmaBase : 0xff5011x
  838. [ 55.495414] nouveau 57000000.gpu: acr: codeSizeTotal : 0xba00
  839. [ 55.495417] nouveau 57000000.gpu: acr: codeSizeToLoad: 0x1698
  840. [ 55.495420] nouveau 57000000.gpu: acr: codeEntryPoint: 0x0
  841. [ 55.495422] nouveau 57000000.gpu: acr: dataDmaBase : 0xff5078
  842. [ 55.495426] nouveau 57000000.gpu: acr: dataSize : 0xd84
  843. [ 55.495429] nouveau 57000000.gpu: acr: overlayDmaBase: 0x50110000
  844. [ 55.495431] nouveau 57000000.gpu: acr: argc : 0x00000001
  845. [ 55.495434] nouveau 57000000.gpu: acr: argv : 0x00005fd4
  846. [ 55.495437] nouveau 57000000.gpu: acr: codeDmaBase1 : 0x0
  847. [ 55.495440] nouveau 57000000.gpu: acr: dataDmaBase1 : 0x0
  848. [ 55.495443] nouveau 57000000.gpu: acr: ovlyDmaBase1 : 0xff
  849. [ 55.495446] nouveau 57000000.gpu: acr: wprHeader
  850. [ 55.495448] nouveau 57000000.gpu: acr: falconID : 2
  851. [ 55.495451] nouveau 57000000.gpu: acr: lsbOffset : 0xcc00
  852. [ 55.495454] nouveau 57000000.gpu: acr: bootstrapOwner: 0
  853. [ 55.495456] nouveau 57000000.gpu: acr: lazyBootstrap : 1
  854. [ 55.495459] nouveau 57000000.gpu: acr: status : 1
  855. [ 55.495465] nouveau 57000000.gpu: acr: lsbHeader
  856. [ 55.495468] nouveau 57000000.gpu: acr: ucodeOff : 0xd000
  857. [ 55.495470] nouveau 57000000.gpu: acr: ucodeSize : 0x4400
  858. [ 55.495473] nouveau 57000000.gpu: acr: dataSize : 0x800
  859. [ 55.495476] nouveau 57000000.gpu: acr: blCodeSize : 0x100
  860. [ 55.495478] nouveau 57000000.gpu: acr: blImemOff : 0x5c00
  861. [ 55.495481] nouveau 57000000.gpu: acr: blDataOff : 0x11c00
  862. [ 55.495484] nouveau 57000000.gpu: acr: blDataSize : 0x100
  863. [ 55.495486] nouveau 57000000.gpu: acr: appCodeOff : 0x100
  864. [ 55.495489] nouveau 57000000.gpu: acr: appCodeSize : 0x4300
  865. [ 55.495492] nouveau 57000000.gpu: acr: appDataOff : 0x4400
  866. [ 55.495494] nouveau 57000000.gpu: acr: appDataSize : 0x800
  867. [ 55.495497] nouveau 57000000.gpu: acr: flags : 0x0
  868. [ 55.495502] nouveau 57000000.gpu: acr: flcnBlDmemDesc
  869. [ 55.495506] nouveau 57000000.gpu: acr: reserved : 0x00000000 0x00000000 0x00000000 0x00000000
  870. [ 55.495509] nouveau 57000000.gpu: acr: signature : 0x00000000 0x00000000 0x00000000 0x00000000
  871. [ 55.495513] nouveau 57000000.gpu: acr: ctxDma : 0
  872. [ 55.495516] nouveau 57000000.gpu: acr: codeDmaBase : 0xff50d1
  873. [ 55.495518] nouveau 57000000.gpu: acr: nonSecCodeOff : 0x0
  874. [ 55.495521] nouveau 57000000.gpu: acr: nonSecCodeSize: 0x4300
  875. [ 55.495524] nouveau 57000000.gpu: acr: secCodeOff : 0x0
  876. [ 55.495526] nouveau 57000000.gpu: acr: secCodeSize : 0x0
  877. [ 55.495529] nouveau 57000000.gpu: acr: codeEntryPoint: 0x0
  878. [ 55.495532] nouveau 57000000.gpu: acr: dataDmaBase : 0xff5114
  879. [ 55.495535] nouveau 57000000.gpu: acr: dataSize : 0x800
  880. [ 55.495537] nouveau 57000000.gpu: acr: codeDmaBase1 : 0x0
  881. [ 55.495540] nouveau 57000000.gpu: acr: dataDmaBase1 : 0x0
  882. [ 55.495544] nouveau 57000000.gpu: acr: wprHeader
  883. [ 55.495546] nouveau 57000000.gpu: acr: falconID : -1
  884. [ 55.495549] nouveau 57000000.gpu: acr: lsbOffset : 0x0
  885. [ 55.495551] nouveau 57000000.gpu: acr: bootstrapOwner: 0
  886. [ 55.495554] nouveau 57000000.gpu: acr: lazyBootstrap : 0
  887. [ 55.495557] nouveau 57000000.gpu: acr: status : 0
  888. [ 55.495581] nouveau 57000000.gpu: ltc: LTC invalidate took 3264 ns
  889. [ 55.495584] nouveau 57000000.gpu: imem: gk20a_instobj_new (IOMMU): size: 1000 align: 0
  890. [ 55.495600] nouveau 57000000.gpu: imem: alloc size: 0x1000, align: 0x1000, gaddr: 0x400063000
  891. [ 55.495623] nouveau 57000000.gpu: ltc: LTC flush took 3264 ns
  892. [ 55.495631] nouveau 57000000.gpu: imem: vaddr used: 64000/100000
  893. [ 55.495655] nouveau 57000000.gpu: ltc: LTC invalidate took 3232 ns
  894. [ 55.495727] nouveau 57000000.gpu: imem: gk20a_instobj_new (IOMMU): size: 10000 align: 1000
  895. [ 55.495796] nouveau 57000000.gpu: imem: alloc size: 0x10000, align: 0x1000, gaddr: 0x400064000
  896. [ 55.495821] nouveau 57000000.gpu: ltc: LTC flush took 3264 ns
  897. [ 55.495830] nouveau 57000000.gpu: imem: vaddr used: 74000/100000
  898. [ 55.495898] nouveau 57000000.gpu: ltc: LTC invalidate took 3264 ns
  899. [ 55.495921] nouveau 57000000.gpu: ltc: LTC flush took 3264 ns
  900. [ 55.495944] nouveau 57000000.gpu: ltc: LTC invalidate took 3264 ns
  901. [ 55.495948] nouveau 57000000.gpu: acr: loading load fw
  902. [ 55.495954] nouveau 57000000.gpu: acr: acrDesc
  903. [ 55.495958] nouveau 57000000.gpu: acr: wprRegionId : 0
  904. [ 55.495960] nouveau 57000000.gpu: acr: wprOffset : 0x0
  905. [ 55.495963] nouveau 57000000.gpu: acr: mmuMemRange : 0x0
  906. [ 55.495966] nouveau 57000000.gpu: acr: noRegions : 0
  907. [ 55.495969] nouveau 57000000.gpu: acr: region[0] :
  908. [ 55.495972] nouveau 57000000.gpu: acr: startAddr : 0x0
  909. [ 55.495974] nouveau 57000000.gpu: acr: endAddr : 0x0
  910. [ 55.495977] nouveau 57000000.gpu: acr: regionId : 0
  911. [ 55.495980] nouveau 57000000.gpu: acr: readMask : 0x0
  912. [ 55.495983] nouveau 57000000.gpu: acr: writeMask : 0x0
  913. [ 55.495986] nouveau 57000000.gpu: acr: clientMask : 0x0
  914. [ 55.495990] nouveau 57000000.gpu: acr: region[1] :
  915. [ 55.495993] nouveau 57000000.gpu: acr: startAddr : 0x0
  916. [ 55.495996] nouveau 57000000.gpu: acr: endAddr : 0x0
  917. [ 55.495998] nouveau 57000000.gpu: acr: regionId : 0
  918. [ 55.496001] nouveau 57000000.gpu: acr: readMask : 0x0
  919. [ 55.496004] nouveau 57000000.gpu: acr: writeMask : 0x0
  920. [ 55.496008] nouveau 57000000.gpu: acr: clientMask : 0x0
  921. [ 55.496011] nouveau 57000000.gpu: acr: ucodeBlobSize: 73728
  922. [ 55.496013] nouveau 57000000.gpu: acr: ucodeBlobBase: 0x400051000
  923. [ 55.496017] nouveau 57000000.gpu: acr: vprEnabled : 0
  924. [ 55.496019] nouveau 57000000.gpu: acr: vprStart : 0x0
  925. [ 55.496022] nouveau 57000000.gpu: acr: vprEnd : 0x0
  926. [ 55.496026] nouveau 57000000.gpu: acr: hdcpPolicies : 0x0
  927. [ 55.496030] nouveau 57000000.gpu: acr: acquired pmu falcon
  928. [ 55.496054] nouveau 57000000.gpu: acr: patching production signature
  929. [ 55.496057] nouveau 57000000.gpu: acr: released pmu falcon
  930. [ 55.496065] nouveau 57000000.gpu: imem: gk20a_instobj_new (IOMMU): size: 4800 align: 1000
  931. [ 55.496089] nouveau 57000000.gpu: imem: alloc size: 0x5000, align: 0x1000, gaddr: 0x400074000
  932. [ 55.496112] nouveau 57000000.gpu: ltc: LTC flush took 3232 ns
  933. [ 55.496136] nouveau 57000000.gpu: imem: vaddr used: 79000/100000
  934. [ 55.496216] nouveau 57000000.gpu: ltc: LTC invalidate took 3232 ns
  935. [ 55.496235] nouveau 57000000.gpu: imem: gk20a_instobj_new (IOMMU): size: 40000 align: 1000
  936. [ 55.496500] nouveau 57000000.gpu: imem: alloc size: 0x40000, align: 0x1000, gaddr: 0x400079000
  937. [ 55.496526] nouveau 57000000.gpu: ltc: LTC flush took 3232 ns
  938. [ 55.496537] nouveau 57000000.gpu: imem: vaddr used: b9000/100000
  939. [ 55.496736] nouveau 57000000.gpu: ltc: LTC invalidate took 3232 ns
  940. [ 55.496761] nouveau 57000000.gpu: ltc: LTC flush took 3232 ns
  941. [ 55.496785] nouveau 57000000.gpu: ltc: LTC invalidate took 3296 ns
  942. [ 55.496811] nouveau 57000000.gpu: ltc: LTC flush took 3232 ns
  943. [ 55.496833] nouveau 57000000.gpu: ltc: LTC invalidate took 3264 ns
  944. [ 55.496913] nouveau 57000000.gpu: acr: executing load binary
  945. [ 55.496918] nouveau 57000000.gpu: acr: acquired pmu falcon
  946. [ 55.497103] nouveau 57000000.gpu: acr: flcnBlDmemDesc
  947. [ 55.497107] nouveau 57000000.gpu: acr: reserved : 0x00000000 0x00000000 0x00000000 0x00000000
  948. [ 55.497111] nouveau 57000000.gpu: acr: signature : 0x00000000 0x00000000 0x00000000 0x00000000
  949. [ 55.497115] nouveau 57000000.gpu: acr: ctxDma : 1
  950. [ 55.497118] nouveau 57000000.gpu: acr: codeDmaBase : 0x0
  951. [ 55.497121] nouveau 57000000.gpu: acr: nonSecCodeOff : 0x0
  952. [ 55.497124] nouveau 57000000.gpu: acr: nonSecCodeSize: 0x100
  953. [ 55.497126] nouveau 57000000.gpu: acr: secCodeOff : 0x100
  954. [ 55.497129] nouveau 57000000.gpu: acr: secCodeSize : 0x1a00
  955. [ 55.497132] nouveau 57000000.gpu: acr: codeEntryPoint: 0x0
  956. [ 55.497135] nouveau 57000000.gpu: acr: dataDmaBase : 0x1b
  957. [ 55.497138] nouveau 57000000.gpu: acr: dataSize : 0xc00
  958. [ 55.497141] nouveau 57000000.gpu: acr: codeDmaBase1 : 0x0
  959. [ 55.497144] nouveau 57000000.gpu: acr: dataDmaBase1 : 0x0
  960. [ 55.512827] nouveau 57000000.gpu: acr: mailbox 00000000 00000000
  961. [ 55.512879] nouveau 57000000.gpu: acr: released pmu falcon
  962. [ 55.512881] nouveau 57000000.gpu: acr: load binary completed successfully
  963. [ 55.513745] nouveau 57000000.gpu: volt: current voltage: 950000uv
  964. [ 55.513774] nouveau 57000000.gpu: clk: 00: 27000 KHz
  965. [ 55.513780] nouveau 57000000.gpu: clk: 13: 1267200 KHz
  966. [ 55.513785] nouveau 57000000.gpu: clk: --: core 1267 MHz
  967. [ 55.514544] nouveau 57000000.gpu: pmu: hpq: initialised @ index 0 offset 0x0000502c size 0x00000080
  968. [ 55.514560] nouveau 57000000.gpu: pmu: lpq: initialised @ index 1 offset 0x000050ac size 0x00000080
  969. [ 55.514566] nouveau 57000000.gpu: pmu: msgq: initialised @ index 0 offset 0x000051ac size 0x00000080
  970. [ 55.514862] nouveau 57000000.gpu: clk: low_PL 8(div8), high_PL 17(div17)
  971. [ 55.514868] nouveau 57000000.gpu: clk: actual target freq 76800 KHz, M 1, N 36, PL 9(div9)
  972. [ 55.517765] nouveau 57000000.gpu: pmu: ACR WPR init complete
  973. [ 55.517800] nouveau: DRM-master:00000000:00000080: init children...
  974. [ 55.517807] nouveau: DRM-master:00000000:00000080: init completed in 30623us
  975. [ 55.517863] nouveau 57000000.gpu: fifo: 1 PBDMA(s)
  976. [ 55.517870] nouveau 57000000.gpu: fifo: engine 0: runlist 0 pbdma 0 (gr)
  977. [ 55.517876] nouveau 57000000.gpu: fifo: engine 1: runlist 0 pbdma 0 (ce2)
  978. [ 55.517884] nouveau 57000000.gpu: imem: gk20a_instobj_new (IOMMU): size: 2000 align: 1000
  979. [ 55.517913] nouveau 57000000.gpu: imem: alloc size: 0x2000, align: 0x1000, gaddr: 0x4000b9000
  980. [ 55.517921] nouveau 57000000.gpu: imem: gk20a_instobj_new (IOMMU): size: 2000 align: 1000
  981. [ 55.517934] nouveau 57000000.gpu: imem: alloc size: 0x2000, align: 0x1000, gaddr: 0x4000bb000
  982. [ 55.517939] nouveau 57000000.gpu: imem: gk20a_instobj_new (IOMMU): size: 40000 align: 1000
  983. [ 55.518205] nouveau 57000000.gpu: imem: alloc size: 0x40000, align: 0x1000, gaddr: 0x4000bd000
  984. [ 55.518247] nouveau 57000000.gpu: imem: vaddr used: f9000/100000
  985. [ 55.518481] nouveau 57000000.gpu: ltc: LTC invalidate took 10848 ns
  986. [ 55.518505] nouveau 57000000.gpu: imem: gk20a_instobj_new (IOMMU): size: 40000 align: 1000
  987. [ 55.518773] nouveau 57000000.gpu: imem: alloc size: 0x40000, align: 0x1000, gaddr: 0x4000fd000
  988. [ 55.518800] nouveau 57000000.gpu: imem: vaddr used: d9000/100000
  989. [ 55.518808] nouveau 57000000.gpu: imem: vaddr used: b9000/100000
  990. [ 55.518819] nouveau 57000000.gpu: imem: vaddr used: f9000/100000
  991. [ 55.519077] nouveau: DRM-master:00000000:80009009: init running...
  992. [ 55.519084] nouveau: DRM-master:00000000:80009009: init children...
  993. [ 55.519087] nouveau: DRM-master:00000000:80009009: init completed in 3us
  994. [ 55.519176] nouveau 57000000.gpu: imem: gk20a_instobj_new (IOMMU): size: 10000 align: 1000
  995. [ 55.519240] nouveau 57000000.gpu: imem: alloc size: 0x10000, align: 0x1000, gaddr: 0x40013d000
  996. [ 55.519258] nouveau 57000000.gpu: imem: vaddr used: f8000/100000
  997. [ 55.519269] nouveau 57000000.gpu: imem: vaddr used: e6000/100000
  998. [ 55.519279] nouveau 57000000.gpu: imem: vaddr used: f6000/100000
  999. [ 55.519334] nouveau: DRM-master:00000000:8000b00d: init running...
  1000. [ 55.519338] nouveau: DRM-master:00000000:8000b00d: init children...
  1001. [ 55.519341] nouveau: DRM-master:00000000:8000b00d: init completed in 3us
  1002. [ 55.519360] nouveau: DRM-master:00000000:00000000: init running...
  1003. [ 55.519362] nouveau: DRM-master:00000000:00000000: init children...
  1004. [ 55.519364] nouveau: DRM-master:00000000:00000000: init completed in 3us
  1005. [ 55.519370] nouveau: DRM:00000000:00000080: init running...
  1006. [ 55.519373] nouveau: DRM:00000000:00000080: init children...
  1007. [ 55.519376] nouveau: DRM:00000000:00000080: init completed in 4us
  1008. [ 55.519394] nouveau: DRM:00000000:80009009: init running...
  1009. [ 55.519396] nouveau: DRM:00000000:80009009: init children...
  1010. [ 55.519399] nouveau: DRM:00000000:80009009: init completed in 3us
  1011. [ 55.519472] nouveau 57000000.gpu: imem: gk20a_instobj_new (IOMMU): size: 10000 align: 1000
  1012. [ 55.519536] nouveau 57000000.gpu: imem: alloc size: 0x10000, align: 0x1000, gaddr: 0x40014d000
  1013. [ 55.519553] nouveau 57000000.gpu: imem: vaddr used: f5000/100000
  1014. [ 55.519561] nouveau 57000000.gpu: imem: vaddr used: f0000/100000
  1015. [ 55.519571] nouveau 57000000.gpu: imem: vaddr used: 100000/100000
  1016. [ 55.519623] nouveau: DRM:00000000:8000b00d: init running...
  1017. [ 55.519626] nouveau: DRM:00000000:8000b00d: init children...
  1018. [ 55.519628] nouveau: DRM:00000000:8000b00d: init completed in 2us
  1019. [ 55.519786] nouveau 57000000.gpu: DRM: VRAM: 0 MiB
  1020. [ 55.519792] nouveau 57000000.gpu: DRM: GART: 1048576 MiB
  1021. [ 55.519901] nouveau: DRM-master:00000000:8000900b: init running...
  1022. [ 55.519908] nouveau: DRM-master:00000000:8000900b: init children...
  1023. [ 55.519912] nouveau: DRM-master:00000000:8000900b: init completed in 5us
  1024. [ 55.520078] nouveau: DRM-master:00000000:8000900b: init running...
  1025. [ 55.520083] nouveau: DRM-master:00000000:8000900b: init children...
  1026. [ 55.520086] nouveau: DRM-master:00000000:8000900b: init completed in 3us
  1027. [ 55.520125] nouveau 57000000.gpu: imem: gk20a_instobj_new (IOMMU): size: 40000 align: 1000
  1028. [ 55.520369] nouveau 57000000.gpu: imem: alloc size: 0x40000, align: 0x1000, gaddr: 0x40015d000
  1029. [ 55.520387] nouveau 57000000.gpu: imem: vaddr used: f0000/100000
  1030. [ 55.520396] nouveau 57000000.gpu: imem: vaddr used: b0000/100000
  1031. [ 55.520406] nouveau 57000000.gpu: imem: vaddr used: f0000/100000
  1032. [ 55.520650] nouveau 57000000.gpu: imem: gk20a_instobj_new (IOMMU): size: 1000 align: 1000
  1033. [ 55.520661] nouveau 57000000.gpu: imem: alloc size: 0x1000, align: 0x1000, gaddr: 0x40019d000
  1034. [ 55.520684] nouveau 57000000.gpu: imem: vaddr used: f1000/100000
  1035. [ 55.520743] nouveau: DRM:00000000:0000b06f: init running...
  1036. [ 55.520764] nouveau 57000000.gpu: imem: vaddr used: f3000/100000
  1037. [ 55.520779] nouveau: DRM:00000000:0000b06f: init children...
  1038. [ 55.520782] nouveau: DRM:00000000:0000b06f: init completed in 35us
  1039. [ 55.520973] nouveau: DRM-master:00000000:8000900b: init running...
  1040. [ 55.520984] nouveau: DRM-master:00000000:8000900b: init children...
  1041. [ 55.520987] nouveau: DRM-master:00000000:8000900b: init completed in 3us
  1042. [ 55.521046] nouveau 57000000.gpu: imem: gk20a_instobj_new (IOMMU): size: 1000 align: 1000
  1043. [ 55.521063] nouveau 57000000.gpu: imem: alloc size: 0x1000, align: 0x1000, gaddr: 0x40019e000
  1044. [ 55.521080] nouveau 57000000.gpu: imem: vaddr used: f4000/100000
  1045. [ 55.521136] nouveau: DRM:00000000:0000b06f: init running...
  1046. [ 55.521153] nouveau 57000000.gpu: imem: vaddr used: f6000/100000
  1047. [ 55.521167] nouveau: DRM:00000000:0000b06f: init children...
  1048. [ 55.521170] nouveau: DRM:00000000:0000b06f: init completed in 31us
  1049. [ 55.521216] nouveau: DRM:0004b0b5:0000b0b5: init running...
  1050. [ 55.521223] nouveau: DRM:0004b0b5:0000b0b5: init children...
  1051. [ 55.521226] nouveau: DRM:0004b0b5:0000b0b5: init completed in 6us
  1052. [ 55.521231] nouveau 57000000.gpu: DRM: MM: using COPY for buffer copies
  1053. [ 55.521371] nouveau: DRM:00000000:ffffffff: init running...
  1054. [ 55.521374] nouveau: DRM:00000000:ffffffff: init children...
  1055. [ 55.521378] nouveau: DRM:00000000:ffffffff: init completed in 4us
  1056. [ 55.524507] [drm] Initialized nouveau 1.3.1 20120801 for 57000000.gpu on minor 1
  1057. [ 55.531079] nouveau 0000:01:00.0: enabling device (0000 -> 0003)
  1058. [ 55.531307] nouveau 0000:01:00.0: NVIDIA GK208B (b060b0b1)
  1059. [ 55.531698] nouveau 0000:01:00.0: pci: MSI enabled
  1060. [ 55.531723] nouveau 0000:01:00.0: bios: trying PRAMIN...
  1061. [ 55.531739] nouveau 0000:01:00.0: bios: ... not enabled
  1062. [ 55.531743] nouveau 0000:01:00.0: bios: trying PROM...
  1063. [ 55.536065] nouveau 0000:01:00.0: bios: 00000000: type 00, 61952 bytes
  1064. [ 55.600285] nouveau 0000:01:00.0: bios: 0000f200: type 03, 70656 bytes
  1065. [ 55.673416] nouveau 0000:01:00.0: bios: 00020600: type e0, 31744 bytes
  1066. [ 55.706524] nouveau 0000:01:00.0: bios: 00028200: type 70, 2560 bytes
  1067. [ 55.706543] nouveau 0000:01:00.0: bios: scored 16
  1068. [ 55.706549] nouveau 0000:01:00.0: bios: trying ACPI...
  1069. [ 55.706554] nouveau 0000:01:00.0: bios: using image from PROM
  1070. [ 55.707297] nouveau 0000:01:00.0: bios: BIT signature found
  1071. [ 55.707303] nouveau 0000:01:00.0: bios: version 80.28.b8.00.05
  1072. [ 55.707342] nouveau 0000:01:00.0: i2c: ccb 00: type 05 drive 00 sense ff share ff auxch ff
  1073. [ 55.708254] nouveau 0000:01:00.0: i2c: ccb 01: type 05 drive 01 sense ff share ff auxch ff
  1074. [ 55.709340] nouveau 0000:01:00.0: i2c: ccb 02: type 05 drive 02 sense ff share ff auxch ff
  1075. [ 55.710198] nouveau 0000:01:00.0: i2c: ccb 03: type ff drive ff sense ff share ff auxch ff
  1076. [ 55.710210] nouveau 0000:01:00.0: i2c: ccb 04: type ff drive ff sense ff share ff auxch ff
  1077. [ 55.710215] nouveau 0000:01:00.0: i2c: ccb 05: type 05 drive 05 sense ff share ff auxch ff
  1078. [ 55.713676] nouveau 0000:01:00.0: i2c: ccb 06: type 05 drive 06 sense ff share 00 auxch ff
  1079. [ 55.717542] nouveau 0000:01:00.0: i2c: ccb 07: type 05 drive 07 sense ff share 01 auxch ff
  1080. [ 55.720488] nouveau 0000:01:00.0: i2c: ccb 08: type 05 drive 08 sense ff share 02 auxch ff
  1081. [ 55.725071] nouveau 0000:01:00.0: i2c: ccb 09: type 05 drive 09 sense ff share 03 auxch ff
  1082. [ 55.725402] nouveau 0000:01:00.0: i2c: ccb 0a: type 06 drive ff sense ff share 00 auxch 00
  1083. [ 55.727382] nouveau 0000:01:00.0: i2c: ccb 0b: type 06 drive ff sense ff share 01 auxch 01
  1084. [ 55.728356] nouveau 0000:01:00.0: i2c: ccb 0c: type 06 drive ff sense ff share 02 auxch 02
  1085. [ 55.732089] nouveau 0000:01:00.0: i2c: ccb 0d: type 06 drive ff sense ff share 03 auxch 03
  1086. [ 55.732813] nouveau 0000:01:00.0: i2c: ccb 0e: type ff drive ff sense ff share ff auxch ff
  1087. [ 55.732976] nouveau 0000:01:00.0: mxm: no VBIOS data, nothing to do
  1088. [ 55.733061] nouveau 0000:01:00.0: bios: found ranged based VIDs
  1089. [ 55.733073] nouveau 0000:01:00.0: volt: min: 800000uv max: 1187500uv
  1090. [ 55.733123] nouveau 0000:01:00.0: volt: VID 00: 800000uv
  1091. [ 55.733130] nouveau 0000:01:00.0: volt: VID 01: 812500uv
  1092. [ 55.733134] nouveau 0000:01:00.0: volt: VID 02: 825000uv
  1093. [ 55.733140] nouveau 0000:01:00.0: volt: VID 03: 837500uv
  1094. [ 55.733145] nouveau 0000:01:00.0: volt: VID 04: 850000uv
  1095. [ 55.733149] nouveau 0000:01:00.0: volt: VID 05: 862500uv
  1096. [ 55.733153] nouveau 0000:01:00.0: volt: VID 06: 875000uv
  1097. [ 55.733157] nouveau 0000:01:00.0: volt: VID 07: 887500uv
  1098. [ 55.733161] nouveau 0000:01:00.0: volt: VID 08: 900000uv
  1099. [ 55.733165] nouveau 0000:01:00.0: volt: VID 09: 912500uv
  1100. [ 55.733169] nouveau 0000:01:00.0: volt: VID 0a: 925000uv
  1101. [ 55.733174] nouveau 0000:01:00.0: volt: VID 0b: 937500uv
  1102. [ 55.733179] nouveau 0000:01:00.0: volt: VID 0c: 950000uv
  1103. [ 55.733184] nouveau 0000:01:00.0: volt: VID 0d: 962500uv
  1104. [ 55.733188] nouveau 0000:01:00.0: volt: VID 0e: 975000uv
  1105. [ 55.733191] nouveau 0000:01:00.0: volt: VID 0f: 987500uv
  1106. [ 55.733196] nouveau 0000:01:00.0: volt: VID 10: 1000000uv
  1107. [ 55.733200] nouveau 0000:01:00.0: volt: VID 11: 1012500uv
  1108. [ 55.733204] nouveau 0000:01:00.0: volt: VID 12: 1025000uv
  1109. [ 55.733209] nouveau 0000:01:00.0: volt: VID 13: 1037500uv
  1110. [ 55.733213] nouveau 0000:01:00.0: volt: VID 14: 1050000uv
  1111. [ 55.733217] nouveau 0000:01:00.0: volt: VID 15: 1062500uv
  1112. [ 55.733221] nouveau 0000:01:00.0: volt: VID 16: 1075000uv
  1113. [ 55.733224] nouveau 0000:01:00.0: volt: VID 17: 1087500uv
  1114. [ 55.733228] nouveau 0000:01:00.0: volt: VID 18: 1100000uv
  1115. [ 55.733232] nouveau 0000:01:00.0: volt: VID 19: 1112500uv
  1116. [ 55.733236] nouveau 0000:01:00.0: volt: VID 1a: 1125000uv
  1117. [ 55.733240] nouveau 0000:01:00.0: volt: VID 1b: 1137500uv
  1118. [ 55.733243] nouveau 0000:01:00.0: volt: VID 1c: 1150000uv
  1119. [ 55.733247] nouveau 0000:01:00.0: volt: VID 1d: 1162500uv
  1120. [ 55.733251] nouveau 0000:01:00.0: volt: VID 1e: 1175000uv
  1121. [ 55.733255] nouveau 0000:01:00.0: volt: VID 1f: 1187500uv
  1122. [ 55.733266] nouveau 0000:01:00.0: volt: Using GPIO mode
  1123. [ 55.733326] nouveau 0000:01:00.0: clk: 13: 810000 KHz
  1124. [ 55.733333] nouveau 0000:01:00.0: clk: 810000 KHz
  1125. [ 55.733338] nouveau 0000:01:00.0: clk: 17: 810000 KHz
  1126. [ 55.733342] nouveau 0000:01:00.0: clk: 810000 KHz
  1127. [ 55.733346] nouveau 0000:01:00.0: clk: 14: 810000 KHz
  1128. [ 55.733351] nouveau 0000:01:00.0: clk: 810000 KHz
  1129. [ 55.733355] nouveau 0000:01:00.0: clk: 12: 405000 KHz
  1130. [ 55.733360] nouveau 0000:01:00.0: clk: 405000 KHz
  1131. [ 55.733364] nouveau 0000:01:00.0: clk: 16: 810000 KHz
  1132. [ 55.733368] nouveau 0000:01:00.0: clk: 810000 KHz
  1133. [ 55.733371] nouveau 0000:01:00.0: clk: 15: 648000 KHz
  1134. [ 55.733375] nouveau 0000:01:00.0: clk: 648000 KHz
  1135. [ 55.733379] nouveau 0000:01:00.0: clk: 1b: 405000 KHz
  1136. [ 55.733382] nouveau 0000:01:00.0: clk: 405000 KHz
  1137. [ 55.733386] nouveau 0000:01:00.0: clk: 19: 324000 KHz
  1138. [ 55.733390] nouveau 0000:01:00.0: clk: 324000 KHz
  1139. [ 55.733393] nouveau 0000:01:00.0: clk: 07: core 405 MHz memory 810 MHz
  1140. [ 55.733845] nouveau 0000:01:00.0: clk: 13: 1307000 KHz
  1141. [ 55.733855] nouveau 0000:01:00.0: clk: 1307000 KHz
  1142. [ 55.733860] nouveau 0000:01:00.0: clk: 1307000 KHz
  1143. [ 55.733864] nouveau 0000:01:00.0: clk: 1307000 KHz
  1144. [ 55.733869] nouveau 0000:01:00.0: clk: 1307000 KHz
  1145. [ 55.733872] nouveau 0000:01:00.0: clk: 1307000 KHz
  1146. [ 55.733876] nouveau 0000:01:00.0: clk: 1307000 KHz
  1147. [ 55.733880] nouveau 0000:01:00.0: clk: 1307000 KHz
  1148. [ 55.733884] nouveau 0000:01:00.0: clk: 1307000 KHz
  1149. [ 55.733887] nouveau 0000:01:00.0: clk: 1307000 KHz
  1150. [ 55.733891] nouveau 0000:01:00.0: clk: 1307000 KHz
  1151. [ 55.733895] nouveau 0000:01:00.0: clk: 1307000 KHz
  1152. [ 55.733898] nouveau 0000:01:00.0: clk: 1307000 KHz
  1153. [ 55.733901] nouveau 0000:01:00.0: clk: 1307000 KHz
  1154. [ 55.733906] nouveau 0000:01:00.0: clk: 1307000 KHz
  1155. [ 55.733910] nouveau 0000:01:00.0: clk: 1307000 KHz
  1156. [ 55.733914] nouveau 0000:01:00.0: clk: 1307000 KHz
  1157. [ 55.733918] nouveau 0000:01:00.0: clk: 1307000 KHz
  1158. [ 55.733922] nouveau 0000:01:00.0: clk: 1307000 KHz
  1159. [ 55.733926] nouveau 0000:01:00.0: clk: 1307000 KHz
  1160. [ 55.733930] nouveau 0000:01:00.0: clk: 1307000 KHz
  1161. [ 55.733934] nouveau 0000:01:00.0: clk: 1333000 KHz
  1162. [ 55.733938] nouveau 0000:01:00.0: clk: 1359000 KHz
  1163. [ 55.733943] nouveau 0000:01:00.0: clk: 1385000 KHz
  1164. [ 55.733947] nouveau 0000:01:00.0: clk: 1411000 KHz
  1165. [ 55.733951] nouveau 0000:01:00.0: clk: 1438000 KHz
  1166. [ 55.733954] nouveau 0000:01:00.0: clk: 1464000 KHz
  1167. [ 55.733959] nouveau 0000:01:00.0: clk: 1490000 KHz
  1168. [ 55.733963] nouveau 0000:01:00.0: clk: 1516000 KHz
  1169. [ 55.733966] nouveau 0000:01:00.0: clk: 1542000 KHz
  1170. [ 55.733970] nouveau 0000:01:00.0: clk: 1568000 KHz
  1171. [ 55.733973] nouveau 0000:01:00.0: clk: 1594000 KHz
  1172. [ 55.733977] nouveau 0000:01:00.0: clk: 1621000 KHz
  1173. [ 55.733982] nouveau 0000:01:00.0: clk: 1647000 KHz
  1174. [ 55.733986] nouveau 0000:01:00.0: clk: 1673000 KHz
  1175. [ 55.733991] nouveau 0000:01:00.0: clk: 1699000 KHz
  1176. [ 55.733997] nouveau 0000:01:00.0: clk: 1725000 KHz
  1177. [ 55.734001] nouveau 0000:01:00.0: clk: 1751000 KHz
  1178. [ 55.734005] nouveau 0000:01:00.0: clk: 1777000 KHz
  1179. [ 55.734009] nouveau 0000:01:00.0: clk: 1803000 KHz
  1180. [ 55.734013] nouveau 0000:01:00.0: clk: 1830000 KHz
  1181. [ 55.734017] nouveau 0000:01:00.0: clk: 1856000 KHz
  1182. [ 55.734021] nouveau 0000:01:00.0: clk: 1882000 KHz
  1183. [ 55.734024] nouveau 0000:01:00.0: clk: 1908000 KHz
  1184. [ 55.734029] nouveau 0000:01:00.0: clk: 17: 1307000 KHz
  1185. [ 55.736219] nouveau 0000:01:00.0: clk: 1307000 KHz
  1186. [ 55.736251] nouveau 0000:01:00.0: clk: 1307000 KHz
  1187. [ 55.736255] nouveau 0000:01:00.0: clk: 1307000 KHz
  1188. [ 55.736261] nouveau 0000:01:00.0: clk: 1307000 KHz
  1189. [ 55.736266] nouveau 0000:01:00.0: clk: 1307000 KHz
  1190. [ 55.736272] nouveau 0000:01:00.0: clk: 1307000 KHz
  1191. [ 55.736278] nouveau 0000:01:00.0: clk: 1307000 KHz
  1192. [ 55.736283] nouveau 0000:01:00.0: clk: 1307000 KHz
  1193. [ 55.736288] nouveau 0000:01:00.0: clk: 1307000 KHz
  1194. [ 55.736293] nouveau 0000:01:00.0: clk: 1307000 KHz
  1195. [ 55.736298] nouveau 0000:01:00.0: clk: 1307000 KHz
  1196. [ 55.736303] nouveau 0000:01:00.0: clk: 1307000 KHz
  1197. [ 55.736309] nouveau 0000:01:00.0: clk: 1307000 KHz
  1198. [ 55.736314] nouveau 0000:01:00.0: clk: 1307000 KHz
  1199. [ 55.736319] nouveau 0000:01:00.0: clk: 1307000 KHz
  1200. [ 55.736326] nouveau 0000:01:00.0: clk: 1307000 KHz
  1201. [ 55.736331] nouveau 0000:01:00.0: clk: 1307000 KHz
  1202. [ 55.736336] nouveau 0000:01:00.0: clk: 1307000 KHz
  1203. [ 55.736342] nouveau 0000:01:00.0: clk: 1307000 KHz
  1204. [ 55.736347] nouveau 0000:01:00.0: clk: 1307000 KHz
  1205. [ 55.736353] nouveau 0000:01:00.0: clk: 1333000 KHz
  1206. [ 55.736360] nouveau 0000:01:00.0: clk: 1359000 KHz
  1207. [ 55.736366] nouveau 0000:01:00.0: clk: 1385000 KHz
  1208. [ 55.736371] nouveau 0000:01:00.0: clk: 1411000 KHz
  1209. [ 55.736376] nouveau 0000:01:00.0: clk: 1438000 KHz
  1210. [ 55.736381] nouveau 0000:01:00.0: clk: 1464000 KHz
  1211. [ 55.736385] nouveau 0000:01:00.0: clk: 1490000 KHz
  1212. [ 55.736392] nouveau 0000:01:00.0: clk: 1516000 KHz
  1213. [ 55.736398] nouveau 0000:01:00.0: clk: 1542000 KHz
  1214. [ 55.736403] nouveau 0000:01:00.0: clk: 1568000 KHz
  1215. [ 55.736409] nouveau 0000:01:00.0: clk: 1594000 KHz
  1216. [ 55.736414] nouveau 0000:01:00.0: clk: 1621000 KHz
  1217. [ 55.736420] nouveau 0000:01:00.0: clk: 1647000 KHz
  1218. [ 55.736424] nouveau 0000:01:00.0: clk: 1673000 KHz
  1219. [ 55.736429] nouveau 0000:01:00.0: clk: 1699000 KHz
  1220. [ 55.736433] nouveau 0000:01:00.0: clk: 1725000 KHz
  1221. [ 55.736505] nouveau 0000:01:00.0: clk: 1751000 KHz
  1222. [ 55.736515] nouveau 0000:01:00.0: clk: 1777000 KHz
  1223. [ 55.736520] nouveau 0000:01:00.0: clk: 1803000 KHz
  1224. [ 55.736526] nouveau 0000:01:00.0: clk: 1830000 KHz
  1225. [ 55.736530] nouveau 0000:01:00.0: clk: 1856000 KHz
  1226. [ 55.736534] nouveau 0000:01:00.0: clk: 1882000 KHz
  1227. [ 55.736539] nouveau 0000:01:00.0: clk: 1908000 KHz
  1228. [ 55.736543] nouveau 0000:01:00.0: clk: 14: 1307000 KHz
  1229. [ 55.736547] nouveau 0000:01:00.0: clk: 1307000 KHz
  1230. [ 55.736551] nouveau 0000:01:00.0: clk: 1307000 KHz
  1231. [ 55.736556] nouveau 0000:01:00.0: clk: 1307000 KHz
  1232. [ 55.736561] nouveau 0000:01:00.0: clk: 1307000 KHz
  1233. [ 55.736565] nouveau 0000:01:00.0: clk: 1307000 KHz
  1234. [ 55.736568] nouveau 0000:01:00.0: clk: 1307000 KHz
  1235. [ 55.736571] nouveau 0000:01:00.0: clk: 1307000 KHz
  1236. [ 55.736575] nouveau 0000:01:00.0: clk: 1307000 KHz
  1237. [ 55.736579] nouveau 0000:01:00.0: clk: 1307000 KHz
  1238. [ 55.736582] nouveau 0000:01:00.0: clk: 1307000 KHz
  1239. [ 55.736587] nouveau 0000:01:00.0: clk: 1307000 KHz
  1240. [ 55.736591] nouveau 0000:01:00.0: clk: 1307000 KHz
  1241. [ 55.736594] nouveau 0000:01:00.0: clk: 1307000 KHz
  1242. [ 55.736598] nouveau 0000:01:00.0: clk: 1307000 KHz
  1243. [ 55.736601] nouveau 0000:01:00.0: clk: 1307000 KHz
  1244. [ 55.736605] nouveau 0000:01:00.0: clk: 1307000 KHz
  1245. [ 55.736608] nouveau 0000:01:00.0: clk: 1307000 KHz
  1246. [ 55.736612] nouveau 0000:01:00.0: clk: 1307000 KHz
  1247. [ 55.736615] nouveau 0000:01:00.0: clk: 1307000 KHz
  1248. [ 55.736619] nouveau 0000:01:00.0: clk: 1307000 KHz
  1249. [ 55.736623] nouveau 0000:01:00.0: clk: 1333000 KHz
  1250. [ 55.736626] nouveau 0000:01:00.0: clk: 1359000 KHz
  1251. [ 55.736630] nouveau 0000:01:00.0: clk: 1385000 KHz
  1252. [ 55.736633] nouveau 0000:01:00.0: clk: 1411000 KHz
  1253. [ 55.736636] nouveau 0000:01:00.0: clk: 1438000 KHz
  1254. [ 55.736640] nouveau 0000:01:00.0: clk: 1464000 KHz
  1255. [ 55.736643] nouveau 0000:01:00.0: clk: 1490000 KHz
  1256. [ 55.736648] nouveau 0000:01:00.0: clk: 1516000 KHz
  1257. [ 55.736652] nouveau 0000:01:00.0: clk: 1542000 KHz
  1258. [ 55.736656] nouveau 0000:01:00.0: clk: 1568000 KHz
  1259. [ 55.736659] nouveau 0000:01:00.0: clk: 1594000 KHz
  1260. [ 55.736663] nouveau 0000:01:00.0: clk: 1621000 KHz
  1261. [ 55.736666] nouveau 0000:01:00.0: clk: 1647000 KHz
  1262. [ 55.736670] nouveau 0000:01:00.0: clk: 1673000 KHz
  1263. [ 55.736674] nouveau 0000:01:00.0: clk: 1699000 KHz
  1264. [ 55.736677] nouveau 0000:01:00.0: clk: 1725000 KHz
  1265. [ 55.736681] nouveau 0000:01:00.0: clk: 1751000 KHz
  1266. [ 55.736685] nouveau 0000:01:00.0: clk: 1777000 KHz
  1267. [ 55.736689] nouveau 0000:01:00.0: clk: 1803000 KHz
  1268. [ 55.736692] nouveau 0000:01:00.0: clk: 1830000 KHz
  1269. [ 55.736696] nouveau 0000:01:00.0: clk: 1856000 KHz
  1270. [ 55.736700] nouveau 0000:01:00.0: clk: 1882000 KHz
  1271. [ 55.736705] nouveau 0000:01:00.0: clk: 1908000 KHz
  1272. [ 55.736712] nouveau 0000:01:00.0: clk: 12: 2505000 KHz
  1273. [ 55.736716] nouveau 0000:01:00.0: clk: 2505000 KHz
  1274. [ 55.736720] nouveau 0000:01:00.0: clk: 2505000 KHz
  1275. [ 55.736723] nouveau 0000:01:00.0: clk: 2505000 KHz
  1276. [ 55.736726] nouveau 0000:01:00.0: clk: 2505000 KHz
  1277. [ 55.736730] nouveau 0000:01:00.0: clk: 2505000 KHz
  1278. [ 55.736733] nouveau 0000:01:00.0: clk: 2505000 KHz
  1279. [ 55.736737] nouveau 0000:01:00.0: clk: 2505000 KHz
  1280. [ 55.736740] nouveau 0000:01:00.0: clk: 2505000 KHz
  1281. [ 55.736744] nouveau 0000:01:00.0: clk: 2505000 KHz
  1282. [ 55.736747] nouveau 0000:01:00.0: clk: 2505000 KHz
  1283. [ 55.736750] nouveau 0000:01:00.0: clk: 2505000 KHz
  1284. [ 55.736754] nouveau 0000:01:00.0: clk: 2505000 KHz
  1285. [ 55.736758] nouveau 0000:01:00.0: clk: 2505000 KHz
  1286. [ 55.736762] nouveau 0000:01:00.0: clk: 2505000 KHz
  1287. [ 55.736766] nouveau 0000:01:00.0: clk: 2505000 KHz
  1288. [ 55.736769] nouveau 0000:01:00.0: clk: 2505000 KHz
  1289. [ 55.736772] nouveau 0000:01:00.0: clk: 2505000 KHz
  1290. [ 55.736776] nouveau 0000:01:00.0: clk: 2505000 KHz
  1291. [ 55.736779] nouveau 0000:01:00.0: clk: 2505000 KHz
  1292. [ 55.736782] nouveau 0000:01:00.0: clk: 2505000 KHz
  1293. [ 55.736786] nouveau 0000:01:00.0: clk: 2505000 KHz
  1294. [ 55.736790] nouveau 0000:01:00.0: clk: 2505000 KHz
  1295. [ 55.736795] nouveau 0000:01:00.0: clk: 2505000 KHz
  1296. [ 55.736799] nouveau 0000:01:00.0: clk: 2505000 KHz
  1297. [ 55.736803] nouveau 0000:01:00.0: clk: 2505000 KHz
  1298. [ 55.736806] nouveau 0000:01:00.0: clk: 2505000 KHz
  1299. [ 55.736809] nouveau 0000:01:00.0: clk: 2505000 KHz
  1300. [ 55.736813] nouveau 0000:01:00.0: clk: 2505000 KHz
  1301. [ 55.736817] nouveau 0000:01:00.0: clk: 2505000 KHz
  1302. [ 55.736820] nouveau 0000:01:00.0: clk: 2505000 KHz
  1303. [ 55.736825] nouveau 0000:01:00.0: clk: 2505000 KHz
  1304. [ 55.736829] nouveau 0000:01:00.0: clk: 2505000 KHz
  1305. [ 55.736832] nouveau 0000:01:00.0: clk: 2505000 KHz
  1306. [ 55.736836] nouveau 0000:01:00.0: clk: 2505000 KHz
  1307. [ 55.736839] nouveau 0000:01:00.0: clk: 2505000 KHz
  1308. [ 55.736842] nouveau 0000:01:00.0: clk: 2505000 KHz
  1309. [ 55.736846] nouveau 0000:01:00.0: clk: 2505000 KHz
  1310. [ 55.736850] nouveau 0000:01:00.0: clk: 2505000 KHz
  1311. [ 55.736855] nouveau 0000:01:00.0: clk: 2505000 KHz
  1312. [ 55.736859] nouveau 0000:01:00.0: clk: 2505000 KHz
  1313. [ 55.736862] nouveau 0000:01:00.0: clk: 2505000 KHz
  1314. [ 55.736866] nouveau 0000:01:00.0: clk: 2505000 KHz
  1315. [ 55.736869] nouveau 0000:01:00.0: clk: 2505000 KHz
  1316. [ 55.736875] nouveau 0000:01:00.0: clk: 16: 1080000 KHz
  1317. [ 55.736880] nouveau 0000:01:00.0: clk: 1080000 KHz
  1318. [ 55.736883] nouveau 0000:01:00.0: clk: 1080000 KHz
  1319. [ 55.736887] nouveau 0000:01:00.0: clk: 1080000 KHz
  1320. [ 55.736891] nouveau 0000:01:00.0: clk: 1080000 KHz
  1321. [ 55.736895] nouveau 0000:01:00.0: clk: 1080000 KHz
  1322. [ 55.736899] nouveau 0000:01:00.0: clk: 1080000 KHz
  1323. [ 55.736902] nouveau 0000:01:00.0: clk: 1080000 KHz
  1324. [ 55.736906] nouveau 0000:01:00.0: clk: 1080000 KHz
  1325. [ 55.736910] nouveau 0000:01:00.0: clk: 1080000 KHz
  1326. [ 55.736913] nouveau 0000:01:00.0: clk: 1080000 KHz
  1327. [ 55.736917] nouveau 0000:01:00.0: clk: 1080000 KHz
  1328. [ 55.736920] nouveau 0000:01:00.0: clk: 1080000 KHz
  1329. [ 55.736924] nouveau 0000:01:00.0: clk: 1080000 KHz
  1330. [ 55.736929] nouveau 0000:01:00.0: clk: 1080000 KHz
  1331. [ 55.736933] nouveau 0000:01:00.0: clk: 1080000 KHz
  1332. [ 55.736937] nouveau 0000:01:00.0: clk: 1080000 KHz
  1333. [ 55.736941] nouveau 0000:01:00.0: clk: 1080000 KHz
  1334. [ 55.736945] nouveau 0000:01:00.0: clk: 1080000 KHz
  1335. [ 55.736950] nouveau 0000:01:00.0: clk: 1080000 KHz
  1336. [ 55.736953] nouveau 0000:01:00.0: clk: 1080000 KHz
  1337. [ 55.736956] nouveau 0000:01:00.0: clk: 1080000 KHz
  1338. [ 55.736960] nouveau 0000:01:00.0: clk: 1080000 KHz
  1339. [ 55.736963] nouveau 0000:01:00.0: clk: 1080000 KHz
  1340. [ 55.736967] nouveau 0000:01:00.0: clk: 1080000 KHz
  1341. [ 55.736971] nouveau 0000:01:00.0: clk: 1080000 KHz
  1342. [ 55.736976] nouveau 0000:01:00.0: clk: 1080000 KHz
  1343. [ 55.736981] nouveau 0000:01:00.0: clk: 1080000 KHz
  1344. [ 55.736984] nouveau 0000:01:00.0: clk: 1080000 KHz
  1345. [ 55.736988] nouveau 0000:01:00.0: clk: 1080000 KHz
  1346. [ 55.736992] nouveau 0000:01:00.0: clk: 1080000 KHz
  1347. [ 55.736995] nouveau 0000:01:00.0: clk: 1080000 KHz
  1348. [ 55.736999] nouveau 0000:01:00.0: clk: 1080000 KHz
  1349. [ 55.737003] nouveau 0000:01:00.0: clk: 1080000 KHz
  1350. [ 55.737007] nouveau 0000:01:00.0: clk: 1080000 KHz
  1351. [ 55.737011] nouveau 0000:01:00.0: clk: 1080000 KHz
  1352. [ 55.737014] nouveau 0000:01:00.0: clk: 1080000 KHz
  1353. [ 55.737018] nouveau 0000:01:00.0: clk: 1080000 KHz
  1354. [ 55.737021] nouveau 0000:01:00.0: clk: 1080000 KHz
  1355. [ 55.737025] nouveau 0000:01:00.0: clk: 1080000 KHz
  1356. [ 55.737028] nouveau 0000:01:00.0: clk: 1080000 KHz
  1357. [ 55.737032] nouveau 0000:01:00.0: clk: 1080000 KHz
  1358. [ 55.737036] nouveau 0000:01:00.0: clk: 1080000 KHz
  1359. [ 55.737040] nouveau 0000:01:00.0: clk: 1080000 KHz
  1360. [ 55.737044] nouveau 0000:01:00.0: clk: 15: 1080000 KHz
  1361. [ 55.737049] nouveau 0000:01:00.0: clk: 1080000 KHz
  1362. [ 55.737053] nouveau 0000:01:00.0: clk: 1080000 KHz
  1363. [ 55.737056] nouveau 0000:01:00.0: clk: 1080000 KHz
  1364. [ 55.737060] nouveau 0000:01:00.0: clk: 1080000 KHz
  1365. [ 55.737063] nouveau 0000:01:00.0: clk: 1080000 KHz
  1366. [ 55.737067] nouveau 0000:01:00.0: clk: 1080000 KHz
  1367. [ 55.737071] nouveau 0000:01:00.0: clk: 1080000 KHz
  1368. [ 55.737075] nouveau 0000:01:00.0: clk: 1080000 KHz
  1369. [ 55.737079] nouveau 0000:01:00.0: clk: 1080000 KHz
  1370. [ 55.737083] nouveau 0000:01:00.0: clk: 1080000 KHz
  1371. [ 55.737086] nouveau 0000:01:00.0: clk: 1080000 KHz
  1372. [ 55.737089] nouveau 0000:01:00.0: clk: 1080000 KHz
  1373. [ 55.737093] nouveau 0000:01:00.0: clk: 1080000 KHz
  1374. [ 55.737096] nouveau 0000:01:00.0: clk: 1080000 KHz
  1375. [ 55.737100] nouveau 0000:01:00.0: clk: 1080000 KHz
  1376. [ 55.737104] nouveau 0000:01:00.0: clk: 1080000 KHz
  1377. [ 55.737107] nouveau 0000:01:00.0: clk: 1080000 KHz
  1378. [ 55.737111] nouveau 0000:01:00.0: clk: 1080000 KHz
  1379. [ 55.737115] nouveau 0000:01:00.0: clk: 1080000 KHz
  1380. [ 55.737118] nouveau 0000:01:00.0: clk: 1080000 KHz
  1381. [ 55.737122] nouveau 0000:01:00.0: clk: 1080000 KHz
  1382. [ 55.737125] nouveau 0000:01:00.0: clk: 1080000 KHz
  1383. [ 55.737129] nouveau 0000:01:00.0: clk: 1080000 KHz
  1384. [ 55.737133] nouveau 0000:01:00.0: clk: 1080000 KHz
  1385. [ 55.737137] nouveau 0000:01:00.0: clk: 1080000 KHz
  1386. [ 55.737141] nouveau 0000:01:00.0: clk: 1080000 KHz
  1387. [ 55.737145] nouveau 0000:01:00.0: clk: 1080000 KHz
  1388. [ 55.737148] nouveau 0000:01:00.0: clk: 1080000 KHz
  1389. [ 55.737151] nouveau 0000:01:00.0: clk: 1080000 KHz
  1390. [ 55.737154] nouveau 0000:01:00.0: clk: 1080000 KHz
  1391. [ 55.737158] nouveau 0000:01:00.0: clk: 1080000 KHz
  1392. [ 55.737161] nouveau 0000:01:00.0: clk: 1080000 KHz
  1393. [ 55.737165] nouveau 0000:01:00.0: clk: 1080000 KHz
  1394. [ 55.737168] nouveau 0000:01:00.0: clk: 1080000 KHz
  1395. [ 55.737172] nouveau 0000:01:00.0: clk: 1080000 KHz
  1396. [ 55.737175] nouveau 0000:01:00.0: clk: 1080000 KHz
  1397. [ 55.737178] nouveau 0000:01:00.0: clk: 1080000 KHz
  1398. [ 55.737181] nouveau 0000:01:00.0: clk: 1080000 KHz
  1399. [ 55.737185] nouveau 0000:01:00.0: clk: 1080000 KHz
  1400. [ 55.737188] nouveau 0000:01:00.0: clk: 1080000 KHz
  1401. [ 55.737192] nouveau 0000:01:00.0: clk: 1080000 KHz
  1402. [ 55.737196] nouveau 0000:01:00.0: clk: 1080000 KHz
  1403. [ 55.737199] nouveau 0000:01:00.0: clk: 1080000 KHz
  1404. [ 55.737203] nouveau 0000:01:00.0: clk: 1b: 540000 KHz
  1405. [ 55.737208] nouveau 0000:01:00.0: clk: 540000 KHz
  1406. [ 55.737212] nouveau 0000:01:00.0: clk: 540000 KHz
  1407. [ 55.737217] nouveau 0000:01:00.0: clk: 540000 KHz
  1408. [ 55.737221] nouveau 0000:01:00.0: clk: 540000 KHz
  1409. [ 55.737224] nouveau 0000:01:00.0: clk: 540000 KHz
  1410. [ 55.737228] nouveau 0000:01:00.0: clk: 540000 KHz
  1411. [ 55.737232] nouveau 0000:01:00.0: clk: 540000 KHz
  1412. [ 55.737236] nouveau 0000:01:00.0: clk: 540000 KHz
  1413. [ 55.737241] nouveau 0000:01:00.0: clk: 540000 KHz
  1414. [ 55.737245] nouveau 0000:01:00.0: clk: 540000 KHz
  1415. [ 55.737250] nouveau 0000:01:00.0: clk: 540000 KHz
  1416. [ 55.737254] nouveau 0000:01:00.0: clk: 540000 KHz
  1417. [ 55.737258] nouveau 0000:01:00.0: clk: 540000 KHz
  1418. [ 55.737262] nouveau 0000:01:00.0: clk: 540000 KHz
  1419. [ 55.737266] nouveau 0000:01:00.0: clk: 540000 KHz
  1420. [ 55.737269] nouveau 0000:01:00.0: clk: 540000 KHz
  1421. [ 55.737274] nouveau 0000:01:00.0: clk: 540000 KHz
  1422. [ 55.737278] nouveau 0000:01:00.0: clk: 540000 KHz
  1423. [ 55.737284] nouveau 0000:01:00.0: clk: 540000 KHz
  1424. [ 55.737288] nouveau 0000:01:00.0: clk: 540000 KHz
  1425. [ 55.737292] nouveau 0000:01:00.0: clk: 540000 KHz
  1426. [ 55.737296] nouveau 0000:01:00.0: clk: 540000 KHz
  1427. [ 55.737300] nouveau 0000:01:00.0: clk: 540000 KHz
  1428. [ 55.737304] nouveau 0000:01:00.0: clk: 540000 KHz
  1429. [ 55.737309] nouveau 0000:01:00.0: clk: 540000 KHz
  1430. [ 55.737313] nouveau 0000:01:00.0: clk: 540000 KHz
  1431. [ 55.737317] nouveau 0000:01:00.0: clk: 540000 KHz
  1432. [ 55.737321] nouveau 0000:01:00.0: clk: 540000 KHz
  1433. [ 55.737324] nouveau 0000:01:00.0: clk: 540000 KHz
  1434. [ 55.737328] nouveau 0000:01:00.0: clk: 540000 KHz
  1435. [ 55.737331] nouveau 0000:01:00.0: clk: 540000 KHz
  1436. [ 55.737334] nouveau 0000:01:00.0: clk: 540000 KHz
  1437. [ 55.737339] nouveau 0000:01:00.0: clk: 540000 KHz
  1438. [ 55.737343] nouveau 0000:01:00.0: clk: 540000 KHz
  1439. [ 55.737347] nouveau 0000:01:00.0: clk: 540000 KHz
  1440. [ 55.737352] nouveau 0000:01:00.0: clk: 540000 KHz
  1441. [ 55.737355] nouveau 0000:01:00.0: clk: 540000 KHz
  1442. [ 55.737359] nouveau 0000:01:00.0: clk: 540000 KHz
  1443. [ 55.737363] nouveau 0000:01:00.0: clk: 540000 KHz
  1444. [ 55.737367] nouveau 0000:01:00.0: clk: 540000 KHz
  1445. [ 55.737371] nouveau 0000:01:00.0: clk: 540000 KHz
  1446. [ 55.737376] nouveau 0000:01:00.0: clk: 540000 KHz
  1447. [ 55.737381] nouveau 0000:01:00.0: clk: 540000 KHz
  1448. [ 55.737384] nouveau 0000:01:00.0: clk: 19: 324000 KHz
  1449. [ 55.737388] nouveau 0000:01:00.0: clk: 324000 KHz
  1450. [ 55.737391] nouveau 0000:01:00.0: clk: 324000 KHz
  1451. [ 55.737394] nouveau 0000:01:00.0: clk: 324000 KHz
  1452. [ 55.737398] nouveau 0000:01:00.0: clk: 324000 KHz
  1453. [ 55.737402] nouveau 0000:01:00.0: clk: 324000 KHz
  1454. [ 55.737406] nouveau 0000:01:00.0: clk: 324000 KHz
  1455. [ 55.737410] nouveau 0000:01:00.0: clk: 324000 KHz
  1456. [ 55.737414] nouveau 0000:01:00.0: clk: 324000 KHz
  1457. [ 55.737417] nouveau 0000:01:00.0: clk: 324000 KHz
  1458. [ 55.737421] nouveau 0000:01:00.0: clk: 324000 KHz
  1459. [ 55.737425] nouveau 0000:01:00.0: clk: 324000 KHz
  1460. [ 55.737428] nouveau 0000:01:00.0: clk: 324000 KHz
  1461. [ 55.737432] nouveau 0000:01:00.0: clk: 324000 KHz
  1462. [ 55.737435] nouveau 0000:01:00.0: clk: 324000 KHz
  1463. [ 55.737439] nouveau 0000:01:00.0: clk: 324000 KHz
  1464. [ 55.737443] nouveau 0000:01:00.0: clk: 324000 KHz
  1465. [ 55.737446] nouveau 0000:01:00.0: clk: 324000 KHz
  1466. [ 55.737449] nouveau 0000:01:00.0: clk: 324000 KHz
  1467. [ 55.737453] nouveau 0000:01:00.0: clk: 324000 KHz
  1468. [ 55.737456] nouveau 0000:01:00.0: clk: 324000 KHz
  1469. [ 55.737460] nouveau 0000:01:00.0: clk: 324000 KHz
  1470. [ 55.737464] nouveau 0000:01:00.0: clk: 324000 KHz
  1471. [ 55.737468] nouveau 0000:01:00.0: clk: 324000 KHz
  1472. [ 55.737471] nouveau 0000:01:00.0: clk: 324000 KHz
  1473. [ 55.737474] nouveau 0000:01:00.0: clk: 324000 KHz
  1474. [ 55.737479] nouveau 0000:01:00.0: clk: 324000 KHz
  1475. [ 55.737482] nouveau 0000:01:00.0: clk: 324000 KHz
  1476. [ 55.737485] nouveau 0000:01:00.0: clk: 324000 KHz
  1477. [ 55.737489] nouveau 0000:01:00.0: clk: 324000 KHz
  1478. [ 55.737493] nouveau 0000:01:00.0: clk: 324000 KHz
  1479. [ 55.737497] nouveau 0000:01:00.0: clk: 324000 KHz
  1480. [ 55.737500] nouveau 0000:01:00.0: clk: 324000 KHz
  1481. [ 55.737504] nouveau 0000:01:00.0: clk: 324000 KHz
  1482. [ 55.737508] nouveau 0000:01:00.0: clk: 324000 KHz
  1483. [ 55.737513] nouveau 0000:01:00.0: clk: 324000 KHz
  1484. [ 55.737516] nouveau 0000:01:00.0: clk: 324000 KHz
  1485. [ 55.737520] nouveau 0000:01:00.0: clk: 324000 KHz
  1486. [ 55.737523] nouveau 0000:01:00.0: clk: 324000 KHz
  1487. [ 55.737527] nouveau 0000:01:00.0: clk: 324000 KHz
  1488. [ 55.737530] nouveau 0000:01:00.0: clk: 324000 KHz
  1489. [ 55.737533] nouveau 0000:01:00.0: clk: 324000 KHz
  1490. [ 55.737537] nouveau 0000:01:00.0: clk: 324000 KHz
  1491. [ 55.737540] nouveau 0000:01:00.0: clk: 324000 KHz
  1492. [ 55.737545] nouveau 0000:01:00.0: clk: 0f: core 653-954 MHz memory 5010 MHz
  1493. [ 55.743745] nouveau: DRM-master:00000000:00000080: init running...
  1494. [ 55.743935] nouveau 0000:01:00.0: devinit: running init tables
  1495. [ 56.048425] nouveau 0000:01:00.0: pci: pcie max speed: 5.0GT/s
  1496. [ 56.048550] nouveau 0000:01:00.0: pci: adjusting lnkctl to max speed
  1497. [ 56.048748] nouveau 0000:01:00.0: top: 00.0 ( gr): addr 000000 fault -1 engine 0 runlist 0 intr 12 reset 12
  1498. [ 56.048763] nouveau 0000:01:00.0: top: 01.0 ( ce): addr 000000 fault -1 engine 4 runlist 4 intr 5 reset 6
  1499. [ 56.048776] nouveau 0000:01:00.0: top: 03.0 ( ce): addr 000000 fault -1 engine 6 runlist 0 intr 7 reset 21
  1500. [ 56.048786] nouveau 0000:01:00.0: top: 08.0 ( mspdec): addr 000000 fault -1 engine 1 runlist 1 intr 17 reset 17
  1501. [ 56.048796] nouveau 0000:01:00.0: top: 09.0 ( msppp): addr 000000 fault -1 engine 2 runlist 2 intr 0 reset 1
  1502. [ 56.048805] nouveau 0000:01:00.0: top: 0a.0 ( msvld): addr 000000 fault -1 engine 3 runlist 3 intr 15 reset 15
  1503. [ 56.048815] nouveau 0000:01:00.0: top: 0b.0 ( msenc): addr 000000 fault -1 engine 5 runlist 5 intr 16 reset 18
  1504. [ 56.048968] nouveau 0000:01:00.0: timer: input frequency : 27000Hz
  1505. [ 56.048972] nouveau 0000:01:00.0: timer: input multiplier: 3
  1506. [ 56.048975] nouveau 0000:01:00.0: timer: numerator : 00000144
  1507. [ 56.048978] nouveau 0000:01:00.0: timer: denominator : 0000007d
  1508. [ 56.048982] nouveau 0000:01:00.0: timer: timer frequency : 31250Hz
  1509. [ 56.048987] nouveau 0000:01:00.0: timer: time low : fe5a8997
  1510. [ 56.048990] nouveau 0000:01:00.0: timer: time high : 0000000c
  1511. [ 56.049023] nouveau 0000:01:00.0: fb: 1 FBP(s)
  1512. [ 56.049038] nouveau 0000:01:00.0: fb: FBP 0: 2048 MiB, 1 LTC(s)
  1513. [ 56.049043] nouveau 0000:01:00.0: fb: Lower: 2048 MiB @ 0000000000
  1514. [ 56.049047] nouveau 0000:01:00.0: fb: Upper: 0 MiB @ 0280000000
  1515. [ 56.049052] nouveau 0000:01:00.0: fb: Total: 2048 MiB
  1516. [ 56.049057] nouveau 0000:01:00.0: fb: 2048 MiB GDDR5
  1517. [ 56.049142] nouveau 0000:01:00.0: privring: HUB0: 614900 00800000 (18708200)
  1518. [ 56.141476] nouveau 0000:01:00.0: volt: speedo 66d
  1519. [ 56.141516] nouveau 0000:01:00.0: volt: current voltage: 925000uv
  1520. [ 56.141555] nouveau 0000:01:00.0: i2c: bus 0002: probing monitoring devices
  1521. [ 56.266096] nouveau 0000:01:00.0: i2c: bus 0002: 40ms delay instead of 10ms
  1522. [ 56.330096] nouveau 0000:01:00.0: i2c: bus 0002: 40ms delay instead of 10ms
  1523. [ 56.394088] nouveau 0000:01:00.0: i2c: bus 0002: 40ms delay instead of 10ms
  1524. [ 57.418038] nouveau 0000:01:00.0: i2c: bus 0002: no devices found.
  1525. [ 57.418072] nouveau 0000:01:00.0: therm: FAN control: none / external
  1526. [ 57.418090] nouveau 0000:01:00.0: therm: parsing the fan table failed
  1527. [ 57.418119] nouveau 0000:01:00.0: therm: fan management: automatic
  1528. [ 57.418151] nouveau 0000:01:00.0: therm: FAN target request: 0%
  1529. [ 57.418158] nouveau 0000:01:00.0: therm: FAN target: 0
  1530. [ 57.418162] nouveau 0000:01:00.0: therm: FAN update: 0
  1531. [ 57.418175] nouveau 0000:01:00.0: therm: internal sensor: yes
  1532. [ 57.438206] nouveau 0000:01:00.0: therm: programmed thresholds [ 90(3), 95(3), 105(5), 135(5) ]
  1533. [ 57.438391] nouveau 0000:01:00.0: clk: 00: 27000 KHz
  1534. [ 57.438396] nouveau 0000:01:00.0: clk: 01: 100000 KHz
  1535. [ 57.438401] nouveau 0000:01:00.0: clk: 13: 810000 KHz
  1536. [ 57.438406] nouveau 0000:01:00.0: clk: 17: 810000 KHz
  1537. [ 57.438410] nouveau 0000:01:00.0: clk: 14: 27000 KHz
  1538. [ 57.438413] nouveau 0000:01:00.0: clk: 12: 405000 KHz
  1539. [ 57.438416] nouveau 0000:01:00.0: clk: 16: 810000 KHz
  1540. [ 57.438419] nouveau 0000:01:00.0: clk: 15: 648000 KHz
  1541. [ 57.438422] nouveau 0000:01:00.0: clk: 1b: 405000 KHz
  1542. [ 57.438426] nouveau 0000:01:00.0: clk: 19: 324000 KHz
  1543. [ 57.438430] nouveau 0000:01:00.0: clk: --: core 405 MHz memory 810 MHz
  1544. [ 57.438486] nouveau: DRM-master:00000000:00000080: init children...
  1545. [ 57.438493] nouveau: DRM-master:00000000:00000080: init completed in 1694746us
  1546. [ 57.438566] nouveau 0000:01:00.0: fifo: 2 PBDMA(s)
  1547. [ 57.438575] nouveau 0000:01:00.0: fifo: engine 0: runlist 0 pbdma 0 (gr)
  1548. [ 57.438581] nouveau 0000:01:00.0: fifo: engine 4: runlist 4 pbdma 1 (ce0)
  1549. [ 57.438586] nouveau 0000:01:00.0: fifo: engine 6: runlist 0 pbdma 0 (ce2)
  1550. [ 57.438591] nouveau 0000:01:00.0: fifo: engine 1: runlist 1 pbdma 1 (mspdec)
  1551. [ 57.438597] nouveau 0000:01:00.0: fifo: engine 2: runlist 2 pbdma 1 (msppp)
  1552. [ 57.438602] nouveau 0000:01:00.0: fifo: engine 3: runlist 3 pbdma 1 (msvld)
  1553. [ 57.438608] nouveau 0000:01:00.0: fifo: engine 5: runlist 5 pbdma 1 (msenc, 0)
  1554. [ 57.444359] nouveau: DRM-master:00000000:80009009: init running...
  1555. [ 57.444370] nouveau: DRM-master:00000000:80009009: init children...
  1556. [ 57.444373] nouveau: DRM-master:00000000:80009009: init completed in 3us
  1557. [ 57.444971] nouveau: DRM-master:00000000:8000900d: init running...
  1558. [ 57.444977] nouveau: DRM-master:00000000:8000900d: init children...
  1559. [ 57.444981] nouveau: DRM-master:00000000:8000900d: init completed in 4us
  1560. [ 57.445004] nouveau: DRM-master:00000000:00000000: init running...
  1561. [ 57.445008] nouveau: DRM-master:00000000:00000000: init children...
  1562. [ 57.445011] nouveau: DRM-master:00000000:00000000: init completed in 3us
  1563. [ 57.445019] nouveau: DRM:00000000:00000080: init running...
  1564. [ 57.445023] nouveau: DRM:00000000:00000080: init children...
  1565. [ 57.445026] nouveau: DRM:00000000:00000080: init completed in 3us
  1566. [ 57.445046] nouveau: DRM:00000000:80009009: init running...
  1567. [ 57.445049] nouveau: DRM:00000000:80009009: init children...
  1568. [ 57.445051] nouveau: DRM:00000000:80009009: init completed in 3us
  1569. [ 57.445608] nouveau: DRM:00000000:8000900d: init running...
  1570. [ 57.445612] nouveau: DRM:00000000:8000900d: init children...
  1571. [ 57.445615] nouveau: DRM:00000000:8000900d: init completed in 3us
  1572. [ 57.445644] nouveau 0000:01:00.0: DRM: VRAM: 2048 MiB
  1573. [ 57.445651] nouveau 0000:01:00.0: DRM: GART: 1048576 MiB
  1574. [ 57.445670] nouveau 0000:01:00.0: DRM: TMDS table version 2.0
  1575. [ 57.445675] nouveau 0000:01:00.0: DRM: DCB version 4.0
  1576. [ 57.445682] nouveau 0000:01:00.0: DRM: DCB outp 00: 08000f02 00020010
  1577. [ 57.445689] nouveau 0000:01:00.0: DRM: DCB outp 01: 01011f82 00020020
  1578. [ 57.445694] nouveau 0000:01:00.0: DRM: DCB outp 02: 02022f62 00020010
  1579. [ 57.445698] nouveau 0000:01:00.0: DRM: DCB outp 03: 04033f72 00020010
  1580. [ 57.445705] nouveau 0000:01:00.0: DRM: DCB conn 00: 00001061
  1581. [ 57.445710] nouveau 0000:01:00.0: DRM: DCB conn 01: 00002161
  1582. [ 57.445713] nouveau 0000:01:00.0: DRM: DCB conn 02: 00010261
  1583. [ 57.445718] nouveau 0000:01:00.0: DRM: DCB conn 03: 00020361
  1584. [ 57.445778] nouveau: DRM-master:00000000:8000900b: init running...
  1585. [ 57.445785] nouveau: DRM-master:00000000:8000900b: init children...
  1586. [ 57.445788] nouveau: DRM-master:00000000:8000900b: init completed in 3us
  1587. [ 57.446067] nouveau: DRM-master:00000000:8000900b: init running...
  1588. [ 57.446077] nouveau: DRM-master:00000000:8000900b: init children...
  1589. [ 57.446080] nouveau: DRM-master:00000000:8000900b: init completed in 2us
  1590. [ 57.448208] nouveau: DRM:00000000:0000a06f: init running...
  1591. [ 57.448269] nouveau: DRM:00000000:0000a06f: init children...
  1592. [ 57.448273] nouveau: DRM:00000000:0000a06f: init completed in 56us
  1593. [ 57.448457] nouveau: DRM-master:00000000:8000900b: init running...
  1594. [ 57.448464] nouveau: DRM-master:00000000:8000900b: init children...
  1595. [ 57.448468] nouveau: DRM-master:00000000:8000900b: init completed in 4us
  1596. [ 57.448719] nouveau: DRM:00000000:0000a06f: init running...
  1597. [ 57.448776] nouveau: DRM:00000000:0000a06f: init children...
  1598. [ 57.448780] nouveau: DRM:00000000:0000a06f: init completed in 56us
  1599. [ 57.448836] nouveau: DRM:0004a0b5:0000a0b5: init running...
  1600. [ 57.448843] nouveau: DRM:0004a0b5:0000a0b5: init children...
  1601. [ 57.448846] nouveau: DRM:0004a0b5:0000a0b5: init completed in 7us
  1602. [ 57.448852] nouveau 0000:01:00.0: DRM: MM: using COPY for buffer copies
  1603. [ 57.448974] nouveau 0000:01:00.0: disp: outp 00:0002:0f48: type 02 loc 0 or 8 link 1 con 0 edid 0 bus 0 head f
  1604. [ 57.448988] nouveau 0000:01:00.0: disp: outp 01:0002:0f81: type 02 loc 0 or 1 link 2 con 1 edid 8 bus 1 head f
  1605. [ 57.448995] nouveau 0000:01:00.0: disp: outp 02:0002:0f42: type 02 loc 0 or 2 link 1 con 2 edid 6 bus 2 head f
  1606. [ 57.449001] nouveau 0000:01:00.0: disp: outp 03:0002:0f44: type 02 loc 0 or 4 link 1 con 3 edid 7 bus 3 head f
  1607. [ 57.449015] nouveau 0000:01:00.0: disp: conn 00:0061: type 61 loc 0 hpd 01 dp 0 di 0 sr 0 lcdid 0
  1608. [ 57.449034] nouveau 0000:01:00.0: disp: conn 00:0061: func 07 (HPD)
  1609. [ 57.449040] nouveau 0000:01:00.0: disp: conn 01:0161: type 61 loc 1 hpd 02 dp 0 di 0 sr 0 lcdid 0
  1610. [ 57.449048] nouveau 0000:01:00.0: disp: conn 01:0161: func 08 (HPD)
  1611. [ 57.449053] nouveau 0000:01:00.0: disp: conn 02:0261: type 61 loc 2 hpd 04 dp 0 di 0 sr 0 lcdid 0
  1612. [ 57.449062] nouveau 0000:01:00.0: disp: conn 02:0261: func 51 (HPD)
  1613. [ 57.449066] nouveau 0000:01:00.0: disp: conn 03:0361: type 61 loc 3 hpd 08 dp 0 di 0 sr 0 lcdid 0
  1614. [ 57.449075] nouveau 0000:01:00.0: disp: conn 03:0361: func 52 (HPD)
  1615. [ 57.449087] nouveau 0000:01:00.0: disp: Head(s): 4 (0f)
  1616. [ 57.449093] nouveau 0000:01:00.0: disp: head-0: ctor
  1617. [ 57.449096] nouveau 0000:01:00.0: disp: head-1: ctor
  1618. [ 57.449099] nouveau 0000:01:00.0: disp: head-2: ctor
  1619. [ 57.449102] nouveau 0000:01:00.0: disp: head-3: ctor
  1620. [ 57.449107] nouveau 0000:01:00.0: disp: DAC(s): 4 (02)
  1621. [ 57.449115] nouveau 0000:01:00.0: disp: DAC-1: ctor
  1622. [ 57.449121] nouveau 0000:01:00.0: disp: SOR(s): 8 (0f)
  1623. [ 57.449125] nouveau 0000:01:00.0: disp: SOR-0: ctor
  1624. [ 57.449129] nouveau 0000:01:00.0: disp: SOR-1: ctor
  1625. [ 57.449135] nouveau 0000:01:00.0: disp: SOR-2: ctor
  1626. [ 57.449138] nouveau 0000:01:00.0: disp: SOR-3: ctor
  1627. [ 57.449806] nouveau 0000:01:00.0: disp: outp 00:0002:0f48: no heads (0 2 2)
  1628. [ 57.449817] nouveau 0000:01:00.0: disp: outp 01:0002:0f81: no heads (0 2 2)
  1629. [ 57.449823] nouveau 0000:01:00.0: disp: outp 02:0002:0f42: no heads (0 3 2)
  1630. [ 57.449829] nouveau 0000:01:00.0: disp: outp 03:0002:0f44: no heads (0 3 2)
  1631. [ 57.449973] nouveau: DRM:00000000:00009270: init running...
  1632. [ 57.449979] nouveau: DRM:00000000:00009270: init children...
  1633. [ 57.449981] nouveau: DRM:00000000:00009270: init completed in 4us
  1634. [ 57.450070] nouveau: DRM-master:00000000:8000900b: init running...
  1635. [ 57.450075] nouveau: DRM-master:00000000:8000900b: init children...
  1636. [ 57.450078] nouveau: DRM-master:00000000:8000900b: init completed in 2us
  1637. [ 57.450145] nouveau: DRM:00000000:8000900b: init running...
  1638. [ 57.450150] nouveau: DRM:00000000:8000900b: init children...
  1639. [ 57.450154] nouveau: DRM:00000000:8000900b: init completed in 3us
  1640. [ 57.450168] nouveau: DRM:00000000:0000927d: init running...
  1641. [ 57.450276] nouveau: DRM:00000000:0000927d: init children...
  1642. [ 57.450280] nouveau: DRM:00000000:0000927d: init completed in 108us
  1643. [ 57.450328] nouveau: DRM:f0000000:0000003d: init running...
  1644. [ 57.450335] nouveau: DRM:f0000000:0000003d: init children...
  1645. [ 57.450338] nouveau: DRM:f0000000:0000003d: init completed in 4us
  1646. [ 57.450369] nouveau: DRM:f0000001:0000003d: init running...
  1647. [ 57.450373] nouveau: DRM:f0000001:0000003d: init children...
  1648. [ 57.450375] nouveau: DRM:f0000001:0000003d: init completed in 3us
  1649. [ 58.418356] nouveau 0000:01:00.0: therm: FAN target request: 0%
  1650. [ 58.418379] nouveau 0000:01:00.0: therm: FAN update: 0
  1651. [ 59.418463] nouveau 0000:01:00.0: therm: FAN target request: 0%
  1652. [ 59.418501] nouveau 0000:01:00.0: therm: FAN update: 0
  1653. [ 59.450462] nouveau 0000:01:00.0: DRM: core caps notifier timeout
  1654. [ 59.450566] nouveau: DRM:00000000:8000900b: init running...
  1655. [ 59.450577] nouveau: DRM:00000000:8000900b: init children...
  1656. [ 59.450581] nouveau: DRM:00000000:8000900b: init completed in 6us
  1657. [ 59.450707] nouveau: DRM:00000000:8000900b: init running...
  1658. [ 59.450713] nouveau: DRM:00000000:8000900b: init children...
  1659. [ 59.450716] nouveau: DRM:00000000:8000900b: init completed in 3us
  1660. [ 59.450783] nouveau: DRM:00000000:8000900b: init running...
  1661. [ 59.450787] nouveau: DRM:00000000:8000900b: init children...
  1662. [ 59.450790] nouveau: DRM:00000000:8000900b: init completed in 3us
  1663. [ 59.450811] nouveau: DRM:00000000:0000927c: init running...
  1664. [ 59.450834] nouveau: DRM:00000000:0000927c: init children...
  1665. [ 59.450837] nouveau: DRM:00000000:0000927c: init completed in 22us
  1666. [ 59.450918] nouveau: DRM:f0000000:0000003d: init running...
  1667. [ 59.450925] nouveau: DRM:f0000000:0000003d: init children...
  1668. [ 59.450928] nouveau: DRM:f0000000:0000003d: init completed in 5us
  1669. [ 59.450963] nouveau: DRM:f0000001:0000003d: init running...
  1670. [ 59.450967] nouveau: DRM:f0000001:0000003d: init children...
  1671. [ 59.450971] nouveau: DRM:f0000001:0000003d: init completed in 4us
  1672. [ 59.451013] nouveau: DRM:00000000:8000900b: init running...
  1673. [ 59.451017] nouveau: DRM:00000000:8000900b: init children...
  1674. [ 59.451020] nouveau: DRM:00000000:8000900b: init completed in 4us
  1675. [ 59.451032] nouveau: DRM:00000000:0000917e: init running...
  1676. [ 59.451051] nouveau: DRM:00000000:0000917e: init children...
  1677. [ 59.451054] nouveau: DRM:00000000:0000917e: init completed in 18us
  1678. [ 59.451090] nouveau: DRM:f0000000:0000003d: init running...
  1679. [ 59.451093] nouveau: DRM:f0000000:0000003d: init children...
  1680. [ 59.451096] nouveau: DRM:f0000000:0000003d: init completed in 3us
  1681. [ 59.451132] nouveau: DRM:f0000001:0000003d: init running...
  1682. [ 59.451134] nouveau: DRM:f0000001:0000003d: init children...
  1683. [ 59.451137] nouveau: DRM:f0000001:0000003d: init completed in 3us
  1684. [ 59.451149] nouveau: DRM:00000000:0000917b: init running...
  1685. [ 59.451157] nouveau: DRM:00000000:0000917b: init children...
  1686. [ 59.451160] nouveau: DRM:00000000:0000917b: init completed in 9us
  1687. [ 59.451185] nouveau: DRM:00000000:0000917a: init running...
  1688. [ 59.451194] nouveau: DRM:00000000:0000917a: init children...
  1689. [ 59.451197] nouveau: DRM:00000000:0000917a: init completed in 7us
  1690. [ 59.451227] nouveau: DRM:00000000:8000900b: init running...
  1691. [ 59.451231] nouveau: DRM:00000000:8000900b: init children...
  1692. [ 59.451234] nouveau: DRM:00000000:8000900b: init completed in 3us
  1693. [ 59.451268] nouveau: DRM:00000000:8000900b: init running...
  1694. [ 59.451272] nouveau: DRM:00000000:8000900b: init children...
  1695. [ 59.451275] nouveau: DRM:00000000:8000900b: init completed in 3us
  1696. [ 59.451324] nouveau: DRM:00000000:8000900b: init running...
  1697. [ 59.451327] nouveau: DRM:00000000:8000900b: init children...
  1698. [ 59.451330] nouveau: DRM:00000000:8000900b: init completed in 3us
  1699. [ 59.451359] nouveau: DRM:00000000:8000900b: init running...
  1700. [ 59.451362] nouveau: DRM:00000000:8000900b: init children...
  1701. [ 59.451366] nouveau: DRM:00000000:8000900b: init completed in 3us
  1702. [ 59.451403] nouveau: DRM:00000000:8000900b: init running...
  1703. [ 59.451406] nouveau: DRM:00000000:8000900b: init children...
  1704. [ 59.451410] nouveau: DRM:00000000:8000900b: init completed in 4us
  1705. [ 59.451420] nouveau: DRM:00000000:0000927c: init running...
  1706. [ 59.451438] nouveau: DRM:00000000:0000927c: init children...
  1707. [ 59.451441] nouveau: DRM:00000000:0000927c: init completed in 18us
  1708. [ 59.451477] nouveau: DRM:f0000000:0000003d: init running...
  1709. [ 59.451481] nouveau: DRM:f0000000:0000003d: init children...
  1710. [ 59.451484] nouveau: DRM:f0000000:0000003d: init completed in 3us
  1711. [ 59.451517] nouveau: DRM:f0000001:0000003d: init running...
  1712. [ 59.451521] nouveau: DRM:f0000001:0000003d: init children...
  1713. [ 59.451524] nouveau: DRM:f0000001:0000003d: init completed in 3us
  1714. [ 59.451546] nouveau: DRM:00000000:8000900b: init running...
  1715. [ 59.451549] nouveau: DRM:00000000:8000900b: init children...
  1716. [ 59.451552] nouveau: DRM:00000000:8000900b: init completed in 3us
  1717. [ 59.451561] nouveau: DRM:00000000:0000917e: init running...
  1718. [ 59.451579] nouveau: DRM:00000000:0000917e: init children...
  1719. [ 59.451582] nouveau: DRM:00000000:0000917e: init completed in 19us
  1720. [ 59.451618] nouveau: DRM:f0000000:0000003d: init running...
  1721. [ 59.451621] nouveau: DRM:f0000000:0000003d: init children...
  1722. [ 59.451625] nouveau: DRM:f0000000:0000003d: init completed in 4us
  1723. [ 59.451655] nouveau: DRM:f0000001:0000003d: init running...
  1724. [ 59.451659] nouveau: DRM:f0000001:0000003d: init children...
  1725. [ 59.451662] nouveau: DRM:f0000001:0000003d: init completed in 3us
  1726. [ 59.451669] nouveau: DRM:00000000:0000917b: init running...
  1727. [ 59.451678] nouveau: DRM:00000000:0000917b: init children...
  1728. [ 59.451682] nouveau: DRM:00000000:0000917b: init completed in 8us
  1729. [ 59.451699] nouveau: DRM:00000000:0000917a: init running...
  1730. [ 59.451707] nouveau: DRM:00000000:0000917a: init children...
  1731. [ 59.451709] nouveau: DRM:00000000:0000917a: init completed in 8us
  1732. [ 59.451728] nouveau: DRM:00000000:8000900b: init running...
  1733. [ 59.451731] nouveau: DRM:00000000:8000900b: init children...
  1734. [ 59.451734] nouveau: DRM:00000000:8000900b: init completed in 3us
  1735. [ 59.451763] nouveau: DRM:00000000:8000900b: init running...
  1736. [ 59.451768] nouveau: DRM:00000000:8000900b: init children...
  1737. [ 59.451771] nouveau: DRM:00000000:8000900b: init completed in 3us
  1738. [ 59.451831] nouveau: DRM:00000000:8000900b: init running...
  1739. [ 59.451836] nouveau: DRM:00000000:8000900b: init children...
  1740. [ 59.451839] nouveau: DRM:00000000:8000900b: init completed in 3us
  1741. [ 59.451868] nouveau: DRM:00000000:8000900b: init running...
  1742. [ 59.451872] nouveau: DRM:00000000:8000900b: init children...
  1743. [ 59.451875] nouveau: DRM:00000000:8000900b: init completed in 3us
  1744. [ 59.451913] nouveau: DRM:00000000:8000900b: init running...
  1745. [ 59.451916] nouveau: DRM:00000000:8000900b: init children...
  1746. [ 59.451919] nouveau: DRM:00000000:8000900b: init completed in 3us
  1747. [ 59.451936] nouveau: DRM:00000000:0000927c: init running...
  1748. [ 59.451955] nouveau: DRM:00000000:0000927c: init children...
  1749. [ 59.451958] nouveau: DRM:00000000:0000927c: init completed in 18us
  1750. [ 59.451999] nouveau: DRM:f0000000:0000003d: init running...
  1751. [ 59.452003] nouveau: DRM:f0000000:0000003d: init children...
  1752. [ 59.452006] nouveau: DRM:f0000000:0000003d: init completed in 3us
  1753. [ 59.452038] nouveau: DRM:f0000001:0000003d: init running...
  1754. [ 59.452041] nouveau: DRM:f0000001:0000003d: init children...
  1755. [ 59.452044] nouveau: DRM:f0000001:0000003d: init completed in 3us
  1756. [ 59.452067] nouveau: DRM:00000000:8000900b: init running...
  1757. [ 59.452072] nouveau: DRM:00000000:8000900b: init children...
  1758. [ 59.452074] nouveau: DRM:00000000:8000900b: init completed in 2us
  1759. [ 59.452084] nouveau: DRM:00000000:0000917e: init running...
  1760. [ 59.452102] nouveau: DRM:00000000:0000917e: init children...
  1761. [ 59.452105] nouveau: DRM:00000000:0000917e: init completed in 17us
  1762. [ 59.452140] nouveau: DRM:f0000000:0000003d: init running...
  1763. [ 59.452144] nouveau: DRM:f0000000:0000003d: init children...
  1764. [ 59.452147] nouveau: DRM:f0000000:0000003d: init completed in 3us
  1765. [ 59.452178] nouveau: DRM:f0000001:0000003d: init running...
  1766. [ 59.452181] nouveau: DRM:f0000001:0000003d: init children...
  1767. [ 59.452185] nouveau: DRM:f0000001:0000003d: init completed in 3us
  1768. [ 59.452195] nouveau: DRM:00000000:0000917b: init running...
  1769. [ 59.452203] nouveau: DRM:00000000:0000917b: init children...
  1770. [ 59.452206] nouveau: DRM:00000000:0000917b: init completed in 7us
  1771. [ 59.452221] nouveau: DRM:00000000:0000917a: init running...
  1772. [ 59.452229] nouveau: DRM:00000000:0000917a: init children...
  1773. [ 59.452232] nouveau: DRM:00000000:0000917a: init completed in 7us
  1774. [ 59.452246] nouveau: DRM:00000000:8000900b: init running...
  1775. [ 59.452250] nouveau: DRM:00000000:8000900b: init children...
  1776. [ 59.452254] nouveau: DRM:00000000:8000900b: init completed in 4us
  1777. [ 59.452289] nouveau: DRM:00000000:8000900b: init running...
  1778. [ 59.452293] nouveau: DRM:00000000:8000900b: init children...
  1779. [ 59.452296] nouveau: DRM:00000000:8000900b: init completed in 3us
  1780. [ 59.452337] nouveau: DRM:00000000:8000900b: init running...
  1781. [ 59.452341] nouveau: DRM:00000000:8000900b: init children...
  1782. [ 59.452343] nouveau: DRM:00000000:8000900b: init completed in 3us
  1783. [ 59.452372] nouveau: DRM:00000000:8000900b: init running...
  1784. [ 59.452375] nouveau: DRM:00000000:8000900b: init children...
  1785. [ 59.452377] nouveau: DRM:00000000:8000900b: init completed in 2us
  1786. [ 59.452414] nouveau: DRM:00000000:8000900b: init running...
  1787. [ 59.452417] nouveau: DRM:00000000:8000900b: init children...
  1788. [ 59.452421] nouveau: DRM:00000000:8000900b: init completed in 3us
  1789. [ 59.452431] nouveau: DRM:00000000:0000927c: init running...
  1790. [ 59.452451] nouveau: DRM:00000000:0000927c: init children...
  1791. [ 59.452454] nouveau: DRM:00000000:0000927c: init completed in 18us
  1792. [ 59.452491] nouveau: DRM:f0000000:0000003d: init running...
  1793. [ 59.452496] nouveau: DRM:f0000000:0000003d: init children...
  1794. [ 59.452500] nouveau: DRM:f0000000:0000003d: init completed in 4us
  1795. [ 59.452531] nouveau: DRM:f0000001:0000003d: init running...
  1796. [ 59.452535] nouveau: DRM:f0000001:0000003d: init children...
  1797. [ 59.452539] nouveau: DRM:f0000001:0000003d: init completed in 4us
  1798. [ 59.452558] nouveau: DRM:00000000:8000900b: init running...
  1799. [ 59.452562] nouveau: DRM:00000000:8000900b: init children...
  1800. [ 59.452566] nouveau: DRM:00000000:8000900b: init completed in 4us
  1801. [ 59.452575] nouveau: DRM:00000000:0000917e: init running...
  1802. [ 59.452593] nouveau: DRM:00000000:0000917e: init children...
  1803. [ 59.452596] nouveau: DRM:00000000:0000917e: init completed in 18us
  1804. [ 59.452629] nouveau: DRM:f0000000:0000003d: init running...
  1805. [ 59.452634] nouveau: DRM:f0000000:0000003d: init children...
  1806. [ 59.452637] nouveau: DRM:f0000000:0000003d: init completed in 3us
  1807. [ 59.452671] nouveau: DRM:f0000001:0000003d: init running...
  1808. [ 59.452675] nouveau: DRM:f0000001:0000003d: init children...
  1809. [ 59.452678] nouveau: DRM:f0000001:0000003d: init completed in 3us
  1810. [ 59.452686] nouveau: DRM:00000000:0000917b: init running...
  1811. [ 59.452695] nouveau: DRM:00000000:0000917b: init children...
  1812. [ 59.452698] nouveau: DRM:00000000:0000917b: init completed in 8us
  1813. [ 59.452712] nouveau: DRM:00000000:0000917a: init running...
  1814. [ 59.452719] nouveau: DRM:00000000:0000917a: init children...
  1815. [ 59.452723] nouveau: DRM:00000000:0000917a: init completed in 8us
  1816. [ 59.452741] nouveau: DRM:00000000:8000900b: init running...
  1817. [ 59.452745] nouveau: DRM:00000000:8000900b: init children...
  1818. [ 59.452748] nouveau: DRM:00000000:8000900b: init completed in 3us
  1819. [ 59.452781] nouveau: DRM:00000000:8000900b: init running...
  1820. [ 59.452786] nouveau: DRM:00000000:8000900b: init children...
  1821. [ 59.452789] nouveau: DRM:00000000:8000900b: init completed in 3us
  1822. [ 59.453960] nouveau: DRM:00000000:ffffffff: init running...
  1823. [ 59.453977] nouveau: DRM:00000000:ffffffff: init children...
  1824. [ 59.454014] nouveau: DRM:00000000:ffffffff: init completed in 38us
  1825. [ 59.454697] nouveau: DRM-master:00000000:00000000: init running...
  1826. [ 59.454714] nouveau: DRM-master:00000000:00000000: init children...
  1827. [ 59.454718] nouveau: DRM-master:00000000:00000000: init completed in 4us
  1828. [ 59.454733] nouveau: modprobe[1273]:00000000:00000080: init running...
  1829. [ 59.454737] nouveau: modprobe[1273]:00000000:00000080: init children...
  1830. [ 59.454740] nouveau: modprobe[1273]:00000000:00000080: init completed in 4us
  1831. [ 59.454775] nouveau: modprobe[1273]:00000000:80009009: init running...
  1832. [ 59.454779] nouveau: modprobe[1273]:00000000:80009009: init children...
  1833. [ 59.454781] nouveau: modprobe[1273]:00000000:80009009: init completed in 2us
  1834. [ 59.455454] nouveau: modprobe[1273]:00000000:8000900d: init running...
  1835. [ 59.455468] nouveau: modprobe[1273]:00000000:8000900d: init children...
  1836. [ 59.455472] nouveau: modprobe[1273]:00000000:8000900d: init completed in 4us
  1837. [ 59.534620] nouveau: DRM-master:00000000:8000900b: init running...
  1838. [ 59.534649] nouveau: DRM-master:00000000:8000900b: init children...
  1839. [ 59.534653] nouveau: DRM-master:00000000:8000900b: init completed in 4us
  1840. [ 59.654607] nouveau 0000:01:00.0: gr: acquired fecs falcon
  1841. [ 59.654638] nouveau 0000:01:00.0: gr: acquired gpccs falcon
  1842. [ 59.683769] nouveau: DRM:0000902d:0000902d: init running...
  1843. [ 59.683789] nouveau: DRM:00000000:00000000: init running...
  1844. [ 59.683793] nouveau: DRM:00000000:00000000: init children...
  1845. [ 59.683797] nouveau: DRM:00000000:00000000: init completed in 4us
  1846. [ 59.683814] nouveau: DRM:0000902d:0000902d: init children...
  1847. [ 59.683818] nouveau: DRM:0000902d:0000902d: init completed in 32us
  1848. [ 59.683847] nouveau 0000:01:00.0: DRM: allocated 2560x1440 fb: 0x80000, bo 00000000d487508a
  1849. [ 59.686626] nouveau 0000:01:00.0: [drm] fb1: nouveau frame buffer device
  1850. [ 59.695075] [drm] Initialized nouveau 1.3.1 20120801 for 0000:01:00.0 on minor 2
  1851. [ 59.763425] nouveau: DRM:fb000000:0000003d: init running...
  1852. [ 59.763446] nouveau: DRM:fb000000:0000003d: init children...
  1853. [ 59.763450] nouveau: DRM:fb000000:0000003d: init completed in 6us
  1854. [ 60.418529] nouveau 0000:01:00.0: therm: FAN target request: 0%
  1855. [ 60.418549] nouveau 0000:01:00.0: therm: FAN update: 0
  1856. [ 61.418600] nouveau 0000:01:00.0: therm: FAN target request: 0%
  1857. [ 61.418620] nouveau 0000:01:00.0: therm: FAN update: 0
  1858. [ 61.765564] nouveau 0000:01:00.0: DRM: core notifier timeout
  1859. [ 62.418671] nouveau 0000:01:00.0: therm: FAN target request: 0%
  1860. [ 62.418687] nouveau 0000:01:00.0: therm: FAN update: 0
  1861. [ 63.418770] nouveau 0000:01:00.0: therm: FAN target request: 0%
  1862. [ 63.418803] nouveau 0000:01:00.0: therm: FAN update: 0
  1863. [ 63.765661] nouveau 0000:01:00.0: DRM: base-0: timeout
  1864. [ 64.419031] nouveau 0000:01:00.0: therm: FAN target request: 0%
  1865. [ 64.419061] nouveau 0000:01:00.0: therm: FAN update: 0
  1866. [ 65.419252] nouveau 0000:01:00.0: therm: FAN target request: 0%
  1867. [ 65.419275] nouveau 0000:01:00.0: therm: FAN update: 0
  1868. [ 66.419487] nouveau 0000:01:00.0: therm: FAN target request: 0%
  1869. [ 66.419506] nouveau 0000:01:00.0: therm: FAN update: 0
  1870. [ 67.419727] nouveau 0000:01:00.0: therm: FAN target request: 0%
  1871. [ 67.419763] nouveau 0000:01:00.0: therm: FAN update: 0
  1872. [ 68.419971] nouveau 0000:01:00.0: therm: FAN target request: 0%
  1873. [ 68.419999] nouveau 0000:01:00.0: therm: FAN update: 0
  1874. [ 69.420201] nouveau 0000:01:00.0: therm: FAN target request: 0%
  1875. [ 69.420222] nouveau 0000:01:00.0: therm: FAN update: 0
  1876. [ 70.420419] nouveau 0000:01:00.0: therm: FAN target request: 0%
  1877. [ 70.420438] nouveau 0000:01:00.0: therm: FAN update: 0
  1878. [ 71.420517] nouveau 0000:01:00.0: therm: FAN target request: 0%
  1879. [ 71.420536] nouveau 0000:01:00.0: therm: FAN update: 0
  1880. [ 72.420736] nouveau 0000:01:00.0: therm: FAN target request: 0%
  1881. [ 72.420757] nouveau 0000:01:00.0: therm: FAN update: 0
  1882. [ 73.420981] nouveau 0000:01:00.0: therm: FAN target request: 0%
  1883. [ 73.421000] nouveau 0000:01:00.0: therm: FAN update: 0
  1884. [ 74.421215] nouveau 0000:01:00.0: therm: FAN target request: 0%
  1885. [ 74.421236] nouveau 0000:01:00.0: therm: FAN update: 0
  1886. [ 75.421438] nouveau 0000:01:00.0: therm: FAN target request: 0%
  1887. [ 75.421459] nouveau 0000:01:00.0: therm: FAN update: 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement