All of lore.kernel.org
 help / color / mirror / Atom feed
* amdgpu support for Polaris11, Radeon Pro 400 series graphics
@ 2016-11-25 16:15 Bernhard Froemel
       [not found] ` <CALTeituzRvVW6CNeQJJEHg8_yicB0Jq3EXN3EkD0iauKdaMNmg-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
  0 siblings, 1 reply; 5+ messages in thread
From: Bernhard Froemel @ 2016-11-25 16:15 UTC (permalink / raw)
  To: amd-gfx-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW

[-- Attachment #1: Type: text/plain, Size: 2866 bytes --]

Hi everyone,

I'd very much appreciate any help to get the open source amdgpu driver working
for the Radeon Pro 460 [1] found in the recently released
Apple MacBook Pro, Late 2016, 15" (model: MacBookPro13,3).
Note that the Radeon Pro is part of a hybrid graphics setup, paired with an
Intel HD Graphics 530 and an Apple GMUX device. By default/after a system reboot
the GMUX connect the AMD GPU to the available displays. Consequently, the
hybrid setup should not cause any additional issues. For example, the Intel GPU
seems to be not powered, because it is not even enumerated.

lspci tells me:
> 01:00.0 VGA compatible controller: Advanced Micro Devices,
> Inc. [AMD/ATI] Baffin [Radeon RX 460] (rev c0) (prog-if 00 [VGA controller])
> Subsystem: Apple Inc. Baffin [Radeon RX 460]

The amdgpu driver in linux-4.9-rc6 (+ polaris11 firmware from
the firmware-amd-graphics Debian package) detects the card, but the system
crashes in the later stages of probing/initializing the driver (see attached
dmesg_gpuamd2.txt).

Indeed it seems that there is a divison by zero encountered in:
drivers/gpu/drm/amd/powerplay/smumgr/polaris10_smc.c:1918

> t_diff1 = hwmgr->thermal_controller.advanceFanControlParameters.usTMed -
> hwmgr->thermal_controller.advanceFanControlParameters.usTMin;
> t_diff2 = hwmgr->thermal_controller.advanceFanControlParameters.usTHigh -
> hwmgr->thermal_controller.advanceFanControlParameters.usTMed;
.
.
> slope1 = (uint16_t)((50 + ((16 * duty100 * pwm_diff1) / t_diff1)) / 100);
> slope2 = (uint16_t)((50 + ((16 * duty100 * pwm_diff2) / t_diff2)) / 100);

t_diff1 and t_diff2 are zero; probably because active cooling by fans
is realized
quite differently in this embedded/laptop version of the graphics card.

When commenting this simply out, the driver loads and I can run an X
server .. for a while; even glxgears as well as glxinfo seem to run fine.
However after some time or possibly after certain actions (e.g., on one occasion
when I set a terminal window to full-screen) the screen blanks out and the
system becomes sometimes completely unresponsive.

On one of  the more partial system crashes I could still read dmesg
(see attached
dmesg_gpuamd3.txt also detailing the log messages before):
> [  273.877708]
>                 failed to send message 5e ret is 0
> [  286.343630]
>                 failed to send message 5e ret is 0
> [  906.960345] amdgpu 0000:01:00.0: GPU fault detected: 146 0x04121014
> [  906.960348] amdgpu 0000:01:00.0:
> VM_CONTEXT1_PROTECTION_FAULT_ADDR   0x0010CE82
> [  906.960349] amdgpu 0000:01:00.0:
> VM_CONTEXT1_PROTECTION_FAULT_STATUS 0x0D010014
> [  906.960350] VM fault (0x14, vmid 6) at page 1101442, write from
>  'CB3' (0x43423300) (16)

Again, any help/advice/pointers highly appreciated!

Greetings,
  Bernhard

[1] http://www.amd.com/en-us/press-releases/Pages/radeon-pro-400-2016oct27.aspx

[-- Attachment #2: dmesg_gpuamd2.txt --]
[-- Type: text/plain, Size: 94701 bytes --]

[    0.000000] Linux version 4.9.0-rc6 (root@icealia) (gcc version 6.2.0 20161109 (Debian 6.2.0-13) ) #1 SMP Thu Nov 24 07:13:26 CET 2016
[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.9.0-rc6 root=UUID=dd2732e7-5e5e-42ea-ba1c-9799aa5617fe ro intremap=nosid
[    0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
[    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.000000] x86/fpu: xstate_offset[3]:  832, xstate_sizes[3]:   64
[    0.000000] x86/fpu: xstate_offset[4]:  896, xstate_sizes[4]:   64
[    0.000000] x86/fpu: Enabled xstate features 0x1f, context size is 960 bytes, using 'compacted' format.
[    0.000000] x86/fpu: Using 'eager' FPU context switches.
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x0000000000057fff] usable
[    0.000000] BIOS-e820: [mem 0x0000000000058000-0x0000000000058fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000059000-0x000000000009dfff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009e000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000074034fff] usable
[    0.000000] BIOS-e820: [mem 0x0000000074035000-0x0000000074386fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000074387000-0x0000000074e17fff] usable
[    0.000000] BIOS-e820: [mem 0x0000000074e18000-0x0000000074e18fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x0000000074e19000-0x0000000074e62fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000074e63000-0x000000007507dfff] usable
[    0.000000] BIOS-e820: [mem 0x000000007507e000-0x000000007507efff] reserved
[    0.000000] BIOS-e820: [mem 0x000000007507f000-0x000000007ac7efff] usable
[    0.000000] BIOS-e820: [mem 0x000000007ac7f000-0x000000007aceefff] type 20
[    0.000000] BIOS-e820: [mem 0x000000007acef000-0x000000007af4efff] reserved
[    0.000000] BIOS-e820: [mem 0x000000007af4f000-0x000000007af9efff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000007af9f000-0x000000007affefff] ACPI data
[    0.000000] BIOS-e820: [mem 0x000000007afff000-0x000000007affffff] usable
[    0.000000] BIOS-e820: [mem 0x000000007b000000-0x000000007fffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000e00fa000-0x00000000e00fafff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000e00fd000-0x00000000e00fdfff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff939000-0x00000000ff968fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000047effffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] efi: EFI v2.40 by Apple
[    0.000000] efi:  ACPI=0x7affe000  ACPI 2.0=0x7affe014  SMBIOS=0x7aeff000  SMBIOS 3.0=0x7aefd000 
[    0.000000] SMBIOS 3.0.0 present.
[    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] e820: last_pfn = 0x47f000 max_arch_pfn = 0x400000000
[    0.000000] MTRR default type: write-back
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-BFFFF uncachable
[    0.000000]   C0000-DFFFF write-protect
[    0.000000]   E0000-FFFFF uncachable
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 0080000000 mask 7F80000000 uncachable
[    0.000000]   1 base 007C000000 mask 7FFC000000 uncachable
[    0.000000]   2 base 007B000000 mask 7FFF000000 uncachable
[    0.000000]   3 base 4000000000 mask 4000000000 uncachable
[    0.000000]   4 disabled
[    0.000000]   5 disabled
[    0.000000]   6 disabled
[    0.000000]   7 disabled
[    0.000000]   8 disabled
[    0.000000]   9 disabled
[    0.000000] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WC  UC- WT  
[    0.000000] e820: last_pfn = 0x7b000 max_arch_pfn = 0x400000000
[    0.000000] Base memory trampoline at [ffff99c900098000] 98000 size 24576
[    0.000000] Using GB pages for direct mapping
[    0.000000] BRK [0x3ac555000, 0x3ac555fff] PGTABLE
[    0.000000] BRK [0x3ac556000, 0x3ac556fff] PGTABLE
[    0.000000] BRK [0x3ac557000, 0x3ac557fff] PGTABLE
[    0.000000] BRK [0x3ac558000, 0x3ac558fff] PGTABLE
[    0.000000] BRK [0x3ac559000, 0x3ac559fff] PGTABLE
[    0.000000] BRK [0x3ac55a000, 0x3ac55afff] PGTABLE
[    0.000000] BRK [0x3ac55b000, 0x3ac55bfff] PGTABLE
[    0.000000] BRK [0x3ac55c000, 0x3ac55cfff] PGTABLE
[    0.000000] BRK [0x3ac55d000, 0x3ac55dfff] PGTABLE
[    0.000000] BRK [0x3ac55e000, 0x3ac55efff] PGTABLE
[    0.000000] BRK [0x3ac55f000, 0x3ac55ffff] PGTABLE
[    0.000000] BRK [0x3ac560000, 0x3ac560fff] PGTABLE
[    0.000000] RAMDISK: [mem 0x35c53000-0x36e20fff]
[    0.000000] ACPI: Early table checksum verification disabled
[    0.000000] ACPI: RSDP 0x000000007AFFE014 000024 (v02 APPLE )
[    0.000000] ACPI: XSDT 0x000000007AFC2188 0000D4 (v01 APPLE  Apple00  00000000      01000013)
[    0.000000] ACPI: FACP 0x000000007AFF8000 0000F4 (v05 APPLE  Apple00  00000000 Loki 0000005F)
[    0.000000] ACPI: DSDT 0x000000007AFEB000 00868E (v02 APPLE  MacBookP 00150001 INTL 20140424)
[    0.000000] ACPI: FACS 0x000000007AF9B000 000040
[    0.000000] ACPI: UEFI 0x000000007AF9D000 000042 (v01 INTEL  EDK2     00000002      01000013)
[    0.000000] ACPI: ECDT 0x000000007AFFA000 000053 (v01 APPLE  Apple00  00000001 Loki 0000005F)
[    0.000000] ACPI: HPET 0x000000007AFF7000 000038 (v01 APPLE  Apple00  00000001 Loki 0000005F)
[    0.000000] ACPI: APIC 0x000000007AFF6000 0000BC (v02 APPLE  Apple00  00000001 Loki 0000005F)
[    0.000000] ACPI: MCFG 0x000000007AFF5000 00003C (v01 APPLE  Apple00  00000001 Loki 0000005F)
[    0.000000] ACPI: SBST 0x000000007AFF4000 000030 (v01 APPLE  Apple00  00000001 Loki 0000005F)
[    0.000000] ACPI: SSDT 0x000000007AFEA000 000024 (v01 APPLE  SmcDppt  00001000 INTL 20140424)
[    0.000000] ACPI: SSDT 0x000000007AFE9000 0007FD (v02 APPLE  PEG0GFX0 00001000 INTL 20140424)
[    0.000000] ACPI: SSDT 0x000000007AFE8000 000024 (v01 APPLE  PEG0SSD0 00001000 INTL 20140424)
[    0.000000] ACPI: SSDT 0x000000007AFE5000 000031 (v01 APPLE  SsdtS3   00001000 INTL 20140424)
[    0.000000] ACPI: SSDT 0x000000007AFE4000 0000DD (v01 APPLE  SataAhci 00001000 INTL 20140424)
[    0.000000] ACPI: SSDT 0x000000007AFE3000 0000B8 (v01 APPLE  Sdxc     00001000 INTL 20140424)
[    0.000000] ACPI: SSDT 0x000000007AFCA000 00B2DB (v02 APPLE  TbtPEG12 00001000 INTL 20140424)
[    0.000000] ACPI: SSDT 0x000000007AFC9000 000BF4 (v02 APPLE  Xhci     00001000 INTL 20140424)
[    0.000000] ACPI: SSDT 0x000000007AFC8000 000612 (v02 PmRef  Cpu0Ist  00003000 INTL 20140424)
[    0.000000] ACPI: SSDT 0x000000007AFC7000 0005AA (v02 PmRef  ApIst    00003000 INTL 20140424)
[    0.000000] ACPI: SSDT 0x000000007AFC6000 000295 (v02 PmRef  Cpu0Cst  00003001 INTL 20140424)
[    0.000000] ACPI: SSDT 0x000000007AFC5000 000119 (v02 PmRef  ApCst    00003000 INTL 20140424)
[    0.000000] ACPI: SSDT 0x000000007AFC4000 000EEF (v02 CpuRef CpuSsdt  00003000 INTL 20140424)
[    0.000000] ACPI: DMAR 0x000000007AFC3000 000160 (v01 APPLE  SKL      00000001 INTL 00000001)
[    0.000000] ACPI: VFCT 0x000000007AFB3000 00E884 (v01 APPLE  Apple00  00000001 AMD  31504F47)
[    0.000000] ACPI: DMI detected to setup _OSI("Darwin"): Apple hardware
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at [mem 0x0000000000000000-0x000000047effffff]
[    0.000000] NODE_DATA(0) allocated [mem 0x47effb000-0x47effffff]
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.000000]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.000000]   Normal   [mem 0x0000000100000000-0x000000047effffff]
[    0.000000]   Device   empty
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000001000-0x0000000000057fff]
[    0.000000]   node   0: [mem 0x0000000000059000-0x000000000009dfff]
[    0.000000]   node   0: [mem 0x0000000000100000-0x0000000074034fff]
[    0.000000]   node   0: [mem 0x0000000074387000-0x0000000074e17fff]
[    0.000000]   node   0: [mem 0x0000000074e63000-0x000000007507dfff]
[    0.000000]   node   0: [mem 0x000000007507f000-0x000000007ac7efff]
[    0.000000]   node   0: [mem 0x000000007afff000-0x000000007affffff]
[    0.000000]   node   0: [mem 0x0000000100000000-0x000000047effffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000047effffff]
[    0.000000] On node 0 totalpages: 4167806
[    0.000000]   DMA zone: 64 pages used for memmap
[    0.000000]   DMA zone: 23 pages reserved
[    0.000000]   DMA zone: 3996 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 7780 pages used for memmap
[    0.000000]   DMA32 zone: 497890 pages, LIFO batch:31
[    0.000000]   Normal zone: 57280 pages used for memmap
[    0.000000]   Normal zone: 3665920 pages, LIFO batch:31
[    0.000000] ACPI: PM-Timer IO Port: 0x1808
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
[    0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.000000] ACPI: IRQ0 used by override.
[    0.000000] ACPI: IRQ9 used by override.
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.000000] smpboot: Allowing 8 CPUs, 0 hotplug CPUs
[    0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.000000] PM: Registered nosave memory: [mem 0x00058000-0x00058fff]
[    0.000000] PM: Registered nosave memory: [mem 0x0009e000-0x000fffff]
[    0.000000] PM: Registered nosave memory: [mem 0x74035000-0x74386fff]
[    0.000000] PM: Registered nosave memory: [mem 0x74e18000-0x74e18fff]
[    0.000000] PM: Registered nosave memory: [mem 0x74e19000-0x74e62fff]
[    0.000000] PM: Registered nosave memory: [mem 0x7507e000-0x7507efff]
[    0.000000] PM: Registered nosave memory: [mem 0x7ac7f000-0x7aceefff]
[    0.000000] PM: Registered nosave memory: [mem 0x7acef000-0x7af4efff]
[    0.000000] PM: Registered nosave memory: [mem 0x7af4f000-0x7af9efff]
[    0.000000] PM: Registered nosave memory: [mem 0x7af9f000-0x7affefff]
[    0.000000] PM: Registered nosave memory: [mem 0x7b000000-0x7fffffff]
[    0.000000] PM: Registered nosave memory: [mem 0x80000000-0xe00f9fff]
[    0.000000] PM: Registered nosave memory: [mem 0xe00fa000-0xe00fafff]
[    0.000000] PM: Registered nosave memory: [mem 0xe00fb000-0xe00fcfff]
[    0.000000] PM: Registered nosave memory: [mem 0xe00fd000-0xe00fdfff]
[    0.000000] PM: Registered nosave memory: [mem 0xe00fe000-0xfdffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfe000000-0xfe010fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfe011000-0xff938fff]
[    0.000000] PM: Registered nosave memory: [mem 0xff939000-0xff968fff]
[    0.000000] PM: Registered nosave memory: [mem 0xff969000-0xffffffff]
[    0.000000] e820: [mem 0x80000000-0xe00f9fff] available for PCI devices
[    0.000000] Booting paravirtualized kernel on bare hardware
[    0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[    0.000000] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:8 nr_node_ids:1
[    0.000000] percpu: Embedded 35 pages/cpu @ffff99cd7ec00000 s103640 r8192 d31528 u262144
[    0.000000] pcpu-alloc: s103640 r8192 d31528 u262144 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 0 1 2 3 4 5 6 7 
[    0.000000] Built 1 zonelists in Node order, mobility grouping on.  Total pages: 4102659
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.9.0-rc6 root=UUID=dd2732e7-5e5e-42ea-ba1c-9799aa5617fe ro intremap=nosid
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] Calgary: detecting Calgary via BIOS EBDA area
[    0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[    0.000000] Memory: 16130660K/16671224K available (6148K kernel code, 1180K rwdata, 2828K rodata, 1396K init, 796K bss, 540564K reserved, 0K cma-reserved)
[    0.000000] Hierarchical RCU implementation.
[    0.000000] 	Build-time adjustment of leaf fanout to 64.
[    0.000000] 	RCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=8.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=8
[    0.000000] NR_IRQS:33024 nr_irqs:488 16
[    0.000000] Console: colour dummy device 80x25
[    0.000000] console [tty0] enabled
[    0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635855245 ns
[    0.000000] hpet clockevent registered
[    0.000000] tsc: Detected 2900.000 MHz processor
[    0.000016] Calibrating delay loop (skipped), value calculated using timer frequency.. 5808.00 BogoMIPS (lpj=11616000)
[    0.000021] pid_max: default: 32768 minimum: 301
[    0.000033] ACPI: Core revision 20160831
[    0.010451] ACPI: 14 ACPI AML tables successfully acquired and loaded
[    0.013405] Security Framework initialized
[    0.013408] Yama: becoming mindful.
[    0.013413] AppArmor: AppArmor disabled by boot time parameter
[    0.013927] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes)
[    0.015916] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[    0.016821] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes)
[    0.016831] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes)
[    0.017029] CPU: Physical Processor ID: 0
[    0.017031] CPU: Processor Core ID: 0
[    0.017035] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    0.017037] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
[    0.017042] mce: CPU supports 10 MCE banks
[    0.017051] CPU0: Thermal monitoring enabled (TM1)
[    0.017066] process: using mwait in idle threads
[    0.017070] Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
[    0.017072] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
[    0.017694] Freeing SMP alternatives memory: 24K (ffffffff94a86000 - ffffffff94a8c000)
[    0.022064] ftrace: allocating 25200 entries in 99 pages
[    0.029290] smpboot: APIC(0) Converting physical 0 to logical package 0
[    0.029293] smpboot: Max logical packages: 2
[    0.029300] DMAR: Host address width 39
[    0.029302] DMAR: DRHD base: 0x000000fed90000 flags: 0x0
[    0.029307] DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap 1c0000c40660462 ecap 7e3ff0501e
[    0.029310] DMAR: DRHD base: 0x000000fed91000 flags: 0x1
[    0.029314] DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008c40660462 ecap f050da
[    0.029317] DMAR: RMRR base: 0x0000007b800000 end: 0x0000007fffffff
[    0.029319] DMAR: ANDD device: 1 name: \_SB.PCI0.I2C0
[    0.029321] DMAR: ANDD device: 7 name: \_SB.PCI0.SPI0
[    0.029323] DMAR: ANDD device: 8 name: \_SB.PCI0.SPI1
[    0.029325] DMAR: ANDD device: 9 name: \_SB.PCI0.UA00
[    0.029326] DMAR: ANDD device: a name: \_SB.PCI0.UA01
[    0.029328] DMAR: ANDD device: b name: \_SB.PCI0.UA02
[    0.029330] DMAR-IR: IOAPIC id 2 under DRHD base  0xfed91000 IOMMU 1
[    0.029332] DMAR-IR: HPET id 0 under DRHD base 0xfed91000
[    0.029334] DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
[    0.029730] DMAR-IR: Enabled IRQ remapping in x2apic mode
[    0.029732] x2apic enabled
[    0.029746] Switched APIC routing to cluster x2apic.
[    0.030747] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.070447] TSC deadline timer enabled
[    0.070452] smpboot: CPU0: Intel(R) Core(TM) i7-6920HQ CPU @ 2.90GHz (family: 0x6, model: 0x5e, stepping: 0x3)
[    0.070458] Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR, full-width counters, Intel PMU driver.
[    0.070483] ... version:                4
[    0.070485] ... bit width:              48
[    0.070486] ... generic registers:      4
[    0.070488] ... value mask:             0000ffffffffffff
[    0.070490] ... max period:             0000ffffffffffff
[    0.070491] ... fixed-purpose events:   3
[    0.070493] ... event mask:             000000070000000f
[    0.070880] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[    0.070943] x86: Booting SMP configuration:
[    0.070945] .... node  #0, CPUs:      #1 #2 #3 #4 #5 #6 #7
[    0.632612] x86: Booted up 1 node, 8 CPUs
[    0.632618] smpboot: Total of 8 processors activated (46470.36 BogoMIPS)
[    0.639400] devtmpfs: initialized
[    0.639444] x86/mm: Memory block size: 128MB
[    0.641448] PM: Registering ACPI NVS region [mem 0x74e18000-0x74e18fff] (4096 bytes)
[    0.641452] PM: Registering ACPI NVS region [mem 0x7af4f000-0x7af9efff] (327680 bytes)
[    0.641494] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.641526] pinctrl core: initialized pinctrl subsystem
[    0.641598] NET: Registered protocol family 16
[    0.655053] cpuidle: using governor ladder
[    0.671064] cpuidle: using governor menu
[    0.671119] ACPI: bus type PCI registered
[    0.671121] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.671192] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.671196] PCI: not using MMCONFIG
[    0.671198] PCI: Using configuration type 1 for base access
[    0.687179] HugeTLB registered 1 GB page size, pre-allocated 0 pages
[    0.687182] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    0.687358] ACPI: Disabled all _OSI OS vendors
[    0.687361] ACPI: Added _OSI(Module Device)
[    0.687364] ACPI: Added _OSI(Processor Device)
[    0.687366] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.687368] ACPI: Added _OSI(Processor Aggregator Device)
[    0.687370] ACPI: Added _OSI(Darwin)
[    0.687378] ACPI : EC: EC started
[    0.795347] ACPI: \: Used as first EC
[    0.795351] ACPI: \: GPE=0x7, EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.795353] ACPI: \: Used as boot ECDT EC to handle transactions
[    0.799591] ACPI: BIOS _OSI(Darwin) query honored via DMI
[    0.802045] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    0.802487] ACPI: Dynamic OEM Table Load:
[    0.802583] ACPI Error: Method parse/execution failed [\_PR.CPU0.GCAP] (Node ffff99cd6e1227f8), AE_ALREADY_EXISTS (20160831/psparse-543)
[    0.802595] ACPI Error: Method parse/execution failed [\_PR.CPU0._OSC] (Node ffff99cd6e1220f0), AE_ALREADY_EXISTS (20160831/psparse-543)
[    0.802601] ACPI: Marking method _OSC as Serialized because of AE_ALREADY_EXISTS error
[    0.802801] ACPI Error: [\_SB_.OSCP] Namespace lookup failure, AE_NOT_FOUND (20160831/psargs-359)
[    0.802807] ACPI Error: Method parse/execution failed [\_PR.CPU1.GCAP] (Node ffff99cd6e1226b8), AE_NOT_FOUND (20160831/psparse-543)
[    0.802814] ACPI Error: Method parse/execution failed [\_PR.CPU1._OSC] (Node ffff99cd6e122820), AE_NOT_FOUND (20160831/psparse-543)
[    0.803003] ACPI Error: [\_SB_.OSCP] Namespace lookup failure, AE_NOT_FOUND (20160831/psargs-359)
[    0.803008] ACPI Error: Method parse/execution failed [\_PR.CPU2.GCAP] (Node ffff99cd6e1225c8), AE_NOT_FOUND (20160831/psparse-543)
[    0.803014] ACPI Error: Method parse/execution failed [\_PR.CPU2._OSC] (Node ffff99cd6e122de8), AE_NOT_FOUND (20160831/psparse-543)
[    0.803206] ACPI Error: [\_SB_.OSCP] Namespace lookup failure, AE_NOT_FOUND (20160831/psargs-359)
[    0.803211] ACPI Error: Method parse/execution failed [\_PR.CPU3.GCAP] (Node ffff99cd6e122bb8), AE_NOT_FOUND (20160831/psparse-543)
[    0.803218] ACPI Error: Method parse/execution failed [\_PR.CPU3._OSC] (Node ffff99cd6e122be0), AE_NOT_FOUND (20160831/psparse-543)
[    0.803406] ACPI Error: [\_SB_.OSCP] Namespace lookup failure, AE_NOT_FOUND (20160831/psargs-359)
[    0.803411] ACPI Error: Method parse/execution failed [\_PR.CPU4.GCAP] (Node ffff99cd6e1220c8), AE_NOT_FOUND (20160831/psparse-543)
[    0.803417] ACPI Error: Method parse/execution failed [\_PR.CPU4._OSC] (Node ffff99cd6e1222f8), AE_NOT_FOUND (20160831/psparse-543)
[    0.803604] ACPI Error: [\_SB_.OSCP] Namespace lookup failure, AE_NOT_FOUND (20160831/psargs-359)
[    0.803609] ACPI Error: Method parse/execution failed [\_PR.CPU5.GCAP] (Node ffff99cd6e122618), AE_NOT_FOUND (20160831/psparse-543)
[    0.803615] ACPI Error: Method parse/execution failed [\_PR.CPU5._OSC] (Node ffff99cd6e122848), AE_NOT_FOUND (20160831/psparse-543)
[    0.803801] ACPI Error: [\_SB_.OSCP] Namespace lookup failure, AE_NOT_FOUND (20160831/psargs-359)
[    0.803806] ACPI Error: Method parse/execution failed [\_PR.CPU6.GCAP] (Node ffff99cd6e122280), AE_NOT_FOUND (20160831/psparse-543)
[    0.803812] ACPI Error: Method parse/execution failed [\_PR.CPU6._OSC] (Node ffff99cd6e122690), AE_NOT_FOUND (20160831/psparse-543)
[    0.803998] ACPI Error: [\_SB_.OSCP] Namespace lookup failure, AE_NOT_FOUND (20160831/psargs-359)
[    0.804002] ACPI Error: Method parse/execution failed [\_PR.CPU7.GCAP] (Node ffff99cd6e1225a0), AE_NOT_FOUND (20160831/psparse-543)
[    0.804008] ACPI Error: Method parse/execution failed [\_PR.CPU7._OSC] (Node ffff99cd6e1225f0), AE_NOT_FOUND (20160831/psparse-543)
[    0.804539] ACPI: Dynamic OEM Table Load:
[    0.804547] ACPI Error: Method parse/execution failed [\_PR.CPU0.GCAP] (Node ffff99cd6e1227f8), AE_ALREADY_EXISTS (20160831/psparse-543)
[    0.804558] ACPI Error: Method parse/execution failed [\_PR.CPU0._PDC] (Node ffff99cd6e122528), AE_ALREADY_EXISTS (20160831/psparse-543)
[    0.804564] ACPI: Marking method _PDC as Serialized because of AE_ALREADY_EXISTS error
[    0.804848] ACPI: Dynamic OEM Table Load:
[    0.804856] ACPI Error: Method parse/execution failed [\_PR.CPU1.APPT] (Node ffff99cd6e122ca8), AE_ALREADY_EXISTS (20160831/psparse-543)
[    0.804865] ACPI Error: Method parse/execution failed [\_PR.CPU1.GCAP] (Node ffff99cd6e1226b8), AE_ALREADY_EXISTS (20160831/psparse-543)
[    0.804872] ACPI Error: Method parse/execution failed [\_PR.CPU1._PDC] (Node ffff99cd6e122f00), AE_ALREADY_EXISTS (20160831/psparse-543)
[    0.804877] ACPI: Marking method _PDC as Serialized because of AE_ALREADY_EXISTS error
[    0.805101] ACPI Error: [\_SB_.OSCP] Namespace lookup failure, AE_NOT_FOUND (20160831/psargs-359)
[    0.805106] ACPI Error: Method parse/execution failed [\_PR.CPU2.GCAP] (Node ffff99cd6e1225c8), AE_NOT_FOUND (20160831/psparse-543)
[    0.805112] ACPI Error: Method parse/execution failed [\_PR.CPU2._PDC] (Node ffff99cd6e122870), AE_NOT_FOUND (20160831/psparse-543)
[    0.805335] ACPI Error: [\_SB_.OSCP] Namespace lookup failure, AE_NOT_FOUND (20160831/psargs-359)
[    0.805340] ACPI Error: Method parse/execution failed [\_PR.CPU3.GCAP] (Node ffff99cd6e122bb8), AE_NOT_FOUND (20160831/psparse-543)
[    0.805346] ACPI Error: Method parse/execution failed [\_PR.CPU3._PDC] (Node ffff99cd6e122758), AE_NOT_FOUND (20160831/psparse-543)
[    0.805567] ACPI Error: [\_SB_.OSCP] Namespace lookup failure, AE_NOT_FOUND (20160831/psargs-359)
[    0.805571] ACPI Error: Method parse/execution failed [\_PR.CPU4.GCAP] (Node ffff99cd6e1220c8), AE_NOT_FOUND (20160831/psparse-543)
[    0.805578] ACPI Error: Method parse/execution failed [\_PR.CPU4._PDC] (Node ffff99cd6e122c08), AE_NOT_FOUND (20160831/psparse-543)
[    0.805793] ACPI Error: [\_SB_.OSCP] Namespace lookup failure, AE_NOT_FOUND (20160831/psargs-359)
[    0.805798] ACPI Error: Method parse/execution failed [\_PR.CPU5.GCAP] (Node ffff99cd6e122618), AE_NOT_FOUND (20160831/psparse-543)
[    0.805804] ACPI Error: Method parse/execution failed [\_PR.CPU5._PDC] (Node ffff99cd6e122550), AE_NOT_FOUND (20160831/psparse-543)
[    0.806024] ACPI Error: [\_SB_.OSCP] Namespace lookup failure, AE_NOT_FOUND (20160831/psargs-359)
[    0.806029] ACPI Error: Method parse/execution failed [\_PR.CPU6.GCAP] (Node ffff99cd6e122280), AE_NOT_FOUND (20160831/psparse-543)
[    0.806035] ACPI Error: Method parse/execution failed [\_PR.CPU6._PDC] (Node ffff99cd6e1227d0), AE_NOT_FOUND (20160831/psparse-543)
[    0.806254] ACPI Error: [\_SB_.OSCP] Namespace lookup failure, AE_NOT_FOUND (20160831/psargs-359)
[    0.806259] ACPI Error: Method parse/execution failed [\_PR.CPU7.GCAP] (Node ffff99cd6e1225a0), AE_NOT_FOUND (20160831/psparse-543)
[    0.806265] ACPI Error: Method parse/execution failed [\_PR.CPU7._PDC] (Node ffff99cd6e1221e0), AE_NOT_FOUND (20160831/psparse-543)
[    0.806621] ACPI : EC: EC stopped
[    0.806624] ACPI : EC: EC started
[    0.875308] ACPI: \_SB_.PCI0.LPCB.EC__: Used as first EC
[    0.875311] ACPI: \_SB_.PCI0.LPCB.EC__: GPE=0x7, EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.875314] ACPI: \_SB_.PCI0.LPCB.EC__: Used as boot DSDT EC to handle transactions
[    0.875318] ACPI: Interpreter enabled
[    0.875336] ACPI: (supports S0 S3 S4 S5)
[    0.875339] ACPI: Using IOAPIC for interrupt routing
[    0.875357] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.875762] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in ACPI motherboard resources
[    0.875774] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.999786] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.999791] acpi PNP0A08:00: _OSC: OS assumes control of [PCIeHotplug SHPCHotplug AER PCIeCapability]
[    1.000095] PCI host bridge to bus 0000:00
[    1.000099] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    1.000102] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    1.000104] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    1.000108] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000c3fff window]
[    1.000111] pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c7fff window]
[    1.000115] pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000cbfff window]
[    1.000118] pci_bus 0000:00: root bus resource [mem 0x000cc000-0x000cffff window]
[    1.000122] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff window]
[    1.000125] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window]
[    1.000129] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window]
[    1.000132] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff window]
[    1.000136] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff window]
[    1.000140] pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff window]
[    1.000144] pci_bus 0000:00: root bus resource [mem 0x000e8000-0x000ebfff window]
[    1.000147] pci_bus 0000:00: root bus resource [mem 0x000ec000-0x000effff window]
[    1.000151] pci_bus 0000:00: root bus resource [mem 0x000f0000-0x000fffff window]
[    1.000154] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfeafffff window]
[    1.000158] pci_bus 0000:00: root bus resource [bus 00-ff]
[    1.000165] pci 0000:00:00.0: [8086:1910] type 00 class 0x060000
[    1.000248] pci 0000:00:01.0: [8086:1901] type 01 class 0x060400
[    1.000277] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[    1.000305] pci 0000:00:01.0: System wakeup disabled by ACPI
[    1.000332] pci 0000:00:01.1: [8086:1905] type 01 class 0x060400
[    1.000359] pci 0000:00:01.1: PME# supported from D0 D3hot D3cold
[    1.000393] pci 0000:00:01.1: System wakeup disabled by ACPI
[    1.000419] pci 0000:00:01.2: [8086:1909] type 01 class 0x060400
[    1.000445] pci 0000:00:01.2: PME# supported from D0 D3hot D3cold
[    1.000478] pci 0000:00:01.2: System wakeup disabled by ACPI
[    1.000581] pci 0000:00:14.0: [8086:a12f] type 00 class 0x0c0330
[    1.000597] pci 0000:00:14.0: reg 0x10: [mem 0x82700000-0x8270ffff 64bit]
[    1.000652] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    1.000681] pci 0000:00:14.0: System wakeup disabled by ACPI
[    1.000774] pci 0000:00:15.0: [8086:a160] type 00 class 0x118000
[    1.000847] pci 0000:00:15.0: reg 0x10: [mem 0x82728000-0x82728fff 64bit]
[    1.001053] pci 0000:00:16.0: [8086:a13a] type 00 class 0x078000
[    1.001067] pci 0000:00:16.0: reg 0x10: [mem 0x82729000-0x82729fff 64bit]
[    1.001120] pci 0000:00:16.0: PME# supported from D3hot
[    1.001237] pci 0000:00:19.0: [8086:a166] type 00 class 0x118000
[    1.001281] pci 0000:00:19.0: reg 0x10: [mem 0x8272a000-0x8272afff 64bit]
[    1.001486] pci 0000:00:1b.0: [8086:a167] type 01 class 0x060400
[    1.001542] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    1.001577] pci 0000:00:1b.0: System wakeup disabled by ACPI
[    1.001628] pci 0000:00:1c.0: [8086:a110] type 01 class 0x060400
[    1.001681] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    1.001713] pci 0000:00:1c.0: System wakeup disabled by ACPI
[    1.001806] pci 0000:00:1e.0: [8086:a127] type 00 class 0x118000
[    1.001915] pci 0000:00:1e.0: reg 0x10: [mem 0x8272b000-0x8272bfff 64bit]
[    1.002167] pci 0000:00:1e.1: [8086:a128] type 00 class 0x118000
[    1.002212] pci 0000:00:1e.1: reg 0x10: [mem 0x8272c000-0x8272cfff 64bit]
[    1.002514] pci 0000:00:1e.2: [8086:a129] type 00 class 0x118000
[    1.002572] pci 0000:00:1e.2: reg 0x10: [mem 0x8272d000-0x8272dfff 64bit]
[    1.002810] pci 0000:00:1e.3: [8086:a12a] type 00 class 0x118000
[    1.002857] pci 0000:00:1e.3: reg 0x10: [mem 0x8272e000-0x8272efff 64bit]
[    1.003127] pci 0000:00:1f.0: [8086:a151] type 00 class 0x060100
[    1.003267] pci 0000:00:1f.2: [8086:a121] type 00 class 0x058000
[    1.003275] pci 0000:00:1f.2: reg 0x10: [mem 0x82724000-0x82727fff]
[    1.003364] pci 0000:00:1f.3: [8086:a170] type 00 class 0x040300
[    1.003384] pci 0000:00:1f.3: reg 0x10: [mem 0x82720000-0x82723fff 64bit]
[    1.003413] pci 0000:00:1f.3: reg 0x20: [mem 0x00000000-0x0000ffff 64bit]
[    1.003456] pci 0000:00:1f.3: PME# supported from D3hot D3cold
[    1.003493] pci 0000:00:1f.3: System wakeup disabled by ACPI
[    1.003537] pci 0000:00:1f.4: [8086:a123] type 00 class 0x0c0500
[    1.003583] pci 0000:00:1f.4: reg 0x10: [mem 0x8272f000-0x8272f0ff 64bit]
[    1.003652] pci 0000:00:1f.4: reg 0x20: [io  0x5040-0x505f]
[    1.003820] pci 0000:01:00.0: [1002:67ef] type 00 class 0x030000
[    1.003832] pci 0000:01:00.0: reg 0x10: [mem 0xb0000000-0xbfffffff 64bit pref]
[    1.003840] pci 0000:01:00.0: reg 0x18: [mem 0xc0000000-0xc01fffff 64bit pref]
[    1.003845] pci 0000:01:00.0: reg 0x20: [io  0x4000-0x40ff]
[    1.003851] pci 0000:01:00.0: reg 0x24: [mem 0x82600000-0x8263ffff]
[    1.003856] pci 0000:01:00.0: reg 0x30: [mem 0x82640000-0x8265ffff pref]
[    1.003891] pci 0000:01:00.0: supports D1 D2
[    1.003914] pci 0000:01:00.0: System wakeup disabled by ACPI
[    1.003945] pci 0000:01:00.1: [1002:aae0] type 00 class 0x040300
[    1.003955] pci 0000:01:00.1: reg 0x10: [mem 0x82660000-0x82663fff 64bit]
[    1.004005] pci 0000:01:00.1: supports D1 D2
[    1.015355] pci 0000:00:01.0: PCI bridge to [bus 01]
[    1.015359] pci 0000:00:01.0:   bridge window [io  0x4000-0x4fff]
[    1.015361] pci 0000:00:01.0:   bridge window [mem 0x82600000-0x826fffff]
[    1.015363] pci 0000:00:01.0:   bridge window [mem 0xb0000000-0xc01fffff 64bit pref]
[    1.015412] pci 0000:04:00.0: [8086:1578] type 01 class 0x060400
[    1.015480] pci 0000:04:00.0: supports D1 D2
[    1.015480] pci 0000:04:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    1.027362] pci 0000:00:01.1: PCI bridge to [bus 04-79]
[    1.027365] pci 0000:00:01.1:   bridge window [io  0x6000-0x9fff]
[    1.027367] pci 0000:00:01.1:   bridge window [mem 0x82800000-0x909fffff]
[    1.027369] pci 0000:00:01.1:   bridge window [mem 0xc0200000-0xce1fffff 64bit pref]
[    1.027451] pci 0000:05:00.0: [8086:15d3] type 01 class 0x060400
[    1.027526] pci 0000:05:00.0: supports D1 D2
[    1.027526] pci 0000:05:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    1.027600] pci 0000:05:01.0: [8086:15d3] type 01 class 0x060400
[    1.027672] pci 0000:05:01.0: supports D1 D2
[    1.027673] pci 0000:05:01.0: PME# supported from D0 D1 D2 D3hot D3cold
[    1.027729] pci 0000:05:02.0: [8086:15d3] type 01 class 0x060400
[    1.027800] pci 0000:05:02.0: supports D1 D2
[    1.027800] pci 0000:05:02.0: PME# supported from D0 D1 D2 D3hot D3cold
[    1.027874] pci 0000:05:04.0: [8086:15d3] type 01 class 0x060400
[    1.027945] pci 0000:05:04.0: supports D1 D2
[    1.027946] pci 0000:05:04.0: PME# supported from D0 D1 D2 D3hot D3cold
[    1.028013] pci 0000:04:00.0: PCI bridge to [bus 05-79]
[    1.028019] pci 0000:04:00.0:   bridge window [io  0x0000-0x0fff]
[    1.028021] pci 0000:04:00.0:   bridge window [mem 0x82800000-0x909fffff]
[    1.028025] pci 0000:04:00.0:   bridge window [mem 0xc0200000-0xce1fffff 64bit pref]
[    1.028075] pci 0000:06:00.0: [8086:15d2] type 00 class 0x088000
[    1.028088] pci 0000:06:00.0: reg 0x10: [mem 0x82900000-0x8293ffff]
[    1.028096] pci 0000:06:00.0: reg 0x14: [mem 0x82940000-0x82940fff]
[    1.028198] pci 0000:06:00.0: supports D1 D2
[    1.028199] pci 0000:06:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    1.039374] pci 0000:05:00.0: PCI bridge to [bus 06]
[    1.039380] pci 0000:05:00.0:   bridge window [io  0x0000-0x0fff]
[    1.039382] pci 0000:05:00.0:   bridge window [mem 0x82900000-0x829fffff]
[    1.039441] pci 0000:05:01.0: PCI bridge to [bus 08-40]
[    1.039447] pci 0000:05:01.0:   bridge window [io  0x0000-0x0fff]
[    1.039449] pci 0000:05:01.0:   bridge window [mem 0x82a00000-0x899fffff]
[    1.039453] pci 0000:05:01.0:   bridge window [mem 0xc0200000-0xc71fffff 64bit pref]
[    1.039501] pci 0000:07:00.0: [8086:15d4] type 00 class 0x0c0330
[    1.039514] pci 0000:07:00.0: reg 0x10: [mem 0x00000000-0x0000ffff]
[    1.039619] pci 0000:07:00.0: supports D1 D2
[    1.039620] pci 0000:07:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    1.039697] pci 0000:07:00.0: System wakeup disabled by ACPI
[    1.051379] pci 0000:05:02.0: PCI bridge to [bus 07]
[    1.051385] pci 0000:05:02.0:   bridge window [io  0x0000-0x0fff]
[    1.051387] pci 0000:05:02.0:   bridge window [mem 0x82800000-0x828fffff]
[    1.051445] pci 0000:05:04.0: PCI bridge to [bus 41-79]
[    1.051451] pci 0000:05:04.0:   bridge window [io  0x0000-0x0fff]
[    1.051453] pci 0000:05:04.0:   bridge window [mem 0x89a00000-0x909fffff]
[    1.051457] pci 0000:05:04.0:   bridge window [mem 0xc7200000-0xce1fffff 64bit pref]
[    1.051520] pci 0000:7a:00.0: [8086:1578] type 01 class 0x060400
[    1.051587] pci 0000:7a:00.0: supports D1 D2
[    1.051587] pci 0000:7a:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    1.063383] pci 0000:00:01.2: PCI bridge to [bus 7a-ef]
[    1.063386] pci 0000:00:01.2:   bridge window [io  0xa000-0xdfff]
[    1.063388] pci 0000:00:01.2:   bridge window [mem 0x90a00000-0x9ebfffff]
[    1.063390] pci 0000:00:01.2:   bridge window [mem 0xce200000-0xdc1fffff 64bit pref]
[    1.063471] pci 0000:7b:00.0: [8086:15d3] type 01 class 0x060400
[    1.063544] pci 0000:7b:00.0: supports D1 D2
[    1.063545] pci 0000:7b:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    1.063617] pci 0000:7b:01.0: [8086:15d3] type 01 class 0x060400
[    1.063689] pci 0000:7b:01.0: supports D1 D2
[    1.063690] pci 0000:7b:01.0: PME# supported from D0 D1 D2 D3hot D3cold
[    1.063744] pci 0000:7b:02.0: [8086:15d3] type 01 class 0x060400
[    1.063815] pci 0000:7b:02.0: supports D1 D2
[    1.063815] pci 0000:7b:02.0: PME# supported from D0 D1 D2 D3hot D3cold
[    1.063889] pci 0000:7b:04.0: [8086:15d3] type 01 class 0x060400
[    1.063961] pci 0000:7b:04.0: supports D1 D2
[    1.063962] pci 0000:7b:04.0: PME# supported from D0 D1 D2 D3hot D3cold
[    1.064028] pci 0000:7a:00.0: PCI bridge to [bus 7b-ef]
[    1.064034] pci 0000:7a:00.0:   bridge window [io  0x0000-0x0fff]
[    1.064036] pci 0000:7a:00.0:   bridge window [mem 0x90a00000-0x9ebfffff]
[    1.064040] pci 0000:7a:00.0:   bridge window [mem 0xce200000-0xdc1fffff 64bit pref]
[    1.064089] pci 0000:7c:00.0: [8086:15d2] type 00 class 0x088000
[    1.064102] pci 0000:7c:00.0: reg 0x10: [mem 0x90b00000-0x90b3ffff]
[    1.064110] pci 0000:7c:00.0: reg 0x14: [mem 0x90b40000-0x90b40fff]
[    1.064212] pci 0000:7c:00.0: supports D1 D2
[    1.064212] pci 0000:7c:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    1.075395] pci 0000:7b:00.0: PCI bridge to [bus 7c]
[    1.075400] pci 0000:7b:00.0:   bridge window [io  0x0000-0x0fff]
[    1.075403] pci 0000:7b:00.0:   bridge window [mem 0x90b00000-0x90bfffff]
[    1.075461] pci 0000:7b:01.0: PCI bridge to [bus 7e-b6]
[    1.075467] pci 0000:7b:01.0:   bridge window [io  0x0000-0x0fff]
[    1.075469] pci 0000:7b:01.0:   bridge window [mem 0x90c00000-0x97bfffff]
[    1.075473] pci 0000:7b:01.0:   bridge window [mem 0xce200000-0xd51fffff 64bit pref]
[    1.075520] pci 0000:7d:00.0: [8086:15d4] type 00 class 0x0c0330
[    1.075533] pci 0000:7d:00.0: reg 0x10: [mem 0x00000000-0x0000ffff]
[    1.075637] pci 0000:7d:00.0: supports D1 D2
[    1.075638] pci 0000:7d:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    1.075713] pci 0000:7d:00.0: System wakeup disabled by ACPI
[    1.087402] pci 0000:7b:02.0: PCI bridge to [bus 7d]
[    1.087408] pci 0000:7b:02.0:   bridge window [io  0x0000-0x0fff]
[    1.087410] pci 0000:7b:02.0:   bridge window [mem 0x90a00000-0x90afffff]
[    1.087468] pci 0000:7b:04.0: PCI bridge to [bus b7-ef]
[    1.087474] pci 0000:7b:04.0:   bridge window [io  0x0000-0x0fff]
[    1.087476] pci 0000:7b:04.0:   bridge window [mem 0x97c00000-0x9ebfffff]
[    1.087480] pci 0000:7b:04.0:   bridge window [mem 0xd5200000-0xdc1fffff 64bit pref]
[    1.087711] pci 0000:02:00.0: [144d:a804] type 00 class 0x010802
[    1.087727] pci 0000:02:00.0: reg 0x10: [mem 0x82500000-0x82503fff 64bit]
[    1.087734] pci 0000:02:00.0: reg 0x18: [io  0x3000-0x30ff]
[    1.099556] pci 0000:00:1b.0: PCI bridge to [bus 02]
[    1.099560] pci 0000:00:1b.0:   bridge window [io  0x3000-0x3fff]
[    1.099562] pci 0000:00:1b.0:   bridge window [mem 0x82500000-0x825fffff]
[    1.099638] pci 0000:03:00.0: [14e4:43ba] type 00 class 0x028000
[    1.099659] pci 0000:03:00.0: reg 0x10: [mem 0x82400000-0x82407fff 64bit]
[    1.099674] pci 0000:03:00.0: reg 0x18: [mem 0x82000000-0x823fffff 64bit]
[    1.099778] pci 0000:03:00.0: supports D1 D2
[    1.099778] pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    1.099825] pci 0000:03:00.0: System wakeup disabled by ACPI
[    1.111448] pci 0000:00:1c.0: PCI bridge to [bus 03]
[    1.111453] pci 0000:00:1c.0:   bridge window [mem 0x82000000-0x824fffff]
[    1.112335] ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 5 6 7 10 12 14 15) *0
[    1.112397] ACPI: PCI Interrupt Link [LNKB] (IRQs 1 3 4 5 6 7 11 12 14 15) *0
[    1.112457] ACPI: PCI Interrupt Link [LNKC] (IRQs 1 3 4 5 6 7 10 12 14 15) *0
[    1.112517] ACPI: PCI Interrupt Link [LNKD] (IRQs 1 3 4 5 6 7 11 12 14 15) *0
[    1.112578] ACPI: PCI Interrupt Link [LNKE] (IRQs 1 3 4 5 6 7 10 12 14 15) *0
[    1.112638] ACPI: PCI Interrupt Link [LNKF] (IRQs 1 3 4 5 6 7 11 12 14 15) *0
[    1.112698] ACPI: PCI Interrupt Link [LNKG] (IRQs 1 3 4 5 6 7 10 12 14 15) *0
[    1.112757] ACPI: PCI Interrupt Link [LNKH] (IRQs 1 3 4 5 6 7 11 12 14 15) *0
[    1.112917] ACPI: Enabled 4 GPEs in block 00 to 7F
[    1.112972] ACPI : EC: event unblocked
[    1.113001] ACPI: \_SB_.PCI0.LPCB.EC__: GPE=0x7, EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    1.113005] ACPI: \_SB_.PCI0.LPCB.EC__: Used as boot DSDT EC to handle transactions and events
[    1.113156] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=none,locks=none
[    1.113161] vgaarb: loaded
[    1.113163] vgaarb: setting as boot device: PCI:0000:01:00.0
[    1.113165] vgaarb: bridge control possible 0000:01:00.0
[    1.113193] Registered efivars operations
[    1.377928] PCI: Using ACPI for IRQ routing
[    1.384542] PCI: pci_cache_line_size set to 64 bytes
[    1.385048] e820: reserve RAM buffer [mem 0x00058000-0x0005ffff]
[    1.385049] e820: reserve RAM buffer [mem 0x0009e000-0x0009ffff]
[    1.385049] e820: reserve RAM buffer [mem 0x74035000-0x77ffffff]
[    1.385050] e820: reserve RAM buffer [mem 0x74e18000-0x77ffffff]
[    1.385050] e820: reserve RAM buffer [mem 0x7507e000-0x77ffffff]
[    1.385051] e820: reserve RAM buffer [mem 0x7ac7f000-0x7bffffff]
[    1.385052] e820: reserve RAM buffer [mem 0x7b000000-0x7bffffff]
[    1.385052] e820: reserve RAM buffer [mem 0x47f000000-0x47fffffff]
[    1.385178] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[    1.385183] hpet0: 8 comparators, 64-bit 24.000000 MHz counter
[    1.387232] clocksource: Switched to clocksource hpet
[    1.391338] VFS: Disk quotas dquot_6.6.0
[    1.391359] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    1.391420] pnp: PnP ACPI init
[    1.391828] system 00:00: [io  0xffff] has been reserved
[    1.391831] system 00:00: [io  0x1800-0x187f] has been reserved
[    1.391833] system 00:00: [io  0x0800-0x087f] has been reserved
[    1.391837] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[    1.391849] pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active)
[    1.391884] pnp 00:02: Plug and Play ACPI device, IDs APP000b (active)
[    1.391987] system 00:03: [mem 0xfed10000-0xfed17fff] has been reserved
[    1.391989] system 00:03: [mem 0xfed18000-0xfed18fff] has been reserved
[    1.391992] system 00:03: [mem 0xfed19000-0xfed19fff] has been reserved
[    1.391994] system 00:03: [mem 0xe0000000-0xefffffff] could not be reserved
[    1.391996] system 00:03: [mem 0xfd000000-0xfe7fffff] could not be reserved
[    1.391999] system 00:03: [mem 0xfed20000-0xfed3ffff] has been reserved
[    1.392001] system 00:03: [mem 0xfed90000-0xfed93fff] could not be reserved
[    1.392003] system 00:03: [mem 0xfed45000-0xfed8ffff] has been reserved
[    1.392006] system 00:03: [mem 0xff000000-0xffffffff] could not be reserved
[    1.392008] system 00:03: [mem 0xfee00000-0xfeefffff] has been reserved
[    1.392010] system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active)
[    1.392039] system 00:04: [mem 0x20000000-0x201fffff] could not be reserved
[    1.392041] system 00:04: [mem 0x40000000-0x401fffff] could not be reserved
[    1.392044] system 00:04: Plug and Play ACPI device, IDs PNP0c01 (active)
[    1.392132] pnp: PnP ACPI: found 5 devices
[    1.398853] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    1.398872] pci 0000:05:01.0: bridge window [io  0x1000-0x0fff] to [bus 08-40] add_size 1000
[    1.398877] pci 0000:05:02.0: bridge window [io  0x1000-0x0fff] to [bus 07] add_size 1000
[    1.398879] pci 0000:05:02.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 07] add_size 200000 add_align 100000
[    1.398884] pci 0000:05:04.0: bridge window [io  0x1000-0x0fff] to [bus 41-79] add_size 1000
[    1.398889] pci 0000:05:01.0: res[13]=[io  0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000
[    1.398890] pci 0000:05:02.0: res[13]=[io  0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000
[    1.398891] pci 0000:05:04.0: res[13]=[io  0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000
[    1.398892] pci 0000:04:00.0: bridge window [io  0x1000-0x0fff] to [bus 05-79] add_size 3000
[    1.398903] pci 0000:7b:01.0: bridge window [io  0x1000-0x0fff] to [bus 7e-b6] add_size 1000
[    1.398908] pci 0000:7b:02.0: bridge window [io  0x1000-0x0fff] to [bus 7d] add_size 1000
[    1.398909] pci 0000:7b:02.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 7d] add_size 200000 add_align 100000
[    1.398914] pci 0000:7b:04.0: bridge window [io  0x1000-0x0fff] to [bus b7-ef] add_size 1000
[    1.398919] pci 0000:7b:01.0: res[13]=[io  0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000
[    1.398920] pci 0000:7b:02.0: res[13]=[io  0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000
[    1.398920] pci 0000:7b:04.0: res[13]=[io  0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000
[    1.398921] pci 0000:7a:00.0: bridge window [io  0x1000-0x0fff] to [bus 7b-ef] add_size 3000
[    1.398952] pci 0000:00:1f.3: BAR 4: assigned [mem 0x80000000-0x8000ffff 64bit]
[    1.398974] pci 0000:00:01.0: PCI bridge to [bus 01]
[    1.398976] pci 0000:00:01.0:   bridge window [io  0x4000-0x4fff]
[    1.398979] pci 0000:00:01.0:   bridge window [mem 0x82600000-0x826fffff]
[    1.398982] pci 0000:00:01.0:   bridge window [mem 0xb0000000-0xc01fffff 64bit pref]
[    1.398987] pci 0000:04:00.0: res[13]=[io  0x1000-0x0fff] res_to_dev_res add_size 3000 min_align 1000
[    1.398987] pci 0000:04:00.0: res[13]=[io  0x1000-0x3fff] res_to_dev_res add_size 3000 min_align 1000
[    1.398988] pci 0000:04:00.0: BAR 13: assigned [io  0x6000-0x8fff]
[    1.398992] pci 0000:05:02.0: res[15]=[mem 0x00100000-0x000fffff 64bit pref] res_to_dev_res add_size 200000 min_align 100000
[    1.398992] pci 0000:05:02.0: res[15]=[mem 0x00100000-0x002fffff 64bit pref] res_to_dev_res add_size 200000 min_align 100000
[    1.398993] pci 0000:05:01.0: res[13]=[io  0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000
[    1.398994] pci 0000:05:01.0: res[13]=[io  0x1000-0x1fff] res_to_dev_res add_size 1000 min_align 1000
[    1.398994] pci 0000:05:02.0: res[13]=[io  0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000
[    1.398995] pci 0000:05:02.0: res[13]=[io  0x1000-0x1fff] res_to_dev_res add_size 1000 min_align 1000
[    1.398996] pci 0000:05:04.0: res[13]=[io  0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000
[    1.398996] pci 0000:05:04.0: res[13]=[io  0x1000-0x1fff] res_to_dev_res add_size 1000 min_align 1000
[    1.398998] pci 0000:05:02.0: BAR 15: no space for [mem size 0x00200000 64bit pref]
[    1.399001] pci 0000:05:02.0: BAR 15: failed to assign [mem size 0x00200000 64bit pref]
[    1.399005] pci 0000:05:01.0: BAR 13: assigned [io  0x6000-0x6fff]
[    1.399007] pci 0000:05:02.0: BAR 13: assigned [io  0x7000-0x7fff]
[    1.399009] pci 0000:05:04.0: BAR 13: assigned [io  0x8000-0x8fff]
[    1.399013] pci 0000:05:02.0: BAR 15: no space for [mem size 0x00200000 64bit pref]
[    1.399016] pci 0000:05:02.0: BAR 15: failed to assign [mem size 0x00200000 64bit pref]
[    1.399019] pci 0000:05:00.0: PCI bridge to [bus 06]
[    1.399023] pci 0000:05:00.0:   bridge window [mem 0x82900000-0x829fffff]
[    1.399029] pci 0000:05:01.0: PCI bridge to [bus 08-40]
[    1.399032] pci 0000:05:01.0:   bridge window [io  0x6000-0x6fff]
[    1.399036] pci 0000:05:01.0:   bridge window [mem 0x82a00000-0x899fffff]
[    1.399040] pci 0000:05:01.0:   bridge window [mem 0xc0200000-0xc71fffff 64bit pref]
[    1.399046] pci 0000:07:00.0: BAR 0: assigned [mem 0x82800000-0x8280ffff]
[    1.399051] pci 0000:05:02.0: PCI bridge to [bus 07]
[    1.399053] pci 0000:05:02.0:   bridge window [io  0x7000-0x7fff]
[    1.399057] pci 0000:05:02.0:   bridge window [mem 0x82800000-0x828fffff]
[    1.399064] pci 0000:05:04.0: PCI bridge to [bus 41-79]
[    1.399066] pci 0000:05:04.0:   bridge window [io  0x8000-0x8fff]
[    1.399070] pci 0000:05:04.0:   bridge window [mem 0x89a00000-0x909fffff]
[    1.399074] pci 0000:05:04.0:   bridge window [mem 0xc7200000-0xce1fffff 64bit pref]
[    1.399080] pci 0000:04:00.0: PCI bridge to [bus 05-79]
[    1.399082] pci 0000:04:00.0:   bridge window [io  0x6000-0x8fff]
[    1.399086] pci 0000:04:00.0:   bridge window [mem 0x82800000-0x909fffff]
[    1.399090] pci 0000:04:00.0:   bridge window [mem 0xc0200000-0xce1fffff 64bit pref]
[    1.399095] pci 0000:00:01.1: PCI bridge to [bus 04-79]
[    1.399098] pci 0000:00:01.1:   bridge window [io  0x6000-0x9fff]
[    1.399101] pci 0000:00:01.1:   bridge window [mem 0x82800000-0x909fffff]
[    1.399103] pci 0000:00:01.1:   bridge window [mem 0xc0200000-0xce1fffff 64bit pref]
[    1.399108] pci 0000:7a:00.0: res[13]=[io  0x1000-0x0fff] res_to_dev_res add_size 3000 min_align 1000
[    1.399109] pci 0000:7a:00.0: res[13]=[io  0x1000-0x3fff] res_to_dev_res add_size 3000 min_align 1000
[    1.399109] pci 0000:7a:00.0: BAR 13: assigned [io  0xa000-0xcfff]
[    1.399112] pci 0000:7b:02.0: res[15]=[mem 0x00100000-0x000fffff 64bit pref] res_to_dev_res add_size 200000 min_align 100000
[    1.399113] pci 0000:7b:02.0: res[15]=[mem 0x00100000-0x002fffff 64bit pref] res_to_dev_res add_size 200000 min_align 100000
[    1.399114] pci 0000:7b:01.0: res[13]=[io  0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000
[    1.399115] pci 0000:7b:01.0: res[13]=[io  0x1000-0x1fff] res_to_dev_res add_size 1000 min_align 1000
[    1.399115] pci 0000:7b:02.0: res[13]=[io  0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000
[    1.399116] pci 0000:7b:02.0: res[13]=[io  0x1000-0x1fff] res_to_dev_res add_size 1000 min_align 1000
[    1.399116] pci 0000:7b:04.0: res[13]=[io  0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000
[    1.399117] pci 0000:7b:04.0: res[13]=[io  0x1000-0x1fff] res_to_dev_res add_size 1000 min_align 1000
[    1.399118] pci 0000:7b:02.0: BAR 15: no space for [mem size 0x00200000 64bit pref]
[    1.399121] pci 0000:7b:02.0: BAR 15: failed to assign [mem size 0x00200000 64bit pref]
[    1.399125] pci 0000:7b:01.0: BAR 13: assigned [io  0xa000-0xafff]
[    1.399127] pci 0000:7b:02.0: BAR 13: assigned [io  0xb000-0xbfff]
[    1.399129] pci 0000:7b:04.0: BAR 13: assigned [io  0xc000-0xcfff]
[    1.399132] pci 0000:7b:02.0: BAR 15: no space for [mem size 0x00200000 64bit pref]
[    1.399135] pci 0000:7b:02.0: BAR 15: failed to assign [mem size 0x00200000 64bit pref]
[    1.399139] pci 0000:7b:00.0: PCI bridge to [bus 7c]
[    1.399143] pci 0000:7b:00.0:   bridge window [mem 0x90b00000-0x90bfffff]
[    1.399149] pci 0000:7b:01.0: PCI bridge to [bus 7e-b6]
[    1.399152] pci 0000:7b:01.0:   bridge window [io  0xa000-0xafff]
[    1.399156] pci 0000:7b:01.0:   bridge window [mem 0x90c00000-0x97bfffff]
[    1.399160] pci 0000:7b:01.0:   bridge window [mem 0xce200000-0xd51fffff 64bit pref]
[    1.399166] pci 0000:7d:00.0: BAR 0: assigned [mem 0x90a00000-0x90a0ffff]
[    1.399170] pci 0000:7b:02.0: PCI bridge to [bus 7d]
[    1.399173] pci 0000:7b:02.0:   bridge window [io  0xb000-0xbfff]
[    1.399177] pci 0000:7b:02.0:   bridge window [mem 0x90a00000-0x90afffff]
[    1.399183] pci 0000:7b:04.0: PCI bridge to [bus b7-ef]
[    1.399186] pci 0000:7b:04.0:   bridge window [io  0xc000-0xcfff]
[    1.399190] pci 0000:7b:04.0:   bridge window [mem 0x97c00000-0x9ebfffff]
[    1.399193] pci 0000:7b:04.0:   bridge window [mem 0xd5200000-0xdc1fffff 64bit pref]
[    1.399199] pci 0000:7a:00.0: PCI bridge to [bus 7b-ef]
[    1.399202] pci 0000:7a:00.0:   bridge window [io  0xa000-0xcfff]
[    1.399206] pci 0000:7a:00.0:   bridge window [mem 0x90a00000-0x9ebfffff]
[    1.399210] pci 0000:7a:00.0:   bridge window [mem 0xce200000-0xdc1fffff 64bit pref]
[    1.399215] pci 0000:00:01.2: PCI bridge to [bus 7a-ef]
[    1.399217] pci 0000:00:01.2:   bridge window [io  0xa000-0xdfff]
[    1.399220] pci 0000:00:01.2:   bridge window [mem 0x90a00000-0x9ebfffff]
[    1.399223] pci 0000:00:01.2:   bridge window [mem 0xce200000-0xdc1fffff 64bit pref]
[    1.399228] pci 0000:00:1b.0: PCI bridge to [bus 02]
[    1.399249] pci 0000:00:1b.0:   bridge window [io  0x3000-0x3fff]
[    1.399254] pci 0000:00:1b.0:   bridge window [mem 0x82500000-0x825fffff]
[    1.399261] pci 0000:00:1c.0: PCI bridge to [bus 03]
[    1.399265] pci 0000:00:1c.0:   bridge window [mem 0x82000000-0x824fffff]
[    1.399272] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    1.399272] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    1.399273] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    1.399274] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000c3fff window]
[    1.399274] pci_bus 0000:00: resource 8 [mem 0x000c4000-0x000c7fff window]
[    1.399275] pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000cbfff window]
[    1.399275] pci_bus 0000:00: resource 10 [mem 0x000cc000-0x000cffff window]
[    1.399276] pci_bus 0000:00: resource 11 [mem 0x000d0000-0x000d3fff window]
[    1.399277] pci_bus 0000:00: resource 12 [mem 0x000d4000-0x000d7fff window]
[    1.399277] pci_bus 0000:00: resource 13 [mem 0x000d8000-0x000dbfff window]
[    1.399278] pci_bus 0000:00: resource 14 [mem 0x000dc000-0x000dffff window]
[    1.399278] pci_bus 0000:00: resource 15 [mem 0x000e0000-0x000e3fff window]
[    1.399279] pci_bus 0000:00: resource 16 [mem 0x000e4000-0x000e7fff window]
[    1.399280] pci_bus 0000:00: resource 17 [mem 0x000e8000-0x000ebfff window]
[    1.399280] pci_bus 0000:00: resource 18 [mem 0x000ec000-0x000effff window]
[    1.399281] pci_bus 0000:00: resource 19 [mem 0x000f0000-0x000fffff window]
[    1.399281] pci_bus 0000:00: resource 20 [mem 0x80000000-0xfeafffff window]
[    1.399282] pci_bus 0000:01: resource 0 [io  0x4000-0x4fff]
[    1.399283] pci_bus 0000:01: resource 1 [mem 0x82600000-0x826fffff]
[    1.399283] pci_bus 0000:01: resource 2 [mem 0xb0000000-0xc01fffff 64bit pref]
[    1.399284] pci_bus 0000:04: resource 0 [io  0x6000-0x9fff]
[    1.399284] pci_bus 0000:04: resource 1 [mem 0x82800000-0x909fffff]
[    1.399285] pci_bus 0000:04: resource 2 [mem 0xc0200000-0xce1fffff 64bit pref]
[    1.399285] pci_bus 0000:05: resource 0 [io  0x6000-0x8fff]
[    1.399286] pci_bus 0000:05: resource 1 [mem 0x82800000-0x909fffff]
[    1.399287] pci_bus 0000:05: resource 2 [mem 0xc0200000-0xce1fffff 64bit pref]
[    1.399287] pci_bus 0000:06: resource 1 [mem 0x82900000-0x829fffff]
[    1.399288] pci_bus 0000:08: resource 0 [io  0x6000-0x6fff]
[    1.399288] pci_bus 0000:08: resource 1 [mem 0x82a00000-0x899fffff]
[    1.399289] pci_bus 0000:08: resource 2 [mem 0xc0200000-0xc71fffff 64bit pref]
[    1.399290] pci_bus 0000:07: resource 0 [io  0x7000-0x7fff]
[    1.399290] pci_bus 0000:07: resource 1 [mem 0x82800000-0x828fffff]
[    1.399291] pci_bus 0000:41: resource 0 [io  0x8000-0x8fff]
[    1.399291] pci_bus 0000:41: resource 1 [mem 0x89a00000-0x909fffff]
[    1.399292] pci_bus 0000:41: resource 2 [mem 0xc7200000-0xce1fffff 64bit pref]
[    1.399292] pci_bus 0000:7a: resource 0 [io  0xa000-0xdfff]
[    1.399293] pci_bus 0000:7a: resource 1 [mem 0x90a00000-0x9ebfffff]
[    1.399294] pci_bus 0000:7a: resource 2 [mem 0xce200000-0xdc1fffff 64bit pref]
[    1.399294] pci_bus 0000:7b: resource 0 [io  0xa000-0xcfff]
[    1.399295] pci_bus 0000:7b: resource 1 [mem 0x90a00000-0x9ebfffff]
[    1.399295] pci_bus 0000:7b: resource 2 [mem 0xce200000-0xdc1fffff 64bit pref]
[    1.399296] pci_bus 0000:7c: resource 1 [mem 0x90b00000-0x90bfffff]
[    1.399296] pci_bus 0000:7e: resource 0 [io  0xa000-0xafff]
[    1.399297] pci_bus 0000:7e: resource 1 [mem 0x90c00000-0x97bfffff]
[    1.399298] pci_bus 0000:7e: resource 2 [mem 0xce200000-0xd51fffff 64bit pref]
[    1.399298] pci_bus 0000:7d: resource 0 [io  0xb000-0xbfff]
[    1.399299] pci_bus 0000:7d: resource 1 [mem 0x90a00000-0x90afffff]
[    1.399299] pci_bus 0000:b7: resource 0 [io  0xc000-0xcfff]
[    1.399300] pci_bus 0000:b7: resource 1 [mem 0x97c00000-0x9ebfffff]
[    1.399300] pci_bus 0000:b7: resource 2 [mem 0xd5200000-0xdc1fffff 64bit pref]
[    1.399301] pci_bus 0000:02: resource 0 [io  0x3000-0x3fff]
[    1.399302] pci_bus 0000:02: resource 1 [mem 0x82500000-0x825fffff]
[    1.399302] pci_bus 0000:03: resource 1 [mem 0x82000000-0x824fffff]
[    1.399449] NET: Registered protocol family 2
[    1.399580] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
[    1.399703] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    1.399788] TCP: Hash tables configured (established 131072 bind 65536)
[    1.399804] UDP hash table entries: 8192 (order: 6, 262144 bytes)
[    1.399833] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes)
[    1.399878] NET: Registered protocol family 1
[    1.400276] pci 0000:07:00.0: enabling device (0000 -> 0002)
[    1.400452] pci 0000:7d:00.0: enabling device (0000 -> 0002)
[    1.400684] PCI: CLS 256 bytes, default 64
[    1.400709] Unpacking initramfs...
[    1.615204] Freeing initrd memory: 18232K (ffff99c935c53000 - ffff99c936e21000)
[    1.615273] DMAR: ACPI device "device:95" under DMAR at fed91000 as 00:15.0
[    1.615276] DMAR: ACPI device "device:96" under DMAR at fed91000 as 00:1e.2
[    1.615279] DMAR: ACPI device "device:97" under DMAR at fed91000 as 00:1e.3
[    1.615282] DMAR: Failed to find handle for ACPI object \_SB.PCI0.UA00
[    1.615285] DMAR: Failed to find handle for ACPI object \_SB.PCI0.UA01
[    1.615287] DMAR: Failed to find handle for ACPI object \_SB.PCI0.UA02
[    1.615318] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    1.615322] software IO TLB [mem 0x6b4ac000-0x6f4ac000] (64MB) mapped at [ffff99c96b4ac000-ffff99c96f4abfff]
[    1.615459] RAPL PMU: API unit is 2^-32 Joules, 5 fixed counters, 655360 ms ovfl timer
[    1.615462] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[    1.615464] RAPL PMU: hw unit of domain package 2^-14 Joules
[    1.615466] RAPL PMU: hw unit of domain dram 2^-14 Joules
[    1.615467] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
[    1.615469] RAPL PMU: hw unit of domain psys 2^-14 Joules
[    1.615893] simple-framebuffer simple-framebuffer.0: framebuffer at 0xb0300000, 0x1cb6000 bytes, mapped to 0xffffba93c2000000
[    1.615897] simple-framebuffer simple-framebuffer.0: format=a8r8g8b8, mode=3360x2100x32, linelength=14336
[    1.625294] Console: switching to colour frame buffer device 420x131
[    1.635200] simple-framebuffer simple-framebuffer.0: fb0: simplefb registered!
[    1.635426] futex hash table entries: 2048 (order: 5, 131072 bytes)
[    1.635474] audit: initializing netlink subsys (disabled)
[    1.635496] audit: type=2000 audit(1480000917.628:1): initialized
[    1.635846] Initialise system trusted keyrings
[    1.635980] workingset: timestamp_bits=40 max_order=22 bucket_order=0
[    1.636109] zbud: loaded
[    1.661312] Key type asymmetric registered
[    1.661323] Asymmetric key parser 'x509' registered
[    1.661360] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)
[    1.661427] io scheduler noop registered
[    1.661436] io scheduler deadline registered
[    1.661449] io scheduler cfq registered (default)
[    1.662845] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    1.662865] pciehp 0000:05:01.0:pcie204: Slot #1 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ LLActRep+
[    1.662941] pciehp 0000:05:01.0:pcie204: service driver pciehp loaded
[    1.662946] pciehp 0000:05:02.0:pcie204: Slot #0 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ LLActRep+
[    1.663016] pciehp 0000:05:02.0:pcie204: service driver pciehp loaded
[    1.663022] pciehp 0000:05:04.0:pcie204: Slot #4 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ LLActRep+
[    1.663092] pciehp 0000:05:04.0:pcie204: service driver pciehp loaded
[    1.663097] pciehp 0000:7b:01.0:pcie204: Slot #1 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ LLActRep+
[    1.663167] pciehp 0000:7b:01.0:pcie204: service driver pciehp loaded
[    1.663172] pciehp 0000:7b:02.0:pcie204: Slot #0 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ LLActRep+
[    1.663267] pciehp 0000:7b:02.0:pcie204: service driver pciehp loaded
[    1.663272] pciehp 0000:7b:04.0:pcie204: Slot #4 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ LLActRep+
[    1.663341] pciehp 0000:7b:04.0:pcie204: service driver pciehp loaded
[    1.663344] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    1.663366] intel_idle: MWAIT substates: 0x11142120
[    1.663367] intel_idle: v0.4.1 model 0x5E
[    1.663368] intel_idle: state C8-SKL is disabled
[    1.663369] intel_idle: state C9-SKL is disabled
[    1.663658] intel_idle: lapic_timer_reliable_states 0xffffffff
[    1.664068] GHES: HEST is not enabled!
[    1.664140] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    1.664562] Linux agpgart interface v0.103
[    1.664605] AMD IOMMUv2 driver by Joerg Roedel <jroedel@suse.de>
[    1.664618] AMD IOMMUv2 functionality not available on this system
[    1.665128] i8042: PNP: No PS/2 controller found. Probing ports directly.
[    2.951322] i8042: No controller found
[    2.951346] tsc: Refined TSC clocksource calibration: 2903.991 MHz
[    2.951370] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x29dbfd570cc, max_idle_ns: 440795288626 ns
[    2.951612] mousedev: PS/2 mouse device common for all mice
[    2.951659] rtc_cmos 00:01: RTC can wake from S4
[    2.952169] rtc_cmos 00:01: rtc core: registered rtc_cmos as rtc0
[    2.952295] rtc_cmos 00:01: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[    2.952316] intel_pstate: Intel P-state driver initializing
[    2.953060] intel_pstate: HWP enabled
[    2.953631] ledtrig-cpu: registered to indicate activity on CPUs
[    2.954009] NET: Registered protocol family 10
[    2.954386] mip6: Mobile IPv6
[    2.954395] NET: Registered protocol family 17
[    2.954406] mpls_gso: MPLS GSO support
[    2.954690] microcode: sig=0x506e3, pf=0x20, revision=0xac
[    2.955065] microcode: Microcode Update Driver: v2.01 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
[    2.955184] registered taskstats version 1
[    2.955194] Loading compiled-in X.509 certificates
[    2.956921] alg: No test for pkcs1pad(rsa,sha256) (pkcs1pad(rsa-generic,sha256))
[    2.957451] Loaded X.509 cert 'Build time autogenerated kernel key: be2fe1283e96ae1f3807a6286b98b051e4843c76'
[    2.957481] zswap: loaded using pool lzo/zbud
[    2.958710] rtc_cmos 00:01: setting system clock to 2016-11-24 15:21:59 UTC (1480000919)
[    2.958778] PM: Hibernation image not present or could not be loaded.
[    2.959519] Freeing unused kernel memory: 1396K (ffffffff94929000 - ffffffff94a86000)
[    2.959535] Write protecting the kernel read-only data: 12288k
[    2.960006] Freeing unused kernel memory: 2028K (ffff99ccabc05000 - ffff99ccabe00000)
[    2.961406] Freeing unused kernel memory: 1268K (ffff99ccac0c3000 - ffff99ccac200000)
[    2.964090] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    2.973909] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[    2.973960] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[    2.973980] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[    2.974337] random: udevadm: uninitialized urandom read (16 bytes read)
[    2.974367] random: udevadm: uninitialized urandom read (16 bytes read)
[    2.975863] random: udevadm: uninitialized urandom read (16 bytes read)
[    2.975903] random: udevadm: uninitialized urandom read (16 bytes read)
[    2.975938] random: udevadm: uninitialized urandom read (16 bytes read)
[    2.975976] random: udevadm: uninitialized urandom read (16 bytes read)
[    2.976013] random: udevadm: uninitialized urandom read (16 bytes read)
[    2.992321] fjes: module verification failed: signature and/or required key missing - tainting kernel
[    2.992610] FUJITSU Extended Socket Network Device Driver - version 1.1 - Copyright (c) 2015 FUJITSU LIMITED
[    3.006652] ACPI: bus type USB registered
[    3.006675] usbcore: registered new interface driver usbfs
[    3.006693] usbcore: registered new interface driver hub
[    3.006726] usbcore: registered new device driver usb
[    3.007596] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    3.007612] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[    3.008739] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x00109810
[    3.008777] xhci_hcd 0000:00:14.0: cache line size of 256 is not supported
[    3.008882] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    3.008898] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.008914] usb usb1: Product: xHCI Host Controller
[    3.008926] usb usb1: Manufacturer: Linux 4.9.0-rc6 xhci-hcd
[    3.008939] usb usb1: SerialNumber: 0000:00:14.0
[    3.009031] hub 1-0:1.0: USB hub found
[    3.009062] hub 1-0:1.0: 16 ports detected
[    3.009463] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    3.009482] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[    3.009521] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003
[    3.009536] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.009552] usb usb2: Product: xHCI Host Controller
[    3.009564] usb usb2: Manufacturer: Linux 4.9.0-rc6 xhci-hcd
[    3.009577] usb usb2: SerialNumber: 0000:00:14.0
[    3.009619] nvme nvme0: pci function 0000:02:00.0
[    3.009663] hub 2-0:1.0: USB hub found
[    3.009811] hub 2-0:1.0: 8 ports detected
[    3.010273] xhci_hcd 0000:07:00.0: xHCI Host Controller
[    3.010288] xhci_hcd 0000:07:00.0: new USB bus registered, assigned bus number 3
[    3.011556] xhci_hcd 0000:07:00.0: hcc params 0x200077c1 hci version 0x110 quirks 0x00009810
[    3.011720] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002
[    3.011736] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.011752] usb usb3: Product: xHCI Host Controller
[    3.011763] usb usb3: Manufacturer: Linux 4.9.0-rc6 xhci-hcd
[    3.011776] usb usb3: SerialNumber: 0000:07:00.0
[    3.011889] hub 3-0:1.0: USB hub found
[    3.011907] hub 3-0:1.0: 2 ports detected
[    3.011997] xhci_hcd 0000:07:00.0: xHCI Host Controller
[    3.012010] xhci_hcd 0000:07:00.0: new USB bus registered, assigned bus number 4
[    3.012044] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003
[    3.012060] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.013333] usb usb4: Product: xHCI Host Controller
[    3.014761] usb usb4: Manufacturer: Linux 4.9.0-rc6 xhci-hcd
[    3.016344] usb usb4: SerialNumber: 0000:07:00.0
[    3.018044] hub 4-0:1.0: USB hub found
[    3.020345] hub 4-0:1.0: 2 ports detected
[    3.022425] usb: port power management may be unreliable
[    3.024733] xhci_hcd 0000:7d:00.0: xHCI Host Controller
[    3.026461] xhci_hcd 0000:7d:00.0: new USB bus registered, assigned bus number 5
[    3.029657] xhci_hcd 0000:7d:00.0: hcc params 0x200077c1 hci version 0x110 quirks 0x00009810
[    3.031672] usb usb5: New USB device found, idVendor=1d6b, idProduct=0002
[    3.033468] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.035313] usb usb5: Product: xHCI Host Controller
[    3.037187] usb usb5: Manufacturer: Linux 4.9.0-rc6 xhci-hcd
[    3.038798] usb usb5: SerialNumber: 0000:7d:00.0
[    3.040297] hub 5-0:1.0: USB hub found
[    3.041612] hub 5-0:1.0: 2 ports detected
[    3.042927] xhci_hcd 0000:7d:00.0: xHCI Host Controller
[    3.044272] xhci_hcd 0000:7d:00.0: new USB bus registered, assigned bus number 6
[    3.045531] usb usb6: New USB device found, idVendor=1d6b, idProduct=0003
[    3.046782] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.048141] usb usb6: Product: xHCI Host Controller
[    3.049373] usb usb6: Manufacturer: Linux 4.9.0-rc6 xhci-hcd
[    3.050607] usb usb6: SerialNumber: 0000:7d:00.0
[    3.052099] hub 6-0:1.0: USB hub found
[    3.053395] hub 6-0:1.0: 2 ports detected
[    3.241366]  nvme0n1: p1 p2 p3 p4
[    3.351480] usb 4-2: new SuperSpeed USB device number 2 using xhci_hcd
[    3.379646] usb 6-2: new SuperSpeed USB device number 2 using xhci_hcd
[    3.385926] usb 4-2: New USB device found, idVendor=04e8, idProduct=61f3
[    3.390575] usb 4-2: New USB device strings: Mfr=2, Product=3, SerialNumber=1
[    3.394810] usb 4-2: Product: Portable SSD T3
[    3.395351] usb 1-3: new high-speed USB device number 3 using xhci_hcd
[    3.403116] usb 4-2: Manufacturer: Samsung
[    3.407304] usb 4-2: SerialNumber: 12345678A43C
[    3.414070] usb 6-2: New USB device found, idVendor=05ac, idProduct=1010
[    3.416747] usb 6-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    3.419059] usb 6-2: Product: USB3.0 Hub
[    3.421283] usb 6-2: Manufacturer: Apple Inc.
[    3.423442] SCSI subsystem initialized
[    3.424788] hub 6-2:1.0: USB hub found
[    3.425153] hub 6-2:1.0: 1 port detected
[    3.429417] usbcore: registered new interface driver usb-storage
[    3.433753] scsi host0: uas
[    3.435207] usbcore: registered new interface driver uas
[    3.435650] scsi 0:0:0:0: Direct-Access     Samsung  Portable SSD T3  0    PQ: 0 ANSI: 6
[    3.470586] sd 0:0:0:0: [sda] 976773168 512-byte logical blocks: (500 GB/466 GiB)
[    3.475743] sd 0:0:0:0: [sda] Write Protect is off
[    3.480410] sd 0:0:0:0: [sda] Mode Sense: 43 00 00 00
[    3.480606] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    3.489971]  sda: sda1 sda2 sda3
[    3.496135] sd 0:0:0:0: [sda] Attached SCSI disk
[    3.525486] random: fast init done
[    3.537638] usb 1-3: New USB device found, idVendor=05ac, idProduct=8600
[    3.543285] usb 1-3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    3.547947] usb 1-3: Product: iBridge
[    3.552518] usb 1-3: Manufacturer: Apple Inc.
[    3.557113] usb 1-3: SerialNumber: nomac?123456
[    3.564421] hidraw: raw HID events driver (C) Jiri Kosina
[    3.569571] usbcore: registered new interface driver usbhid
[    3.571571] usbhid: USB HID core driver
[    3.574012] input: Apple Inc. iBridge as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.2/0003:05AC:8600.0001/input/input0
[    3.635687] hid-generic 0003:05AC:8600.0001: input,hidraw0: USB HID v1.01 Keyboard [Apple Inc. iBridge] on usb-0000:00:14.0-3/input2
[    3.646524] hid-generic 0003:05AC:8600.0002: hiddev0,hidraw1: USB HID v1.01 Device [Apple Inc. iBridge] on usb-0000:00:14.0-3/input3
[    3.679414] usb 1-7: new high-speed USB device number 4 using xhci_hcd
[    3.687476] usb 6-1: new SuperSpeed USB device number 3 using xhci_hcd
[    3.712311] usb 6-1: New USB device found, idVendor=0bda, idProduct=8153
[    3.716999] usb 6-1: New USB device strings: Mfr=1, Product=2, SerialNumber=6
[    3.721765] usb 6-1: Product: USB 10/100/1000 LAN
[    3.726140] usb 6-1: Manufacturer: Realtek
[    3.730275] usb 6-1: SerialNumber: 000001000000
[    3.795355] usb 6-2.1: new SuperSpeed USB device number 4 using xhci_hcd
[    3.820473] usb 6-2.1: New USB device found, idVendor=8564, idProduct=1000
[    3.824587] usb 6-2.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    3.828699] usb 6-2.1: Product: Mass Storage Device
[    3.829196] usb 1-7: New USB device found, idVendor=05ac, idProduct=1011
[    3.829198] usb 1-7: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    3.829200] usb 1-7: Product: USB2.0 Hub
[    3.829202] usb 1-7: Manufacturer: Apple Inc.
[    3.830415] hub 1-7:1.0: USB hub found
[    3.831020] hub 1-7:1.0: 2 ports detected
[    3.855352] usb 6-2.1: Manufacturer: JetFlash
[    3.857611] usb 6-2.1: SerialNumber: 2497596285
[    3.860916] usb-storage 6-2.1:1.0: USB Mass Storage device detected
[    3.863262] scsi host1: usb-storage 6-2.1:1.0
[    3.951402] usb 1-11: new full-speed USB device number 5 using xhci_hcd
[    3.971802] clocksource: Switched to clocksource tsc
[    4.096203] usb 1-11: New USB device found, idVendor=413c, idProduct=1002
[    4.098724] usb 1-11: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    4.098725] usb 1-11: Product: Dell USB Keyboard Hub
[    4.098726] usb 1-11: Manufacturer: Dell
[    4.099554] hub 1-11:1.0: USB hub found
[    4.099674] hub 1-11:1.0: 3 ports detected
[    4.158324] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
[    4.179294] usb 1-7.2: new low-speed USB device number 6 using xhci_hcd
[    4.277058] ip_tables: (C) 2000-2006 Netfilter Core Team
[    4.282948] usb 1-7.2: No LPM exit latency info found, disabling LPM.
[    4.288686] usb 1-7.2: config 1 has no interfaces?
[    4.300343] usb 1-7.2: New USB device found, idVendor=05ac, idProduct=1461
[    4.307924] usb 1-7.2: New USB device strings: Mfr=2, Product=4, SerialNumber=1
[    4.313727] usb 1-7.2: Product: USB-C VGA Multiport Adapter
[    4.318050] usb 1-7.2: Manufacturer: Apple Inc.
[    4.321760] usb 1-7.2: SerialNumber: DLC536201KNG2WFAL
[    4.403237] usb 1-11.1: new full-speed USB device number 7 using xhci_hcd
[    4.503870] usb 1-11.1: New USB device found, idVendor=413c, idProduct=2002
[    4.505898] usb 1-11.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    4.507791] usb 1-11.1: Product: Dell USB Keyboard Hub
[    4.509852] usb 1-11.1: Manufacturer: Dell
[    4.512700] input: Dell Dell USB Keyboard Hub as /devices/pci0000:00/0000:00:14.0/usb1/1-11/1-11.1/1-11.1:1.0/0003:413C:2002.0003/input/input1
[    4.571389] hid-generic 0003:413C:2002.0003: input,hidraw2: USB HID v1.10 Keyboard [Dell Dell USB Keyboard Hub] on usb-0000:00:14.0-11.1/input0
[    4.574309] input: Dell Dell USB Keyboard Hub as /devices/pci0000:00/0000:00:14.0/usb1/1-11/1-11.1/1-11.1:1.1/0003:413C:2002.0004/input/input2
[    4.635343] hid-generic 0003:413C:2002.0004: input,hidraw3: USB HID v1.10 Device [Dell Dell USB Keyboard Hub] on usb-0000:00:14.0-11.1/input1
[    4.715234] usb 1-11.2: new low-speed USB device number 8 using xhci_hcd
[    4.776922] systemd[1]: systemd 232 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN)
[    4.778477] systemd[1]: Detected architecture x86-64.
[    4.784867] systemd[1]: Set hostname to <icealia>.
[    4.823405] usb 1-11.2: New USB device found, idVendor=0461, idProduct=4d51
[    4.825189] usb 1-11.2: New USB device strings: Mfr=0, Product=2, SerialNumber=0
[    4.826900] usb 1-11.2: Product: DELL Laser Mouse
[    4.831798] input: DELL Laser Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-11/1-11.2/1-11.2:1.0/0003:0461:4D51.0005/input/input3
[    4.833588] hid-generic 0003:0461:4D51.0005: input,hidraw4: USB HID v1.11 Mouse [DELL Laser Mouse] on usb-0000:00:14.0-11.2/input0
[    4.839807] systemd[1]: fancontrol.service: Cannot add dependency job, ignoring: Unit fancontrol.service is masked.
[    4.842033] systemd[1]: Listening on Journal Audit Socket.
[    4.845365] systemd[1]: Listening on Syslog Socket.
[    4.848295] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[    4.851069] systemd[1]: Listening on Journal Socket (/dev/log).
[    4.853904] systemd[1]: Reached target Remote File Systems.
[    4.856811] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[    4.871641] scsi 1:0:0:0: Direct-Access     JetFlash Transcend 8GB    1.00 PQ: 0 ANSI: 6
[    4.873797] sd 1:0:0:0: [sdb] 15433728 512-byte logical blocks: (7.90 GB/7.36 GiB)
[    4.873962] sd 1:0:0:0: [sdb] Write Protect is off
[    4.873963] sd 1:0:0:0: [sdb] Mode Sense: 23 00 00 00
[    4.874081] sd 1:0:0:0: [sdb] Write cache: disabled, read cache: disabled, doesn't support DPO or FUA
[    4.875183]  sdb: sdb1 sdb2
[    4.877178] sd 1:0:0:0: [sdb] Attached SCSI removable disk
[    4.915197] lp: driver loaded but no devices found
[    4.916019] ppdev: user-space parallel port driver
[    4.916689] EXT4-fs (sda2): re-mounted. Opts: errors=remount-ro
[    4.964093] systemd-journald[252]: Received request to flush runtime journal from PID 1
[    5.013987] [Firmware Bug]: ACPI(GFX0) defines _DOD but not _DOS
[    5.015860] ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[    5.015961] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input4
[    5.016553] ACPI: Lid Switch [LID0]
[    5.016588] ACPI: AC Adapter [ADP1] (on-line)
[    5.016619] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input5
[    5.016620] ACPI: Power Button [PWRB]
[    5.016644] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input6
[    5.016645] ACPI: Sleep Button [SLPB]
[    5.016667] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input7
[    5.016668] ACPI: Power Button [PWRF]
[    5.037415] acpi device:02: registered as cooling_device8
[    5.039304] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:01/LNXVIDEO:00/input/input8
[    5.055994] apple_gmux: Found gmux version 4.0.29 [indexed]
[    5.057717] apple_gmux: locked IO for PCI:0000:01:00.0
[    5.059566] ACPI: SBS HC: EC = 0xffff99cd6bdca900, offset = 0x20, query_bit = 0x10
[    5.087550] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    5.211697] EFI Variables Facility v0.08 2004-May-17
[    5.214223] media: Linux media interface: v0.10
[    5.216355] ACPI: Smart Battery System [SBS0]: AC Adapter [AC0] (on-line)
[    5.219497] i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
[    5.223059] Bluetooth: Core ver 2.22
[    5.225170] NET: Registered protocol family 31
[    5.225205] Linux video capture interface: v2.00
[    5.228989] Bluetooth: HCI device and connection manager initialized
[    5.230888] Bluetooth: HCI socket layer initialized
[    5.232764] Bluetooth: L2CAP socket layer initialized
[    5.234640] Bluetooth: SCO socket layer initialized
[    5.236813] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    5.239048] sd 1:0:0:0: Attached scsi generic sg1 type 0
[    5.239245] intel-lpss 0000:00:15.0: enabling device (0000 -> 0002)
[    5.244426] idma64 idma64.0: Found Intel integrated DMA 64-bit
[    5.249542] [drm] Initialized
[    5.250079] usbcore: registered new interface driver r8152
[    5.256355] Bluetooth: HCI UART driver ver 2.3
[    5.259175] Bluetooth: HCI UART protocol H4 registered
[    5.261977] Bluetooth: HCI UART protocol BCSP registered
[    5.264792] Bluetooth: HCI UART protocol LL registered
[    5.267597] Bluetooth: HCI UART protocol ATH3K registered
[    5.270366] Bluetooth: HCI UART protocol Three-wire (H5) registered
[    5.273200] Bluetooth: HCI UART protocol Intel registered
[    5.276061] hci_bcm BCM2E7C:00: BCM irq: -22
[    5.278815] hci_bcm BCM2E7C:00: invalid platform data
[    5.280841] input: PC Speaker as /devices/platform/pcspkr/input/input9
[    5.281195] random: crng init done
[    5.282352] uvcvideo: Found UVC 1.50 device iBridge (05ac:8600)
[    5.284186] uvcvideo: UVC non compliance - GET_DEF(PROBE) not supported. Enabling workaround.
[    5.284403] uvcvideo: Failed to query (129) UVC probe control : -32 (exp. 34).
[    5.284403] uvcvideo: Failed to initialize the device (-5).
[    5.284431] usbcore: registered new interface driver uvcvideo
[    5.284431] USB Video Class driver (1.1.1)
[    5.287242] intel-lpss 0000:00:19.0: enabling device (0000 -> 0002)
[    5.287509] dw-apb-uart.1: ttyS0 at MMIO 0x8272a000 (irq = 21, base_baud = 115200) is a 16550A
[    5.291684] usbcore: registered new interface driver cdc_ether
[    5.302443] Error: Driver 'pcspkr' is already registered, aborting...
[    5.305043] usbcore: registered new interface driver brcmfmac
[    5.311444] ACPI: Smart Battery System [SBS0]: Battery Slot [BAT0] (battery present)
[    5.314122] Adding 16645884k swap on /dev/sda3.  Priority:-1 extents:1 across:16645884k SSFS
[    5.367300] hci_bcm: probe of BCM2E7C:00 failed with error -22
[    5.367543] usb 6-1: reset SuperSpeed USB device number 3 using xhci_hcd
[    5.372510] Bluetooth: HCI UART protocol Broadcom registered
[    5.375049] Bluetooth: HCI UART protocol QCA registered
[    5.391292] intel-lpss 0000:00:1e.0: enabling device (0000 -> 0002)
[    5.392916] idma64 idma64.2: Found Intel integrated DMA 64-bit
[    5.394409] dw-apb-uart.2: ttyS1 at MMIO 0x8272b000 (irq = 20, base_baud = 3000000) is a 16550A
[    5.415297] intel-lpss 0000:00:1e.1: enabling device (0000 -> 0002)
[    5.417007] idma64 idma64.3: Found Intel integrated DMA 64-bit
[    5.418443] dw-apb-uart.3: ttyS2 at MMIO 0x8272c000 (irq = 21, base_baud = 115200) is a 16550A
[    5.436326] brcmfmac 0000:03:00.0: Direct firmware load for brcm/brcmfmac43602-pcie.txt failed with error -2
[    5.439430] intel-lpss 0000:00:1e.2: enabling device (0000 -> 0002)
[    5.442877] idma64 idma64.4: Found Intel integrated DMA 64-bit
[    5.467356] intel-lpss 0000:00:1e.3: enabling device (0000 -> 0002)
[    5.469639] idma64 idma64.5: Found Intel integrated DMA 64-bit
[    5.478107] snd_hda_intel 0000:01:00.1: enabling device (0000 -> 0002)
[    5.480918] snd_hda_intel 0000:01:00.1: Handle vga_switcheroo audio client
[    5.483636] snd_hda_intel 0000:01:00.1: Force to non-snoop mode
[    5.524475] r8152 6-1:1.0 eth0: v1.08.6
[    5.582450] [drm] amdgpu kernel modesetting enabled.
[    5.582610] snd_hda_codec_generic hdaudioC0D0: autoconfig for Generic: line_outs=2 (0x24/0x25/0x0/0x0/0x0) type:speaker
[    5.582612] snd_hda_codec_generic hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[    5.582613] snd_hda_codec_generic hdaudioC0D0:    hp_outs=1 (0x2c/0x0/0x0/0x0/0x0)
[    5.582614] snd_hda_codec_generic hdaudioC0D0:    mono: mono_out=0x0
[    5.582614] snd_hda_codec_generic hdaudioC0D0:    inputs:
[    5.582615] snd_hda_codec_generic hdaudioC0D0:      Internal Mic=0x44
[    5.582616] snd_hda_codec_generic hdaudioC0D0:      Mic=0x3c
[    5.596329] AVX2 version of gcm_enc/dec engaged.
[    5.597988] AES CTR mode by8 optimization enabled
[    5.599536] pstore: using zlib compression
[    5.601472] CRAT table not found
[    5.601639] input: HDA ATI HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input10
[    5.601694] input: HDA ATI HDMI HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input11
[    5.601741] input: HDA ATI HDMI HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input12
[    5.601788] input: HDA ATI HDMI HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input13
[    5.601834] input: HDA ATI HDMI HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input14
[    5.601881] input: HDA ATI HDMI HDMI/DP,pcm=11 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input15
[    5.613399] Finished initializing topology ret=0
[    5.613478] kfd kfd: Initialized module
[    5.613579] checking generic (b0300000 1cb6000) vs hw (b0000000 10000000)
[    5.613579] fb: switching to amdgpudrmfb from simple
[    5.616218] iTCO_vendor_support: vendor-support=0
[    5.620751] Console: switching to colour dummy device 80x25
[    5.620763] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
[    5.620888] iTCO_wdt: unable to reset NO_REBOOT flag, device disabled by hardware/BIOS
[    5.631362] [drm] initializing kernel modesetting (POLARIS11 0x1002:0x67EF 0x106B:0x0160 0xC0).
[    5.631381] [drm] register mmio base: 0x82600000
[    5.631384] [drm] register mmio size: 262144
[    5.631393] [drm] doorbell mmio base: 0xC0000000
[    5.631395] [drm] doorbell mmio size: 2097152
[    5.631409] [drm] probing gen 2 caps for device 8086:1901 = 261ad03/e
[    5.631413] [drm] probing mlw for device 8086:1901 = 261ad03
[    5.631428] [drm] UVD is enabled in VM mode
[    5.631431] [drm] VCE enabled in VM mode
[    5.631441] [drm] ACPI VFCT contains a BIOS for 01:00.0 1002:67ef, size 59392
[    5.631452] ATOM BIOS: Falcon
[    5.631462] [drm] GPU post is not needed
[    5.632428] [TTM] Zone  kernel: Available graphics memory: 8165402 kiB
[    5.632431] [TTM] Zone   dma32: Available graphics memory: 2097152 kiB
[    5.632433] [TTM] Initializing pool allocator
[    5.632437] [TTM] Initializing DMA pool allocator
[    5.632459] amdgpu 0000:01:00.0: VRAM: 4096M 0x0000000000000000 - 0x00000000FFFFFFFF (4096M used)
[    5.632462] amdgpu 0000:01:00.0: GTT: 7974M 0x0000000100000000 - 0x00000002F26067FF
[    5.632473] [drm] Detected VRAM RAM=4096M, BAR=256M
[    5.632475] [drm] RAM width 128bits GDDR5
[    5.632484] [drm] amdgpu: 4096M of VRAM memory ready
[    5.632487] [drm] amdgpu: 7974M of GTT memory ready.
[    5.632497] [drm] GART: num cpu pages 2041350, num gpu pages 2041350
[    5.633860] [drm] PCIE GART of 7974M enabled (table at 0x0000000000040000).
[    5.633888] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    5.633892] [drm] Driver supports precise vblank timestamp query.
[    5.633962] amdgpu 0000:01:00.0: amdgpu: using MSI.
[    5.633999] [drm] amdgpu: irq initialized.
[    5.634009] Can't find requested voltage id in vdd_dep_on_sclk table!
[    5.634214] amdgpu: powerplay initialized
[    5.637948] [drm] amdgpu atom DIG backlight initialized
[    5.637952] [drm] AMDGPU Display Connectors
[    5.637954] [drm] Connector 0:
[    5.637956] [drm]   eDP-1
[    5.637957] [drm]   HPD1
[    5.637959] [drm]   DDC: 0x4868 0x4868 0x4869 0x4869 0x486a 0x486a 0x486b 0x486b
[    5.637962] [drm]   Encoders:
[    5.637964] [drm]     LCD1: INTERNAL_UNIPHY
[    5.637965] [drm] Connector 1:
[    5.637967] [drm]   DP-1
[    5.637968] [drm]   HPD2
[    5.637970] [drm]   DDC: 0x486c 0x486c 0x486d 0x486d 0x486e 0x486e 0x486f 0x486f
[    5.637973] [drm]   Encoders:
[    5.637975] [drm]     DFP1: INTERNAL_UNIPHY
[    5.637976] [drm] Connector 2:
[    5.637978] [drm]   DP-2
[    5.637979] [drm]   HPD3
[    5.637981] [drm]   DDC: 0x4870 0x4870 0x4871 0x4871 0x4872 0x4872 0x4873 0x4873
[    5.637984] [drm]   Encoders:
[    5.637985] [drm]     DFP2: INTERNAL_UNIPHY1
[    5.637987] [drm] Connector 3:
[    5.637988] [drm]   DP-3
[    5.637990] [drm]   HPD4
[    5.637991] [drm]   DDC: 0x4874 0x4874 0x4875 0x4875 0x4876 0x4876 0x4877 0x4877
[    5.637994] [drm]   Encoders:
[    5.637996] [drm]     DFP3: INTERNAL_UNIPHY1
[    5.637997] [drm] Connector 4:
[    5.637999] [drm]   DP-4
[    5.638000] [drm]   HPD5
[    5.638002] [drm]   DDC: 0x4878 0x4878 0x4879 0x4879 0x487a 0x487a 0x487b 0x487b
[    5.638004] [drm]   Encoders:
[    5.638006] [drm]     DFP4: INTERNAL_UNIPHY2
[    5.642783] amdgpu 0000:01:00.0: fence driver on ring 0 use gpu addr 0x0000000100000008, cpu addr 0xffff99cd69e17008
[    5.642814] amdgpu 0000:01:00.0: fence driver on ring 1 use gpu addr 0x0000000100000018, cpu addr 0xffff99cd69e17018
[    5.642837] amdgpu 0000:01:00.0: fence driver on ring 2 use gpu addr 0x0000000100000028, cpu addr 0xffff99cd69e17028
[    5.642858] amdgpu 0000:01:00.0: fence driver on ring 3 use gpu addr 0x0000000100000038, cpu addr 0xffff99cd69e17038
[    5.642879] amdgpu 0000:01:00.0: fence driver on ring 4 use gpu addr 0x0000000100000048, cpu addr 0xffff99cd69e17048
[    5.642896] amdgpu 0000:01:00.0: fence driver on ring 5 use gpu addr 0x0000000100000058, cpu addr 0xffff99cd69e17058
[    5.642917] amdgpu 0000:01:00.0: fence driver on ring 6 use gpu addr 0x0000000100000068, cpu addr 0xffff99cd69e17068
[    5.642935] amdgpu 0000:01:00.0: fence driver on ring 7 use gpu addr 0x0000000100000078, cpu addr 0xffff99cd69e17078
[    5.642958] amdgpu 0000:01:00.0: fence driver on ring 8 use gpu addr 0x0000000100000088, cpu addr 0xffff99cd69e17088
[    5.645385] amdgpu 0000:01:00.0: fence driver on ring 9 use gpu addr 0x0000000100000098, cpu addr 0xffff99cd69e17098
[    5.645419] amdgpu 0000:01:00.0: fence driver on ring 10 use gpu addr 0x00000001000000a8, cpu addr 0xffff99cd69e170a8
[    5.647485] [drm] Found UVD firmware Version: 1.79 Family ID: 16
[    5.648282] amdgpu 0000:01:00.0: fence driver on ring 11 use gpu addr 0x0000000001030420, cpu addr 0xffffba93c225a420
[    5.649659] [drm] Found VCE firmware Version: 52.4 Binary ID: 3
[    5.649748] amdgpu 0000:01:00.0: fence driver on ring 12 use gpu addr 0x00000001000000c8, cpu addr 0xffff99cd69e170c8
[    5.649778] amdgpu 0000:01:00.0: fence driver on ring 13 use gpu addr 0x00000001000000d8, cpu addr 0xffff99cd69e170d8
[    5.650777] intel_rapl: Found RAPL domain package
[    5.650790] intel_rapl: Found RAPL domain core
[    5.650794] intel_rapl: Found RAPL domain uncore
[    5.650797] intel_rapl: Found RAPL domain dram
[    5.662486] r8152 6-1:1.0 enxa0cec804eb1d: renamed from eth0
[    5.694855] applesmc: key=858 fan=2 temp=46 index=45 acc=0 lux=0 kbd=0
[    5.766675] brcmfmac: brcmf_c_preinit_dcmds: Firmware version = wl0: Nov 10 2015 06:38:10 version 7.35.177.61 (r598657) FWID 01-ea662a8c
[    5.807573] [AVFS] Something is broken. See log!
[    5.823418] divide error: 0000 [#1] SMP
[    5.823421] Modules linked in: intel_rapl(E) x86_pkg_temp_thermal(E) coretemp(E) kvm_intel(E) i2c_designware_platform(E) i2c_designware_core(E) kvm(E) irqbypass(E) crct10dif_pclmul(E) crc32_pclmul(E) ghash_clmulni_intel(E) iTCO_wdt(E) iTCO_vendor_support(E) applesmc(E) nls_ascii(E) nls_cp437(E) input_polldev(E) amdkfd(E) efi_pstore(E+) aesni_intel(E) snd_hda_codec_generic(E) snd_hda_codec_hdmi(E) aes_x86_64(E) vfat(E) fat(E) amdgpu(E+) lrw(E) gf128mul(E) glue_helper(E) ablk_helper(E) brcmfmac(E) cryptd(E) snd_hda_intel(E) cdc_ether(E) ttm(E) brcmutil(E) snd_hda_codec(E) uvcvideo(E) pcspkr(E) drm_kms_helper(E) hci_uart(E) snd_hda_core(E) videobuf2_vmalloc(E) usbnet(E) btbcm(E) videobuf2_memops(E) cfg80211(E) snd_hwdep(E) btqca(E) snd_pcm(E) mmc_core(E) idma64(E) btintel(E) videobuf2_v4l2(E) virt_dma(E)
[    5.823448]  snd_timer(E) r8152(E) drm(E) videobuf2_core(E) mei_me(E) snd(E) videodev(E) intel_lpss_pci(E) bluetooth(E) mii(E) sg(E) intel_lpss(E) i2c_algo_bit(E) i2c_i801(E) joydev(E) evdev(E) efivars(E) mei(E) mfd_core(E) soundcore(E) media(E) sbs(E) i2c_smbus(E) rfkill(E) shpchp(E) sbshc(E) apple_gmux(E) battery(E) apple_bl(E) tpm_tis(E) ac(E) video(E) button(E) tpm_tis_core(E) tpm(E) parport_pc(E) ppdev(E) lp(E) parport(E) efivarfs(E) ip_tables(E) x_tables(E) autofs4(E) ext4(E) crc16(E) jbd2(E) fscrypto(E) mbcache(E) hid_generic(E) usbhid(E) hid(E) sd_mod(E) uas(E) usb_storage(E) scsi_mod(E) crc32c_intel(E) nvme(E) nvme_core(E) xhci_pci(E) xhci_hcd(E) usbcore(E) fjes(E)
[    5.823475] CPU: 0 PID: 309 Comm: systemd-udevd Tainted: G            E   4.9.0-rc6 #1
[    5.823478] Hardware name: Apple Inc. MacBookPro13,3/Mac-A5C67F76ED83108C, BIOS MBP133.88Z.0226.B00.1610231055 10/23/2016
[    5.823481] task: ffff99cd66c25040 task.stack: ffffba93c3d8c000
[    5.823483] RIP: 0010:[<ffffffffc0bbf4db>]  [<ffffffffc0bbf4db>] polaris10_thermal_setup_fan_table+0xeb/0x280 [amdgpu]
[    5.823510] RSP: 0018:ffffba93c3d8f618  EFLAGS: 00010206
[    5.823512] RAX: 0000000000000000 RBX: ffff99cd689a9000 RCX: 0000000000000000
[    5.823514] RDX: 0000000000000000 RSI: 0000000000000000 RDI: 0000000000000000
[    5.823515] RBP: 0000000000000087 R08: 0000000000000000 R09: 0000000000000000
[    5.823517] R10: 0000000000000000 R11: 0000000000000000 R12: ffff99cd6b30f000
[    5.823519] R13: 0000000051eb851f R14: 0000000000000000 R15: ffff99cd6ad9cda0
[    5.823521] FS:  00007f60d00a78c0(0000) GS:ffff99cd7ec00000(0000) knlGS:0000000000000000
[    5.823524] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[    5.823526] CR2: 0000558040ae0180 CR3: 000000046af56000 CR4: 00000000003406f0
[    5.823528] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[    5.823529] DR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400
[    5.823531] Stack:
[    5.823533]  000000006ad9c400 0000000000000000 0000000000000000 0000000000000000
[    5.823537]  0000000000000000 00000000a0afe9bf 0000000000000000 ffff99cd689a9000
[    5.823540]  ffffba93c3d8f6b0 0000000000000000 ffffffffc0bcabb2 ffff99cd689a92a8
[    5.823543] Call Trace:
[    5.823563]  [<ffffffffc0bcabb2>] ? phm_dispatch_table+0xa2/0x100 [amdgpu]
[    5.823581]  [<ffffffffc0bdb149>] ? pem_task_initialize_thermal_controller+0x49/0x70 [amdgpu]
[    5.823599]  [<ffffffffc0bdaa6d>] ? pem_excute_event_chain+0x5d/0xb0 [amdgpu]
[    5.823615]  [<ffffffffc0bda52c>] ? pem_init+0x4c/0x80 [amdgpu]
[    5.823632]  [<ffffffffc0bdb8ff>] ? pp_hw_init+0x6f/0xb0 [amdgpu]
[    5.823646]  [<ffffffffc0b39e68>] ? amdgpu_device_init+0xc18/0x1390 [amdgpu]
[    5.823659]  [<ffffffffc0b3c6f8>] ? amdgpu_driver_load_kms+0x58/0x1f0 [amdgpu]
[    5.823669]  [<ffffffffc078ef3c>] ? drm_dev_register+0x9c/0xc0 [drm]
[    5.823676]  [<ffffffffc0790ea5>] ? drm_get_pci_dev+0x95/0x1b0 [drm]
[    5.823679]  [<ffffffff93f7d8ef>] ? local_pci_probe+0x3f/0x90
[    5.823682]  [<ffffffff93f7eccc>] ? pci_device_probe+0x10c/0x160
[    5.823685]  [<ffffffff9406fb5a>] ? driver_probe_device+0x21a/0x420
[    5.823687]  [<ffffffff9406fe3a>] ? __driver_attach+0xda/0xe0
[    5.823690]  [<ffffffff9406fd60>] ? driver_probe_device+0x420/0x420
[    5.823692]  [<ffffffff9406d6e7>] ? bus_for_each_dev+0x67/0xb0
[    5.823695]  [<ffffffff9406ed9a>] ? bus_add_driver+0x16a/0x260
[    5.823697]  [<ffffffffc0c77000>] ? 0xffffffffc0c77000
[    5.823699]  [<ffffffff940706d7>] ? driver_register+0x57/0xc0
[    5.823701]  [<ffffffffc0c77000>] ? 0xffffffffc0c77000
[    5.823703]  [<ffffffff93c0218b>] ? do_one_initcall+0x4b/0x180
[    5.823706]  [<ffffffff93dca34d>] ? __vunmap+0x6d/0xc0
[    5.823709]  [<ffffffff93d80e7c>] ? do_init_module+0x5b/0x1ed
[    5.823712]  [<ffffffff93d066a6>] ? load_module+0x2506/0x2a10
[    5.823714]  [<ffffffff93d02f00>] ? __symbol_put+0x60/0x60
[    5.823717]  [<ffffffff93d06df6>] ? SYSC_finit_module+0xc6/0xf0
[    5.823719]  [<ffffffff93c03af7>] ? do_syscall_64+0x57/0xc0
[    5.823722]  [<ffffffff941fc62f>] ? entry_SYSCALL64_slow_path+0x25/0x25
[    5.823724] Code: fc 02 00 00 41 bd 1f 85 eb 51 44 0f b7 8b f8 02 00 00 44 0f b7 93 fe 02 00 00 29 c8 c1 e0 04 44 29 c6 0f af c5 44 89 d7 0f af fd <f7> f6 83 c0 32 41 f7 e5 89 d6 41 8d 51 32 c1 ee 05 89 d0 66 c1 
[    5.823744] RIP  [<ffffffffc0bbf4db>] polaris10_thermal_setup_fan_table+0xeb/0x280 [amdgpu]
[    5.823764]  RSP <ffffba93c3d8f618>
[    5.823766] ---[ end trace 15e3e24b7c505b67 ]---
[    5.835189] pstore: Registered efi as persistent store backend
[    5.843492] brcmfmac: brcmf_cfg80211_reg_notifier: not a ISO3166 code (0x30 0x30)
[    5.850302] brcmfmac 0000:03:00.0 wlp3s0: renamed from wlan0
[    6.256270] IPv6: ADDRCONF(NETDEV_UP): enxa0cec804eb1d: link is not ready
[    6.285588] IPv6: ADDRCONF(NETDEV_UP): enxa0cec804eb1d: link is not ready
[    6.288434] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
[    9.030048] IPv6: ADDRCONF(NETDEV_CHANGE): enxa0cec804eb1d: link becomes ready

[-- Attachment #3: dmesg_gpuamd3.txt --]
[-- Type: text/plain, Size: 2992 bytes --]

[    6.183774] [AVFS] Something is broken. See log!
[    6.192271] brcmfmac 0000:03:00.0 wlp3s0: renamed from wlan0
[    6.202761] [drm] ring test on 0 succeeded in 9 usecs
[    6.203050] [drm] ring test on 1 succeeded in 21 usecs
[    6.203095] [drm] ring test on 2 succeeded in 16 usecs
[    6.203108] [drm] ring test on 3 succeeded in 4 usecs
[    6.203116] [drm] ring test on 4 succeeded in 2 usecs
[    6.203125] [drm] ring test on 5 succeeded in 2 usecs
[    6.203133] [drm] ring test on 6 succeeded in 2 usecs
[    6.203141] [drm] ring test on 7 succeeded in 1 usecs
[    6.203151] [drm] ring test on 8 succeeded in 3 usecs
[    6.203235] [drm] ring test on 9 succeeded in 7 usecs
[    6.203244] [drm] ring test on 10 succeeded in 7 usecs
[    6.229592] [drm] ring test on 11 succeeded in 1 usecs
[    6.229594] [drm] UVD initialized successfully.
[    6.271397] pstore: Registered efi as persistent store backend
[    6.328891] [drm] ring test on 12 succeeded in 14 usecs
[    6.328921] [drm] ring test on 13 succeeded in 10 usecs
[    6.328923] [drm] VCE initialized successfully.
[    6.488272] [drm] fb mappable at 0xB123A000
[    6.488276] [drm] vram apper at 0xB0000000
[    6.488279] [drm] size 20738048
[    6.488281] [drm] fb depth is 24
[    6.488282] [drm]    pitch is 11520
[    6.488336] fbcon: amdgpudrmfb (fb0) is primary device
[    6.891695] Console: switching to colour frame buffer device 360x112
[    6.904833] amdgpu 0000:01:00.0: fb0: amdgpudrmfb frame buffer device
[    6.928069] [drm] ib test on ring 0 succeeded
[    6.928164] [drm] ib test on ring 1 succeeded
[    6.928194] [drm] ib test on ring 2 succeeded
[    6.928231] [drm] ib test on ring 3 succeeded
[    6.928253] [drm] ib test on ring 4 succeeded
[    6.928273] [drm] ib test on ring 5 succeeded
[    6.928293] [drm] ib test on ring 6 succeeded
[    6.928313] [drm] ib test on ring 7 succeeded
[    6.928332] [drm] ib test on ring 8 succeeded
[    6.928349] [drm] ib test on ring 9 succeeded
[    6.928362] [drm] ib test on ring 10 succeeded
[    6.929057] [drm] ib test on ring 11 succeeded
[    6.929579] [drm] ib test on ring 12 succeeded
[    6.930757] [drm] Initialized amdgpu 3.8.0 20150101 for 0000:01:00.0 on minor 0
[    7.078661] IPv6: ADDRCONF(NETDEV_UP): enxa0cec804eb1d: link is not ready
[    7.106198] IPv6: ADDRCONF(NETDEV_UP): enxa0cec804eb1d: link is not ready
[    7.109013] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
[    9.313314] IPv6: ADDRCONF(NETDEV_CHANGE): enxa0cec804eb1d: link becomes ready
[  273.877708] 
                failed to send message 5e ret is 0 
[  286.343630] 
                failed to send message 5e ret is 0 
[  906.960345] amdgpu 0000:01:00.0: GPU fault detected: 146 0x04121014
[  906.960348] amdgpu 0000:01:00.0:   VM_CONTEXT1_PROTECTION_FAULT_ADDR   0x0010CE82
[  906.960349] amdgpu 0000:01:00.0:   VM_CONTEXT1_PROTECTION_FAULT_STATUS 0x0D010014
[  906.960350] VM fault (0x14, vmid 6) at page 1101442, write from 'CB3' (0x43423300) (16)


[-- Attachment #4: Type: text/plain, Size: 154 bytes --]

_______________________________________________
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: amdgpu support for Polaris11, Radeon Pro 400 series graphics
       [not found] ` <CALTeituzRvVW6CNeQJJEHg8_yicB0Jq3EXN3EkD0iauKdaMNmg-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
@ 2016-11-26  0:02   ` StDenis, Tom
       [not found]     ` <CY4PR12MB176823BA821AF6B716F97566F7880-rpdhrqHFk06yjjPBNVDk/QdYzm3356FpvxpqHgZTriW3zl9H0oFU5g@public.gmane.org>
  0 siblings, 1 reply; 5+ messages in thread
From: StDenis, Tom @ 2016-11-26  0:02 UTC (permalink / raw)
  To: Bernhard Froemel, amd-gfx-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW


[-- Attachment #1.1: Type: text/plain, Size: 3942 bytes --]

if PP is being sketchy can you force the performance to low (e.g. manual) instead of auto and see if keeping at lower clocks helps keep it stable?


Just an idea to try.


Tom


________________________________
From: amd-gfx <amd-gfx-bounces-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org> on behalf of Bernhard Froemel <bfroemel-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Sent: Friday, November 25, 2016 11:15
To: amd-gfx-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org
Subject: amdgpu support for Polaris11, Radeon Pro 400 series graphics

Hi everyone,

I'd very much appreciate any help to get the open source amdgpu driver working
for the Radeon Pro 460 [1] found in the recently released
Apple MacBook Pro, Late 2016, 15" (model: MacBookPro13,3).
Note that the Radeon Pro is part of a hybrid graphics setup, paired with an
Intel HD Graphics 530 and an Apple GMUX device. By default/after a system reboot
the GMUX connect the AMD GPU to the available displays. Consequently, the
hybrid setup should not cause any additional issues. For example, the Intel GPU
seems to be not powered, because it is not even enumerated.

lspci tells me:
> 01:00.0 VGA compatible controller: Advanced Micro Devices,
> Inc. [AMD/ATI] Baffin [Radeon RX 460] (rev c0) (prog-if 00 [VGA controller])
> Subsystem: Apple Inc. Baffin [Radeon RX 460]

The amdgpu driver in linux-4.9-rc6 (+ polaris11 firmware from
the firmware-amd-graphics Debian package) detects the card, but the system
crashes in the later stages of probing/initializing the driver (see attached
dmesg_gpuamd2.txt).

Indeed it seems that there is a divison by zero encountered in:
drivers/gpu/drm/amd/powerplay/smumgr/polaris10_smc.c:1918

> t_diff1 = hwmgr->thermal_controller.advanceFanControlParameters.usTMed -
> hwmgr->thermal_controller.advanceFanControlParameters.usTMin;
> t_diff2 = hwmgr->thermal_controller.advanceFanControlParameters.usTHigh -
> hwmgr->thermal_controller.advanceFanControlParameters.usTMed;
.
.
> slope1 = (uint16_t)((50 + ((16 * duty100 * pwm_diff1) / t_diff1)) / 100);
> slope2 = (uint16_t)((50 + ((16 * duty100 * pwm_diff2) / t_diff2)) / 100);

t_diff1 and t_diff2 are zero; probably because active cooling by fans
is realized
quite differently in this embedded/laptop version of the graphics card.

When commenting this simply out, the driver loads and I can run an X
server .. for a while; even glxgears as well as glxinfo seem to run fine.
However after some time or possibly after certain actions (e.g., on one occasion
when I set a terminal window to full-screen) the screen blanks out and the
system becomes sometimes completely unresponsive.

On one of  the more partial system crashes I could still read dmesg
(see attached
dmesg_gpuamd3.txt also detailing the log messages before):
> [  273.877708]
>                 failed to send message 5e ret is 0
> [  286.343630]
>                 failed to send message 5e ret is 0
> [  906.960345] amdgpu 0000:01:00.0: GPU fault detected: 146 0x04121014
> [  906.960348] amdgpu 0000:01:00.0:
> VM_CONTEXT1_PROTECTION_FAULT_ADDR   0x0010CE82
> [  906.960349] amdgpu 0000:01:00.0:
> VM_CONTEXT1_PROTECTION_FAULT_STATUS 0x0D010014
> [  906.960350] VM fault (0x14, vmid 6) at page 1101442, write from
>  'CB3' (0x43423300) (16)

Again, any help/advice/pointers highly appreciated!

Greetings,
  Bernhard

[1] http://www.amd.com/en-us/press-releases/Pages/radeon-pro-400-2016oct27.aspx
[http://www.amd.com/Style%20Library/Images/logo.png]<http://www.amd.com/en-us/press-releases/Pages/radeon-pro-400-2016oct27.aspx>

Radeon Pro 400 Series Graphics: AMD's Most Powerful ...<http://www.amd.com/en-us/press-releases/Pages/radeon-pro-400-2016oct27.aspx>
www.amd.com
Today AMD (NASDAQ: AMD) unveiled a new family of power-efficient graphics processors, Radeon(tm) Pro 400 Series Graphics. Available first in the all-new 15-inch ...




[-- Attachment #1.2: Type: text/html, Size: 7997 bytes --]

[-- Attachment #2: Type: text/plain, Size: 154 bytes --]

_______________________________________________
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: amdgpu support for Polaris11, Radeon Pro 400 series graphics
       [not found]     ` <CY4PR12MB176823BA821AF6B716F97566F7880-rpdhrqHFk06yjjPBNVDk/QdYzm3356FpvxpqHgZTriW3zl9H0oFU5g@public.gmane.org>
@ 2016-11-26 13:27       ` Bernhard Froemel
       [not found]         ` <CALTeittqYK=QsY61DrkD22uq8d8CR=5P4B7hNAF5gbp=YSOnvg-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
  0 siblings, 1 reply; 5+ messages in thread
From: Bernhard Froemel @ 2016-11-26 13:27 UTC (permalink / raw)
  To: StDenis, Tom; +Cc: amd-gfx-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW


[-- Attachment #1.1: Type: text/plain, Size: 6577 bytes --]

Thanks Tom! I've tried the following:
*) set /sys/class/drm/card0/device/power_dpm_force_performance_level to low
(default: auto)
> cat /sys/kernel/debug/dri/0/amdgpu_pm_info
> GFX Clocks and Power:
> 300 MHz (MCLK)
> 214 MHz (SCLK)
>
> GPU Temperature: 46 C
> GPU Load: 100 %
>
> UVD: Disabled
>
> VCE: Disabled
--> no difference in behavior

*) set /sys/class/drm/card0/device/power_dpm_state to battery (default:
performance)
--> screen flicker when X starts, but nothing displayed or reported to
dmesg. Trying to quit/kill X crashes the system.


After some more testing, I think its not a stability issue in the sense
that the system crashes after some time after X has started. For example,
running glxgears works fine (no crash for at least 15 minutes),
but resizing/moving any X windows (using just the xfce4 WM and a terminal
window) results always in crashing (but not immediately, need to grab the
window and make it a couple of times large/small or move it around a few
times).

Do you think it would be worth trying to test older/stable amdgpu releases
on earlier kernel versions? and/or different POLARIS11 firmware versions?

Here some more random observations/issues:

*) After a partial crash where I can still interact with the system (over
ssh), but no debug/error messages reported in dmesg:
> # cat amdgpu_pm_info
> GFX Clocks and Power:
> 0 MHz (MCLK)
> 0 MHz (SCLK)
>
> GPU Temperature: 511 C
> GPU Load: 0 %
>
> UVD: Disabled
>
> VCE: Disabled


*) Changing resolution resulted once in a blank screen and the following
reported in dmesg:
> [  615.748723] [drm:atom_op_jump [amdgpu]] *ERROR* atombios stuck in loop
for more than 5secs aborting
> [  615.748751] [drm:amdgpu_atom_execute_table_locked [amdgpu]] *ERROR*
atombios stuck executing D89C (len 869, WS 0, PS 0) @ 0xDA2C
> [  615.748759] [drm:amdgpu_atom_execute_table_locked [amdgpu]] *ERROR*
atombios stuck executing D756 (len 326, WS 0, PS 0) @ 0xD846
> [  620.820778] [drm:atom_op_jump [amdgpu]] *ERROR* atombios stuck in loop
for more than 5secs aborting
> [  620.820789] [drm:amdgpu_atom_execute_table_locked [amdgpu]] *ERROR*
atombios stuck executing B406 (len 1227, WS 8, PS 8) @ 0xB7F3
> [  620.820797] [drm:amdgpu_atom_execute_table_locked [amdgpu]] *ERROR*
atombios stuck executing D756 (len 326, WS 0, PS 0) @ 0xD7C9
> [  620.855226] [drm:amdgpu_atombios_dp_link_train [amdgpu]] *ERROR*
channel eq failed: 5 tries
> [  620.855236] [drm:amdgpu_atombios_dp_link_train [amdgpu]] *ERROR*
channel eq failed
> [  625.868714] [drm:atom_op_jump [amdgpu]] *ERROR* atombios stuck in loop
for more than 5secs aborting
> [  625.868723] [drm:amdgpu_atom_execute_table_locked [amdgpu]] *ERROR*
atombios stuck executing B406 (len 1227, WS 8, PS 8) @ 0xB7F3
> [  625.868732] [drm:amdgpu_atom_execute_table_locked [amdgpu]] *ERROR*
atombios stuck executing D756 (len 326, WS 0, PS 0) @ 0xD7C9
> [  625.904885] [drm:amdgpu_atombios_dp_link_train [amdgpu]] *ERROR*
channel eq failed: 5 tries
> [  625.904897] [drm:amdgpu_atombios_dp_link_train [amdgpu]] *ERROR*
channel eq failed
After a reboot the changed resolution is used in X without problems.

*) Encountered one crash where the card did not recover after rebooting,
i.e., the display worked during booting as normal, but loading the driver
failed (see also attached dmesg):
> [    6.000280] [AVFS] Something is broken. See log!
> [    6.019383] [drm] ring test on 0 succeeded in 9 usecs
> [    6.221898] pstore: Registered efi as persistent store backend
> [    6.264161] [drm:gfx_v8_0_ring_test_ring [amdgpu]] *ERROR* amdgpu:
ring 1 test failed (scratch(0xC040)=0xCAFEDEAD)
> [    6.458520] [drm:gfx_v8_0_ring_test_ring [amdgpu]] *ERROR* amdgpu:
ring 2 test failed (scratch(0xC040)=0xCAFEDEAD)
> [    6.652974] [drm:gfx_v8_0_ring_test_ring [amdgpu]] *ERROR* amdgpu:
ring 3 test failed (scratch(0xC040)=0xCAFEDEAD)
> [    6.847435] [drm:gfx_v8_0_ring_test_ring [amdgpu]] *ERROR* amdgpu:
ring 4 test failed (scratch(0xC040)=0xCAFEDEAD)
> [    7.041777] [drm:gfx_v8_0_ring_test_ring [amdgpu]] *ERROR* amdgpu:
ring 5 test failed (scratch(0xC040)=0xCAFEDEAD)
> [    7.236305] [drm:gfx_v8_0_ring_test_ring [amdgpu]] *ERROR* amdgpu:
ring 6 test failed (scratch(0xC040)=0xCAFEDEAD)
> [    7.430672] [drm:gfx_v8_0_ring_test_ring [amdgpu]] *ERROR* amdgpu:
ring 7 test failed (scratch(0xC040)=0xCAFEDEAD)
> [    7.625041] [drm:gfx_v8_0_ring_test_ring [amdgpu]] *ERROR* amdgpu:
ring 8 test failed (scratch(0xC040)=0xCAFEDEAD)
> [    7.731919] [drm:sdma_v3_0_ring_test_ring [amdgpu]] *ERROR* amdgpu:
ring 9 test failed (0xCAFEDEAD)
> [    7.731936] [drm:amdgpu_device_init [amdgpu]] *ERROR* hw_init of IP
block <sdma_v3_0> failed -22
> [    7.731940] amdgpu 0000:01:00.0: amdgpu_init failed

Only after booting OSX and then rebooting into Linux allowed to load the
driver again. Did not try to completely power-off the system (might have
recovered it as well).


Just some further information:

*) glxinfo
> display: :0  screen: 0
> direct rendering: Yes
> server glx vendor string: SGI
> server glx version string: 1.4
> [..]
> client glx vendor string: Mesa Project and SGI
> client glx version string: 1.4
> Extended renderer info (GLX_MESA_query_renderer):
>     Vendor: X.Org (0x1002)
>     Device: AMD POLARIS11 (DRM 3.8.0 / 4.9.0-rc6, LLVM 3.8.1) (0x67ef)
>     Version: 12.0.4
>     Accelerated: yes
>     Video memory: 4036MB
>     Unified memory: no
>     Preferred profile: core (0x1)
>     Max core profile version: 4.1
>     Max compat profile version: 3.0
>     Max GLES1 profile version: 1.1
>     Max GLES[23] profile version: 3.0
> [..]

*) amdgpu_firmware_info
> VCE feature version: 0, firmware version: 0x34040300
> UVD feature version: 0, firmware version: 0x014f1000
> MC feature version: 0, firmware version: 0x00000000
> ME feature version: 38, firmware version: 0x00000096
> PFP feature version: 38, firmware version: 0x000000e0
> CE feature version: 37, firmware version: 0x00000080
> RLC feature version: 1, firmware version: 0x00000037
> MEC feature version: 38, firmware version: 0x000002a9
> MEC2 feature version: 38, firmware version: 0x000002a9
> SMC feature version: 0, firmware version: 0x013353e6
> SDMA0 feature version: 31, firmware version: 0x00000036
> SDMA1 feature version: 0, firmware version: 0x00000036


Greetings,
  Bernhard

On Sat, Nov 26, 2016 at 1:02 AM, StDenis, Tom <Tom.StDenis-5C7GfCeVMHo@public.gmane.org> wrote:

> if PP is being sketchy can you force the performance to low (e.g. manual)
> instead of auto and see if keeping at lower clocks helps keep it stable?
>
>
> Just an idea to try.
>
>
> Tom
>

[-- Attachment #1.2: Type: text/html, Size: 9015 bytes --]

[-- Attachment #2: dmesg_ringtestfail.txt --]
[-- Type: text/plain, Size: 94252 bytes --]

[    0.000000] Linux version 4.9.0-rc6 (root@icealia) (gcc version 6.2.0 20161109 (Debian 6.2.0-13) ) #1 SMP Thu Nov 24 07:13:26 CET 2016
[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.9.0-rc6 root=UUID=dd2732e7-5e5e-42ea-ba1c-9799aa5617fe ro intremap=nosid
[    0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
[    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.000000] x86/fpu: xstate_offset[3]:  832, xstate_sizes[3]:   64
[    0.000000] x86/fpu: xstate_offset[4]:  896, xstate_sizes[4]:   64
[    0.000000] x86/fpu: Enabled xstate features 0x1f, context size is 960 bytes, using 'compacted' format.
[    0.000000] x86/fpu: Using 'eager' FPU context switches.
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x0000000000057fff] usable
[    0.000000] BIOS-e820: [mem 0x0000000000058000-0x0000000000058fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000059000-0x000000000009dfff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009e000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000074034fff] usable
[    0.000000] BIOS-e820: [mem 0x0000000074035000-0x0000000074386fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000074387000-0x0000000074e17fff] usable
[    0.000000] BIOS-e820: [mem 0x0000000074e18000-0x0000000074e18fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x0000000074e19000-0x0000000074e62fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000074e63000-0x000000007507dfff] usable
[    0.000000] BIOS-e820: [mem 0x000000007507e000-0x000000007507efff] reserved
[    0.000000] BIOS-e820: [mem 0x000000007507f000-0x000000007ac7efff] usable
[    0.000000] BIOS-e820: [mem 0x000000007ac7f000-0x000000007aceefff] type 20
[    0.000000] BIOS-e820: [mem 0x000000007acef000-0x000000007af4efff] reserved
[    0.000000] BIOS-e820: [mem 0x000000007af4f000-0x000000007af9efff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000007af9f000-0x000000007affefff] ACPI data
[    0.000000] BIOS-e820: [mem 0x000000007afff000-0x000000007affffff] usable
[    0.000000] BIOS-e820: [mem 0x000000007b000000-0x000000007fffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000e00fa000-0x00000000e00fafff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000e00fd000-0x00000000e00fdfff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff939000-0x00000000ff968fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000047effffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] efi: EFI v2.40 by Apple
[    0.000000] efi:  ACPI=0x7affe000  ACPI 2.0=0x7affe014  SMBIOS=0x7aeff000  SMBIOS 3.0=0x7aefd000 
[    0.000000] SMBIOS 3.0.0 present.
[    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] e820: last_pfn = 0x47f000 max_arch_pfn = 0x400000000
[    0.000000] MTRR default type: write-back
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-BFFFF uncachable
[    0.000000]   C0000-DFFFF write-protect
[    0.000000]   E0000-FFFFF uncachable
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 0080000000 mask 7F80000000 uncachable
[    0.000000]   1 base 007C000000 mask 7FFC000000 uncachable
[    0.000000]   2 base 007B000000 mask 7FFF000000 uncachable
[    0.000000]   3 base 4000000000 mask 4000000000 uncachable
[    0.000000]   4 disabled
[    0.000000]   5 disabled
[    0.000000]   6 disabled
[    0.000000]   7 disabled
[    0.000000]   8 disabled
[    0.000000]   9 disabled
[    0.000000] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WC  UC- WT  
[    0.000000] e820: last_pfn = 0x7b000 max_arch_pfn = 0x400000000
[    0.000000] Base memory trampoline at [ffff8cb580098000] 98000 size 24576
[    0.000000] Using GB pages for direct mapping
[    0.000000] BRK [0x158f55000, 0x158f55fff] PGTABLE
[    0.000000] BRK [0x158f56000, 0x158f56fff] PGTABLE
[    0.000000] BRK [0x158f57000, 0x158f57fff] PGTABLE
[    0.000000] BRK [0x158f58000, 0x158f58fff] PGTABLE
[    0.000000] BRK [0x158f59000, 0x158f59fff] PGTABLE
[    0.000000] BRK [0x158f5a000, 0x158f5afff] PGTABLE
[    0.000000] BRK [0x158f5b000, 0x158f5bfff] PGTABLE
[    0.000000] BRK [0x158f5c000, 0x158f5cfff] PGTABLE
[    0.000000] BRK [0x158f5d000, 0x158f5dfff] PGTABLE
[    0.000000] BRK [0x158f5e000, 0x158f5efff] PGTABLE
[    0.000000] BRK [0x158f5f000, 0x158f5ffff] PGTABLE
[    0.000000] BRK [0x158f60000, 0x158f60fff] PGTABLE
[    0.000000] RAMDISK: [mem 0x35c53000-0x36e20fff]
[    0.000000] ACPI: Early table checksum verification disabled
[    0.000000] ACPI: RSDP 0x000000007AFFE014 000024 (v02 APPLE )
[    0.000000] ACPI: XSDT 0x000000007AFC2188 0000D4 (v01 APPLE  Apple00  00000000      01000013)
[    0.000000] ACPI: FACP 0x000000007AFF8000 0000F4 (v05 APPLE  Apple00  00000000 Loki 0000005F)
[    0.000000] ACPI: DSDT 0x000000007AFEB000 00868E (v02 APPLE  MacBookP 00150001 INTL 20140424)
[    0.000000] ACPI: FACS 0x000000007AF9B000 000040
[    0.000000] ACPI: UEFI 0x000000007AF9D000 000042 (v01 INTEL  EDK2     00000002      01000013)
[    0.000000] ACPI: ECDT 0x000000007AFFA000 000053 (v01 APPLE  Apple00  00000001 Loki 0000005F)
[    0.000000] ACPI: HPET 0x000000007AFF7000 000038 (v01 APPLE  Apple00  00000001 Loki 0000005F)
[    0.000000] ACPI: APIC 0x000000007AFF6000 0000BC (v02 APPLE  Apple00  00000001 Loki 0000005F)
[    0.000000] ACPI: MCFG 0x000000007AFF5000 00003C (v01 APPLE  Apple00  00000001 Loki 0000005F)
[    0.000000] ACPI: SBST 0x000000007AFF4000 000030 (v01 APPLE  Apple00  00000001 Loki 0000005F)
[    0.000000] ACPI: SSDT 0x000000007AFEA000 000024 (v01 APPLE  SmcDppt  00001000 INTL 20140424)
[    0.000000] ACPI: SSDT 0x000000007AFE9000 0007FD (v02 APPLE  PEG0GFX0 00001000 INTL 20140424)
[    0.000000] ACPI: SSDT 0x000000007AFE8000 000024 (v01 APPLE  PEG0SSD0 00001000 INTL 20140424)
[    0.000000] ACPI: SSDT 0x000000007AFE5000 000031 (v01 APPLE  SsdtS3   00001000 INTL 20140424)
[    0.000000] ACPI: SSDT 0x000000007AFE4000 0000DD (v01 APPLE  SataAhci 00001000 INTL 20140424)
[    0.000000] ACPI: SSDT 0x000000007AFE3000 0000B8 (v01 APPLE  Sdxc     00001000 INTL 20140424)
[    0.000000] ACPI: SSDT 0x000000007AFCA000 00B2DB (v02 APPLE  TbtPEG12 00001000 INTL 20140424)
[    0.000000] ACPI: SSDT 0x000000007AFC9000 000BF4 (v02 APPLE  Xhci     00001000 INTL 20140424)
[    0.000000] ACPI: SSDT 0x000000007AFC8000 000612 (v02 PmRef  Cpu0Ist  00003000 INTL 20140424)
[    0.000000] ACPI: SSDT 0x000000007AFC7000 0005AA (v02 PmRef  ApIst    00003000 INTL 20140424)
[    0.000000] ACPI: SSDT 0x000000007AFC6000 000295 (v02 PmRef  Cpu0Cst  00003001 INTL 20140424)
[    0.000000] ACPI: SSDT 0x000000007AFC5000 000119 (v02 PmRef  ApCst    00003000 INTL 20140424)
[    0.000000] ACPI: SSDT 0x000000007AFC4000 000EEF (v02 CpuRef CpuSsdt  00003000 INTL 20140424)
[    0.000000] ACPI: DMAR 0x000000007AFC3000 000160 (v01 APPLE  SKL      00000001 INTL 00000001)
[    0.000000] ACPI: VFCT 0x000000007AFB3000 00E884 (v01 APPLE  Apple00  00000001 AMD  31504F47)
[    0.000000] ACPI: DMI detected to setup _OSI("Darwin"): Apple hardware
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at [mem 0x0000000000000000-0x000000047effffff]
[    0.000000] NODE_DATA(0) allocated [mem 0x47effb000-0x47effffff]
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.000000]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.000000]   Normal   [mem 0x0000000100000000-0x000000047effffff]
[    0.000000]   Device   empty
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000001000-0x0000000000057fff]
[    0.000000]   node   0: [mem 0x0000000000059000-0x000000000009dfff]
[    0.000000]   node   0: [mem 0x0000000000100000-0x0000000074034fff]
[    0.000000]   node   0: [mem 0x0000000074387000-0x0000000074e17fff]
[    0.000000]   node   0: [mem 0x0000000074e63000-0x000000007507dfff]
[    0.000000]   node   0: [mem 0x000000007507f000-0x000000007ac7efff]
[    0.000000]   node   0: [mem 0x000000007afff000-0x000000007affffff]
[    0.000000]   node   0: [mem 0x0000000100000000-0x000000047effffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000047effffff]
[    0.000000] On node 0 totalpages: 4167806
[    0.000000]   DMA zone: 64 pages used for memmap
[    0.000000]   DMA zone: 23 pages reserved
[    0.000000]   DMA zone: 3996 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 7780 pages used for memmap
[    0.000000]   DMA32 zone: 497890 pages, LIFO batch:31
[    0.000000]   Normal zone: 57280 pages used for memmap
[    0.000000]   Normal zone: 3665920 pages, LIFO batch:31
[    0.000000] ACPI: PM-Timer IO Port: 0x1808
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
[    0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.000000] ACPI: IRQ0 used by override.
[    0.000000] ACPI: IRQ9 used by override.
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.000000] smpboot: Allowing 8 CPUs, 0 hotplug CPUs
[    0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.000000] PM: Registered nosave memory: [mem 0x00058000-0x00058fff]
[    0.000000] PM: Registered nosave memory: [mem 0x0009e000-0x000fffff]
[    0.000000] PM: Registered nosave memory: [mem 0x74035000-0x74386fff]
[    0.000000] PM: Registered nosave memory: [mem 0x74e18000-0x74e18fff]
[    0.000000] PM: Registered nosave memory: [mem 0x74e19000-0x74e62fff]
[    0.000000] PM: Registered nosave memory: [mem 0x7507e000-0x7507efff]
[    0.000000] PM: Registered nosave memory: [mem 0x7ac7f000-0x7aceefff]
[    0.000000] PM: Registered nosave memory: [mem 0x7acef000-0x7af4efff]
[    0.000000] PM: Registered nosave memory: [mem 0x7af4f000-0x7af9efff]
[    0.000000] PM: Registered nosave memory: [mem 0x7af9f000-0x7affefff]
[    0.000000] PM: Registered nosave memory: [mem 0x7b000000-0x7fffffff]
[    0.000000] PM: Registered nosave memory: [mem 0x80000000-0xe00f9fff]
[    0.000000] PM: Registered nosave memory: [mem 0xe00fa000-0xe00fafff]
[    0.000000] PM: Registered nosave memory: [mem 0xe00fb000-0xe00fcfff]
[    0.000000] PM: Registered nosave memory: [mem 0xe00fd000-0xe00fdfff]
[    0.000000] PM: Registered nosave memory: [mem 0xe00fe000-0xfdffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfe000000-0xfe010fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfe011000-0xff938fff]
[    0.000000] PM: Registered nosave memory: [mem 0xff939000-0xff968fff]
[    0.000000] PM: Registered nosave memory: [mem 0xff969000-0xffffffff]
[    0.000000] e820: [mem 0x80000000-0xe00f9fff] available for PCI devices
[    0.000000] Booting paravirtualized kernel on bare hardware
[    0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[    0.000000] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:8 nr_node_ids:1
[    0.000000] percpu: Embedded 35 pages/cpu @ffff8cb9fec00000 s103640 r8192 d31528 u262144
[    0.000000] pcpu-alloc: s103640 r8192 d31528 u262144 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 0 1 2 3 4 5 6 7 
[    0.000000] Built 1 zonelists in Node order, mobility grouping on.  Total pages: 4102659
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.9.0-rc6 root=UUID=dd2732e7-5e5e-42ea-ba1c-9799aa5617fe ro intremap=nosid
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] Calgary: detecting Calgary via BIOS EBDA area
[    0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[    0.000000] Memory: 16132504K/16671224K available (6148K kernel code, 1180K rwdata, 2828K rodata, 1396K init, 796K bss, 538720K reserved, 0K cma-reserved)
[    0.000000] Hierarchical RCU implementation.
[    0.000000] 	Build-time adjustment of leaf fanout to 64.
[    0.000000] 	RCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=8.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=8
[    0.000000] NR_IRQS:33024 nr_irqs:488 16
[    0.000000] Console: colour dummy device 80x25
[    0.000000] console [tty0] enabled
[    0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635855245 ns
[    0.000000] hpet clockevent registered
[    0.000000] tsc: Detected 2900.000 MHz processor
[    0.000016] Calibrating delay loop (skipped), value calculated using timer frequency.. 5808.00 BogoMIPS (lpj=11616000)
[    0.000021] pid_max: default: 32768 minimum: 301
[    0.000033] ACPI: Core revision 20160831
[    0.010436] ACPI: 14 ACPI AML tables successfully acquired and loaded
[    0.013445] Security Framework initialized
[    0.013448] Yama: becoming mindful.
[    0.013453] AppArmor: AppArmor disabled by boot time parameter
[    0.013969] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes)
[    0.015961] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[    0.016866] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes)
[    0.016877] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes)
[    0.017071] CPU: Physical Processor ID: 0
[    0.017074] CPU: Processor Core ID: 0
[    0.017078] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    0.017079] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
[    0.017084] mce: CPU supports 10 MCE banks
[    0.017093] CPU0: Thermal monitoring enabled (TM1)
[    0.017108] process: using mwait in idle threads
[    0.017112] Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
[    0.017114] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
[    0.017573] Freeing SMP alternatives memory: 24K (ffffffffb4686000 - ffffffffb468c000)
[    0.021900] ftrace: allocating 25200 entries in 99 pages
[    0.029159] smpboot: APIC(0) Converting physical 0 to logical package 0
[    0.029162] smpboot: Max logical packages: 2
[    0.029169] DMAR: Host address width 39
[    0.029172] DMAR: DRHD base: 0x000000fed90000 flags: 0x0
[    0.029177] DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap 1c0000c40660462 ecap 7e3ff0501e
[    0.029180] DMAR: DRHD base: 0x000000fed91000 flags: 0x1
[    0.029184] DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008c40660462 ecap f050da
[    0.029187] DMAR: RMRR base: 0x0000007b800000 end: 0x0000007fffffff
[    0.029189] DMAR: ANDD device: 1 name: \_SB.PCI0.I2C0
[    0.029191] DMAR: ANDD device: 7 name: \_SB.PCI0.SPI0
[    0.029193] DMAR: ANDD device: 8 name: \_SB.PCI0.SPI1
[    0.029194] DMAR: ANDD device: 9 name: \_SB.PCI0.UA00
[    0.029196] DMAR: ANDD device: a name: \_SB.PCI0.UA01
[    0.029198] DMAR: ANDD device: b name: \_SB.PCI0.UA02
[    0.029200] DMAR-IR: IOAPIC id 2 under DRHD base  0xfed91000 IOMMU 1
[    0.029202] DMAR-IR: HPET id 0 under DRHD base 0xfed91000
[    0.029204] DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
[    0.029600] DMAR-IR: Enabled IRQ remapping in x2apic mode
[    0.029602] x2apic enabled
[    0.029617] Switched APIC routing to cluster x2apic.
[    0.030629] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.070331] TSC deadline timer enabled
[    0.070336] smpboot: CPU0: Intel(R) Core(TM) i7-6920HQ CPU @ 2.90GHz (family: 0x6, model: 0x5e, stepping: 0x3)
[    0.070341] Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR, full-width counters, Intel PMU driver.
[    0.070367] ... version:                4
[    0.070369] ... bit width:              48
[    0.070370] ... generic registers:      4
[    0.070372] ... value mask:             0000ffffffffffff
[    0.070374] ... max period:             0000ffffffffffff
[    0.070375] ... fixed-purpose events:   3
[    0.070377] ... event mask:             000000070000000f
[    0.070762] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[    0.070826] x86: Booting SMP configuration:
[    0.070828] .... node  #0, CPUs:      #1 #2 #3 #4 #5 #6 #7
[    0.632494] x86: Booted up 1 node, 8 CPUs
[    0.632500] smpboot: Total of 8 processors activated (46470.30 BogoMIPS)
[    0.639309] devtmpfs: initialized
[    0.639352] x86/mm: Memory block size: 128MB
[    0.641353] PM: Registering ACPI NVS region [mem 0x74e18000-0x74e18fff] (4096 bytes)
[    0.641356] PM: Registering ACPI NVS region [mem 0x7af4f000-0x7af9efff] (327680 bytes)
[    0.641398] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.641430] pinctrl core: initialized pinctrl subsystem
[    0.641503] NET: Registered protocol family 16
[    0.654960] cpuidle: using governor ladder
[    0.670974] cpuidle: using governor menu
[    0.671024] ACPI: bus type PCI registered
[    0.671027] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.671097] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.671101] PCI: not using MMCONFIG
[    0.671103] PCI: Using configuration type 1 for base access
[    0.687084] HugeTLB registered 1 GB page size, pre-allocated 0 pages
[    0.687087] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    0.687264] ACPI: Disabled all _OSI OS vendors
[    0.687267] ACPI: Added _OSI(Module Device)
[    0.687270] ACPI: Added _OSI(Processor Device)
[    0.687272] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.687274] ACPI: Added _OSI(Processor Aggregator Device)
[    0.687276] ACPI: Added _OSI(Darwin)
[    0.687284] ACPI : EC: EC started
[    0.795239] ACPI: \: Used as first EC
[    0.795242] ACPI: \: GPE=0x7, EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.795244] ACPI: \: Used as boot ECDT EC to handle transactions
[    0.799485] ACPI: BIOS _OSI(Darwin) query honored via DMI
[    0.801941] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    0.802380] ACPI: Dynamic OEM Table Load:
[    0.802474] ACPI Error: Method parse/execution failed [\_PR.CPU0.GCAP] (Node ffff8cb9ee122d98), AE_ALREADY_EXISTS (20160831/psparse-543)
[    0.802486] ACPI Error: Method parse/execution failed [\_PR.CPU0._OSC] (Node ffff8cb9ee122ca8), AE_ALREADY_EXISTS (20160831/psparse-543)
[    0.802493] ACPI: Marking method _OSC as Serialized because of AE_ALREADY_EXISTS error
[    0.802693] ACPI Error: [\_SB_.OSCP] Namespace lookup failure, AE_NOT_FOUND (20160831/psargs-359)
[    0.802699] ACPI Error: Method parse/execution failed [\_PR.CPU1.GCAP] (Node ffff8cb9ee122190), AE_NOT_FOUND (20160831/psparse-543)
[    0.802705] ACPI Error: Method parse/execution failed [\_PR.CPU1._OSC] (Node ffff8cb9ee122028), AE_NOT_FOUND (20160831/psparse-543)
[    0.802895] ACPI Error: [\_SB_.OSCP] Namespace lookup failure, AE_NOT_FOUND (20160831/psargs-359)
[    0.802900] ACPI Error: Method parse/execution failed [\_PR.CPU2.GCAP] (Node ffff8cb9ee122640), AE_NOT_FOUND (20160831/psparse-543)
[    0.802907] ACPI Error: Method parse/execution failed [\_PR.CPU2._OSC] (Node ffff8cb9ee122ed8), AE_NOT_FOUND (20160831/psparse-543)
[    0.803099] ACPI Error: [\_SB_.OSCP] Namespace lookup failure, AE_NOT_FOUND (20160831/psargs-359)
[    0.803104] ACPI Error: Method parse/execution failed [\_PR.CPU3.GCAP] (Node ffff8cb9ee1228c0), AE_NOT_FOUND (20160831/psparse-543)
[    0.803110] ACPI Error: Method parse/execution failed [\_PR.CPU3._OSC] (Node ffff8cb9ee122690), AE_NOT_FOUND (20160831/psparse-543)
[    0.803299] ACPI Error: [\_SB_.OSCP] Namespace lookup failure, AE_NOT_FOUND (20160831/psargs-359)
[    0.803304] ACPI Error: Method parse/execution failed [\_PR.CPU4.GCAP] (Node ffff8cb9ee122000), AE_NOT_FOUND (20160831/psparse-543)
[    0.803310] ACPI Error: Method parse/execution failed [\_PR.CPU4._OSC] (Node ffff8cb9ee122d70), AE_NOT_FOUND (20160831/psparse-543)
[    0.803497] ACPI Error: [\_SB_.OSCP] Namespace lookup failure, AE_NOT_FOUND (20160831/psargs-359)
[    0.803501] ACPI Error: Method parse/execution failed [\_PR.CPU5.GCAP] (Node ffff8cb9ee1225c8), AE_NOT_FOUND (20160831/psparse-543)
[    0.803508] ACPI Error: Method parse/execution failed [\_PR.CPU5._OSC] (Node ffff8cb9ee1222f8), AE_NOT_FOUND (20160831/psparse-543)
[    0.803693] ACPI Error: [\_SB_.OSCP] Namespace lookup failure, AE_NOT_FOUND (20160831/psargs-359)
[    0.803698] ACPI Error: Method parse/execution failed [\_PR.CPU6.GCAP] (Node ffff8cb9ee122898), AE_NOT_FOUND (20160831/psparse-543)
[    0.803704] ACPI Error: Method parse/execution failed [\_PR.CPU6._OSC] (Node ffff8cb9ee122370), AE_NOT_FOUND (20160831/psparse-543)
[    0.803889] ACPI Error: [\_SB_.OSCP] Namespace lookup failure, AE_NOT_FOUND (20160831/psargs-359)
[    0.803894] ACPI Error: Method parse/execution failed [\_PR.CPU7.GCAP] (Node ffff8cb9ee1220f0), AE_NOT_FOUND (20160831/psparse-543)
[    0.803900] ACPI Error: Method parse/execution failed [\_PR.CPU7._OSC] (Node ffff8cb9ee122cf8), AE_NOT_FOUND (20160831/psparse-543)
[    0.804430] ACPI: Dynamic OEM Table Load:
[    0.804438] ACPI Error: Method parse/execution failed [\_PR.CPU0.GCAP] (Node ffff8cb9ee122d98), AE_ALREADY_EXISTS (20160831/psparse-543)
[    0.804449] ACPI Error: Method parse/execution failed [\_PR.CPU0._PDC] (Node ffff8cb9ee122870), AE_ALREADY_EXISTS (20160831/psparse-543)
[    0.804455] ACPI: Marking method _PDC as Serialized because of AE_ALREADY_EXISTS error
[    0.804738] ACPI: Dynamic OEM Table Load:
[    0.804745] ACPI Error: Method parse/execution failed [\_PR.CPU1.APPT] (Node ffff8cb9ee122c08), AE_ALREADY_EXISTS (20160831/psparse-543)
[    0.804755] ACPI Error: Method parse/execution failed [\_PR.CPU1.GCAP] (Node ffff8cb9ee122190), AE_ALREADY_EXISTS (20160831/psparse-543)
[    0.804762] ACPI Error: Method parse/execution failed [\_PR.CPU1._PDC] (Node ffff8cb9ee122758), AE_ALREADY_EXISTS (20160831/psparse-543)
[    0.804767] ACPI: Marking method _PDC as Serialized because of AE_ALREADY_EXISTS error
[    0.804992] ACPI Error: [\_SB_.OSCP] Namespace lookup failure, AE_NOT_FOUND (20160831/psargs-359)
[    0.804997] ACPI Error: Method parse/execution failed [\_PR.CPU2.GCAP] (Node ffff8cb9ee122640), AE_NOT_FOUND (20160831/psparse-543)
[    0.805003] ACPI Error: Method parse/execution failed [\_PR.CPU2._PDC] (Node ffff8cb9ee122118), AE_NOT_FOUND (20160831/psparse-543)
[    0.805225] ACPI Error: [\_SB_.OSCP] Namespace lookup failure, AE_NOT_FOUND (20160831/psargs-359)
[    0.805230] ACPI Error: Method parse/execution failed [\_PR.CPU3.GCAP] (Node ffff8cb9ee1228c0), AE_NOT_FOUND (20160831/psparse-543)
[    0.805236] ACPI Error: Method parse/execution failed [\_PR.CPU3._PDC] (Node ffff8cb9ee122cd0), AE_NOT_FOUND (20160831/psparse-543)
[    0.805457] ACPI Error: [\_SB_.OSCP] Namespace lookup failure, AE_NOT_FOUND (20160831/psargs-359)
[    0.805462] ACPI Error: Method parse/execution failed [\_PR.CPU4.GCAP] (Node ffff8cb9ee122000), AE_NOT_FOUND (20160831/psparse-543)
[    0.805468] ACPI Error: Method parse/execution failed [\_PR.CPU4._PDC] (Node ffff8cb9ee122708), AE_NOT_FOUND (20160831/psparse-543)
[    0.805688] ACPI Error: [\_SB_.OSCP] Namespace lookup failure, AE_NOT_FOUND (20160831/psargs-359)
[    0.805693] ACPI Error: Method parse/execution failed [\_PR.CPU5.GCAP] (Node ffff8cb9ee1225c8), AE_NOT_FOUND (20160831/psparse-543)
[    0.805699] ACPI Error: Method parse/execution failed [\_PR.CPU5._PDC] (Node ffff8cb9ee122a78), AE_NOT_FOUND (20160831/psparse-543)
[    0.805918] ACPI Error: [\_SB_.OSCP] Namespace lookup failure, AE_NOT_FOUND (20160831/psargs-359)
[    0.805923] ACPI Error: Method parse/execution failed [\_PR.CPU6.GCAP] (Node ffff8cb9ee122898), AE_NOT_FOUND (20160831/psparse-543)
[    0.805929] ACPI Error: Method parse/execution failed [\_PR.CPU6._PDC] (Node ffff8cb9ee122550), AE_NOT_FOUND (20160831/psparse-543)
[    0.806148] ACPI Error: [\_SB_.OSCP] Namespace lookup failure, AE_NOT_FOUND (20160831/psargs-359)
[    0.806152] ACPI Error: Method parse/execution failed [\_PR.CPU7.GCAP] (Node ffff8cb9ee1220f0), AE_NOT_FOUND (20160831/psparse-543)
[    0.806158] ACPI Error: Method parse/execution failed [\_PR.CPU7._PDC] (Node ffff8cb9ee1226b8), AE_NOT_FOUND (20160831/psparse-543)
[    0.806515] ACPI : EC: EC stopped
[    0.806518] ACPI : EC: EC started
[    0.875205] ACPI: \_SB_.PCI0.LPCB.EC__: Used as first EC
[    0.875208] ACPI: \_SB_.PCI0.LPCB.EC__: GPE=0x7, EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.875212] ACPI: \_SB_.PCI0.LPCB.EC__: Used as boot DSDT EC to handle transactions
[    0.875215] ACPI: Interpreter enabled
[    0.875235] ACPI: (supports S0 S3 S4 S5)
[    0.875237] ACPI: Using IOAPIC for interrupt routing
[    0.875256] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.875662] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in ACPI motherboard resources
[    0.875673] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.999679] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.999685] acpi PNP0A08:00: _OSC: OS assumes control of [PCIeHotplug SHPCHotplug AER PCIeCapability]
[    0.999990] PCI host bridge to bus 0000:00
[    0.999994] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.999997] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.999999] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    1.000003] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000c3fff window]
[    1.000006] pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c7fff window]
[    1.000010] pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000cbfff window]
[    1.000013] pci_bus 0000:00: root bus resource [mem 0x000cc000-0x000cffff window]
[    1.000017] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff window]
[    1.000021] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window]
[    1.000024] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window]
[    1.000028] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff window]
[    1.000031] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff window]
[    1.000035] pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff window]
[    1.000039] pci_bus 0000:00: root bus resource [mem 0x000e8000-0x000ebfff window]
[    1.000042] pci_bus 0000:00: root bus resource [mem 0x000ec000-0x000effff window]
[    1.000046] pci_bus 0000:00: root bus resource [mem 0x000f0000-0x000fffff window]
[    1.000049] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfeafffff window]
[    1.000053] pci_bus 0000:00: root bus resource [bus 00-ff]
[    1.000060] pci 0000:00:00.0: [8086:1910] type 00 class 0x060000
[    1.000143] pci 0000:00:01.0: [8086:1901] type 01 class 0x060400
[    1.000172] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[    1.000200] pci 0000:00:01.0: System wakeup disabled by ACPI
[    1.000227] pci 0000:00:01.1: [8086:1905] type 01 class 0x060400
[    1.000255] pci 0000:00:01.1: PME# supported from D0 D3hot D3cold
[    1.000288] pci 0000:00:01.1: System wakeup disabled by ACPI
[    1.000314] pci 0000:00:01.2: [8086:1909] type 01 class 0x060400
[    1.000341] pci 0000:00:01.2: PME# supported from D0 D3hot D3cold
[    1.000374] pci 0000:00:01.2: System wakeup disabled by ACPI
[    1.000476] pci 0000:00:14.0: [8086:a12f] type 00 class 0x0c0330
[    1.000491] pci 0000:00:14.0: reg 0x10: [mem 0x82700000-0x8270ffff 64bit]
[    1.000547] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    1.000576] pci 0000:00:14.0: System wakeup disabled by ACPI
[    1.000669] pci 0000:00:15.0: [8086:a160] type 00 class 0x118000
[    1.000766] pci 0000:00:15.0: reg 0x10: [mem 0x82728000-0x82728fff 64bit]
[    1.001007] pci 0000:00:16.0: [8086:a13a] type 00 class 0x078000
[    1.001021] pci 0000:00:16.0: reg 0x10: [mem 0x82729000-0x82729fff 64bit]
[    1.001074] pci 0000:00:16.0: PME# supported from D3hot
[    1.001190] pci 0000:00:19.0: [8086:a166] type 00 class 0x118000
[    1.001236] pci 0000:00:19.0: reg 0x10: [mem 0x8272a000-0x8272afff 64bit]
[    1.001453] pci 0000:00:1b.0: [8086:a167] type 01 class 0x060400
[    1.001510] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    1.001545] pci 0000:00:1b.0: System wakeup disabled by ACPI
[    1.001596] pci 0000:00:1c.0: [8086:a110] type 01 class 0x060400
[    1.001650] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    1.001682] pci 0000:00:1c.0: System wakeup disabled by ACPI
[    1.001775] pci 0000:00:1e.0: [8086:a127] type 00 class 0x118000
[    1.001883] pci 0000:00:1e.0: reg 0x10: [mem 0x8272b000-0x8272bfff 64bit]
[    1.002136] pci 0000:00:1e.1: [8086:a128] type 00 class 0x118000
[    1.002220] pci 0000:00:1e.1: reg 0x10: [mem 0x8272c000-0x8272cfff 64bit]
[    1.002449] pci 0000:00:1e.2: [8086:a129] type 00 class 0x118000
[    1.002494] pci 0000:00:1e.2: reg 0x10: [mem 0x8272d000-0x8272dfff 64bit]
[    1.002737] pci 0000:00:1e.3: [8086:a12a] type 00 class 0x118000
[    1.002784] pci 0000:00:1e.3: reg 0x10: [mem 0x8272e000-0x8272efff 64bit]
[    1.002985] pci 0000:00:1f.0: [8086:a151] type 00 class 0x060100
[    1.003135] pci 0000:00:1f.2: [8086:a121] type 00 class 0x058000
[    1.003143] pci 0000:00:1f.2: reg 0x10: [mem 0x82724000-0x82727fff]
[    1.003231] pci 0000:00:1f.3: [8086:a170] type 00 class 0x040300
[    1.003254] pci 0000:00:1f.3: reg 0x10: [mem 0x82720000-0x82723fff 64bit]
[    1.003282] pci 0000:00:1f.3: reg 0x20: [mem 0x00000000-0x0000ffff 64bit]
[    1.003325] pci 0000:00:1f.3: PME# supported from D3hot D3cold
[    1.003362] pci 0000:00:1f.3: System wakeup disabled by ACPI
[    1.003397] pci 0000:00:1f.4: [8086:a123] type 00 class 0x0c0500
[    1.003444] pci 0000:00:1f.4: reg 0x10: [mem 0x8272f000-0x8272f0ff 64bit]
[    1.003512] pci 0000:00:1f.4: reg 0x20: [io  0x5040-0x505f]
[    1.003670] pci 0000:01:00.0: [1002:67ef] type 00 class 0x030000
[    1.003682] pci 0000:01:00.0: reg 0x10: [mem 0xb0000000-0xbfffffff 64bit pref]
[    1.003691] pci 0000:01:00.0: reg 0x18: [mem 0xc0000000-0xc01fffff 64bit pref]
[    1.003696] pci 0000:01:00.0: reg 0x20: [io  0x4000-0x40ff]
[    1.003702] pci 0000:01:00.0: reg 0x24: [mem 0x82600000-0x8263ffff]
[    1.003707] pci 0000:01:00.0: reg 0x30: [mem 0x82640000-0x8265ffff pref]
[    1.003742] pci 0000:01:00.0: supports D1 D2
[    1.003766] pci 0000:01:00.0: System wakeup disabled by ACPI
[    1.003796] pci 0000:01:00.1: [1002:aae0] type 00 class 0x040300
[    1.003807] pci 0000:01:00.1: reg 0x10: [mem 0x82660000-0x82663fff 64bit]
[    1.003856] pci 0000:01:00.1: supports D1 D2
[    1.015249] pci 0000:00:01.0: PCI bridge to [bus 01]
[    1.015252] pci 0000:00:01.0:   bridge window [io  0x4000-0x4fff]
[    1.015254] pci 0000:00:01.0:   bridge window [mem 0x82600000-0x826fffff]
[    1.015257] pci 0000:00:01.0:   bridge window [mem 0xb0000000-0xc01fffff 64bit pref]
[    1.015304] pci 0000:04:00.0: [8086:1578] type 01 class 0x060400
[    1.015372] pci 0000:04:00.0: supports D1 D2
[    1.015372] pci 0000:04:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    1.027253] pci 0000:00:01.1: PCI bridge to [bus 04-79]
[    1.027257] pci 0000:00:01.1:   bridge window [io  0x6000-0x9fff]
[    1.027259] pci 0000:00:01.1:   bridge window [mem 0x82800000-0x909fffff]
[    1.027261] pci 0000:00:01.1:   bridge window [mem 0xc0200000-0xce1fffff 64bit pref]
[    1.027343] pci 0000:05:00.0: [8086:15d3] type 01 class 0x060400
[    1.027417] pci 0000:05:00.0: supports D1 D2
[    1.027418] pci 0000:05:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    1.027492] pci 0000:05:01.0: [8086:15d3] type 01 class 0x060400
[    1.027565] pci 0000:05:01.0: supports D1 D2
[    1.027566] pci 0000:05:01.0: PME# supported from D0 D1 D2 D3hot D3cold
[    1.027621] pci 0000:05:02.0: [8086:15d3] type 01 class 0x060400
[    1.027693] pci 0000:05:02.0: supports D1 D2
[    1.027693] pci 0000:05:02.0: PME# supported from D0 D1 D2 D3hot D3cold
[    1.027767] pci 0000:05:04.0: [8086:15d3] type 01 class 0x060400
[    1.027839] pci 0000:05:04.0: supports D1 D2
[    1.027840] pci 0000:05:04.0: PME# supported from D0 D1 D2 D3hot D3cold
[    1.027907] pci 0000:04:00.0: PCI bridge to [bus 05-79]
[    1.027913] pci 0000:04:00.0:   bridge window [io  0x0000-0x0fff]
[    1.027915] pci 0000:04:00.0:   bridge window [mem 0x82800000-0x909fffff]
[    1.027918] pci 0000:04:00.0:   bridge window [mem 0xc0200000-0xce1fffff 64bit pref]
[    1.027969] pci 0000:06:00.0: [8086:15d2] type 00 class 0x088000
[    1.027982] pci 0000:06:00.0: reg 0x10: [mem 0x82900000-0x8293ffff]
[    1.027990] pci 0000:06:00.0: reg 0x14: [mem 0x82940000-0x82940fff]
[    1.028093] pci 0000:06:00.0: supports D1 D2
[    1.028093] pci 0000:06:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    1.039265] pci 0000:05:00.0: PCI bridge to [bus 06]
[    1.039271] pci 0000:05:00.0:   bridge window [io  0x0000-0x0fff]
[    1.039273] pci 0000:05:00.0:   bridge window [mem 0x82900000-0x829fffff]
[    1.039332] pci 0000:05:01.0: PCI bridge to [bus 08-40]
[    1.039338] pci 0000:05:01.0:   bridge window [io  0x0000-0x0fff]
[    1.039340] pci 0000:05:01.0:   bridge window [mem 0x82a00000-0x899fffff]
[    1.039344] pci 0000:05:01.0:   bridge window [mem 0xc0200000-0xc71fffff 64bit pref]
[    1.039392] pci 0000:07:00.0: [8086:15d4] type 00 class 0x0c0330
[    1.039405] pci 0000:07:00.0: reg 0x10: [mem 0x00000000-0x0000ffff]
[    1.039510] pci 0000:07:00.0: supports D1 D2
[    1.039511] pci 0000:07:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    1.039588] pci 0000:07:00.0: System wakeup disabled by ACPI
[    1.051273] pci 0000:05:02.0: PCI bridge to [bus 07]
[    1.051278] pci 0000:05:02.0:   bridge window [io  0x0000-0x0fff]
[    1.051281] pci 0000:05:02.0:   bridge window [mem 0x82800000-0x828fffff]
[    1.051339] pci 0000:05:04.0: PCI bridge to [bus 41-79]
[    1.051344] pci 0000:05:04.0:   bridge window [io  0x0000-0x0fff]
[    1.051347] pci 0000:05:04.0:   bridge window [mem 0x89a00000-0x909fffff]
[    1.051350] pci 0000:05:04.0:   bridge window [mem 0xc7200000-0xce1fffff 64bit pref]
[    1.051412] pci 0000:7a:00.0: [8086:1578] type 01 class 0x060400
[    1.051479] pci 0000:7a:00.0: supports D1 D2
[    1.051479] pci 0000:7a:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    1.063276] pci 0000:00:01.2: PCI bridge to [bus 7a-ef]
[    1.063280] pci 0000:00:01.2:   bridge window [io  0xa000-0xdfff]
[    1.063282] pci 0000:00:01.2:   bridge window [mem 0x90a00000-0x9ebfffff]
[    1.063284] pci 0000:00:01.2:   bridge window [mem 0xce200000-0xdc1fffff 64bit pref]
[    1.063365] pci 0000:7b:00.0: [8086:15d3] type 01 class 0x060400
[    1.063439] pci 0000:7b:00.0: supports D1 D2
[    1.063440] pci 0000:7b:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    1.063513] pci 0000:7b:01.0: [8086:15d3] type 01 class 0x060400
[    1.063585] pci 0000:7b:01.0: supports D1 D2
[    1.063585] pci 0000:7b:01.0: PME# supported from D0 D1 D2 D3hot D3cold
[    1.063640] pci 0000:7b:02.0: [8086:15d3] type 01 class 0x060400
[    1.063711] pci 0000:7b:02.0: supports D1 D2
[    1.063712] pci 0000:7b:02.0: PME# supported from D0 D1 D2 D3hot D3cold
[    1.063785] pci 0000:7b:04.0: [8086:15d3] type 01 class 0x060400
[    1.063857] pci 0000:7b:04.0: supports D1 D2
[    1.063857] pci 0000:7b:04.0: PME# supported from D0 D1 D2 D3hot D3cold
[    1.063925] pci 0000:7a:00.0: PCI bridge to [bus 7b-ef]
[    1.063931] pci 0000:7a:00.0:   bridge window [io  0x0000-0x0fff]
[    1.063933] pci 0000:7a:00.0:   bridge window [mem 0x90a00000-0x9ebfffff]
[    1.063937] pci 0000:7a:00.0:   bridge window [mem 0xce200000-0xdc1fffff 64bit pref]
[    1.063987] pci 0000:7c:00.0: [8086:15d2] type 00 class 0x088000
[    1.064000] pci 0000:7c:00.0: reg 0x10: [mem 0x90b00000-0x90b3ffff]
[    1.064008] pci 0000:7c:00.0: reg 0x14: [mem 0x90b40000-0x90b40fff]
[    1.064110] pci 0000:7c:00.0: supports D1 D2
[    1.064111] pci 0000:7c:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    1.075288] pci 0000:7b:00.0: PCI bridge to [bus 7c]
[    1.075294] pci 0000:7b:00.0:   bridge window [io  0x0000-0x0fff]
[    1.075296] pci 0000:7b:00.0:   bridge window [mem 0x90b00000-0x90bfffff]
[    1.075355] pci 0000:7b:01.0: PCI bridge to [bus 7e-b6]
[    1.075361] pci 0000:7b:01.0:   bridge window [io  0x0000-0x0fff]
[    1.075363] pci 0000:7b:01.0:   bridge window [mem 0x90c00000-0x97bfffff]
[    1.075367] pci 0000:7b:01.0:   bridge window [mem 0xce200000-0xd51fffff 64bit pref]
[    1.075415] pci 0000:7d:00.0: [8086:15d4] type 00 class 0x0c0330
[    1.075427] pci 0000:7d:00.0: reg 0x10: [mem 0x00000000-0x0000ffff]
[    1.075532] pci 0000:7d:00.0: supports D1 D2
[    1.075532] pci 0000:7d:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    1.075608] pci 0000:7d:00.0: System wakeup disabled by ACPI
[    1.087301] pci 0000:7b:02.0: PCI bridge to [bus 7d]
[    1.087306] pci 0000:7b:02.0:   bridge window [io  0x0000-0x0fff]
[    1.087309] pci 0000:7b:02.0:   bridge window [mem 0x90a00000-0x90afffff]
[    1.087367] pci 0000:7b:04.0: PCI bridge to [bus b7-ef]
[    1.087372] pci 0000:7b:04.0:   bridge window [io  0x0000-0x0fff]
[    1.087374] pci 0000:7b:04.0:   bridge window [mem 0x97c00000-0x9ebfffff]
[    1.087378] pci 0000:7b:04.0:   bridge window [mem 0xd5200000-0xdc1fffff 64bit pref]
[    1.087625] pci 0000:02:00.0: [144d:a804] type 00 class 0x010802
[    1.087640] pci 0000:02:00.0: reg 0x10: [mem 0x82500000-0x82503fff 64bit]
[    1.087648] pci 0000:02:00.0: reg 0x18: [io  0x3000-0x30ff]
[    1.099466] pci 0000:00:1b.0: PCI bridge to [bus 02]
[    1.099470] pci 0000:00:1b.0:   bridge window [io  0x3000-0x3fff]
[    1.099472] pci 0000:00:1b.0:   bridge window [mem 0x82500000-0x825fffff]
[    1.099548] pci 0000:03:00.0: [14e4:43ba] type 00 class 0x028000
[    1.099569] pci 0000:03:00.0: reg 0x10: [mem 0x82400000-0x82407fff 64bit]
[    1.099584] pci 0000:03:00.0: reg 0x18: [mem 0x82000000-0x823fffff 64bit]
[    1.099688] pci 0000:03:00.0: supports D1 D2
[    1.099689] pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    1.099736] pci 0000:03:00.0: System wakeup disabled by ACPI
[    1.111341] pci 0000:00:1c.0: PCI bridge to [bus 03]
[    1.111347] pci 0000:00:1c.0:   bridge window [mem 0x82000000-0x824fffff]
[    1.112233] ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 5 6 7 10 12 14 15) *0
[    1.112296] ACPI: PCI Interrupt Link [LNKB] (IRQs 1 3 4 5 6 7 11 12 14 15) *0
[    1.112357] ACPI: PCI Interrupt Link [LNKC] (IRQs 1 3 4 5 6 7 10 12 14 15) *0
[    1.112417] ACPI: PCI Interrupt Link [LNKD] (IRQs 1 3 4 5 6 7 11 12 14 15) *0
[    1.112477] ACPI: PCI Interrupt Link [LNKE] (IRQs 1 3 4 5 6 7 10 12 14 15) *0
[    1.112538] ACPI: PCI Interrupt Link [LNKF] (IRQs 1 3 4 5 6 7 11 12 14 15) *0
[    1.112598] ACPI: PCI Interrupt Link [LNKG] (IRQs 1 3 4 5 6 7 10 12 14 15) *0
[    1.112658] ACPI: PCI Interrupt Link [LNKH] (IRQs 1 3 4 5 6 7 11 12 14 15) *0
[    1.112818] ACPI: Enabled 4 GPEs in block 00 to 7F
[    1.112875] ACPI : EC: event unblocked
[    1.112903] ACPI: \_SB_.PCI0.LPCB.EC__: GPE=0x7, EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    1.112907] ACPI: \_SB_.PCI0.LPCB.EC__: Used as boot DSDT EC to handle transactions and events
[    1.113059] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=none,locks=none
[    1.113065] vgaarb: loaded
[    1.113067] vgaarb: setting as boot device: PCI:0000:01:00.0
[    1.113069] vgaarb: bridge control possible 0000:01:00.0
[    1.113097] Registered efivars operations
[    1.417407] PCI: Using ACPI for IRQ routing
[    1.424010] PCI: pci_cache_line_size set to 64 bytes
[    1.424532] e820: reserve RAM buffer [mem 0x00058000-0x0005ffff]
[    1.424533] e820: reserve RAM buffer [mem 0x0009e000-0x0009ffff]
[    1.424534] e820: reserve RAM buffer [mem 0x74035000-0x77ffffff]
[    1.424534] e820: reserve RAM buffer [mem 0x74e18000-0x77ffffff]
[    1.424535] e820: reserve RAM buffer [mem 0x7507e000-0x77ffffff]
[    1.424535] e820: reserve RAM buffer [mem 0x7ac7f000-0x7bffffff]
[    1.424536] e820: reserve RAM buffer [mem 0x7b000000-0x7bffffff]
[    1.424537] e820: reserve RAM buffer [mem 0x47f000000-0x47fffffff]
[    1.424674] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[    1.424679] hpet0: 8 comparators, 64-bit 24.000000 MHz counter
[    1.426730] clocksource: Switched to clocksource hpet
[    1.430829] VFS: Disk quotas dquot_6.6.0
[    1.430850] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    1.430912] pnp: PnP ACPI init
[    1.431318] system 00:00: [io  0xffff] has been reserved
[    1.431320] system 00:00: [io  0x1800-0x187f] has been reserved
[    1.431323] system 00:00: [io  0x0800-0x087f] has been reserved
[    1.431326] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[    1.431339] pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active)
[    1.431374] pnp 00:02: Plug and Play ACPI device, IDs APP000b (active)
[    1.431476] system 00:03: [mem 0xfed10000-0xfed17fff] has been reserved
[    1.431479] system 00:03: [mem 0xfed18000-0xfed18fff] has been reserved
[    1.431481] system 00:03: [mem 0xfed19000-0xfed19fff] has been reserved
[    1.431484] system 00:03: [mem 0xe0000000-0xefffffff] could not be reserved
[    1.431486] system 00:03: [mem 0xfd000000-0xfe7fffff] could not be reserved
[    1.431488] system 00:03: [mem 0xfed20000-0xfed3ffff] has been reserved
[    1.431491] system 00:03: [mem 0xfed90000-0xfed93fff] could not be reserved
[    1.431493] system 00:03: [mem 0xfed45000-0xfed8ffff] has been reserved
[    1.431495] system 00:03: [mem 0xff000000-0xffffffff] could not be reserved
[    1.431498] system 00:03: [mem 0xfee00000-0xfeefffff] has been reserved
[    1.431500] system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active)
[    1.431529] system 00:04: [mem 0x20000000-0x201fffff] could not be reserved
[    1.431532] system 00:04: [mem 0x40000000-0x401fffff] could not be reserved
[    1.431534] system 00:04: Plug and Play ACPI device, IDs PNP0c01 (active)
[    1.431624] pnp: PnP ACPI: found 5 devices
[    1.438356] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    1.438376] pci 0000:05:01.0: bridge window [io  0x1000-0x0fff] to [bus 08-40] add_size 1000
[    1.438381] pci 0000:05:02.0: bridge window [io  0x1000-0x0fff] to [bus 07] add_size 1000
[    1.438383] pci 0000:05:02.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 07] add_size 200000 add_align 100000
[    1.438388] pci 0000:05:04.0: bridge window [io  0x1000-0x0fff] to [bus 41-79] add_size 1000
[    1.438393] pci 0000:05:01.0: res[13]=[io  0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000
[    1.438394] pci 0000:05:02.0: res[13]=[io  0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000
[    1.438395] pci 0000:05:04.0: res[13]=[io  0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000
[    1.438395] pci 0000:04:00.0: bridge window [io  0x1000-0x0fff] to [bus 05-79] add_size 3000
[    1.438407] pci 0000:7b:01.0: bridge window [io  0x1000-0x0fff] to [bus 7e-b6] add_size 1000
[    1.438412] pci 0000:7b:02.0: bridge window [io  0x1000-0x0fff] to [bus 7d] add_size 1000
[    1.438413] pci 0000:7b:02.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 7d] add_size 200000 add_align 100000
[    1.438418] pci 0000:7b:04.0: bridge window [io  0x1000-0x0fff] to [bus b7-ef] add_size 1000
[    1.438423] pci 0000:7b:01.0: res[13]=[io  0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000
[    1.438423] pci 0000:7b:02.0: res[13]=[io  0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000
[    1.438424] pci 0000:7b:04.0: res[13]=[io  0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000
[    1.438425] pci 0000:7a:00.0: bridge window [io  0x1000-0x0fff] to [bus 7b-ef] add_size 3000
[    1.438455] pci 0000:00:1f.3: BAR 4: assigned [mem 0x80000000-0x8000ffff 64bit]
[    1.438467] pci 0000:00:01.0: PCI bridge to [bus 01]
[    1.438470] pci 0000:00:01.0:   bridge window [io  0x4000-0x4fff]
[    1.438473] pci 0000:00:01.0:   bridge window [mem 0x82600000-0x826fffff]
[    1.438476] pci 0000:00:01.0:   bridge window [mem 0xb0000000-0xc01fffff 64bit pref]
[    1.438481] pci 0000:04:00.0: res[13]=[io  0x1000-0x0fff] res_to_dev_res add_size 3000 min_align 1000
[    1.438481] pci 0000:04:00.0: res[13]=[io  0x1000-0x3fff] res_to_dev_res add_size 3000 min_align 1000
[    1.438482] pci 0000:04:00.0: BAR 13: assigned [io  0x6000-0x8fff]
[    1.438485] pci 0000:05:02.0: res[15]=[mem 0x00100000-0x000fffff 64bit pref] res_to_dev_res add_size 200000 min_align 100000
[    1.438486] pci 0000:05:02.0: res[15]=[mem 0x00100000-0x002fffff 64bit pref] res_to_dev_res add_size 200000 min_align 100000
[    1.438487] pci 0000:05:01.0: res[13]=[io  0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000
[    1.438488] pci 0000:05:01.0: res[13]=[io  0x1000-0x1fff] res_to_dev_res add_size 1000 min_align 1000
[    1.438488] pci 0000:05:02.0: res[13]=[io  0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000
[    1.438489] pci 0000:05:02.0: res[13]=[io  0x1000-0x1fff] res_to_dev_res add_size 1000 min_align 1000
[    1.438489] pci 0000:05:04.0: res[13]=[io  0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000
[    1.438490] pci 0000:05:04.0: res[13]=[io  0x1000-0x1fff] res_to_dev_res add_size 1000 min_align 1000
[    1.438492] pci 0000:05:02.0: BAR 15: no space for [mem size 0x00200000 64bit pref]
[    1.438495] pci 0000:05:02.0: BAR 15: failed to assign [mem size 0x00200000 64bit pref]
[    1.438498] pci 0000:05:01.0: BAR 13: assigned [io  0x6000-0x6fff]
[    1.438501] pci 0000:05:02.0: BAR 13: assigned [io  0x7000-0x7fff]
[    1.438503] pci 0000:05:04.0: BAR 13: assigned [io  0x8000-0x8fff]
[    1.438506] pci 0000:05:02.0: BAR 15: no space for [mem size 0x00200000 64bit pref]
[    1.438509] pci 0000:05:02.0: BAR 15: failed to assign [mem size 0x00200000 64bit pref]
[    1.438513] pci 0000:05:00.0: PCI bridge to [bus 06]
[    1.438517] pci 0000:05:00.0:   bridge window [mem 0x82900000-0x829fffff]
[    1.438524] pci 0000:05:01.0: PCI bridge to [bus 08-40]
[    1.438526] pci 0000:05:01.0:   bridge window [io  0x6000-0x6fff]
[    1.438531] pci 0000:05:01.0:   bridge window [mem 0x82a00000-0x899fffff]
[    1.438534] pci 0000:05:01.0:   bridge window [mem 0xc0200000-0xc71fffff 64bit pref]
[    1.438541] pci 0000:07:00.0: BAR 0: assigned [mem 0x82800000-0x8280ffff]
[    1.438545] pci 0000:05:02.0: PCI bridge to [bus 07]
[    1.438548] pci 0000:05:02.0:   bridge window [io  0x7000-0x7fff]
[    1.438552] pci 0000:05:02.0:   bridge window [mem 0x82800000-0x828fffff]
[    1.438558] pci 0000:05:04.0: PCI bridge to [bus 41-79]
[    1.438561] pci 0000:05:04.0:   bridge window [io  0x8000-0x8fff]
[    1.438565] pci 0000:05:04.0:   bridge window [mem 0x89a00000-0x909fffff]
[    1.438569] pci 0000:05:04.0:   bridge window [mem 0xc7200000-0xce1fffff 64bit pref]
[    1.438575] pci 0000:04:00.0: PCI bridge to [bus 05-79]
[    1.438577] pci 0000:04:00.0:   bridge window [io  0x6000-0x8fff]
[    1.438581] pci 0000:04:00.0:   bridge window [mem 0x82800000-0x909fffff]
[    1.438585] pci 0000:04:00.0:   bridge window [mem 0xc0200000-0xce1fffff 64bit pref]
[    1.438590] pci 0000:00:01.1: PCI bridge to [bus 04-79]
[    1.438593] pci 0000:00:01.1:   bridge window [io  0x6000-0x9fff]
[    1.438596] pci 0000:00:01.1:   bridge window [mem 0x82800000-0x909fffff]
[    1.438598] pci 0000:00:01.1:   bridge window [mem 0xc0200000-0xce1fffff 64bit pref]
[    1.438603] pci 0000:7a:00.0: res[13]=[io  0x1000-0x0fff] res_to_dev_res add_size 3000 min_align 1000
[    1.438604] pci 0000:7a:00.0: res[13]=[io  0x1000-0x3fff] res_to_dev_res add_size 3000 min_align 1000
[    1.438604] pci 0000:7a:00.0: BAR 13: assigned [io  0xa000-0xcfff]
[    1.438608] pci 0000:7b:02.0: res[15]=[mem 0x00100000-0x000fffff 64bit pref] res_to_dev_res add_size 200000 min_align 100000
[    1.438608] pci 0000:7b:02.0: res[15]=[mem 0x00100000-0x002fffff 64bit pref] res_to_dev_res add_size 200000 min_align 100000
[    1.438609] pci 0000:7b:01.0: res[13]=[io  0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000
[    1.438610] pci 0000:7b:01.0: res[13]=[io  0x1000-0x1fff] res_to_dev_res add_size 1000 min_align 1000
[    1.438610] pci 0000:7b:02.0: res[13]=[io  0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000
[    1.438611] pci 0000:7b:02.0: res[13]=[io  0x1000-0x1fff] res_to_dev_res add_size 1000 min_align 1000
[    1.438611] pci 0000:7b:04.0: res[13]=[io  0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000
[    1.438612] pci 0000:7b:04.0: res[13]=[io  0x1000-0x1fff] res_to_dev_res add_size 1000 min_align 1000
[    1.438614] pci 0000:7b:02.0: BAR 15: no space for [mem size 0x00200000 64bit pref]
[    1.438617] pci 0000:7b:02.0: BAR 15: failed to assign [mem size 0x00200000 64bit pref]
[    1.438620] pci 0000:7b:01.0: BAR 13: assigned [io  0xa000-0xafff]
[    1.438622] pci 0000:7b:02.0: BAR 13: assigned [io  0xb000-0xbfff]
[    1.438624] pci 0000:7b:04.0: BAR 13: assigned [io  0xc000-0xcfff]
[    1.438627] pci 0000:7b:02.0: BAR 15: no space for [mem size 0x00200000 64bit pref]
[    1.438630] pci 0000:7b:02.0: BAR 15: failed to assign [mem size 0x00200000 64bit pref]
[    1.438634] pci 0000:7b:00.0: PCI bridge to [bus 7c]
[    1.438638] pci 0000:7b:00.0:   bridge window [mem 0x90b00000-0x90bfffff]
[    1.438645] pci 0000:7b:01.0: PCI bridge to [bus 7e-b6]
[    1.438647] pci 0000:7b:01.0:   bridge window [io  0xa000-0xafff]
[    1.438651] pci 0000:7b:01.0:   bridge window [mem 0x90c00000-0x97bfffff]
[    1.438655] pci 0000:7b:01.0:   bridge window [mem 0xce200000-0xd51fffff 64bit pref]
[    1.438661] pci 0000:7d:00.0: BAR 0: assigned [mem 0x90a00000-0x90a0ffff]
[    1.438665] pci 0000:7b:02.0: PCI bridge to [bus 7d]
[    1.438668] pci 0000:7b:02.0:   bridge window [io  0xb000-0xbfff]
[    1.438672] pci 0000:7b:02.0:   bridge window [mem 0x90a00000-0x90afffff]
[    1.438679] pci 0000:7b:04.0: PCI bridge to [bus b7-ef]
[    1.438681] pci 0000:7b:04.0:   bridge window [io  0xc000-0xcfff]
[    1.438685] pci 0000:7b:04.0:   bridge window [mem 0x97c00000-0x9ebfffff]
[    1.438689] pci 0000:7b:04.0:   bridge window [mem 0xd5200000-0xdc1fffff 64bit pref]
[    1.438695] pci 0000:7a:00.0: PCI bridge to [bus 7b-ef]
[    1.438697] pci 0000:7a:00.0:   bridge window [io  0xa000-0xcfff]
[    1.438701] pci 0000:7a:00.0:   bridge window [mem 0x90a00000-0x9ebfffff]
[    1.438705] pci 0000:7a:00.0:   bridge window [mem 0xce200000-0xdc1fffff 64bit pref]
[    1.438711] pci 0000:00:01.2: PCI bridge to [bus 7a-ef]
[    1.438713] pci 0000:00:01.2:   bridge window [io  0xa000-0xdfff]
[    1.438716] pci 0000:00:01.2:   bridge window [mem 0x90a00000-0x9ebfffff]
[    1.438719] pci 0000:00:01.2:   bridge window [mem 0xce200000-0xdc1fffff 64bit pref]
[    1.438724] pci 0000:00:1b.0: PCI bridge to [bus 02]
[    1.438755] pci 0000:00:1b.0:   bridge window [io  0x3000-0x3fff]
[    1.438761] pci 0000:00:1b.0:   bridge window [mem 0x82500000-0x825fffff]
[    1.438768] pci 0000:00:1c.0: PCI bridge to [bus 03]
[    1.438772] pci 0000:00:1c.0:   bridge window [mem 0x82000000-0x824fffff]
[    1.438779] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    1.438779] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    1.438780] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    1.438781] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000c3fff window]
[    1.438781] pci_bus 0000:00: resource 8 [mem 0x000c4000-0x000c7fff window]
[    1.438782] pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000cbfff window]
[    1.438783] pci_bus 0000:00: resource 10 [mem 0x000cc000-0x000cffff window]
[    1.438783] pci_bus 0000:00: resource 11 [mem 0x000d0000-0x000d3fff window]
[    1.438784] pci_bus 0000:00: resource 12 [mem 0x000d4000-0x000d7fff window]
[    1.438784] pci_bus 0000:00: resource 13 [mem 0x000d8000-0x000dbfff window]
[    1.438785] pci_bus 0000:00: resource 14 [mem 0x000dc000-0x000dffff window]
[    1.438785] pci_bus 0000:00: resource 15 [mem 0x000e0000-0x000e3fff window]
[    1.438786] pci_bus 0000:00: resource 16 [mem 0x000e4000-0x000e7fff window]
[    1.438787] pci_bus 0000:00: resource 17 [mem 0x000e8000-0x000ebfff window]
[    1.438787] pci_bus 0000:00: resource 18 [mem 0x000ec000-0x000effff window]
[    1.438788] pci_bus 0000:00: resource 19 [mem 0x000f0000-0x000fffff window]
[    1.438788] pci_bus 0000:00: resource 20 [mem 0x80000000-0xfeafffff window]
[    1.438789] pci_bus 0000:01: resource 0 [io  0x4000-0x4fff]
[    1.438790] pci_bus 0000:01: resource 1 [mem 0x82600000-0x826fffff]
[    1.438790] pci_bus 0000:01: resource 2 [mem 0xb0000000-0xc01fffff 64bit pref]
[    1.438791] pci_bus 0000:04: resource 0 [io  0x6000-0x9fff]
[    1.438791] pci_bus 0000:04: resource 1 [mem 0x82800000-0x909fffff]
[    1.438792] pci_bus 0000:04: resource 2 [mem 0xc0200000-0xce1fffff 64bit pref]
[    1.438793] pci_bus 0000:05: resource 0 [io  0x6000-0x8fff]
[    1.438793] pci_bus 0000:05: resource 1 [mem 0x82800000-0x909fffff]
[    1.438794] pci_bus 0000:05: resource 2 [mem 0xc0200000-0xce1fffff 64bit pref]
[    1.438794] pci_bus 0000:06: resource 1 [mem 0x82900000-0x829fffff]
[    1.438795] pci_bus 0000:08: resource 0 [io  0x6000-0x6fff]
[    1.438796] pci_bus 0000:08: resource 1 [mem 0x82a00000-0x899fffff]
[    1.438796] pci_bus 0000:08: resource 2 [mem 0xc0200000-0xc71fffff 64bit pref]
[    1.438797] pci_bus 0000:07: resource 0 [io  0x7000-0x7fff]
[    1.438797] pci_bus 0000:07: resource 1 [mem 0x82800000-0x828fffff]
[    1.438798] pci_bus 0000:41: resource 0 [io  0x8000-0x8fff]
[    1.438798] pci_bus 0000:41: resource 1 [mem 0x89a00000-0x909fffff]
[    1.438799] pci_bus 0000:41: resource 2 [mem 0xc7200000-0xce1fffff 64bit pref]
[    1.438799] pci_bus 0000:7a: resource 0 [io  0xa000-0xdfff]
[    1.438800] pci_bus 0000:7a: resource 1 [mem 0x90a00000-0x9ebfffff]
[    1.438801] pci_bus 0000:7a: resource 2 [mem 0xce200000-0xdc1fffff 64bit pref]
[    1.438801] pci_bus 0000:7b: resource 0 [io  0xa000-0xcfff]
[    1.438802] pci_bus 0000:7b: resource 1 [mem 0x90a00000-0x9ebfffff]
[    1.438802] pci_bus 0000:7b: resource 2 [mem 0xce200000-0xdc1fffff 64bit pref]
[    1.438803] pci_bus 0000:7c: resource 1 [mem 0x90b00000-0x90bfffff]
[    1.438803] pci_bus 0000:7e: resource 0 [io  0xa000-0xafff]
[    1.438804] pci_bus 0000:7e: resource 1 [mem 0x90c00000-0x97bfffff]
[    1.438805] pci_bus 0000:7e: resource 2 [mem 0xce200000-0xd51fffff 64bit pref]
[    1.438805] pci_bus 0000:7d: resource 0 [io  0xb000-0xbfff]
[    1.438806] pci_bus 0000:7d: resource 1 [mem 0x90a00000-0x90afffff]
[    1.438806] pci_bus 0000:b7: resource 0 [io  0xc000-0xcfff]
[    1.438807] pci_bus 0000:b7: resource 1 [mem 0x97c00000-0x9ebfffff]
[    1.438807] pci_bus 0000:b7: resource 2 [mem 0xd5200000-0xdc1fffff 64bit pref]
[    1.438808] pci_bus 0000:02: resource 0 [io  0x3000-0x3fff]
[    1.438809] pci_bus 0000:02: resource 1 [mem 0x82500000-0x825fffff]
[    1.438809] pci_bus 0000:03: resource 1 [mem 0x82000000-0x824fffff]
[    1.438960] NET: Registered protocol family 2
[    1.439089] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
[    1.439212] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    1.439302] TCP: Hash tables configured (established 131072 bind 65536)
[    1.439318] UDP hash table entries: 8192 (order: 6, 262144 bytes)
[    1.439347] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes)
[    1.439393] NET: Registered protocol family 1
[    1.439792] pci 0000:07:00.0: enabling device (0000 -> 0002)
[    1.439969] pci 0000:7d:00.0: enabling device (0000 -> 0002)
[    1.440217] PCI: CLS 256 bytes, default 64
[    1.440242] Unpacking initramfs...
[    1.654789] Freeing initrd memory: 18232K (ffff8cb5b5c53000 - ffff8cb5b6e21000)
[    1.654847] DMAR: ACPI device "device:95" under DMAR at fed91000 as 00:15.0
[    1.654850] DMAR: ACPI device "device:96" under DMAR at fed91000 as 00:1e.2
[    1.654853] DMAR: ACPI device "device:97" under DMAR at fed91000 as 00:1e.3
[    1.654856] DMAR: Failed to find handle for ACPI object \_SB.PCI0.UA00
[    1.654859] DMAR: Failed to find handle for ACPI object \_SB.PCI0.UA01
[    1.654861] DMAR: Failed to find handle for ACPI object \_SB.PCI0.UA02
[    1.654891] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    1.654896] software IO TLB [mem 0x6b92d000-0x6f92d000] (64MB) mapped at [ffff8cb5eb92d000-ffff8cb5ef92cfff]
[    1.655031] RAPL PMU: API unit is 2^-32 Joules, 5 fixed counters, 655360 ms ovfl timer
[    1.655034] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[    1.655036] RAPL PMU: hw unit of domain package 2^-14 Joules
[    1.655038] RAPL PMU: hw unit of domain dram 2^-14 Joules
[    1.655040] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
[    1.655041] RAPL PMU: hw unit of domain psys 2^-14 Joules
[    1.655462] simple-framebuffer simple-framebuffer.0: framebuffer at 0xb0300000, 0x1cb6000 bytes, mapped to 0xffff98d982000000
[    1.655466] simple-framebuffer simple-framebuffer.0: format=a8r8g8b8, mode=3360x2100x32, linelength=14336
[    1.665166] Console: switching to colour frame buffer device 420x131
[    1.674440] simple-framebuffer simple-framebuffer.0: fb0: simplefb registered!
[    1.674650] futex hash table entries: 2048 (order: 5, 131072 bytes)
[    1.674697] audit: initializing netlink subsys (disabled)
[    1.674720] audit: type=2000 audit(1480160706.664:1): initialized
[    1.675093] Initialise system trusted keyrings
[    1.675232] workingset: timestamp_bits=40 max_order=22 bucket_order=0
[    1.675360] zbud: loaded
[    1.700580] Key type asymmetric registered
[    1.700590] Asymmetric key parser 'x509' registered
[    1.700627] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)
[    1.700699] io scheduler noop registered
[    1.700708] io scheduler deadline registered
[    1.700721] io scheduler cfq registered (default)
[    1.702115] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    1.702134] pciehp 0000:05:01.0:pcie204: Slot #1 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ LLActRep+
[    1.702214] pciehp 0000:05:01.0:pcie204: service driver pciehp loaded
[    1.702219] pciehp 0000:05:02.0:pcie204: Slot #0 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ LLActRep+
[    1.702294] pciehp 0000:05:02.0:pcie204: service driver pciehp loaded
[    1.702298] pciehp 0000:05:04.0:pcie204: Slot #4 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ LLActRep+
[    1.702372] pciehp 0000:05:04.0:pcie204: service driver pciehp loaded
[    1.702377] pciehp 0000:7b:01.0:pcie204: Slot #1 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ LLActRep+
[    1.702451] pciehp 0000:7b:01.0:pcie204: service driver pciehp loaded
[    1.702456] pciehp 0000:7b:02.0:pcie204: Slot #0 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ LLActRep+
[    1.702529] pciehp 0000:7b:02.0:pcie204: service driver pciehp loaded
[    1.702534] pciehp 0000:7b:04.0:pcie204: Slot #4 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ LLActRep+
[    1.702607] pciehp 0000:7b:04.0:pcie204: service driver pciehp loaded
[    1.702610] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    1.702633] intel_idle: MWAIT substates: 0x11142120
[    1.702633] intel_idle: v0.4.1 model 0x5E
[    1.702635] intel_idle: state C8-SKL is disabled
[    1.702635] intel_idle: state C9-SKL is disabled
[    1.702919] intel_idle: lapic_timer_reliable_states 0xffffffff
[    1.703340] GHES: HEST is not enabled!
[    1.703398] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    1.703743] Linux agpgart interface v0.103
[    1.703786] AMD IOMMUv2 driver by Joerg Roedel <jroedel@suse.de>
[    1.703800] AMD IOMMUv2 functionality not available on this system
[    1.704324] i8042: PNP: No PS/2 controller found. Probing ports directly.
[    2.658790] tsc: Refined TSC clocksource calibration: 2903.981 MHz
[    2.658823] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x29dbf3edc72, max_idle_ns: 440795319519 ns
[    2.984033] i8042: No controller found
[    2.984211] mousedev: PS/2 mouse device common for all mice
[    2.984259] rtc_cmos 00:01: RTC can wake from S4
[    2.984695] rtc_cmos 00:01: rtc core: registered rtc_cmos as rtc0
[    2.984803] rtc_cmos 00:01: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[    2.984826] intel_pstate: Intel P-state driver initializing
[    2.985624] intel_pstate: HWP enabled
[    2.986121] ledtrig-cpu: registered to indicate activity on CPUs
[    2.986644] NET: Registered protocol family 10
[    2.986983] mip6: Mobile IPv6
[    2.986991] NET: Registered protocol family 17
[    2.987003] mpls_gso: MPLS GSO support
[    2.987288] microcode: sig=0x506e3, pf=0x20, revision=0xac
[    2.987672] microcode: Microcode Update Driver: v2.01 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
[    2.988033] registered taskstats version 1
[    2.988043] Loading compiled-in X.509 certificates
[    2.989594] alg: No test for pkcs1pad(rsa,sha256) (pkcs1pad(rsa-generic,sha256))
[    2.990139] Loaded X.509 cert 'Build time autogenerated kernel key: be2fe1283e96ae1f3807a6286b98b051e4843c76'
[    2.990168] zswap: loaded using pool lzo/zbud
[    2.991604] rtc_cmos 00:01: setting system clock to 2016-11-26 11:45:08 UTC (1480160708)
[    2.991675] PM: Hibernation image not present or could not be loaded.
[    2.992436] Freeing unused kernel memory: 1396K (ffffffffb4529000 - ffffffffb4686000)
[    2.992452] Write protecting the kernel read-only data: 12288k
[    2.992949] Freeing unused kernel memory: 2028K (ffff8cb6d8605000 - ffff8cb6d8800000)
[    2.994342] Freeing unused kernel memory: 1268K (ffff8cb6d8ac3000 - ffff8cb6d8c00000)
[    2.997045] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    3.007580] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[    3.007632] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[    3.007651] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[    3.008052] random: udevadm: uninitialized urandom read (16 bytes read)
[    3.008084] random: udevadm: uninitialized urandom read (16 bytes read)
[    3.009499] random: udevadm: uninitialized urandom read (16 bytes read)
[    3.009542] random: udevadm: uninitialized urandom read (16 bytes read)
[    3.009578] random: udevadm: uninitialized urandom read (16 bytes read)
[    3.009619] random: udevadm: uninitialized urandom read (16 bytes read)
[    3.009655] random: udevadm: uninitialized urandom read (16 bytes read)
[    3.027174] fjes: module verification failed: signature and/or required key missing - tainting kernel
[    3.027468] FUJITSU Extended Socket Network Device Driver - version 1.1 - Copyright (c) 2015 FUJITSU LIMITED
[    3.043531] ACPI: bus type USB registered
[    3.043556] usbcore: registered new interface driver usbfs
[    3.043574] usbcore: registered new interface driver hub
[    3.043610] usbcore: registered new device driver usb
[    3.044553] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    3.044578] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[    3.045712] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x00109810
[    3.045741] xhci_hcd 0000:00:14.0: cache line size of 256 is not supported
[    3.045858] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    3.045885] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.045914] usb usb1: Product: xHCI Host Controller
[    3.045935] usb usb1: Manufacturer: Linux 4.9.0-rc6 xhci-hcd
[    3.045959] usb usb1: SerialNumber: 0000:00:14.0
[    3.046096] hub 1-0:1.0: USB hub found
[    3.046162] hub 1-0:1.0: 16 ports detected
[    3.046676] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    3.046689] nvme nvme0: pci function 0000:02:00.0
[    3.046714] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[    3.046904] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003
[    3.046929] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.046948] usb usb2: Product: xHCI Host Controller
[    3.046962] usb usb2: Manufacturer: Linux 4.9.0-rc6 xhci-hcd
[    3.046975] usb usb2: SerialNumber: 0000:00:14.0
[    3.047155] hub 2-0:1.0: USB hub found
[    3.047214] hub 2-0:1.0: 8 ports detected
[    3.047493] xhci_hcd 0000:07:00.0: xHCI Host Controller
[    3.047527] xhci_hcd 0000:07:00.0: new USB bus registered, assigned bus number 3
[    3.048848] xhci_hcd 0000:07:00.0: hcc params 0x200077c1 hci version 0x110 quirks 0x00009810
[    3.049112] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002
[    3.049145] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.049160] usb usb3: Product: xHCI Host Controller
[    3.049171] usb usb3: Manufacturer: Linux 4.9.0-rc6 xhci-hcd
[    3.049184] usb usb3: SerialNumber: 0000:07:00.0
[    3.049332] hub 3-0:1.0: USB hub found
[    3.049366] hub 3-0:1.0: 2 ports detected
[    3.049540] xhci_hcd 0000:07:00.0: xHCI Host Controller
[    3.049555] xhci_hcd 0000:07:00.0: new USB bus registered, assigned bus number 4
[    3.049595] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003
[    3.049610] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.051548] usb usb4: Product: xHCI Host Controller
[    3.053109] usb usb4: Manufacturer: Linux 4.9.0-rc6 xhci-hcd
[    3.054663] usb usb4: SerialNumber: 0000:07:00.0
[    3.056382] hub 4-0:1.0: USB hub found
[    3.057713] hub 4-0:1.0: 2 ports detected
[    3.059241] usb: port power management may be unreliable
[    3.060633] xhci_hcd 0000:7d:00.0: xHCI Host Controller
[    3.061899] xhci_hcd 0000:7d:00.0: new USB bus registered, assigned bus number 5
[    3.064519] xhci_hcd 0000:7d:00.0: hcc params 0x200077c1 hci version 0x110 quirks 0x00009810
[    3.065970] usb usb5: New USB device found, idVendor=1d6b, idProduct=0002
[    3.067290] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.068577] usb usb5: Product: xHCI Host Controller
[    3.069871] usb usb5: Manufacturer: Linux 4.9.0-rc6 xhci-hcd
[    3.071198] usb usb5: SerialNumber: 0000:7d:00.0
[    3.072660] hub 5-0:1.0: USB hub found
[    3.073926] hub 5-0:1.0: 2 ports detected
[    3.075318] xhci_hcd 0000:7d:00.0: xHCI Host Controller
[    3.076516] xhci_hcd 0000:7d:00.0: new USB bus registered, assigned bus number 6
[    3.077750] usb usb6: New USB device found, idVendor=1d6b, idProduct=0003
[    3.079068] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.080290] usb usb6: Product: xHCI Host Controller
[    3.081493] usb usb6: Manufacturer: Linux 4.9.0-rc6 xhci-hcd
[    3.082699] usb usb6: SerialNumber: 0000:7d:00.0
[    3.084142] hub 6-0:1.0: USB hub found
[    3.085331] hub 6-0:1.0: 2 ports detected
[    3.276751]  nvme0n1: p1 p2 p3 p4
[    3.374910] usb 1-3: new high-speed USB device number 2 using xhci_hcd
[    3.390972] usb 4-1: new SuperSpeed USB device number 2 using xhci_hcd
[    3.422928] usb 4-1: New USB device found, idVendor=04e8, idProduct=61f3
[    3.427640] usb 4-1: New USB device strings: Mfr=2, Product=3, SerialNumber=1
[    3.432291] usb 4-1: Product: Portable SSD T3
[    3.436963] usb 4-1: Manufacturer: Samsung
[    3.441615] usb 4-1: SerialNumber: 12345678A43C
[    3.451699] SCSI subsystem initialized
[    3.456018] usbcore: registered new interface driver usb-storage
[    3.460686] scsi host0: uas
[    3.462989] usbcore: registered new interface driver uas
[    3.463501] scsi 0:0:0:0: Direct-Access     Samsung  Portable SSD T3  0    PQ: 0 ANSI: 6
[    3.521375] sd 0:0:0:0: [sda] 976773168 512-byte logical blocks: (500 GB/466 GiB)
[    3.524979] usb 1-3: New USB device found, idVendor=05ac, idProduct=8600
[    3.525334] sd 0:0:0:0: [sda] Write Protect is off
[    3.525339] sd 0:0:0:0: [sda] Mode Sense: 43 00 00 00
[    3.525538] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    3.530268]  sda: sda1 sda2 sda3
[    3.531815] sd 0:0:0:0: [sda] Attached SCSI disk
[    3.547318] usb 1-3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    3.550214] random: fast init done
[    3.554429] usb 1-3: Product: iBridge
[    3.556946] usb 1-3: Manufacturer: Apple Inc.
[    3.559447] usb 1-3: SerialNumber: nomac?123456
[    3.564864] hidraw: raw HID events driver (C) Jiri Kosina
[    3.569209] usbcore: registered new interface driver usbhid
[    3.570762] usbhid: USB HID core driver
[    3.573067] input: Apple Inc. iBridge as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.2/0003:05AC:8600.0001/input/input0
[    3.631152] hid-generic 0003:05AC:8600.0001: input,hidraw0: USB HID v1.01 Keyboard [Apple Inc. iBridge] on usb-0000:00:14.0-3/input2
[    3.640470] hid-generic 0003:05AC:8600.0002: hiddev0,hidraw1: USB HID v1.01 Device [Apple Inc. iBridge] on usb-0000:00:14.0-3/input3
[    3.682910] usb 1-5: new full-speed USB device number 3 using xhci_hcd
[    3.688871] clocksource: Switched to clocksource tsc
[    3.828154] usb 1-5: New USB device found, idVendor=413c, idProduct=1002
[    3.832957] usb 1-5: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    3.837758] usb 1-5: Product: Dell USB Keyboard Hub
[    3.842534] usb 1-5: Manufacturer: Dell
[    3.848298] hub 1-5:1.0: USB hub found
[    3.853206] hub 1-5:1.0: 3 ports detected
[    4.134770] usb 6-2: new SuperSpeed USB device number 2 using xhci_hcd
[    4.142787] usb 1-5.1: new full-speed USB device number 5 using xhci_hcd
[    4.155324] usb 6-2: New USB device found, idVendor=0bda, idProduct=8153
[    4.160276] usb 6-2: New USB device strings: Mfr=1, Product=2, SerialNumber=6
[    4.164535] usb 6-2: Product: USB 10/100/1000 LAN
[    4.168761] usb 6-2: Manufacturer: Realtek
[    4.172956] usb 6-2: SerialNumber: 000001000000
[    4.247763] usb 1-5.1: New USB device found, idVendor=413c, idProduct=2002
[    4.250807] usb 1-5.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    4.253826] usb 1-5.1: Product: Dell USB Keyboard Hub
[    4.256822] usb 1-5.1: Manufacturer: Dell
[    4.261443] input: Dell Dell USB Keyboard Hub as /devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5.1/1-5.1:1.0/0003:413C:2002.0003/input/input1
[    4.322925] hid-generic 0003:413C:2002.0003: input,hidraw2: USB HID v1.10 Keyboard [Dell Dell USB Keyboard Hub] on usb-0000:00:14.0-5.1/input0
[    4.325500] input: Dell Dell USB Keyboard Hub as /devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5.1/1-5.1:1.1/0003:413C:2002.0004/input/input2
[    4.340224] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
[    4.387054] hid-generic 0003:413C:2002.0004: input,hidraw3: USB HID v1.10 Device [Dell Dell USB Keyboard Hub] on usb-0000:00:14.0-5.1/input1
[    4.470750] usb 1-5.2: new low-speed USB device number 6 using xhci_hcd
[    4.496210] ip_tables: (C) 2000-2006 Netfilter Core Team
[    4.582979] usb 1-5.2: New USB device found, idVendor=0461, idProduct=4d51
[    4.584344] usb 1-5.2: New USB device strings: Mfr=0, Product=2, SerialNumber=0
[    4.585701] usb 1-5.2: Product: DELL Laser Mouse
[    4.590467] input: DELL Laser Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5.2/1-5.2:1.0/0003:0461:4D51.0005/input/input3
[    4.592143] hid-generic 0003:0461:4D51.0005: input,hidraw4: USB HID v1.11 Mouse [DELL Laser Mouse] on usb-0000:00:14.0-5.2/input0
[    5.069832] systemd[1]: systemd 232 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN)
[    5.071455] systemd[1]: Detected architecture x86-64.
[    5.078147] systemd[1]: Set hostname to <icealia>.
[    5.131983] systemd[1]: fancontrol.service: Cannot add dependency job, ignoring: Unit fancontrol.service is masked.
[    5.133781] systemd[1]: Listening on Journal Socket (/dev/log).
[    5.136989] systemd[1]: Listening on Journal Socket.
[    5.140256] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    5.143540] systemd[1]: Listening on udev Control Socket.
[    5.146718] systemd[1]: Listening on Syslog Socket.
[    5.149914] systemd[1]: Reached target Remote File Systems.
[    5.182835] EXT4-fs (sda2): re-mounted. Opts: errors=remount-ro
[    5.192483] lp: driver loaded but no devices found
[    5.194780] ppdev: user-space parallel port driver
[    5.232744] systemd-journald[231]: Received request to flush runtime journal from PID 1
[    5.283265] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input4
[    5.285244] [Firmware Bug]: ACPI(GFX0) defines _DOD but not _DOS
[    5.287872] ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[    5.290524] ACPI: Lid Switch [LID0]
[    5.291920] acpi device:02: registered as cooling_device8
[    5.291960] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:01/LNXVIDEO:00/input/input5
[    5.297502] ACPI: AC Adapter [ADP1] (on-line)
[    5.300116] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input6
[    5.302183] ACPI: Power Button [PWRB]
[    5.304462] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input7
[    5.306680] ACPI: Sleep Button [SLPB]
[    5.311227] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input8
[    5.313842] ACPI: Power Button [PWRF]
[    5.314354] apple_gmux: Found gmux version 4.0.29 [indexed]
[    5.314360] apple_gmux: locked IO for PCI:0000:01:00.0
[    5.319895] ACPI: SBS HC: EC = 0xffff8cb9ebdc8000, offset = 0x20, query_bit = 0x10
[    5.324066] random: crng init done
[    5.443077] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    5.445465] media: Linux media interface: v0.10
[    5.447956] ACPI: Smart Battery System [SBS0]: AC Adapter [AC0] (on-line)
[    5.451681] Bluetooth: Core ver 2.22
[    5.452375] Linux video capture interface: v2.00
[    5.455545] NET: Registered protocol family 31
[    5.457618] Bluetooth: HCI device and connection manager initialized
[    5.459564] Bluetooth: HCI socket layer initialized
[    5.461601] Bluetooth: L2CAP socket layer initialized
[    5.463645] Bluetooth: SCO socket layer initialized
[    5.466740] intel-lpss 0000:00:15.0: enabling device (0000 -> 0002)
[    5.470678] [drm] Initialized
[    5.474024] idma64 idma64.0: Found Intel integrated DMA 64-bit
[    5.476529] EFI Variables Facility v0.08 2004-May-17
[    5.476568] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    5.476584] Bluetooth: HCI UART driver ver 2.3
[    5.476584] Bluetooth: HCI UART protocol H4 registered
[    5.476585] Bluetooth: HCI UART protocol BCSP registered
[    5.476585] Bluetooth: HCI UART protocol LL registered
[    5.476585] Bluetooth: HCI UART protocol ATH3K registered
[    5.476586] Bluetooth: HCI UART protocol Three-wire (H5) registered
[    5.476602] Bluetooth: HCI UART protocol Intel registered
[    5.476694] hci_bcm BCM2E7C:00: BCM irq: -22
[    5.476694] hci_bcm BCM2E7C:00: invalid platform data
[    5.485742] usbcore: registered new interface driver r8152
[    5.502762] hci_bcm: probe of BCM2E7C:00 failed with error -22
[    5.504440] Bluetooth: HCI UART protocol Broadcom registered
[    5.506071] Bluetooth: HCI UART protocol QCA registered
[    5.506812] i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
[    5.517069] ACPI: Smart Battery System [SBS0]: Battery Slot [BAT0] (battery present)
[    5.519248] input: PC Speaker as /devices/platform/pcspkr/input/input9
[    5.521743] uvcvideo: Found UVC 1.50 device iBridge (05ac:8600)
[    5.522956] Error: Driver 'pcspkr' is already registered, aborting...
[    5.523529] uvcvideo: UVC non compliance - GET_DEF(PROBE) not supported. Enabling workaround.
[    5.523736] uvcvideo: Failed to query (129) UVC probe control : -32 (exp. 34).
[    5.523737] uvcvideo: Failed to initialize the device (-5).
[    5.523765] usbcore: registered new interface driver uvcvideo
[    5.523765] USB Video Class driver (1.1.1)
[    5.527157] intel-lpss 0000:00:19.0: enabling device (0000 -> 0002)
[    5.527432] dw-apb-uart.1: ttyS0 at MMIO 0x8272a000 (irq = 21, base_baud = 115200) is a 16550A
[    5.538972] usbcore: registered new interface driver cdc_ether
[    5.546780] intel-lpss 0000:00:1e.0: enabling device (0000 -> 0002)
[    5.549345] Adding 16645884k swap on /dev/sda3.  Priority:-1 extents:1 across:16645884k SSFS
[    5.550993] AVX2 version of gcm_enc/dec engaged.
[    5.551231] idma64 idma64.2: Found Intel integrated DMA 64-bit
[    5.551546] dw-apb-uart.2: ttyS1 at MMIO 0x8272b000 (irq = 20, base_baud = 3000000) is a 16550A
[    5.558556] AES CTR mode by8 optimization enabled
[    5.560437] usbcore: registered new interface driver brcmfmac
[    5.570764] intel-lpss 0000:00:1e.1: enabling device (0000 -> 0002)
[    5.571118] idma64 idma64.3: Found Intel integrated DMA 64-bit
[    5.571227] dw-apb-uart.3: ttyS2 at MMIO 0x8272c000 (irq = 21, base_baud = 115200) is a 16550A
[    5.590484] intel_rapl: Found RAPL domain package
[    5.590753] intel-lpss 0000:00:1e.2: enabling device (0000 -> 0002)
[    5.591039] idma64 idma64.4: Found Intel integrated DMA 64-bit
[    5.595699] intel_rapl: Found RAPL domain core
[    5.595700] intel_rapl: Found RAPL domain uncore
[    5.595702] intel_rapl: Found RAPL domain dram
[    5.606948] usb 6-2: reset SuperSpeed USB device number 2 using xhci_hcd
[    5.610734] intel-lpss 0000:00:1e.3: enabling device (0000 -> 0002)
[    5.610998] idma64 idma64.5: Found Intel integrated DMA 64-bit
[    5.611581] snd_hda_intel 0000:01:00.1: enabling device (0000 -> 0002)
[    5.611621] snd_hda_intel 0000:01:00.1: Handle vga_switcheroo audio client
[    5.611622] snd_hda_intel 0000:01:00.1: Force to non-snoop mode
[    5.627975] iTCO_vendor_support: vendor-support=0
[    5.635490] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
[    5.635630] iTCO_wdt: unable to reset NO_REBOOT flag, device disabled by hardware/BIOS
[    5.635862] input: HDA ATI HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input10
[    5.635925] input: HDA ATI HDMI HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input11
[    5.635990] input: HDA ATI HDMI HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input12
[    5.636039] input: HDA ATI HDMI HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input13
[    5.636087] input: HDA ATI HDMI HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input14
[    5.636140] input: HDA ATI HDMI HDMI/DP,pcm=11 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input15
[    5.636365] snd_hda_codec_generic hdaudioC0D0: autoconfig for Generic: line_outs=2 (0x24/0x25/0x0/0x0/0x0) type:speaker
[    5.636367] snd_hda_codec_generic hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[    5.636368] snd_hda_codec_generic hdaudioC0D0:    hp_outs=1 (0x2c/0x0/0x0/0x0/0x0)
[    5.636369] snd_hda_codec_generic hdaudioC0D0:    mono: mono_out=0x0
[    5.636369] snd_hda_codec_generic hdaudioC0D0:    inputs:
[    5.636371] snd_hda_codec_generic hdaudioC0D0:      Internal Mic=0x44
[    5.636372] snd_hda_codec_generic hdaudioC0D0:      Mic=0x3c
[    5.648623] applesmc: key=858 fan=2 temp=46 index=45 acc=0 lux=0 kbd=0
[    5.683143] r8152 6-2:1.0 eth0: v1.08.6
[    5.693460] brcmfmac 0000:03:00.0: Direct firmware load for brcm/brcmfmac43602-pcie.txt failed with error -2
[    5.718515] r8152 6-2:1.0 enxa0cec804eb1d: renamed from eth0
[    5.824730] [drm] amdgpu kernel modesetting enabled.
[    5.829329] CRAT table not found
[    5.831725] Finished initializing topology ret=0
[    5.834125] kfd kfd: Initialized module
[    5.836734] checking generic (b0300000 1cb6000) vs hw (b0000000 10000000)
[    5.836734] fb: switching to amdgpudrmfb from simple
[    5.838122] Console: switching to colour dummy device 80x25
[    5.838461] [drm] initializing kernel modesetting (POLARIS11 0x1002:0x67EF 0x106B:0x0160 0xC0).
[    5.838479] [drm] register mmio base: 0x82600000
[    5.838481] [drm] register mmio size: 262144
[    5.838486] [drm] doorbell mmio base: 0xC0000000
[    5.838488] [drm] doorbell mmio size: 2097152
[    5.838500] [drm] probing gen 2 caps for device 8086:1901 = 261ad03/e
[    5.838503] [drm] probing mlw for device 8086:1901 = 261ad03
[    5.838514] [drm] UVD is enabled in VM mode
[    5.838515] [drm] VCE enabled in VM mode
[    5.838523] [drm] ACPI VFCT contains a BIOS for 01:00.0 1002:67ef, size 59392
[    5.838531] ATOM BIOS: Falcon
[    5.838541] [drm] GPU post is not needed
[    5.839145] [TTM] Zone  kernel: Available graphics memory: 8165402 kiB
[    5.839148] [TTM] Zone   dma32: Available graphics memory: 2097152 kiB
[    5.839150] [TTM] Initializing pool allocator
[    5.839155] [TTM] Initializing DMA pool allocator
[    5.839172] amdgpu 0000:01:00.0: VRAM: 4096M 0x0000000000000000 - 0x00000000FFFFFFFF (4096M used)
[    5.839175] amdgpu 0000:01:00.0: GTT: 7974M 0x0000000100000000 - 0x00000002F26067FF
[    5.839183] [drm] Detected VRAM RAM=4096M, BAR=256M
[    5.839185] [drm] RAM width 128bits GDDR5
[    5.839192] [drm] amdgpu: 4096M of VRAM memory ready
[    5.839194] [drm] amdgpu: 7974M of GTT memory ready.
[    5.839203] [drm] GART: num cpu pages 2041350, num gpu pages 2041350
[    5.840416] [drm] PCIE GART of 7974M enabled (table at 0x0000000000040000).
[    5.840425] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    5.840427] [drm] Driver supports precise vblank timestamp query.
[    5.840472] amdgpu 0000:01:00.0: amdgpu: using MSI.
[    5.840509] [drm] amdgpu: irq initialized.
[    5.840514] Can't find requested voltage id in vdd_dep_on_sclk table!
[    5.840638] amdgpu: powerplay initialized
[    5.841675] [drm] amdgpu atom DIG backlight initialized
[    5.841678] [drm] AMDGPU Display Connectors
[    5.841680] [drm] Connector 0:
[    5.841682] [drm]   eDP-1
[    5.841683] [drm]   HPD1
[    5.841685] [drm]   DDC: 0x4868 0x4868 0x4869 0x4869 0x486a 0x486a 0x486b 0x486b
[    5.841688] [drm]   Encoders:
[    5.841690] [drm]     LCD1: INTERNAL_UNIPHY
[    5.841691] [drm] Connector 1:
[    5.841693] [drm]   DP-1
[    5.841694] [drm]   HPD2
[    5.841696] [drm]   DDC: 0x486c 0x486c 0x486d 0x486d 0x486e 0x486e 0x486f 0x486f
[    5.841699] [drm]   Encoders:
[    5.841700] [drm]     DFP1: INTERNAL_UNIPHY
[    5.841702] [drm] Connector 2:
[    5.841703] [drm]   DP-2
[    5.841705] [drm]   HPD3
[    5.841707] [drm]   DDC: 0x4870 0x4870 0x4871 0x4871 0x4872 0x4872 0x4873 0x4873
[    5.841709] [drm]   Encoders:
[    5.841711] [drm]     DFP2: INTERNAL_UNIPHY1
[    5.841712] [drm] Connector 3:
[    5.841714] [drm]   DP-3
[    5.841715] [drm]   HPD4
[    5.841717] [drm]   DDC: 0x4874 0x4874 0x4875 0x4875 0x4876 0x4876 0x4877 0x4877
[    5.841720] [drm]   Encoders:
[    5.841721] [drm]     DFP3: INTERNAL_UNIPHY1
[    5.841723] [drm] Connector 4:
[    5.841724] [drm]   DP-4
[    5.841726] [drm]   HPD5
[    5.841727] [drm]   DDC: 0x4878 0x4878 0x4879 0x4879 0x487a 0x487a 0x487b 0x487b
[    5.841730] [drm]   Encoders:
[    5.841731] [drm]     DFP4: INTERNAL_UNIPHY2
[    5.845851] amdgpu 0000:01:00.0: fence driver on ring 0 use gpu addr 0x0000000100000008, cpu addr 0xffff8cb9e1493008
[    5.845901] amdgpu 0000:01:00.0: fence driver on ring 1 use gpu addr 0x0000000100000018, cpu addr 0xffff8cb9e1493018
[    5.845941] amdgpu 0000:01:00.0: fence driver on ring 2 use gpu addr 0x0000000100000028, cpu addr 0xffff8cb9e1493028
[    5.845963] amdgpu 0000:01:00.0: fence driver on ring 3 use gpu addr 0x0000000100000038, cpu addr 0xffff8cb9e1493038
[    5.845992] amdgpu 0000:01:00.0: fence driver on ring 4 use gpu addr 0x0000000100000048, cpu addr 0xffff8cb9e1493048
[    5.846019] amdgpu 0000:01:00.0: fence driver on ring 5 use gpu addr 0x0000000100000058, cpu addr 0xffff8cb9e1493058
[    5.846046] amdgpu 0000:01:00.0: fence driver on ring 6 use gpu addr 0x0000000100000068, cpu addr 0xffff8cb9e1493068
[    5.846070] amdgpu 0000:01:00.0: fence driver on ring 7 use gpu addr 0x0000000100000078, cpu addr 0xffff8cb9e1493078
[    5.846096] amdgpu 0000:01:00.0: fence driver on ring 8 use gpu addr 0x0000000100000088, cpu addr 0xffff8cb9e1493088
[    5.846643] amdgpu 0000:01:00.0: fence driver on ring 9 use gpu addr 0x0000000100000098, cpu addr 0xffff8cb9e1493098
[    5.846672] amdgpu 0000:01:00.0: fence driver on ring 10 use gpu addr 0x00000001000000a8, cpu addr 0xffff8cb9e14930a8
[    5.847945] [drm] Found UVD firmware Version: 1.79 Family ID: 16
[    5.848294] amdgpu 0000:01:00.0: fence driver on ring 11 use gpu addr 0x0000000001030420, cpu addr 0xffff98d98525a420
[    5.848909] [drm] Found VCE firmware Version: 52.4 Binary ID: 3
[    5.849010] amdgpu 0000:01:00.0: fence driver on ring 12 use gpu addr 0x00000001000000c8, cpu addr 0xffff8cb9e14930c8
[    5.849100] amdgpu 0000:01:00.0: fence driver on ring 13 use gpu addr 0x00000001000000d8, cpu addr 0xffff8cb9e14930d8
[    5.942693] pstore: using zlib compression
[    5.969834] brcmfmac: brcmf_c_preinit_dcmds: Firmware version = wl0: Nov 10 2015 06:38:10 version 7.35.177.61 (r598657) FWID 01-ea662a8c
[    5.992664] brcmfmac: brcmf_cfg80211_reg_notifier: not a ISO3166 code (0x30 0x30)
[    5.998631] brcmfmac 0000:03:00.0 wlp3s0: renamed from wlan0
[    6.000280] [AVFS] Something is broken. See log!
[    6.019383] [drm] ring test on 0 succeeded in 9 usecs
[    6.221898] pstore: Registered efi as persistent store backend
[    6.264161] [drm:gfx_v8_0_ring_test_ring [amdgpu]] *ERROR* amdgpu: ring 1 test failed (scratch(0xC040)=0xCAFEDEAD)
[    6.458520] [drm:gfx_v8_0_ring_test_ring [amdgpu]] *ERROR* amdgpu: ring 2 test failed (scratch(0xC040)=0xCAFEDEAD)
[    6.652974] [drm:gfx_v8_0_ring_test_ring [amdgpu]] *ERROR* amdgpu: ring 3 test failed (scratch(0xC040)=0xCAFEDEAD)
[    6.847435] [drm:gfx_v8_0_ring_test_ring [amdgpu]] *ERROR* amdgpu: ring 4 test failed (scratch(0xC040)=0xCAFEDEAD)
[    7.041777] [drm:gfx_v8_0_ring_test_ring [amdgpu]] *ERROR* amdgpu: ring 5 test failed (scratch(0xC040)=0xCAFEDEAD)
[    7.236305] [drm:gfx_v8_0_ring_test_ring [amdgpu]] *ERROR* amdgpu: ring 6 test failed (scratch(0xC040)=0xCAFEDEAD)
[    7.430672] [drm:gfx_v8_0_ring_test_ring [amdgpu]] *ERROR* amdgpu: ring 7 test failed (scratch(0xC040)=0xCAFEDEAD)
[    7.625041] [drm:gfx_v8_0_ring_test_ring [amdgpu]] *ERROR* amdgpu: ring 8 test failed (scratch(0xC040)=0xCAFEDEAD)
[    7.731919] [drm:sdma_v3_0_ring_test_ring [amdgpu]] *ERROR* amdgpu: ring 9 test failed (0xCAFEDEAD)
[    7.731936] [drm:amdgpu_device_init [amdgpu]] *ERROR* hw_init of IP block <sdma_v3_0> failed -22
[    7.731940] amdgpu 0000:01:00.0: amdgpu_init failed
[    7.824404] [drm] amdgpu atom LVDS backlight unloaded
[    7.824637] [drm:dce_v11_0_set_pageflip_irq_state [amdgpu]] *ERROR* invalid pageflip crtc 5
[    7.824657] [drm:amdgpu_irq_disable_all [amdgpu]] *ERROR* error disabling interrupt (-22)
[    7.824693] [drm:dce_v11_0_set_pageflip_irq_state [amdgpu]] *ERROR* invalid pageflip crtc 5
[    7.824710] [drm:amdgpu_irq_disable_all [amdgpu]] *ERROR* error disabling interrupt (-22)
[    7.824734] [drm:dce_v11_0_set_pageflip_irq_state [amdgpu]] *ERROR* invalid pageflip crtc 5
[    7.824750] [drm:amdgpu_irq_disable_all [amdgpu]] *ERROR* error disabling interrupt (-22)
[    7.824773] [drm:dce_v11_0_set_pageflip_irq_state [amdgpu]] *ERROR* invalid pageflip crtc 5
[    7.824789] [drm:amdgpu_irq_disable_all [amdgpu]] *ERROR* error disabling interrupt (-22)
[    7.824811] [drm:dce_v11_0_set_pageflip_irq_state [amdgpu]] *ERROR* invalid pageflip crtc 5
[    7.824827] [drm:amdgpu_irq_disable_all [amdgpu]] *ERROR* error disabling interrupt (-22)
[    7.824848] [drm:dce_v11_0_set_pageflip_irq_state [amdgpu]] *ERROR* invalid pageflip crtc 5
[    7.824864] [drm:amdgpu_irq_disable_all [amdgpu]] *ERROR* error disabling interrupt (-22)
[    7.825995] [TTM] Finalizing pool allocator
[    7.825998] [TTM] Finalizing DMA pool allocator
[    7.826001] ------------[ cut here ]------------
[    7.826006] WARNING: CPU: 0 PID: 271 at drivers/gpu/drm/ttm/ttm_page_alloc_dma.c:545 ttm_dma_free_pool+0xdf/0xf0 [ttm]
[    7.826009] Modules linked in: efi_pstore(E) amdkfd(E) amdgpu(E+) snd_hda_codec_generic(E) iTCO_wdt(E) iTCO_vendor_support(E) i2c_designware_platform(E) i2c_designware_core(E) snd_hda_codec_hdmi(E) intel_rapl(E) nls_ascii(E) x86_pkg_temp_thermal(E) nls_cp437(E) coretemp(E) kvm_intel(E) applesmc(E) vfat(E) kvm(E) input_polldev(E) fat(E) irqbypass(E) crct10dif_pclmul(E) crc32_pclmul(E) ghash_clmulni_intel(E) brcmfmac(E) aesni_intel(E) brcmutil(E) snd_hda_intel(E) aes_x86_64(E) lrw(E) snd_hda_codec(E) gf128mul(E) glue_helper(E) cfg80211(E) ablk_helper(E) cdc_ether(E) snd_hda_core(E) cryptd(E) usbnet(E) snd_hwdep(E) uvcvideo(E) mmc_core(E) ttm(E) pcspkr(E) efivars(E) hci_uart(E) sg(E) r8152(E) snd_pcm(E) videobuf2_vmalloc(E) idma64(E) drm_kms_helper(E) mii(E) virt_dma(E) i2c_i801(E) btbcm(E) snd_timer(E)
[    7.826041]  videobuf2_memops(E) i2c_smbus(E) drm(E) btqca(E) videobuf2_v4l2(E) snd(E) btintel(E) videobuf2_core(E) i2c_algo_bit(E) soundcore(E) bluetooth(E) videodev(E) mei_me(E) intel_lpss_pci(E) joydev(E) evdev(E) intel_lpss(E) media(E) mei(E) rfkill(E) mfd_core(E) shpchp(E) sbs(E) battery(E) sbshc(E) apple_gmux(E) apple_bl(E) tpm_tis(E) video(E) ac(E) tpm_tis_core(E) button(E) tpm(E) parport_pc(E) ppdev(E) lp(E) parport(E) efivarfs(E) ip_tables(E) x_tables(E) autofs4(E) ext4(E) crc16(E) jbd2(E) fscrypto(E) mbcache(E) hid_generic(E) usbhid(E) hid(E) sd_mod(E) uas(E) usb_storage(E) scsi_mod(E) crc32c_intel(E) nvme(E) nvme_core(E) xhci_pci(E) xhci_hcd(E) usbcore(E) fjes(E)
[    7.826072] CPU: 0 PID: 271 Comm: systemd-udevd Tainted: G            E   4.9.0-rc6 #1
[    7.826074] Hardware name: Apple Inc. MacBookPro13,3/Mac-A5C67F76ED83108C, BIOS MBP133.88Z.0226.B00.1610231055 10/23/2016
[    7.826078]  0000000000000000 ffffffffb3b2bb44 0000000000000000 0000000000000000
[    7.826081]  ffffffffb387deee ffff8cb9eb19f240 ffff8cb9eb89d2d0 0000000000000008
[    7.826085]  ffffffffc0ea5c70 0000000000000018 ffff8cb9e1918000 ffffffffc09589af
[    7.826088] Call Trace:
[    7.826092]  [<ffffffffb3b2bb44>] ? dump_stack+0x5c/0x78
[    7.826095]  [<ffffffffb387deee>] ? __warn+0xbe/0xe0
[    7.826099]  [<ffffffffc09589af>] ? ttm_dma_free_pool+0xdf/0xf0 [ttm]
[    7.826102]  [<ffffffffc09598ff>] ? ttm_dma_page_alloc_fini+0x5f/0x100 [ttm]
[    7.826105]  [<ffffffffc094f2b4>] ? ttm_mem_global_release+0x14/0x80 [ttm]
[    7.826115]  [<ffffffffc07f5ac2>] ? drm_global_item_unref+0x52/0x70 [drm]
[    7.826131]  [<ffffffffc0dbccf1>] ? amdgpu_ttm_fini+0x131/0x1c0 [amdgpu]
[    7.826145]  [<ffffffffc0dbeb1e>] ? amdgpu_bo_fini+0xe/0x30 [amdgpu]
[    7.826161]  [<ffffffffc0df575e>] ? gmc_v8_0_sw_fini+0x3e/0x50 [amdgpu]
[    7.826174]  [<ffffffffc0dab2fd>] ? amdgpu_fini+0x27d/0x3f0 [amdgpu]
[    7.826188]  [<ffffffffc0dacf4d>] ? amdgpu_device_init+0xcfd/0x1390 [amdgpu]
[    7.826200]  [<ffffffffc0daf6f8>] ? amdgpu_driver_load_kms+0x58/0x1f0 [amdgpu]
[    7.826208]  [<ffffffffc07e7f3c>] ? drm_dev_register+0x9c/0xc0 [drm]
[    7.826214]  [<ffffffffc07e9ea5>] ? drm_get_pci_dev+0x95/0x1b0 [drm]
[    7.826217]  [<ffffffffb3b7d8ef>] ? local_pci_probe+0x3f/0x90
[    7.826219]  [<ffffffffb3b7eccc>] ? pci_device_probe+0x10c/0x160
[    7.826222]  [<ffffffffb3c6fb5a>] ? driver_probe_device+0x21a/0x420
[    7.826224]  [<ffffffffb3c6fe3a>] ? __driver_attach+0xda/0xe0
[    7.826227]  [<ffffffffb3c6fd60>] ? driver_probe_device+0x420/0x420
[    7.826229]  [<ffffffffb3c6d6e7>] ? bus_for_each_dev+0x67/0xb0
[    7.826231]  [<ffffffffb3c6ed9a>] ? bus_add_driver+0x16a/0x260
[    7.826233]  [<ffffffffc0c6c000>] ? 0xffffffffc0c6c000
[    7.826235]  [<ffffffffb3c706d7>] ? driver_register+0x57/0xc0
[    7.826237]  [<ffffffffc0c6c000>] ? 0xffffffffc0c6c000
[    7.826239]  [<ffffffffb380218b>] ? do_one_initcall+0x4b/0x180
[    7.826242]  [<ffffffffb39ca34d>] ? __vunmap+0x6d/0xc0
[    7.826244]  [<ffffffffb39ca34d>] ? __vunmap+0x6d/0xc0
[    7.826247]  [<ffffffffb3980e7c>] ? do_init_module+0x5b/0x1ed
[    7.826250]  [<ffffffffb39066a6>] ? load_module+0x2506/0x2a10
[    7.826252]  [<ffffffffb3902f00>] ? __symbol_put+0x60/0x60
[    7.826254]  [<ffffffffb3906df6>] ? SYSC_finit_module+0xc6/0xf0
[    7.826257]  [<ffffffffb3803af7>] ? do_syscall_64+0x57/0xc0
[    7.826259]  [<ffffffffb3dfc62f>] ? entry_SYSCALL64_slow_path+0x25/0x25
[    7.826261] ---[ end trace c3f520c9a350f068 ]---
[    7.826357] [TTM] Zone  kernel: Used memory at exit: 814 kiB
[    7.826360] [TTM] Zone   dma32: Used memory at exit: 10 kiB
[    7.826362] [drm] amdgpu: ttm finalized
[    7.826365] amdgpu 0000:01:00.0: Fatal error during GPU init
[    7.826368] [drm] amdgpu: finishing device.
[    7.826370] [TTM] Memory type 2 has not been initialized
[    7.826623] amdgpu: probe of 0000:01:00.0 failed with error -22
[    8.075731] IPv6: ADDRCONF(NETDEV_UP): enxa0cec804eb1d: link is not ready
[    8.104860] IPv6: ADDRCONF(NETDEV_UP): enxa0cec804eb1d: link is not ready
[    8.107703] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
[    9.158360] IPv6: ADDRCONF(NETDEV_CHANGE): enxa0cec804eb1d: link becomes ready

[-- Attachment #3: Type: text/plain, Size: 154 bytes --]

_______________________________________________
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: amdgpu support for Polaris11, Radeon Pro 400 series graphics
       [not found]         ` <CALTeittqYK=QsY61DrkD22uq8d8CR=5P4B7hNAF5gbp=YSOnvg-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
@ 2016-11-28  1:40           ` Michel Dänzer
       [not found]             ` <5cc32b87-6467-3a1d-0678-6fbfd1c6f846-otUistvHUpPR7s880joybQ@public.gmane.org>
  0 siblings, 1 reply; 5+ messages in thread
From: Michel Dänzer @ 2016-11-28  1:40 UTC (permalink / raw)
  To: Bernhard Froemel; +Cc: amd-gfx-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW

On 26/11/16 10:27 PM, Bernhard Froemel wrote:
> 
>>     Device: AMD POLARIS11 (DRM 3.8.0 / 4.9.0-rc6, LLVM 3.8.1) (0x67ef)

It might be worth trying Mesa 13 compiled against LLVM 3.9.


-- 
Earthling Michel Dänzer               |               http://www.amd.com
Libre software enthusiast             |             Mesa and X developer
_______________________________________________
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: amdgpu support for Polaris11, Radeon Pro 400 series graphics
       [not found]             ` <5cc32b87-6467-3a1d-0678-6fbfd1c6f846-otUistvHUpPR7s880joybQ@public.gmane.org>
@ 2016-11-28 21:59               ` Bernhard Froemel
  0 siblings, 0 replies; 5+ messages in thread
From: Bernhard Froemel @ 2016-11-28 21:59 UTC (permalink / raw)
  To: Michel Dänzer; +Cc: amd-gfx-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW

On Mon, Nov 28, 2016 at 2:40 AM, Michel Dänzer <michel@daenzer.net> wrote:
> On 26/11/16 10:27 PM, Bernhard Froemel wrote:
>>
>>>     Device: AMD POLARIS11 (DRM 3.8.0 / 4.9.0-rc6, LLVM 3.8.1) (0x67ef)
>
> It might be worth trying Mesa 13 compiled against LLVM 3.9.
>

Thanks and tried it, but unfortunately it's essentially the same:
blank screen/gpu crash that sometimes locks up the whole system. No
consistent dmesg output (often there isn't even reported anything) or
other error messages anywhere.

Just for reference:
>     Device: AMD POLARIS11 (DRM 3.8.0 / 4.9.0-rc6, LLVM 3.9.0) (0x67ef)
>     Version: 13.0.1

Will enable more kernel debugging and hopefully better isolate the
problem(s) in the next couple of days.

Greetings,
  Bernhard
_______________________________________________
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2016-11-28 21:59 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-11-25 16:15 amdgpu support for Polaris11, Radeon Pro 400 series graphics Bernhard Froemel
     [not found] ` <CALTeituzRvVW6CNeQJJEHg8_yicB0Jq3EXN3EkD0iauKdaMNmg-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2016-11-26  0:02   ` StDenis, Tom
     [not found]     ` <CY4PR12MB176823BA821AF6B716F97566F7880-rpdhrqHFk06yjjPBNVDk/QdYzm3356FpvxpqHgZTriW3zl9H0oFU5g@public.gmane.org>
2016-11-26 13:27       ` Bernhard Froemel
     [not found]         ` <CALTeittqYK=QsY61DrkD22uq8d8CR=5P4B7hNAF5gbp=YSOnvg-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2016-11-28  1:40           ` Michel Dänzer
     [not found]             ` <5cc32b87-6467-3a1d-0678-6fbfd1c6f846-otUistvHUpPR7s880joybQ@public.gmane.org>
2016-11-28 21:59               ` Bernhard Froemel

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.