Advertisement
z3ntu

commit 4ca0dffe - display not working

Feb 28th, 2019
190
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 38.34 KB | None | 0 0
  1. [ 0.000000] Booting Linux on physical CPU 0x0
  2. [ 0.000000] Linux version 5.0.0-rc7-00185-g4ca0dffea58d (luca@g550jk) (gcc version 6.4.0 (Arch Repository)) #9 SMP PREEMPT Thu Feb 28 20:40:44 CET 2019
  3. [ 0.000000] CPU: ARMv7 Processor [512f06f1] revision 1 (ARMv7), cr=10c5787d
  4. [ 0.000000] CPU: div instructions available: patching division code
  5. [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, PIPT instruction cache
  6. [ 0.000000] OF: fdt: Machine model: Fairphone 2
  7. [ 0.000000] Memory policy: Data cache writealloc
  8. [ 0.000000] cma: Reserved 256 MiB at 0x70000000
  9. [ 0.000000] On node 0 totalpages: 491776
  10. [ 0.000000] Normal zone: 1536 pages used for memmap
  11. [ 0.000000] Normal zone: 0 pages reserved
  12. [ 0.000000] Normal zone: 164096 pages, LIFO batch:31
  13. [ 0.000000] HighMem zone: 327680 pages, LIFO batch:63
  14. [ 0.000000] random: get_random_bytes called from start_kernel+0xa0/0x46c with crng_init=0
  15. [ 0.000000] percpu: Embedded 17 pages/cpu @(ptrval) s39692 r8192 d21748 u69632
  16. [ 0.000000] pcpu-alloc: s39692 r8192 d21748 u69632 alloc=17*4096
  17. [ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
  18. [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 490240
  19. [ 0.000000] Kernel command line: rdinit=/init PMOS_NO_OUTPUT_REDIRECT pd_ignore_unused clk_ignore_unused androidboot.emmc=true androidboot.serialno=fd25f685 androidboot.mode=charger androidboot.baseband=msm mdss_mdp.panel=1:dsi:0:qcom,mdss_dsi_otm1902b_1080p_cmd
  20. [ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
  21. [ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
  22. [ 0.000000] Memory: 1670788K/1967104K available (9216K kernel code, 847K rwdata, 3432K rodata, 1024K init, 268K bss, 34172K reserved, 262144K cma-reserved, 1048576K highmem)
  23. [ 0.000000] Virtual kernel memory layout:
  24. [ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
  25. [ 0.000000] fixmap : 0xffc00000 - 0xfff00000 (3072 kB)
  26. [ 0.000000] vmalloc : 0xf0800000 - 0xff800000 ( 240 MB)
  27. [ 0.000000] lowmem : 0xc0000000 - 0xf0000000 ( 768 MB)
  28. [ 0.000000] pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB)
  29. [ 0.000000] modules : 0xbf000000 - 0xbfe00000 ( 14 MB)
  30. [ 0.000000] .text : 0x(ptrval) - 0x(ptrval) (10208 kB)
  31. [ 0.000000] .init : 0x(ptrval) - 0x(ptrval) (1024 kB)
  32. [ 0.000000] .data : 0x(ptrval) - 0x(ptrval) ( 848 kB)
  33. [ 0.000000] .bss : 0x(ptrval) - 0x(ptrval) ( 269 kB)
  34. [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
  35. [ 0.000000] rcu: Preemptible hierarchical RCU implementation.
  36. [ 0.000000] Tasks RCU enabled.
  37. [ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies.
  38. [ 0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
  39. [ 0.000000] arch_timer: cp15 and mmio timer(s) running at 19.20MHz (virt/virt).
  40. [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x46d987e47, max_idle_ns: 440795202767 ns
  41. [ 0.000005] sched_clock: 56 bits at 19MHz, resolution 52ns, wraps every 4398046511078ns
  42. [ 0.000017] Switching to timer-based delay loop, resolution 52ns
  43. [ 0.000369] Console: colour dummy device 80x30
  44. [ 0.000814] printk: console [tty0] enabled
  45. [ 0.000850] Calibrating delay loop (skipped), value calculated using timer frequency.. 38.40 BogoMIPS (lpj=192000)
  46. [ 0.000884] pid_max: default: 32768 minimum: 301
  47. [ 0.001005] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
  48. [ 0.001032] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
  49. [ 0.001584] CPU: Testing write buffer coherency: ok
  50. [ 0.001844] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
  51. [ 0.059957] Setting up static identity map for 0x300000 - 0x300060
  52. [ 0.079959] rcu: Hierarchical SRCU implementation.
  53. [ 0.120032] smp: Bringing up secondary CPUs ...
  54. [ 0.200460] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
  55. [ 0.280619] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002
  56. [ 0.360776] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003
  57. [ 0.360988] smp: Brought up 1 node, 4 CPUs
  58. [ 0.361049] SMP: Total of 4 processors activated (153.60 BogoMIPS).
  59. [ 0.361069] CPU: All CPU(s) started in SVC mode.
  60. [ 0.362617] devtmpfs: initialized
  61. [ 0.371200] VFP support v0.3: implementor 51 architecture 64 part 6f variant 2 rev 1
  62. [ 0.371538] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
  63. [ 0.371577] futex hash table entries: 1024 (order: 4, 65536 bytes)
  64. [ 0.381590] pinctrl core: initialized pinctrl subsystem
  65. [ 0.382681] NET: Registered protocol family 16
  66. [ 0.384332] DMA: preallocated 256 KiB pool for atomic coherent allocations
  67. [ 0.385684] cpuidle: using governor menu
  68. [ 0.386197] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
  69. [ 0.386225] hw-breakpoint: maximum watchpoint size is 8 bytes.
  70. [ 0.402575] ------------[ cut here ]------------
  71. [ 0.402613] WARNING: CPU: 0 PID: 1 at drivers/irqchip/irq-gic.c:1016 gic_irq_domain_translate+0xe4/0xec
  72. [ 0.402639] Modules linked in:
  73. [ 0.402662] CPU: 0 PID: 1 Comm: swapper/0 Not tainted 5.0.0-rc7-00185-g4ca0dffea58d #9
  74. [ 0.402686] Hardware name: Generic DT based system
  75. [ 0.402724] [<c0312004>] (unwind_backtrace) from [<c030d608>] (show_stack+0x10/0x14)
  76. [ 0.402761] [<c030d608>] (show_stack) from [<c0afe0dc>] (dump_stack+0x78/0x8c)
  77. [ 0.402800] [<c0afe0dc>] (dump_stack) from [<c0320ff4>] (__warn+0xf8/0x110)
  78. [ 0.402832] [<c0320ff4>] (__warn) from [<c0321124>] (warn_slowpath_null+0x40/0x48)
  79. [ 0.402866] [<c0321124>] (warn_slowpath_null) from [<c0695440>] (gic_irq_domain_translate+0xe4/0xec)
  80. [ 0.402908] [<c0695440>] (gic_irq_domain_translate) from [<c03744b8>] (irq_create_fwspec_mapping+0x64/0x33c)
  81. [ 0.402945] [<c03744b8>] (irq_create_fwspec_mapping) from [<c03747f4>] (irq_create_of_mapping+0x64/0x80)
  82. [ 0.402984] [<c03747f4>] (irq_create_of_mapping) from [<c096a350>] (of_irq_get+0x68/0xb4)
  83. [ 0.403016] [<c096a350>] (of_irq_get) from [<c096a3c4>] (of_irq_to_resource+0x28/0xdc)
  84. [ 0.403048] [<c096a3c4>] (of_irq_to_resource) from [<c096a4b4>] (of_irq_to_resource_table+0x3c/0x54)
  85. [ 0.403087] [<c096a4b4>] (of_irq_to_resource_table) from [<c0965104>] (of_device_alloc+0x11c/0x1d0)
  86. [ 0.403125] [<c0965104>] (of_device_alloc) from [<c0965200>] (of_platform_device_create_pdata+0x48/0xc4)
  87. [ 0.403161] [<c0965200>] (of_platform_device_create_pdata) from [<c0965424>] (of_platform_bus_create+0x19c/0x4f8)
  88. [ 0.403197] [<c0965424>] (of_platform_bus_create) from [<c0965494>] (of_platform_bus_create+0x20c/0x4f8)
  89. [ 0.403234] [<c0965494>] (of_platform_bus_create) from [<c0965930>] (of_platform_populate+0x84/0x118)
  90. [ 0.403277] [<c0965930>] (of_platform_populate) from [<c103da7c>] (of_platform_default_populate_init+0xa0/0xb8)
  91. [ 0.403317] [<c103da7c>] (of_platform_default_populate_init) from [<c0302f38>] (do_one_initcall+0x54/0x278)
  92. [ 0.403355] [<c0302f38>] (do_one_initcall) from [<c10010c8>] (kernel_init_freeable+0x25c/0x360)
  93. [ 0.403389] [<c10010c8>] (kernel_init_freeable) from [<c0b16d00>] (kernel_init+0x8/0x114)
  94. [ 0.403421] [<c0b16d00>] (kernel_init) from [<c03010e8>] (ret_from_fork+0x14/0x2c)
  95. [ 0.403445] Exception stack(0xee89bfb0 to 0xee89bff8)
  96. [ 0.403474] bfa0: 00000000 00000000 00000000 00000000
  97. [ 0.403515] bfc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
  98. [ 0.403553] bfe0: 00000000 00000000 00000000 00000000 00000013 00000000
  99. [ 0.403581] ---[ end trace abde66787314ece9 ]---
  100. [ 0.403641] ------------[ cut here ]------------
  101. [ 0.403667] WARNING: CPU: 0 PID: 1 at drivers/irqchip/irq-gic.c:1016 gic_irq_domain_translate+0xe4/0xec
  102. [ 0.403691] Modules linked in:
  103. [ 0.403713] CPU: 0 PID: 1 Comm: swapper/0 Tainted: G W 5.0.0-rc7-00185-g4ca0dffea58d #9
  104. [ 0.403738] Hardware name: Generic DT based system
  105. [ 0.403765] [<c0312004>] (unwind_backtrace) from [<c030d608>] (show_stack+0x10/0x14)
  106. [ 0.403798] [<c030d608>] (show_stack) from [<c0afe0dc>] (dump_stack+0x78/0x8c)
  107. [ 0.403830] [<c0afe0dc>] (dump_stack) from [<c0320ff4>] (__warn+0xf8/0x110)
  108. [ 0.403860] [<c0320ff4>] (__warn) from [<c0321124>] (warn_slowpath_null+0x40/0x48)
  109. [ 0.403893] [<c0321124>] (warn_slowpath_null) from [<c0695440>] (gic_irq_domain_translate+0xe4/0xec)
  110. [ 0.403928] [<c0695440>] (gic_irq_domain_translate) from [<c0695830>] (gic_irq_domain_alloc+0x40/0xa4)
  111. [ 0.403963] [<c0695830>] (gic_irq_domain_alloc) from [<c03740a4>] (__irq_domain_alloc_irqs+0x13c/0x334)
  112. [ 0.403999] [<c03740a4>] (__irq_domain_alloc_irqs) from [<c037465c>] (irq_create_fwspec_mapping+0x208/0x33c)
  113. [ 0.404034] [<c037465c>] (irq_create_fwspec_mapping) from [<c03747f4>] (irq_create_of_mapping+0x64/0x80)
  114. [ 0.404069] [<c03747f4>] (irq_create_of_mapping) from [<c096a350>] (of_irq_get+0x68/0xb4)
  115. [ 0.404100] [<c096a350>] (of_irq_get) from [<c096a3c4>] (of_irq_to_resource+0x28/0xdc)
  116. [ 0.404131] [<c096a3c4>] (of_irq_to_resource) from [<c096a4b4>] (of_irq_to_resource_table+0x3c/0x54)
  117. [ 0.404167] [<c096a4b4>] (of_irq_to_resource_table) from [<c0965104>] (of_device_alloc+0x11c/0x1d0)
  118. [ 0.404202] [<c0965104>] (of_device_alloc) from [<c0965200>] (of_platform_device_create_pdata+0x48/0xc4)
  119. [ 0.404239] [<c0965200>] (of_platform_device_create_pdata) from [<c0965424>] (of_platform_bus_create+0x19c/0x4f8)
  120. [ 0.404275] [<c0965424>] (of_platform_bus_create) from [<c0965494>] (of_platform_bus_create+0x20c/0x4f8)
  121. [ 0.404311] [<c0965494>] (of_platform_bus_create) from [<c0965930>] (of_platform_populate+0x84/0x118)
  122. [ 0.404349] [<c0965930>] (of_platform_populate) from [<c103da7c>] (of_platform_default_populate_init+0xa0/0xb8)
  123. [ 0.404386] [<c103da7c>] (of_platform_default_populate_init) from [<c0302f38>] (do_one_initcall+0x54/0x278)
  124. [ 0.404421] [<c0302f38>] (do_one_initcall) from [<c10010c8>] (kernel_init_freeable+0x25c/0x360)
  125. [ 0.404453] [<c10010c8>] (kernel_init_freeable) from [<c0b16d00>] (kernel_init+0x8/0x114)
  126. [ 0.404483] [<c0b16d00>] (kernel_init) from [<c03010e8>] (ret_from_fork+0x14/0x2c)
  127. [ 0.404507] Exception stack(0xee89bfb0 to 0xee89bff8)
  128. [ 0.404534] bfa0: 00000000 00000000 00000000 00000000
  129. [ 0.404576] bfc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
  130. [ 0.404614] bfe0: 00000000 00000000 00000000 00000000 00000013 00000000
  131. [ 0.404637] ---[ end trace abde66787314ecea ]---
  132. [ 0.417001] vgaarb: loaded
  133. [ 0.417448] SCSI subsystem initialized
  134. [ 0.417656] libata version 3.00 loaded.
  135. [ 0.417893] usbcore: registered new interface driver usbfs
  136. [ 0.417974] usbcore: registered new interface driver hub
  137. [ 0.418075] usbcore: registered new device driver usb
  138. [ 0.419008] Advanced Linux Sound Architecture Driver Initialized.
  139. [ 0.419946] clocksource: Switched to clocksource arch_sys_counter
  140. [ 0.756733] NET: Registered protocol family 2
  141. [ 0.757196] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes)
  142. [ 0.757236] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
  143. [ 0.757299] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
  144. [ 0.757390] TCP: Hash tables configured (established 8192 bind 8192)
  145. [ 0.757490] UDP hash table entries: 512 (order: 2, 16384 bytes)
  146. [ 0.757528] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
  147. [ 0.757700] NET: Registered protocol family 1
  148. [ 0.758256] RPC: Registered named UNIX socket transport module.
  149. [ 0.758280] RPC: Registered udp transport module.
  150. [ 0.758299] RPC: Registered tcp transport module.
  151. [ 0.758318] RPC: Registered tcp NFSv4.1 backchannel transport module.
  152. [ 0.758742] PCI: CLS 0 bytes, default 64
  153. [ 0.759001] Trying to unpack rootfs image as initramfs...
  154. [ 0.876388] Freeing initrd memory: 2124K
  155. [ 0.877139] hw perfevents: enabled with armv7_krait PMU driver, 5 counters available
  156. [ 0.878931] Initialise system trusted keyrings
  157. [ 0.879132] workingset: timestamp_bits=30 max_order=19 bucket_order=0
  158. [ 0.886120] NFS: Registering the id_resolver key type
  159. [ 0.886158] Key type id_resolver registered
  160. [ 0.886177] Key type id_legacy registered
  161. [ 0.886879] jffs2: version 2.2. (NAND) © 2001-2006 Red Hat, Inc.
  162. [ 0.887206] fuse init (API version 7.28)
  163. [ 0.896644] Key type asymmetric registered
  164. [ 0.896671] Asymmetric key parser 'x509' registered
  165. [ 0.896742] bounce: pool size: 64 pages
  166. [ 0.896793] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 250)
  167. [ 0.896820] io scheduler mq-deadline registered
  168. [ 0.896840] io scheduler kyber registered
  169. [ 0.919062] msm_serial f991e000.serial: msm_serial: detected port #0
  170. [ 0.919117] msm_serial f991e000.serial: uartclk = 7372800
  171. [ 0.919177] f991e000.serial: ttyMSM0 at MMIO 0xf991e000 (irq = 27, base_baud = 460800) is a MSM
  172. [ 0.919222] msm_serial: console setup on port #0
  173. [ 2.020584] printk: console [ttyMSM0] enabled
  174. [ 2.025751] msm_serial: driver initialized
  175. [ 2.032728] msm_dsi_phy fd922a00.dsi-phy: Failed to get supply 'vddio': -517
  176. [ 2.033666] msm_dsi_phy fd922a00.dsi-phy: [drm:dsi_phy_driver_probe] *ERROR* dsi_phy_regulator_init: failed to init regulator, ret=-517
  177. [ 2.040902] msm_dsi_phy fd922a00.dsi-phy: [drm:dsi_phy_driver_probe] *ERROR* dsi_phy_driver_probe: failed to init regulator
  178. [ 2.064125] brd: module loaded
  179. [ 2.074288] loop: module loaded
  180. [ 2.074827] SCSI Media Changer driver v0.25
  181. [ 2.077228] spmi spmi-0: PMIC arbiter version v1 (0x20000002)
  182. [ 2.097665] s1: supplied by regulator-dummy
  183. [ 2.098038] s2: supplied by regulator-dummy
  184. [ 2.100988] s3: supplied by regulator-dummy
  185. [ 2.105199] s4: Bringing 5100000uV into 5000000-5000000uV
  186. [ 2.109267] l1: supplied by regulator-dummy
  187. [ 2.114906] l2: supplied by regulator-dummy
  188. [ 2.118867] l3: supplied by regulator-dummy
  189. [ 2.123051] l4: supplied by regulator-dummy
  190. [ 2.127212] l5: supplied by regulator-dummy
  191. [ 2.131384] l6: supplied by regulator-dummy
  192. [ 2.135531] l7: supplied by regulator-dummy
  193. [ 2.139707] l8: supplied by regulator-dummy
  194. [ 2.143896] l9: supplied by regulator-dummy
  195. [ 2.148041] l10: supplied by regulator-dummy
  196. [ 2.152234] l11: supplied by regulator-dummy
  197. [ 2.156726] l12: supplied by regulator-dummy
  198. [ 2.161003] l13: supplied by regulator-dummy
  199. [ 2.165237] l14: supplied by regulator-dummy
  200. [ 2.169494] l15: supplied by regulator-dummy
  201. [ 2.173776] l16: supplied by regulator-dummy
  202. [ 2.177993] l17: supplied by regulator-dummy
  203. [ 2.182289] l18: supplied by regulator-dummy
  204. [ 2.186511] l19: supplied by regulator-dummy
  205. [ 2.190800] l20: supplied by regulator-dummy
  206. [ 2.195025] l21: supplied by regulator-dummy
  207. [ 2.199284] l22: supplied by regulator-dummy
  208. [ 2.203553] l23: supplied by regulator-dummy
  209. [ 2.207787] l24: supplied by regulator-dummy
  210. [ 2.212087] lvs1: supplied by regulator-dummy
  211. [ 2.216223] lvs2: supplied by regulator-dummy
  212. [ 2.220522] lvs3: supplied by regulator-dummy
  213. [ 2.224987] 5vs1: supplied by s4
  214. [ 2.229220] 5vs2: supplied by s4
  215. [ 2.233567] libphy: Fixed MDIO Bus: probed
  216. [ 2.235614] SLIP: version 0.8.4-NET3.019-NEWTTY (dynamic channels, max=256) (6 bit encapsulation enabled).
  217. [ 2.239296] CSLIP: code copyright 1989 Regents of the University of California.
  218. [ 2.249021] usbcore: registered new interface driver ax88179_178a
  219. [ 2.256193] usbcore: registered new interface driver cdc_ether
  220. [ 2.262441] usbcore: registered new interface driver net1080
  221. [ 2.268147] usbcore: registered new interface driver cdc_subset
  222. [ 2.274006] usbcore: registered new interface driver cdc_ncm
  223. [ 2.279801] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
  224. [ 2.285510] ehci-pci: EHCI PCI platform driver
  225. [ 2.291917] usbcore: registered new interface driver cdc_acm
  226. [ 2.296229] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
  227. [ 2.316985] input: pm8941_pwrkey as /devices/platform/soc/fc4cf000.spmi/spmi-0/0-00/fc4cf000.spmi:pm8941@0:pwrkey@800/input/input1
  228. [ 2.318501] rtc-pm8xxx fc4cf000.spmi:pm8941@0:rtc@6000: registered as rtc0
  229. [ 2.327814] i2c /dev entries driver
  230. [ 2.335143] qcom-smbb fc4cf000.spmi:pm8941@0:charger@1000: Initializing SMBB rev 3
  231. [ 2.341221] otg-vbus: supplied by 5vs1
  232. [ 2.346283] qcom-tsens fc4a9000.thermal-sensor: tsens calibration failed
  233. [ 2.349602] cpuidle: enable-method property 'qcom,kpss-acc-v2' found operations
  234. [ 2.356441] cpuidle: enable-method property 'qcom,kpss-acc-v2' found operations
  235. [ 2.363303] cpuidle: enable-method property 'qcom,kpss-acc-v2' found operations
  236. [ 2.370598] cpuidle: enable-method property 'qcom,kpss-acc-v2' found operations
  237. [ 2.378238] sdhci: Secure Digital Host Controller Interface driver
  238. [ 2.385014] sdhci: Copyright(c) Pierre Ossman
  239. [ 2.391263] sdhci-pltfm: SDHCI platform and OF driver helper
  240. [ 2.398053] usbcore: registered new interface driver usbhid
  241. [ 2.401439] usbhid: USB HID core driver
  242. [ 2.409650] oprofile: using timer interrupt.
  243. [ 2.410774] NET: Registered protocol family 17
  244. [ 2.415086] Key type dns_resolver registered
  245. [ 2.419501] Registering SWP/SWPB emulation handler
  246. [ 2.424929] Loading compiled-in X.509 certificates
  247. [ 2.458427] msm_dsi_phy fd922a00.dsi-phy: Failed to get supply 'vddio': -517
  248. [ 2.458494] msm_dsi_phy fd922a00.dsi-phy: [drm:dsi_phy_driver_probe] *ERROR* dsi_phy_regulator_init: failed to init regulator, ret=-517
  249. [ 2.464614] msm_dsi_phy fd922a00.dsi-phy: [drm:dsi_phy_driver_probe] *ERROR* dsi_phy_driver_probe: failed to init regulator
  250. [ 2.489190] msm_hsusb f9a55000.usb: Linked as a consumer to regulator.35
  251. [ 2.499237] s1: supplied by regulator-dummy
  252. [ 2.499321] s1: Bringing 0uV into 675000-675000uV
  253. [ 2.504300] s2: supplied by regulator-dummy
  254. [ 2.507140] s2: Bringing 0uV into 500000-500000uV
  255. [ 2.513128] msm_dsi_phy fd922a00.dsi-phy: Failed to get supply 'vddio': -517
  256. [ 2.515959] msm_dsi_phy fd922a00.dsi-phy: [drm:dsi_phy_driver_probe] *ERROR* dsi_phy_regulator_init: failed to init regulator, ret=-517
  257. [ 2.523198] s3: supplied by regulator-dummy
  258. [ 2.534987] msm_dsi_phy fd922a00.dsi-phy: [drm:dsi_phy_driver_probe] *ERROR* dsi_phy_driver_probe: failed to init regulator
  259. [ 2.539539] s3: Bringing 0uV into 1050000-1050000uV
  260. [ 2.552872] s4: supplied by regulator-dummy
  261. [ 2.555877] msm_dsi_phy fd922a00.dsi-phy: Failed to get supply 'vddio': -517
  262. [ 2.559271] msm_dsi_phy fd922a00.dsi-phy: [drm:dsi_phy_driver_probe] *ERROR* dsi_phy_regulator_init: failed to init regulator, ret=-517
  263. [ 2.566930] s5: supplied by regulator-dummy
  264. [ 2.578481] msm_dsi_phy fd922a00.dsi-phy: [drm:dsi_phy_driver_probe] *ERROR* dsi_phy_driver_probe: failed to init regulator
  265. [ 2.584316] genpd: Not disabling unused power domains
  266. [ 2.593947] s6: supplied by regulator-dummy
  267. [ 2.599249] s7: supplied by regulator-dummy
  268. [ 2.601772] input: gpio-keys as /devices/platform/gpio-keys/input/input5
  269. [ 2.603313] s8: supplied by regulator-dummy
  270. [ 2.614075] rtc-pm8xxx fc4cf000.spmi:pm8941@0:rtc@6000: setting system clock to 1970-01-03T23:49:09 UTC (258549)
  271. [ 2.614996] s1: supplied by regulator-dummy
  272. [ 2.618192] cfg80211: Loading compiled-in X.509 certificates for regulatory database
  273. [ 2.628483] s1: Bringing 0uV into 1300000-1300000uV
  274. [ 2.629460] msm_dsi_phy fd922a00.dsi-phy: Failed to get supply 'vddio': -517
  275. [ 2.629486] msm_dsi_phy fd922a00.dsi-phy: [drm:dsi_phy_driver_probe] *ERROR* dsi_phy_regulator_init: failed to init regulator, ret=-517
  276. [ 2.629503] msm_dsi_phy fd922a00.dsi-phy: [drm:dsi_phy_driver_probe] *ERROR* dsi_phy_driver_probe: failed to init regulator
  277. [ 2.636485] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
  278. [ 2.640966] s2: supplied by regulator-dummy
  279. [ 2.645076] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
  280. [ 2.650148] clk: Not disabling unused clocks
  281. [ 2.650319] ALSA device list:
  282. [ 2.650326] No soundcards found.
  283. [ 2.652261] s2: Bringing 0uV into 2150000-2150000uV
  284. [ 2.664089] cfg80211: failed to load regulatory.db
  285. [ 2.675822] s3: supplied by regulator-dummy
  286. [ 2.714803] s3: Bringing 0uV into 1800000-1800000uV
  287. [ 2.715603] l1: supplied by s1
  288. [ 2.723758] l1: Bringing 0uV into 1225000-1225000uV
  289. [ 2.727641] l2: supplied by s3
  290. [ 2.727737] l2: Bringing 0uV into 1200000-1200000uV
  291. [ 2.728246] Freeing unused kernel memory: 1024K
  292. [ 2.730129] l3: supplied by s1
  293. [ 2.738932] l3: Bringing 0uV into 1225000-1225000uV
  294. [ 2.742498] l4: supplied by s1
  295. [ 2.746821] l4: Bringing 0uV into 1225000-1225000uV
  296. [ 2.750357] l5: supplied by s2
  297. [ 2.754726] l5: Bringing 0uV into 1800000-1800000uV
  298. [ 2.758187] l6: supplied by s2
  299. [ 2.762663] l6: Bringing 0uV into 1800000-1800000uV
  300. [ 2.766555] l7: supplied by s2
  301. [ 2.770552] l7: Bringing 0uV into 1800000-1800000uV
  302. [ 2.774291] l8: supplied by regulator-dummy
  303. [ 2.778422] l8: Bringing 0uV into 1800000-1800000uV
  304. [ 2.783039] l9: supplied by vreg-boost
  305. [ 2.787449] l9: Bringing 0uV into 1800000-1800000uV
  306. [ 2.791680] l10: supplied by vreg-boost
  307. [ 2.796041] l10: Bringing 0uV into 1800000-1800000uV
  308. [ 2.800415] Run /init as init process
  309. [ 2.800506] l11: supplied by s1
  310. [ 2.808654] l11: Bringing 0uV into 1225000-1225000uV
  311. [ 2.812046] l12: supplied by s2
  312. [ 2.819662] l12: Bringing 0uV into 1800000-1800000uV
  313. [ 2.825852] l13: supplied by vreg-boost
  314. [ 2.833932] l13: Bringing 0uV into 1800000-1800000uV
  315. [ 2.840219] l14: supplied by s2
  316. [ 2.847604] l14: Bringing 0uV into 1800000-1800000uV
  317. [ 2.853711] l15: supplied by s2
  318. [ 2.861262] l15: Bringing 0uV into 2050000-2050000uV
  319. [ 2.867372] l16: supplied by regulator-dummy
  320. [ 2.872034] l16: Bringing 0uV into 2700000-2700000uV
  321. [ 2.876803] l17: supplied by vreg-boost
  322. [ 2.884725] l17: Bringing 0uV into 2850000-2850000uV
  323. [ 2.890876] l18: supplied by regulator-dummy
  324. [ 2.895536] l18: Bringing 0uV into 2850000-2850000uV
  325. [ 2.900339] l19: supplied by regulator-dummy
  326. [ 2.904732] l19: Bringing 0uV into 2900000-2900000uV
  327. [ 2.909455] l20: supplied by vreg-boost
  328. [ 2.917451] l20: Bringing 0uV into 2950000-2950000uV
  329. [ 2.923698] l21: supplied by vreg-boost
  330. [ 2.928251] l21: Bringing 0uV into 2950000-2950000uV
  331. [ 2.932520] l22: supplied by vreg-boost
  332. [ 2.937023] l22: Bringing 0uV into 3000000-3000000uV
  333. [ 2.941057] l23: supplied by vreg-boost
  334. [ 2.945797] l23: Bringing 0uV into 3000000-3000000uV
  335. [ 2.955360] l24: supplied by vreg-boost
  336. [ 2.963628] l24: Bringing 0uV into 3075000-3075000uV
  337. [ 2.969828] lvs1: supplied by s3
  338. [ 2.977991] lvs2: supplied by s3
  339. [ 2.986742] lvs3: supplied by s3
  340. [ 2.995612] 5vs1: supplied by regulator-dummy
  341. [ 3.000953] 5vs2: supplied by regulator-dummy
  342. [ 3.010091] sdhci_msm f98a4900.sdhci: Linked as a consumer to regulator.69
  343. [ 3.014792] sdhci_msm f98a4900.sdhci: Linked as a consumer to regulator.61
  344. [ 3.057780] mmc0: SDHCI controller on f98a4900.sdhci [f98a4900.sdhci] using ADMA
  345. [ 3.062713] msm_dsi_phy fd922a00.dsi-phy: Linked as a consumer to regulator.60
  346. [ 3.076751] qcom_usb_hs_phy ci_hdrc.0.ulpi: Linked as a consumer to regulator.54
  347. [ 3.082126] qcom_usb_hs_phy ci_hdrc.0.ulpi: Linked as a consumer to regulator.72
  348. [ 3.102919] gpio-vibrator vibrator: Linked as a consumer to regulator.66
  349. [ 3.107959] input: gpio-vibrator as /devices/platform/vibrator/input/input7
  350. [ 3.116504] sdhci_msm f9824900.sdhci: Linked as a consumer to regulator.68
  351. [ 3.121521] sdhci_msm f9824900.sdhci: Linked as a consumer to regulator.47
  352. [ 3.151766] mmc1: SDHCI controller on f9824900.sdhci [f9824900.sdhci] using ADMA 64-bit
  353. [ 3.158126] msm fd900000.mdss: Linked as a consumer to regulator.75
  354. [ 3.165390] mmc0: new high speed SDHC card at address 0002
  355. [ 3.173384] ------------[ cut here ]------------
  356. [ 3.177200] WARNING: CPU: 0 PID: 111 at drivers/irqchip/irq-gic.c:1016 gic_irq_domain_translate+0xe4/0xec
  357. [ 3.181977] Modules linked in:
  358. [ 3.194598] mmcblk0: mmc0:0002 00000 3.70 GiB
  359. [ 3.200545] CPU: 0 PID: 111 Comm: kworker/0:2 Tainted: G W 5.0.0-rc7-00185-g4ca0dffea58d #9
  360. [ 3.204257] Hardware name: Generic DT based system
  361. [ 3.213887] Workqueue: events deferred_probe_work_func
  362. [ 3.218668] [<c0312004>] (unwind_backtrace) from [<c030d608>] (show_stack+0x10/0x14)
  363. [ 3.223795] [<c030d608>] (show_stack) from [<c0afe0dc>] (dump_stack+0x78/0x8c)
  364. [ 3.231694] [<c0afe0dc>] (dump_stack) from [<c0320ff4>] (__warn+0xf8/0x110)
  365. [ 3.238717] [<c0320ff4>] (__warn) from [<c0321124>] (warn_slowpath_null+0x40/0x48)
  366. [ 3.245582] [<c0321124>] (warn_slowpath_null) from [<c0695440>] (gic_irq_domain_translate+0xe4/0xec)
  367. [ 3.253227] [<c0695440>] (gic_irq_domain_translate) from [<c03744b8>] (irq_create_fwspec_mapping+0x64/0x33c)
  368. [ 3.262514] [<c03744b8>] (irq_create_fwspec_mapping) from [<c03747f4>] (irq_create_of_mapping+0x64/0x80)
  369. [ 3.272322] [<c03747f4>] (irq_create_of_mapping) from [<c096a350>] (of_irq_get+0x68/0xb4)
  370. [ 3.281780] [<c096a350>] (of_irq_get) from [<c07f2e38>] (platform_get_irq+0x1c/0xf4)
  371. [ 3.289851] [<c07f2e38>] (platform_get_irq) from [<c079f3a8>] (mdp5_mdss_init+0x160/0x28c)
  372. [ 3.297671] [<c079f3a8>] (mdp5_mdss_init) from [<c07cf258>] (msm_drm_bind+0x84/0x740)
  373. [ 3.305740] [<c07cf258>] (msm_drm_bind) from [<c07ea4a4>] (try_to_bring_up_master+0x238/0x2b4)
  374. [ 3.313638] [<c07ea4a4>] (try_to_bring_up_master) from [<c07ea5c8>] (component_add+0xa8/0x170)
  375. [ 3.322145] [<c07ea5c8>] (component_add) from [<c07f2b04>] (platform_drv_probe+0x48/0x9c)
  376. [ 3.330737] [<c07f2b04>] (platform_drv_probe) from [<c07f08bc>] (really_probe+0x278/0x404)
  377. [ 3.338979] [<c07f08bc>] (really_probe) from [<c07f0c00>] (driver_probe_device+0x78/0x1c0)
  378. [ 3.347147] [<c07f0c00>] (driver_probe_device) from [<c07ee898>] (bus_for_each_drv+0x74/0xb8)
  379. [ 3.355393] [<c07ee898>] (bus_for_each_drv) from [<c07f05a8>] (__device_attach+0xd0/0x164)
  380. [ 3.363986] [<c07f05a8>] (__device_attach) from [<c07ef7c8>] (bus_probe_device+0x84/0x8c)
  381. [ 3.372147] [<c07ef7c8>] (bus_probe_device) from [<c07efd60>] (deferred_probe_work_func+0x48/0xc4)
  382. [ 3.380397] [<c07efd60>] (deferred_probe_work_func) from [<c033c038>] (process_one_work+0x204/0x574)
  383. [ 3.389245] [<c033c038>] (process_one_work) from [<c033ce54>] (worker_thread+0x30/0x560)
  384. [ 3.398537] [<c033ce54>] (worker_thread) from [<c0341db0>] (kthread+0x124/0x154)
  385. [ 3.406602] [<c0341db0>] (kthread) from [<c03010e8>] (ret_from_fork+0x14/0x2c)
  386. [ 3.413974] Exception stack(0xee28bfb0 to 0xee28bff8)
  387. [ 3.421005] bfa0: 00000000 00000000 00000000 00000000
  388. [ 3.426143] bfc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
  389. [ 3.434298] bfe0: 00000000 00000000 00000000 00000000 00000013 00000000
  390. [ 3.442710] ---[ end trace abde66787314ecec ]---
  391. [ 3.449140] mmcblk0: p1 p2
  392. [ 3.467434] ------------[ cut here ]------------
  393. [ 3.473304] WARNING: CPU: 0 PID: 111 at drivers/clk/qcom/clk-rcg2.c:116 update_config+0xdc/0xe4
  394. [ 3.477779] mdp_clk_src: rcg didn't update its configuration.
  395. [ 3.477782] Modules linked in:
  396. [ 3.495047] CPU: 0 PID: 111 Comm: kworker/0:2 Tainted: G W 5.0.0-rc7-00185-g4ca0dffea58d #9
  397. [ 3.500523] Hardware name: Generic DT based system
  398. [ 3.510240] Workqueue: events deferred_probe_work_func
  399. [ 3.515022] [<c0312004>] (unwind_backtrace) from [<c030d608>] (show_stack+0x10/0x14)
  400. [ 3.520148] [<c030d608>] (show_stack) from [<c0afe0dc>] (dump_stack+0x78/0x8c)
  401. [ 3.528049] [<c0afe0dc>] (dump_stack) from [<c0320ff4>] (__warn+0xf8/0x110)
  402. [ 3.535076] [<c0320ff4>] (__warn) from [<c0321054>] (warn_slowpath_fmt+0x48/0x6c)
  403. [ 3.541940] [<c0321054>] (warn_slowpath_fmt) from [<c06f2038>] (update_config+0xdc/0xe4)
  404. [ 3.549580] [<c06f2038>] (update_config) from [<c06e8f78>] (clk_change_rate+0xb4/0x564)
  405. [ 3.557734] [<c06e8f78>] (clk_change_rate) from [<c06e95e0>] (clk_core_set_rate_nolock+0x1b8/0x1d0)
  406. [ 3.565461] [<c06e95e0>] (clk_core_set_rate_nolock) from [<c06e9628>] (clk_set_rate+0x30/0x88)
  407. [ 3.574490] [<c06e9628>] (clk_set_rate) from [<c079fd68>] (mdp5_bind+0x178/0x4b4)
  408. [ 3.583168] [<c079fd68>] (mdp5_bind) from [<c07e9f28>] (component_bind_all+0x12c/0x284)
  409. [ 3.590725] [<c07e9f28>] (component_bind_all) from [<c07cf314>] (msm_drm_bind+0x140/0x740)
  410. [ 3.598530] [<c07cf314>] (msm_drm_bind) from [<c07ea4a4>] (try_to_bring_up_master+0x238/0x2b4)
  411. [ 3.606864] [<c07ea4a4>] (try_to_bring_up_master) from [<c07ea5c8>] (component_add+0xa8/0x170)
  412. [ 3.615459] [<c07ea5c8>] (component_add) from [<c07f2b04>] (platform_drv_probe+0x48/0x9c)
  413. [ 3.624050] [<c07f2b04>] (platform_drv_probe) from [<c07f08bc>] (really_probe+0x278/0x404)
  414. [ 3.632295] [<c07f08bc>] (really_probe) from [<c07f0c00>] (driver_probe_device+0x78/0x1c0)
  415. [ 3.640460] [<c07f0c00>] (driver_probe_device) from [<c07ee898>] (bus_for_each_drv+0x74/0xb8)
  416. [ 3.648703] [<c07ee898>] (bus_for_each_drv) from [<c07f05a8>] (__device_attach+0xd0/0x164)
  417. [ 3.657297] [<c07f05a8>] (__device_attach) from [<c07ef7c8>] (bus_probe_device+0x84/0x8c)
  418. [ 3.665457] [<c07ef7c8>] (bus_probe_device) from [<c07efd60>] (deferred_probe_work_func+0x48/0xc4)
  419. [ 3.673709] [<c07efd60>] (deferred_probe_work_func) from [<c033c038>] (process_one_work+0x204/0x574)
  420. [ 3.682563] [<c033c038>] (process_one_work) from [<c033ce54>] (worker_thread+0x30/0x560)
  421. [ 3.691848] [<c033ce54>] (worker_thread) from [<c0341db0>] (kthread+0x124/0x154)
  422. [ 3.699914] [<c0341db0>] (kthread) from [<c03010e8>] (ret_from_fork+0x14/0x2c)
  423. [ 3.707287] Exception stack(0xee28bfb0 to 0xee28bff8)
  424. [ 3.714320] bfa0: 00000000 00000000 00000000 00000000
  425. [ 3.719457] bfc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
  426. [ 3.727612] bfe0: 00000000 00000000 00000000 00000000 00000013 00000000
  427. [ 3.735817] ---[ end trace abde66787314eced ]---
  428. [ 3.742412] msm_mdp fd900100.mdp: [drm:mdp5_bind] MDP5 version v1.2
  429. [ 3.747254] msm fd900000.mdss: bound fd900100.mdp (ops mdp5_ops)
  430. [ 3.753306] msm_dsi fd922800.dsi: fd922800.dsi supply gdsc not found, using dummy regulator
  431. [ 3.759458] msm_dsi fd922800.dsi: Linked as a consumer to regulator.0
  432. [ 3.767515] msm_dsi fd922800.dsi: Dropping the link to regulator.0
  433. [ 3.774113] msm_dsi fd922800.dsi: fd922800.dsi supply gdsc not found, using dummy regulator
  434. [ 3.780137] msm_dsi fd922800.dsi: Linked as a consumer to regulator.0
  435. [ 3.788455] msm_dsi fd922800.dsi: Linked as a consumer to regulator.75
  436. [ 3.795052] msm_dsi fd922800.dsi: Linked as a consumer to regulator.50
  437. [ 3.801489] msm_dsi fd922800.dsi: Linked as a consumer to regulator.60
  438. [ 3.808543] panel-simple-dsi fd922800.dsi.0: fd922800.dsi.0 supply power not found, using dummy regulator
  439. [ 3.814483] panel-simple-dsi fd922800.dsi.0: Linked as a consumer to regulator.0
  440. [ 3.824182] msm fd900000.mdss: bound fd922800.dsi (ops dsi_ops)
  441. [ 3.831505] [drm] using 16m VRAM carveout
  442. [ 3.847974] random: fast init done
  443. [ 3.855919] mmc1: new HS200 MMC card at address 0001
  444. [ 3.872209] mmcblk1: mmc1:0001 BWBC3R 29.1 GiB
  445. [ 3.873972] mmcblk1boot0: mmc1:0001 BWBC3R partition 1 4.00 MiB
  446. [ 3.878306] mmcblk1boot1: mmc1:0001 BWBC3R partition 2 4.00 MiB
  447. [ 3.893037] mmcblk1rpmb: mmc1:0001 BWBC3R partition 3 4.00 MiB, chardev (247:0)
  448. [ 3.895247] mmcblk1: p1 p2 p3 p4 p5 p6 p7 p8 p9 p10 p11 p12 p13 p14 p15 p16 p17 p18 p19 p20
  449. [ 3.901244] msm fd900000.mdss: [drm:msm_drm_bind] VRAM: 70100000->71100000
  450. [ 3.932854] msm_mdp fd900100.mdp: [drm:mdp5_kms_init] no iommu, fallback to phys contig buffers for scanout
  451. [ 3.932963] msm fd900000.mdss: fall back to the other CTL category for INTF 1!
  452. [ 3.941606] Unable to handle kernel NULL pointer dereference at virtual address 0000009c
  453. [ 3.948704] pgd = (ptrval)
  454. [ 3.956965] [0000009c] *pgd=00000000
  455. [ 3.959461] Internal error: Oops: 5 [#1] PREEMPT SMP ARM
  456. [ 3.963192] Modules linked in:
  457. [ 3.968484] CPU: 0 PID: 111 Comm: kworker/0:2 Tainted: G W 5.0.0-rc7-00185-g4ca0dffea58d #9
  458. [ 3.971364] Hardware name: Generic DT based system
  459. [ 3.980995] Workqueue: events deferred_probe_work_func
  460. [ 3.985764] PC is at msm_gem_map_vma+0x3c/0xac
  461. [ 3.990890] LR is at msm_gem_get_and_pin_iova+0xd8/0x134
  462. [ 3.995310] pc : [<c07d3b74>] lr : [<c07d14f0>] psr: 60000013
  463. [ 4.000780] sp : ee28bbe8 ip : ed80d000 fp : ee1c6800
  464. [ 4.006765] r10: ed812300 r9 : 00000000 r8 : ee28bc80
  465. [ 4.011978] r7 : 00000000 r6 : 70100000 r5 : 00000000 r4 : ed812300
  466. [ 4.017186] r3 : 00000001 r2 : 00000003 r1 : ed812300 r0 : 00000000
  467. [ 4.023787] Flags: nZCv IRQs on FIQs on Mode SVC_32 ISA ARM Segment none
  468. [ 4.030298] Control: 10c5787d Table: 2e3cc06a DAC: 00000051
  469. [ 4.037497] Process kworker/0:2 (pid: 111, stack limit = 0x(ptrval))
  470. [ 4.043231] Stack: (0xee28bbe8 to 0xee28c000)
  471. [ 4.049660] bbe0: 00000000 c1108c48 ed8a1400 00000003 ed8a14fc c1108c48
  472. [ 4.053930] bc00: ed8a1400 00000003 ed8a14fc c07d14f0 00000001 c07d10f8 70100000 00000000
  473. [ 4.062089] bc20: ed8a1400 f61efc70 00000000 ed8a1400 00000000 00000000 c0c8b1d4 ee3eec00
  474. [ 4.070249] bc40: ee377800 c07d167c 00000000 c1108c48 ee0b0e10 ee377800 c0c8b1d4 c07d2224
  475. [ 4.078408] bc60: ee3eef84 ee28bc80 00000000 c0b1d5b0 ee3eee40 c07dcfd0 ee3eef84 ee28bc80
  476. [ 4.086568] bc80: 0000006d ee3eee40 ee0b0e10 f61efc70 c0c8b1d4 00000000 ee3eee40 c07ddb40
  477. [ 4.094727] bca0: 00002004 c0eba384 ee3eee40 c079eb98 ed803340 ee377800 00000001 ee1c6800
  478. [ 4.102888] bcc0: ed8aeb80 c07db7e0 ee3ee640 ed802880 00000001 ee377800 ee3ee6d4 c07a0a28
  479. [ 4.111047] bce0: ee1c6800 71100000 c1108c48 ee0b0c10 ee377800 ee1c6800 c1108c48 00000000
  480. [ 4.119206] bd00: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
  481. [ 4.127365] bd20: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 f61efc70
  482. [ 4.135527] bd40: c12113c4 ee1c6800 ee377800 c1108c48 ee9eec10 00000000 ee1c6800 71100000
  483. [ 4.143685] bd60: efdfb000 c07cf740 71100000 00000000 c0e9a350 c0b1d5b0 c12113c4 c0961e38
  484. [ 4.151846] bd80: c12113c4 40000013 eeff4bc0 c0ebe004 00000019 c0b1d230 ee9eeda8 60000013
  485. [ 4.160012] bda0: ee3b0880 ee9eeda8 c07ce258 f61efc70 c07ce258 ee3b0800 00000028 00000002
  486. [ 4.168165] bdc0: ee092b80 c118f884 ee093b40 c11c6128 c07ce258 c07ea4a4 00000000 c0962b40
  487. [ 4.176324] bde0: c118f868 00000001 c0ebbc98 ee3b0800 00000000 ee092b80 00000000 c118f87c
  488. [ 4.184484] be00: ee3b0800 00000000 c11c63e0 c118f694 00000019 c07ea5c8 ee0b0e10 00000000
  489. [ 4.192644] be20: c118f694 00000000 00000000 c07f2b04 c120f55c ee0b0e10 c120f560 00000000
  490. [ 4.200804] be40: 00000000 c07f08bc c07f0e84 ee0b0e10 c11ba3d0 ee0b0e10 c118f694 c07f0e84
  491. [ 4.208963] be60: c1108c48 00000001 c0ebc3cc c11c63f8 c11ba3d0 c07f0c00 00000001 c07f2f84
  492. [ 4.217123] be80: c118f694 00000000 ee28bed4 c07f0e84 c1108c48 00000001 c0ebc3cc c11c63f8
  493. [ 4.225283] bea0: c11ba3d0 c07ee898 c11ba3d0 ee82686c ee093438 f61efc70 ee0b0e10 ee0b0e10
  494. [ 4.233442] bec0: c1108c48 ee0b0e44 c118faac c07f05a8 ee0b0e10 ee0b0e10 00000001 f61efc70
  495. [ 4.241602] bee0: ee0b0e10 ee0b0e10 c118fd18 c118faac c11c63e0 c07ef7c8 ee0b0e10 c118fa90
  496. [ 4.249761] bf00: c118fa90 c07efd60 c118fac8 ee26d300 eefa6c80 eefa9d00 00000000 c118facc
  497. [ 4.257921] bf20: 00000000 c033c038 eefa6c80 eefa6c80 00000008 ee26d300 ee26d314 eefa6c80
  498. [ 4.266082] bf40: 00000008 c1103d00 eefa6c98 ee28a000 eefa6c80 c033ce54 ee8bfeac c0b1d230
  499. [ 4.274242] bf60: ee8bfeac eea24440 ee248cc0 00000000 ee28a000 ee26d300 c033ce24 eea2445c
  500. [ 4.282401] bf80: ee8bfeac c0341db0 00000000 ee248cc0 c0341c8c 00000000 00000000 00000000
  501. [ 4.290560] bfa0: 00000000 00000000 00000000 c03010e8 00000000 00000000 00000000 00000000
  502. [ 4.298720] bfc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
  503. [ 4.306879] bfe0: 00000000 00000000 00000000 00000000 00000013 00000000 00000000 00000000
  504. [ 4.315038] [<c07d3b74>] (msm_gem_map_vma) from [<c07d14f0>] (msm_gem_get_and_pin_iova+0xd8/0x134)
  505. [ 4.323197] [<c07d14f0>] (msm_gem_get_and_pin_iova) from [<c07d167c>] (_msm_gem_kernel_new+0x38/0xac)
  506. [ 4.332051] [<c07d167c>] (_msm_gem_kernel_new) from [<c07d2224>] (msm_gem_kernel_new+0x24/0x2c)
  507. [ 4.341341] [<c07d2224>] (msm_gem_kernel_new) from [<c07dcfd0>] (dsi_tx_buf_alloc_6g+0x44/0x90)
  508. [ 4.349842] [<c07dcfd0>] (dsi_tx_buf_alloc_6g) from [<c07ddb40>] (msm_dsi_host_modeset_init+0x80/0x104)
  509. [ 4.358527] [<c07ddb40>] (msm_dsi_host_modeset_init) from [<c07db7e0>] (msm_dsi_modeset_init+0x34/0x1c0)
  510. [ 4.367903] [<c07db7e0>] (msm_dsi_modeset_init) from [<c07a0a28>] (mdp5_kms_init+0x764/0x7e0)
  511. [ 4.377624] [<c07a0a28>] (mdp5_kms_init) from [<c07cf740>] (msm_drm_bind+0x56c/0x740)
  512. [ 4.386043] [<c07cf740>] (msm_drm_bind) from [<c07ea4a4>] (try_to_bring_up_master+0x238/0x2b4)
  513. [ 4.393853] [<c07ea4a4>] (try_to_bring_up_master) from [<c07ea5c8>] (component_add+0xa8/0x170)
  514. [ 4.402360] [<c07ea5c8>] (component_add) from [<c07f2b04>] (platform_drv_probe+0x48/0x9c)
  515. [ 4.410953] [<c07f2b04>] (platform_drv_probe) from [<c07f08bc>] (really_probe+0x278/0x404)
  516. [ 4.419195] [<c07f08bc>] (really_probe) from [<c07f0c00>] (driver_probe_device+0x78/0x1c0)
  517. [ 4.427362] [<c07f0c00>] (driver_probe_device) from [<c07ee898>] (bus_for_each_drv+0x74/0xb8)
  518. [ 4.435607] [<c07ee898>] (bus_for_each_drv) from [<c07f05a8>] (__device_attach+0xd0/0x164)
  519. [ 4.444200] [<c07f05a8>] (__device_attach) from [<c07ef7c8>] (bus_probe_device+0x84/0x8c)
  520. [ 4.452358] [<c07ef7c8>] (bus_probe_device) from [<c07efd60>] (deferred_probe_work_func+0x48/0xc4)
  521. [ 4.460612] [<c07efd60>] (deferred_probe_work_func) from [<c033c038>] (process_one_work+0x204/0x574)
  522. [ 4.469464] [<c033c038>] (process_one_work) from [<c033ce54>] (worker_thread+0x30/0x560)
  523. [ 4.478750] [<c033ce54>] (worker_thread) from [<c0341db0>] (kthread+0x124/0x154)
  524. [ 4.486819] [<c0341db0>] (kthread) from [<c03010e8>] (ret_from_fork+0x14/0x2c)
  525. [ 4.494188] Exception stack(0xee28bfb0 to 0xee28bff8)
  526. [ 4.501220] bfa0: 00000000 00000000 00000000 00000000
  527. [ 4.506359] bfc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
  528. [ 4.514515] bfe0: 00000000 00000000 00000000 00000000 00000013 00000000
  529. [ 4.522668] Code: e5813080 1a000013 e3a03001 e5c4307c (e590009c)
  530. [ 4.529144] ---[ end trace abde66787314ecee ]---
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement