amdgpu support for Polaris11, Radeon Pro 400 series graphics

Bernhard Froemel bfroemel at gmail.com
Sat Nov 26 13:27:14 UTC 2016


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 at amd.com> 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
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/amd-gfx/attachments/20161126/8f812b79/attachment-0001.html>
-------------- next part --------------
[    0.000000] Linux version 4.9.0-rc6 (root at 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 at 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 at 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


More information about the amd-gfx mailing list