On 3/28/2016 11:15 PM, Michel Dänzer wrote: > On 29.03.2016 08:47, Julian Margetson wrote: >> Seeing the following when booting kernel 4.6-rc1 on Acube Sam460ex >> Canyonlands board. >> This loops for a few times then the kernel boots. >> No problem with the 4.6-rc1 with an A-eon Tabor Freescale e500v2 board. >> >> Regards >> >> Julian >> >> >> [ 2.197839] ------------[ cut here ]------------ >> [ 2.197850] WARNING: CPU: 0 PID: 1 at drivers/gpu/drm/drm_irq.c:1368 >> drm_vblank_off+0x2c/0x1e0 > That's > > if (WARN_ON(pipe >= dev->num_crtcs)) > > My best guess is that drm_vblank_off is called before drm_vblank_init, > so dev->num_crtcs is still 0. > > > Please provide the full dmesg output corresponding to the problem. > > Attached
-------------- next part -------------- [ 0.000000] Using Canyonlands machine description [ 0.000000] Linux version 4.6.0-rc1-sam460ex-jm (root at julian-VirtualBox) (gcc version 5.3.1 20160205 (Ubuntu 5.3.1-8ubuntu2) ) #23 PREEMPT Mon Mar 28 18:52:14 AST 2016 [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000000000-0x000000002fffffff] [ 0.000000] Normal empty [ 0.000000] HighMem [mem 0x0000000030000000-0x000000007fffffff] [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000000000-0x000000007fffffff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x000000007fffffff] [ 0.000000] MMU: Allocated 1088 bytes of context maps for 255 contexts [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 522752 [ 0.000000] Kernel command line: root=/dev/sda8 console=ttyS0,115200 console=tty0 [ 0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes) [ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes) [ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes) [ 0.000000] Sorting __ex_table... [ 0.000000] allocated 2097152 bytes of page_ext [ 0.000000] Memory: 1997104K/2097152K available (8428K kernel code, 344K rwdata, 4220K rodata, 256K init, 1410K bss, 100048K reserved, 0K cma-reserved, 1310720K highmem) [ 0.000000] Kernel virtual memory layout: [ 0.000000] * 0xfffcf000..0xfffff000 : fixmap [ 0.000000] * 0xffc00000..0xffe00000 : highmem PTEs [ 0.000000] * 0xffa00000..0xffc00000 : consistent mem [ 0.000000] * 0xffa00000..0xffa00000 : early ioremap [ 0.000000] * 0xf1000000..0xffa00000 : vmalloc & ioremap [ 0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Preemptible hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 32. [ 0.000000] NR_IRQS:512 nr_irqs:512 16 [ 0.000000] UIC0 (32 IRQ sources) at DCR 0xc0 [ 0.000000] UIC1 (32 IRQ sources) at DCR 0xd0 [ 0.000000] UIC2 (32 IRQ sources) at DCR 0xe0 [ 0.000000] UIC3 (32 IRQ sources) at DCR 0xf0 [ 0.000012] clocksource: timebase: mask: 0xffffffffffffffff max_cycles: 0x10a60dda894, max_idle_ns: 440795207041 ns [ 0.000022] clocksource: timebase mult[dda520] shift[24] registered [ 0.000142] Console: colour dummy device 80x25 [ 0.000706] console [tty0] enabled [ 0.000742] pid_max: default: 32768 minimum: 301 [ 0.000850] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes) [ 0.000874] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes) [ 0.003481] devtmpfs: initialized [ 0.006192] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns [ 0.006656] xor: measuring software checksum speed [ 0.016653] 8regs : 900.000 MB/sec [ 0.026469] 8regs_prefetch: 800.000 MB/sec [ 0.036517] 32regs : 1232.000 MB/sec [ 0.046586] 32regs_prefetch: 1084.000 MB/sec [ 0.046620] xor: using function: 32regs (1232.000 MB/sec) [ 0.046670] prandom: seed boundary self test passed [ 0.048727] prandom: 100 self tests passed [ 0.049561] NET: Registered protocol family 16 [ 0.054878] cpuidle: using governor ladder [ 0.056960] cpuidle: using governor menu [ 0.057399] 256k L2-cache enabled [ 0.057534] PCIE0: Checking link... [ 0.057551] PCIE0: Device detected, waiting for link... [ 0.057570] PCIE0: link is up ! [ 0.159785] PCI host bridge /plb/pciex at d00000000 (primary) ranges: [ 0.159835] MEM 0x0000000e00000000..0x0000000e7fffffff -> 0x0000000080000000 [ 0.159871] MEM 0x0000000f00000000..0x0000000f000fffff -> 0x0000000000000000 [ 0.159903] IO 0x0000000f80000000..0x0000000f8000ffff -> 0x0000000000000000 [ 0.159940] 4xx PCI DMA offset set to 0x00000000 [ 0.159958] 4xx PCI DMA window base to 0x0000000000000000 [ 0.159977] DMA window size 0x0000000080000000 [ 0.160011] PCIE0: successfully set as root-complex [ 0.160060] PCIE1: Checking link... [ 0.160076] PCIE1: Device detected, waiting for link... [ 0.160095] PCIE1: link is up ! [ 0.262146] PCI host bridge /plb/pciex at d20000000 (primary) ranges: [ 0.262188] MEM 0x0000000e80000000..0x0000000effffffff -> 0x0000000080000000 [ 0.262224] MEM 0x0000000f00100000..0x0000000f001fffff -> 0x0000000000000000 [ 0.262255] IO 0x0000000f80010000..0x0000000f8001ffff -> 0x0000000000000000 [ 0.262286] 4xx PCI DMA offset set to 0x00000000 [ 0.262303] 4xx PCI DMA window base to 0x0000000000000000 [ 0.262322] DMA window size 0x0000000080000000 [ 0.262353] PCIE1: successfully set as root-complex [ 0.262446] PCI host bridge /plb/pci at c0ec00000 (primary) ranges: [ 0.262475] MEM 0x0000000d80000000..0x0000000dffffffff -> 0x0000000080000000 [ 0.262511] MEM 0x0000000c0ee00000..0x0000000c0eefffff -> 0x0000000000000000 [ 0.262542] IO 0x0000000c08000000..0x0000000c0800ffff -> 0x0000000000000000 [ 0.262571] 4xx PCI DMA offset set to 0x00000000 [ 0.262589] 4xx PCI DMA window base to 0x0000000000000000 [ 0.262607] DMA window size 0x0000000080000000 [ 0.272382] PCI: Probing PCI hardware [ 0.272714] PCI host bridge to bus 0000:40 [ 0.272756] pci_bus 0000:40: root bus resource [io 0xfffc0000-0xfffcffff] (bus address [0x0000-0xffff]) [ 0.272824] pci_bus 0000:40: root bus resource [mem 0xe00000000-0xe7fffffff] (bus address [0x80000000-0xffffffff]) [ 0.272862] pci_bus 0000:40: root bus resource [mem 0xf00000000-0xf000fffff] (bus address [0x00000000-0x000fffff]) [ 0.272900] pci_bus 0000:40: root bus resource [bus 40-ff] [ 0.273031] PCI: Hiding 4xx host bridge resources 0000:40:00.0 [ 0.274890] pci 0000:40:00.0: PCI bridge to [bus 41-7f] [ 0.275008] pci 0000:41:00.0: bridge configuration invalid ([bus 02-02]), reconfiguring [ 0.275676] pci 0000:41:00.0: PCI bridge to [bus 42-ff] [ 0.275992] PCI host bridge to bus 0001:80 [ 0.276031] pci_bus 0001:80: root bus resource [io 0xfffe0000-0xfffeffff] (bus address [0x0000-0xffff]) [ 0.276067] pci_bus 0001:80: root bus resource [mem 0xe80000000-0xeffffffff] (bus address [0x80000000-0xffffffff]) [ 0.276104] pci_bus 0001:80: root bus resource [mem 0xf00100000-0xf001fffff] (bus address [0x00000000-0x000fffff]) [ 0.276139] pci_bus 0001:80: root bus resource [bus 80-ff] [ 0.276246] PCI: Hiding 4xx host bridge resources 0001:80:00.0 [ 0.278928] pci 0001:80:00.0: PCI bridge to [bus 81-bf] [ 0.279271] PCI host bridge to bus 0002:00 [ 0.279308] pci_bus 0002:00: root bus resource [io 0x0000-0xffff] [ 0.279334] pci_bus 0002:00: root bus resource [mem 0xd80000000-0xdffffffff] (bus address [0x80000000-0xffffffff]) [ 0.279371] pci_bus 0002:00: root bus resource [mem 0xc0ee00000-0xc0eefffff] (bus address [0x00000000-0x000fffff]) [ 0.279407] pci_bus 0002:00: root bus resource [bus 00-ff] [ 0.280308] pci 0000:40:00.0: BAR 7: assigned [io 0xfffc1000-0xfffc1fff] [ 0.280349] pci 0000:41:00.0: BAR 7: assigned [io 0xfffc1000-0xfffc1fff] [ 0.280376] pci 0000:42:00.0: BAR 1: assigned [io 0xfffc1000-0xfffc107f] [ 0.280406] pci 0000:42:00.0: BAR 0: assigned [io 0xfffc1080-0xfffc109f] [ 0.280434] pci 0000:41:00.0: PCI bridge to [bus 42] [ 0.280458] pci 0000:41:00.0: bridge window [io 0xfffc1000-0xfffc1fff] [ 0.280491] pci 0000:40:00.0: PCI bridge to [bus 41-7f] [ 0.280513] pci 0000:40:00.0: bridge window [io 0xfffc1000-0xfffc1fff] [ 0.280609] pci 0001:80:00.0: BAR 9: assigned [mem 0xe80000000-0xe8fffffff 64bit pref] [ 0.280642] pci 0001:80:00.0: BAR 8: assigned [mem 0xe90000000-0xe900fffff] [ 0.280667] pci 0001:80:00.0: BAR 7: assigned [io 0xfffe1000-0xfffe1fff] [ 0.280697] pci 0001:81:00.0: BAR 0: assigned [mem 0xe80000000-0xe8fffffff 64bit pref] [ 0.280737] pci 0001:81:00.0: BAR 2: assigned [mem 0xe90000000-0xe9003ffff 64bit] [ 0.280776] pci 0001:81:00.0: BAR 6: assigned [mem 0xe90040000-0xe9005ffff pref] [ 0.280809] pci 0001:81:00.1: BAR 0: assigned [mem 0xe90060000-0xe90063fff 64bit] [ 0.280847] pci 0001:81:00.0: BAR 4: assigned [io 0xfffe1000-0xfffe10ff] [ 0.280874] pci 0001:80:00.0: PCI bridge to [bus 81-bf] [ 0.280897] pci 0001:80:00.0: bridge window [io 0xfffe1000-0xfffe1fff] [ 0.280968] pci 0001:80:00.0: bridge window [mem 0xe90000000-0xe900fffff] [ 0.280997] pci 0001:80:00.0: bridge window [mem 0xe80000000-0xe8fffffff 64bit pref] [ 0.281097] pci 0002:00:06.0: BAR 0: assigned [mem 0xd80000000-0xd83ffffff] [ 0.281125] pci 0002:00:06.0: BAR 1: assigned [mem 0xd84000000-0xd841fffff] [ 0.281153] pci 0002:00:04.0: BAR 6: assigned [mem 0xd84200000-0xd8427ffff pref] [ 0.281185] pci 0002:00:04.0: BAR 5: assigned [mem 0xd84280000-0xd842801ff] [ 0.281211] pci 0002:00:04.0: BAR 4: assigned [io 0x1000-0x100f] [ 0.281236] pci 0002:00:04.0: BAR 0: assigned [io 0x1010-0x1017] [ 0.281262] pci 0002:00:04.0: BAR 2: assigned [io 0x1018-0x101f] [ 0.281287] pci 0002:00:04.0: BAR 1: assigned [io 0x1020-0x1023] [ 0.281312] pci 0002:00:04.0: BAR 3: assigned [io 0x1024-0x1027] [ 0.347855] raid6: int32x1 gen() 300 MB/s [ 0.364921] raid6: int32x1 xor() 171 MB/s [ 0.382048] raid6: int32x2 gen() 390 MB/s [ 0.399130] raid6: int32x2 xor() 236 MB/s [ 0.416336] raid6: int32x4 gen() 433 MB/s [ 0.433325] raid6: int32x4 xor() 246 MB/s [ 0.450479] raid6: int32x8 gen() 277 MB/s [ 0.467458] raid6: int32x8 xor() 205 MB/s [ 0.467483] raid6: using algorithm int32x4 gen() 433 MB/s [ 0.467501] raid6: .... xor() 246 MB/s, rmw enabled [ 0.467520] raid6: using intx1 recovery algorithm [ 0.468059] vgaarb: device added: PCI:0001:81:00.0,decodes=io+mem,owns=none,locks=none [ 0.468104] vgaarb: loaded [ 0.468120] vgaarb: bridge control possible 0001:81:00.0 [ 0.468614] SCSI subsystem initialized [ 0.469783] usbcore: registered new interface driver usbfs [ 0.469918] usbcore: registered new interface driver hub [ 0.470037] usbcore: registered new device driver usb [ 0.470470] pps_core: LinuxPPS API ver. 1 registered [ 0.470541] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti at linux.it> [ 0.470651] PTP clock support registered [ 0.471885] EDAC MC: Ver: 3.0.0 [ 0.472762] Advanced Linux Sound Architecture Driver Initialized. [ 0.473793] NET: Registered protocol family 23 [ 0.473892] Bluetooth: Core ver 2.21 [ 0.474007] NET: Registered protocol family 31 [ 0.474033] Bluetooth: HCI device and connection manager initialized [ 0.474063] Bluetooth: HCI socket layer initialized [ 0.474086] Bluetooth: L2CAP socket layer initialized [ 0.474128] Bluetooth: SCO socket layer initialized [ 0.474569] clocksource: Switched to clocksource timebase [ 0.490753] NET: Registered protocol family 2 [ 0.491337] TCP established hash table entries: 8192 (order: 3, 32768 bytes) [ 0.491473] TCP bind hash table entries: 8192 (order: 5, 163840 bytes) [ 0.491876] TCP: Hash tables configured (established 8192 bind 8192) [ 0.492030] UDP hash table entries: 512 (order: 2, 24576 bytes) [ 0.492105] UDP-Lite hash table entries: 512 (order: 2, 24576 bytes) [ 0.492425] NET: Registered protocol family 1 [ 0.493351] RPC: Registered named UNIX socket transport module. [ 0.493389] RPC: Registered udp transport module. [ 0.493407] RPC: Registered tcp transport module. [ 0.493425] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 0.494368] Could not remap bcsr [ 0.500435] genirq: Setting trigger mode 3 for irq 45 failed (uic_set_irq_type+0x0/0x160) [ 0.504079] futex hash table entries: 256 (order: 0, 7168 bytes) [ 0.505060] workingset: timestamp_bits=28 max_order=19 bucket_order=0 [ 0.521487] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.524415] ntfs: driver 2.1.32 [Flags: R/W]. [ 0.525107] fuse init (API version 7.24) [ 0.531510] async_tx: api initialized (async) [ 0.531701] bounce: pool size: 64 pages [ 0.531807] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 250) [ 0.531851] io scheduler noop registered [ 0.531875] io scheduler deadline registered [ 0.532057] io scheduler cfq registered (default) [ 0.534262] crc32: CRC_LE_BITS = 64, CRC_BE BITS = 64 [ 0.534292] crc32: self tests passed, processed 225944 bytes in 988400 nsec [ 0.535414] crc32c: CRC_LE_BITS = 64 [ 0.535437] crc32c: self tests passed, processed 225944 bytes in 494920 nsec [ 0.605085] crc32_combine: 8373 self tests passed [ 0.674856] crc32c_combine: 8373 self tests passed [ 0.674929] glob: 64 self-tests passed, 0 failed [ 0.675642] genirq: Setting trigger mode 3 for irq 45 failed (uic_set_irq_type+0x0/0x160) [ 0.774821] Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled [ 0.775987] console [ttyS0] disabled [ 0.796866] serial8250.0: ttyS0 at MMIO 0x4ef600300 (irq = 23, base_baud = 691200) is a U6_16550A [ 1.951668] console [ttyS0] enabled [ 1.976171] serial8250.0: ttyS1 at MMIO 0x4ef600400 (irq = 24, base_baud = 691200) is a U6_16550A [ 1.986431] console [ttyS0] disabled [ 0.000000] Using Canyonlands machine description [ 0.000000] Linux version 4.6.0-rc1-sam460ex-jm (root at julian-VirtualBox) (gcc version 5.3.1 20160205 (Ubuntu 5.3.1-8ubuntu2) ) #23 PREEMPT Mon Mar 28 18:52:14 AST 2016 [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000000000-0x000000002fffffff] [ 0.000000] Normal empty [ 0.000000] HighMem [mem 0x0000000030000000-0x000000007fffffff] [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000000000-0x000000007fffffff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x000000007fffffff] [ 0.000000] MMU: Allocated 1088 bytes of context maps for 255 contexts [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 522752 [ 0.000000] Kernel command line: root=/dev/sda8 console=ttyS0,115200 console=tty0 [ 0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes) [ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes) [ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes) [ 0.000000] Sorting __ex_table... [ 0.000000] allocated 2097152 bytes of page_ext [ 0.000000] Memory: 1997104K/2097152K available (8428K kernel code, 344K rwdata, 4220K rodata, 256K init, 1410K bss, 100048K reserved, 0K cma-reserved, 1310720K highmem) [ 0.000000] Kernel virtual memory layout: [ 0.000000] * 0xfffcf000..0xfffff000 : fixmap [ 0.000000] * 0xffc00000..0xffe00000 : highmem PTEs [ 0.000000] * 0xffa00000..0xffc00000 : consistent mem [ 0.000000] * 0xffa00000..0xffa00000 : early ioremap [ 0.000000] * 0xf1000000..0xffa00000 : vmalloc & ioremap [ 0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Preemptible hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 32. [ 0.000000] NR_IRQS:512 nr_irqs:512 16 [ 0.000000] UIC0 (32 IRQ sources) at DCR 0xc0 [ 0.000000] UIC1 (32 IRQ sources) at DCR 0xd0 [ 0.000000] UIC2 (32 IRQ sources) at DCR 0xe0 [ 0.000000] UIC3 (32 IRQ sources) at DCR 0xf0 [ 0.000012] clocksource: timebase: mask: 0xffffffffffffffff max_cycles: 0x10a60dda894, max_idle_ns: 440795207041 ns [ 0.000022] clocksource: timebase mult[dda520] shift[24] registered [ 0.000142] Console: colour dummy device 80x25 [ 0.000706] console [tty0] enabled [ 0.000742] pid_max: default: 32768 minimum: 301 [ 0.000850] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes) [ 0.000874] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes) [ 0.003481] devtmpfs: initialized [ 0.006192] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns [ 0.006656] xor: measuring software checksum speed [ 0.016653] 8regs : 900.000 MB/sec [ 0.026469] 8regs_prefetch: 800.000 MB/sec [ 0.036517] 32regs : 1232.000 MB/sec [ 0.046586] 32regs_prefetch: 1084.000 MB/sec [ 0.046620] xor: using function: 32regs (1232.000 MB/sec) [ 0.046670] prandom: seed boundary self test passed [ 0.048727] prandom: 100 self tests passed [ 0.049561] NET: Registered protocol family 16 [ 0.054878] cpuidle: using governor ladder [ 0.056960] cpuidle: using governor menu [ 0.057399] 256k L2-cache enabled [ 0.057534] PCIE0: Checking link... [ 0.057551] PCIE0: Device detected, waiting for link... [ 0.057570] PCIE0: link is up ! [ 0.159785] PCI host bridge /plb/pciex at d00000000 (primary) ranges: [ 0.159835] MEM 0x0000000e00000000..0x0000000e7fffffff -> 0x0000000080000000 [ 0.159871] MEM 0x0000000f00000000..0x0000000f000fffff -> 0x0000000000000000 [ 0.159903] IO 0x0000000f80000000..0x0000000f8000ffff -> 0x0000000000000000 [ 0.159940] 4xx PCI DMA offset set to 0x00000000 [ 0.159958] 4xx PCI DMA window base to 0x0000000000000000 [ 0.159977] DMA window size 0x0000000080000000 [ 0.160011] PCIE0: successfully set as root-complex [ 0.160060] PCIE1: Checking link... [ 0.160076] PCIE1: Device detected, waiting for link... [ 0.160095] PCIE1: link is up ! [ 0.262146] PCI host bridge /plb/pciex at d20000000 (primary) ranges: [ 0.262188] MEM 0x0000000e80000000..0x0000000effffffff -> 0x0000000080000000 [ 0.262224] MEM 0x0000000f00100000..0x0000000f001fffff -> 0x0000000000000000 [ 0.262255] IO 0x0000000f80010000..0x0000000f8001ffff -> 0x0000000000000000 [ 0.262286] 4xx PCI DMA offset set to 0x00000000 [ 0.262303] 4xx PCI DMA window base to 0x0000000000000000 [ 0.262322] DMA window size 0x0000000080000000 [ 0.262353] PCIE1: successfully set as root-complex [ 0.262446] PCI host bridge /plb/pci at c0ec00000 (primary) ranges: [ 0.262475] MEM 0x0000000d80000000..0x0000000dffffffff -> 0x0000000080000000 [ 0.262511] MEM 0x0000000c0ee00000..0x0000000c0eefffff -> 0x0000000000000000 [ 0.262542] IO 0x0000000c08000000..0x0000000c0800ffff -> 0x0000000000000000 [ 0.262571] 4xx PCI DMA offset set to 0x00000000 [ 0.262589] 4xx PCI DMA window base to 0x0000000000000000 [ 0.262607] DMA window size 0x0000000080000000 [ 0.272382] PCI: Probing PCI hardware [ 0.272714] PCI host bridge to bus 0000:40 [ 0.272756] pci_bus 0000:40: root bus resource [io 0xfffc0000-0xfffcffff] (bus address [0x0000-0xffff]) [ 0.272824] pci_bus 0000:40: root bus resource [mem 0xe00000000-0xe7fffffff] (bus address [0x80000000-0xffffffff]) [ 0.272862] pci_bus 0000:40: root bus resource [mem 0xf00000000-0xf000fffff] (bus address [0x00000000-0x000fffff]) [ 0.272900] pci_bus 0000:40: root bus resource [bus 40-ff] [ 0.273031] PCI: Hiding 4xx host bridge resources 0000:40:00.0 [ 0.274890] pci 0000:40:00.0: PCI bridge to [bus 41-7f] [ 0.275008] pci 0000:41:00.0: bridge configuration invalid ([bus 02-02]), reconfiguring [ 0.275676] pci 0000:41:00.0: PCI bridge to [bus 42-ff] [ 0.275992] PCI host bridge to bus 0001:80 [ 0.276031] pci_bus 0001:80: root bus resource [io 0xfffe0000-0xfffeffff] (bus address [0x0000-0xffff]) [ 0.276067] pci_bus 0001:80: root bus resource [mem 0xe80000000-0xeffffffff] (bus address [0x80000000-0xffffffff]) [ 0.276104] pci_bus 0001:80: root bus resource [mem 0xf00100000-0xf001fffff] (bus address [0x00000000-0x000fffff]) [ 0.276139] pci_bus 0001:80: root bus resource [bus 80-ff] [ 0.276246] PCI: Hiding 4xx host bridge resources 0001:80:00.0 [ 0.278928] pci 0001:80:00.0: PCI bridge to [bus 81-bf] [ 0.279271] PCI host bridge to bus 0002:00 [ 0.279308] pci_bus 0002:00: root bus resource [io 0x0000-0xffff] [ 0.279334] pci_bus 0002:00: root bus resource [mem 0xd80000000-0xdffffffff] (bus address [0x80000000-0xffffffff]) [ 0.279371] pci_bus 0002:00: root bus resource [mem 0xc0ee00000-0xc0eefffff] (bus address [0x00000000-0x000fffff]) [ 0.279407] pci_bus 0002:00: root bus resource [bus 00-ff] [ 0.280308] pci 0000:40:00.0: BAR 7: assigned [io 0xfffc1000-0xfffc1fff] [ 0.280349] pci 0000:41:00.0: BAR 7: assigned [io 0xfffc1000-0xfffc1fff] [ 0.280376] pci 0000:42:00.0: BAR 1: assigned [io 0xfffc1000-0xfffc107f] [ 0.280406] pci 0000:42:00.0: BAR 0: assigned [io 0xfffc1080-0xfffc109f] [ 0.280434] pci 0000:41:00.0: PCI bridge to [bus 42] [ 0.280458] pci 0000:41:00.0: bridge window [io 0xfffc1000-0xfffc1fff] [ 0.280491] pci 0000:40:00.0: PCI bridge to [bus 41-7f] [ 0.280513] pci 0000:40:00.0: bridge window [io 0xfffc1000-0xfffc1fff] [ 0.280609] pci 0001:80:00.0: BAR 9: assigned [mem 0xe80000000-0xe8fffffff 64bit pref] [ 0.280642] pci 0001:80:00.0: BAR 8: assigned [mem 0xe90000000-0xe900fffff] [ 0.280667] pci 0001:80:00.0: BAR 7: assigned [io 0xfffe1000-0xfffe1fff] [ 0.280697] pci 0001:81:00.0: BAR 0: assigned [mem 0xe80000000-0xe8fffffff 64bit pref] [ 0.280737] pci 0001:81:00.0: BAR 2: assigned [mem 0xe90000000-0xe9003ffff 64bit] [ 0.280776] pci 0001:81:00.0: BAR 6: assigned [mem 0xe90040000-0xe9005ffff pref] [ 0.280809] pci 0001:81:00.1: BAR 0: assigned [mem 0xe90060000-0xe90063fff 64bit] [ 0.280847] pci 0001:81:00.0: BAR 4: assigned [io 0xfffe1000-0xfffe10ff] [ 0.280874] pci 0001:80:00.0: PCI bridge to [bus 81-bf] [ 0.280897] pci 0001:80:00.0: bridge window [io 0xfffe1000-0xfffe1fff] [ 0.280968] pci 0001:80:00.0: bridge window [mem 0xe90000000-0xe900fffff] [ 0.280997] pci 0001:80:00.0: bridge window [mem 0xe80000000-0xe8fffffff 64bit pref] [ 0.281097] pci 0002:00:06.0: BAR 0: assigned [mem 0xd80000000-0xd83ffffff] [ 0.281125] pci 0002:00:06.0: BAR 1: assigned [mem 0xd84000000-0xd841fffff] [ 0.281153] pci 0002:00:04.0: BAR 6: assigned [mem 0xd84200000-0xd8427ffff pref] [ 0.281185] pci 0002:00:04.0: BAR 5: assigned [mem 0xd84280000-0xd842801ff] [ 0.281211] pci 0002:00:04.0: BAR 4: assigned [io 0x1000-0x100f] [ 0.281236] pci 0002:00:04.0: BAR 0: assigned [io 0x1010-0x1017] [ 0.281262] pci 0002:00:04.0: BAR 2: assigned [io 0x1018-0x101f] [ 0.281287] pci 0002:00:04.0: BAR 1: assigned [io 0x1020-0x1023] [ 0.281312] pci 0002:00:04.0: BAR 3: assigned [io 0x1024-0x1027] [ 0.347855] raid6: int32x1 gen() 300 MB/s [ 0.364921] raid6: int32x1 xor() 171 MB/s [ 0.382048] raid6: int32x2 gen() 390 MB/s [ 0.399130] raid6: int32x2 xor() 236 MB/s [ 0.416336] raid6: int32x4 gen() 433 MB/s [ 0.433325] raid6: int32x4 xor() 246 MB/s [ 0.450479] raid6: int32x8 gen() 277 MB/s [ 0.467458] raid6: int32x8 xor() 205 MB/s [ 0.467483] raid6: using algorithm int32x4 gen() 433 MB/s [ 0.467501] raid6: .... xor() 246 MB/s, rmw enabled [ 0.467520] raid6: using intx1 recovery algorithm [ 0.468059] vgaarb: device added: PCI:0001:81:00.0,decodes=io+mem,owns=none,locks=none [ 0.468104] vgaarb: loaded [ 0.468120] vgaarb: bridge control possible 0001:81:00.0 [ 0.468614] SCSI subsystem initialized [ 0.469783] usbcore: registered new interface driver usbfs [ 0.469918] usbcore: registered new interface driver hub [ 0.470037] usbcore: registered new device driver usb [ 0.470470] pps_core: LinuxPPS API ver. 1 registered [ 0.470541] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti at linux.it> [ 0.470651] PTP clock support registered [ 0.471885] EDAC MC: Ver: 3.0.0 [ 0.472762] Advanced Linux Sound Architecture Driver Initialized. [ 0.473793] NET: Registered protocol family 23 [ 0.473892] Bluetooth: Core ver 2.21 [ 0.474007] NET: Registered protocol family 31 [ 0.474033] Bluetooth: HCI device and connection manager initialized [ 0.474063] Bluetooth: HCI socket layer initialized [ 0.474086] Bluetooth: L2CAP socket layer initialized [ 0.474128] Bluetooth: SCO socket layer initialized [ 0.474569] clocksource: Switched to clocksource timebase [ 0.490753] NET: Registered protocol family 2 [ 0.491337] TCP established hash table entries: 8192 (order: 3, 32768 bytes) [ 0.491473] TCP bind hash table entries: 8192 (order: 5, 163840 bytes) [ 0.491876] TCP: Hash tables configured (established 8192 bind 8192) [ 0.492030] UDP hash table entries: 512 (order: 2, 24576 bytes) [ 0.492105] UDP-Lite hash table entries: 512 (order: 2, 24576 bytes) [ 0.492425] NET: Registered protocol family 1 [ 0.493351] RPC: Registered named UNIX socket transport module. [ 0.493389] RPC: Registered udp transport module. [ 0.493407] RPC: Registered tcp transport module. [ 0.493425] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 0.494368] Could not remap bcsr [ 0.500435] genirq: Setting trigger mode 3 for irq 45 failed (uic_set_irq_type+0x0/0x160) [ 0.504079] futex hash table entries: 256 (order: 0, 7168 bytes) [ 0.505060] workingset: timestamp_bits=28 max_order=19 bucket_order=0 [ 0.521487] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.524415] ntfs: driver 2.1.32 [Flags: R/W]. [ 0.525107] fuse init (API version 7.24) [ 0.531510] async_tx: api initialized (async) [ 0.531701] bounce: pool size: 64 pages [ 0.531807] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 250) [ 0.531851] io scheduler noop registered [ 0.531875] io scheduler deadline registered [ 0.532057] io scheduler cfq registered (default) [ 0.534262] crc32: CRC_LE_BITS = 64, CRC_BE BITS = 64 [ 0.534292] crc32: self tests passed, processed 225944 bytes in 988400 nsec [ 0.535414] crc32c: CRC_LE_BITS = 64 [ 0.535437] crc32c: self tests passed, processed 225944 bytes in 494920 nsec [ 0.605085] crc32_combine: 8373 self tests passed [ 0.674856] crc32c_combine: 8373 self tests passed [ 0.674929] glob: 64 self-tests passed, 0 failed [ 0.675642] genirq: Setting trigger mode 3 for irq 45 failed (uic_set_irq_type+0x0/0x160) [ 0.774821] Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled [ 0.775987] console [ttyS0] disabled [ 0.796866] serial8250.0: ttyS0 at MMIO 0x4ef600300 (irq = 23, base_baud = 691200) is a U6_16550A [ 1.951668] console [ttyS0] enabled [ 1.976171] serial8250.0: ttyS1 at MMIO 0x4ef600400 (irq = 24, base_baud = 691200) is a U6_16550A [ 1.986431] console [ttyS0] disabled [ 1.990369] 4ef600300.serial: ttyS0 at MMIO 0x4ef600300 (irq = 23, base_baud = 691200) is a 16550 [ 3.169883] console [ttyS0] enabled [ 3.174277] 4ef600400.serial: ttyS1 at MMIO 0x4ef600400 (irq = 24, base_baud = 691200) is a 16550 [ 3.183787] ePAPR hypervisor byte channel driver [ 3.188972] Generic non-volatile memory driver v1.1 [ 3.194438] [drm] Initialized drm 1.1.0 20060810 [ 3.199372] [drm] radeon kernel modesetting enabled. [ 3.205462] [drm] initializing kernel modesetting (VERDE 0x1002:0x683F 0x1545:0x7750). [ 3.213689] [drm] register mmio base: 0xe90000000 [ 3.218458] [drm] register mmio size: 262144 [ 3.554740] ATOM BIOS: C44501 [ 3.558026] radeon 0001:81:00.0: VRAM: 1024M 0x0000000000000000 - 0x000000003FFFFFFF (1024M used) [ 3.566959] radeon 0001:81:00.0: GTT: 2048M 0x0000000040000000 - 0x00000000BFFFFFFF [ 3.574644] [drm] Detected VRAM RAM=1024M, BAR=256M [ 3.579546] [drm] RAM width 128bits DDR [ 3.583601] [TTM] Zone kernel: Available graphics memory: 376678 kiB [ 3.590080] [TTM] Zone highmem: Available graphics memory: 1032038 kiB [ 3.596635] [TTM] Initializing pool allocator [ 3.601033] [TTM] Initializing DMA pool allocator [ 3.605853] [drm] radeon: 1024M of VRAM memory ready [ 3.610859] [drm] radeon: 2048M of GTT memory ready. [ 3.615889] [drm] Loading verde Microcode [ 3.619951] [drm] Internal thermal controller with fan control [ 3.626115] [drm] probing gen 2 caps for device aaa1:bed1 = 18cc41/0 [ 3.675310] [drm] radeon: dpm initialized [ 3.681856] [drm] Found VCE firmware/feedback version 50.0.1 / 17! [ 3.688122] [drm] GART: num cpu pages 524288, num gpu pages 524288 [ 3.704820] [drm] probing gen 2 caps for device aaa1:bed1 = 18cc41/0 [ 3.762929] [drm] PCIE GART of 2048M enabled (table at 0x00000000002E8000). [ 3.770247] radeon 0001:81:00.0: WB enabled [ 3.774487] radeon 0001:81:00.0: fence driver on ring 0 use gpu addr 0x0000000040000c00 and cpu addr 0xee987c00 [ 3.784612] radeon 0001:81:00.0: fence driver on ring 1 use gpu addr 0x0000000040000c04 and cpu addr 0xee987c04 [ 3.794742] radeon 0001:81:00.0: fence driver on ring 2 use gpu addr 0x0000000040000c08 and cpu addr 0xee987c08 [ 3.804864] radeon 0001:81:00.0: fence driver on ring 3 use gpu addr 0x0000000040000c0c and cpu addr 0xee987c0c [ 3.814985] radeon 0001:81:00.0: fence driver on ring 4 use gpu addr 0x0000000040000c10 and cpu addr 0xee987c10 [ 3.856457] radeon 0001:81:00.0: fence driver on ring 5 use gpu addr 0x0000000000075a18 and cpu addr 0xf90b5a18 [ 3.893593] radeon 0001:81:00.0: fence driver on ring 6 use gpu addr 0x0000000040000c18 and cpu addr 0xee987c18 [ 3.903763] radeon 0001:81:00.0: fence driver on ring 7 use gpu addr 0x0000000040000c1c and cpu addr 0xee987c1c [ 3.913891] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013). [ 3.920525] [drm] Driver supports precise vblank timestamp query. [ 3.926641] radeon 0001:81:00.0: radeon: MSI limited to 32-bit [ 3.932516] ppc4xx_setup_msi_irqs: fail allocating msi interrupt [ 3.938611] [drm] radeon: irq initialized. [ 4.698379] [drm:r600_ring_test] *ERROR* radeon: ring 0 test failed (scratch(0x850C)=0xCAFEDEAD) [ 4.707232] radeon 0001:81:00.0: disabling GPU acceleration [ 4.916252] [drm] Radeon Display Connectors [ 4.920847] [drm] Connector 0: [ 4.924036] [drm] HDMI-A-1 [ 4.927004] [drm] HPD4 [ 4.929593] [drm] DDC: 0x6570 0x6570 0x6574 0x6574 0x6578 0x6578 0x657c 0x657c [ 4.937042] [drm] Encoders: [ 4.940039] [drm] DFP1: INTERNAL_UNIPHY2 [ 4.944329] [drm] Connector 1: [ 4.947401] [drm] DVI-I-1 [ 4.950213] [drm] HPD2 [ 4.952769] [drm] DDC: 0x6560 0x6560 0x6564 0x6564 0x6568 0x6568 0x656c 0x656c [ 4.960195] [drm] Encoders: [ 4.963182] [drm] DFP2: INTERNAL_UNIPHY [ 4.967383] [drm] CRT1: INTERNAL_KLDSCP_DAC1 [ 4.972377] ------------[ cut here ]------------ [ 4.977036] WARNING: CPU: 0 PID: 1 at drivers/gpu/drm/drm_irq.c:1368 drm_vblank_off+0x2c/0x1e0 [ 4.985667] Modules linked in: [ 4.988745] CPU: 0 PID: 1 Comm: swapper Not tainted 4.6.0-rc1-sam460ex-jm #23 [ 4.995895] task: ea850000 ti: ea846000 task.ti: ea846000 [ 5.001310] NIP: c03c057c LR: c03ec780 CTR: c03eec50 [ 5.006293] REGS: ea847b40 TRAP: 0700 Not tainted (4.6.0-rc1-sam460ex-jm) [ 5.013357] MSR: 00029000 <CE,EE,ME> CR: 48008222 XER: 20000000 [ 5.019564] GPR00: c03ec780 ea847bf0 ea850000 ea9c9000 00000000 00000000 00000000 ffb45f60 GPR08: eab78000 00000000 00000001 ea847cb0 28008222 00000000 c0bc0000 c0bc532a GPR16: c0bc5340 c0bc5356 c0bc536c c0bc5382 c0bc5397 00000002 c0bc51a5 c0bc5249 GPR24: c0bc51ca ea9c928c c0e30000 eab78504 00000000 ea9c9000 eab78000 ee98b000 [ 5.049818] NIP [c03c057c] drm_vblank_off+0x2c/0x1e0 [ 5.054808] LR [c03ec780] atombios_crtc_dpms+0x90/0xf0 [ 5.059954] Call Trace: [ 5.062413] [ea847bf0] [00000002] 0x2 (unreliable) [ 5.067250] [ea847c40] [c03ec780] atombios_crtc_dpms+0x90/0xf0 [ 5.073110] [ea847c60] [c03eec74] atombios_crtc_disable+0x24/0x2a4 [ 5.079317] [ea847cb0] [c03abb8c] __drm_helper_disable_unused_functions+0x9c/0xd0 [ 5.086833] [ea847cd0] [c03abbe0] drm_helper_disable_unused_functions+0x20/0x38 [ 5.094185] [ea847ce0] [c040e3c4] radeon_fbdev_init+0xd0/0x114 [ 5.100046] [ea847d00] [c04085fc] radeon_modeset_init+0x5a8/0x938 [ 5.106164] [ea847d60] [c03e5ebc] radeon_driver_load_kms+0xcc/0x134 [ 5.112459] [ea847d80] [c03c1a5c] drm_dev_register+0x84/0xc8 [ 5.118145] [ea847da0] [c03c3b54] drm_get_pci_dev+0xf4/0x18c [ 5.123837] [ea847dc0] [c0357f44] pci_device_probe+0x78/0xcc [ 5.129526] [ea847de0] [c04ce61c] driver_probe_device+0x124/0x264 [ 5.135643] [ea847e00] [c04ce7e4] __driver_attach+0x88/0xb0 [ 5.141252] [ea847e20] [c04ccbc4] bus_for_each_dev+0x90/0xa0 [ 5.146937] [ea847e50] [c04cdc64] bus_add_driver+0xe0/0x1f0 [ 5.152536] [ea847e70] [c04ceee0] driver_register+0xb4/0xf8 [ 5.158137] [ea847e90] [c00015f8] do_one_initcall+0x11c/0x1a0 [ 5.163914] [ea847f00] [c0c5fa9c] kernel_init_freeable+0x130/0x1cc [ 5.170122] [ea847f30] [c0001bf4] kernel_init+0x14/0x108 [ 5.175464] [ea847f40] [c000b1d4] ret_from_kernel_thread+0x5c/0x64 [ 5.181664] Instruction dump: [ 5.184652] 4bfffdf0 9421ffb0 1d240084 7c0802a6 be61001c 90010054 83e3010c 7fff4a14 [ 5.192532] 81230160 7d492010 7d4a5110 394a0001 <0f0a0000> 7f844840 409c01a4 3ae3013c [ 5.200611] ---[ end trace fb371effa06ff910 ]--- [ 5.206661] ------------[ cut here ]------------ [ 5.211319] WARNING: CPU: 0 PID: 1 at drivers/gpu/drm/drm_irq.c:1368 drm_vblank_off+0x2c/0x1e0 [ 5.219955] Modules linked in: [ 5.223032] CPU: 0 PID: 1 Comm: swapper Tainted: G W 4.6.0-rc1-sam460ex-jm #23 [ 5.231406] task: ea850000 ti: ea846000 task.ti: ea846000 [ 5.236822] NIP: c03c057c LR: c03ec780 CTR: c03eec50 [ 5.241797] REGS: ea847b40 TRAP: 0700 Tainted: G W (4.6.0-rc1-sam460ex-jm) [ 5.250084] MSR: 00029000 <CE,EE,ME> CR: 48008222 XER: 20000000 [ 5.256291] GPR00: c03ec780 ea847bf0 ea850000 ea9c9000 00000001 000000ff eab784ec ea9a3000 GPR08: 00000006 00000000 00000001 ea847cb0 28008222 00000000 c0bc0000 c0bc532a GPR16: c0bc5340 c0bc5356 c0bc536c c0bc5382 c0bc5397 00000002 c0bc51a5 c0bc5249 GPR24: c0bc51ca ea9c928c c0e30000 eab78504 00000000 ea9c9000 eab78000 ee98b084 [ 5.286546] NIP [c03c057c] drm_vblank_off+0x2c/0x1e0 [ 5.291533] LR [c03ec780] atombios_crtc_dpms+0x90/0xf0 [ 5.296682] Call Trace: [ 5.299147] [ea847bf0] [c08aeaa4] atombios_helper_funcs+0x0/0x218 (unreliable) [ 5.306416] [ea847c40] [c03ec780] atombios_crtc_dpms+0x90/0xf0 [ 5.312276] [ea847c60] [c03eec74] atombios_crtc_disable+0x24/0x2a4 [ 5.318483] [ea847cb0] [c03abb8c] __drm_helper_disable_unused_functions+0x9c/0xd0 [ 5.326000] [ea847cd0] [c03abbe0] drm_helper_disable_unused_functions+0x20/0x38 [ 5.333351] [ea847ce0] [c040e3c4] radeon_fbdev_init+0xd0/0x114 [ 5.339212] [ea847d00] [c04085fc] radeon_modeset_init+0x5a8/0x938 [ 5.345331] [ea847d60] [c03e5ebc] radeon_driver_load_kms+0xcc/0x134 [ 5.351625] [ea847d80] [c03c1a5c] drm_dev_register+0x84/0xc8 [ 5.357311] [ea847da0] [c03c3b54] drm_get_pci_dev+0xf4/0x18c [ 5.362999] [ea847dc0] [c0357f44] pci_device_probe+0x78/0xcc [ 5.368682] [ea847de0] [c04ce61c] driver_probe_device+0x124/0x264 [ 5.374802] [ea847e00] [c04ce7e4] __driver_attach+0x88/0xb0 [ 5.380404] [ea847e20] [c04ccbc4] bus_for_each_dev+0x90/0xa0 [ 5.386086] [ea847e50] [c04cdc64] bus_add_driver+0xe0/0x1f0 [ 5.391686] [ea847e70] [c04ceee0] driver_register+0xb4/0xf8 [ 5.397285] [ea847e90] [c00015f8] do_one_initcall+0x11c/0x1a0 [ 5.403059] [ea847f00] [c0c5fa9c] kernel_init_freeable+0x130/0x1cc [ 5.409263] [ea847f30] [c0001bf4] kernel_init+0x14/0x108 [ 5.414605] [ea847f40] [c000b1d4] ret_from_kernel_thread+0x5c/0x64 [ 5.420804] Instruction dump: [ 5.423793] 4bfffdf0 9421ffb0 1d240084 7c0802a6 be61001c 90010054 83e3010c 7fff4a14 [ 5.431673] 81230160 7d492010 7d4a5110 394a0001 <0f0a0000> 7f844840 409c01a4 3ae3013c [ 5.439730] ---[ end trace fb371effa06ff911 ]--- [ 5.444490] ------------[ cut here ]------------ [ 5.449139] WARNING: CPU: 0 PID: 1 at drivers/gpu/drm/drm_irq.c:1368 drm_vblank_off+0x2c/0x1e0 [ 5.457775] Modules linked in: [ 5.460853] CPU: 0 PID: 1 Comm: swapper Tainted: G W 4.6.0-rc1-sam460ex-jm #23 [ 5.469227] task: ea850000 ti: ea846000 task.ti: ea846000 [ 5.474643] NIP: c03c057c LR: c03ec780 CTR: c03eec50 [ 5.479626] REGS: ea847b40 TRAP: 0700 Tainted: G W (4.6.0-rc1-sam460ex-jm) [ 5.487915] MSR: 00029000 <CE,EE,ME> CR: 48008422 XER: 20000000 [ 5.494121] GPR00: c03ec780 ea847bf0 ea850000 ea9c9000 00000002 000000ff eab784ec ea9a3000 GPR08: 00000006 00000000 00000001 ea847cb0 28008422 00000000 c0bc0000 c0bc532a GPR16: c0bc5340 c0bc5356 c0bc536c c0bc5382 c0bc5397 00000002 c0bc51a5 c0bc5249 GPR24: c0bc51ca ea9c928c c0e30000 eab78504 00000000 ea9c9000 eab78000 ee98b108 [ 5.524376] NIP [c03c057c] drm_vblank_off+0x2c/0x1e0 [ 5.529361] LR [c03ec780] atombios_crtc_dpms+0x90/0xf0 [ 5.534511] Call Trace: [ 5.536974] [ea847bf0] [c08aeaa4] atombios_helper_funcs+0x0/0x218 (unreliable) [ 5.544238] [ea847c40] [c03ec780] atombios_crtc_dpms+0x90/0xf0 [ 5.550097] [ea847c60] [c03eec74] atombios_crtc_disable+0x24/0x2a4 [ 5.556304] [ea847cb0] [c03abb8c] __drm_helper_disable_unused_functions+0x9c/0xd0 [ 5.563821] [ea847cd0] [c03abbe0] drm_helper_disable_unused_functions+0x20/0x38 [ 5.571170] [ea847ce0] [c040e3c4] radeon_fbdev_init+0xd0/0x114 [ 5.577033] [ea847d00] [c04085fc] radeon_modeset_init+0x5a8/0x938 [ 5.583152] [ea847d60] [c03e5ebc] radeon_driver_load_kms+0xcc/0x134 [ 5.589446] [ea847d80] [c03c1a5c] drm_dev_register+0x84/0xc8 [ 5.595132] [ea847da0] [c03c3b54] drm_get_pci_dev+0xf4/0x18c [ 5.600820] [ea847dc0] [c0357f44] pci_device_probe+0x78/0xcc [ 5.606504] [ea847de0] [c04ce61c] driver_probe_device+0x124/0x264 [ 5.612622] [ea847e00] [c04ce7e4] __driver_attach+0x88/0xb0 [ 5.618225] [ea847e20] [c04ccbc4] bus_for_each_dev+0x90/0xa0 [ 5.623907] [ea847e50] [c04cdc64] bus_add_driver+0xe0/0x1f0 [ 5.629506] [ea847e70] [c04ceee0] driver_register+0xb4/0xf8 [ 5.635106] [ea847e90] [c00015f8] do_one_initcall+0x11c/0x1a0 [ 5.640879] [ea847f00] [c0c5fa9c] kernel_init_freeable+0x130/0x1cc [ 5.647085] [ea847f30] [c0001bf4] kernel_init+0x14/0x108 [ 5.652424] [ea847f40] [c000b1d4] ret_from_kernel_thread+0x5c/0x64 [ 5.658625] Instruction dump: [ 5.661613] 4bfffdf0 9421ffb0 1d240084 7c0802a6 be61001c 90010054 83e3010c 7fff4a14 [ 5.669494] 81230160 7d492010 7d4a5110 394a0001 <0f0a0000> 7f844840 409c01a4 3ae3013c [ 5.677551] ---[ end trace fb371effa06ff912 ]--- [ 5.682311] ------------[ cut here ]------------ [ 5.686960] WARNING: CPU: 0 PID: 1 at drivers/gpu/drm/drm_irq.c:1368 drm_vblank_off+0x2c/0x1e0 [ 5.695596] Modules linked in: [ 5.698674] CPU: 0 PID: 1 Comm: swapper Tainted: G W 4.6.0-rc1-sam460ex-jm #23 [ 5.707048] task: ea850000 ti: ea846000 task.ti: ea846000 [ 5.712464] NIP: c03c057c LR: c03ec780 CTR: c03eec50 [ 5.717439] REGS: ea847b40 TRAP: 0700 Tainted: G W (4.6.0-rc1-sam460ex-jm) [ 5.725726] MSR: 00029000 <CE,EE,ME> CR: 48008422 XER: 20000000 [ 5.731933] GPR00: c03ec780 ea847bf0 ea850000 ea9c9000 00000003 000000ff eab784ec ea9a3000 GPR08: 00000006 00000000 00000001 ea847cb0 28008422 00000000 c0bc0000 c0bc532a GPR16: c0bc5340 c0bc5356 c0bc536c c0bc5382 c0bc5397 00000002 c0bc51a5 c0bc5249 GPR24: c0bc51ca ea9c928c c0e30000 eab78504 00000000 ea9c9000 eab78000 ee98b18c [ 5.762188] NIP [c03c057c] drm_vblank_off+0x2c/0x1e0 [ 5.767174] LR [c03ec780] atombios_crtc_dpms+0x90/0xf0 [ 5.772324] Call Trace: [ 5.774787] [ea847bf0] [c08aeaa4] atombios_helper_funcs+0x0/0x218 (unreliable) [ 5.782049] [ea847c40] [c03ec780] atombios_crtc_dpms+0x90/0xf0 [ 5.787910] [ea847c60] [c03eec74] atombios_crtc_disable+0x24/0x2a4 [ 5.794116] [ea847cb0] [c03abb8c] __drm_helper_disable_unused_functions+0x9c/0xd0 [ 5.801634] [ea847cd0] [c03abbe0] drm_helper_disable_unused_functions+0x20/0x38 [ 5.808982] [ea847ce0] [c040e3c4] radeon_fbdev_init+0xd0/0x114 [ 5.814846] [ea847d00] [c04085fc] radeon_modeset_init+0x5a8/0x938 [ 5.820964] [ea847d60] [c03e5ebc] radeon_driver_load_kms+0xcc/0x134 [ 5.827259] [ea847d80] [c03c1a5c] drm_dev_register+0x84/0xc8 [ 5.832944] [ea847da0] [c03c3b54] drm_get_pci_dev+0xf4/0x18c [ 5.838633] [ea847dc0] [c0357f44] pci_device_probe+0x78/0xcc [ 5.844316] [ea847de0] [c04ce61c] driver_probe_device+0x124/0x264 [ 5.850435] [ea847e00] [c04ce7e4] __driver_attach+0x88/0xb0 [ 5.856037] [ea847e20] [c04ccbc4] bus_for_each_dev+0x90/0xa0 [ 5.861719] [ea847e50] [c04cdc64] bus_add_driver+0xe0/0x1f0 [ 5.867319] [ea847e70] [c04ceee0] driver_register+0xb4/0xf8 [ 5.872918] [ea847e90] [c00015f8] do_one_initcall+0x11c/0x1a0 [ 5.878692] [ea847f00] [c0c5fa9c] kernel_init_freeable+0x130/0x1cc [ 5.884897] [ea847f30] [c0001bf4] kernel_init+0x14/0x108 [ 5.890237] [ea847f40] [c000b1d4] ret_from_kernel_thread+0x5c/0x64 [ 5.896438] Instruction dump: [ 5.899425] 4bfffdf0 9421ffb0 1d240084 7c0802a6 be61001c 90010054 83e3010c 7fff4a14 [ 5.907306] 81230160 7d492010 7d4a5110 394a0001 <0f0a0000> 7f844840 409c01a4 3ae3013c [ 5.915363] ---[ end trace fb371effa06ff913 ]--- [ 5.920123] ------------[ cut here ]------------ [ 5.924772] WARNING: CPU: 0 PID: 1 at drivers/gpu/drm/drm_irq.c:1368 drm_vblank_off+0x2c/0x1e0 [ 5.933409] Modules linked in: [ 5.936486] CPU: 0 PID: 1 Comm: swapper Tainted: G W 4.6.0-rc1-sam460ex-jm #23 [ 5.944861] task: ea850000 ti: ea846000 task.ti: ea846000 [ 5.950277] NIP: c03c057c LR: c03ec780 CTR: c03eec50 [ 5.955260] REGS: ea847b40 TRAP: 0700 Tainted: G W (4.6.0-rc1-sam460ex-jm) [ 5.963548] MSR: 00029000 <CE,EE,ME> CR: 48008422 XER: 20000000 [ 5.969754] GPR00: c03ec780 ea847bf0 ea850000 ea9c9000 00000004 000000ff eab784ec ea9a3000 GPR08: 00000006 00000000 00000001 ea847cb0 28008422 00000000 c0bc0000 c0bc532a GPR16: c0bc5340 c0bc5356 c0bc536c c0bc5382 c0bc5397 00000002 c0bc51a5 c0bc5249 GPR24: c0bc51ca ea9c928c c0e30000 eab78504 00000000 ea9c9000 eab78000 ee98b210 [ 6.000009] NIP [c03c057c] drm_vblank_off+0x2c/0x1e0 [ 6.004994] LR [c03ec780] atombios_crtc_dpms+0x90/0xf0 [ 6.010145] Call Trace: [ 6.012607] [ea847bf0] [c08aeaa4] atombios_helper_funcs+0x0/0x218 (unreliable) [ 6.019871] [ea847c40] [c03ec780] atombios_crtc_dpms+0x90/0xf0 [ 6.025731] [ea847c60] [c03eec74] atombios_crtc_disable+0x24/0x2a4 [ 6.031938] [ea847cb0] [c03abb8c] __drm_helper_disable_unused_functions+0x9c/0xd0 [ 6.039455] [ea847cd0] [c03abbe0] drm_helper_disable_unused_functions+0x20/0x38 [ 6.046804] [ea847ce0] [c040e3c4] radeon_fbdev_init+0xd0/0x114 [ 6.052667] [ea847d00] [c04085fc] radeon_modeset_init+0x5a8/0x938 [ 6.058786] [ea847d60] [c03e5ebc] radeon_driver_load_kms+0xcc/0x134 [ 6.065080] [ea847d80] [c03c1a5c] drm_dev_register+0x84/0xc8 [ 6.070766] [ea847da0] [c03c3b54] drm_get_pci_dev+0xf4/0x18c [ 6.076454] [ea847dc0] [c0357f44] pci_device_probe+0x78/0xcc [ 6.082137] [ea847de0] [c04ce61c] driver_probe_device+0x124/0x264 [ 6.088256] [ea847e00] [c04ce7e4] __driver_attach+0x88/0xb0 [ 6.093859] [ea847e20] [c04ccbc4] bus_for_each_dev+0x90/0xa0 [ 6.099541] [ea847e50] [c04cdc64] bus_add_driver+0xe0/0x1f0 [ 6.105140] [ea847e70] [c04ceee0] driver_register+0xb4/0xf8 [ 6.110739] [ea847e90] [c00015f8] do_one_initcall+0x11c/0x1a0 [ 6.116513] [ea847f00] [c0c5fa9c] kernel_init_freeable+0x130/0x1cc [ 6.122718] [ea847f30] [c0001bf4] kernel_init+0x14/0x108 [ 6.128057] [ea847f40] [c000b1d4] ret_from_kernel_thread+0x5c/0x64 [ 6.134260] Instruction dump: [ 6.137246] 4bfffdf0 9421ffb0 1d240084 7c0802a6 be61001c 90010054 83e3010c 7fff4a14 [ 6.145128] 81230160 7d492010 7d4a5110 394a0001 <0f0a0000> 7f844840 409c01a4 3ae3013c [ 6.153184] ---[ end trace fb371effa06ff914 ]--- [ 6.157947] ------------[ cut here ]------------ [ 6.162602] WARNING: CPU: 0 PID: 1 at drivers/gpu/drm/drm_irq.c:1368 drm_vblank_off+0x2c/0x1e0 [ 6.171238] Modules linked in: [ 6.174316] CPU: 0 PID: 1 Comm: swapper Tainted: G W 4.6.0-rc1-sam460ex-jm #23 [ 6.182691] task: ea850000 ti: ea846000 task.ti: ea846000 [ 6.188106] NIP: c03c057c LR: c03ec780 CTR: c03eec50 [ 6.193081] REGS: ea847b40 TRAP: 0700 Tainted: G W (4.6.0-rc1-sam460ex-jm) [ 6.201370] MSR: 00029000 <CE,EE,ME> CR: 48008422 XER: 20000000 [ 6.207575] GPR00: c03ec780 ea847bf0 ea850000 ea9c9000 00000005 000000ff eab784ec ea9a3000 GPR08: 00000006 00000000 00000001 ea847cb0 28008422 00000000 c0bc0000 c0bc532a GPR16: c0bc5340 c0bc5356 c0bc536c c0bc5382 c0bc5397 00000002 c0bc51a5 c0bc5249 GPR24: c0bc51ca ea9c928c c0e30000 eab78504 00000000 ea9c9000 eab78000 ee98b294 [ 6.237830] NIP [c03c057c] drm_vblank_off+0x2c/0x1e0 [ 6.242816] LR [c03ec780] atombios_crtc_dpms+0x90/0xf0 [ 6.247966] Call Trace: [ 6.250429] [ea847bf0] [c08aeaa4] atombios_helper_funcs+0x0/0x218 (unreliable) [ 6.257693] [ea847c40] [c03ec780] atombios_crtc_dpms+0x90/0xf0 [ 6.263552] [ea847c60] [c03eec74] atombios_crtc_disable+0x24/0x2a4 [ 6.269758] [ea847cb0] [c03abb8c] __drm_helper_disable_unused_functions+0x9c/0xd0 [ 6.277276] [ea847cd0] [c03abbe0] drm_helper_disable_unused_functions+0x20/0x38 [ 6.284625] [ea847ce0] [c040e3c4] radeon_fbdev_init+0xd0/0x114 [ 6.290488] [ea847d00] [c04085fc] radeon_modeset_init+0x5a8/0x938 [ 6.296607] [ea847d60] [c03e5ebc] radeon_driver_load_kms+0xcc/0x134 [ 6.302901] [ea847d80] [c03c1a5c] drm_dev_register+0x84/0xc8 [ 6.308587] [ea847da0] [c03c3b54] drm_get_pci_dev+0xf4/0x18c [ 6.314275] [ea847dc0] [c0357f44] pci_device_probe+0x78/0xcc [ 6.319959] [ea847de0] [c04ce61c] driver_probe_device+0x124/0x264 [ 6.326077] [ea847e00] [c04ce7e4] __driver_attach+0x88/0xb0 [ 6.331680] [ea847e20] [c04ccbc4] bus_for_each_dev+0x90/0xa0 [ 6.337362] [ea847e50] [c04cdc64] bus_add_driver+0xe0/0x1f0 [ 6.342961] [ea847e70] [c04ceee0] driver_register+0xb4/0xf8 [ 6.348561] [ea847e90] [c00015f8] do_one_initcall+0x11c/0x1a0 [ 6.354334] [ea847f00] [c0c5fa9c] kernel_init_freeable+0x130/0x1cc [ 6.360539] [ea847f30] [c0001bf4] kernel_init+0x14/0x108 [ 6.365879] [ea847f40] [c000b1d4] ret_from_kernel_thread+0x5c/0x64 [ 6.372080] Instruction dump: [ 6.375068] 4bfffdf0 9421ffb0 1d240084 7c0802a6 be61001c 90010054 83e3010c 7fff4a14 [ 6.382949] 81230160 7d492010 7d4a5110 394a0001 <0f0a0000> 7f844840 409c01a4 3ae3013c [ 6.391006] ---[ end trace fb371effa06ff915 ]--- [ 6.506652] [drm] fb mappable at 0x806E9000 [ 6.510873] [drm] vram apper at 0x80000000 [ 6.514987] [drm] size 8294400 [ 6.518060] [drm] fb depth is 24 [ 6.521307] [drm] pitch is 7680 [ 6.525706] ------------[ cut here ]------------ [ 6.525727] WARNING: CPU: 0 PID: 1 at drivers/gpu/drm/drm_irq.c:1368 drm_vblank_off+0x2c/0x1e0 [ 6.525732] Modules linked in: [ 6.525741] CPU: 0 PID: 1 Comm: swapper Tainted: G W 4.6.0-rc1-sam460ex-jm #23 [ 6.525745] task: ea850000 ti: ea846000 task.ti: ea846000 [ 6.525748] NIP: c03c057c LR: c03ec780 CTR: c03f7aa0 [ 6.525752] REGS: ea847700 TRAP: 0700 Tainted: G W (4.6.0-rc1-sam460ex-jm) [ 6.525764] MSR: 00029000 <CE,EE,ME> CR: 44008222 XER: 20000000 [ 6.525816] [ 6.525816] GPR00: c03ec780 ea8477b0 ea850000 ea9c9000 00000000 00000000 ea847718 00000014 [ 6.525816] GPR08: 0000d886 00000000 00000001 ea8477f0 24008222 00000000 ea9c9278 c08c13a0 [ 6.525816] GPR16: 00000000 00000000 00000000 00000000 00000000 00000000 c0cf0000 ea9a405c [ 6.525816] GPR24: c08aeaa4 ea9a411c ea9c9290 ea8f0d80 ea9c9000 ea9c9000 eab78000 ee98b000 [ 6.525821] NIP [c03c057c] drm_vblank_off+0x2c/0x1e0 [ 6.525832] LR [c03ec780] atombios_crtc_dpms+0x90/0xf0 [ 6.525834] Call Trace: [ 6.525848] [ea8477b0] [c03f7dc0] atom_execute_table_scratch_unlocked+0x58/0x70 (unreliable) [ 6.525855] [ea847800] [c03ec780] atombios_crtc_dpms+0x90/0xf0 [ 6.525862] [ea847820] [c03ac040] drm_crtc_helper_set_mode+0x2ac/0x428 [ 6.525869] [ea8479f0] [c03ac9ac] drm_crtc_helper_set_config+0x6d8/0x934 [ 6.525882] [ea847a60] [c04062f4] radeon_crtc_set_config+0x30/0xb8 [ 6.525889] [ea847a70] [c03c8b28] drm_mode_set_config_internal+0x5c/0xe0 [ 6.525905] [ea847a90] [c03b7218] restore_fbdev_mode+0x20c/0x25c [ 6.525914] [ea847ac0] [c03b8e24] drm_fb_helper_restore_fbdev_mode_unlocked+0x40/0x8c [ 6.525922] [ea847ae0] [c03b8ebc] drm_fb_helper_set_par+0x4c/0x60 [ 6.525933] [ea847af0] [c036ba34] fbcon_init+0x318/0x410 [ 6.525943] [ea847b40] [c0395eb0] visual_init+0xc8/0x114 [ 6.525951] [ea847b60] [c0397628] do_bind_con_driver+0x1e0/0x2e0 [ 6.525958] [ea847bb0] [c0397aa8] do_take_over_console+0x1a0/0x1b0 [ 6.525965] [ea847be0] [c036bbac] do_fbcon_takeover+0x80/0xd8 [ 6.525979] [ea847bf0] [c003f474] notifier_call_chain+0x60/0x94 [ 6.525987] [ea847c10] [c003f758] __blocking_notifier_call_chain+0x50/0x68 [ 6.525998] [ea847c30] [c0372fb0] register_framebuffer+0x250/0x280 [ 6.526006] [ea847ca0] [c03b91f0] drm_fb_helper_initial_config+0x320/0x394 [ 6.526016] [ea847ce0] [c040e3d0] radeon_fbdev_init+0xdc/0x114 [ 6.526023] [ea847d00] [c04085fc] radeon_modeset_init+0x5a8/0x938 [ 6.526029] [ea847d60] [c03e5ebc] radeon_driver_load_kms+0xcc/0x134 [ 6.526037] [ea847d80] [c03c1a5c] drm_dev_register+0x84/0xc8 [ 6.526045] [ea847da0] [c03c3b54] drm_get_pci_dev+0xf4/0x18c [ 6.526059] [ea847dc0] [c0357f44] pci_device_probe+0x78/0xcc [ 6.526068] [ea847de0] [c04ce61c] driver_probe_device+0x124/0x264 [ 6.526074] [ea847e00] [c04ce7e4] __driver_attach+0x88/0xb0 [ 6.526091] [ea847e20] [c04ccbc4] bus_for_each_dev+0x90/0xa0 [ 6.526098] [ea847e50] [c04cdc64] bus_add_driver+0xe0/0x1f0 [ 6.526105] [ea847e70] [c04ceee0] driver_register+0xb4/0xf8 [ 6.526114] [ea847e90] [c00015f8] do_one_initcall+0x11c/0x1a0 [ 6.526126] [ea847f00] [c0c5fa9c] kernel_init_freeable+0x130/0x1cc [ 6.526132] [ea847f30] [c0001bf4] kernel_init+0x14/0x108 [ 6.526141] [ea847f40] [c000b1d4] ret_from_kernel_thread+0x5c/0x64 [ 6.526145] Instruction dump: [ 6.526160] 4bfffdf0 9421ffb0 1d240084 7c0802a6 be61001c 90010054 83e3010c 7fff4a14 [ 6.526174] 81230160 7d492010 7d4a5110 394a0001 <0f0a0000> 7f844840 409c01a4 3ae3013c [ 6.526177] ---[ end trace fb371effa06ff916 ]--- [ 6.719819] ------------[ cut here ]------------ [ 6.719836] WARNING: CPU: 0 PID: 1 at drivers/gpu/drm/drm_irq.c:1478 drm_vblank_on+0x2c/0x110 [ 6.719841] Modules linked in: [ 6.719849] CPU: 0 PID: 1 Comm: swapper Tainted: G W 4.6.0-rc1-sam460ex-jm #23 [ 6.719853] task: ea850000 ti: ea846000 task.ti: ea846000 [ 6.719857] NIP: c03bf354 LR: c03ec768 CTR: c03f7aa0 [ 6.719861] REGS: ea847720 TRAP: 0700 Tainted: G W (4.6.0-rc1-sam460ex-jm) [ 6.719872] MSR: 00029000 <CE,EE,ME> CR: 24008228 XER: 20000000 [ 6.719925] [ 6.719925] GPR00: c03ec768 ea8477d0 ea850000 ea9c9000 00000000 00000000 00000000 ee800000 [ 6.719925] GPR08: 0000d343 00000000 00000001 ea8477f0 24008222 00000000 ea9c9278 00000001 [ 6.719925] GPR16: ea8f0b54 c08a2c20 00000000 00000000 c0bbc041 00000000 c0cf0000 ea9a405c [ 6.719925] GPR24: c08aeaa4 ea9a411c ea9c9290 ea8f0d80 ea9c9000 ea9c9000 eab78000 ee98b000 [ 6.719930] NIP [c03bf354] drm_vblank_on+0x2c/0x110 [ 6.719940] LR [c03ec768] atombios_crtc_dpms+0x78/0xf0 [ 6.719942] Call Trace: [ 6.719950] [ea8477d0] [c03ec4cc] atombios_enable_crtc+0x38/0x48 (unreliable) [ 6.719957] [ea8477f0] [c03ec768] atombios_crtc_dpms+0x78/0xf0 [ 6.719964] [ea847810] [c03ec7fc] atombios_crtc_commit+0x1c/0x38 [ 6.719972] [ea847820] [c03ac118] drm_crtc_helper_set_mode+0x384/0x428 [ 6.719978] [ea8479f0] [c03ac9ac] drm_crtc_helper_set_config+0x6d8/0x934 [ 6.719991] [ea847a60] [c04062f4] radeon_crtc_set_config+0x30/0xb8 [ 6.719997] [ea847a70] [c03c8b28] drm_mode_set_config_internal+0x5c/0xe0 [ 6.720008] [ea847a90] [c03b7218] restore_fbdev_mode+0x20c/0x25c [ 6.720017] [ea847ac0] [c03b8e24] drm_fb_helper_restore_fbdev_mode_unlocked+0x40/0x8c [ 6.720024] [ea847ae0] [c03b8ebc] drm_fb_helper_set_par+0x4c/0x60 [ 6.720034] [ea847af0] [c036ba34] fbcon_init+0x318/0x410 [ 6.720042] [ea847b40] [c0395eb0] visual_init+0xc8/0x114 [ 6.720049] [ea847b60] [c0397628] do_bind_con_driver+0x1e0/0x2e0 [ 6.720056] [ea847bb0] [c0397aa8] do_take_over_console+0x1a0/0x1b0 [ 6.720063] [ea847be0] [c036bbac] do_fbcon_takeover+0x80/0xd8 [ 6.720074] [ea847bf0] [c003f474] notifier_call_chain+0x60/0x94 [ 6.720083] [ea847c10] [c003f758] __blocking_notifier_call_chain+0x50/0x68 [ 6.720093] [ea847c30] [c0372fb0] register_framebuffer+0x250/0x280 [ 6.720101] [ea847ca0] [c03b91f0] drm_fb_helper_initial_config+0x320/0x394 [ 6.720109] [ea847ce0] [c040e3d0] radeon_fbdev_init+0xdc/0x114 [ 6.720116] [ea847d00] [c04085fc] radeon_modeset_init+0x5a8/0x938 [ 6.720123] [ea847d60] [c03e5ebc] radeon_driver_load_kms+0xcc/0x134 [ 6.720130] [ea847d80] [c03c1a5c] drm_dev_register+0x84/0xc8 [ 6.720137] [ea847da0] [c03c3b54] drm_get_pci_dev+0xf4/0x18c [ 6.720150] [ea847dc0] [c0357f44] pci_device_probe+0x78/0xcc [ 6.720158] [ea847de0] [c04ce61c] driver_probe_device+0x124/0x264 [ 6.720164] [ea847e00] [c04ce7e4] __driver_attach+0x88/0xb0 [ 6.720179] [ea847e20] [c04ccbc4] bus_for_each_dev+0x90/0xa0 [ 6.720185] [ea847e50] [c04cdc64] bus_add_driver+0xe0/0x1f0 [ 6.720193] [ea847e70] [c04ceee0] driver_register+0xb4/0xf8 [ 6.720200] [ea847e90] [c00015f8] do_one_initcall+0x11c/0x1a0 [ 6.720209] [ea847f00] [c0c5fa9c] kernel_init_freeable+0x130/0x1cc [ 6.720216] [ea847f30] [c0001bf4] kernel_init+0x14/0x108 [ 6.720225] [ea847f40] [c000b1d4] ret_from_kernel_thread+0x5c/0x64 [ 6.720228] Instruction dump: [ 6.720244] 4bc52870 9421ffe0 1d240084 7c0802a6 bf61000c 90010024 83e3010c 7fff4a14 [ 6.720258] 81230160 7d492010 7d4a5110 394a0001 <0f0a0000> 7f844840 409c00d4 3b830120 [ 6.720261] ---[ end trace fb371effa06ff917 ]--- [ 6.737800] ------------[ cut here ]------------ [ 6.737814] WARNING: CPU: 0 PID: 1 at drivers/gpu/drm/drm_irq.c:1368 drm_vblank_off+0x2c/0x1e0 [ 6.737818] Modules linked in: [ 6.737825] CPU: 0 PID: 1 Comm: swapper Tainted: G W 4.6.0-rc1-sam460ex-jm #23 [ 6.737829] task: ea850000 ti: ea846000 task.ti: ea846000 [ 6.737832] NIP: c03c057c LR: c03ec780 CTR: c03eec50 [ 6.737836] REGS: ea847860 TRAP: 0700 Tainted: G W (4.6.0-rc1-sam460ex-jm) [ 6.737847] MSR: 00029000 <CE,EE,ME> CR: 44008422 XER: 20000000 [ 6.737899] [ 6.737899] GPR00: c03ec780 ea847910 ea850000 ea9c9000 00000001 00000000 00000000 ffb45f60 [ 6.737899] GPR08: ee97f600 00000000 00000001 ea8479d0 24008422 00000000 ea9c9278 eeab9e00 [ 6.737899] GPR16: ea9a4000 c08aeaa4 eab75800 ea8f00c0 c0cf0000 ea9c9290 eab75800 ea8f00c0 [ 6.737899] GPR24: ea9a4000 c08a2c3c 00000000 c0bbc22a 00000000 ea9c9000 eab78000 ee98b084 [ 6.737904] NIP [c03c057c] drm_vblank_off+0x2c/0x1e0 [ 6.737914] LR [c03ec780] atombios_crtc_dpms+0x90/0xf0 [ 6.737915] Call Trace: [ 6.737923] [ea847910] [ea9c9290] 0xea9c9290 (unreliable) [ 6.737929] [ea847960] [c03ec780] atombios_crtc_dpms+0x90/0xf0 [ 6.737937] [ea847980] [c03eec74] atombios_crtc_disable+0x24/0x2a4 [ 6.737944] [ea8479d0] [c03abb8c] __drm_helper_disable_unused_functions+0x9c/0xd0 [ 6.737951] [ea8479f0] [c03ac954] drm_crtc_helper_set_config+0x680/0x934 [ 6.737962] [ea847a60] [c04062f4] radeon_crtc_set_config+0x30/0xb8 [ 6.737969] [ea847a70] [c03c8b28] drm_mode_set_config_internal+0x5c/0xe0 [ 6.737978] [ea847a90] [c03b7218] restore_fbdev_mode+0x20c/0x25c [ 6.737987] [ea847ac0] [c03b8e24] drm_fb_helper_restore_fbdev_mode_unlocked+0x40/0x8c [ 6.737994] [ea847ae0] [c03b8ebc] drm_fb_helper_set_par+0x4c/0x60 [ 6.738002] [ea847af0] [c036ba34] fbcon_init+0x318/0x410 [ 6.738009] [ea847b40] [c0395eb0] visual_init+0xc8/0x114 [ 6.738016] [ea847b60] [c0397628] do_bind_con_driver+0x1e0/0x2e0 [ 6.738023] [ea847bb0] [c0397aa8] do_take_over_console+0x1a0/0x1b0 [ 6.738030] [ea847be0] [c036bbac] do_fbcon_takeover+0x80/0xd8 [ 6.738040] [ea847bf0] [c003f474] notifier_call_chain+0x60/0x94 [ 6.738048] [ea847c10] [c003f758] __blocking_notifier_call_chain+0x50/0x68 [ 6.738056] [ea847c30] [c0372fb0] register_framebuffer+0x250/0x280 [ 6.738064] [ea847ca0] [c03b91f0] drm_fb_helper_initial_config+0x320/0x394 [ 6.738072] [ea847ce0] [c040e3d0] radeon_fbdev_init+0xdc/0x114 [ 6.738079] [ea847d00] [c04085fc] radeon_modeset_init+0x5a8/0x938 [ 6.738085] [ea847d60] [c03e5ebc] radeon_driver_load_kms+0xcc/0x134 [ 6.738092] [ea847d80] [c03c1a5c] drm_dev_register+0x84/0xc8 [ 6.738100] [ea847da0] [c03c3b54] drm_get_pci_dev+0xf4/0x18c [ 6.738109] [ea847dc0] [c0357f44] pci_device_probe+0x78/0xcc [ 6.738117] [ea847de0] [c04ce61c] driver_probe_device+0x124/0x264 [ 6.738123] [ea847e00] [c04ce7e4] __driver_attach+0x88/0xb0 [ 6.738134] [ea847e20] [c04ccbc4] bus_for_each_dev+0x90/0xa0 [ 6.738140] [ea847e50] [c04cdc64] bus_add_driver+0xe0/0x1f0 [ 6.738147] [ea847e70] [c04ceee0] driver_register+0xb4/0xf8 [ 6.738155] [ea847e90] [c00015f8] do_one_initcall+0x11c/0x1a0 [ 6.738163] [ea847f00] [c0c5fa9c] kernel_init_freeable+0x130/0x1cc [ 6.738169] [ea847f30] [c0001bf4] kernel_init+0x14/0x108 [ 6.738177] [ea847f40] [c000b1d4] ret_from_kernel_thread+0x5c/0x64 [ 6.738180] Instruction dump: [ 6.738195] 4bfffdf0 9421ffb0 1d240084 7c0802a6 be61001c 90010054 83e3010c 7fff4a14 [ 6.738209] 81230160 7d492010 7d4a5110 394a0001 <0f0a0000> 7f844840 409c01a4 3ae3013c [ 6.738212] ---[ end trace fb371effa06ff918 ]--- [ 6.738305] ------------[ cut here ]------------ [ 6.738313] WARNING: CPU: 0 PID: 1 at drivers/gpu/drm/drm_irq.c:1368 drm_vblank_off+0x2c/0x1e0 [ 6.738316] Modules linked in: [ 6.738321] CPU: 0 PID: 1 Comm: swapper Tainted: G W 4.6.0-rc1-sam460ex-jm #23 [ 6.738325] task: ea850000 ti: ea846000 task.ti: ea846000 [ 6.738328] NIP: c03c057c LR: c03ec780 CTR: c03eec50 [ 6.738332] REGS: ea847860 TRAP: 0700 Tainted: G W (4.6.0-rc1-sam460ex-jm) [ 6.738342] MSR: 00029000 <CE,EE,ME> CR: 44008422 XER: 20000000 [ 6.738395] [ 6.738395] GPR00: c03ec780 ea847910 ea850000 ea9c9000 00000002 000000ff eab784ec ea9a3000 [ 6.738395] GPR08: 00000006 00000000 00000001 ea8479d0 24008422 00000000 ea9c9278 eeab9e00 [ 6.738395] GPR16: ea9a4000 c08aeaa4 eab75800 ea8f00c0 c0cf0000 ea9c9290 eab75800 ea8f00c0 [ 6.738395] GPR24: ea9a4000 c08a2c3c 00000000 c0bbc22a 00000000 ea9c9000 eab78000 ee98b108 [ 6.738399] NIP [c03c057c] drm_vblank_off+0x2c/0x1e0 [ 6.738406] LR [c03ec780] atombios_crtc_dpms+0x90/0xf0 [ 6.738407] Call Trace: [ 6.738419] [ea847910] [c08aeaa4] atombios_helper_funcs+0x0/0x218 (unreliable) [ 6.738426] [ea847960] [c03ec780] atombios_crtc_dpms+0x90/0xf0 [ 6.738433] [ea847980] [c03eec74] atombios_crtc_disable+0x24/0x2a4 [ 6.738440] [ea8479d0] [c03abb8c] __drm_helper_disable_unused_functions+0x9c/0xd0 [ 6.738446] [ea8479f0] [c03ac954] drm_crtc_helper_set_config+0x680/0x934 [ 6.738456] [ea847a60] [c04062f4] radeon_crtc_set_config+0x30/0xb8 [ 6.738463] [ea847a70] [c03c8b28] drm_mode_set_config_internal+0x5c/0xe0 [ 6.738472] [ea847a90] [c03b7218] restore_fbdev_mode+0x20c/0x25c [ 6.738480] [ea847ac0] [c03b8e24] drm_fb_helper_restore_fbdev_mode_unlocked+0x40/0x8c [ 6.738487] [ea847ae0] [c03b8ebc] drm_fb_helper_set_par+0x4c/0x60 [ 6.738495] [ea847af0] [c036ba34] fbcon_init+0x318/0x410 [ 6.738502] [ea847b40] [c0395eb0] visual_init+0xc8/0x114 [ 6.738509] [ea847b60] [c0397628] do_bind_con_driver+0x1e0/0x2e0 [ 6.738516] [ea847bb0] [c0397aa8] do_take_over_console+0x1a0/0x1b0 [ 6.738523] [ea847be0] [c036bbac] do_fbcon_takeover+0x80/0xd8 [ 6.738531] [ea847bf0] [c003f474] notifier_call_chain+0x60/0x94 [ 6.738539] [ea847c10] [c003f758] __blocking_notifier_call_chain+0x50/0x68 [ 6.738547] [ea847c30] [c0372fb0] register_framebuffer+0x250/0x280 [ 6.738555] [ea847ca0] [c03b91f0] drm_fb_helper_initial_config+0x320/0x394 [ 6.738562] [ea847ce0] [c040e3d0] radeon_fbdev_init+0xdc/0x114 [ 6.738569] [ea847d00] [c04085fc] radeon_modeset_init+0x5a8/0x938 [ 6.738576] [ea847d60] [c03e5ebc] radeon_driver_load_kms+0xcc/0x134 [ 6.738583] [ea847d80] [c03c1a5c] drm_dev_register+0x84/0xc8 [ 6.738590] [ea847da0] [c03c3b54] drm_get_pci_dev+0xf4/0x18c [ 6.738598] [ea847dc0] [c0357f44] pci_device_probe+0x78/0xcc [ 6.738605] [ea847de0] [c04ce61c] driver_probe_device+0x124/0x264 [ 6.738612] [ea847e00] [c04ce7e4] __driver_attach+0x88/0xb0 [ 6.738621] [ea847e20] [c04ccbc4] bus_for_each_dev+0x90/0xa0 [ 6.738627] [ea847e50] [c04cdc64] bus_add_driver+0xe0/0x1f0 [ 6.738634] [ea847e70] [c04ceee0] driver_register+0xb4/0xf8 [ 6.738641] [ea847e90] [c00015f8] do_one_initcall+0x11c/0x1a0 [ 6.738649] [ea847f00] [c0c5fa9c] kernel_init_freeable+0x130/0x1cc [ 6.738655] [ea847f30] [c0001bf4] kernel_init+0x14/0x108 [ 6.738662] [ea847f40] [c000b1d4] ret_from_kernel_thread+0x5c/0x64 [ 6.738665] Instruction dump: [ 6.738679] 4bfffdf0 9421ffb0 1d240084 7c0802a6 be61001c 90010054 83e3010c 7fff4a14 [ 6.738692] 81230160 7d492010 7d4a5110 394a0001 <0f0a0000> 7f844840 409c01a4 3ae3013c [ 6.738695] ---[ end trace fb371effa06ff919 ]--- [ 6.738812] ------------[ cut here ]------------ [ 6.738824] WARNING: CPU: 0 PID: 1 at drivers/gpu/drm/drm_irq.c:1368 drm_vblank_off+0x2c/0x1e0 [ 6.738827] Modules linked in: [ 6.738833] CPU: 0 PID: 1 Comm: swapper Tainted: G W 4.6.0-rc1-sam460ex-jm #23 [ 6.738837] task: ea850000 ti: ea846000 task.ti: ea846000 [ 6.738840] NIP: c03c057c LR: c03ec780 CTR: c03eec50 [ 6.738844] REGS: ea847860 TRAP: 0700 Tainted: G W (4.6.0-rc1-sam460ex-jm) [ 6.738855] MSR: 00029000 <CE,EE,ME> CR: 44008422 XER: 20000000 [ 6.738907] [ 6.738907] GPR00: c03ec780 ea847910 ea850000 ea9c9000 00000003 000000ff eab784ec ea9a3000 [ 6.738907] GPR08: 00000006 00000000 00000001 ea8479d0 24008422 00000000 ea9c9278 eeab9e00 [ 6.738907] GPR16: ea9a4000 c08aeaa4 eab75800 ea8f00c0 c0cf0000 ea9c9290 eab75800 ea8f00c0 [ 6.738907] GPR24: ea9a4000 c08a2c3c 00000000 c0bbc22a 00000000 ea9c9000 eab78000 ee98b18c [ 6.738912] NIP [c03c057c] drm_vblank_off+0x2c/0x1e0 [ 6.738919] LR [c03ec780] atombios_crtc_dpms+0x90/0xf0 [ 6.738920] Call Trace: [ 6.738930] [ea847910] [c08aeaa4] atombios_helper_funcs+0x0/0x218 (unreliable) [ 6.738936] [ea847960] [c03ec780] atombios_crtc_dpms+0x90/0xf0 [ 6.738943] [ea847980] [c03eec74] atombios_crtc_disable+0x24/0x2a4 [ 6.738950] [ea8479d0] [c03abb8c] __drm_helper_disable_unused_functions+0x9c/0xd0 [ 6.738957] [ea8479f0] [c03ac954] drm_crtc_helper_set_config+0x680/0x934 [ 6.738966] [ea847a60] [c04062f4] radeon_crtc_set_config+0x30/0xb8 [ 6.738972] [ea847a70] [c03c8b28] drm_mode_set_config_internal+0x5c/0xe0 [ 6.738981] [ea847a90] [c03b7218] restore_fbdev_mode+0x20c/0x25c [ 6.738989] [ea847ac0] [c03b8e24] drm_fb_helper_restore_fbdev_mode_unlocked+0x40/0x8c [ 6.738997] [ea847ae0] [c03b8ebc] drm_fb_helper_set_par+0x4c/0x60 [ 6.739004] [ea847af0] [c036ba34] fbcon_init+0x318/0x410 [ 6.739011] [ea847b40] [c0395eb0] visual_init+0xc8/0x114 [ 6.739018] [ea847b60] [c0397628] do_bind_con_driver+0x1e0/0x2e0 [ 6.739025] [ea847bb0] [c0397aa8] do_take_over_console+0x1a0/0x1b0 [ 6.739032] [ea847be0] [c036bbac] do_fbcon_takeover+0x80/0xd8 [ 6.739041] [ea847bf0] [c003f474] notifier_call_chain+0x60/0x94 [ 6.739049] [ea847c10] [c003f758] __blocking_notifier_call_chain+0x50/0x68 [ 6.739057] [ea847c30] [c0372fb0] register_framebuffer+0x250/0x280 [ 6.739065] [ea847ca0] [c03b91f0] drm_fb_helper_initial_config+0x320/0x394 [ 6.739072] [ea847ce0] [c040e3d0] radeon_fbdev_init+0xdc/0x114 [ 6.739079] [ea847d00] [c04085fc] radeon_modeset_init+0x5a8/0x938 [ 6.739085] [ea847d60] [c03e5ebc] radeon_driver_load_kms+0xcc/0x134 [ 6.739092] [ea847d80] [c03c1a5c] drm_dev_register+0x84/0xc8 [ 6.739099] [ea847da0] [c03c3b54] drm_get_pci_dev+0xf4/0x18c [ 6.739108] [ea847dc0] [c0357f44] pci_device_probe+0x78/0xcc [ 6.739116] [ea847de0] [c04ce61c] driver_probe_device+0x124/0x264 [ 6.739122] [ea847e00] [c04ce7e4] __driver_attach+0x88/0xb0 [ 6.739132] [ea847e20] [c04ccbc4] bus_for_each_dev+0x90/0xa0 [ 6.739138] [ea847e50] [c04cdc64] bus_add_driver+0xe0/0x1f0 [ 6.739145] [ea847e70] [c04ceee0] driver_register+0xb4/0xf8 [ 6.739152] [ea847e90] [c00015f8] do_one_initcall+0x11c/0x1a0 [ 6.739160] [ea847f00] [c0c5fa9c] kernel_init_freeable+0x130/0x1cc [ 6.739166] [ea847f30] [c0001bf4] kernel_init+0x14/0x108 [ 6.739173] [ea847f40] [c000b1d4] ret_from_kernel_thread+0x5c/0x64 [ 6.739176] Instruction dump: [ 6.739190] 4bfffdf0 9421ffb0 1d240084 7c0802a6 be61001c 90010054 83e3010c 7fff4a14 [ 6.739204] 81230160 7d492010 7d4a5110 394a0001 <0f0a0000> 7f844840 409c01a4 3ae3013c [ 6.739207] ---[ end trace fb371effa06ff91a ]--- [ 6.739300] ------------[ cut here ]------------ [ 6.739309] WARNING: CPU: 0 PID: 1 at drivers/gpu/drm/drm_irq.c:1368 drm_vblank_off+0x2c/0x1e0 [ 6.739311] Modules linked in: [ 6.739316] CPU: 0 PID: 1 Comm: swapper Tainted: G W 4.6.0-rc1-sam460ex-jm #23 [ 6.739320] task: ea850000 ti: ea846000 task.ti: ea846000 [ 6.739323] NIP: c03c057c LR: c03ec780 CTR: c03eec50 [ 6.739327] REGS: ea847860 TRAP: 0700 Tainted: G W (4.6.0-rc1-sam460ex-jm) [ 6.739337] MSR: 00029000 <CE,EE,ME> CR: 44008422 XER: 20000000 [ 6.739390] [ 6.739390] GPR00: c03ec780 ea847910 ea850000 ea9c9000 00000004 000000ff eab784ec ea9a3000 [ 6.739390] GPR08: 00000006 00000000 00000001 ea8479d0 24008422 00000000 ea9c9278 eeab9e00 [ 6.739390] GPR16: ea9a4000 c08aeaa4 eab75800 ea8f00c0 c0cf0000 ea9c9290 eab75800 ea8f00c0 [ 6.739390] GPR24: ea9a4000 c08a2c3c 00000000 c0bbc22a 00000000 ea9c9000 eab78000 ee98b210 [ 6.739395] NIP [c03c057c] drm_vblank_off+0x2c/0x1e0 [ 6.739401] LR [c03ec780] atombios_crtc_dpms+0x90/0xf0 [ 6.739402] Call Trace: [ 6.739412] [ea847910] [c08aeaa4] atombios_helper_funcs+0x0/0x218 (unreliable) [ 6.739419] [ea847960] [c03ec780] atombios_crtc_dpms+0x90/0xf0 [ 6.739426] [ea847980] [c03eec74] atombios_crtc_disable+0x24/0x2a4 [ 6.739433] [ea8479d0] [c03abb8c] __drm_helper_disable_unused_functions+0x9c/0xd0 [ 6.739439] [ea8479f0] [c03ac954] drm_crtc_helper_set_config+0x680/0x934 [ 6.739448] [ea847a60] [c04062f4] radeon_crtc_set_config+0x30/0xb8 [ 6.739454] [ea847a70] [c03c8b28] drm_mode_set_config_internal+0x5c/0xe0 [ 6.739463] [ea847a90] [c03b7218] restore_fbdev_mode+0x20c/0x25c [ 6.739471] [ea847ac0] [c03b8e24] drm_fb_helper_restore_fbdev_mode_unlocked+0x40/0x8c [ 6.739479] [ea847ae0] [c03b8ebc] drm_fb_helper_set_par+0x4c/0x60 [ 6.739486] [ea847af0] [c036ba34] fbcon_init+0x318/0x410 [ 6.739494] [ea847b40] [c0395eb0] visual_init+0xc8/0x114 [ 6.739501] [ea847b60] [c0397628] do_bind_con_driver+0x1e0/0x2e0 [ 6.739508] [ea847bb0] [c0397aa8] do_take_over_console+0x1a0/0x1b0 [ 6.739514] [ea847be0] [c036bbac] do_fbcon_takeover+0x80/0xd8 [ 6.739523] [ea847bf0] [c003f474] notifier_call_chain+0x60/0x94 [ 6.739531] [ea847c10] [c003f758] __blocking_notifier_call_chain+0x50/0x68 [ 6.739539] [ea847c30] [c0372fb0] register_framebuffer+0x250/0x280 [ 6.739547] [ea847ca0] [c03b91f0] drm_fb_helper_initial_config+0x320/0x394 [ 6.739554] [ea847ce0] [c040e3d0] radeon_fbdev_init+0xdc/0x114 [ 6.739561] [ea847d00] [c04085fc] radeon_modeset_init+0x5a8/0x938 [ 6.739568] [ea847d60] [c03e5ebc] radeon_driver_load_kms+0xcc/0x134 [ 6.739574] [ea847d80] [c03c1a5c] drm_dev_register+0x84/0xc8 [ 6.739581] [ea847da0] [c03c3b54] drm_get_pci_dev+0xf4/0x18c [ 6.739590] [ea847dc0] [c0357f44] pci_device_probe+0x78/0xcc [ 6.739597] [ea847de0] [c04ce61c] driver_probe_device+0x124/0x264 [ 6.739604] [ea847e00] [c04ce7e4] __driver_attach+0x88/0xb0 [ 6.739613] [ea847e20] [c04ccbc4] bus_for_each_dev+0x90/0xa0 [ 6.739619] [ea847e50] [c04cdc64] bus_add_driver+0xe0/0x1f0 [ 6.739626] [ea847e70] [c04ceee0] driver_register+0xb4/0xf8 [ 6.739632] [ea847e90] [c00015f8] do_one_initcall+0x11c/0x1a0 [ 6.739640] [ea847f00] [c0c5fa9c] kernel_init_freeable+0x130/0x1cc [ 6.739646] [ea847f30] [c0001bf4] kernel_init+0x14/0x108 [ 6.739653] [ea847f40] [c000b1d4] ret_from_kernel_thread+0x5c/0x64 [ 6.739656] Instruction dump: [ 6.739670] 4bfffdf0 9421ffb0 1d240084 7c0802a6 be61001c 90010054 83e3010c 7fff4a14 [ 6.739684] 81230160 7d492010 7d4a5110 394a0001 <0f0a0000> 7f844840 409c01a4 3ae3013c [ 6.739686] ---[ end trace fb371effa06ff91b ]--- [ 6.739801] ------------[ cut here ]------------ [ 6.739813] WARNING: CPU: 0 PID: 1 at drivers/gpu/drm/drm_irq.c:1368 drm_vblank_off+0x2c/0x1e0 [ 6.739817] Modules linked in: [ 6.739822] CPU: 0 PID: 1 Comm: swapper Tainted: G W 4.6.0-rc1-sam460ex-jm #23 [ 6.739826] task: ea850000 ti: ea846000 task.ti: ea846000 [ 6.739830] NIP: c03c057c LR: c03ec780 CTR: c03eec50 [ 6.739833] REGS: ea847860 TRAP: 0700 Tainted: G W (4.6.0-rc1-sam460ex-jm) [ 6.739844] MSR: 00029000 <CE,EE,ME> CR: 44008422 XER: 20000000 [ 6.739896] [ 6.739896] GPR00: c03ec780 ea847910 ea850000 ea9c9000 00000005 000000ff eab784ec ea9a3000 [ 6.739896] GPR08: 00000006 00000000 00000001 ea8479d0 24008422 00000000 ea9c9278 eeab9e00 [ 6.739896] GPR16: ea9a4000 c08aeaa4 eab75800 ea8f00c0 c0cf0000 ea9c9290 eab75800 ea8f00c0 [ 6.739896] GPR24: ea9a4000 c08a2c3c 00000000 c0bbc22a 00000000 ea9c9000 eab78000 ee98b294 [ 6.739901] NIP [c03c057c] drm_vblank_off+0x2c/0x1e0 [ 6.739908] LR [c03ec780] atombios_crtc_dpms+0x90/0xf0 [ 6.739909] Call Trace: [ 6.739919] [ea847910] [c08aeaa4] atombios_helper_funcs+0x0/0x218 (unreliable) [ 6.739926] [ea847960] [c03ec780] atombios_crtc_dpms+0x90/0xf0 [ 6.739933] [ea847980] [c03eec74] atombios_crtc_disable+0x24/0x2a4 [ 6.739940] [ea8479d0] [c03abb8c] __drm_helper_disable_unused_functions+0x9c/0xd0 [ 6.739946] [ea8479f0] [c03ac954] drm_crtc_helper_set_config+0x680/0x934 [ 6.739955] [ea847a60] [c04062f4] radeon_crtc_set_config+0x30/0xb8 [ 6.739961] [ea847a70] [c03c8b28] drm_mode_set_config_internal+0x5c/0xe0 [ 6.739970] [ea847a90] [c03b7218] restore_fbdev_mode+0x20c/0x25c [ 6.739978] [ea847ac0] [c03b8e24] drm_fb_helper_restore_fbdev_mode_unlocked+0x40/0x8c [ 6.739986] [ea847ae0] [c03b8ebc] drm_fb_helper_set_par+0x4c/0x60 [ 6.739993] [ea847af0] [c036ba34] fbcon_init+0x318/0x410 [ 6.740001] [ea847b40] [c0395eb0] visual_init+0xc8/0x114 [ 6.740008] [ea847b60] [c0397628] do_bind_con_driver+0x1e0/0x2e0 [ 6.740015] [ea847bb0] [c0397aa8] do_take_over_console+0x1a0/0x1b0 [ 6.740021] [ea847be0] [c036bbac] do_fbcon_takeover+0x80/0xd8 [ 6.740030] [ea847bf0] [c003f474] notifier_call_chain+0x60/0x94 [ 6.740038] [ea847c10] [c003f758] __blocking_notifier_call_chain+0x50/0x68 [ 6.740046] [ea847c30] [c0372fb0] register_framebuffer+0x250/0x280 [ 6.740054] [ea847ca0] [c03b91f0] drm_fb_helper_initial_config+0x320/0x394 [ 6.740062] [ea847ce0] [c040e3d0] radeon_fbdev_init+0xdc/0x114 [ 6.740068] [ea847d00] [c04085fc] radeon_modeset_init+0x5a8/0x938 [ 6.740075] [ea847d60] [c03e5ebc] radeon_driver_load_kms+0xcc/0x134 [ 6.740081] [ea847d80] [c03c1a5c] drm_dev_register+0x84/0xc8 [ 6.740089] [ea847da0] [c03c3b54] drm_get_pci_dev+0xf4/0x18c [ 6.740098] [ea847dc0] [c0357f44] pci_device_probe+0x78/0xcc [ 6.740105] [ea847de0] [c04ce61c] driver_probe_device+0x124/0x264 [ 6.740111] [ea847e00] [c04ce7e4] __driver_attach+0x88/0xb0 [ 6.740121] [ea847e20] [c04ccbc4] bus_for_each_dev+0x90/0xa0 [ 6.740128] [ea847e50] [c04cdc64] bus_add_driver+0xe0/0x1f0 [ 6.740134] [ea847e70] [c04ceee0] driver_register+0xb4/0xf8 [ 6.740141] [ea847e90] [c00015f8] do_one_initcall+0x11c/0x1a0 [ 6.740149] [ea847f00] [c0c5fa9c] kernel_init_freeable+0x130/0x1cc [ 6.740155] [ea847f30] [c0001bf4] kernel_init+0x14/0x108 [ 6.740162] [ea847f40] [c000b1d4] ret_from_kernel_thread+0x5c/0x64 [ 6.740165] Instruction dump: [ 6.740180] 4bfffdf0 9421ffb0 1d240084 7c0802a6 be61001c 90010054 83e3010c 7fff4a14 [ 6.740194] 81230160 7d492010 7d4a5110 394a0001 <0f0a0000> 7f844840 409c01a4 3ae3013c [ 6.740196] ---[ end trace fb371effa06ff91c ]--- [ 6.740315] ------------[ cut here ]------------ [ 6.740324] WARNING: CPU: 0 PID: 1 at drivers/gpu/drm/drm_irq.c:1368 drm_vblank_off+0x2c/0x1e0 [ 6.740327] Modules linked in: [ 6.740332] CPU: 0 PID: 1 Comm: swapper Tainted: G W 4.6.0-rc1-sam460ex-jm #23 [ 6.740336] task: ea850000 ti: ea846000 task.ti: ea846000 [ 6.740339] NIP: c03c057c LR: c03ec780 CTR: c03eec50 [ 6.740343] REGS: ea847860 TRAP: 0700 Tainted: G W (4.6.0-rc1-sam460ex-jm) [ 6.740353] MSR: 00029000 <CE,EE,ME> CR: 44004222 XER: 20000000 [ 6.740405] [ 6.740405] GPR00: c03ec780 ea847910 ea850000 ea9c9000 00000001 00000000 00000000 ffb45f60 [ 6.740405] GPR08: ee97f600 00000000 00000001 ea8479d0 24004222 00000000 c0bc0000 eeab9e28 [ 6.740405] GPR16: c0bc5340 c08aeaa4 000000f0 00000043 00300000 00000000 c0cf0000 c0e3bbe0 [ 6.740405] GPR24: 00000001 000000f0 ea806000 ee97a600 00000000 ea9c9000 eab78000 ee98b084 [ 6.740410] NIP [c03c057c] drm_vblank_off+0x2c/0x1e0 [ 6.740416] LR [c03ec780] atombios_crtc_dpms+0x90/0xf0 [ 6.740418] Call Trace: [ 6.740424] [ea847960] [c03ec780] atombios_crtc_dpms+0x90/0xf0 [ 6.740431] [ea847980] [c03eec74] atombios_crtc_disable+0x24/0x2a4 [ 6.740438] [ea8479d0] [c03abb8c] __drm_helper_disable_unused_functions+0x9c/0xd0 [ 6.740445] [ea8479f0] [c03ac494] drm_crtc_helper_set_config+0x1c0/0x934 [ 6.740453] [ea847a60] [c04062f4] radeon_crtc_set_config+0x30/0xb8 [ 6.740460] [ea847a70] [c03c8b28] drm_mode_set_config_internal+0x5c/0xe0 [ 6.740469] [ea847a90] [c03b7218] restore_fbdev_mode+0x20c/0x25c [ 6.740477] [ea847ac0] [c03b8e24] drm_fb_helper_restore_fbdev_mode_unlocked+0x40/0x8c [ 6.740485] [ea847ae0] [c03b8ebc] drm_fb_helper_set_par+0x4c/0x60 [ 6.740492] [ea847af0] [c036ba34] fbcon_init+0x318/0x410 [ 6.740499] [ea847b40] [c0395eb0] visual_init+0xc8/0x114 [ 6.740506] [ea847b60] [c0397628] do_bind_con_driver+0x1e0/0x2e0 [ 6.740513] [ea847bb0] [c0397aa8] do_take_over_console+0x1a0/0x1b0 [ 6.740520] [ea847be0] [c036bbac] do_fbcon_takeover+0x80/0xd8 [ 6.740529] [ea847bf0] [c003f474] notifier_call_chain+0x60/0x94 [ 6.740536] [ea847c10] [c003f758] __blocking_notifier_call_chain+0x50/0x68 [ 6.740545] [ea847c30] [c0372fb0] register_framebuffer+0x250/0x280 [ 6.740552] [ea847ca0] [c03b91f0] drm_fb_helper_initial_config+0x320/0x394 [ 6.740560] [ea847ce0] [c040e3d0] radeon_fbdev_init+0xdc/0x114 [ 6.740567] [ea847d00] [c04085fc] radeon_modeset_init+0x5a8/0x938 [ 6.740573] [ea847d60] [c03e5ebc] radeon_driver_load_kms+0xcc/0x134 [ 6.740580] [ea847d80] [c03c1a5c] drm_dev_register+0x84/0xc8 [ 6.740587] [ea847da0] [c03c3b54] drm_get_pci_dev+0xf4/0x18c [ 6.740595] [ea847dc0] [c0357f44] pci_device_probe+0x78/0xcc [ 6.740602] [ea847de0] [c04ce61c] driver_probe_device+0x124/0x264 [ 6.740608] [ea847e00] [c04ce7e4] __driver_attach+0x88/0xb0 [ 6.740618] [ea847e20] [c04ccbc4] bus_for_each_dev+0x90/0xa0 [ 6.740624] [ea847e50] [c04cdc64] bus_add_driver+0xe0/0x1f0 [ 6.740631] [ea847e70] [c04ceee0] driver_register+0xb4/0xf8 [ 6.740638] [ea847e90] [c00015f8] do_one_initcall+0x11c/0x1a0 [ 6.740646] [ea847f00] [c0c5fa9c] kernel_init_freeable+0x130/0x1cc [ 6.740652] [ea847f30] [c0001bf4] kernel_init+0x14/0x108 [ 6.740659] [ea847f40] [c000b1d4] ret_from_kernel_thread+0x5c/0x64 [ 6.740662] Instruction dump: [ 6.740676] 4bfffdf0 9421ffb0 1d240084 7c0802a6 be61001c 90010054 83e3010c 7fff4a14 [ 6.740690] 81230160 7d492010 7d4a5110 394a0001 <0f0a0000> 7f844840 409c01a4 3ae3013c [ 6.740692] ---[ end trace fb371effa06ff91d ]--- [ 6.740808] ------------[ cut here ]------------ [ 6.740820] WARNING: CPU: 0 PID: 1 at drivers/gpu/drm/drm_irq.c:1368 drm_vblank_off+0x2c/0x1e0 [ 6.740823] Modules linked in: [ 6.740829] CPU: 0 PID: 1 Comm: swapper Tainted: G W 4.6.0-rc1-sam460ex-jm #23 [ 6.740833] task: ea850000 ti: ea846000 task.ti: ea846000 [ 6.740836] NIP: c03c057c LR: c03ec780 CTR: c03eec50 [ 6.740840] REGS: ea847860 TRAP: 0700 Tainted: G W (4.6.0-rc1-sam460ex-jm) [ 6.740850] MSR: 00029000 <CE,EE,ME> CR: 44004422 XER: 20000000 [ 6.740903] [ 6.740903] GPR00: c03ec780 ea847910 ea850000 ea9c9000 00000002 000000ff eab784ec ea9a3000 [ 6.740903] GPR08: 00000006 00000000 00000001 ea8479d0 24004422 00000000 c0bc0000 eeab9e28 [ 6.740903] GPR16: c0bc5340 c08aeaa4 000000f0 00000043 00300000 00000000 c0cf0000 c0e3bbe0 [ 6.740903] GPR24: 00000001 000000f0 ea806000 ee97a600 00000000 ea9c9000 eab78000 ee98b108 [ 6.740907] NIP [c03c057c] drm_vblank_off+0x2c/0x1e0 [ 6.740914] LR [c03ec780] atombios_crtc_dpms+0x90/0xf0 [ 6.740916] Call Trace: [ 6.740926] [ea847910] [c08aeaa4] atombios_helper_funcs+0x0/0x218 (unreliable) [ 6.740933] [ea847960] [c03ec780] atombios_crtc_dpms+0x90/0xf0 [ 6.740940] [ea847980] [c03eec74] atombios_crtc_disable+0x24/0x2a4 [ 6.740947] [ea8479d0] [c03abb8c] __drm_helper_disable_unused_functions+0x9c/0xd0 [ 6.740953] [ea8479f0] [c03ac494] drm_crtc_helper_set_config+0x1c0/0x934 [ 6.740962] [ea847a60] [c04062f4] radeon_crtc_set_config+0x30/0xb8 [ 6.740969] [ea847a70] [c03c8b28] drm_mode_set_config_internal+0x5c/0xe0 [ 6.740978] [ea847a90] [c03b7218] restore_fbdev_mode+0x20c/0x25c [ 6.740986] [ea847ac0] [c03b8e24] drm_fb_helper_restore_fbdev_mode_unlocked+0x40/0x8c [ 6.740993] [ea847ae0] [c03b8ebc] drm_fb_helper_set_par+0x4c/0x60 [ 6.741001] [ea847af0] [c036ba34] fbcon_init+0x318/0x410 [ 6.741008] [ea847b40] [c0395eb0] visual_init+0xc8/0x114 [ 6.741015] [ea847b60] [c0397628] do_bind_con_driver+0x1e0/0x2e0 [ 6.741022] [ea847bb0] [c0397aa8] do_take_over_console+0x1a0/0x1b0 [ 6.741029] [ea847be0] [c036bbac] do_fbcon_takeover+0x80/0xd8 [ 6.741037] [ea847bf0] [c003f474] notifier_call_chain+0x60/0x94 [ 6.741045] [ea847c10] [c003f758] __blocking_notifier_call_chain+0x50/0x68 [ 6.741054] [ea847c30] [c0372fb0] register_framebuffer+0x250/0x280 [ 6.741061] [ea847ca0] [c03b91f0] drm_fb_helper_initial_config+0x320/0x394 [ 6.741069] [ea847ce0] [c040e3d0] radeon_fbdev_init+0xdc/0x114 [ 6.741076] [ea847d00] [c04085fc] radeon_modeset_init+0x5a8/0x938 [ 6.741082] [ea847d60] [c03e5ebc] radeon_driver_load_kms+0xcc/0x134 [ 6.741089] [ea847d80] [c03c1a5c] drm_dev_register+0x84/0xc8 [ 6.741096] [ea847da0] [c03c3b54] drm_get_pci_dev+0xf4/0x18c [ 6.741105] [ea847dc0] [c0357f44] pci_device_probe+0x78/0xcc [ 6.741113] [ea847de0] [c04ce61c] driver_probe_device+0x124/0x264 [ 6.741119] [ea847e00] [c04ce7e4] __driver_attach+0x88/0xb0 [ 6.741129] [ea847e20] [c04ccbc4] bus_for_each_dev+0x90/0xa0 [ 6.741135] [ea847e50] [c04cdc64] bus_add_driver+0xe0/0x1f0 [ 6.741142] [ea847e70] [c04ceee0] driver_register+0xb4/0xf8 [ 6.741149] [ea847e90] [c00015f8] do_one_initcall+0x11c/0x1a0 [ 6.741157] [ea847f00] [c0c5fa9c] kernel_init_freeable+0x130/0x1cc [ 6.741163] [ea847f30] [c0001bf4] kernel_init+0x14/0x108 [ 6.741170] [ea847f40] [c000b1d4] ret_from_kernel_thread+0x5c/0x64 [ 6.741173] Instruction dump: [ 6.741187] 4bfffdf0 9421ffb0 1d240084 7c0802a6 be61001c 90010054 83e3010c 7fff4a14 [ 6.741201] 81230160 7d492010 7d4a5110 394a0001 <0f0a0000> 7f844840 409c01a4 3ae3013c [ 6.741204] ---[ end trace fb371effa06ff91e ]--- [ 6.741293] ------------[ cut here ]------------ [ 6.741301] WARNING: CPU: 0 PID: 1 at drivers/gpu/drm/drm_irq.c:1368 drm_vblank_off+0x2c/0x1e0 [ 6.741304] Modules linked in: [ 6.741309] CPU: 0 PID: 1 Comm: swapper Tainted: G W 4.6.0-rc1-sam460ex-jm #23 [ 6.741312] task: ea850000 ti: ea846000 task.ti: ea846000 [ 6.741315] NIP: c03c057c LR: c03ec780 CTR: c03eec50 [ 6.741319] REGS: ea847860 TRAP: 0700 Tainted: G W (4.6.0-rc1-sam460ex-jm) [ 6.741330] MSR: 00029000 <CE,EE,ME> CR: 44004422 XER: 20000000 [ 6.741382] [ 6.741382] GPR00: c03ec780 ea847910 ea850000 ea9c9000 00000003 000000ff eab784ec ea9a3000 [ 6.741382] GPR08: 00000006 00000000 00000001 ea8479d0 24004422 00000000 c0bc0000 eeab9e28 [ 6.741382] GPR16: c0bc5340 c08aeaa4 000000f0 00000043 00300000 00000000 c0cf0000 c0e3bbe0 [ 6.741382] GPR24: 00000001 000000f0 ea806000 ee97a600 00000000 ea9c9000 eab78000 ee98b18c [ 6.741386] NIP [c03c057c] drm_vblank_off+0x2c/0x1e0 [ 6.741393] LR [c03ec780] atombios_crtc_dpms+0x90/0xf0 [ 6.741394] Call Trace: [ 6.741404] [ea847910] [c08aeaa4] atombios_helper_funcs+0x0/0x218 (unreliable) [ 6.741410] [ea847960] [c03ec780] atombios_crtc_dpms+0x90/0xf0 [ 6.741417] [ea847980] [c03eec74] atombios_crtc_disable+0x24/0x2a4 [ 6.741424] [ea8479d0] [c03abb8c] __drm_helper_disable_unused_functions+0x9c/0xd0 [ 6.741431] [ea8479f0] [c03ac494] drm_crtc_helper_set_config+0x1c0/0x934 [ 6.741439] [ea847a60] [c04062f4] radeon_crtc_set_config+0x30/0xb8 [ 6.741446] [ea847a70] [c03c8b28] drm_mode_set_config_internal+0x5c/0xe0 [ 6.741455] [ea847a90] [c03b7218] restore_fbdev_mode+0x20c/0x25c [ 6.741463] [ea847ac0] [c03b8e24] drm_fb_helper_restore_fbdev_mode_unlocked+0x40/0x8c [ 6.741470] [ea847ae0] [c03b8ebc] drm_fb_helper_set_par+0x4c/0x60 [ 6.741478] [ea847af0] [c036ba34] fbcon_init+0x318/0x410 [ 6.741485] [ea847b40] [c0395eb0] visual_init+0xc8/0x114 [ 6.741492] [ea847b60] [c0397628] do_bind_con_driver+0x1e0/0x2e0 [ 6.741499] [ea847bb0] [c0397aa8] do_take_over_console+0x1a0/0x1b0 [ 6.741506] [ea847be0] [c036bbac] do_fbcon_takeover+0x80/0xd8 [ 6.741514] [ea847bf0] [c003f474] notifier_call_chain+0x60/0x94 [ 6.741522] [ea847c10] [c003f758] __blocking_notifier_call_chain+0x50/0x68 [ 6.741530] [ea847c30] [c0372fb0] register_framebuffer+0x250/0x280 [ 6.741538] [ea847ca0] [c03b91f0] drm_fb_helper_initial_config+0x320/0x394 [ 6.741545] [ea847ce0] [c040e3d0] radeon_fbdev_init+0xdc/0x114 [ 6.741552] [ea847d00] [c04085fc] radeon_modeset_init+0x5a8/0x938 [ 6.741558] [ea847d60] [c03e5ebc] radeon_driver_load_kms+0xcc/0x134 [ 6.741565] [ea847d80] [c03c1a5c] drm_dev_register+0x84/0xc8 [ 6.741572] [ea847da0] [c03c3b54] drm_get_pci_dev+0xf4/0x18c [ 6.741581] [ea847dc0] [c0357f44] pci_device_probe+0x78/0xcc [ 6.741588] [ea847de0] [c04ce61c] driver_probe_device+0x124/0x264 [ 6.741594] [ea847e00] [c04ce7e4] __driver_attach+0x88/0xb0 [ 6.741604] [ea847e20] [c04ccbc4] bus_for_each_dev+0x90/0xa0 [ 6.741610] [ea847e50] [c04cdc64] bus_add_driver+0xe0/0x1f0 [ 6.741616] [ea847e70] [c04ceee0] driver_register+0xb4/0xf8 [ 6.741623] [ea847e90] [c00015f8] do_one_initcall+0x11c/0x1a0 [ 6.741631] [ea847f00] [c0c5fa9c] kernel_init_freeable+0x130/0x1cc [ 6.741637] [ea847f30] [c0001bf4] kernel_init+0x14/0x108 [ 6.741644] [ea847f40] [c000b1d4] ret_from_kernel_thread+0x5c/0x64 [ 6.741647] Instruction dump: [ 6.741661] 4bfffdf0 9421ffb0 1d240084 7c0802a6 be61001c 90010054 83e3010c 7fff4a14 [ 6.741675] 81230160 7d492010 7d4a5110 394a0001 <0f0a0000> 7f844840 409c01a4 3ae3013c [ 6.741677] ---[ end trace fb371effa06ff91f ]--- [ 6.741793] ------------[ cut here ]------------ [ 6.741805] WARNING: CPU: 0 PID: 1 at drivers/gpu/drm/drm_irq.c:1368 drm_vblank_off+0x2c/0x1e0 [ 6.741809] Modules linked in: [ 6.741814] CPU: 0 PID: 1 Comm: swapper Tainted: G W 4.6.0-rc1-sam460ex-jm #23 [ 6.741818] task: ea850000 ti: ea846000 task.ti: ea846000 [ 6.741821] NIP: c03c057c LR: c03ec780 CTR: c03eec50 [ 6.741825] REGS: ea847860 TRAP: 0700 Tainted: G W (4.6.0-rc1-sam460ex-jm) [ 6.741836] MSR: 00029000 <CE,EE,ME> CR: 44004422 XER: 20000000 [ 6.741888] [ 6.741888] GPR00: c03ec780 ea847910 ea850000 ea9c9000 00000004 000000ff eab784ec ea9a3000 [ 6.741888] GPR08: 00000006 00000000 00000001 ea8479d0 24004422 00000000 c0bc0000 eeab9e28 [ 6.741888] GPR16: c0bc5340 c08aeaa4 000000f0 00000043 00300000 00000000 c0cf0000 c0e3bbe0 [ 6.741888] GPR24: 00000001 000000f0 ea806000 ee97a600 00000000 ea9c9000 eab78000 ee98b210 [ 6.741893] NIP [c03c057c] drm_vblank_off+0x2c/0x1e0 [ 6.741899] LR [c03ec780] atombios_crtc_dpms+0x90/0xf0 [ 6.741901] Call Trace: [ 6.741911] [ea847910] [c08aeaa4] atombios_helper_funcs+0x0/0x218 (unreliable) [ 6.741917] [ea847960] [c03ec780] atombios_crtc_dpms+0x90/0xf0 [ 6.741925] [ea847980] [c03eec74] atombios_crtc_disable+0x24/0x2a4 [ 6.741931] [ea8479d0] [c03abb8c] __drm_helper_disable_unused_functions+0x9c/0xd0 [ 6.741938] [ea8479f0] [c03ac494] drm_crtc_helper_set_config+0x1c0/0x934 [ 6.741947] [ea847a60] [c04062f4] radeon_crtc_set_config+0x30/0xb8 [ 6.741954] [ea847a70] [c03c8b28] drm_mode_set_config_internal+0x5c/0xe0 [ 6.741962] [ea847a90] [c03b7218] restore_fbdev_mode+0x20c/0x25c [ 6.741971] [ea847ac0] [c03b8e24] drm_fb_helper_restore_fbdev_mode_unlocked+0x40/0x8c [ 6.741978] [ea847ae0] [c03b8ebc] drm_fb_helper_set_par+0x4c/0x60 [ 6.741986] [ea847af0] [c036ba34] fbcon_init+0x318/0x410 [ 6.741993] [ea847b40] [c0395eb0] visual_init+0xc8/0x114 [ 6.742000] [ea847b60] [c0397628] do_bind_con_driver+0x1e0/0x2e0 [ 6.742007] [ea847bb0] [c0397aa8] do_take_over_console+0x1a0/0x1b0 [ 6.742013] [ea847be0] [c036bbac] do_fbcon_takeover+0x80/0xd8 [ 6.742022] [ea847bf0] [c003f474] notifier_call_chain+0x60/0x94 [ 6.742030] [ea847c10] [c003f758] __blocking_notifier_call_chain+0x50/0x68 [ 6.742039] [ea847c30] [c0372fb0] register_framebuffer+0x250/0x280 [ 6.742046] [ea847ca0] [c03b91f0] drm_fb_helper_initial_config+0x320/0x394 [ 6.742054] [ea847ce0] [c040e3d0] radeon_fbdev_init+0xdc/0x114 [ 6.742061] [ea847d00] [c04085fc] radeon_modeset_init+0x5a8/0x938 [ 6.742067] [ea847d60] [c03e5ebc] radeon_driver_load_kms+0xcc/0x134 [ 6.742074] [ea847d80] [c03c1a5c] drm_dev_register+0x84/0xc8 [ 6.742081] [ea847da0] [c03c3b54] drm_get_pci_dev+0xf4/0x18c [ 6.742090] [ea847dc0] [c0357f44] pci_device_probe+0x78/0xcc [ 6.742098] [ea847de0] [c04ce61c] driver_probe_device+0x124/0x264 [ 6.742104] [ea847e00] [c04ce7e4] __driver_attach+0x88/0xb0 [ 6.742115] [ea847e20] [c04ccbc4] bus_for_each_dev+0x90/0xa0 [ 6.742121] [ea847e50] [c04cdc64] bus_add_driver+0xe0/0x1f0 [ 6.742128] [ea847e70] [c04ceee0] driver_register+0xb4/0xf8 [ 6.742135] [ea847e90] [c00015f8] do_one_initcall+0x11c/0x1a0 [ 6.742143] [ea847f00] [c0c5fa9c] kernel_init_freeable+0x130/0x1cc [ 6.742149] [ea847f30] [c0001bf4] kernel_init+0x14/0x108 [ 6.742156] [ea847f40] [c000b1d4] ret_from_kernel_thread+0x5c/0x64 [ 6.742159] Instruction dump: [ 6.742173] 4bfffdf0 9421ffb0 1d240084 7c0802a6 be61001c 90010054 83e3010c 7fff4a14 [ 6.742187] 81230160 7d492010 7d4a5110 394a0001 <0f0a0000> 7f844840 409c01a4 3ae3013c [ 6.742190] ---[ end trace fb371effa06ff920 ]--- [ 6.742279] ------------[ cut here ]------------ [ 6.742287] WARNING: CPU: 0 PID: 1 at drivers/gpu/drm/drm_irq.c:1368 drm_vblank_off+0x2c/0x1e0 [ 6.742290] Modules linked in: [ 6.742295] CPU: 0 PID: 1 Comm: swapper Tainted: G W 4.6.0-rc1-sam460ex-jm #23 [ 6.742298] task: ea850000 ti: ea846000 task.ti: ea846000 [ 6.742302] NIP: c03c057c LR: c03ec780 CTR: c03eec50 [ 6.742305] REGS: ea847860 TRAP: 0700 Tainted: G W (4.6.0-rc1-sam460ex-jm) [ 6.742316] MSR: 00029000 <CE,EE,ME> CR: 44004422 XER: 20000000 [ 6.742368] [ 6.742368] GPR00: c03ec780 ea847910 ea850000 ea9c9000 00000005 000000ff eab784ec ea9a3000 [ 6.742368] GPR08: 00000006 00000000 00000001 ea8479d0 24004422 00000000 c0bc0000 eeab9e28 [ 6.742368] GPR16: c0bc5340 c08aeaa4 000000f0 00000043 00300000 00000000 c0cf0000 c0e3bbe0 [ 6.742368] GPR24: 00000001 000000f0 ea806000 ee97a600 00000000 ea9c9000 eab78000 ee98b294 [ 6.742373] NIP [c03c057c] drm_vblank_off+0x2c/0x1e0 [ 6.742379] LR [c03ec780] atombios_crtc_dpms+0x90/0xf0 [ 6.742380] Call Trace: [ 6.742390] [ea847910] [c08aeaa4] atombios_helper_funcs+0x0/0x218 (unreliable) [ 6.742396] [ea847960] [c03ec780] atombios_crtc_dpms+0x90/0xf0 [ 6.742403] [ea847980] [c03eec74] atombios_crtc_disable+0x24/0x2a4 [ 6.742410] [ea8479d0] [c03abb8c] __drm_helper_disable_unused_functions+0x9c/0xd0 [ 6.742417] [ea8479f0] [c03ac494] drm_crtc_helper_set_config+0x1c0/0x934 [ 6.742425] [ea847a60] [c04062f4] radeon_crtc_set_config+0x30/0xb8 [ 6.742432] [ea847a70] [c03c8b28] drm_mode_set_config_internal+0x5c/0xe0 [ 6.742441] [ea847a90] [c03b7218] restore_fbdev_mode+0x20c/0x25c [ 6.742449] [ea847ac0] [c03b8e24] drm_fb_helper_restore_fbdev_mode_unlocked+0x40/0x8c [ 6.742456] [ea847ae0] [c03b8ebc] drm_fb_helper_set_par+0x4c/0x60 [ 6.742464] [ea847af0] [c036ba34] fbcon_init+0x318/0x410 [ 6.742471] [ea847b40] [c0395eb0] visual_init+0xc8/0x114 [ 6.742478] [ea847b60] [c0397628] do_bind_con_driver+0x1e0/0x2e0 [ 6.742485] [ea847bb0] [c0397aa8] do_take_over_console+0x1a0/0x1b0 [ 6.742492] [ea847be0] [c036bbac] do_fbcon_takeover+0x80/0xd8 [ 6.742500] [ea847bf0] [c003f474] notifier_call_chain+0x60/0x94 [ 6.742508] [ea847c10] [c003f758] __blocking_notifier_call_chain+0x50/0x68 [ 6.742516] [ea847c30] [c0372fb0] register_framebuffer+0x250/0x280 [ 6.742524] [ea847ca0] [c03b91f0] drm_fb_helper_initial_config+0x320/0x394 [ 6.742531] [ea847ce0] [c040e3d0] radeon_fbdev_init+0xdc/0x114 [ 6.742538] [ea847d00] [c04085fc] radeon_modeset_init+0x5a8/0x938 [ 6.742544] [ea847d60] [c03e5ebc] radeon_driver_load_kms+0xcc/0x134 [ 6.742551] [ea847d80] [c03c1a5c] drm_dev_register+0x84/0xc8 [ 6.742558] [ea847da0] [c03c3b54] drm_get_pci_dev+0xf4/0x18c [ 6.742567] [ea847dc0] [c0357f44] pci_device_probe+0x78/0xcc [ 6.742574] [ea847de0] [c04ce61c] driver_probe_device+0x124/0x264 [ 6.742581] [ea847e00] [c04ce7e4] __driver_attach+0x88/0xb0 [ 6.742590] [ea847e20] [c04ccbc4] bus_for_each_dev+0x90/0xa0 [ 6.742596] [ea847e50] [c04cdc64] bus_add_driver+0xe0/0x1f0 [ 6.742603] [ea847e70] [c04ceee0] driver_register+0xb4/0xf8 [ 6.742609] [ea847e90] [c00015f8] do_one_initcall+0x11c/0x1a0 [ 6.742618] [ea847f00] [c0c5fa9c] kernel_init_freeable+0x130/0x1cc [ 6.742624] [ea847f30] [c0001bf4] kernel_init+0x14/0x108 [ 6.742631] [ea847f40] [c000b1d4] ret_from_kernel_thread+0x5c/0x64 [ 6.742633] Instruction dump: [ 6.742647] 4bfffdf0 9421ffb0 1d240084 7c0802a6 be61001c 90010054 83e3010c 7fff4a14 [ 6.742661] 81230160 7d492010 7d4a5110 394a0001 <0f0a0000> 7f844840 409c01a4 3ae3013c [ 6.742664] ---[ end trace fb371effa06ff921 ]--- [ 6.742804] ------------[ cut here ]------------ [ 6.742815] WARNING: CPU: 0 PID: 1 at drivers/gpu/drm/drm_irq.c:1368 drm_vblank_off+0x2c/0x1e0 [ 6.742819] Modules linked in: [ 6.742825] CPU: 0 PID: 1 Comm: swapper Tainted: G W 4.6.0-rc1-sam460ex-jm #23 [ 6.742829] task: ea850000 ti: ea846000 task.ti: ea846000 [ 6.742832] NIP: c03c057c LR: c03ec780 CTR: c03eec50 [ 6.742836] REGS: ea847860 TRAP: 0700 Tainted: G W (4.6.0-rc1-sam460ex-jm) [ 6.742846] MSR: 00029000 <CE,EE,ME> CR: 44004222 XER: 20000000 [ 6.742898] [ 6.742898] GPR00: c03ec780 ea847910 ea850000 ea9c9000 00000001 00000000 00000000 ffb45f60 [ 6.742898] GPR08: ee97f600 00000000 00000001 ea8479d0 24004222 00000000 c0bc0000 eeab9e50 [ 6.742898] GPR16: c0bc5340 c08aeaa4 000000f0 00000043 00300000 00000000 c0cf0000 c0e3bbe0 [ 6.742898] GPR24: 00000001 000000f0 ea806000 ee97a600 00000000 ea9c9000 eab78000 ee98b084 [ 6.742903] NIP [c03c057c] drm_vblank_off+0x2c/0x1e0 [ 6.742910] LR [c03ec780] atombios_crtc_dpms+0x90/0xf0 [ 6.742912] Call Trace: [ 6.742919] [ea847960] [c03ec780] atombios_crtc_dpms+0x90/0xf0 [ 6.742926] [ea847980] [c03eec74] atombios_crtc_disable+0x24/0x2a4 [ 6.742933] [ea8479d0] [c03abb8c] __drm_helper_disable_unused_functions+0x9c/0xd0 [ 6.742939] [ea8479f0] [c03ac494] drm_crtc_helper_set_config+0x1c0/0x934 [ 6.742948] [ea847a60] [c04062f4] radeon_crtc_set_config+0x30/0xb8 [ 6.742955] [ea847a70] [c03c8b28] drm_mode_set_config_internal+0x5c/0xe0 [ 6.742964] [ea847a90] [c03b7218] restore_fbdev_mode+0x20c/0x25c [ 6.742973] [ea847ac0] [c03b8e24] drm_fb_helper_restore_fbdev_mode_unlocked+0x40/0x8c [ 6.742980] [ea847ae0] [c03b8ebc] drm_fb_helper_set_par+0x4c/0x60 [ 6.742988] [ea847af0] [c036ba34] fbcon_init+0x318/0x410 [ 6.742995] [ea847b40] [c0395eb0] visual_init+0xc8/0x114 [ 6.743002] [ea847b60] [c0397628] do_bind_con_driver+0x1e0/0x2e0 [ 6.743009] [ea847bb0] [c0397aa8] do_take_over_console+0x1a0/0x1b0 [ 6.743016] [ea847be0] [c036bbac] do_fbcon_takeover+0x80/0xd8 [ 6.743024] [ea847bf0] [c003f474] notifier_call_chain+0x60/0x94 [ 6.743032] [ea847c10] [c003f758] __blocking_notifier_call_chain+0x50/0x68 [ 6.743041] [ea847c30] [c0372fb0] register_framebuffer+0x250/0x280 [ 6.743048] [ea847ca0] [c03b91f0] drm_fb_helper_initial_config+0x320/0x394 [ 6.743056] [ea847ce0] [c040e3d0] radeon_fbdev_init+0xdc/0x114 [ 6.743063] [ea847d00] [c04085fc] radeon_modeset_init+0x5a8/0x938 [ 6.743069] [ea847d60] [c03e5ebc] radeon_driver_load_kms+0xcc/0x134 [ 6.743076] [ea847d80] [c03c1a5c] drm_dev_register+0x84/0xc8 [ 6.743083] [ea847da0] [c03c3b54] drm_get_pci_dev+0xf4/0x18c [ 6.743092] [ea847dc0] [c0357f44] pci_device_probe+0x78/0xcc [ 6.743100] [ea847de0] [c04ce61c] driver_probe_device+0x124/0x264 [ 6.743106] [ea847e00] [c04ce7e4] __driver_attach+0x88/0xb0 [ 6.743116] [ea847e20] [c04ccbc4] bus_for_each_dev+0x90/0xa0 [ 6.743122] [ea847e50] [c04cdc64] bus_add_driver+0xe0/0x1f0 [ 6.743129] [ea847e70] [c04ceee0] driver_register+0xb4/0xf8 [ 6.743136] [ea847e90] [c00015f8] do_one_initcall+0x11c/0x1a0 [ 6.743145] [ea847f00] [c0c5fa9c] kernel_init_freeable+0x130/0x1cc [ 6.743151] [ea847f30] [c0001bf4] kernel_init+0x14/0x108 [ 6.743158] [ea847f40] [c000b1d4] ret_from_kernel_thread+0x5c/0x64 [ 6.743161] Instruction dump: [ 6.743175] 4bfffdf0 9421ffb0 1d240084 7c0802a6 be61001c 90010054 83e3010c 7fff4a14 [ 6.743189] 81230160 7d492010 7d4a5110 394a0001 <0f0a0000> 7f844840 409c01a4 3ae3013c [ 6.743192] ---[ end trace fb371effa06ff922 ]--- [ 6.743281] ------------[ cut here ]------------ [ 6.743289] WARNING: CPU: 0 PID: 1 at drivers/gpu/drm/drm_irq.c:1368 drm_vblank_off+0x2c/0x1e0 [ 6.743292] Modules linked in: [ 6.743297] CPU: 0 PID: 1 Comm: swapper Tainted: G W 4.6.0-rc1-sam460ex-jm #23 [ 6.743301] task: ea850000 ti: ea846000 task.ti: ea846000 [ 6.743304] NIP: c03c057c LR: c03ec780 CTR: c03eec50 [ 6.743307] REGS: ea847860 TRAP: 0700 Tainted: G W (4.6.0-rc1-sam460ex-jm) [ 6.743318] MSR: 00029000 <CE,EE,ME> CR: 44004422 XER: 20000000 [ 6.743370] [ 6.743370] GPR00: c03ec780 ea847910 ea850000 ea9c9000 00000002 000000ff eab784ec ea9a3000 [ 6.743370] GPR08: 00000006 00000000 00000001 ea8479d0 24004422 00000000 c0bc0000 eeab9e50 [ 6.743370] GPR16: c0bc5340 c08aeaa4 000000f0 00000043 00300000 00000000 c0cf0000 c0e3bbe0 [ 6.743370] GPR24: 00000001 000000f0 ea806000 ee97a600 00000000 ea9c9000 eab78000 ee98b108 [ 6.743375] NIP [c03c057c] drm_vblank_off+0x2c/0x1e0 [ 6.743381] LR [c03ec780] atombios_crtc_dpms+0x90/0xf0 [ 6.743382] Call Trace: [ 6.743392] [ea847910] [c08aeaa4] atombios_helper_funcs+0x0/0x218 (unreliable) [ 6.743399] [ea847960] [c03ec780] atombios_crtc_dpms+0x90/0xf0 [ 6.743406] [ea847980] [c03eec74] atombios_crtc_disable+0x24/0x2a4 [ 6.743413] [ea8479d0] [c03abb8c] __drm_helper_disable_unused_functions+0x9c/0xd0 [ 6.743419] [ea8479f0] [c03ac494] drm_crtc_helper_set_config+0x1c0/0x934 [ 6.743428] [ea847a60] [c04062f4] radeon_crtc_set_config+0x30/0xb8 [ 6.743434] [ea847a70] [c03c8b28] drm_mode_set_config_internal+0x5c/0xe0 [ 6.743443] [ea847a90] [c03b7218] restore_fbdev_mode+0x20c/0x25c [ 6.743451] [ea847ac0] [c03b8e24] drm_fb_helper_restore_fbdev_mode_unlocked+0x40/0x8c [ 6.743459] [ea847ae0] [c03b8ebc] drm_fb_helper_set_par+0x4c/0x60 [ 6.743466] [ea847af0] [c036ba34] fbcon_init+0x318/0x410 [ 6.743473] [ea847b40] [c0395eb0] visual_init+0xc8/0x114 [ 6.743480] [ea847b60] [c0397628] do_bind_con_driver+0x1e0/0x2e0 [ 6.743487] [ea847bb0] [c0397aa8] do_take_over_console+0x1a0/0x1b0 [ 6.743494] [ea847be0] [c036bbac] do_fbcon_takeover+0x80/0xd8 [ 6.743503] [ea847bf0] [c003f474] notifier_call_chain+0x60/0x94 [ 6.743510] [ea847c10] [c003f758] __blocking_notifier_call_chain+0x50/0x68 [ 6.743519] [ea847c30] [c0372fb0] register_framebuffer+0x250/0x280 [ 6.743526] [ea847ca0] [c03b91f0] drm_fb_helper_initial_config+0x320/0x394 [ 6.743534] [ea847ce0] [c040e3d0] radeon_fbdev_init+0xdc/0x114 [ 6.743541] [ea847d00] [c04085fc] radeon_modeset_init+0x5a8/0x938 [ 6.743547] [ea847d60] [c03e5ebc] radeon_driver_load_kms+0xcc/0x134 [ 6.743554] [ea847d80] [c03c1a5c] drm_dev_register+0x84/0xc8 [ 6.743561] [ea847da0] [c03c3b54] drm_get_pci_dev+0xf4/0x18c [ 6.743569] [ea847dc0] [c0357f44] pci_device_probe+0x78/0xcc [ 6.743577] [ea847de0] [c04ce61c] driver_probe_device+0x124/0x264 [ 6.743583] [ea847e00] [c04ce7e4] __driver_attach+0x88/0xb0 [ 6.743592] [ea847e20] [c04ccbc4] bus_for_each_dev+0x90/0xa0 [ 6.743598] [ea847e50] [c04cdc64] bus_add_driver+0xe0/0x1f0 [ 6.743605] [ea847e70] [c04ceee0] driver_register+0xb4/0xf8 [ 6.743612] [ea847e90] [c00015f8] do_one_initcall+0x11c/0x1a0 [ 6.743620] [ea847f00] [c0c5fa9c] kernel_init_freeable+0x130/0x1cc [ 6.743626] [ea847f30] [c0001bf4] kernel_init+0x14/0x108 [ 6.743633] [ea847f40] [c000b1d4] ret_from_kernel_thread+0x5c/0x64 [ 6.743636] Instruction dump: [ 6.743649] 4bfffdf0 9421ffb0 1d240084 7c0802a6 be61001c 90010054 83e3010c 7fff4a14 [ 6.743663] 81230160 7d492010 7d4a5110 394a0001 <0f0a0000> 7f844840 409c01a4 3ae3013c [ 6.743666] ---[ end trace fb371effa06ff923 ]--- [ 6.743782] ------------[ cut here ]------------ [ 6.743794] WARNING: CPU: 0 PID: 1 at drivers/gpu/drm/drm_irq.c:1368 drm_vblank_off+0x2c/0x1e0 [ 6.743798] Modules linked in: [ 6.743804] CPU: 0 PID: 1 Comm: swapper Tainted: G W 4.6.0-rc1-sam460ex-jm #23 [ 6.743807] task: ea850000 ti: ea846000 task.ti: ea846000 [ 6.743811] NIP: c03c057c LR: c03ec780 CTR: c03eec50 [ 6.743814] REGS: ea847860 TRAP: 0700 Tainted: G W (4.6.0-rc1-sam460ex-jm) [ 6.743825] MSR: 00029000 <CE,EE,ME> CR: 44004422 XER: 20000000 [ 6.743877] [ 6.743877] GPR00: c03ec780 ea847910 ea850000 ea9c9000 00000003 000000ff eab784ec ea9a3000 [ 6.743877] GPR08: 00000006 00000000 00000001 ea8479d0 24004422 00000000 c0bc0000 eeab9e50 [ 6.743877] GPR16: c0bc5340 c08aeaa4 000000f0 00000043 00300000 00000000 c0cf0000 c0e3bbe0 [ 6.743877] GPR24: 00000001 000000f0 ea806000 ee97a600 00000000 ea9c9000 eab78000 ee98b18c [ 6.743882] NIP [c03c057c] drm_vblank_off+0x2c/0x1e0 [ 6.743889] LR [c03ec780] atombios_crtc_dpms+0x90/0xf0 [ 6.743890] Call Trace: [ 6.743900] [ea847910] [c08aeaa4] atombios_helper_funcs+0x0/0x218 (unreliable) [ 6.743906] [ea847960] [c03ec780] atombios_crtc_dpms+0x90/0xf0 [ 6.743914] [ea847980] [c03eec74] atombios_crtc_disable+0x24/0x2a4 [ 6.743921] [ea8479d0] [c03abb8c] __drm_helper_disable_unused_functions+0x9c/0xd0 [ 6.743927] [ea8479f0] [c03ac494] drm_crtc_helper_set_config+0x1c0/0x934 [ 6.743936] [ea847a60] [c04062f4] radeon_crtc_set_config+0x30/0xb8 [ 6.743943] [ea847a70] [c03c8b28] drm_mode_set_config_internal+0x5c/0xe0 [ 6.743951] [ea847a90] [c03b7218] restore_fbdev_mode+0x20c/0x25c [ 6.743959] [ea847ac0] [c03b8e24] drm_fb_helper_restore_fbdev_mode_unlocked+0x40/0x8c [ 6.743967] [ea847ae0] [c03b8ebc] drm_fb_helper_set_par+0x4c/0x60 [ 6.743974] [ea847af0] [c036ba34] fbcon_init+0x318/0x410 [ 6.743982] [ea847b40] [c0395eb0] visual_init+0xc8/0x114 [ 6.743989] [ea847b60] [c0397628] do_bind_con_driver+0x1e0/0x2e0 [ 6.743996] [ea847bb0] [c0397aa8] do_take_over_console+0x1a0/0x1b0 [ 6.744002] [ea847be0] [c036bbac] do_fbcon_takeover+0x80/0xd8 [ 6.744012] [ea847bf0] [c003f474] notifier_call_chain+0x60/0x94 [ 6.744019] [ea847c10] [c003f758] __blocking_notifier_call_chain+0x50/0x68 [ 6.744028] [ea847c30] [c0372fb0] register_framebuffer+0x250/0x280 [ 6.744035] [ea847ca0] [c03b91f0] drm_fb_helper_initial_config+0x320/0x394 [ 6.744043] [ea847ce0] [c040e3d0] radeon_fbdev_init+0xdc/0x114 [ 6.744050] [ea847d00] [c04085fc] radeon_modeset_init+0x5a8/0x938 [ 6.744056] [ea847d60] [c03e5ebc] radeon_driver_load_kms+0xcc/0x134 [ 6.744063] [ea847d80] [c03c1a5c] drm_dev_register+0x84/0xc8 [ 6.744070] [ea847da0] [c03c3b54] drm_get_pci_dev+0xf4/0x18c [ 6.744079] [ea847dc0] [c0357f44] pci_device_probe+0x78/0xcc [ 6.744086] [ea847de0] [c04ce61c] driver_probe_device+0x124/0x264 [ 6.744093] [ea847e00] [c04ce7e4] __driver_attach+0x88/0xb0 [ 6.744103] [ea847e20] [c04ccbc4] bus_for_each_dev+0x90/0xa0 [ 6.744109] [ea847e50] [c04cdc64] bus_add_driver+0xe0/0x1f0 [ 6.744115] [ea847e70] [c04ceee0] driver_register+0xb4/0xf8 [ 6.744122] [ea847e90] [c00015f8] do_one_initcall+0x11c/0x1a0 [ 6.744130] [ea847f00] [c0c5fa9c] kernel_init_freeable+0x130/0x1cc [ 6.744136] [ea847f30] [c0001bf4] kernel_init+0x14/0x108 [ 6.744143] [ea847f40] [c000b1d4] ret_from_kernel_thread+0x5c/0x64 [ 6.744146] Instruction dump: [ 6.744161] 4bfffdf0 9421ffb0 1d240084 7c0802a6 be61001c 90010054 83e3010c 7fff4a14 [ 6.744174] 81230160 7d492010 7d4a5110 394a0001 <0f0a0000> 7f844840 409c01a4 3ae3013c [ 6.744177] ---[ end trace fb371effa06ff924 ]--- [ 6.744268] ------------[ cut here ]------------ [ 6.744276] WARNING: CPU: 0 PID: 1 at drivers/gpu/drm/drm_irq.c:1368 drm_vblank_off+0x2c/0x1e0 [ 6.744279] Modules linked in: [ 6.744284] CPU: 0 PID: 1 Comm: swapper Tainted: G W 4.6.0-rc1-sam460ex-jm #23 [ 6.744288] task: ea850000 ti: ea846000 task.ti: ea846000 [ 6.744291] NIP: c03c057c LR: c03ec780 CTR: c03eec50 [ 6.744295] REGS: ea847860 TRAP: 0700 Tainted: G W (4.6.0-rc1-sam460ex-jm) [ 6.744305] MSR: 00029000 <CE,EE,ME> CR: 44004422 XER: 20000000 [ 6.744357] [ 6.744357] GPR00: c03ec780 ea847910 ea850000 ea9c9000 00000004 000000ff eab784ec ea9a3000 [ 6.744357] GPR08: 00000006 00000000 00000001 ea8479d0 24004422 00000000 c0bc0000 eeab9e50 [ 6.744357] GPR16: c0bc5340 c08aeaa4 000000f0 00000043 00300000 00000000 c0cf0000 c0e3bbe0 [ 6.744357] GPR24: 00000001 000000f0 ea806000 ee97a600 00000000 ea9c9000 eab78000 ee98b210 [ 6.744362] NIP [c03c057c] drm_vblank_off+0x2c/0x1e0 [ 6.744368] LR [c03ec780] atombios_crtc_dpms+0x90/0xf0 [ 6.744370] Call Trace: [ 6.744379] [ea847910] [c08aeaa4] atombios_helper_funcs+0x0/0x218 (unreliable) [ 6.744386] [ea847960] [c03ec780] atombios_crtc_dpms+0x90/0xf0 [ 6.744393] [ea847980] [c03eec74] atombios_crtc_disable+0x24/0x2a4 [ 6.744400] [ea8479d0] [c03abb8c] __drm_helper_disable_unused_functions+0x9c/0xd0 [ 6.744406] [ea8479f0] [c03ac494] drm_crtc_helper_set_config+0x1c0/0x934 [ 6.744415] [ea847a60] [c04062f4] radeon_crtc_set_config+0x30/0xb8 [ 6.744421] [ea847a70] [c03c8b28] drm_mode_set_config_internal+0x5c/0xe0 [ 6.744430] [ea847a90] [c03b7218] restore_fbdev_mode+0x20c/0x25c [ 6.744438] [ea847ac0] [c03b8e24] drm_fb_helper_restore_fbdev_mode_unlocked+0x40/0x8c [ 6.744446] [ea847ae0] [c03b8ebc] drm_fb_helper_set_par+0x4c/0x60 [ 6.744453] [ea847af0] [c036ba34] fbcon_init+0x318/0x410 [ 6.744460] [ea847b40] [c0395eb0] visual_init+0xc8/0x114 [ 6.744468] [ea847b60] [c0397628] do_bind_con_driver+0x1e0/0x2e0 [ 6.744475] [ea847bb0] [c0397aa8] do_take_over_console+0x1a0/0x1b0 [ 6.744481] [ea847be0] [c036bbac] do_fbcon_takeover+0x80/0xd8 [ 6.744490] [ea847bf0] [c003f474] notifier_call_chain+0x60/0x94 [ 6.744498] [ea847c10] [c003f758] __blocking_notifier_call_chain+0x50/0x68 [ 6.744506] [ea847c30] [c0372fb0] register_framebuffer+0x250/0x280 [ 6.744514] [ea847ca0] [c03b91f0] drm_fb_helper_initial_config+0x320/0x394 [ 6.744521] [ea847ce0] [c040e3d0] radeon_fbdev_init+0xdc/0x114 [ 6.744528] [ea847d00] [c04085fc] radeon_modeset_init+0x5a8/0x938 [ 6.744534] [ea847d60] [c03e5ebc] radeon_driver_load_kms+0xcc/0x134 [ 6.744541] [ea847d80] [c03c1a5c] drm_dev_register+0x84/0xc8 [ 6.744548] [ea847da0] [c03c3b54] drm_get_pci_dev+0xf4/0x18c [ 6.744557] [ea847dc0] [c0357f44] pci_device_probe+0x78/0xcc [ 6.744564] [ea847de0] [c04ce61c] driver_probe_device+0x124/0x264 [ 6.744570] [ea847e00] [c04ce7e4] __driver_attach+0x88/0xb0 [ 6.744580] [ea847e20] [c04ccbc4] bus_for_each_dev+0x90/0xa0 [ 6.744586] [ea847e50] [c04cdc64] bus_add_driver+0xe0/0x1f0 [ 6.744592] [ea847e70] [c04ceee0] driver_register+0xb4/0xf8 [ 6.744599] [ea847e90] [c00015f8] do_one_initcall+0x11c/0x1a0 [ 6.744607] [ea847f00] [c0c5fa9c] kernel_init_freeable+0x130/0x1cc [ 6.744613] [ea847f30] [c0001bf4] kernel_init+0x14/0x108 [ 6.744620] [ea847f40] [c000b1d4] ret_from_kernel_thread+0x5c/0x64 [ 6.744623] Instruction dump: [ 6.744637] 4bfffdf0 9421ffb0 1d240084 7c0802a6 be61001c 90010054 83e3010c 7fff4a14 [ 6.744650] 81230160 7d492010 7d4a5110 394a0001 <0f0a0000> 7f844840 409c01a4 3ae3013c [ 6.744653] ---[ end trace fb371effa06ff925 ]--- [ 6.744768] ------------[ cut here ]------------ [ 6.744779] WARNING: CPU: 0 PID: 1 at drivers/gpu/drm/drm_irq.c:1368 drm_vblank_off+0x2c/0x1e0 [ 6.744783] Modules linked in: [ 6.744789] CPU: 0 PID: 1 Comm: swapper Tainted: G W 4.6.0-rc1-sam460ex-jm #23 [ 6.744793] task: ea850000 ti: ea846000 task.ti: ea846000 [ 6.744796] NIP: c03c057c LR: c03ec780 CTR: c03eec50 [ 6.744800] REGS: ea847860 TRAP: 0700 Tainted: G W (4.6.0-rc1-sam460ex-jm) [ 6.744810] MSR: 00029000 <CE,EE,ME> CR: 44004422 XER: 20000000 [ 6.744862] [ 6.744862] GPR00: c03ec780 ea847910 ea850000 ea9c9000 00000005 000000ff eab784ec ea9a3000 [ 6.744862] GPR08: 00000006 00000000 00000001 ea8479d0 24004422 00000000 c0bc0000 eeab9e50 [ 6.744862] GPR16: c0bc5340 c08aeaa4 000000f0 00000043 00300000 00000000 c0cf0000 c0e3bbe0 [ 6.744862] GPR24: 00000001 000000f0 ea806000 ee97a600 00000000 ea9c9000 eab78000 ee98b294 [ 6.744867] NIP [c03c057c] drm_vblank_off+0x2c/0x1e0 [ 6.744874] LR [c03ec780] atombios_crtc_dpms+0x90/0xf0 [ 6.744876] Call Trace: [ 6.744885] [ea847910] [c08aeaa4] atombios_helper_funcs+0x0/0x218 (unreliable) [ 6.744892] [ea847960] [c03ec780] atombios_crtc_dpms+0x90/0xf0 [ 6.744899] [ea847980] [c03eec74] atombios_crtc_disable+0x24/0x2a4 [ 6.744906] [ea8479d0] [c03abb8c] __drm_helper_disable_unused_functions+0x9c/0xd0 [ 6.744913] [ea8479f0] [c03ac494] drm_crtc_helper_set_config+0x1c0/0x934 [ 6.744922] [ea847a60] [c04062f4] radeon_crtc_set_config+0x30/0xb8 [ 6.744928] [ea847a70] [c03c8b28] drm_mode_set_config_internal+0x5c/0xe0 [ 6.744937] [ea847a90] [c03b7218] restore_fbdev_mode+0x20c/0x25c [ 6.744946] [ea847ac0] [c03b8e24] drm_fb_helper_restore_fbdev_mode_unlocked+0x40/0x8c [ 6.744953] [ea847ae0] [c03b8ebc] drm_fb_helper_set_par+0x4c/0x60 [ 6.744961] [ea847af0] [c036ba34] fbcon_init+0x318/0x410 [ 6.744968] [ea847b40] [c0395eb0] visual_init+0xc8/0x114 [ 6.744975] [ea847b60] [c0397628] do_bind_con_driver+0x1e0/0x2e0 [ 6.744982] [ea847bb0] [c0397aa8] do_take_over_console+0x1a0/0x1b0 [ 6.744989] [ea847be0] [c036bbac] do_fbcon_takeover+0x80/0xd8 [ 6.744997] [ea847bf0] [c003f474] notifier_call_chain+0x60/0x94 [ 6.745005] [ea847c10] [c003f758] __blocking_notifier_call_chain+0x50/0x68 [ 6.745013] [ea847c30] [c0372fb0] register_framebuffer+0x250/0x280 [ 6.745021] [ea847ca0] [c03b91f0] drm_fb_helper_initial_config+0x320/0x394 [ 6.745029] [ea847ce0] [c040e3d0] radeon_fbdev_init+0xdc/0x114 [ 6.745036] [ea847d00] [c04085fc] radeon_modeset_init+0x5a8/0x938 [ 6.745042] [ea847d60] [c03e5ebc] radeon_driver_load_kms+0xcc/0x134 [ 6.745049] [ea847d80] [c03c1a5c] drm_dev_register+0x84/0xc8 [ 6.745056] [ea847da0] [c03c3b54] drm_get_pci_dev+0xf4/0x18c [ 6.745065] [ea847dc0] [c0357f44] pci_device_probe+0x78/0xcc [ 6.745072] [ea847de0] [c04ce61c] driver_probe_device+0x124/0x264 [ 6.745078] [ea847e00] [c04ce7e4] __driver_attach+0x88/0xb0 [ 6.745088] [ea847e20] [c04ccbc4] bus_for_each_dev+0x90/0xa0 [ 6.745094] [ea847e50] [c04cdc64] bus_add_driver+0xe0/0x1f0 [ 6.745101] [ea847e70] [c04ceee0] driver_register+0xb4/0xf8 [ 6.745108] [ea847e90] [c00015f8] do_one_initcall+0x11c/0x1a0 [ 6.745116] [ea847f00] [c0c5fa9c] kernel_init_freeable+0x130/0x1cc [ 6.745122] [ea847f30] [c0001bf4] kernel_init+0x14/0x108 [ 6.745129] [ea847f40] [c000b1d4] ret_from_kernel_thread+0x5c/0x64 [ 6.745132] Instruction dump: [ 6.745146] 4bfffdf0 9421ffb0 1d240084 7c0802a6 be61001c 90010054 83e3010c 7fff4a14 [ 6.745160] 81230160 7d492010 7d4a5110 394a0001 <0f0a0000> 7f844840 409c01a4 3ae3013c [ 6.745163] ---[ end trace fb371effa06ff926 ]--- [ 6.745278] ------------[ cut here ]------------ [ 6.745287] WARNING: CPU: 0 PID: 1 at drivers/gpu/drm/drm_irq.c:1368 drm_vblank_off+0x2c/0x1e0 [ 6.745290] Modules linked in: [ 6.745295] CPU: 0 PID: 1 Comm: swapper Tainted: G W 4.6.0-rc1-sam460ex-jm #23 [ 6.745299] task: ea850000 ti: ea846000 task.ti: ea846000 [ 6.745302] NIP: c03c057c LR: c03ec780 CTR: c03eec50 [ 6.745306] REGS: ea847860 TRAP: 0700 Tainted: G W (4.6.0-rc1-sam460ex-jm) [ 6.745316] MSR: 00029000 <CE,EE,ME> CR: 44004222 XER: 20000000 [ 6.745368] [ 6.745368] GPR00: c03ec780 ea847910 ea850000 ea9c9000 00000001 00000000 00000000 ffb45f60 [ 6.745368] GPR08: ee97f600 00000000 00000001 ea8479d0 24004222 00000000 c0bc0000 eeab9e78 [ 6.745368] GPR16: c0bc5340 c08aeaa4 000000f0 00000043 00300000 00000000 c0cf0000 c0e3bbe0 [ 6.745368] GPR24: 00000001 000000f0 ea806000 ee97a600 00000000 ea9c9000 eab78000 ee98b084 [ 6.745373] NIP [c03c057c] drm_vblank_off+0x2c/0x1e0 [ 6.745379] LR [c03ec780] atombios_crtc_dpms+0x90/0xf0 [ 6.745381] Call Trace: [ 6.745387] [ea847960] [c03ec780] atombios_crtc_dpms+0x90/0xf0 [ 6.745394] [ea847980] [c03eec74] atombios_crtc_disable+0x24/0x2a4 [ 6.745401] [ea8479d0] [c03abb8c] __drm_helper_disable_unused_functions+0x9c/0xd0 [ 6.745408] [ea8479f0] [c03ac494] drm_crtc_helper_set_config+0x1c0/0x934 [ 6.745416] [ea847a60] [c04062f4] radeon_crtc_set_config+0x30/0xb8 [ 6.745423] [ea847a70] [c03c8b28] drm_mode_set_config_internal+0x5c/0xe0 [ 6.745432] [ea847a90] [c03b7218] restore_fbdev_mode+0x20c/0x25c [ 6.745441] [ea847ac0] [c03b8e24] drm_fb_helper_restore_fbdev_mode_unlocked+0x40/0x8c [ 6.745448] [ea847ae0] [c03b8ebc] drm_fb_helper_set_par+0x4c/0x60 [ 6.745456] [ea847af0] [c036ba34] fbcon_init+0x318/0x410 [ 6.745463] [ea847b40] [c0395eb0] visual_init+0xc8/0x114 [ 6.745470] [ea847b60] [c0397628] do_bind_con_driver+0x1e0/0x2e0 [ 6.745477] [ea847bb0] [c0397aa8] do_take_over_console+0x1a0/0x1b0 [ 6.745483] [ea847be0] [c036bbac] do_fbcon_takeover+0x80/0xd8 [ 6.745492] [ea847bf0] [c003f474] notifier_call_chain+0x60/0x94 [ 6.745500] [ea847c10] [c003f758] __blocking_notifier_call_chain+0x50/0x68 [ 6.745508] [ea847c30] [c0372fb0] register_framebuffer+0x250/0x280 [ 6.745516] [ea847ca0] [c03b91f0] drm_fb_helper_initial_config+0x320/0x394 [ 6.745523] [ea847ce0] [c040e3d0] radeon_fbdev_init+0xdc/0x114 [ 6.745530] [ea847d00] [c04085fc] radeon_modeset_init+0x5a8/0x938 [ 6.745536] [ea847d60] [c03e5ebc] radeon_driver_load_kms+0xcc/0x134 [ 6.745543] [ea847d80] [c03c1a5c] drm_dev_register+0x84/0xc8 [ 6.745550] [ea847da0] [c03c3b54] drm_get_pci_dev+0xf4/0x18c [ 6.745559] [ea847dc0] [c0357f44] pci_device_probe+0x78/0xcc [ 6.745566] [ea847de0] [c04ce61c] driver_probe_device+0x124/0x264 [ 6.745572] [ea847e00] [c04ce7e4] __driver_attach+0x88/0xb0 [ 6.745582] [ea847e20] [c04ccbc4] bus_for_each_dev+0x90/0xa0 [ 6.745588] [ea847e50] [c04cdc64] bus_add_driver+0xe0/0x1f0 [ 6.745594] [ea847e70] [c04ceee0] driver_register+0xb4/0xf8 [ 6.745602] [ea847e90] [c00015f8] do_one_initcall+0x11c/0x1a0 [ 6.745610] [ea847f00] [c0c5fa9c] kernel_init_freeable+0x130/0x1cc [ 6.745616] [ea847f30] [c0001bf4] kernel_init+0x14/0x108 [ 6.745623] [ea847f40] [c000b1d4] ret_from_kernel_thread+0x5c/0x64 [ 6.745626] Instruction dump: [ 6.745640] 4bfffdf0 9421ffb0 1d240084 7c0802a6 be61001c 90010054 83e3010c 7fff4a14 [ 6.745654] 81230160 7d492010 7d4a5110 394a0001 <0f0a0000> 7f844840 409c01a4 3ae3013c [ 6.745656] ---[ end trace fb371effa06ff927 ]--- [ 6.745774] ------------[ cut here ]------------ [ 6.745785] WARNING: CPU: 0 PID: 1 at drivers/gpu/drm/drm_irq.c:1368 drm_vblank_off+0x2c/0x1e0 [ 6.745789] Modules linked in: [ 6.745795] CPU: 0 PID: 1 Comm: swapper Tainted: G W 4.6.0-rc1-sam460ex-jm #23 [ 6.745799] task: ea850000 ti: ea846000 task.ti: ea846000 [ 6.745802] NIP: c03c057c LR: c03ec780 CTR: c03eec50 [ 6.745805] REGS: ea847860 TRAP: 0700 Tainted: G W (4.6.0-rc1-sam460ex-jm) [ 6.745816] MSR: 00029000 <CE,EE,ME> CR: 44004422 XER: 20000000 [ 6.745868] [ 6.745868] GPR00: c03ec780 ea847910 ea850000 ea9c9000 00000002 000000ff eab784ec ea9a3000 [ 6.745868] GPR08: 00000006 00000000 00000001 ea8479d0 24004422 00000000 c0bc0000 eeab9e78 [ 6.745868] GPR16: c0bc5340 c08aeaa4 000000f0 00000043 00300000 00000000 c0cf0000 c0e3bbe0 [ 6.745868] GPR24: 00000001 000000f0 ea806000 ee97a600 00000000 ea9c9000 eab78000 ee98b108 [ 6.745873] NIP [c03c057c] drm_vblank_off+0x2c/0x1e0 [ 6.745880] LR [c03ec780] atombios_crtc_dpms+0x90/0xf0 [ 6.745882] Call Trace: [ 6.745892] [ea847910] [c08aeaa4] atombios_helper_funcs+0x0/0x218 (unreliable) [ 6.745899] [ea847960] [c03ec780] atombios_crtc_dpms+0x90/0xf0 [ 6.745906] [ea847980] [c03eec74] atombios_crtc_disable+0x24/0x2a4 [ 6.745913] [ea8479d0] [c03abb8c] __drm_helper_disable_unused_functions+0x9c/0xd0 [ 6.745919] [ea8479f0] [c03ac494] drm_crtc_helper_set_config+0x1c0/0x934 [ 6.745929] [ea847a60] [c04062f4] radeon_crtc_set_config+0x30/0xb8 [ 6.745935] [ea847a70] [c03c8b28] drm_mode_set_config_internal+0x5c/0xe0 [ 6.745944] [ea847a90] [c03b7218] restore_fbdev_mode+0x20c/0x25c [ 6.745952] [ea847ac0] [c03b8e24] drm_fb_helper_restore_fbdev_mode_unlocked+0x40/0x8c [ 6.745959] [ea847ae0] [c03b8ebc] drm_fb_helper_set_par+0x4c/0x60 [ 6.745967] [ea847af0] [c036ba34] fbcon_init+0x318/0x410 [ 6.745974] [ea847b40] [c0395eb0] visual_init+0xc8/0x114 [ 6.745981] [ea847b60] [c0397628] do_bind_con_driver+0x1e0/0x2e0 [ 6.745988] [ea847bb0] [c0397aa8] do_take_over_console+0x1a0/0x1b0 [ 6.745995] [ea847be0] [c036bbac] do_fbcon_takeover+0x80/0xd8 [ 6.746004] [ea847bf0] [c003f474] notifier_call_chain+0x60/0x94 [ 6.746012] [ea847c10] [c003f758] __blocking_notifier_call_chain+0x50/0x68 [ 6.746020] [ea847c30] [c0372fb0] register_framebuffer+0x250/0x280 [ 6.746028] [ea847ca0] [c03b91f0] drm_fb_helper_initial_config+0x320/0x394 [ 6.746035] [ea847ce0] [c040e3d0] radeon_fbdev_init+0xdc/0x114 [ 6.746042] [ea847d00] [c04085fc] radeon_modeset_init+0x5a8/0x938 [ 6.746048] [ea847d60] [c03e5ebc] radeon_driver_load_kms+0xcc/0x134 [ 6.746055] [ea847d80] [c03c1a5c] drm_dev_register+0x84/0xc8 [ 6.746062] [ea847da0] [c03c3b54] drm_get_pci_dev+0xf4/0x18c [ 6.746071] [ea847dc0] [c0357f44] pci_device_probe+0x78/0xcc [ 6.746079] [ea847de0] [c04ce61c] driver_probe_device+0x124/0x264 [ 6.746085] [ea847e00] [c04ce7e4] __driver_attach+0x88/0xb0 [ 6.746095] [ea847e20] [c04ccbc4] bus_for_each_dev+0x90/0xa0 [ 6.746102] [ea847e50] [c04cdc64] bus_add_driver+0xe0/0x1f0 [ 6.746108] [ea847e70] [c04ceee0] driver_register+0xb4/0xf8 [ 6.746115] [ea847e90] [c00015f8] do_one_initcall+0x11c/0x1a0 [ 6.746123] [ea847f00] [c0c5fa9c] kernel_init_freeable+0x130/0x1cc [ 6.746129] [ea847f30] [c0001bf4] kernel_init+0x14/0x108 [ 6.746137] [ea847f40] [c000b1d4] ret_from_kernel_thread+0x5c/0x64 [ 6.746140] Instruction dump: [ 6.746154] 4bfffdf0 9421ffb0 1d240084 7c0802a6 be61001c 90010054 83e3010c 7fff4a14 [ 6.746168] 81230160 7d492010 7d4a5110 394a0001 <0f0a0000> 7f844840 409c01a4 3ae3013c [ 6.746171] ---[ end trace fb371effa06ff928 ]--- [ 6.746261] ------------[ cut here ]------------ [ 6.746269] WARNING: CPU: 0 PID: 1 at drivers/gpu/drm/drm_irq.c:1368 drm_vblank_off+0x2c/0x1e0 [ 6.746272] Modules linked in: [ 6.746277] CPU: 0 PID: 1 Comm: swapper Tainted: G W 4.6.0-rc1-sam460ex-jm #23 [ 6.746281] task: ea850000 ti: ea846000 task.ti: ea846000 [ 6.746284] NIP: c03c057c LR: c03ec780 CTR: c03eec50 [ 6.746288] REGS: ea847860 TRAP: 0700 Tainted: G W (4.6.0-rc1-sam460ex-jm) [ 6.746298] MSR: 00029000 <CE,EE,ME> CR: 44004422 XER: 20000000 [ 6.746350] [ 6.746350] GPR00: c03ec780 ea847910 ea850000 ea9c9000 00000003 000000ff eab784ec ea9a3000 [ 6.746350] GPR08: 00000006 00000000 00000001 ea8479d0 24004422 00000000 c0bc0000 eeab9e78 [ 6.746350] GPR16: c0bc5340 c08aeaa4 000000f0 00000043 00300000 00000000 c0cf0000 c0e3bbe0 [ 6.746350] GPR24: 00000001 000000f0 ea806000 ee97a600 00000000 ea9c9000 eab78000 ee98b18c [ 6.746355] NIP [c03c057c] drm_vblank_off+0x2c/0x1e0 [ 6.746361] LR [c03ec780] atombios_crtc_dpms+0x90/0xf0 [ 6.746363] Call Trace: [ 6.746372] [ea847910] [c08aeaa4] atombios_helper_funcs+0x0/0x218 (unreliable) [ 6.746379] [ea847960] [c03ec780] atombios_crtc_dpms+0x90/0xf0 [ 6.746386] [ea847980] [c03eec74] atombios_crtc_disable+0x24/0x2a4 [ 6.746393] [ea8479d0] [c03abb8c] __drm_helper_disable_unused_functions+0x9c/0xd0 [ 6.746399] [ea8479f0] [c03ac494] drm_crtc_helper_set_config+0x1c0/0x934 [ 6.746408] [ea847a60] [c04062f4] radeon_crtc_set_config+0x30/0xb8 [ 6.746414] [ea847a70] [c03c8b28] drm_mode_set_config_internal+0x5c/0xe0 [ 6.746423] [ea847a90] [c03b7218] restore_fbdev_mode+0x20c/0x25c [ 6.746431] [ea847ac0] [c03b8e24] drm_fb_helper_restore_fbdev_mode_unlocked+0x40/0x8c [ 6.746439] [ea847ae0] [c03b8ebc] drm_fb_helper_set_par+0x4c/0x60 [ 6.746446] [ea847af0] [c036ba34] fbcon_init+0x318/0x410 [ 6.746454] [ea847b40] [c0395eb0] visual_init+0xc8/0x114 [ 6.746461] [ea847b60] [c0397628] do_bind_con_driver+0x1e0/0x2e0 [ 6.746468] [ea847bb0] [c0397aa8] do_take_over_console+0x1a0/0x1b0 [ 6.746474] [ea847be0] [c036bbac] do_fbcon_takeover+0x80/0xd8 [ 6.746483] [ea847bf0] [c003f474] notifier_call_chain+0x60/0x94 [ 6.746491] [ea847c10] [c003f758] __blocking_notifier_call_chain+0x50/0x68 [ 6.746499] [ea847c30] [c0372fb0] register_framebuffer+0x250/0x280 [ 6.746506] [ea847ca0] [c03b91f0] drm_fb_helper_initial_config+0x320/0x394 [ 6.746514] [ea847ce0] [c040e3d0] radeon_fbdev_init+0xdc/0x114 [ 6.746521] [ea847d00] [c04085fc] radeon_modeset_init+0x5a8/0x938 [ 6.746527] [ea847d60] [c03e5ebc] radeon_driver_load_kms+0xcc/0x134 [ 6.746534] [ea847d80] [c03c1a5c] drm_dev_register+0x84/0xc8 [ 6.746541] [ea847da0] [c03c3b54] drm_get_pci_dev+0xf4/0x18c [ 6.746550] [ea847dc0] [c0357f44] pci_device_probe+0x78/0xcc [ 6.746557] [ea847de0] [c04ce61c] driver_probe_device+0x124/0x264 [ 6.746563] [ea847e00] [c04ce7e4] __driver_attach+0x88/0xb0 [ 6.746573] [ea847e20] [c04ccbc4] bus_for_each_dev+0x90/0xa0 [ 6.746579] [ea847e50] [c04cdc64] bus_add_driver+0xe0/0x1f0 [ 6.746585] [ea847e70] [c04ceee0] driver_register+0xb4/0xf8 [ 6.746592] [ea847e90] [c00015f8] do_one_initcall+0x11c/0x1a0 [ 6.746600] [ea847f00] [c0c5fa9c] kernel_init_freeable+0x130/0x1cc [ 6.746606] [ea847f30] [c0001bf4] kernel_init+0x14/0x108 [ 6.746613] [ea847f40] [c000b1d4] ret_from_kernel_thread+0x5c/0x64 [ 6.746616] Instruction dump: [ 6.746630] 4bfffdf0 9421ffb0 1d240084 7c0802a6 be61001c 90010054 83e3010c 7fff4a14 [ 6.746643] 81230160 7d492010 7d4a5110 394a0001 <0f0a0000> 7f844840 409c01a4 3ae3013c [ 6.746646] ---[ end trace fb371effa06ff929 ]--- [ 6.746768] ------------[ cut here ]------------ [ 6.746780] WARNING: CPU: 0 PID: 1 at drivers/gpu/drm/drm_irq.c:1368 drm_vblank_off+0x2c/0x1e0 [ 6.746784] Modules linked in: [ 6.746790] CPU: 0 PID: 1 Comm: swapper Tainted: G W 4.6.0-rc1-sam460ex-jm #23 [ 6.746794] task: ea850000 ti: ea846000 task.ti: ea846000 [ 6.746797] NIP: c03c057c LR: c03ec780 CTR: c03eec50 [ 6.746801] REGS: ea847860 TRAP: 0700 Tainted: G W (4.6.0-rc1-sam460ex-jm) [ 6.746811] MSR: 00029000 <CE,EE,ME> CR: 44004422 XER: 20000000 [ 6.746863] [ 6.746863] GPR00: c03ec780 ea847910 ea850000 ea9c9000 00000004 000000ff eab784ec ea9a3000 [ 6.746863] GPR08: 00000006 00000000 00000001 ea8479d0 24004422 00000000 c0bc0000 eeab9e78 [ 6.746863] GPR16: c0bc5340 c08aeaa4 000000f0 00000043 00300000 00000000 c0cf0000 c0e3bbe0 [ 6.746863] GPR24: 00000001 000000f0 ea806000 ee97a600 00000000 ea9c9000 eab78000 ee98b210 [ 6.746868] NIP [c03c057c] drm_vblank_off+0x2c/0x1e0 [ 6.746876] LR [c03ec780] atombios_crtc_dpms+0x90/0xf0 [ 6.746878] Call Trace: [ 6.746887] [ea847910] [c08aeaa4] atombios_helper_funcs+0x0/0x218 (unreliable) [ 6.746894] [ea847960] [c03ec780] atombios_crtc_dpms+0x90/0xf0 [ 6.746901] [ea847980] [c03eec74] atombios_crtc_disable+0x24/0x2a4 [ 6.746908] [ea8479d0] [c03abb8c] __drm_helper_disable_unused_functions+0x9c/0xd0 [ 6.746915] [ea8479f0] [c03ac494] drm_crtc_helper_set_config+0x1c0/0x934 [ 6.746924] [ea847a60] [c04062f4] radeon_crtc_set_config+0x30/0xb8 [ 6.746930] [ea847a70] [c03c8b28] drm_mode_set_config_internal+0x5c/0xe0 [ 6.746939] [ea847a90] [c03b7218] restore_fbdev_mode+0x20c/0x25c [ 6.746947] [ea847ac0] [c03b8e24] drm_fb_helper_restore_fbdev_mode_unlocked+0x40/0x8c [ 6.746955] [ea847ae0] [c03b8ebc] drm_fb_helper_set_par+0x4c/0x60 [ 6.746962] [ea847af0] [c036ba34] fbcon_init+0x318/0x410 [ 6.746970] [ea847b40] [c0395eb0] visual_init+0xc8/0x114 [ 6.746977] [ea847b60] [c0397628] do_bind_con_driver+0x1e0/0x2e0 [ 6.746983] [ea847bb0] [c0397aa8] do_take_over_console+0x1a0/0x1b0 [ 6.746990] [ea847be0] [c036bbac] do_fbcon_takeover+0x80/0xd8 [ 6.746999] [ea847bf0] [c003f474] notifier_call_chain+0x60/0x94 [ 6.747007] [ea847c10] [c003f758] __blocking_notifier_call_chain+0x50/0x68 [ 6.747015] [ea847c30] [c0372fb0] register_framebuffer+0x250/0x280 [ 6.747023] [ea847ca0] [c03b91f0] drm_fb_helper_initial_config+0x320/0x394 [ 6.747031] [ea847ce0] [c040e3d0] radeon_fbdev_init+0xdc/0x114 [ 6.747037] [ea847d00] [c04085fc] radeon_modeset_init+0x5a8/0x938 [ 6.747044] [ea847d60] [c03e5ebc] radeon_driver_load_kms+0xcc/0x134 [ 6.747050] [ea847d80] [c03c1a5c] drm_dev_register+0x84/0xc8 [ 6.747058] [ea847da0] [c03c3b54] drm_get_pci_dev+0xf4/0x18c [ 6.747067] [ea847dc0] [c0357f44] pci_device_probe+0x78/0xcc [ 6.747075] [ea847de0] [c04ce61c] driver_probe_device+0x124/0x264 [ 6.747081] [ea847e00] [c04ce7e4] __driver_attach+0x88/0xb0 [ 6.747091] [ea847e20] [c04ccbc4] bus_for_each_dev+0x90/0xa0 [ 6.747098] [ea847e50] [c04cdc64] bus_add_driver+0xe0/0x1f0 [ 6.747105] [ea847e70] [c04ceee0] driver_register+0xb4/0xf8 [ 6.747111] [ea847e90] [c00015f8] do_one_initcall+0x11c/0x1a0 [ 6.747119] [ea847f00] [c0c5fa9c] kernel_init_freeable+0x130/0x1cc [ 6.747126] [ea847f30] [c0001bf4] kernel_init+0x14/0x108 [ 6.747133] [ea847f40] [c000b1d4] ret_from_kernel_thread+0x5c/0x64 [ 6.747136] Instruction dump: [ 6.747150] 4bfffdf0 9421ffb0 1d240084 7c0802a6 be61001c 90010054 83e3010c 7fff4a14 [ 6.747164] 81230160 7d492010 7d4a5110 394a0001 <0f0a0000> 7f844840 409c01a4 3ae3013c [ 6.747166] ---[ end trace fb371effa06ff92a ]--- [ 6.747257] ------------[ cut here ]------------ [ 6.747265] WARNING: CPU: 0 PID: 1 at drivers/gpu/drm/drm_irq.c:1368 drm_vblank_off+0x2c/0x1e0 [ 6.747268] Modules linked in: [ 6.747273] CPU: 0 PID: 1 Comm: swapper Tainted: G W 4.6.0-rc1-sam460ex-jm #23 [ 6.747277] task: ea850000 ti: ea846000 task.ti: ea846000 [ 6.747280] NIP: c03c057c LR: c03ec780 CTR: c03eec50 [ 6.747284] REGS: ea847860 TRAP: 0700 Tainted: G W (4.6.0-rc1-sam460ex-jm) [ 6.747295] MSR: 00029000 <CE,EE,ME> CR: 44004422 XER: 20000000 [ 6.747347] [ 6.747347] GPR00: c03ec780 ea847910 ea850000 ea9c9000 00000005 000000ff eab784ec ea9a3000 [ 6.747347] GPR08: 00000006 00000000 00000001 ea8479d0 24004422 00000000 c0bc0000 eeab9e78 [ 6.747347] GPR16: c0bc5340 c08aeaa4 000000f0 00000043 00300000 00000000 c0cf0000 c0e3bbe0 [ 6.747347] GPR24: 00000001 000000f0 ea806000 ee97a600 00000000 ea9c9000 eab78000 ee98b294 [ 6.747351] NIP [c03c057c] drm_vblank_off+0x2c/0x1e0 [ 6.747358] LR [c03ec780] atombios_crtc_dpms+0x90/0xf0 [ 6.747359] Call Trace: [ 6.747369] [ea847910] [c08aeaa4] atombios_helper_funcs+0x0/0x218 (unreliable) [ 6.747375] [ea847960] [c03ec780] atombios_crtc_dpms+0x90/0xf0 [ 6.747383] [ea847980] [c03eec74] atombios_crtc_disable+0x24/0x2a4 [ 6.747389] [ea8479d0] [c03abb8c] __drm_helper_disable_unused_functions+0x9c/0xd0 [ 6.747396] [ea8479f0] [c03ac494] drm_crtc_helper_set_config+0x1c0/0x934 [ 6.747406] [ea847a60] [c04062f4] radeon_crtc_set_config+0x30/0xb8 [ 6.747412] [ea847a70] [c03c8b28] drm_mode_set_config_internal+0x5c/0xe0 [ 6.747421] [ea847a90] [c03b7218] restore_fbdev_mode+0x20c/0x25c [ 6.747429] [ea847ac0] [c03b8e24] drm_fb_helper_restore_fbdev_mode_unlocked+0x40/0x8c [ 6.747436] [ea847ae0] [c03b8ebc] drm_fb_helper_set_par+0x4c/0x60 [ 6.747444] [ea847af0] [c036ba34] fbcon_init+0x318/0x410 [ 6.747451] [ea847b40] [c0395eb0] visual_init+0xc8/0x114 [ 6.747458] [ea847b60] [c0397628] do_bind_con_driver+0x1e0/0x2e0 [ 6.747465] [ea847bb0] [c0397aa8] do_take_over_console+0x1a0/0x1b0 [ 6.747472] [ea847be0] [c036bbac] do_fbcon_takeover+0x80/0xd8 [ 6.747481] [ea847bf0] [c003f474] notifier_call_chain+0x60/0x94 [ 6.747488] [ea847c10] [c003f758] __blocking_notifier_call_chain+0x50/0x68 [ 6.747496] [ea847c30] [c0372fb0] register_framebuffer+0x250/0x280 [ 6.747504] [ea847ca0] [c03b91f0] drm_fb_helper_initial_config+0x320/0x394 [ 6.747512] [ea847ce0] [c040e3d0] radeon_fbdev_init+0xdc/0x114 [ 6.747519] [ea847d00] [c04085fc] radeon_modeset_init+0x5a8/0x938 [ 6.747525] [ea847d60] [c03e5ebc] radeon_driver_load_kms+0xcc/0x134 [ 6.747532] [ea847d80] [c03c1a5c] drm_dev_register+0x84/0xc8 [ 6.747539] [ea847da0] [c03c3b54] drm_get_pci_dev+0xf4/0x18c [ 6.747547] [ea847dc0] [c0357f44] pci_device_probe+0x78/0xcc [ 6.747555] [ea847de0] [c04ce61c] driver_probe_device+0x124/0x264 [ 6.747561] [ea847e00] [c04ce7e4] __driver_attach+0x88/0xb0 [ 6.747570] [ea847e20] [c04ccbc4] bus_for_each_dev+0x90/0xa0 [ 6.747577] [ea847e50] [c04cdc64] bus_add_driver+0xe0/0x1f0 [ 6.747583] [ea847e70] [c04ceee0] driver_register+0xb4/0xf8 [ 6.747590] [ea847e90] [c00015f8] do_one_initcall+0x11c/0x1a0 [ 6.747598] [ea847f00] [c0c5fa9c] kernel_init_freeable+0x130/0x1cc [ 6.747604] [ea847f30] [c0001bf4] kernel_init+0x14/0x108 [ 6.747611] [ea847f40] [c000b1d4] ret_from_kernel_thread+0x5c/0x64 [ 6.747614] Instruction dump: [ 6.747628] 4bfffdf0 9421ffb0 1d240084 7c0802a6 be61001c 90010054 83e3010c 7fff4a14 [ 6.747641] 81230160 7d492010 7d4a5110 394a0001 <0f0a0000> 7f844840 409c01a4 3ae3013c [ 6.747644] ---[ end trace fb371effa06ff92b ]--- [ 6.747786] ------------[ cut here ]------------ [ 6.747797] WARNING: CPU: 0 PID: 1 at drivers/gpu/drm/drm_irq.c:1368 drm_vblank_off+0x2c/0x1e0 [ 6.747801] Modules linked in: [ 6.747806] CPU: 0 PID: 1 Comm: swapper Tainted: G W 4.6.0-rc1-sam460ex-jm #23 [ 6.747810] task: ea850000 ti: ea846000 task.ti: ea846000 [ 6.747814] NIP: c03c057c LR: c03ec780 CTR: c03eec50 [ 6.747817] REGS: ea847860 TRAP: 0700 Tainted: G W (4.6.0-rc1-sam460ex-jm) [ 6.747828] MSR: 00029000 <CE,EE,ME> CR: 44004222 XER: 20000000 [ 6.747880] [ 6.747880] GPR00: c03ec780 ea847910 ea850000 ea9c9000 00000001 00000000 00000000 ffb45f60 [ 6.747880] GPR08: ee97f600 00000000 00000001 ea8479d0 24004222 00000000 c0bc0000 eeab9ea0 [ 6.747880] GPR16: c0bc5340 c08aeaa4 000000f0 00000043 00300000 00000000 c0cf0000 c0e3bbe0 [ 6.747880] GPR24: 00000001 000000f0 ea806000 ee97a600 00000000 ea9c9000 eab78000 ee98b084 [ 6.747885] NIP [c03c057c] drm_vblank_off+0x2c/0x1e0 [ 6.747892] LR [c03ec780] atombios_crtc_dpms+0x90/0xf0 [ 6.747894] Call Trace: [ 6.747900] [ea847960] [c03ec780] atombios_crtc_dpms+0x90/0xf0 [ 6.747907] [ea847980] [c03eec74] atombios_crtc_disable+0x24/0x2a4 [ 6.747914] [ea8479d0] [c03abb8c] __drm_helper_disable_unused_functions+0x9c/0xd0 [ 6.747921] [ea8479f0] [c03ac494] drm_crtc_helper_set_config+0x1c0/0x934 [ 6.747930] [ea847a60] [c04062f4] radeon_crtc_set_config+0x30/0xb8 [ 6.747936] [ea847a70] [c03c8b28] drm_mode_set_config_internal+0x5c/0xe0 [ 6.747945] [ea847a90] [c03b7218] restore_fbdev_mode+0x20c/0x25c [ 6.747954] [ea847ac0] [c03b8e24] drm_fb_helper_restore_fbdev_mode_unlocked+0x40/0x8c [ 6.747961] [ea847ae0] [c03b8ebc] drm_fb_helper_set_par+0x4c/0x60 [ 6.747969] [ea847af0] [c036ba34] fbcon_init+0x318/0x410 [ 6.747976] [ea847b40] [c0395eb0] visual_init+0xc8/0x114 [ 6.747983] [ea847b60] [c0397628] do_bind_con_driver+0x1e0/0x2e0 [ 6.747990] [ea847bb0] [c0397aa8] do_take_over_console+0x1a0/0x1b0 [ 6.747997] [ea847be0] [c036bbac] do_fbcon_takeover+0x80/0xd8 [ 6.748005] [ea847bf0] [c003f474] notifier_call_chain+0x60/0x94 [ 6.748013] [ea847c10] [c003f758] __blocking_notifier_call_chain+0x50/0x68 [ 6.748022] [ea847c30] [c0372fb0] register_framebuffer+0x250/0x280 [ 6.748029] [ea847ca0] [c03b91f0] drm_fb_helper_initial_config+0x320/0x394 [ 6.748037] [ea847ce0] [c040e3d0] radeon_fbdev_init+0xdc/0x114 [ 6.748044] [ea847d00] [c04085fc] radeon_modeset_init+0x5a8/0x938 [ 6.748050] [ea847d60] [c03e5ebc] radeon_driver_load_kms+0xcc/0x134 [ 6.748057] [ea847d80] [c03c1a5c] drm_dev_register+0x84/0xc8 [ 6.748064] [ea847da0] [c03c3b54] drm_get_pci_dev+0xf4/0x18c [ 6.748073] [ea847dc0] [c0357f44] pci_device_probe+0x78/0xcc [ 6.748080] [ea847de0] [c04ce61c] driver_probe_device+0x124/0x264 [ 6.748086] [ea847e00] [c04ce7e4] __driver_attach+0x88/0xb0 [ 6.748096] [ea847e20] [c04ccbc4] bus_for_each_dev+0x90/0xa0 [ 6.748103] [ea847e50] [c04cdc64] bus_add_driver+0xe0/0x1f0 [ 6.748110] [ea847e70] [c04ceee0] driver_register+0xb4/0xf8 [ 6.748117] [ea847e90] [c00015f8] do_one_initcall+0x11c/0x1a0 [ 6.748125] [ea847f00] [c0c5fa9c] kernel_init_freeable+0x130/0x1cc [ 6.748131] [ea847f30] [c0001bf4] kernel_init+0x14/0x108 [ 6.748138] [ea847f40] [c000b1d4] ret_from_kernel_thread+0x5c/0x64 [ 6.748141] Instruction dump: [ 6.748155] 4bfffdf0 9421ffb0 1d240084 7c0802a6 be61001c 90010054 83e3010c 7fff4a14 [ 6.748169] 81230160 7d492010 7d4a5110 394a0001 <0f0a0000> 7f844840 409c01a4 3ae3013c [ 6.748172] ---[ end trace fb371effa06ff92c ]--- [ 6.748261] ------------[ cut here ]------------ [ 6.748269] WARNING: CPU: 0 PID: 1 at drivers/gpu/drm/drm_irq.c:1368 drm_vblank_off+0x2c/0x1e0 [ 6.748272] Modules linked in: [ 6.748277] CPU: 0 PID: 1 Comm: swapper Tainted: G W 4.6.0-rc1-sam460ex-jm #23 [ 6.748281] task: ea850000 ti: ea846000 task.ti: ea846000 [ 6.748284] NIP: c03c057c LR: c03ec780 CTR: c03eec50 [ 6.748288] REGS: ea847860 TRAP: 0700 Tainted: G W (4.6.0-rc1-sam460ex-jm) [ 6.748298] MSR: 00029000 <CE,EE,ME> CR: 44004422 XER: 20000000 [ 6.748350] [ 6.748350] GPR00: c03ec780 ea847910 ea850000 ea9c9000 00000002 000000ff eab784ec ea9a3000 [ 6.748350] GPR08: 00000006 00000000 00000001 ea8479d0 24004422 00000000 c0bc0000 eeab9ea0 [ 6.748350] GPR16: c0bc5340 c08aeaa4 000000f0 00000043 00300000 00000000 c0cf0000 c0e3bbe0 [ 6.748350] GPR24: 00000001 000000f0 ea806000 ee97a600 00000000 ea9c9000 eab78000 ee98b108 [ 6.748355] NIP [c03c057c] drm_vblank_off+0x2c/0x1e0 [ 6.748361] LR [c03ec780] atombios_crtc_dpms+0x90/0xf0 [ 6.748362] Call Trace: [ 6.748372] [ea847910] [c08aeaa4] atombios_helper_funcs+0x0/0x218 (unreliable) [ 6.748379] [ea847960] [c03ec780] atombios_crtc_dpms+0x90/0xf0 [ 6.748386] [ea847980] [c03eec74] atombios_crtc_disable+0x24/0x2a4 [ 6.748393] [ea8479d0] [c03abb8c] __drm_helper_disable_unused_functions+0x9c/0xd0 [ 6.748399] [ea8479f0] [c03ac494] drm_crtc_helper_set_config+0x1c0/0x934 [ 6.748408] [ea847a60] [c04062f4] radeon_crtc_set_config+0x30/0xb8 [ 6.748414] [ea847a70] [c03c8b28] drm_mode_set_config_internal+0x5c/0xe0 [ 6.748424] [ea847a90] [c03b7218] restore_fbdev_mode+0x20c/0x25c [ 6.748432] [ea847ac0] [c03b8e24] drm_fb_helper_restore_fbdev_mode_unlocked+0x40/0x8c [ 6.748439] [ea847ae0] [c03b8ebc] drm_fb_helper_set_par+0x4c/0x60 [ 6.748447] [ea847af0] [c036ba34] fbcon_init+0x318/0x410 [ 6.748454] [ea847b40] [c0395eb0] visual_init+0xc8/0x114 [ 6.748461] [ea847b60] [c0397628] do_bind_con_driver+0x1e0/0x2e0 [ 6.748469] [ea847bb0] [c0397aa8] do_take_over_console+0x1a0/0x1b0 [ 6.748475] [ea847be0] [c036bbac] do_fbcon_takeover+0x80/0xd8 [ 6.748485] [ea847bf0] [c003f474] notifier_call_chain+0x60/0x94 [ 6.748492] [ea847c10] [c003f758] __blocking_notifier_call_chain+0x50/0x68 [ 6.748501] [ea847c30] [c0372fb0] register_framebuffer+0x250/0x280 [ 6.748509] [ea847ca0] [c03b91f0] drm_fb_helper_initial_config+0x320/0x394 [ 6.748516] [ea847ce0] [c040e3d0] radeon_fbdev_init+0xdc/0x114 [ 6.748523] [ea847d00] [c04085fc] radeon_modeset_init+0x5a8/0x938 [ 6.748530] [ea847d60] [c03e5ebc] radeon_driver_load_kms+0xcc/0x134 [ 6.748537] [ea847d80] [c03c1a5c] drm_dev_register+0x84/0xc8 [ 6.748544] [ea847da0] [c03c3b54] drm_get_pci_dev+0xf4/0x18c [ 6.748553] [ea847dc0] [c0357f44] pci_device_probe+0x78/0xcc [ 6.748560] [ea847de0] [c04ce61c] driver_probe_device+0x124/0x264 [ 6.748566] [ea847e00] [c04ce7e4] __driver_attach+0x88/0xb0 [ 6.748576] [ea847e20] [c04ccbc4] bus_for_each_dev+0x90/0xa0 [ 6.748582] [ea847e50] [c04cdc64] bus_add_driver+0xe0/0x1f0 [ 6.748589] [ea847e70] [c04ceee0] driver_register+0xb4/0xf8 [ 6.748595] [ea847e90] [c00015f8] do_one_initcall+0x11c/0x1a0 [ 6.748604] [ea847f00] [c0c5fa9c] kernel_init_freeable+0x130/0x1cc [ 6.748610] [ea847f30] [c0001bf4] kernel_init+0x14/0x108 [ 6.748617] [ea847f40] [c000b1d4] ret_from_kernel_thread+0x5c/0x64 [ 6.748620] Instruction dump: [ 6.748634] 4bfffdf0 9421ffb0 1d240084 7c0802a6 be61001c 90010054 83e3010c 7fff4a14 [ 6.748648] 81230160 7d492010 7d4a5110 394a0001 <0f0a0000> 7f844840 409c01a4 3ae3013c [ 6.748650] ---[ end trace fb371effa06ff92d ]--- [ 6.748767] ------------[ cut here ]------------ [ 6.748779] WARNING: CPU: 0 PID: 1 at drivers/gpu/drm/drm_irq.c:1368 drm_vblank_off+0x2c/0x1e0 [ 6.748783] Modules linked in: [ 6.748789] CPU: 0 PID: 1 Comm: swapper Tainted: G W 4.6.0-rc1-sam460ex-jm #23 [ 6.748793] task: ea850000 ti: ea846000 task.ti: ea846000 [ 6.748796] NIP: c03c057c LR: c03ec780 CTR: c03eec50 [ 6.748800] REGS: ea847860 TRAP: 0700 Tainted: G W (4.6.0-rc1-sam460ex-jm) [ 6.748810] MSR: 00029000 <CE,EE,ME> CR: 44004422 XER: 20000000 [ 6.748863] [ 6.748863] GPR00: c03ec780 ea847910 ea850000 ea9c9000 00000003 000000ff eab784ec ea9a3000 [ 6.748863] GPR08: 00000006 00000000 00000001 ea8479d0 24004422 00000000 c0bc0000 eeab9ea0 [ 6.748863] GPR16: c0bc5340 c08aeaa4 000000f0 00000043 00300000 00000000 c0cf0000 c0e3bbe0 [ 6.748863] GPR24: 00000001 000000f0 ea806000 ee97a600 00000000 ea9c9000 eab78000 ee98b18c [ 6.748868] NIP [c03c057c] drm_vblank_off+0x2c/0x1e0 [ 6.748875] LR [c03ec780] atombios_crtc_dpms+0x90/0xf0 [ 6.748877] Call Trace: [ 6.748887] [ea847910] [c08aeaa4] atombios_helper_funcs+0x0/0x218 (unreliable) [ 6.748893] [ea847960] [c03ec780] atombios_crtc_dpms+0x90/0xf0 [ 6.748900] [ea847980] [c03eec74] atombios_crtc_disable+0x24/0x2a4 [ 6.748908] [ea8479d0] [c03abb8c] __drm_helper_disable_unused_functions+0x9c/0xd0 [ 6.748914] [ea8479f0] [c03ac494] drm_crtc_helper_set_config+0x1c0/0x934 [ 6.748923] [ea847a60] [c04062f4] radeon_crtc_set_config+0x30/0xb8 [ 6.748930] [ea847a70] [c03c8b28] drm_mode_set_config_internal+0x5c/0xe0 [ 6.748939] [ea847a90] [c03b7218] restore_fbdev_mode+0x20c/0x25c [ 6.748947] [ea847ac0] [c03b8e24] drm_fb_helper_restore_fbdev_mode_unlocked+0x40/0x8c [ 6.748955] [ea847ae0] [c03b8ebc] drm_fb_helper_set_par+0x4c/0x60 [ 6.748962] [ea847af0] [c036ba34] fbcon_init+0x318/0x410 [ 6.748970] [ea847b40] [c0395eb0] visual_init+0xc8/0x114 [ 6.748977] [ea847b60] [c0397628] do_bind_con_driver+0x1e0/0x2e0 [ 6.748984] [ea847bb0] [c0397aa8] do_take_over_console+0x1a0/0x1b0 [ 6.748991] [ea847be0] [c036bbac] do_fbcon_takeover+0x80/0xd8 [ 6.749000] [ea847bf0] [c003f474] notifier_call_chain+0x60/0x94 [ 6.749008] [ea847c10] [c003f758] __blocking_notifier_call_chain+0x50/0x68 [ 6.749016] [ea847c30] [c0372fb0] register_framebuffer+0x250/0x280 [ 6.749024] [ea847ca0] [c03b91f0] drm_fb_helper_initial_config+0x320/0x394 [ 6.749032] [ea847ce0] [c040e3d0] radeon_fbdev_init+0xdc/0x114 [ 6.749039] [ea847d00] [c04085fc] radeon_modeset_init+0x5a8/0x938 [ 6.749045] [ea847d60] [c03e5ebc] radeon_driver_load_kms+0xcc/0x134 [ 6.749052] [ea847d80] [c03c1a5c] drm_dev_register+0x84/0xc8 [ 6.749059] [ea847da0] [c03c3b54] drm_get_pci_dev+0xf4/0x18c [ 6.749069] [ea847dc0] [c0357f44] pci_device_probe+0x78/0xcc [ 6.749076] [ea847de0] [c04ce61c] driver_probe_device+0x124/0x264 [ 6.749082] [ea847e00] [c04ce7e4] __driver_attach+0x88/0xb0 [ 6.749092] [ea847e20] [c04ccbc4] bus_for_each_dev+0x90/0xa0 [ 6.749099] [ea847e50] [c04cdc64] bus_add_driver+0xe0/0x1f0 [ 6.749106] [ea847e70] [c04ceee0] driver_register+0xb4/0xf8 [ 6.749113] [ea847e90] [c00015f8] do_one_initcall+0x11c/0x1a0 [ 6.749121] [ea847f00] [c0c5fa9c] kernel_init_freeable+0x130/0x1cc [ 6.749127] [ea847f30] [c0001bf4] kernel_init+0x14/0x108 [ 6.749134] [ea847f40] [c000b1d4] ret_from_kernel_thread+0x5c/0x64 [ 6.749137] Instruction dump: [ 6.749151] 4bfffdf0 9421ffb0 1d240084 7c0802a6 be61001c 90010054 83e3010c 7fff4a14 [ 6.749165] 81230160 7d492010 7d4a5110 394a0001 <0f0a0000> 7f844840 409c01a4 3ae3013c [ 6.749168] ---[ end trace fb371effa06ff92e ]--- [ 6.749259] ------------[ cut here ]------------ [ 6.749267] WARNING: CPU: 0 PID: 1 at drivers/gpu/drm/drm_irq.c:1368 drm_vblank_off+0x2c/0x1e0 [ 6.749270] Modules linked in: [ 6.749275] CPU: 0 PID: 1 Comm: swapper Tainted: G W 4.6.0-rc1-sam460ex-jm #23 [ 6.749279] task: ea850000 ti: ea846000 task.ti: ea846000 [ 6.749282] NIP: c03c057c LR: c03ec780 CTR: c03eec50 [ 6.749286] REGS: ea847860 TRAP: 0700 Tainted: G W (4.6.0-rc1-sam460ex-jm) [ 6.749297] MSR: 00029000 <CE,EE,ME> CR: 44004422 XER: 20000000 [ 6.749349] [ 6.749349] GPR00: c03ec780 ea847910 ea850000 ea9c9000 00000004 000000ff eab784ec ea9a3000 [ 6.749349] GPR08: 00000006 00000000 00000001 ea8479d0 24004422 00000000 c0bc0000 eeab9ea0 [ 6.749349] GPR16: c0bc5340 c08aeaa4 000000f0 00000043 00300000 00000000 c0cf0000 c0e3bbe0 [ 6.749349] GPR24: 00000001 000000f0 ea806000 ee97a600 00000000 ea9c9000 eab78000 ee98b210 [ 6.749354] NIP [c03c057c] drm_vblank_off+0x2c/0x1e0 [ 6.749360] LR [c03ec780] atombios_crtc_dpms+0x90/0xf0 [ 6.749362] Call Trace: [ 6.749371] [ea847910] [c08aeaa4] atombios_helper_funcs+0x0/0x218 (unreliable) [ 6.749378] [ea847960] [c03ec780] atombios_crtc_dpms+0x90/0xf0 [ 6.749385] [ea847980] [c03eec74] atombios_crtc_disable+0x24/0x2a4 [ 6.749392] [ea8479d0] [c03abb8c] __drm_helper_disable_unused_functions+0x9c/0xd0 [ 6.749399] [ea8479f0] [c03ac494] drm_crtc_helper_set_config+0x1c0/0x934 [ 6.749407] [ea847a60] [c04062f4] radeon_crtc_set_config+0x30/0xb8 [ 6.749414] [ea847a70] [c03c8b28] drm_mode_set_config_internal+0x5c/0xe0 [ 6.749423] [ea847a90] [c03b7218] restore_fbdev_mode+0x20c/0x25c [ 6.749431] [ea847ac0] [c03b8e24] drm_fb_helper_restore_fbdev_mode_unlocked+0x40/0x8c [ 6.749439] [ea847ae0] [c03b8ebc] drm_fb_helper_set_par+0x4c/0x60 [ 6.749446] [ea847af0] [c036ba34] fbcon_init+0x318/0x410 [ 6.749454] [ea847b40] [c0395eb0] visual_init+0xc8/0x114 [ 6.749461] [ea847b60] [c0397628] do_bind_con_driver+0x1e0/0x2e0 [ 6.749468] [ea847bb0] [c0397aa8] do_take_over_console+0x1a0/0x1b0 [ 6.749474] [ea847be0] [c036bbac] do_fbcon_takeover+0x80/0xd8 [ 6.749483] [ea847bf0] [c003f474] notifier_call_chain+0x60/0x94 [ 6.749491] [ea847c10] [c003f758] __blocking_notifier_call_chain+0x50/0x68 [ 6.749499] [ea847c30] [c0372fb0] register_framebuffer+0x250/0x280 [ 6.749507] [ea847ca0] [c03b91f0] drm_fb_helper_initial_config+0x320/0x394 [ 6.749514] [ea847ce0] [c040e3d0] radeon_fbdev_init+0xdc/0x114 [ 6.749521] [ea847d00] [c04085fc] radeon_modeset_init+0x5a8/0x938 [ 6.749528] [ea847d60] [c03e5ebc] radeon_driver_load_kms+0xcc/0x134 [ 6.749534] [ea847d80] [c03c1a5c] drm_dev_register+0x84/0xc8 [ 6.749542] [ea847da0] [c03c3b54] drm_get_pci_dev+0xf4/0x18c [ 6.749550] [ea847dc0] [c0357f44] pci_device_probe+0x78/0xcc [ 6.749558] [ea847de0] [c04ce61c] driver_probe_device+0x124/0x264 [ 6.749564] [ea847e00] [c04ce7e4] __driver_attach+0x88/0xb0 [ 6.749574] [ea847e20] [c04ccbc4] bus_for_each_dev+0x90/0xa0 [ 6.749580] [ea847e50] [c04cdc64] bus_add_driver+0xe0/0x1f0 [ 6.749586] [ea847e70] [c04ceee0] driver_register+0xb4/0xf8 [ 6.749593] [ea847e90] [c00015f8] do_one_initcall+0x11c/0x1a0 [ 6.749601] [ea847f00] [c0c5fa9c] kernel_init_freeable+0x130/0x1cc [ 6.749607] [ea847f30] [c0001bf4] kernel_init+0x14/0x108 [ 6.749614] [ea847f40] [c000b1d4] ret_from_kernel_thread+0x5c/0x64 [ 6.749617] Instruction dump: [ 6.749631] 4bfffdf0 9421ffb0 1d240084 7c0802a6 be61001c 90010054 83e3010c 7fff4a14 [ 6.749645] 81230160 7d492010 7d4a5110 394a0001 <0f0a0000> 7f844840 409c01a4 3ae3013c [ 6.749647] ---[ end trace fb371effa06ff92f ]--- [ 6.749761] ------------[ cut here ]------------ [ 6.749773] WARNING: CPU: 0 PID: 1 at drivers/gpu/drm/drm_irq.c:1368 drm_vblank_off+0x2c/0x1e0 [ 6.749776] Modules linked in: [ 6.749782] CPU: 0 PID: 1 Comm: swapper Tainted: G W 4.6.0-rc1-sam460ex-jm #23 [ 6.749786] task: ea850000 ti: ea846000 task.ti: ea846000 [ 6.749789] NIP: c03c057c LR: c03ec780 CTR: c03eec50 [ 6.749793] REGS: ea847860 TRAP: 0700 Tainted: G W (4.6.0-rc1-sam460ex-jm) [ 6.749804] MSR: 00029000 <CE,EE,ME> CR: 44004422 XER: 20000000 [ 6.749856] [ 6.749856] GPR00: c03ec780 ea847910 ea850000 ea9c9000 00000005 000000ff eab784ec ea9a3000 [ 6.749856] GPR08: 00000006 00000000 00000001 ea8479d0 24004422 00000000 c0bc0000 eeab9ea0 [ 6.749856] GPR16: c0bc5340 c08aeaa4 000000f0 00000043 00300000 00000000 c0cf0000 c0e3bbe0 [ 6.749856] GPR24: 00000001 000000f0 ea806000 ee97a600 00000000 ea9c9000 eab78000 ee98b294 [ 6.749861] NIP [c03c057c] drm_vblank_off+0x2c/0x1e0 [ 6.749868] LR [c03ec780] atombios_crtc_dpms+0x90/0xf0 [ 6.749870] Call Trace: [ 6.749879] [ea847910] [c08aeaa4] atombios_helper_funcs+0x0/0x218 (unreliable) [ 6.749886] [ea847960] [c03ec780] atombios_crtc_dpms+0x90/0xf0 [ 6.749893] [ea847980] [c03eec74] atombios_crtc_disable+0x24/0x2a4 [ 6.749900] [ea8479d0] [c03abb8c] __drm_helper_disable_unused_functions+0x9c/0xd0 [ 6.749907] [ea8479f0] [c03ac494] drm_crtc_helper_set_config+0x1c0/0x934 [ 6.749916] [ea847a60] [c04062f4] radeon_crtc_set_config+0x30/0xb8 [ 6.749923] [ea847a70] [c03c8b28] drm_mode_set_config_internal+0x5c/0xe0 [ 6.749931] [ea847a90] [c03b7218] restore_fbdev_mode+0x20c/0x25c [ 6.749940] [ea847ac0] [c03b8e24] drm_fb_helper_restore_fbdev_mode_unlocked+0x40/0x8c [ 6.749947] [ea847ae0] [c03b8ebc] drm_fb_helper_set_par+0x4c/0x60 [ 6.749955] [ea847af0] [c036ba34] fbcon_init+0x318/0x410 [ 6.749962] [ea847b40] [c0395eb0] visual_init+0xc8/0x114 [ 6.749969] [ea847b60] [c0397628] do_bind_con_driver+0x1e0/0x2e0 [ 6.749976] [ea847bb0] [c0397aa8] do_take_over_console+0x1a0/0x1b0 [ 6.749983] [ea847be0] [c036bbac] do_fbcon_takeover+0x80/0xd8 [ 6.749992] [ea847bf0] [c003f474] notifier_call_chain+0x60/0x94 [ 6.750000] [ea847c10] [c003f758] __blocking_notifier_call_chain+0x50/0x68 [ 6.750008] [ea847c30] [c0372fb0] register_framebuffer+0x250/0x280 [ 6.750016] [ea847ca0] [c03b91f0] drm_fb_helper_initial_config+0x320/0x394 [ 6.750023] [ea847ce0] [c040e3d0] radeon_fbdev_init+0xdc/0x114 [ 6.750030] [ea847d00] [c04085fc] radeon_modeset_init+0x5a8/0x938 [ 6.750037] [ea847d60] [c03e5ebc] radeon_driver_load_kms+0xcc/0x134 [ 6.750044] [ea847d80] [c03c1a5c] drm_dev_register+0x84/0xc8 [ 6.750051] [ea847da0] [c03c3b54] drm_get_pci_dev+0xf4/0x18c [ 6.750060] [ea847dc0] [c0357f44] pci_device_probe+0x78/0xcc [ 6.750067] [ea847de0] [c04ce61c] driver_probe_device+0x124/0x264 [ 6.750074] [ea847e00] [c04ce7e4] __driver_attach+0x88/0xb0 [ 6.750083] [ea847e20] [c04ccbc4] bus_for_each_dev+0x90/0xa0 [ 6.750090] [ea847e50] [c04cdc64] bus_add_driver+0xe0/0x1f0 [ 6.750096] [ea847e70] [c04ceee0] driver_register+0xb4/0xf8 [ 6.750103] [ea847e90] [c00015f8] do_one_initcall+0x11c/0x1a0 [ 6.750111] [ea847f00] [c0c5fa9c] kernel_init_freeable+0x130/0x1cc [ 6.750117] [ea847f30] [c0001bf4] kernel_init+0x14/0x108 [ 6.750124] [ea847f40] [c000b1d4] ret_from_kernel_thread+0x5c/0x64 [ 6.750127] Instruction dump: [ 6.750142] 4bfffdf0 9421ffb0 1d240084 7c0802a6 be61001c 90010054 83e3010c 7fff4a14 [ 6.750155] 81230160 7d492010 7d4a5110 394a0001 <0f0a0000> 7f844840 409c01a4 3ae3013c [ 6.750158] ---[ end trace fb371effa06ff930 ]--- [ 6.750271] ------------[ cut here ]------------ [ 6.750281] WARNING: CPU: 0 PID: 1 at drivers/gpu/drm/drm_irq.c:1368 drm_vblank_off+0x2c/0x1e0 [ 6.750284] Modules linked in: [ 6.750289] CPU: 0 PID: 1 Comm: swapper Tainted: G W 4.6.0-rc1-sam460ex-jm #23 [ 6.750293] task: ea850000 ti: ea846000 task.ti: ea846000 [ 6.750296] NIP: c03c057c LR: c03ec780 CTR: c03eec50 [ 6.750300] REGS: ea847860 TRAP: 0700 Tainted: G W (4.6.0-rc1-sam460ex-jm) [ 6.750310] MSR: 00029000 <CE,EE,ME> CR: 44004222 XER: 20000000 [ 6.750362] [ 6.750362] GPR00: c03ec780 ea847910 ea850000 ea9c9000 00000001 00000000 00000000 ffb45f60 [ 6.750362] GPR08: ee97f600 00000000 00000001 ea8479d0 24004222 00000000 c0bc0000 eeab9ec8 [ 6.750362] GPR16: c0bc5340 c08aeaa4 000000f0 00000043 00300000 00000000 c0cf0000 c0e3bbe0 [ 6.750362] GPR24: 00000001 000000f0 ea806000 ee97a600 00000000 ea9c9000 eab78000 ee98b084 [ 6.750367] NIP [c03c057c] drm_vblank_off+0x2c/0x1e0 [ 6.750374] LR [c03ec780] atombios_crtc_dpms+0x90/0xf0 [ 6.750375] Call Trace: [ 6.750382] [ea847960] [c03ec780] atombios_crtc_dpms+0x90/0xf0 [ 6.750389] [ea847980] [c03eec74] atombios_crtc_disable+0x24/0x2a4 [ 6.750396] [ea8479d0] [c03abb8c] __drm_helper_disable_unused_functions+0x9c/0xd0 [ 6.750402] [ea8479f0] [c03ac494] drm_crtc_helper_set_config+0x1c0/0x934 [ 6.750411] [ea847a60] [c04062f4] radeon_crtc_set_config+0x30/0xb8 [ 6.750418] [ea847a70] [c03c8b28] drm_mode_set_config_internal+0x5c/0xe0 [ 6.750427] [ea847a90] [c03b7218] restore_fbdev_mode+0x20c/0x25c [ 6.750435] [ea847ac0] [c03b8e24] drm_fb_helper_restore_fbdev_mode_unlocked+0x40/0x8c [ 6.750443] [ea847ae0] [c03b8ebc] drm_fb_helper_set_par+0x4c/0x60 [ 6.750450] [ea847af0] [c036ba34] fbcon_init+0x318/0x410 [ 6.750457] [ea847b40] [c0395eb0] visual_init+0xc8/0x114 [ 6.750464] [ea847b60] [c0397628] do_bind_con_driver+0x1e0/0x2e0 [ 6.750471] [ea847bb0] [c0397aa8] do_take_over_console+0x1a0/0x1b0 [ 6.750478] [ea847be0] [c036bbac] do_fbcon_takeover+0x80/0xd8 [ 6.750487] [ea847bf0] [c003f474] notifier_call_chain+0x60/0x94 [ 6.750495] [ea847c10] [c003f758] __blocking_notifier_call_chain+0x50/0x68 [ 6.750503] [ea847c30] [c0372fb0] register_framebuffer+0x250/0x280 [ 6.750511] [ea847ca0] [c03b91f0] drm_fb_helper_initial_config+0x320/0x394 [ 6.750518] [ea847ce0] [c040e3d0] radeon_fbdev_init+0xdc/0x114 [ 6.750525] [ea847d00] [c04085fc] radeon_modeset_init+0x5a8/0x938 [ 6.750532] [ea847d60] [c03e5ebc] radeon_driver_load_kms+0xcc/0x134 [ 6.750538] [ea847d80] [c03c1a5c] drm_dev_register+0x84/0xc8 [ 6.750546] [ea847da0] [c03c3b54] drm_get_pci_dev+0xf4/0x18c [ 6.750554] [ea847dc0] [c0357f44] pci_device_probe+0x78/0xcc [ 6.750561] [ea847de0] [c04ce61c] driver_probe_device+0x124/0x264 [ 6.750567] [ea847e00] [c04ce7e4] __driver_attach+0x88/0xb0 [ 6.750577] [ea847e20] [c04ccbc4] bus_for_each_dev+0x90/0xa0 [ 6.750583] [ea847e50] [c04cdc64] bus_add_driver+0xe0/0x1f0 [ 6.750590] [ea847e70] [c04ceee0] driver_register+0xb4/0xf8 [ 6.750597] [ea847e90] [c00015f8] do_one_initcall+0x11c/0x1a0 [ 6.750605] [ea847f00] [c0c5fa9c] kernel_init_freeable+0x130/0x1cc [ 6.750611] [ea847f30] [c0001bf4] kernel_init+0x14/0x108 [ 6.750618] [ea847f40] [c000b1d4] ret_from_kernel_thread+0x5c/0x64 [ 6.750621] Instruction dump: [ 6.750635] 4bfffdf0 9421ffb0 1d240084 7c0802a6 be61001c 90010054 83e3010c 7fff4a14 [ 6.750649] 81230160 7d492010 7d4a5110 394a0001 <0f0a0000> 7f844840 409c01a4 3ae3013c [ 6.750652] ---[ end trace fb371effa06ff931 ]--- [ 6.750767] ------------[ cut here ]------------ [ 6.750779] WARNING: CPU: 0 PID: 1 at drivers/gpu/drm/drm_irq.c:1368 drm_vblank_off+0x2c/0x1e0 [ 6.750783] Modules linked in: [ 6.750789] CPU: 0 PID: 1 Comm: swapper Tainted: G W 4.6.0-rc1-sam460ex-jm #23 [ 6.750793] task: ea850000 ti: ea846000 task.ti: ea846000 [ 6.750796] NIP: c03c057c LR: c03ec780 CTR: c03eec50 [ 6.750800] REGS: ea847860 TRAP: 0700 Tainted: G W (4.6.0-rc1-sam460ex-jm) [ 6.750811] MSR: 00029000 <CE,EE,ME> CR: 44004422 XER: 20000000 [ 6.750863] [ 6.750863] GPR00: c03ec780 ea847910 ea850000 ea9c9000 00000002 000000ff eab784ec ea9a3000 [ 6.750863] GPR08: 00000006 00000000 00000001 ea8479d0 24004422 00000000 c0bc0000 eeab9ec8 [ 6.750863] GPR16: c0bc5340 c08aeaa4 000000f0 00000043 00300000 00000000 c0cf0000 c0e3bbe0 [ 6.750863] GPR24: 00000001 000000f0 ea806000 ee97a600 00000000 ea9c9000 eab78000 ee98b108 [ 6.750868] NIP [c03c057c] drm_vblank_off+0x2c/0x1e0 [ 6.750875] LR [c03ec780] atombios_crtc_dpms+0x90/0xf0 [ 6.750877] Call Trace: [ 6.750887] [ea847910] [c08aeaa4] atombios_helper_funcs+0x0/0x218 (unreliable) [ 6.750893] [ea847960] [c03ec780] atombios_crtc_dpms+0x90/0xf0 [ 6.750900] [ea847980] [c03eec74] atombios_crtc_disable+0x24/0x2a4 [ 6.750907] [ea8479d0] [c03abb8c] __drm_helper_disable_unused_functions+0x9c/0xd0 [ 6.750914] [ea8479f0] [c03ac494] drm_crtc_helper_set_config+0x1c0/0x934 [ 6.750923] [ea847a60] [c04062f4] radeon_crtc_set_config+0x30/0xb8 [ 6.750930] [ea847a70] [c03c8b28] drm_mode_set_config_internal+0x5c/0xe0 [ 6.750939] [ea847a90] [c03b7218] restore_fbdev_mode+0x20c/0x25c [ 6.750947] [ea847ac0] [c03b8e24] drm_fb_helper_restore_fbdev_mode_unlocked+0x40/0x8c [ 6.750955] [ea847ae0] [c03b8ebc] drm_fb_helper_set_par+0x4c/0x60 [ 6.750962] [ea847af0] [c036ba34] fbcon_init+0x318/0x410 [ 6.750969] [ea847b40] [c0395eb0] visual_init+0xc8/0x114 [ 6.750977] [ea847b60] [c0397628] do_bind_con_driver+0x1e0/0x2e0 [ 6.750984] [ea847bb0] [c0397aa8] do_take_over_console+0x1a0/0x1b0 [ 6.750991] [ea847be0] [c036bbac] do_fbcon_takeover+0x80/0xd8 [ 6.751000] [ea847bf0] [c003f474] notifier_call_chain+0x60/0x94 [ 6.751007] [ea847c10] [c003f758] __blocking_notifier_call_chain+0x50/0x68 [ 6.751016] [ea847c30] [c0372fb0] register_framebuffer+0x250/0x280 [ 6.751024] [ea847ca0] [c03b91f0] drm_fb_helper_initial_config+0x320/0x394 [ 6.751032] [ea847ce0] [c040e3d0] radeon_fbdev_init+0xdc/0x114 [ 6.751039] [ea847d00] [c04085fc] radeon_modeset_init+0x5a8/0x938 [ 6.751045] [ea847d60] [c03e5ebc] radeon_driver_load_kms+0xcc/0x134 [ 6.751052] [ea847d80] [c03c1a5c] drm_dev_register+0x84/0xc8 [ 6.751059] [ea847da0] [c03c3b54] drm_get_pci_dev+0xf4/0x18c [ 6.751069] [ea847dc0] [c0357f44] pci_device_probe+0x78/0xcc [ 6.751077] [ea847de0] [c04ce61c] driver_probe_device+0x124/0x264 [ 6.751083] [ea847e00] [c04ce7e4] __driver_attach+0x88/0xb0 [ 6.751094] [ea847e20] [c04ccbc4] bus_for_each_dev+0x90/0xa0 [ 6.751101] [ea847e50] [c04cdc64] bus_add_driver+0xe0/0x1f0 [ 6.751108] [ea847e70] [c04ceee0] driver_register+0xb4/0xf8 [ 6.751114] [ea847e90] [c00015f8] do_one_initcall+0x11c/0x1a0 [ 6.751123] [ea847f00] [c0c5fa9c] kernel_init_freeable+0x130/0x1cc [ 6.751129] [ea847f30] [c0001bf4] kernel_init+0x14/0x108 [ 6.751136] [ea847f40] [c000b1d4] ret_from_kernel_thread+0x5c/0x64 [ 6.751139] Instruction dump: [ 6.751153] 4bfffdf0 9421ffb0 1d240084 7c0802a6 be61001c 90010054 83e3010c 7fff4a14 [ 6.751167] 81230160 7d492010 7d4a5110 394a0001 <0f0a0000> 7f844840 409c01a4 3ae3013c [ 6.751170] ---[ end trace fb371effa06ff932 ]--- [ 6.751260] ------------[ cut here ]------------ [ 6.751268] WARNING: CPU: 0 PID: 1 at drivers/gpu/drm/drm_irq.c:1368 drm_vblank_off+0x2c/0x1e0 [ 6.751271] Modules linked in: [ 6.751276] CPU: 0 PID: 1 Comm: swapper Tainted: G W 4.6.0-rc1-sam460ex-jm #23 [ 6.751280] task: ea850000 ti: ea846000 task.ti: ea846000 [ 6.751283] NIP: c03c057c LR: c03ec780 CTR: c03eec50 [ 6.751287] REGS: ea847860 TRAP: 0700 Tainted: G W (4.6.0-rc1-sam460ex-jm) [ 6.751298] MSR: 00029000 <CE,EE,ME> CR: 44004422 XER: 20000000 [ 6.751350] [ 6.751350] GPR00: c03ec780 ea847910 ea850000 ea9c9000 00000003 000000ff eab784ec ea9a3000 [ 6.751350] GPR08: 00000006 00000000 00000001 ea8479d0 24004422 00000000 c0bc0000 eeab9ec8 [ 6.751350] GPR16: c0bc5340 c08aeaa4 000000f0 00000043 00300000 00000000 c0cf0000 c0e3bbe0 [ 6.751350] GPR24: 00000001 000000f0 ea806000 ee97a600 00000000 ea9c9000 eab78000 ee98b18c [ 6.751355] NIP [c03c057c] drm_vblank_off+0x2c/0x1e0 [ 6.751361] LR [c03ec780] atombios_crtc_dpms+0x90/0xf0 [ 6.751363] Call Trace: [ 6.751373] [ea847910] [c08aeaa4] atombios_helper_funcs+0x0/0x218 (unreliable) [ 6.751379] [ea847960] [c03ec780] atombios_crtc_dpms+0x90/0xf0 [ 6.751387] [ea847980] [c03eec74] atombios_crtc_disable+0x24/0x2a4 [ 6.751394] [ea8479d0] [c03abb8c] __drm_helper_disable_unused_functions+0x9c/0xd0 [ 6.751400] [ea8479f0] [c03ac494] drm_crtc_helper_set_config+0x1c0/0x934 [ 6.751409] [ea847a60] [c04062f4] radeon_crtc_set_config+0x30/0xb8 [ 6.751416] [ea847a70] [c03c8b28] drm_mode_set_config_internal+0x5c/0xe0 [ 6.751425] [ea847a90] [c03b7218] restore_fbdev_mode+0x20c/0x25c [ 6.751433] [ea847ac0] [c03b8e24] drm_fb_helper_restore_fbdev_mode_unlocked+0x40/0x8c [ 6.751440] [ea847ae0] [c03b8ebc] drm_fb_helper_set_par+0x4c/0x60 [ 6.751448] [ea847af0] [c036ba34] fbcon_init+0x318/0x410 [ 6.751455] [ea847b40] [c0395eb0] visual_init+0xc8/0x114 [ 6.751463] [ea847b60] [c0397628] do_bind_con_driver+0x1e0/0x2e0 [ 6.751470] [ea847bb0] [c0397aa8] do_take_over_console+0x1a0/0x1b0 [ 6.751476] [ea847be0] [c036bbac] do_fbcon_takeover+0x80/0xd8 [ 6.751485] [ea847bf0] [c003f474] notifier_call_chain+0x60/0x94 [ 6.751493] [ea847c10] [c003f758] __blocking_notifier_call_chain+0x50/0x68 [ 6.751501] [ea847c30] [c0372fb0] register_framebuffer+0x250/0x280 [ 6.751509] [ea847ca0] [c03b91f0] drm_fb_helper_initial_config+0x320/0x394 [ 6.751516] [ea847ce0] [c040e3d0] radeon_fbdev_init+0xdc/0x114 [ 6.751524] [ea847d00] [c04085fc] radeon_modeset_init+0x5a8/0x938 [ 6.751530] [ea847d60] [c03e5ebc] radeon_driver_load_kms+0xcc/0x134 [ 6.751537] [ea847d80] [c03c1a5c] drm_dev_register+0x84/0xc8 [ 6.751544] [ea847da0] [c03c3b54] drm_get_pci_dev+0xf4/0x18c [ 6.751553] [ea847dc0] [c0357f44] pci_device_probe+0x78/0xcc [ 6.751560] [ea847de0] [c04ce61c] driver_probe_device+0x124/0x264 [ 6.751566] [ea847e00] [c04ce7e4] __driver_attach+0x88/0xb0 [ 6.751576] [ea847e20] [c04ccbc4] bus_for_each_dev+0x90/0xa0 [ 6.751583] [ea847e50] [c04cdc64] bus_add_driver+0xe0/0x1f0 [ 6.751589] [ea847e70] [c04ceee0] driver_register+0xb4/0xf8 [ 6.751596] [ea847e90] [c00015f8] do_one_initcall+0x11c/0x1a0 [ 6.751604] [ea847f00] [c0c5fa9c] kernel_init_freeable+0x130/0x1cc [ 6.751610] [ea847f30] [c0001bf4] kernel_init+0x14/0x108 [ 6.751618] [ea847f40] [c000b1d4] ret_from_kernel_thread+0x5c/0x64 [ 6.751620] Instruction dump: [ 6.751635] 4bfffdf0 9421ffb0 1d240084 7c0802a6 be61001c 90010054 83e3010c 7fff4a14 [ 6.751648] 81230160 7d492010 7d4a5110 394a0001 <0f0a0000> 7f844840 409c01a4 3ae3013c [ 6.751651] ---[ end trace fb371effa06ff933 ]--- [ 6.751772] ------------[ cut here ]------------ [ 6.751784] WARNING: CPU: 0 PID: 1 at drivers/gpu/drm/drm_irq.c:1368 drm_vblank_off+0x2c/0x1e0 [ 6.751787] Modules linked in: [ 6.751793] CPU: 0 PID: 1 Comm: swapper Tainted: G W 4.6.0-rc1-sam460ex-jm #23 [ 6.751798] task: ea850000 ti: ea846000 task.ti: ea846000 [ 6.751801] NIP: c03c057c LR: c03ec780 CTR: c03eec50 [ 6.751805] REGS: ea847860 TRAP: 0700 Tainted: G W (4.6.0-rc1-sam460ex-jm) [ 6.751815] MSR: 00029000 <CE,EE,ME> CR: 44004422 XER: 20000000 [ 6.751868] [ 6.751868] GPR00: c03ec780 ea847910 ea850000 ea9c9000 00000004 000000ff eab784ec ea9a3000 [ 6.751868] GPR08: 00000006 00000000 00000001 ea8479d0 24004422 00000000 c0bc0000 eeab9ec8 [ 6.751868] GPR16: c0bc5340 c08aeaa4 000000f0 00000043 00300000 00000000 c0cf0000 c0e3bbe0 [ 6.751868] GPR24: 00000001 000000f0 ea806000 ee97a600 00000000 ea9c9000 eab78000 ee98b210 [ 6.751873] NIP [c03c057c] drm_vblank_off+0x2c/0x1e0 [ 6.751880] LR [c03ec780] atombios_crtc_dpms+0x90/0xf0 [ 6.751882] Call Trace: [ 6.751891] [ea847910] [c08aeaa4] atombios_helper_funcs+0x0/0x218 (unreliable) [ 6.751898] [ea847960] [c03ec780] atombios_crtc_dpms+0x90/0xf0 [ 6.751905] [ea847980] [c03eec74] atombios_crtc_disable+0x24/0x2a4 [ 6.751912] [ea8479d0] [c03abb8c] __drm_helper_disable_unused_functions+0x9c/0xd0 [ 6.751919] [ea8479f0] [c03ac494] drm_crtc_helper_set_config+0x1c0/0x934 [ 6.751928] [ea847a60] [c04062f4] radeon_crtc_set_config+0x30/0xb8 [ 6.751934] [ea847a70] [c03c8b28] drm_mode_set_config_internal+0x5c/0xe0 [ 6.751943] [ea847a90] [c03b7218] restore_fbdev_mode+0x20c/0x25c [ 6.751951] [ea847ac0] [c03b8e24] drm_fb_helper_restore_fbdev_mode_unlocked+0x40/0x8c [ 6.751959] [ea847ae0] [c03b8ebc] drm_fb_helper_set_par+0x4c/0x60 [ 6.751967] [ea847af0] [c036ba34] fbcon_init+0x318/0x410 [ 6.751974] [ea847b40] [c0395eb0] visual_init+0xc8/0x114 [ 6.751981] [ea847b60] [c0397628] do_bind_con_driver+0x1e0/0x2e0 [ 6.751988] [ea847bb0] [c0397aa8] do_take_over_console+0x1a0/0x1b0 [ 6.751995] [ea847be0] [c036bbac] do_fbcon_takeover+0x80/0xd8 [ 6.752004] [ea847bf0] [c003f474] notifier_call_chain+0x60/0x94 [ 6.752011] [ea847c10] [c003f758] __blocking_notifier_call_chain+0x50/0x68 [ 6.752021] [ea847c30] [c0372fb0] register_framebuffer+0x250/0x280 [ 6.752028] [ea847ca0] [c03b91f0] drm_fb_helper_initial_config+0x320/0x394 [ 6.752036] [ea847ce0] [c040e3d0] radeon_fbdev_init+0xdc/0x114 [ 6.752043] [ea847d00] [c04085fc] radeon_modeset_init+0x5a8/0x938 [ 6.752049] [ea847d60] [c03e5ebc] radeon_driver_load_kms+0xcc/0x134 [ 6.752056] [ea847d80] [c03c1a5c] drm_dev_register+0x84/0xc8 [ 6.752064] [ea847da0] [c03c3b54] drm_get_pci_dev+0xf4/0x18c [ 6.752073] [ea847dc0] [c0357f44] pci_device_probe+0x78/0xcc [ 6.752081] [ea847de0] [c04ce61c] driver_probe_device+0x124/0x264 [ 6.752087] [ea847e00] [c04ce7e4] __driver_attach+0x88/0xb0 [ 6.752097] [ea847e20] [c04ccbc4] bus_for_each_dev+0x90/0xa0 [ 6.752104] [ea847e50] [c04cdc64] bus_add_driver+0xe0/0x1f0 [ 6.752110] [ea847e70] [c04ceee0] driver_register+0xb4/0xf8 [ 6.752117] [ea847e90] [c00015f8] do_one_initcall+0x11c/0x1a0 [ 6.752126] [ea847f00] [c0c5fa9c] kernel_init_freeable+0x130/0x1cc [ 6.752132] [ea847f30] [c0001bf4] kernel_init+0x14/0x108 [ 6.752139] [ea847f40] [c000b1d4] ret_from_kernel_thread+0x5c/0x64 [ 6.752142] Instruction dump: [ 6.752157] 4bfffdf0 9421ffb0 1d240084 7c0802a6 be61001c 90010054 83e3010c 7fff4a14 [ 6.752171] 81230160 7d492010 7d4a5110 394a0001 <0f0a0000> 7f844840 409c01a4 3ae3013c [ 6.752173] ---[ end trace fb371effa06ff934 ]--- [ 6.752262] ------------[ cut here ]------------ [ 6.752270] WARNING: CPU: 0 PID: 1 at drivers/gpu/drm/drm_irq.c:1368 drm_vblank_off+0x2c/0x1e0 [ 6.752274] Modules linked in: [ 6.752279] CPU: 0 PID: 1 Comm: swapper Tainted: G W 4.6.0-rc1-sam460ex-jm #23 [ 6.752282] task: ea850000 ti: ea846000 task.ti: ea846000 [ 6.752286] NIP: c03c057c LR: c03ec780 CTR: c03eec50 [ 6.752289] REGS: ea847860 TRAP: 0700 Tainted: G W (4.6.0-rc1-sam460ex-jm) [ 6.752300] MSR: 00029000 <CE,EE,ME> CR: 44004422 XER: 20000000 [ 6.752352] [ 6.752352] GPR00: c03ec780 ea847910 ea850000 ea9c9000 00000005 000000ff eab784ec ea9a3000 [ 6.752352] GPR08: 00000006 00000000 00000001 ea8479d0 24004422 00000000 c0bc0000 eeab9ec8 [ 6.752352] GPR16: c0bc5340 c08aeaa4 000000f0 00000043 00300000 00000000 c0cf0000 c0e3bbe0 [ 6.752352] GPR24: 00000001 000000f0 ea806000 ee97a600 00000000 ea9c9000 eab78000 ee98b294 [ 6.752357] NIP [c03c057c] drm_vblank_off+0x2c/0x1e0 [ 6.752364] LR [c03ec780] atombios_crtc_dpms+0x90/0xf0 [ 6.752365] Call Trace: [ 6.752375] [ea847910] [c08aeaa4] atombios_helper_funcs+0x0/0x218 (unreliable) [ 6.752382] [ea847960] [c03ec780] atombios_crtc_dpms+0x90/0xf0 [ 6.752389] [ea847980] [c03eec74] atombios_crtc_disable+0x24/0x2a4 [ 6.752396] [ea8479d0] [c03abb8c] __drm_helper_disable_unused_functions+0x9c/0xd0 [ 6.752402] [ea8479f0] [c03ac494] drm_crtc_helper_set_config+0x1c0/0x934 [ 6.752411] [ea847a60] [c04062f4] radeon_crtc_set_config+0x30/0xb8 [ 6.752418] [ea847a70] [c03c8b28] drm_mode_set_config_internal+0x5c/0xe0 [ 6.752427] [ea847a90] [c03b7218] restore_fbdev_mode+0x20c/0x25c [ 6.752435] [ea847ac0] [c03b8e24] drm_fb_helper_restore_fbdev_mode_unlocked+0x40/0x8c [ 6.752442] [ea847ae0] [c03b8ebc] drm_fb_helper_set_par+0x4c/0x60 [ 6.752450] [ea847af0] [c036ba34] fbcon_init+0x318/0x410 [ 6.752457] [ea847b40] [c0395eb0] visual_init+0xc8/0x114 [ 6.752465] [ea847b60] [c0397628] do_bind_con_driver+0x1e0/0x2e0 [ 6.752472] [ea847bb0] [c0397aa8] do_take_over_console+0x1a0/0x1b0 [ 6.752478] [ea847be0] [c036bbac] do_fbcon_takeover+0x80/0xd8 [ 6.752487] [ea847bf0] [c003f474] notifier_call_chain+0x60/0x94 [ 6.752495] [ea847c10] [c003f758] __blocking_notifier_call_chain+0x50/0x68 [ 6.752503] [ea847c30] [c0372fb0] register_framebuffer+0x250/0x280 [ 6.752511] [ea847ca0] [c03b91f0] drm_fb_helper_initial_config+0x320/0x394 [ 6.752519] [ea847ce0] [c040e3d0] radeon_fbdev_init+0xdc/0x114 [ 6.752526] [ea847d00] [c04085fc] radeon_modeset_init+0x5a8/0x938 [ 6.752532] [ea847d60] [c03e5ebc] radeon_driver_load_kms+0xcc/0x134 [ 6.752539] [ea847d80] [c03c1a5c] drm_dev_register+0x84/0xc8 [ 6.752546] [ea847da0] [c03c3b54] drm_get_pci_dev+0xf4/0x18c [ 6.752555] [ea847dc0] [c0357f44] pci_device_probe+0x78/0xcc [ 6.752562] [ea847de0] [c04ce61c] driver_probe_device+0x124/0x264 [ 6.752569] [ea847e00] [c04ce7e4] __driver_attach+0x88/0xb0 [ 6.752578] [ea847e20] [c04ccbc4] bus_for_each_dev+0x90/0xa0 [ 6.752584] [ea847e50] [c04cdc64] bus_add_driver+0xe0/0x1f0 [ 6.752591] [ea847e70] [c04ceee0] driver_register+0xb4/0xf8 [ 6.752597] [ea847e90] [c00015f8] do_one_initcall+0x11c/0x1a0 [ 6.752605] [ea847f00] [c0c5fa9c] kernel_init_freeable+0x130/0x1cc [ 6.752612] [ea847f30] [c0001bf4] kernel_init+0x14/0x108 [ 6.752619] [ea847f40] [c000b1d4] ret_from_kernel_thread+0x5c/0x64 [ 6.752622] Instruction dump: [ 6.752636] 4bfffdf0 9421ffb0 1d240084 7c0802a6 be61001c 90010054 83e3010c 7fff4a14 [ 6.752650] 81230160 7d492010 7d4a5110 394a0001 <0f0a0000> 7f844840 409c01a4 3ae3013c [ 6.752652] ---[ end trace fb371effa06ff935 ]--- [ 6.831942] Console: switching to colour frame buffer device 240x67 [ 43.150389] radeon 0001:81:00.0: fb0: radeondrmfb frame buffer device [ 43.175646] [drm] Initialized radeon 2.43.0 20080528 for 0001:81:00.0 on minor 0 [ 43.212447] brd: module loaded [ 43.238510] loop: module loaded [ 43.258050] sm501 0002:00:06.0: enabling device (0004 -> 0006) [ 43.279836] sm501 0002:00:06.0: SM501 At fa900000: Version 050100c0, 64 Mb, IRQ 22 [ 43.303169] sm501 0002:00:06.0: setting M1XCLK to 144000000 [ 43.340581] sm501 0002:00:06.0: setting MCLK to 72000000 [ 43.411713] serial8250 serial8250.9: unable to register port at index 0 (IO0 MEMd84030000 IRQ22): -28 [ 43.436694] serial8250 serial8250.9: unable to register port at index 1 (IO0 MEMd84030020 IRQ22): -28 [ 44.990974] sm501-fb sm501-fb.80: fb sm501fb-crt disabled at start [ 45.012535] sm501-fb sm501-fb.80: using mode default mode [ 45.033465] sm501-fb sm501-fb.80: fb1: sm501fb-crt frame buffer [ 45.054635] sm501-fb sm501-fb.80: fb sm501fb-panel enabled at start [ 45.075826] sm501-fb sm501-fb.80: using mode default mode [ 45.096281] sm501-fb sm501-fb.80: fb2: sm501fb-panel frame buffer [ 45.118411] sata_sil 0002:00:04.0: Applying R_ERR on DMA activate FIS errata fix [ 45.142452] scsi host0: sata_sil [ 45.161186] scsi host1: sata_sil [ 45.179262] ata1: SATA max UDMA/100 mmio m512 at 0xd84280000 tf 0xd84280080 irq 22 [ 45.201442] ata2: SATA max UDMA/100 mmio m512 at 0xd84280000 tf 0xd842800c0 irq 22 [ 45.224223] libphy: Fixed MDIO Bus: probed [ 45.243425] PPC 4xx OCP EMAC driver, version 3.54 [ 45.262949] MAL v2 /plb/mcmal, 2 TX channels, 16 RX channels [ 45.283421] ZMII /plb/opb/emac-zmii at ef600d00 initialized [ 45.303714] RGMII /plb/opb/emac-rgmii at ef601500 initialized with MDIO support [ 45.325875] TAH /plb/opb/emac-tah at ef601350 initialized [ 45.345886] TAH /plb/opb/emac-tah at ef601450 initialized [ 45.365959] /plb/opb/emac-rgmii at ef601500: input 0 in RGMII mode [ 45.388015] eth0: EMAC-0 /plb/opb/ethernet at ef600e00, MAC 00:50:c2:80:d5:c5 [ 45.409774] eth0: found Generic MII PHY (0x00) [ 45.429055] /plb/opb/emac-rgmii at ef601500: input 1 in RGMII mode [ 45.451136] eth1: EMAC-1 /plb/opb/ethernet at ef600f00, MAC 00:00:00:00:00:00 [ 45.473102] eth1: found Generic MII PHY (0x01) [ 45.492666] PPP generic driver version 2.4.2 [ 45.512284] PPP BSD Compression module registered [ 45.532160] PPP Deflate Compression module registered [ 45.552271] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 310) [ 45.574011] NET: Registered protocol family 24 [ 45.593988] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 45.615900] ata1.00: ATA-8: WDC WD5000AAKS-00V1A0, 05.01D05, max UDMA/133 [ 45.615907] ata1.00: 976773168 sectors, multi 0: LBA48 NCQ (depth 0/32) [ 45.660801] ata1.00: configured for UDMA/100 [ 45.680952] scsi 0:0:0:0: Direct-Access ATA WDC WD5000AAKS-0 1D05 PQ: 0 ANSI: 5 [ 45.705110] ppc-of-ehci 4bffd0400.ehci: OF EHCI [ 45.725755] ppc-of-ehci 4bffd0400.ehci: new USB bus registered, assigned bus number 1 [ 45.750191] ppc-of-ehci 4bffd0400.ehci: irq 32, io mem 0x4bffd0400 [ 45.773386] sd 0:0:0:0: [sda] 976773168 512-byte logical blocks: (500 GB/466 GiB) [ 45.797168] sd 0:0:0:0: Attached scsi generic sg0 type 0 [ 45.818625] ppc-of-ehci 4bffd0400.ehci: USB 2.0 started, EHCI 1.00 [ 45.842122] sd 0:0:0:0: [sda] Write Protect is off [ 45.842222] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 45.890762] sda: RDSK (512) sda1 (DOS^G)(res 2 spb 1) sda2 (SFS^@)(res 2 spb 1) sda3 (SFS^@)(res 2 spb 1) sda4 (SFS^@)(res 2 spb 1) sda5 (SFS^@)(res 2 spb 1) sda6 (SFS^@)(res 2 spb 1) sda7 (NTFS)(res 2 spb 2) sda8 (DOS^C)(res 2 spb 2) sda9 (DOS^C)(res 2 spb 2) sda10 (DOS^C)(res 2 spb 2) [ 45.893140] sd 0:0:0:0: [sda] Attached SCSI disk [ 45.978346] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002 [ 46.003517] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 46.029181] usb usb1: Product: OF EHCI [ 46.051067] usb usb1: Manufacturer: Linux 4.6.0-rc1-sam460ex-jm ehci_hcd [ 46.075997] usb usb1: SerialNumber: PPC-OF USB [ 46.099039] hub 1-0:1.0: USB hub found [ 46.120882] hub 1-0:1.0: 1 port detected [ 46.142929] ehci-pci: EHCI PCI platform driver [ 46.164996] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 310) [ 46.189196] ata2.00: ATAPI: ASUS DRW-24B3ST i, 1.00, max UDMA/100 [ 46.213947] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 46.238110] ata2.00: configured for UDMA/100 [ 46.260748] ppc-of-ohci 4bffd0000.usb: OF OHCI [ 46.283392] ppc-of-ohci 4bffd0000.usb: new USB bus registered, assigned bus number 2 [ 46.309543] ppc-of-ohci 4bffd0000.usb: irq 33, io mem 0x4bffd0000 [ 46.333426] scsi 1:0:0:0: CD-ROM ASUS DRW-24B3ST i 1.00 PQ: 0 ANSI: 5 [ 46.381091] sr 1:0:0:0: [sr0] scsi3-mmc drive: 48x/48x writer dvd-ram cd/rw xa/form2 cdda tray [ 46.407871] cdrom: Uniform CD-ROM driver Revision: 3.20 [ 46.438657] sr 1:0:0:0: Attached scsi generic sg1 type 5 [ 46.484583] usb 1-1: new high-speed USB device number 2 using ppc-of-ehci [ 46.649957] usb 1-1: New USB device found, idVendor=0424, idProduct=2517 [ 46.697576] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0 [ 46.751730] hub 1-1:1.0: USB hub found [ 46.797577] hub 1-1:1.0: 7 ports detected [ 47.083860] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001 [ 47.109235] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 47.134948] usb 1-1.1: new high-speed USB device number 3 using ppc-of-ehci [ 47.160746] usb usb2: Product: OF OHCI [ 47.183053] usb usb2: Manufacturer: Linux 4.6.0-rc1-sam460ex-jm ohci_hcd [ 47.208550] usb usb2: SerialNumber: PPC-OF USB [ 47.232285] hub 2-0:1.0: USB hub found [ 47.254786] hub 2-0:1.0: 1 port detected [ 47.277518] sm501-usb sm501-usb.80: cannot declare coherent memory [ 47.302459] ohci-pci: OHCI PCI platform driver [ 47.326294] usbcore: registered new interface driver usblp [ 47.351174] usb 1-1.1: New USB device found, idVendor=1a40, idProduct=0101 [ 47.376889] usbcore: registered new interface driver usb-storage [ 47.377126] usbcore: registered new interface driver usbserial [ 47.377215] usbcore: registered new interface driver usbserial_generic [ 47.377296] usbserial: USB Serial support registered for generic [ 47.377406] usbcore: registered new interface driver ftdi_sio [ 47.377484] usbserial: USB Serial support registered for FTDI USB Serial Device [ 47.378104] mousedev: PS/2 mouse device common for all mice [ 47.379217] usbcore: registered new interface driver iforce [ 47.381991] usbcore: registered new interface driver xpad [ 47.382087] i2c /dev entries driver [ 47.434534] rtc-m41t80 8-0068: rtc core: registered m41t80 as rtc0 [ 47.533491] ibm-iic 4ef600700.i2c: using standard (100 kHz) mode [ 47.533924] ibm-iic 4ef600800.i2c: using standard (100 kHz) mode [ 47.534007] md: linear personality registered for level -1 [ 47.534015] md: raid0 personality registered for level 0 [ 47.534023] md: raid1 personality registered for level 1 [ 47.534030] md: raid10 personality registered for level 10 [ 47.558473] md: raid6 personality registered for level 6 [ 47.558477] md: raid5 personality registered for level 5 [ 47.558480] md: raid4 personality registered for level 4 [ 47.559231] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel at redhat.com [ 47.559246] EDAC PPC4xx MC: v1.0.0 [ 47.559249] EDAC PPC4xx MC: Reporting type: interrupt [ 47.559473] hidraw: raw HID events driver (C) Jiri Kosina [ 47.560173] usbcore: registered new interface driver usbhid [ 47.560175] usbhid: USB HID core driver [ 47.564424] no UART detected at 0x1 [ 47.565134] snd_hda_intel 0001:81:00.1: enabling device (0000 -> 0002) [ 47.565153] snd_hda_intel 0001:81:00.1: Force to snoop mode by module option [ 47.642430] snd_ice1724 0000:42:00.0: No matching model found for ID 0x12140324 [ 47.742179] usbcore: registered new interface driver snd-usb-audio [ 47.742296] usbcore: registered new interface driver snd-ua101 [ 47.742414] usbcore: registered new interface driver snd-usb-usx2y [ 47.742638] ipip: IPv4 over IPv4 tunneling driver [ 47.743818] ip_tables: (C) 2000-2006 Netfilter Core Team [ 47.743877] Initializing XFRM netlink socket [ 47.745453] NET: Registered protocol family 10 [ 47.747130] sit: IPv6 over IPv4 tunneling driver [ 47.747849] NET: Registered protocol family 17 [ 47.747874] NET: Registered protocol family 15 [ 47.748128] Bluetooth: RFCOMM TTY layer initialized [ 47.748142] Bluetooth: RFCOMM socket layer initialized [ 47.748163] Bluetooth: RFCOMM ver 1.11 [ 47.748181] Bluetooth: BNEP (Ethernet Emulation) ver 1.3 [ 47.748184] Bluetooth: BNEP filters: protocol multicast [ 47.748192] Bluetooth: BNEP socket layer initialized [ 47.748200] Bluetooth: HIDP (Human Interface Emulation) ver 1.2 [ 47.748207] Bluetooth: HIDP socket layer initialized [ 47.748309] Key type dns_resolver registered [ 47.752322] Btrfs loaded [ 47.777654] Key type encrypted registered [ 47.847273] rtc-m41t80 8-0068: setting system clock to 2016-03-29 05:38:48 UTC (1459229928) [ 47.847453] ALSA device list: [ 47.847456] #0: Virtual MIDI Card 1 [ 47.847459] #2: ICEnsemble ICE1724 at 0xfffc1080, irq 19 [ 48.627513] md: Waiting for all devices to be available before autodetect [ 48.647925] usb 1-1.1: New USB device strings: Mfr=0, Product=1, SerialNumber=0 [ 48.647931] usb 1-1.1: Product: USB 2.0 Hub [ 48.648520] ppc4xx_setup_msi_irqs: fail allocating msi interrupt [ 48.648880] hub 1-1.1:1.0: USB hub found [ 48.649002] hub 1-1.1:1.0: 4 ports detected [ 48.673995] input: HDA ATI HDMI HDMI/DP,pcm=3 as /devices/pci0001:80/0001:80:00.0/0001:81:00.1/sound/card1/input0 [ 48.748503] usb 1-1.2: new low-speed USB device number 4 using ppc-of-ehci [ 48.794175] md: If you don't use raid, use raid=noautodetect [ 48.815284] md: Autodetecting RAID arrays. [ 48.833925] md: Scanned 0 and added 0 devices. [ 48.852680] md: autorun ... [ 48.869632] md: ... autorun DONE. [ 48.906488] usb 1-1.2: New USB device found, idVendor=04f2, idProduct=0116 [ 48.927667] EXT4-fs (sda8): couldn't mount as ext3 due to feature incompatibilities [ 48.928115] EXT4-fs (sda8): couldn't mount as ext2 due to feature incompatibilities [ 48.973054] usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0 [ 48.994981] usb 1-1.2: Product: USB Keyboard [ 49.014650] usb 1-1.2: Manufacturer: CHICONY [ 49.041147] input: CHICONY USB Keyboard as /devices/platform/plb/4bffd0400.ehci/usb1/1-1/1-1.2/1-1.2:1.0/0003:04F2:0116.0001/input/input1 [ 49.072279] EXT4-fs (sda8): mounted filesystem with ordered data mode. Opts: (null) [ 49.072323] VFS: Mounted root (ext4 filesystem) readonly on device 8:8. [ 49.119004] devtmpfs: mounted [ 49.137587] usb 1-1.1.1: new full-speed USB device number 5 using ppc-of-ehci [ 49.161231] Freeing unused kernel memory: 256K (c0c5f000 - c0c9f000) [ 49.183876] This architecture does not have kernel memory protection. [ 49.207417] hid-generic 0003:04F2:0116.0001: input,hidraw0: USB HID v1.10 Keyboard [CHICONY USB Keyboard] on usb-PPC-OF USB-1.2/input0 [ 49.270849] usb 1-1.1.1: New USB device found, idVendor=0d8c, idProduct=000c [ 49.295044] usb 1-1.1.1: New USB device strings: Mfr=0, Product=1, SerialNumber=0 [ 49.319778] usb 1-1.1.1: Product: C-Media USB Audio Device [ 49.367813] input: C-Media USB Audio Device as /devices/platform/plb/4bffd0400.ehci/usb1/1-1/1-1.1/1-1.1.1/1-1.1.1:1.3/0003:0D8C:000C.0002/input/input2 [ 49.399982] usb 1-1.5: new high-speed USB device number 6 using ppc-of-ehci [ 49.476056] hid-generic 0003:0D8C:000C.0002: input,hidraw1: USB HID v1.00 Device [C-Media USB Audio Device ] on usb-PPC-OF USB-1.1.1/input3 [ 49.523094] usb 1-1.5: New USB device found, idVendor=18a5, idProduct=0300 [ 49.549049] usb 1-1.5: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [ 49.575467] usb 1-1.5: Product: STORE N GO [ 49.599198] usb 1-1.5: Manufacturer: Verbatim [ 49.622044] usb 1-1.5: SerialNumber: 07023777EC7B7A87 [ 49.647430] usb-storage 1-1.5:1.0: USB Mass Storage device detected [ 49.673003] scsi host2: usb-storage 1-1.5:1.0 [ 49.735057] random: nonblocking pool is initialized [ 49.769599] usb 1-1.6: new full-speed USB device number 7 using ppc-of-ehci [ 49.884323] usb 1-1.6: New USB device found, idVendor=046d, idProduct=c52b [ 49.911186] usb 1-1.6: New USB device strings: Mfr=1, Product=2, SerialNumber=0 [ 49.937736] usb 1-1.6: Product: USB Receiver [ 49.961049] usb 1-1.6: Manufacturer: Logitech [ 49.988798] input: Logitech USB Receiver as /devices/platform/plb/4bffd0400.ehci/usb1/1-1/1-1.6/1-1.6:1.0/0003:046D:C52B.0003/input/input3 [ 50.073515] hid-generic 0003:046D:C52B.0003: input,hidraw2: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-PPC-OF USB-1.6/input0 [ 50.115043] input: Logitech USB Receiver as /devices/platform/plb/4bffd0400.ehci/usb1/1-1/1-1.6/1-1.6:1.1/0003:046D:C52B.0004/input/input4 [ 50.201317] hid-generic 0003:046D:C52B.0004: input,hidraw3: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-PPC-OF USB-1.6/input1 [ 50.241013] hid-generic 0003:046D:C52B.0005: hidraw4: USB HID v1.11 Device [Logitech USB Receiver] on usb-PPC-OF USB-1.6/input2 [ 50.347597] usb 1-1.7: new high-speed USB device number 8 using ppc-of-ehci [ 50.395478] systemd[1]: systemd 229 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN) [ 50.437212] systemd[1]: Detected architecture ppc. [ 50.534163] usb 1-1.7: New USB device found, idVendor=0424, idProduct=2240 [ 50.534171] usb 1-1.7: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [ 50.534175] usb 1-1.7: Product: Ultra Fast Media [ 50.534181] usb 1-1.7: Manufacturer: Generic [ 50.534185] usb 1-1.7: SerialNumber: 000000225001 [ 50.534850] usb-storage 1-1.7:1.0: USB Mass Storage device detected [ 50.539611] scsi host3: usb-storage 1-1.7:1.0 [ 50.744488] scsi 2:0:0:0: Direct-Access Verbatim STORE N GO 5.00 PQ: 0 ANSI: 6 [ 50.775633] systemd[1]: Set hostname to <Amigaone>. [ 50.804714] sd 2:0:0:0: Attached scsi generic sg2 type 0 [ 50.805183] sd 2:0:0:0: [sdb] 3821568 512-byte logical blocks: (1.96 GB/1.82 GiB) [ 50.863933] sd 2:0:0:0: [sdb] Write Protect is off [ 50.892532] sd 2:0:0:0: [sdb] No Caching mode page found [ 50.921967] sd 2:0:0:0: [sdb] Assuming drive cache: write through [ 50.960732] sdb: sdb1 sdb2 sdb3 [ 50.990782] sd 2:0:0:0: [sdb] Attached SCSI removable disk [ 51.541830] scsi 3:0:0:0: Direct-Access Generic Ultra HS-COMBO 1.98 PQ: 0 ANSI: 0 [ 51.580110] sd 3:0:0:0: [sdc] Attached SCSI removable disk [ 51.609154] sd 3:0:0:0: Attached scsi generic sg3 type 0 [ 52.442051] systemd[1]: Listening on fsck to fsckd communication Socket. [ 52.496082] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point. [ 52.552685] systemd[1]: Listening on Syslog Socket. [ 52.603394] systemd[1]: Reached target Encrypted Volumes. [ 52.654448] systemd[1]: Listening on udev Control Socket. [ 52.726014] systemd[1]: Listening on Journal Socket (/dev/log). [ 52.777239] systemd[1]: Reached target User and Group Name Lookups. [ 52.827893] systemd[1]: Reached target Remote File Systems (Pre). [ 52.878298] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [ 52.929194] systemd[1]: Created slice User and Session Slice. [ 52.977374] systemd[1]: Created slice System Slice. [ 53.024854] systemd[1]: Created slice system-getty.slice. [ 53.073167] systemd[1]: Listening on Journal Socket. [ 53.137202] systemd[1]: Starting Load Kernel Modules... [ 53.198796] systemd[1]: Started Read required files in advance. [ 53.262440] systemd[1]: Starting Nameserver information manager... [ 53.327963] systemd[1]: Starting Create Static Device Nodes in /dev... [ 53.381141] systemd[1]: Reached target Slices. [ 53.431822] systemd[1]: Starting Journal Service... [ 53.493499] systemd[1]: Mounting POSIX Message Queue File System... [ 53.565090] systemd[1]: Listening on udev Kernel Socket. [ 53.612742] systemd[1]: Starting Uncomplicated firewall... [ 53.661231] systemd[1]: Reached target Remote File Systems. [ 53.718245] systemd[1]: Created slice system-serial\x2dgetty.slice. [ 53.769272] systemd[1]: Mounting Debug File System... [ 53.838618] systemd[1]: Reached target Swap. [ 53.894192] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe. [ 53.978037] systemd[1]: Mounted Debug File System. [ 54.071249] systemd[1]: Mounted POSIX Message Queue File System. [ 54.190342] systemd[1]: systemd-modules-load.service: Main process exited, code=exited, status=1/FAILURE [ 54.250518] systemd[1]: Failed to start Load Kernel Modules. [ 54.387748] systemd[1]: systemd-modules-load.service: Unit entered failed state. [ 54.442714] systemd[1]: systemd-modules-load.service: Failed with result 'exit-code'. [ 54.500246] systemd[1]: ureadahead.service: Main process exited, code=exited, status=5/NOTINSTALLED [ 54.536893] systemd[1]: ureadahead.service: Unit entered failed state. [ 54.563502] systemd[1]: ureadahead.service: Failed with result 'exit-code'. [ 54.599561] systemd[1]: Started Create Static Device Nodes in /dev. [ 54.668275] systemd[1]: Started Uncomplicated firewall. [ 54.718992] systemd[1]: Started Nameserver information manager. [ 54.789452] systemd[1]: Started Journal Service. Ubuntu Xenial Xerus (development branch) Amigaone ttyS0 Amigaone login: