[PATCH 00/31] DC Patches May 12, 2017

Tom St Denis tom.stdenis at amd.com
Fri May 12 15:53:50 UTC 2017


Still getting noise in dmesg with DCN enabled on my carrizo/vega10 
setup.  It's otherwise fine.

Tom


On 12/05/17 11:20 AM, Harry Wentland wrote:
>   * Fix deadlock when plugging MST display
>   * Fix DVI->HDMI dongles
>   * Bunch of raven bandwidth changes
>   * Some more cleanup for i2c/aux
> 
> Amy Zhang (1):
>    drm/amd/display: Move output transfer function to stream updates
> 
> Andrey Grodzovsky (4):
>    drm/amd/display: i2c Remove link index.
>    drm/amd/display: DP aux Remove link index.
>    drm/amd/display: i2c/aux Remove link index.
>    drm/amd/display: Fix race.
> 
> Anthony Koo (2):
>    drm/amd/display: use signal type to decide whether to set backlight
>    drm/amd/display: Implement support for backlight optimization
> 
> Charlene Liu (1):
>    drm/amd/display: single channel bandwidth verses dual channel
>      bandwidth
> 
> Corbin McElhanney (1):
>    drm/amd/display: fix freesync not working on raven
> 
> Dmytro Laktyushkin (9):
>    drm/amd/display: bw debug options now apply to dml as well
>    drm/amd/display: prevent assert on error of 1 in calc_freesync_range
>    drm/amd/display: refactor bw related variable structure in val_ctx
>    drm/amd/display: switch to using calc_clk and cur_clk for dcn bw
>      setting
>    drm/amd/display: enable watermark range reporting to pplib
>    drm/amd/display: fix scaling calculation for proper surface input
>      format
>    drm/amd/display: add yuv pixel formats to pixel_format_to_bpp()
>    drm/amd/display: fix scaling info based surface update type check
>    drm/amd/display: add explanation for surface_update_type
> 
> Harry Wentland (6):
>    drm/amd/display: Don't call PSR func if DMCU is off
>    drm/amd/display: Keep DVI_SINGLE_LINK signal if low clk
>    drm/amd/display: ifdef some code only needed for DCN
>    drm/amd/display: Use MED update type if clip position changes
>    drm/amd/display: Add mem_input header to non-DCN builds
>    drm/amd/display: DCE12 num_timing_generators should be 6
> 
> Ken Chalmers (1):
>    drm/amd/display: Continue with stream enable if DP link training
>      fails.
> 
> Leon Elazar (1):
>    drm/amd/display: Allow MPO on Raven
> 
> Pratik Vishwakarma (1):
>    drm/amd/display: get_atomic_property missing for drm_connector_funcs
> 
> Sun peng Li (1):
>    drm/amd/display: Reverting locks around updating freesync property
> 
> Tony Cheng (1):
>    drm/amd/display: do not set_mpc_tree if tree is already setup
> 
> Yongqiang Sun (2):
>    drm/amd/display: Only apply ctx for specific surface.
>    drm/amd/display: Add 64KB_S_T and 64KB_D_T swizzle mode.
> 
>   drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h           |   6 +-
>   .../amd/display/amdgpu_dm/amdgpu_dm_mst_types.c    |  38 +++---
>   .../drm/amd/display/amdgpu_dm/amdgpu_dm_types.c    |  82 +++++++++---
>   .../drm/amd/display/amdgpu_dm/amdgpu_dm_types.h    |   6 +
>   drivers/gpu/drm/amd/display/dc/calcs/dce_calcs.c   |  18 +--
>   drivers/gpu/drm/amd/display/dc/calcs/dcn_calcs.c   | 131 +++++++++++--------
>   drivers/gpu/drm/amd/display/dc/core/dc.c           | 140 ++++++++-------------
>   drivers/gpu/drm/amd/display/dc/core/dc_link.c      |  59 +++++----
>   drivers/gpu/drm/amd/display/dc/core/dc_link_dp.c   |   4 +-
>   drivers/gpu/drm/amd/display/dc/core/dc_resource.c  |  69 ++++++----
>   drivers/gpu/drm/amd/display/dc/dc.h                |  51 +++++---
>   drivers/gpu/drm/amd/display/dc/dc_hw_types.h       |  20 +--
>   drivers/gpu/drm/amd/display/dc/dce/dce_abm.c       |  36 ++++--
>   drivers/gpu/drm/amd/display/dc/dce/dce_clocks.c    |  11 +-
>   drivers/gpu/drm/amd/display/dc/dce/dce_mem_input.c |   6 +-
>   drivers/gpu/drm/amd/display/dc/dce/dce_mem_input.h |  12 +-
>   .../amd/display/dc/dce100/dce100_hw_sequencer.c    |   9 +-
>   .../drm/amd/display/dc/dce100/dce100_resource.c    |   4 +-
>   .../amd/display/dc/dce110/dce110_hw_sequencer.c    | 100 ++++++++-------
>   .../drm/amd/display/dc/dce110/dce110_mem_input.c   |  12 +-
>   .../drm/amd/display/dc/dce110/dce110_mem_input.h   |   6 +-
>   .../drm/amd/display/dc/dce110/dce110_mem_input_v.c |  30 ++---
>   .../drm/amd/display/dc/dce110/dce110_mem_input_v.h |   6 +-
>   .../drm/amd/display/dc/dce110/dce110_resource.c    |  63 +++++-----
>   .../drm/amd/display/dc/dce112/dce112_resource.c    |  63 +++++-----
>   .../drm/amd/display/dc/dce120/dce120_resource.c    |   4 +-
>   .../gpu/drm/amd/display/dc/dce80/dce80_resource.c  |   4 +-
>   .../drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c  | 121 +++++++++++++-----
>   .../gpu/drm/amd/display/dc/dcn10/dcn10_mem_input.c |   6 +-
>   .../gpu/drm/amd/display/dc/dcn10/dcn10_resource.c  |   4 +-
>   drivers/gpu/drm/amd/display/dc/inc/core_status.h   |   1 +
>   drivers/gpu/drm/amd/display/dc/inc/core_types.h    |  61 +++++++--
>   drivers/gpu/drm/amd/display/dc/inc/dce_calcs.h     |  29 +----
>   drivers/gpu/drm/amd/display/dc/inc/hw/abm.h        |   2 +
>   drivers/gpu/drm/amd/display/dc/inc/hw/ipp.h        |   2 +
>   drivers/gpu/drm/amd/display/dc/inc/hw/mem_input.h  |  20 +--
>   drivers/gpu/drm/amd/display/dc/inc/hw/opp.h        |   2 +
>   drivers/gpu/drm/amd/display/dc/inc/hw_sequencer.h  |   1 -
>   .../drm/amd/display/modules/freesync/freesync.c    |  16 ++-
>   39 files changed, 741 insertions(+), 514 deletions(-)
> 

-------------- next part --------------
[    0.000000] Linux version 4.9.0+ (root at carrizo) (gcc version 6.3.1 20161221 (Red Hat 6.3.1-1) (GCC) ) #4 SMP Tue May 9 08:29:14 EDT 2017
[    0.000000] Command line: BOOT_IMAGE=/vmlinuz-4.9.0+ root=UUID=94d1a188-a2a5-49a3-9638-fc955e2e8334 ro rhgb quiet LANG=en_CA.UTF-8 rdblacklist=amdgpu,radeon
[    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: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.
[    0.000000] x86/fpu: Using 'eager' FPU context switches.
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x0000000000087fff] usable
[    0.000000] BIOS-e820: [mem 0x0000000000088000-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000bedbefff] usable
[    0.000000] BIOS-e820: [mem 0x00000000bedbf000-0x00000000bf8befff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000bf8bf000-0x00000000bfbbefff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000bfbbf000-0x00000000bfbfefff] ACPI data
[    0.000000] BIOS-e820: [mem 0x00000000bfbff000-0x00000000bfbfffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000d1000000-0x00000000d10fffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed80000-0x00000000fed80fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000021effffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] e820: update [mem 0xb8234018-0xb8243c57] usable ==> usable
[    0.000000] e820: update [mem 0xb8225018-0xb8233257] usable ==> usable
[    0.000000] extended physical RAM map:
[    0.000000] reserve setup_data: [mem 0x0000000000000000-0x0000000000087fff] usable
[    0.000000] reserve setup_data: [mem 0x0000000000088000-0x000000000009ffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000000100000-0x00000000b8225017] usable
[    0.000000] reserve setup_data: [mem 0x00000000b8225018-0x00000000b8233257] usable
[    0.000000] reserve setup_data: [mem 0x00000000b8233258-0x00000000b8234017] usable
[    0.000000] reserve setup_data: [mem 0x00000000b8234018-0x00000000b8243c57] usable
[    0.000000] reserve setup_data: [mem 0x00000000b8243c58-0x00000000bedbefff] usable
[    0.000000] reserve setup_data: [mem 0x00000000bedbf000-0x00000000bf8befff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000bf8bf000-0x00000000bfbbefff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x00000000bfbbf000-0x00000000bfbfefff] ACPI data
[    0.000000] reserve setup_data: [mem 0x00000000bfbff000-0x00000000bfbfffff] usable
[    0.000000] reserve setup_data: [mem 0x00000000d1000000-0x00000000d10fffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fed80000-0x00000000fed80fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000100000000-0x000000021effffff] usable
[    0.000000] efi: EFI v2.40 by INSYDE Corp.
[    0.000000] efi:  SMBIOS=0xbf065000  ESRT=0xbf069a18  ACPI 2.0=0xbfbfe014 
[    0.000000] SMBIOS 2.7 present.
[    0.000000] DMI: AMD Myrtle/Myrtle, BIOS TMY1100A 03/23/2016
[    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] e820: last_pfn = 0x21f000 max_arch_pfn = 0x400000000
[    0.000000] MTRR default type: uncachable
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-BFFFF uncachable
[    0.000000]   C0000-FFFFF write-through
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 000000000000 mask FFFF80000000 write-back
[    0.000000]   1 base 000080000000 mask FFFFC0000000 write-back
[    0.000000]   2 base 0000FF000000 mask FFFFFF000000 write-protect
[    0.000000]   3 disabled
[    0.000000]   4 disabled
[    0.000000]   5 disabled
[    0.000000]   6 disabled
[    0.000000]   7 disabled
[    0.000000] TOM2: 000000023f000000 aka 9200M
[    0.000000] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WC  UC- WT  
[    0.000000] e820: last_pfn = 0xbfc00 max_arch_pfn = 0x400000000
[    0.000000] esrt: Reserving ESRT space from 0x00000000bf069a18 to 0x00000000bf069a50.
[    0.000000] Scanning 1 areas for low memory corruption
[    0.000000] Base memory trampoline at [ffff880000029000] 29000 size 24576
[    0.000000] Using GB pages for direct mapping
[    0.000000] BRK [0x01eef000, 0x01eeffff] PGTABLE
[    0.000000] BRK [0x01ef0000, 0x01ef0fff] PGTABLE
[    0.000000] BRK [0x01ef1000, 0x01ef1fff] PGTABLE
[    0.000000] BRK [0x01ef2000, 0x01ef2fff] PGTABLE
[    0.000000] BRK [0x01ef3000, 0x01ef3fff] PGTABLE
[    0.000000] RAMDISK: [mem 0x3eaae000-0x3fffafff]
[    0.000000] ACPI: Early table checksum verification disabled
[    0.000000] ACPI: RSDP 0x00000000BFBFE014 000024 (v02 AMD   )
[    0.000000] ACPI: XSDT 0x00000000BFBFE120 0000BC (v01 AMD    Myrtle   00000001      01000013)
[    0.000000] ACPI: FACP 0x00000000BFBF8000 00010C (v05 AMD    Myrtle   00000001 ACPI 00040000)
[    0.000000] ACPI: DSDT 0x00000000BFBEC000 00643D (v01 AMD    Myrtle   00040000 ACPI 00040000)
[    0.000000] ACPI: FACS 0x00000000BFBA1000 000040
[    0.000000] ACPI: UEFI 0x00000000BFBFC000 001036 (v01 AMD    Myrtle   00000001 ACPI 00040000)
[    0.000000] ACPI: UEFI 0x00000000BFBFB000 000042 (v01 AMD    Myrtle   00000000 ACPI 00040000)
[    0.000000] ACPI: ASF! 0x00000000BFBFA000 0000A5 (v32 AMD    Myrtle   00000001 ACPI 00040000)
[    0.000000] ACPI: BOOT 0x00000000BFBF9000 000028 (v01 AMD    Myrtle   00000001 ACPI 00040000)
[    0.000000] ACPI: HPET 0x00000000BFBF7000 000038 (v01 AMD    Myrtle   00000001 ACPI 00040000)
[    0.000000] ACPI: APIC 0x00000000BFBF6000 000090 (v03 AMD    Myrtle   00000001 ACPI 00040000)
[    0.000000] ACPI: MCFG 0x00000000BFBF5000 00003C (v01 AMD    Myrtle   00000001 ACPI 00040000)
[    0.000000] ACPI: SSDT 0x00000000BFBF3000 000D40 (v01 AMD    Myrtle   00000001 ACPI 00040000)
[    0.000000] ACPI: SSDT 0x00000000BFBEA000 0002FF (v02 AMD    Myrtle   00000002 ACPI 00040000)
[    0.000000] ACPI: IVRS 0x00000000BFBE9000 0000D0 (v02 AMD    Myrtle   00000001 ACPI 00040000)
[    0.000000] ACPI: CRAT 0x00000000BFBE8000 000528 (v01 AMD    Myrtle   00000001 ACPI 00040000)
[    0.000000] ACPI: SSDT 0x00000000BFBE7000 00044D (v01 AMD    Myrtle   00001000 ACPI 00040000)
[    0.000000] ACPI: TPM2 0x00000000BFBE6000 000034 (v03 AMD    Myrtle   00000000 ACPI 00040000)
[    0.000000] ACPI: SSDT 0x00000000BFBE5000 000692 (v01 AMD    Myrtle   00000001 ACPI 00040000)
[    0.000000] ACPI: SSDT 0x00000000BFBE3000 001492 (v01 AMD    Myrtle   00000001 ACPI 00040000)
[    0.000000] ACPI: SSDT 0x00000000BFBE1000 001650 (v01 AMD    Myrtle   00000001 ACPI 00040000)
[    0.000000] ACPI: FPDT 0x00000000BFBE0000 000044 (v01 AMD    Myrtle   00000002 ACPI 00040000)
[    0.000000] ACPI: BGRT 0x00000000BFBF4000 000038 (v01 AMD    Myrtle   00000001 ACPI 00040000)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at [mem 0x0000000000000000-0x000000021effffff]
[    0.000000] NODE_DATA(0) allocated [mem 0x21effa000-0x21effdfff]
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.000000]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.000000]   Normal   [mem 0x0000000100000000-0x000000021effffff]
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000001000-0x0000000000087fff]
[    0.000000]   node   0: [mem 0x0000000000100000-0x00000000bedbefff]
[    0.000000]   node   0: [mem 0x00000000bfbff000-0x00000000bfbfffff]
[    0.000000]   node   0: [mem 0x0000000100000000-0x000000021effffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000021effffff]
[    0.000000] On node 0 totalpages: 1957191
[    0.000000]   DMA zone: 64 pages used for memmap
[    0.000000]   DMA zone: 1134 pages reserved
[    0.000000]   DMA zone: 3975 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 12151 pages used for memmap
[    0.000000]   DMA32 zone: 777664 pages, LIFO batch:31
[    0.000000]   Normal zone: 18368 pages used for memmap
[    0.000000]   Normal zone: 1175552 pages, LIFO batch:31
[    0.000000] ACPI: PM-Timer IO Port: 0x408
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[    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] IOAPIC[0]: apic_id 4, version 33, address 0xfec00000, GSI 0-23
[    0.000000] IOAPIC[1]: apic_id 5, version 33, address 0xfec01000, GSI 24-55
[    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 low 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: 0x10228210 base: 0xfed00000
[    0.000000] smpboot: Allowing 4 CPUs, 0 hotplug CPUs
[    0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.000000] PM: Registered nosave memory: [mem 0x00088000-0x0009ffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[    0.000000] PM: Registered nosave memory: [mem 0xb8225000-0xb8225fff]
[    0.000000] PM: Registered nosave memory: [mem 0xb8233000-0xb8233fff]
[    0.000000] PM: Registered nosave memory: [mem 0xb8234000-0xb8234fff]
[    0.000000] PM: Registered nosave memory: [mem 0xb8243000-0xb8243fff]
[    0.000000] PM: Registered nosave memory: [mem 0xbedbf000-0xbf8befff]
[    0.000000] PM: Registered nosave memory: [mem 0xbf8bf000-0xbfbbefff]
[    0.000000] PM: Registered nosave memory: [mem 0xbfbbf000-0xbfbfefff]
[    0.000000] PM: Registered nosave memory: [mem 0xbfc00000-0xd0ffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xd1000000-0xd10fffff]
[    0.000000] PM: Registered nosave memory: [mem 0xd1100000-0xf7ffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xf8000000-0xfbffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfc000000-0xfebfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec01000-0xfec0ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec10000-0xfec10fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec11000-0xfed7ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed80000-0xfed80fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed81000-0xfedfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xff000000-0xffffffff]
[    0.000000] e820: [mem 0xd1100000-0xf7ffffff] available for PCI devices
[    0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
[    0.000000] setup_percpu: NR_CPUS:64 nr_cpumask_bits:64 nr_cpu_ids:4 nr_node_ids:1
[    0.000000] percpu: Embedded 34 pages/cpu @ffff88021ec00000 s100632 r8192 d30440 u524288
[    0.000000] pcpu-alloc: s100632 r8192 d30440 u524288 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 0 1 2 3 
[    0.000000] Built 1 zonelists in Node order, mobility grouping on.  Total pages: 1925474
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: BOOT_IMAGE=/vmlinuz-4.9.0+ root=UUID=94d1a188-a2a5-49a3-9638-fc955e2e8334 ro rhgb quiet LANG=en_CA.UTF-8 rdblacklist=amdgpu,radeon
[    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: 7538156K/7828764K available (7723K kernel code, 1074K rwdata, 2408K rodata, 1088K init, 796K bss, 290608K reserved, 0K cma-reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.000000] Hierarchical RCU implementation.
[    0.000000] 	Build-time adjustment of leaf fanout to 64.
[    0.000000] 	RCU restricting CPUs from NR_CPUS=64 to nr_cpu_ids=4.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=4
[    0.000000] NR_IRQS:4352 nr_irqs:1000 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: 133484873504 ns
[    0.000000] hpet clockevent registered
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 3799.701 MHz processor
[    0.000017] Calibrating delay loop (skipped), value calculated using timer frequency.. 7599.40 BogoMIPS (lpj=3799701)
[    0.000018] pid_max: default: 32768 minimum: 301
[    0.000021] ACPI: Core revision 20160831
[    0.002756] ACPI: 7 ACPI AML tables successfully acquired and loaded
[    0.005398] Security Framework initialized
[    0.005400] SELinux:  Initializing.
[    0.005404] SELinux:  Starting in permissive mode
[    0.005664] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[    0.007532] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    0.008421] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes)
[    0.008427] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes)
[    0.008652] CPU: Physical Processor ID: 0
[    0.008653] CPU: Processor Core ID: 0
[    0.008663] mce: CPU supports 7 MCE banks
[    0.008669] LVT offset 1 assigned for vector 0xf9
[    0.008674] [Firmware Bug]: CPU0: APIC id mismatch. Firmware: 10 CPUID: 0
[    0.008679] [Firmware Bug]: CPU0: Using firmware package id 1 instead of 0
[    0.008682] Last level iTLB entries: 4KB 512, 2MB 1024, 4MB 512
[    0.008682] Last level dTLB entries: 4KB 1024, 2MB 1024, 4MB 512, 1GB 0
[    0.009010] Freeing SMP alternatives memory: 32K (ffffffff81e1e000 - ffffffff81e26000)
[    0.014224] smpboot: APIC(10) Converting physical 1 to logical package 0
[    0.014226] smpboot: Max logical packages: 2
[    0.014600] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.126183] smpboot: CPU0: AMD A12-9800 RADEON R7, 12 COMPUTE CORES 4C+8G (family: 0x15, model: 0x65, stepping: 0x1)
[    0.126186] Performance Events: Fam15h core perfctr, AMD PMU driver.
[    0.126190] ... version:                0
[    0.126190] ... bit width:              48
[    0.126191] ... generic registers:      6
[    0.126191] ... value mask:             0000ffffffffffff
[    0.126191] ... max period:             00007fffffffffff
[    0.126192] ... fixed-purpose events:   0
[    0.126192] ... event mask:             000000000000003f
[    0.126508] MCE: In-kernel MCE decoding enabled.
[    0.126620] x86: Booting SMP configuration:
[    0.126621] .... node  #0, CPUs:      #1
[    0.126773] [Firmware Bug]: CPU1: APIC id mismatch. Firmware: 11 CPUID: 1
[    0.126774] [Firmware Bug]: CPU1: Using firmware package id 1 instead of 0
[    0.137312]  #2
[    0.137519] [Firmware Bug]: CPU2: APIC id mismatch. Firmware: 12 CPUID: 2
[    0.137520] [Firmware Bug]: CPU2: Using firmware package id 1 instead of 0
[    0.148568]  #3
[    0.148770] [Firmware Bug]: CPU3: APIC id mismatch. Firmware: 13 CPUID: 3
[    0.148771] [Firmware Bug]: CPU3: Using firmware package id 1 instead of 0
[    0.159406] x86: Booted up 1 node, 4 CPUs
[    0.159478] smpboot: Total of 4 processors activated (30344.49 BogoMIPS)
[    0.161359] devtmpfs: initialized
[    0.161932] PM: Registering ACPI NVS region [mem 0xbf8bf000-0xbfbbefff] (3145728 bytes)
[    0.162071] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[    0.162133] RTC time: 22:23:35, date: 05/10/17
[    0.162293] NET: Registered protocol family 16
[    0.162373] kworker/u8:0 (30) used greatest stack depth: 14872 bytes left
[    0.162416] kworker/u8:0 (31) used greatest stack depth: 14088 bytes left
[    0.167372] cpuidle: using governor menu
[    0.167500] Simple Boot Flag at 0x44 set to 0x80
[    0.167526] ACPI: bus type PCI registered
[    0.167632] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
[    0.167648] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
[    0.167652] PCI: Using configuration type 1 for base access
[    0.168494] kworker/u8:3 (99) used greatest stack depth: 13992 bytes left
[    0.176789] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    0.176942] ACPI: Added _OSI(Module Device)
[    0.176943] ACPI: Added _OSI(Processor Device)
[    0.176944] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.176945] ACPI: Added _OSI(Processor Aggregator Device)
[    0.177108] ACPI: Executed 1 blocks of module-level executable AML code
[    0.179935] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    0.184726] ACPI: Interpreter enabled
[    0.184742] ACPI: (supports S0 S3 S4 S5)
[    0.184743] ACPI: Using IOAPIC for interrupt routing
[    0.184834] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.185158] [Firmware Bug]: ACPI: No _BQC method, cannot determine initial brightness
[    0.186107] [Firmware Bug]: ACPI: No _BQC method, cannot determine initial brightness
[    0.186529] ACPI: Power Resource [P0U2] (off)
[    0.186563] ACPI: Power Resource [P3U2] (off)
[    0.186661] ACPI: Power Resource [P0U3] (off)
[    0.186687] ACPI: Power Resource [P3U3] (off)
[    0.187395] ACPI: Power Resource [P0ST] (on)
[    0.187435] ACPI: Power Resource [P3ST] (on)
[    0.187956] ACPI: Power Resource [P0SD] (off)
[    0.187982] ACPI: Power Resource [P3SD] (off)
[    0.190528] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.190533] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    0.190693] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
[    0.190700] acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] only partially covers this bridge
[    0.190751] acpi PNP0A08:00: ignoring host bridge window [mem 0x000cc000-0x000cffff window] (conflicts with Video ROM [mem 0x000c0000-0x000ce1ff])
[    0.190774] PCI host bridge to bus 0000:00
[    0.190775] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.190777] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.190778] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.190779] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000c3fff window]
[    0.190780] pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c7fff window]
[    0.190781] pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000cbfff window]
[    0.190782] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff window]
[    0.190782] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window]
[    0.190783] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window]
[    0.190784] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff window]
[    0.190785] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff window]
[    0.190786] pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff window]
[    0.190787] pci_bus 0000:00: root bus resource [mem 0x000e8000-0x000ebfff window]
[    0.190788] pci_bus 0000:00: root bus resource [mem 0x000ec000-0x000effff window]
[    0.190789] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xf7ffffff window]
[    0.190790] pci_bus 0000:00: root bus resource [mem 0xfc000000-0xfebfffff window]
[    0.190791] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.190835] pci 0000:00:00.0: [1022:1576] type 00 class 0x060000
[    0.190933] pci 0000:00:00.2: [1022:1577] type 00 class 0x080600
[    0.191021] pci 0000:00:01.0: [1002:9874] type 00 class 0x030000
[    0.191031] pci 0000:00:01.0: reg 0x10: [mem 0xe0000000-0xefffffff 64bit pref]
[    0.191038] pci 0000:00:01.0: reg 0x18: [mem 0xd0800000-0xd0ffffff 64bit pref]
[    0.191042] pci 0000:00:01.0: reg 0x20: [io  0x3000-0x30ff]
[    0.191046] pci 0000:00:01.0: reg 0x24: [mem 0xd1400000-0xd143ffff]
[    0.191050] pci 0000:00:01.0: reg 0x30: [mem 0xfffe0000-0xffffffff pref]
[    0.191077] pci 0000:00:01.0: supports D1 D2
[    0.191078] pci 0000:00:01.0: PME# supported from D1 D2 D3hot
[    0.191145] pci 0000:00:01.1: [1002:9840] type 00 class 0x040300
[    0.191154] pci 0000:00:01.1: reg 0x10: [mem 0xd1460000-0xd1463fff 64bit]
[    0.191192] pci 0000:00:01.1: supports D1 D2
[    0.191250] pci 0000:00:02.0: [1022:157b] type 00 class 0x060000
[    0.191343] pci 0000:00:03.0: [1022:157b] type 00 class 0x060000
[    0.191407] pci 0000:00:03.1: [1022:157c] type 01 class 0x060400
[    0.191458] pci 0000:00:03.1: PME# supported from D0 D3hot D3cold
[    0.191900] pci 0000:00:03.1: System wakeup disabled by ACPI
[    0.192005] pci 0000:00:08.0: [1022:1578] type 00 class 0x108000
[    0.192014] pci 0000:00:08.0: reg 0x10: [mem 0xd1440000-0xd145ffff 64bit pref]
[    0.192018] pci 0000:00:08.0: reg 0x18: [mem 0xd1100000-0xd11fffff]
[    0.192021] pci 0000:00:08.0: reg 0x1c: [mem 0xd146f000-0xd146ffff]
[    0.192027] pci 0000:00:08.0: reg 0x24: [mem 0xd146a000-0xd146bfff]
[    0.192096] pci 0000:00:09.0: [1022:157d] type 00 class 0x060000
[    0.192161] pci 0000:00:09.2: [1022:157a] type 00 class 0x040300
[    0.192168] pci 0000:00:09.2: reg 0x10: [mem 0xd1464000-0xd1467fff]
[    0.192196] pci 0000:00:09.2: PME# supported from D0 D3hot D3cold
[    0.192268] pci 0000:00:10.0: [1022:7914] type 00 class 0x0c0330
[    0.192288] pci 0000:00:10.0: reg 0x10: [mem 0xd1468000-0xd1469fff 64bit]
[    0.192383] pci 0000:00:10.0: PME# supported from D0 D3hot D3cold
[    0.192421] pci 0000:00:10.0: System wakeup disabled by ACPI
[    0.192459] pci 0000:00:11.0: [1022:7904] type 00 class 0x010601
[    0.192472] pci 0000:00:11.0: reg 0x10: [io  0x3118-0x311f]
[    0.192479] pci 0000:00:11.0: reg 0x14: [io  0x3124-0x3127]
[    0.192487] pci 0000:00:11.0: reg 0x18: [io  0x3110-0x3117]
[    0.192503] pci 0000:00:11.0: reg 0x1c: [io  0x3120-0x3123]
[    0.192511] pci 0000:00:11.0: reg 0x20: [io  0x3100-0x310f]
[    0.192518] pci 0000:00:11.0: reg 0x24: [mem 0xd146d000-0xd146d3ff]
[    0.192561] pci 0000:00:11.0: PME# supported from D3hot
[    0.192618] pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500
[    0.192755] pci 0000:00:14.3: [1022:790e] type 00 class 0x060100
[    0.192909] pci 0000:00:14.7: [1022:7906] type 00 class 0x080501
[    0.192926] pci 0000:00:14.7: reg 0x10: [mem 0xd146c000-0xd146c0ff 64bit]
[    0.192987] pci 0000:00:14.7: PME# supported from D3cold
[    0.193075] pci 0000:00:18.0: [1022:1570] type 00 class 0x060000
[    0.193167] pci 0000:00:18.1: [1022:1571] type 00 class 0x060000
[    0.193232] pci 0000:00:18.2: [1022:1572] type 00 class 0x060000
[    0.193296] pci 0000:00:18.3: [1022:1573] type 00 class 0x060000
[    0.193354] pci 0000:00:18.4: [1022:1574] type 00 class 0x060000
[    0.193414] pci 0000:00:18.5: [1022:1575] type 00 class 0x060000
[    0.193528] pci 0000:01:00.0: [1022:1470] type 01 class 0x060400
[    0.193540] pci 0000:01:00.0: reg 0x10: [mem 0xd1300000-0xd1303fff]
[    0.193652] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
[    0.196382] pci 0000:00:03.1: PCI bridge to [bus 01-03]
[    0.196387] pci 0000:00:03.1:   bridge window [io  0x2000-0x2fff]
[    0.196390] pci 0000:00:03.1:   bridge window [mem 0xd1200000-0xd13fffff]
[    0.196393] pci 0000:00:03.1:   bridge window [mem 0xc0000000-0xd01fffff 64bit pref]
[    0.196462] pci 0000:02:00.0: [1022:1471] type 01 class 0x060400
[    0.196606] pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
[    0.196713] pci 0000:01:00.0: PCI bridge to [bus 02-03]
[    0.196717] pci 0000:01:00.0:   bridge window [io  0x2000-0x2fff]
[    0.196719] pci 0000:01:00.0:   bridge window [mem 0xd1200000-0xd12fffff]
[    0.196724] pci 0000:01:00.0:   bridge window [mem 0xc0000000-0xd01fffff 64bit pref]
[    0.196768] pci 0000:03:00.0: [1002:687f] type 00 class 0x030000
[    0.196795] pci 0000:03:00.0: reg 0x10: [mem 0xc0000000-0xcfffffff 64bit pref]
[    0.196805] pci 0000:03:00.0: reg 0x18: [mem 0xd0000000-0xd01fffff 64bit pref]
[    0.196812] pci 0000:03:00.0: reg 0x20: [io  0x2000-0x20ff]
[    0.196819] pci 0000:03:00.0: reg 0x24: [mem 0xd1200000-0xd127ffff]
[    0.196826] pci 0000:03:00.0: reg 0x30: [mem 0xfffe0000-0xffffffff pref]
[    0.196881] pci 0000:03:00.0: PME# supported from D1 D2 D3hot D3cold
[    0.196980] pci 0000:03:00.1: [1002:aaf8] type 00 class 0x040300
[    0.197025] pci 0000:03:00.1: reg 0x10: [mem 0xd1280000-0xd1283fff]
[    0.197104] pci 0000:03:00.1: PME# supported from D1 D2 D3hot D3cold
[    0.197168] pci 0000:02:00.0: PCI bridge to [bus 03]
[    0.197172] pci 0000:02:00.0:   bridge window [io  0x2000-0x2fff]
[    0.197174] pci 0000:02:00.0:   bridge window [mem 0xd1200000-0xd12fffff]
[    0.197178] pci 0000:02:00.0:   bridge window [mem 0xc0000000-0xd01fffff 64bit pref]
[    0.197812] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 5 6 10 11) *0, disabled.
[    0.197852] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 5 6 10 11) *0, disabled.
[    0.197884] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 5 6 10 11) *0, disabled.
[    0.197924] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 5 6 10 11) *0, disabled.
[    0.197961] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 5 6 10 11) *0, disabled.
[    0.197991] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 5 6 10 11) *0, disabled.
[    0.198021] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 5 6 10 11) *0, disabled.
[    0.198050] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 5 6 10 11) *0, disabled.
[    0.198456] vgaarb: setting as boot device: PCI:0000:00:01.0
[    0.198459] vgaarb: device added: PCI:0000:00:01.0,decodes=io+mem,owns=io+mem,locks=none
[    0.198475] vgaarb: device added: PCI:0000:03:00.0,decodes=io+mem,owns=io+mem,locks=none
[    0.198476] vgaarb: loaded
[    0.198476] vgaarb: overriding boot device: PCI:0000:03:00.0
[    0.198476] vgaarb: bridge control possible 0000:03:00.0
[    0.198477] vgaarb: no bridge control possible 0000:00:01.0
[    0.198544] SCSI subsystem initialized
[    0.198593] libata version 3.00 loaded.
[    0.198639] ACPI: bus type USB registered
[    0.198666] usbcore: registered new interface driver usbfs
[    0.198683] usbcore: registered new interface driver hub
[    0.198703] usbcore: registered new device driver usb
[    0.198727] pps_core: LinuxPPS API ver. 1 registered
[    0.198728] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti at linux.it>
[    0.198733] PTP clock support registered
[    0.198868] Registered efivars operations
[    0.206837] Advanced Linux Sound Architecture Driver Initialized.
[    0.206857] PCI: Using ACPI for IRQ routing
[    0.208619] PCI: pci_cache_line_size set to 64 bytes
[    0.208658] e820: reserve RAM buffer [mem 0x00088000-0x0008ffff]
[    0.208659] e820: reserve RAM buffer [mem 0xb8225018-0xbbffffff]
[    0.208660] e820: reserve RAM buffer [mem 0xb8234018-0xbbffffff]
[    0.208661] e820: reserve RAM buffer [mem 0xbedbf000-0xbfffffff]
[    0.208661] e820: reserve RAM buffer [mem 0xbfc00000-0xbfffffff]
[    0.208662] e820: reserve RAM buffer [mem 0x21f000000-0x21fffffff]
[    0.208765] NetLabel: Initializing
[    0.208766] NetLabel:  domain hash size = 128
[    0.208766] NetLabel:  protocols = UNLABELED CIPSOv4
[    0.208776] NetLabel:  unlabeled traffic allowed by default
[    0.208817] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    0.208820] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
[    0.210900] clocksource: Switched to clocksource hpet
[    0.215175] VFS: Disk quotas dquot_6.6.0
[    0.215195] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.215275] pnp: PnP ACPI init
[    0.215433] system 00:00: [mem 0xfec00000-0xfec01fff] could not be reserved
[    0.215435] system 00:00: [mem 0xfee00000-0xfee00fff] has been reserved
[    0.215436] system 00:00: [mem 0xd1000000-0xd10fffff] has been reserved
[    0.215439] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.215526] pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.215563] system 00:02: [io  0x0400-0x04cf] has been reserved
[    0.215565] system 00:02: [io  0x04d0-0x04d1] has been reserved
[    0.215566] system 00:02: [io  0x04d6] has been reserved
[    0.215567] system 00:02: [io  0x0c00-0x0c01] has been reserved
[    0.215568] system 00:02: [io  0x0c14] has been reserved
[    0.215569] system 00:02: [io  0x0c50-0x0c52] has been reserved
[    0.215570] system 00:02: [io  0x0c6c] has been reserved
[    0.215571] system 00:02: [io  0x0c6f] has been reserved
[    0.215572] system 00:02: [io  0x0cd0-0x0cdb] has been reserved
[    0.215574] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.215616] system 00:03: [mem 0x000e0000-0x000fffff] could not be reserved
[    0.215618] system 00:03: [mem 0xff000000-0xffffffff] has been reserved
[    0.215621] system 00:03: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.215930] pnp: PnP ACPI: found 4 devices
[    0.222345] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.222354] pci 0000:00:01.0: can't claim BAR 6 [mem 0xfffe0000-0xffffffff pref]: no compatible bridge window
[    0.222356] pci 0000:03:00.0: can't claim BAR 6 [mem 0xfffe0000-0xffffffff pref]: no compatible bridge window
[    0.222385] pci 0000:00:01.0: BAR 6: assigned [mem 0xd0200000-0xd021ffff pref]
[    0.222388] pci 0000:03:00.0: BAR 6: assigned [mem 0xd12a0000-0xd12bffff pref]
[    0.222390] pci 0000:02:00.0: PCI bridge to [bus 03]
[    0.222392] pci 0000:02:00.0:   bridge window [io  0x2000-0x2fff]
[    0.222396] pci 0000:02:00.0:   bridge window [mem 0xd1200000-0xd12fffff]
[    0.222398] pci 0000:02:00.0:   bridge window [mem 0xc0000000-0xd01fffff 64bit pref]
[    0.222402] pci 0000:01:00.0: PCI bridge to [bus 02-03]
[    0.222404] pci 0000:01:00.0:   bridge window [io  0x2000-0x2fff]
[    0.222407] pci 0000:01:00.0:   bridge window [mem 0xd1200000-0xd12fffff]
[    0.222410] pci 0000:01:00.0:   bridge window [mem 0xc0000000-0xd01fffff 64bit pref]
[    0.222415] pci 0000:00:03.1: PCI bridge to [bus 01-03]
[    0.222416] pci 0000:00:03.1:   bridge window [io  0x2000-0x2fff]
[    0.222419] pci 0000:00:03.1:   bridge window [mem 0xd1200000-0xd13fffff]
[    0.222421] pci 0000:00:03.1:   bridge window [mem 0xc0000000-0xd01fffff 64bit pref]
[    0.222425] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.222426] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.222427] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.222428] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000c3fff window]
[    0.222429] pci_bus 0000:00: resource 8 [mem 0x000c4000-0x000c7fff window]
[    0.222430] pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000cbfff window]
[    0.222431] pci_bus 0000:00: resource 10 [mem 0x000d0000-0x000d3fff window]
[    0.222431] pci_bus 0000:00: resource 11 [mem 0x000d4000-0x000d7fff window]
[    0.222432] pci_bus 0000:00: resource 12 [mem 0x000d8000-0x000dbfff window]
[    0.222433] pci_bus 0000:00: resource 13 [mem 0x000dc000-0x000dffff window]
[    0.222434] pci_bus 0000:00: resource 14 [mem 0x000e0000-0x000e3fff window]
[    0.222435] pci_bus 0000:00: resource 15 [mem 0x000e4000-0x000e7fff window]
[    0.222435] pci_bus 0000:00: resource 16 [mem 0x000e8000-0x000ebfff window]
[    0.222436] pci_bus 0000:00: resource 17 [mem 0x000ec000-0x000effff window]
[    0.222437] pci_bus 0000:00: resource 18 [mem 0xc0000000-0xf7ffffff window]
[    0.222438] pci_bus 0000:00: resource 19 [mem 0xfc000000-0xfebfffff window]
[    0.222439] pci_bus 0000:01: resource 0 [io  0x2000-0x2fff]
[    0.222440] pci_bus 0000:01: resource 1 [mem 0xd1200000-0xd13fffff]
[    0.222441] pci_bus 0000:01: resource 2 [mem 0xc0000000-0xd01fffff 64bit pref]
[    0.222442] pci_bus 0000:02: resource 0 [io  0x2000-0x2fff]
[    0.222442] pci_bus 0000:02: resource 1 [mem 0xd1200000-0xd12fffff]
[    0.222443] pci_bus 0000:02: resource 2 [mem 0xc0000000-0xd01fffff 64bit pref]
[    0.222444] pci_bus 0000:03: resource 0 [io  0x2000-0x2fff]
[    0.222445] pci_bus 0000:03: resource 1 [mem 0xd1200000-0xd12fffff]
[    0.222446] pci_bus 0000:03: resource 2 [mem 0xc0000000-0xd01fffff 64bit pref]
[    0.222502] NET: Registered protocol family 2
[    0.222659] TCP established hash table entries: 65536 (order: 7, 524288 bytes)
[    0.222814] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    0.223102] TCP: Hash tables configured (established 65536 bind 65536)
[    0.223149] UDP hash table entries: 4096 (order: 5, 131072 bytes)
[    0.223180] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
[    0.223252] NET: Registered protocol family 1
[    0.223384] RPC: Registered named UNIX socket transport module.
[    0.223385] RPC: Registered udp transport module.
[    0.223385] RPC: Registered tcp transport module.
[    0.223386] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    0.240508] pci 0000:03:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.240512] PCI: CLS 64 bytes, default 64
[    0.240560] Unpacking initramfs...
[    0.500758] Freeing initrd memory: 21812K (ffff88003eaae000 - ffff88003fffb000)
[    0.570339] AMD-Vi: IOMMU performance counters supported
[    0.570485] pci 0000:00:00.2: can't derive routing for PCI INT A
[    0.570499] pci 0000:00:00.2: PCI INT A: not connected
[    0.570638] iommu: Adding device 0000:00:01.0 to group 0
[    0.570696] iommu: Using direct mapping for device 0000:00:01.0
[    0.570723] iommu: Adding device 0000:00:01.1 to group 0
[    0.570759] iommu: Adding device 0000:00:02.0 to group 1
[    0.570832] iommu: Adding device 0000:00:03.0 to group 2
[    0.570842] iommu: Adding device 0000:00:03.1 to group 2
[    0.570871] iommu: Adding device 0000:00:08.0 to group 3
[    0.570908] iommu: Adding device 0000:00:09.0 to group 4
[    0.570918] iommu: Adding device 0000:00:09.2 to group 4
[    0.571007] iommu: Adding device 0000:00:10.0 to group 5
[    0.571054] iommu: Adding device 0000:00:11.0 to group 6
[    0.571099] iommu: Adding device 0000:00:14.0 to group 7
[    0.571111] iommu: Adding device 0000:00:14.3 to group 7
[    0.571121] iommu: Adding device 0000:00:14.7 to group 7
[    0.571176] iommu: Adding device 0000:00:18.0 to group 8
[    0.571186] iommu: Adding device 0000:00:18.1 to group 8
[    0.571205] iommu: Adding device 0000:00:18.2 to group 8
[    0.571216] iommu: Adding device 0000:00:18.3 to group 8
[    0.571264] iommu: Adding device 0000:00:18.4 to group 8
[    0.571274] iommu: Adding device 0000:00:18.5 to group 8
[    0.571284] iommu: Adding device 0000:01:00.0 to group 2
[    0.571293] iommu: Adding device 0000:02:00.0 to group 2
[    0.571335] iommu: Adding device 0000:03:00.0 to group 2
[    0.571357] iommu: Adding device 0000:03:00.1 to group 2
[    0.571774] AMD-Vi: Found IOMMU at 0000:00:00.2 cap 0x40
[    0.571775] AMD-Vi: Extended features (0x37ef22294ada):
[    0.571775]  PPR NX GT IA GA PC GA_vAPIC
[    0.572064] AMD-Vi: Lazy IO/TLB flushing enabled
[    0.573119] perf: AMD NB counters detected
[    0.573220] LVT offset 0 assigned for vector 0x400
[    0.573259] perf: AMD IBS detected (0x000007ff)
[    0.573263] perf: amd_iommu: Detected. (0 banks, 0 counters/bank)
[    0.573595] Scanning for low memory corruption every 60 seconds
[    0.573804] futex hash table entries: 1024 (order: 4, 65536 bytes)
[    0.573821] audit: initializing netlink subsys (disabled)
[    0.573834] audit: type=2000 audit(1494455014.463:1): initialized
[    0.574136] workingset: timestamp_bits=56 max_order=21 bucket_order=0
[    0.575737] NFS: Registering the id_resolver key type
[    0.575744] Key type id_resolver registered
[    0.575745] Key type id_legacy registered
[    0.575831] SELinux:  Registering netfilter hooks
[    0.577031] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)
[    0.577033] io scheduler noop registered
[    0.577033] io scheduler deadline registered
[    0.577038] io scheduler cfq registered (default)
[    0.577491] pcieport 0000:00:03.1: Signaling PME through PCIe PME interrupt
[    0.577493] pcieport 0000:01:00.0: Signaling PME through PCIe PME interrupt
[    0.577493] pcieport 0000:02:00.0: Signaling PME through PCIe PME interrupt
[    0.577494] pci 0000:03:00.0: Signaling PME through PCIe PME interrupt
[    0.577495] pci 0000:03:00.1: Signaling PME through PCIe PME interrupt
[    0.577497] pcie_pme 0000:00:03.1:pcie001: service driver pcie_pme loaded
[    0.577503] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    0.577520] efifb: probing for efifb
[    0.577538] efifb: framebuffer at 0xc0000000, using 8100k, total 8100k
[    0.577538] efifb: mode is 1920x1080x32, linelength=7680, pages=1
[    0.577539] efifb: scrolling: redraw
[    0.577540] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    0.581398] Console: switching to colour frame buffer device 240x67
[    0.584716] fb0: EFI VGA frame buffer device
[    0.584836] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[    0.584838] ACPI: Power Button [PWRB]
[    0.584886] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[    0.584887] ACPI: Power Button [PWRF]
[    0.584971] ACPI: Video Device [VGA] (multi-head: yes  rom: no  post: no)
[    0.584993] [Firmware Bug]: ACPI: No _BQC method, cannot determine initial brightness
[    0.585007] [Firmware Bug]: ACPI: No _BQC method, cannot determine initial brightness
[    0.585227] acpi device:00: registered as cooling_device0
[    0.585268] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input2
[    0.585305] ACPI: Video Device [VGA1] (multi-head: yes  rom: no  post: no)
[    0.585487] acpi device:1f: registered as cooling_device1
[    0.585519] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1e/LNXVIDEO:01/input/input3
[    0.585866] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    0.586338] Non-volatile memory driver v1.3
[    0.586362] Linux agpgart interface v0.103
[    0.586522] [drm] Initialized
[    0.587658] loop: module loaded
[    0.587768] ahci 0000:00:11.0: version 3.0
[    0.587972] ahci 0000:00:11.0: AHCI 0001.0300 32 slots 1 ports 6 Gbps 0x1 impl SATA mode
[    0.587974] ahci 0000:00:11.0: flags: 64bit ncq sntf ilck pm led clo pmp fbs pio slum part 
[    0.588166] scsi host0: ahci
[    0.588208] ata1: SATA max UDMA/133 abar m1024 at 0xd146d000 port 0xd146d100 irq 19
[    0.588309] e100: Intel(R) PRO/100 Network Driver, 3.5.24-k2-NAPI
[    0.588310] e100: Copyright(c) 1999-2006 Intel Corporation
[    0.588334] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI
[    0.588335] e1000: Copyright (c) 1999-2006 Intel Corporation.
[    0.588347] e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k
[    0.588347] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[    0.588364] sky2: driver version 1.30
[    0.588496] usbcore: registered new interface driver usblp
[    0.588504] usbcore: registered new interface driver usb-storage
[    0.588532] i8042: PNP: No PS/2 controller found. Probing ports directly.
[    1.061133] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    1.068138] ata1.00: ATA-8: KINGSTON SV300S37A120G, 608ABBF0, max UDMA/133
[    1.068140] ata1.00: 234441648 sectors, multi 1: LBA48 NCQ (depth 31/32), AA
[    1.076907] ata1.00: configured for UDMA/133
[    1.077191] scsi 0:0:0:0: Direct-Access     ATA      KINGSTON SV300S3 BBF0 PQ: 0 ANSI: 5
[    1.642100] i8042: No controller found
[    1.642139] tsc: Refined TSC clocksource calibration: 3799.997 MHz
[    1.642143] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x6d8cab05ec1, max_idle_ns: 881590646801 ns
[    1.642199] mousedev: PS/2 mouse device common for all mice
[    1.642399] rtc_cmos 00:01: RTC can wake from S4
[    1.642489] rtc_cmos 00:01: rtc core: registered rtc_cmos as rtc0
[    1.642516] rtc_cmos 00:01: alarms up to one month, 114 bytes nvram, hpet irqs
[    1.642613] device-mapper: ioctl: 4.35.0-ioctl (2016-06-23) initialised: dm-devel at redhat.com
[    1.642615] EFI Variables Facility v0.08 2004-May-17
[    1.652322] hidraw: raw HID events driver (C) Jiri Kosina
[    1.652542] usbcore: registered new interface driver usbhid
[    1.652542] usbhid: USB HID core driver
[    1.652844] snd_hda_intel 0000:00:01.1: Force to non-snoop mode
[    1.653184] Netfilter messages via NETLINK v0.30.
[    1.653375] nf_conntrack version 0.5.0 (65536 buckets, 262144 max)
[    1.653428] ctnetlink v0.93: registering with nfnetlink.
[    1.653521] ip_tables: (C) 2000-2006 Netfilter Core Team
[    1.653536] Initializing XFRM netlink socket
[    1.653653] NET: Registered protocol family 10
[    1.653906] ip6_tables: (C) 2000-2006 Netfilter Core Team
[    1.653983] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
[    1.654145] NET: Registered protocol family 17
[    1.654161] Key type dns_resolver registered
[    1.654435] microcode: CPU0: patch_level=0x06006115
[    1.654441] microcode: CPU1: patch_level=0x06006115
[    1.654444] microcode: CPU2: patch_level=0x06006115
[    1.654450] microcode: CPU3: patch_level=0x06006115
[    1.654473] microcode: Microcode Update Driver: v2.01 <tigran at aivazian.fsnet.co.uk>, Peter Oruba
[    1.654603] registered taskstats version 1
[    1.654787]   Magic number: 1:901:400
[    1.654829] console [netcon0] enabled
[    1.654830] netconsole: network logging started
[    1.654907] acpi_cpufreq: overriding BIOS provided _PSD data
[    1.655062] PM: Hibernation image not present or could not be loaded.
[    1.655063] ALSA device list:
[    1.655063]   No soundcards found.
[    1.656329] sd 0:0:0:0: [sda] 234441648 512-byte logical blocks: (120 GB/112 GiB)
[    1.656439] sd 0:0:0:0: [sda] Write Protect is off
[    1.656441] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    1.656466] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.656613] hdaudio hdaudioC0D0: Unable to bind the codec
[    1.656730] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    1.657290] hdaudio hdaudioC2D0: Unable to bind the codec
[    1.659599]  sda: sda1 sda2 sda3 sda4
[    1.659992] sd 0:0:0:0: [sda] Attached SCSI disk
[    1.660736] Freeing unused kernel memory: 1088K (ffffffff81d0e000 - ffffffff81e1e000)
[    1.660738] Write protecting the kernel read-only data: 12288k
[    1.660961] Freeing unused kernel memory: 448K (ffff880001790000 - ffff880001800000)
[    1.661618] random: fast init done
[    1.663007] hdaudio hdaudioC1D0: Unable to bind the codec
[    1.663536] Freeing unused kernel memory: 1688K (ffff880001a5a000 - ffff880001c00000)
[    1.679217] systemd[1]: systemd 229 running in system mode. (+PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN)
[    1.679340] systemd[1]: Detected architecture x86-64.
[    1.679341] systemd[1]: Running in initial RAM disk.
[    1.679350] systemd[1]: Set hostname to <carrizo>.
[    1.710675] systemd[1]: Listening on udev Kernel Socket.
[    1.710781] systemd[1]: Listening on Journal Socket.
[    1.710806] systemd[1]: Listening on udev Control Socket.
[    1.710824] systemd[1]: Reached target Swap.
[    1.710835] systemd[1]: Reached target Local File Systems.
[    1.710857] systemd[1]: Listening on Journal Socket (/dev/log).
[    1.718455] audit: type=1130 audit(1494455015.608:2): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    1.718650] audit: type=1130 audit(1494455015.608:3): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    1.720581] systemd-cgroups (1149) used greatest stack depth: 13976 bytes left
[    1.732189] audit: type=1130 audit(1494455015.622:4): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    1.767036] audit: type=1130 audit(1494455015.656:5): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-vconsole-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    1.769018] audit: type=1130 audit(1494455015.658:6): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-cmdline comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    1.796054] audit: type=1130 audit(1494455015.686:7): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-pre-udev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    1.799745] audit: type=1130 audit(1494455015.689:8): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    1.830858] audit: type=1130 audit(1494455015.720:9): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-pre-trigger comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    1.871021] audit: type=1130 audit(1494455015.760:10): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-udev-trigger comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    1.893281] xhci_hcd 0000:00:10.0: xHCI Host Controller
[    1.893341] xhci_hcd 0000:00:10.0: new USB bus registered, assigned bus number 1
[    1.998267] xhci_hcd 0000:00:10.0: hcc params 0x014040c3 hci version 0x100 quirks 0x00000410
[    1.998453] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    1.998454] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.998455] usb usb1: Product: xHCI Host Controller
[    1.998456] usb usb1: Manufacturer: Linux 4.9.0+ xhci-hcd
[    1.998457] usb usb1: SerialNumber: 0000:00:10.0
[    1.998599] hub 1-0:1.0: USB hub found
[    1.998608] hub 1-0:1.0: 4 ports detected
[    1.998769] xhci_hcd 0000:00:10.0: xHCI Host Controller
[    1.998814] xhci_hcd 0000:00:10.0: new USB bus registered, assigned bus number 2
[    2.005059] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[    2.005075] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003
[    2.005076] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.005077] usb usb2: Product: xHCI Host Controller
[    2.005078] usb usb2: Manufacturer: Linux 4.9.0+ xhci-hcd
[    2.005079] usb usb2: SerialNumber: 0000:00:10.0
[    2.005177] hub 2-0:1.0: USB hub found
[    2.005186] hub 2-0:1.0: 4 ports detected
[    2.025697] systemd-udevd (1843) used greatest stack depth: 13744 bytes left
[    2.026801] systemd-udevd (1858) used greatest stack depth: 12464 bytes left
[    2.054775] EXT4-fs (sda4): mounted filesystem with ordered data mode. Opts: (null)
[    2.275489] systemd-journald[1136]: Received SIGTERM from PID 1 (systemd).
[    2.292631] systemd: 15 output lines suppressed due to ratelimiting
[    2.309085] usb 1-2: new high-speed USB device number 2 using xhci_hcd
[    2.329010] SELinux:  Disabled at runtime.
[    2.329025] SELinux:  Unregistering netfilter hooks
[    2.426338] usb 1-2: New USB device found, idVendor=0409, idProduct=005a
[    2.426341] usb 1-2: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    2.427101] hub 1-2:1.0: USB hub found
[    2.427457] hub 1-2:1.0: 4 ports detected
[    2.469363] EXT4-fs (sda4): re-mounted. Opts: (null)
[    2.538111] usb 2-4: new SuperSpeed USB device number 2 using xhci_hcd
[    2.559473] usb 2-4: New USB device found, idVendor=2001, idProduct=4a00
[    2.559476] usb 2-4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    2.559477] usb 2-4: Product: D-Link DUB-1312
[    2.559478] usb 2-4: Manufacturer: D-Link Elec. Corp.
[    2.559479] usb 2-4: SerialNumber: 000000000018A9
[    2.573604] systemd-journald[2013]: Received request to flush runtime journal from PID 1
[    2.645158] clocksource: Switched to clocksource tsc
[    2.708251] Adding 7734268k swap on /dev/sda3.  Priority:-1 extents:1 across:7734268k SS
[    2.714115] usb 1-2.4: new low-speed USB device number 3 using xhci_hcd
[    2.881274] usb 1-2.4: New USB device found, idVendor=046d, idProduct=c31c
[    2.881277] usb 1-2.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.881278] usb 1-2.4: Product: USB Keyboard
[    2.881279] usb 1-2.4: Manufacturer: Logitech
[    2.938706] input: Logitech USB Keyboard as /devices/pci0000:00/0000:00:10.0/usb1/1-2/1-2.4/1-2.4:1.0/0003:046D:C31C.0001/input/input4
[    2.997624] hid-generic 0003:046D:C31C.0001: input,hidraw0: USB HID v1.10 Keyboard [Logitech USB Keyboard] on usb-0000:00:10.0-2.4/input0
[    3.073267] input: Logitech USB Keyboard as /devices/pci0000:00/0000:00:10.0/usb1/1-2/1-2.4/1-2.4:1.1/0003:046D:C31C.0002/input/input5
[    3.126253] hid-generic 0003:046D:C31C.0002: input,hidraw1: USB HID v1.10 Device [Logitech USB Keyboard] on usb-0000:00:10.0-2.4/input1
[    3.149289] input: Logitech USB Keyboard as /devices/pci0000:00/0000:00:10.0/usb1/1-2/1-2.4/1-2.4:1.2/0003:046D:C31C.0003/input/input6
[    3.149410] hid-generic 0003:046D:C31C.0003: input,hidraw2: USB HID v1.10 Mouse [Logitech USB Keyboard] on usb-0000:00:10.0-2.4/input2
[    4.074224] ax88179_178a 2-4:1.0 eth0: register 'ax88179_178a' at usb-0000:00:10.0-4, D-Link DUB-1312 USB 3.0 to Gigabit Ethernet Adapter, 54:b8:0a:ef:ed:d7
[    4.074247] usbcore: registered new interface driver ax88179_178a
[    4.086748] ax88179_178a 2-4:1.0 enp0s16u4: renamed from eth0
[    4.155112] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
[    4.577758] random: crng init done
[    4.654999] IPv6: ADDRCONF(NETDEV_UP): enp0s16u4: link is not ready
[    4.994444] IPv6: ADDRCONF(NETDEV_UP): enp0s16u4: link is not ready
[    7.509763] ax88179_178a 2-4:1.0 enp0s16u4: ax88179 - Link status is: 1
[    7.524275] IPv6: ADDRCONF(NETDEV_CHANGE): enp0s16u4: link becomes ready
[   65.750863] [drm] amdgpu kernel modesetting enabled.
[   65.750883] checking generic (c0000000 7e9000) vs hw (e0000000 10000000)
[   65.751750] [drm] initializing kernel modesetting (CARRIZO 0x1002:0x9874 0x1002:0x1E10 0xE1).
[   65.751756] amdgpu 0000:00:01.0: VM size (-1) must be a power of 2
[   65.751777] [drm] register mmio base: 0xD1400000
[   65.751778] [drm] register mmio size: 262144
[   65.751859] ACPI Error: [\_SB_.ALIB] Namespace lookup failure, AE_NOT_FOUND (20160831/psargs-359)
[   65.751904] ACPI Error: Method parse/execution failed [\_SB.PCI0.VGA.ATC0] (Node ffff8802168a2e38), AE_NOT_FOUND (20160831/psparse-543)
[   65.751954] ACPI Error: Method parse/execution failed [\_SB.PCI0.VGA.ATCS] (Node ffff8802168a2e10), AE_NOT_FOUND (20160831/psparse-543)
[   65.752005] [drm] UVD is enabled in physical mode
[   65.752007] [drm] VCE enabled in physical mode
[   65.763659] ATOM BIOS: 109-C95010-001
[   65.763668] [drm] GPU post is not needed
[   65.763692] [drm] vm size is 64 GB, block size is 13-bit
[   65.763698] amdgpu 0000:00:01.0: VRAM: 512M 0x0000000000000000 - 0x000000001FFFFFFF (512M used)
[   65.763699] amdgpu 0000:00:01.0: GTT: 3072M 0x0000000020000000 - 0x00000000DFFFFFFF
[   65.763706] [drm] Detected VRAM RAM=512M, BAR=512M
[   65.763706] [drm] RAM width 64bits UNKNOWN
[   65.764201] [TTM] Zone  kernel: Available graphics memory: 3846492 kiB
[   65.764202] [TTM] Zone   dma32: Available graphics memory: 2097152 kiB
[   65.764202] [TTM] Initializing pool allocator
[   65.764207] [TTM] Initializing DMA pool allocator
[   65.764238] [drm] amdgpu: 512M of VRAM memory ready
[   65.764239] [drm] amdgpu: 3072M of GTT memory ready.
[   65.764256] [drm] GART: num cpu pages 786432, num gpu pages 786432
[   65.765532] [drm] PCIE GART of 3072M enabled (table at 0x0000000000040000).
[   65.765590] amdgpu 0000:00:01.0: amdgpu: using MSI.
[   65.765607] [drm] amdgpu: irq initialized.
[   65.765617] amdgpu: [powerplay] amdgpu: powerplay sw initialized
[   65.769793] [drm] Chained IB support enabled!
[   65.773277] amdgpu 0000:00:01.0: fence driver on ring 0 use gpu addr 0x0000000020000010, cpu addr 0xffff880211fe0010
[   65.773676] amdgpu 0000:00:01.0: fence driver on ring 1 use gpu addr 0x0000000020000020, cpu addr 0xffff880211fe0020
[   65.774068] amdgpu 0000:00:01.0: fence driver on ring 2 use gpu addr 0x0000000020000030, cpu addr 0xffff880211fe0030
[   65.774240] amdgpu 0000:00:01.0: fence driver on ring 3 use gpu addr 0x0000000020000040, cpu addr 0xffff880211fe0040
[   65.774270] amdgpu 0000:00:01.0: fence driver on ring 4 use gpu addr 0x0000000020000050, cpu addr 0xffff880211fe0050
[   65.774371] amdgpu 0000:00:01.0: fence driver on ring 5 use gpu addr 0x0000000020000060, cpu addr 0xffff880211fe0060
[   65.774407] amdgpu 0000:00:01.0: fence driver on ring 6 use gpu addr 0x0000000020000070, cpu addr 0xffff880211fe0070
[   65.774441] amdgpu 0000:00:01.0: fence driver on ring 7 use gpu addr 0x0000000020000080, cpu addr 0xffff880211fe0080
[   65.774477] amdgpu 0000:00:01.0: fence driver on ring 8 use gpu addr 0x0000000020000090, cpu addr 0xffff880211fe0090
[   65.774495] amdgpu 0000:00:01.0: fence driver on ring 9 use gpu addr 0x00000000200000a4, cpu addr 0xffff880211fe00a4
[   65.775699] amdgpu 0000:00:01.0: fence driver on ring 10 use gpu addr 0x00000000200000b4, cpu addr 0xffff880211fe00b4
[   65.776379] amdgpu 0000:00:01.0: fence driver on ring 11 use gpu addr 0x00000000200000c4, cpu addr 0xffff880211fe00c4
[   65.777695] [drm] Found UVD firmware Version: 1.91 Family ID: 11
[   65.778300] amdgpu 0000:00:01.0: fence driver on ring 12 use gpu addr 0x0000000000695560, cpu addr 0xffffc90009842560
[   65.779442] [drm] Found VCE firmware Version: 52.4 Binary ID: 3
[   65.780093] amdgpu 0000:00:01.0: fence driver on ring 13 use gpu addr 0x00000000200000e4, cpu addr 0xffff880211fe00e4
[   65.780183] amdgpu 0000:00:01.0: fence driver on ring 14 use gpu addr 0x00000000200000f4, cpu addr 0xffff880211fe00f4
[   65.784509] [drm] DAL is enabled
[   65.784680] [drm] DM_PPLIB: values for Engine clock
[   65.784681] [drm] DM_PPLIB:	 45000
[   65.784682] [drm] DM_PPLIB:	 57600
[   65.784682] [drm] DM_PPLIB:	 68572
[   65.784682] [drm] DM_PPLIB:	 80000
[   65.784683] [drm] DM_PPLIB:	 90000
[   65.784683] [drm] DM_PPLIB:	 96000
[   65.784683] [drm] DM_PPLIB:	 102858
[   65.784684] [drm] DM_PPLIB:	 110770
[   65.784684] [drm] DM_PPLIB: Validation clocks:
[   65.784685] [drm] DM_PPLIB:    engine_max_clock: 110770
[   65.784685] [drm] DM_PPLIB:    memory_max_clock: 120000
[   65.784685] [drm] DM_PPLIB:    level           : 0
[   65.784686] [drm] DM_PPLIB: values for Display clock
[   65.784687] [drm] DM_PPLIB:	 30000
[   65.784687] [drm] DM_PPLIB:	 40000
[   65.784687] [drm] DM_PPLIB:	 49656
[   65.784687] [drm] DM_PPLIB:	 62609
[   65.784688] [drm] DM_PPLIB:	 68572
[   65.784688] [drm] DM_PPLIB:	 75790
[   65.784688] [drm] DM_PPLIB:	 80000
[   65.784689] [drm] DM_PPLIB:	 84706
[   65.784689] [drm] DM_PPLIB: Validation clocks:
[   65.784689] [drm] DM_PPLIB:    engine_max_clock: 110770
[   65.784690] [drm] DM_PPLIB:    memory_max_clock: 120000
[   65.784690] [drm] DM_PPLIB:    level           : 0
[   65.784691] [drm] DM_PPLIB: values for Memory clock
[   65.784691] [drm] DM_PPLIB:	 66700
[   65.784691] [drm] DM_PPLIB:	 120000
[   65.784692] [drm] DM_PPLIB: Validation clocks:
[   65.784692] [drm] DM_PPLIB:    engine_max_clock: 110770
[   65.784692] [drm] DM_PPLIB:    memory_max_clock: 120000
[   65.784693] [drm] DM_PPLIB:    level           : 0
[   65.784694] [drm] DC: create_links: connectors_num: physical:3, virtual:0
[   65.784698] [drm] Connector[0] description:signal 32
[   65.784702] [drm] Using channel: CHANNEL_ID_DDC1 [1]
[   65.784717] [drm] Connector[1] description:signal 4
[   65.784718] [drm] Using channel: CHANNEL_ID_DDC2 [2]
[   65.784758] [drm] Connector[2] description:signal 4
[   65.784761] [drm] Using channel: CHANNEL_ID_DDC3 [3]
[   66.089349] [drm:hwss_wait_for_blank_complete [amdgpu]] *ERROR* DC: failed to blank crtc!
[   66.089396] [drm] Display Core initialized
[   66.089400] [drm] amdgpu: freesync_module init done ffff8802154cd800.
[   66.089643] [drm] link=0, dc_sink_in=          (null) is now Disconnected
[   66.089644] [drm] DCHPD: connector_id=0: dc_sink didn't change.
[   66.089704] [drm] link=1, dc_sink_in=          (null) is now Disconnected
[   66.089705] [drm] DCHPD: connector_id=1: dc_sink didn't change.
[   66.089759] [drm] link=2, dc_sink_in=          (null) is now Disconnected
[   66.089759] [drm] DCHPD: connector_id=2: dc_sink didn't change.
[   66.089769] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[   66.089770] [drm] Driver supports precise vblank timestamp query.
[   66.089770] [drm] KMS initialized.
[   66.091120] [drm] ring test on 0 succeeded in 3 usecs
[   66.091350] [drm] ring test on 9 succeeded in 6 usecs
[   66.091365] [drm] ring test on 1 succeeded in 7 usecs
[   66.091390] [drm] ring test on 2 succeeded in 13 usecs
[   66.091408] [drm] ring test on 3 succeeded in 9 usecs
[   66.091426] [drm] ring test on 4 succeeded in 9 usecs
[   66.091443] [drm] ring test on 5 succeeded in 9 usecs
[   66.091462] [drm] ring test on 6 succeeded in 9 usecs
[   66.091479] [drm] ring test on 7 succeeded in 9 usecs
[   66.091497] [drm] ring test on 8 succeeded in 9 usecs
[   66.091532] [drm] ring test on 10 succeeded in 3 usecs
[   66.091537] [drm] ring test on 11 succeeded in 3 usecs
[   67.118567] [drm] ring test on 12 succeeded in 1 usecs
[   67.118569] [drm] UVD initialized successfully.
[   67.319628] [drm] ring test on 13 succeeded in 8 usecs
[   67.319640] [drm] ring test on 14 succeeded in 2 usecs
[   67.319640] [drm] VCE initialized successfully.
[   67.319964] [drm] ib test on ring 0 succeeded
[   67.320031] [drm] ib test on ring 1 succeeded
[   67.320419] [drm] ib test on ring 2 succeeded
[   67.320567] [drm] ib test on ring 3 succeeded
[   67.320591] [drm] ib test on ring 4 succeeded
[   67.320634] [drm] ib test on ring 5 succeeded
[   67.320646] [drm] ib test on ring 6 succeeded
[   67.320671] [drm] ib test on ring 7 succeeded
[   67.320682] [drm] ib test on ring 8 succeeded
[   67.320710] [drm] ib test on ring 9 succeeded
[   67.320721] [drm] ib test on ring 10 succeeded
[   67.320730] [drm] ib test on ring 11 succeeded
[   67.322020] [drm] ib test on ring 12 succeeded
[   67.322302] [drm] ib test on ring 13 succeeded
[   67.322334] amdgpu 0000:00:01.0: No connectors reported connected with modes
[   67.322336] [drm] Cannot find any crtc or sizes - going 1024x768
[   67.322935] [drm] fb mappable at 0x21FA18000
[   67.322936] [drm] vram apper at 0x21F000000
[   67.322936] [drm] size 3145728
[   67.322937] [drm] fb depth is 24
[   67.322938] [drm]    pitch is 4096
[   67.322940] checking generic (c0000000 7e9000) vs hw (21f000000 20000000)
[   67.323416] amdgpu 0000:00:01.0: fb1: amdgpudrmfb frame buffer device
[   67.328587] amdgpu: [powerplay] min_core_set_clock not set
[   67.330247] ACPI Error: [\_SB_.ALIB] Namespace lookup failure, AE_NOT_FOUND (20160831/psargs-359)
[   67.330306] ACPI Error: Method parse/execution failed [\_SB.PCI0.VGA.ATC0] (Node ffff8802168a2e38), AE_NOT_FOUND (20160831/psparse-543)
[   67.330393] ACPI Error: Method parse/execution failed [\_SB.PCI0.VGA.ATCS] (Node ffff8802168a2e10), AE_NOT_FOUND (20160831/psparse-543)
[   67.330519] [drm] Initialized amdgpu 3.16.0 20150101 for 0000:00:01.0 on minor 0
[   67.330552] checking generic (c0000000 7e9000) vs hw (c0000000 10000000)
[   67.330553] fb: switching to amdgpudrmfb from EFI VGA
[   67.330594] Console: switching to colour dummy device 80x25
[   67.331593] [drm] initializing kernel modesetting (VEGA10 0x1002:0x687F 0x1002:0x6B76 0xC1).
[   67.331598] amdgpu 0000:03:00.0: VM size (-1) must be a power of 2
[   67.331611] [drm] register mmio base: 0xD1200000
[   67.331612] [drm] register mmio size: 524288
[   67.336176] [drm] probing gen 2 caps for device 1022:1471 = 700d03/e
[   67.336179] [drm] probing mlw for device 1022:1471 = 700d03
[   67.336188] [drm] UVD is enabled in VM mode
[   67.336188] [drm] UVD ENC is enabled in VM mode
[   67.336239] [drm] VCE enabled in VM mode
[   67.365025] [drm] BIOS signature incorrect 0 0
[   67.366026] ATOM BIOS: 113-D0500200-001
[   67.366033] [drm] GPU post is not needed
[   67.366035] [drm] Changing default dispclk from 2Mhz to 600Mhz
[   67.366054] [drm] vm size is 262144 GB, block size is 9-bit
[   67.366061] amdgpu 0000:03:00.0: VRAM: 8176M 0x000000F400000000 - 0x000000F5FEFFFFFF (8176M used)
[   67.366062] amdgpu 0000:03:00.0: GTT: 8176M 0x000000F5FF000000 - 0x000000F7FDFFFFFF
[   67.366065] [drm] Detected VRAM RAM=8176M, BAR=256M
[   67.366066] [drm] RAM width 2048bits HBM
[   67.366081] [drm] amdgpu: 8176M of VRAM memory ready
[   67.366081] [drm] amdgpu: 8176M of GTT memory ready.
[   67.366094] [drm] GART: num cpu pages 2093056, num gpu pages 2093056
[   67.366282] [drm] mmhub_v1_0_gart_enable -- in
[   67.366322] [drm] PCIE GART of 8176M enabled (table at 0x000000F400040000).
[   67.366541] amdgpu 0000:03:00.0: amdgpu: using MSI.
[   67.366629] [drm] amdgpu: irq initialized.
[   67.395869] amdgpu: [powerplay] amdgpu: powerplay sw initialized
[   67.398828] amdgpu 0000:03:00.0: fence driver on ring 0 use gpu addr 0x000000f5ff000008, cpu addr 0xffff880211a26008
[   67.398949] amdgpu 0000:03:00.0: fence driver on ring 1 use gpu addr 0x000000f5ff000010, cpu addr 0xffff880211a26010
[   67.398988] amdgpu 0000:03:00.0: fence driver on ring 2 use gpu addr 0x000000f5ff000018, cpu addr 0xffff880211a26018
[   67.399025] amdgpu 0000:03:00.0: fence driver on ring 3 use gpu addr 0x000000f5ff000028, cpu addr 0xffff880211a26028
[   67.399061] amdgpu 0000:03:00.0: fence driver on ring 4 use gpu addr 0x000000f5ff000030, cpu addr 0xffff880211a26030
[   67.399097] amdgpu 0000:03:00.0: fence driver on ring 5 use gpu addr 0x000000f5ff000038, cpu addr 0xffff880211a26038
[   67.399133] amdgpu 0000:03:00.0: fence driver on ring 6 use gpu addr 0x000000f5ff000048, cpu addr 0xffff880211a26048
[   67.399171] amdgpu 0000:03:00.0: fence driver on ring 7 use gpu addr 0x000000f5ff000050, cpu addr 0xffff880211a26050
[   67.399219] amdgpu 0000:03:00.0: fence driver on ring 8 use gpu addr 0x000000f5ff000058, cpu addr 0xffff880211a26058
[   67.399834] [drm] use_doorbell being set to: [true]
[   67.399862] amdgpu 0000:03:00.0: fence driver on ring 9 use gpu addr 0x000000f5ff000068, cpu addr 0xffff880211a26068
[   67.399889] [drm] use_doorbell being set to: [true]
[   67.399918] amdgpu 0000:03:00.0: fence driver on ring 10 use gpu addr 0x000000f5ff000070, cpu addr 0xffff880211a26070
[   67.401108] [drm] Found UVD firmware Version: 1.50 Family ID: 17
[   67.401137] [drm] PSP loading UVD firmware
[   67.401362] amdgpu 0000:03:00.0: fence driver on ring 11 use gpu addr 0x000000f4010c9600, cpu addr 0xffffc9000b05a600
[   67.401398] amdgpu 0000:03:00.0: fence driver on ring 12 use gpu addr 0x000000f5ff000098, cpu addr 0xffff880211a26098
[   67.401425] amdgpu 0000:03:00.0: fence driver on ring 13 use gpu addr 0x000000f5ff0000b0, cpu addr 0xffff880211a260b0
[   67.402242] [drm] Found VCE firmware Version: 53.19 Binary ID: 4
[   67.402251] [drm] PSP loading VCE firmware
[   67.402494] amdgpu 0000:03:00.0: fence driver on ring 14 use gpu addr 0x000000f5ff0000c8, cpu addr 0xffff880211a260c8
[   67.402531] amdgpu 0000:03:00.0: fence driver on ring 15 use gpu addr 0x000000f5ff0000d8, cpu addr 0xffff880211a260d8
[   67.402558] amdgpu 0000:03:00.0: fence driver on ring 16 use gpu addr 0x000000f5ff0000f0, cpu addr 0xffff880211a260f0
[   67.513435] [drm] DAL is enabled
[   67.513836] [drm] DC: create_links: connectors_num: physical:4, virtual:0
[   67.513841] [drm] Connector[0] description:signal 32
[   67.513844] [drm] Using channel: CHANNEL_ID_DDC1 [1]
[   67.513856] [drm] Connector[1] description:signal 32
[   67.513857] [drm] Using channel: CHANNEL_ID_DDC2 [2]
[   67.513867] [drm] Connector[2] description:signal 32
[   67.513869] [drm] Using channel: CHANNEL_ID_DDC5 [5]
[   67.513880] [drm] Connector[3] description:signal 4
[   67.513882] [drm] Using channel: CHANNEL_ID_DDC6 [6]
[   67.514042] [drm] Display Core initialized
[   67.514046] [drm] amdgpu: freesync_module init done ffff880215446fa0.
[   67.514301] [drm] link=0, dc_sink_in=          (null) is now Disconnected
[   67.514303] [drm] DCHPD: connector_id=0: dc_sink didn't change.
[   67.514539] [drm] link=1, dc_sink_in=          (null) is now Disconnected
[   67.514540] [drm] DCHPD: connector_id=1: dc_sink didn't change.
[   67.522869] [drm] [Detect]	[DP][ConnIdx:2] Type 1 DP-HDMI passive dongle 165Mhz: 44 50 2D 48 44 4D 49 20 41 44 41 50 54 4F 52 04 FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF ^
[   67.538280] [drm] SADs count is: -2, don't need to read it
[   67.538299] [drm] [Detect]	[DVI][ConnIdx:2] 2228W: [Block 0] 00 FF FF FF FF FF FF 00 05 E3 28 22 01 01 01 01 18 19 01 03 80 30 1B 78 2A AD 45 A3 57 52 A1 27 0D 50 54 BF EF 00 D1 C0 B3 00 95 00 81 80 81 40 81 C0 01 01 01 01 02 3A 80 18 71 38 2D 40 58 2C 45 00 DD 0C 11 00 00 1E 00 00 00 FF 00 42 32 38 46 36 51 41 30 30 30 33 39 33 00 00 00 FD 00 32 4C 1E 53 11 00 0A 20 20 20 20 20 20 00 00 00 FC 00 32 32 32 38 57 0A 20 20 20 20 20 20 20 00 64 ^
[   67.538301] [drm] dc_link_detect: manufacturer_id = E305, product_id = 2228, serial_number = 1010101, manufacture_week = 24, manufacture_year = 25, display_name = 2228W, speaker_flag = 0, audio_mode_count = 0
[   67.538319] [drm] link=2, dc_sink_in=ffff8802153da000 is now Connected
[   67.538321] [drm] DCHPD: connector_id=2: Old sink=          (null) New sink=ffff8802153da000
[   67.538464] [drm] link=3, dc_sink_in=          (null) is now Disconnected
[   67.538465] [drm] DCHPD: connector_id=3: dc_sink didn't change.
[   67.538479] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[   67.538480] [drm] Driver supports precise vblank timestamp query.
[   67.538480] [drm] KMS initialized.
[   67.540474] [drm] ring test on 0 succeeded in 2 usecs
[   67.540503] [drm] ring test on 1 succeeded in 6 usecs
[   67.540535] [drm] ring test on 2 succeeded in 7 usecs
[   67.540547] [drm] ring test on 3 succeeded in 2 usecs
[   67.540563] [drm] ring test on 4 succeeded in 3 usecs
[   67.540579] [drm] ring test on 5 succeeded in 3 usecs
[   67.540595] [drm] ring test on 6 succeeded in 3 usecs
[   67.540611] [drm] ring test on 7 succeeded in 3 usecs
[   67.540627] [drm] ring test on 8 succeeded in 3 usecs
[   67.540765] [drm] In Ring test func
[   67.540786] [drm] ring test on 9 succeeded in 14 usecs
[   67.540817] [drm] In Ring test func
[   67.540836] [drm] ring test on 10 succeeded in 14 usecs
[   67.562067] [drm] ring test on 11 succeeded in 1 usecs
[   67.562180] [drm] ring test on 12 succeeded in 27 usecs
[   67.562248] [drm] ring test on 13 succeeded in 5 usecs
[   67.562248] [drm] UVD and UVD ENC initialized successfully.
[   67.662420] [drm] ring test on 14 succeeded in 9 usecs
[   67.662569] [drm] ring test on 15 succeeded in 37 usecs
[   67.662707] [drm] ring test on 16 succeeded in 34 usecs
[   67.662707] [drm] VCE initialized successfully.
[   67.663157] [drm] ib test on ring 0 succeeded
[   67.663379] [drm] ib test on ring 1 succeeded
[   67.663429] [drm] ib test on ring 2 succeeded
[   67.663469] [drm] ib test on ring 3 succeeded
[   67.663507] [drm] ib test on ring 4 succeeded
[   67.663543] [drm] ib test on ring 5 succeeded
[   67.663577] [drm] ib test on ring 6 succeeded
[   67.663618] [drm] ib test on ring 7 succeeded
[   67.663655] [drm] ib test on ring 8 succeeded
[   67.663695] [drm] ib test on ring 9 succeeded
[   67.663734] [drm] ib test on ring 10 succeeded
[   67.664566] [drm] ib test on ring 11 succeeded
[   67.667809] [drm] ib test on ring 12 succeeded
[   67.670989] [drm] ib test on ring 13 succeeded
[   67.671491] [drm] ib test on ring 14 succeeded
[   67.677235] [drm] fb mappable at 0xC1600000
[   67.677236] [drm] vram apper at 0xC0000000
[   67.677237] [drm] size 8294400
[   67.677237] [drm] fb depth is 24
[   67.677238] [drm]    pitch is 7680
[   67.677325] fbcon: amdgpudrmfb (fb0) is primary device
[   67.677646] [drm] Atomic commit: SET crtc id 0: [ffff880211aa2000]
[   67.677648] [drm] dc_commit_streams: 1 streams
[   67.677650] [drm] core_stream 0x153d8c00: src: 0, 0, 1920, 1080; dst: 0, 0, 1920, 1080, colorSpace:1
[   67.677651] [drm] 	pix_clk_khz: 148500, h_total: 2200, v_total: 1125, pixelencoder:1, displaycolorDepth:2
[   67.677651] [drm] 	sink name: 2228W, serial: 16843009
[   67.677652] [drm] 	link: 2
[   67.689973] ------------[ cut here ]------------
[   67.690108] WARNING: CPU: 3 PID: 3067 at drivers/gpu/drm/amd/amdgpu/../display/dc/calcs/dcn_calcs.c:1003 dcn_find_normalized_clock_vdd_Level.part.2+0x286/0x2b0 [amdgpu]
[   67.690111] Modules linked in: amdgpu(+) ttm ax88179_178a usbnet xhci_pci xhci_hcd efivarfs
[   67.690114] CPU: 3 PID: 3067 Comm: modprobe Not tainted 4.9.0+ #4
[   67.690114] Hardware name: AMD Myrtle/Myrtle, BIOS TMY1100A 03/23/2016
[   67.690117]  ffffc9000871f088 ffffffff8132c787 0000000000000000 0000000000000000
[   67.690118]  ffffc9000871f0c8 ffffffff8105b6a6 000003eb0000ffff ffff880211abfb18
[   67.690119]  ffff880211d6c000 0000000000000000 0000ffff0000ffff 00007fff00007fff
[   67.690120] Call Trace:
[   67.690124]  [<ffffffff8132c787>] dump_stack+0x4d/0x66
[   67.690125]  [<ffffffff8105b6a6>] __warn+0xc6/0xe0
[   67.690126]  [<ffffffff8105b778>] warn_slowpath_null+0x18/0x20
[   67.690164]  [<ffffffffa01743e6>] dcn_find_normalized_clock_vdd_Level.part.2+0x286/0x2b0 [amdgpu]
[   67.690202]  [<ffffffffa0175e5c>] dcn_find_dcfclk_suits_all+0x13c/0x1b0 [amdgpu]
[   67.690279]  [<ffffffffa018e5ab>] dce_apply_clock_voltage_request+0x10b/0x190 [amdgpu]
[   67.690320]  [<ffffffffa01d295f>] apply_min_clocks+0x1af/0x210 [amdgpu]
[   67.690356]  [<ffffffffa01d2b49>] dce110_apply_ctx_to_hw+0x189/0x730 [amdgpu]
[   67.690396]  [<ffffffffa0161978>] ? bios_set_scratch_acc_mode_change+0x58/0x90 [amdgpu]
[   67.690433]  [<ffffffffa01dd061>] dc_commit_streams+0x211/0x610 [amdgpu]
[   67.690435]  [<ffffffff81337b68>] ? pointer+0xd8/0x3e0
[   67.690437]  [<ffffffff8114df49>] ? kmalloc_order_trace+0x29/0xd0
[   67.690439]  [<ffffffff81087389>] ? sched_clock_cpu+0x99/0xb0
[   67.690440]  [<ffffffff810a43f0>] ? log_store+0x1b0/0x270
[   67.690480]  [<ffffffffa0156c11>] amdgpu_dm_atomic_commit_tail+0x201/0xa00 [amdgpu]
[   67.690520]  [<ffffffffa0155761>] ? dm_plane_helper_prepare_fb+0x101/0x170 [amdgpu]
[   67.690522]  [<ffffffff81423663>] ? drm_atomic_helper_wait_for_dependencies+0xb3/0x180
[   67.690523]  [<ffffffff81423a29>] commit_tail+0x39/0x60
[   67.690524]  [<ffffffff81423af7>] drm_atomic_helper_commit+0x97/0xe0
[   67.690525]  [<ffffffff814413b4>] drm_atomic_commit+0x44/0x50
[   67.690526]  [<ffffffff81425ae7>] restore_fbdev_mode+0x147/0x270
[   67.690527]  [<ffffffff8142764f>] drm_fb_helper_restore_fbdev_mode_unlocked+0x2f/0x70
[   67.690528]  [<ffffffff814276b8>] drm_fb_helper_set_par+0x28/0x50
[   67.690530]  [<ffffffff8137e054>] fbcon_init+0x574/0x5f0
[   67.690531]  [<ffffffff813e43e1>] visual_init+0xd1/0x130
[   67.690532]  [<ffffffff813e59f5>] do_bind_con_driver+0x1d5/0x3c0
[   67.690533]  [<ffffffff813e5f11>] do_take_over_console+0x111/0x180
[   67.690534]  [<ffffffff81379f87>] do_fbcon_takeover+0x57/0xb0
[   67.690535]  [<ffffffff8137e24d>] set_con2fb_map+0x17d/0x3d0
[   67.690536]  [<ffffffff81129b02>] ? printk+0x43/0x4b
[   67.690537]  [<ffffffff8137e787>] fbcon_event_notify+0x2e7/0x890
[   67.690538]  [<ffffffff81079f85>] notifier_call_chain+0x45/0x70
[   67.690539]  [<ffffffff8107a282>] __blocking_notifier_call_chain+0x42/0x60
[   67.690540]  [<ffffffff8107a2b1>] blocking_notifier_call_chain+0x11/0x20
[   67.690541]  [<ffffffff81381016>] fb_notifier_call_chain+0x16/0x20
[   67.690542]  [<ffffffff813830a2>] register_framebuffer+0x202/0x340
[   67.690543]  [<ffffffff8142793c>] drm_fb_helper_initial_config+0x25c/0x400
[   67.690576]  [<ffffffffa0072667>] amdgpu_fbdev_init+0xc7/0xf0 [amdgpu]
[   67.690607]  [<ffffffffa005cea8>] amdgpu_device_init+0x1198/0x1420 [amdgpu]
[   67.690610]  [<ffffffffa0006e69>] ? xhci_setup_device+0x389/0x640 [xhci_hcd]
[   67.690641]  [<ffffffffa005feba>] amdgpu_driver_load_kms+0x4a/0x1b0 [amdgpu]
[   67.690642]  [<ffffffff81430b02>] drm_dev_register+0xa2/0xd0
[   67.690643]  [<ffffffff814329c7>] drm_get_pci_dev+0x97/0x1c0
[   67.690674]  [<ffffffffa0059427>] amdgpu_pci_probe+0xb7/0xe0 [amdgpu]
[   67.690675]  [<ffffffff81360410>] local_pci_probe+0x40/0xa0
[   67.690677]  [<ffffffff813617bc>] pci_device_probe+0xdc/0x130
[   67.690678]  [<ffffffff81452d57>] driver_probe_device+0x187/0x2d0
[   67.690679]  [<ffffffff81452f36>] __driver_attach+0x96/0xa0
[   67.690679]  [<ffffffff81452ea0>] ? driver_probe_device+0x2d0/0x2d0
[   67.690680]  [<ffffffff81450e4b>] bus_for_each_dev+0x5b/0x90
[   67.690682]  [<ffffffff81452609>] driver_attach+0x19/0x20
[   67.690683]  [<ffffffff8145218c>] bus_add_driver+0x11c/0x220
[   67.690683]  [<ffffffffa02d2000>] ? 0xffffffffa02d2000
[   67.690684]  [<ffffffff8145375b>] driver_register+0x5b/0xd0
[   67.690685]  [<ffffffffa02d2000>] ? 0xffffffffa02d2000
[   67.690686]  [<ffffffff8135fd87>] __pci_register_driver+0x47/0x50
[   67.690687]  [<ffffffff81432bd1>] drm_pci_init+0xe1/0xf0
[   67.690687]  [<ffffffffa02d2000>] ? 0xffffffffa02d2000
[   67.690712]  [<ffffffffa02d2088>] amdgpu_init+0x88/0x9b [amdgpu]
[   67.690714]  [<ffffffff81000408>] do_one_initcall+0x38/0x140
[   67.690715]  [<ffffffff81166ffc>] ? __vunmap+0x7c/0xc0
[   67.690716]  [<ffffffff8117be83>] ? kmem_cache_alloc_trace+0x33/0x150
[   67.690717]  [<ffffffff81129da3>] do_init_module+0x5a/0x1c9
[   67.690718]  [<ffffffff810d1fb0>] load_module+0x1de0/0x2400
[   67.690719]  [<ffffffff810cf350>] ? __symbol_put+0x40/0x40
[   67.690721]  [<ffffffff8118b5ee>] ? kernel_read_file+0x19e/0x1c0
[   67.690722]  [<ffffffff8118b6c4>] ? kernel_read_file_from_fd+0x44/0x70
[   67.690722]  [<ffffffff810d27ba>] SYSC_finit_module+0xba/0xc0
[   67.690723]  [<ffffffff810d27d9>] SyS_finit_module+0x9/0x10
[   67.690725]  [<ffffffff817862e0>] entry_SYSCALL_64_fastpath+0x13/0x94
[   67.690728] ---[ end trace 7e2a465a618d9b83 ]---
[   67.690729] ------------[ cut here ]------------
[   67.690768] WARNING: CPU: 3 PID: 3067 at drivers/gpu/drm/amd/amdgpu/../display/dc/calcs/dcn_calcs.c:1105 dcn_find_dcfclk_suits_all+0x191/0x1b0 [amdgpu]
[   67.690770] Modules linked in: amdgpu(+) ttm ax88179_178a usbnet xhci_pci xhci_hcd efivarfs
[   67.690771] CPU: 3 PID: 3067 Comm: modprobe Tainted: G        W       4.9.0+ #4
[   67.690771] Hardware name: AMD Myrtle/Myrtle, BIOS TMY1100A 03/23/2016
[   67.690772]  ffffc9000871f098 ffffffff8132c787 0000000000000000 0000000000000000
[   67.690773]  ffffc9000871f0d8 ffffffff8105b6a6 0000045111d6c000 ffff880211abfb18
[   67.690774]  ffff880211d6c000 0000000000000004 0000ffff0000ffff 00007fff00007fff
[   67.690774] Call Trace:
[   67.690775]  [<ffffffff8132c787>] dump_stack+0x4d/0x66
[   67.690776]  [<ffffffff8105b6a6>] __warn+0xc6/0xe0
[   67.690777]  [<ffffffff8105b778>] warn_slowpath_null+0x18/0x20
[   67.690817]  [<ffffffffa0175eb1>] dcn_find_dcfclk_suits_all+0x191/0x1b0 [amdgpu]
[   67.690856]  [<ffffffffa018e5ab>] dce_apply_clock_voltage_request+0x10b/0x190 [amdgpu]
[   67.690892]  [<ffffffffa01d295f>] apply_min_clocks+0x1af/0x210 [amdgpu]
[   67.690929]  [<ffffffffa01d2b49>] dce110_apply_ctx_to_hw+0x189/0x730 [amdgpu]
[   67.690969]  [<ffffffffa0161978>] ? bios_set_scratch_acc_mode_change+0x58/0x90 [amdgpu]
[   67.691005]  [<ffffffffa01dd061>] dc_commit_streams+0x211/0x610 [amdgpu]
[   67.691006]  [<ffffffff81337b68>] ? pointer+0xd8/0x3e0
[   67.691007]  [<ffffffff8114df49>] ? kmalloc_order_trace+0x29/0xd0
[   67.691008]  [<ffffffff81087389>] ? sched_clock_cpu+0x99/0xb0
[   67.691009]  [<ffffffff810a43f0>] ? log_store+0x1b0/0x270
[   67.691085]  [<ffffffffa0156c11>] amdgpu_dm_atomic_commit_tail+0x201/0xa00 [amdgpu]
[   67.691123]  [<ffffffffa0155761>] ? dm_plane_helper_prepare_fb+0x101/0x170 [amdgpu]
[   67.691124]  [<ffffffff81423663>] ? drm_atomic_helper_wait_for_dependencies+0xb3/0x180
[   67.691124]  [<ffffffff81423a29>] commit_tail+0x39/0x60
[   67.691125]  [<ffffffff81423af7>] drm_atomic_helper_commit+0x97/0xe0
[   67.691126]  [<ffffffff814413b4>] drm_atomic_commit+0x44/0x50
[   67.691127]  [<ffffffff81425ae7>] restore_fbdev_mode+0x147/0x270
[   67.691128]  [<ffffffff8142764f>] drm_fb_helper_restore_fbdev_mode_unlocked+0x2f/0x70
[   67.691129]  [<ffffffff814276b8>] drm_fb_helper_set_par+0x28/0x50
[   67.691130]  [<ffffffff8137e054>] fbcon_init+0x574/0x5f0
[   67.691131]  [<ffffffff813e43e1>] visual_init+0xd1/0x130
[   67.691132]  [<ffffffff813e59f5>] do_bind_con_driver+0x1d5/0x3c0
[   67.691133]  [<ffffffff813e5f11>] do_take_over_console+0x111/0x180
[   67.691134]  [<ffffffff81379f87>] do_fbcon_takeover+0x57/0xb0
[   67.691134]  [<ffffffff8137e24d>] set_con2fb_map+0x17d/0x3d0
[   67.691135]  [<ffffffff81129b02>] ? printk+0x43/0x4b
[   67.691136]  [<ffffffff8137e787>] fbcon_event_notify+0x2e7/0x890
[   67.691137]  [<ffffffff81079f85>] notifier_call_chain+0x45/0x70
[   67.691138]  [<ffffffff8107a282>] __blocking_notifier_call_chain+0x42/0x60
[   67.691139]  [<ffffffff8107a2b1>] blocking_notifier_call_chain+0x11/0x20
[   67.691139]  [<ffffffff81381016>] fb_notifier_call_chain+0x16/0x20
[   67.691140]  [<ffffffff813830a2>] register_framebuffer+0x202/0x340
[   67.691141]  [<ffffffff8142793c>] drm_fb_helper_initial_config+0x25c/0x400
[   67.691172]  [<ffffffffa0072667>] amdgpu_fbdev_init+0xc7/0xf0 [amdgpu]
[   67.691202]  [<ffffffffa005cea8>] amdgpu_device_init+0x1198/0x1420 [amdgpu]
[   67.691203]  [<ffffffffa0006e69>] ? xhci_setup_device+0x389/0x640 [xhci_hcd]
[   67.691273]  [<ffffffffa005feba>] amdgpu_driver_load_kms+0x4a/0x1b0 [amdgpu]
[   67.691274]  [<ffffffff81430b02>] drm_dev_register+0xa2/0xd0
[   67.691274]  [<ffffffff814329c7>] drm_get_pci_dev+0x97/0x1c0
[   67.691305]  [<ffffffffa0059427>] amdgpu_pci_probe+0xb7/0xe0 [amdgpu]
[   67.691306]  [<ffffffff81360410>] local_pci_probe+0x40/0xa0
[   67.691308]  [<ffffffff813617bc>] pci_device_probe+0xdc/0x130
[   67.691308]  [<ffffffff81452d57>] driver_probe_device+0x187/0x2d0
[   67.691309]  [<ffffffff81452f36>] __driver_attach+0x96/0xa0
[   67.691310]  [<ffffffff81452ea0>] ? driver_probe_device+0x2d0/0x2d0
[   67.691311]  [<ffffffff81450e4b>] bus_for_each_dev+0x5b/0x90
[   67.691312]  [<ffffffff81452609>] driver_attach+0x19/0x20
[   67.691313]  [<ffffffff8145218c>] bus_add_driver+0x11c/0x220
[   67.691313]  [<ffffffffa02d2000>] ? 0xffffffffa02d2000
[   67.691314]  [<ffffffff8145375b>] driver_register+0x5b/0xd0
[   67.691315]  [<ffffffffa02d2000>] ? 0xffffffffa02d2000
[   67.691316]  [<ffffffff8135fd87>] __pci_register_driver+0x47/0x50
[   67.691317]  [<ffffffff81432bd1>] drm_pci_init+0xe1/0xf0
[   67.691327]  [<ffffffffa02d2000>] ? 0xffffffffa02d2000
[   67.691351]  [<ffffffffa02d2088>] amdgpu_init+0x88/0x9b [amdgpu]
[   67.691352]  [<ffffffff81000408>] do_one_initcall+0x38/0x140
[   67.691353]  [<ffffffff81166ffc>] ? __vunmap+0x7c/0xc0
[   67.691354]  [<ffffffff8117be83>] ? kmem_cache_alloc_trace+0x33/0x150
[   67.691355]  [<ffffffff81129da3>] do_init_module+0x5a/0x1c9
[   67.691356]  [<ffffffff810d1fb0>] load_module+0x1de0/0x2400
[   67.691356]  [<ffffffff810cf350>] ? __symbol_put+0x40/0x40
[   67.691358]  [<ffffffff8118b5ee>] ? kernel_read_file+0x19e/0x1c0
[   67.691359]  [<ffffffff8118b6c4>] ? kernel_read_file_from_fd+0x44/0x70
[   67.691359]  [<ffffffff810d27ba>] SYSC_finit_module+0xba/0xc0
[   67.691360]  [<ffffffff810d27d9>] SyS_finit_module+0x9/0x10
[   67.691361]  [<ffffffff817862e0>] entry_SYSCALL_64_fastpath+0x13/0x94
[   67.691364] ---[ end trace 7e2a465a618d9b84 ]---
[   67.691365] ------------[ cut here ]------------
[   67.691404] WARNING: CPU: 3 PID: 3067 at drivers/gpu/drm/amd/amdgpu/../display/dc/calcs/dcn_calcs.c:1003 dcn_find_normalized_clock_vdd_Level.part.2+0x286/0x2b0 [amdgpu]
[   67.691406] Modules linked in: amdgpu(+) ttm ax88179_178a usbnet xhci_pci xhci_hcd efivarfs
[   67.691407] CPU: 3 PID: 3067 Comm: modprobe Tainted: G        W       4.9.0+ #4
[   67.691407] Hardware name: AMD Myrtle/Myrtle, BIOS TMY1100A 03/23/2016
[   67.691408]  ffffc9000871f088 ffffffff8132c787 0000000000000000 0000000000000000
[   67.691409]  ffffc9000871f0c8 ffffffff8105b6a6 000003eb0871f0d8 ffff880211abfb18
[   67.691410]  ffff880211d6c000 0000000000000000 0000ffff0000ffff 00007fff00007fff
[   67.691410] Call Trace:
[   67.691411]  [<ffffffff8132c787>] dump_stack+0x4d/0x66
[   67.691412]  [<ffffffff8105b6a6>] __warn+0xc6/0xe0
[   67.691413]  [<ffffffff8105b778>] warn_slowpath_null+0x18/0x20
[   67.691452]  [<ffffffffa01743e6>] dcn_find_normalized_clock_vdd_Level.part.2+0x286/0x2b0 [amdgpu]
[   67.691491]  [<ffffffffa0175e5c>] dcn_find_dcfclk_suits_all+0x13c/0x1b0 [amdgpu]
[   67.691530]  [<ffffffffa018e5ab>] dce_apply_clock_voltage_request+0x10b/0x190 [amdgpu]
[   67.691567]  [<ffffffffa01d298f>] apply_min_clocks+0x1df/0x210 [amdgpu]
[   67.691604]  [<ffffffffa01d2b49>] dce110_apply_ctx_to_hw+0x189/0x730 [amdgpu]
[   67.691644]  [<ffffffffa0161978>] ? bios_set_scratch_acc_mode_change+0x58/0x90 [amdgpu]
[   67.691681]  [<ffffffffa01dd061>] dc_commit_streams+0x211/0x610 [amdgpu]
[   67.691682]  [<ffffffff81337b68>] ? pointer+0xd8/0x3e0
[   67.691683]  [<ffffffff8114df49>] ? kmalloc_order_trace+0x29/0xd0
[   67.691684]  [<ffffffff81087389>] ? sched_clock_cpu+0x99/0xb0
[   67.691685]  [<ffffffff810a43f0>] ? log_store+0x1b0/0x270
[   67.691724]  [<ffffffffa0156c11>] amdgpu_dm_atomic_commit_tail+0x201/0xa00 [amdgpu]
[   67.691764]  [<ffffffffa0155761>] ? dm_plane_helper_prepare_fb+0x101/0x170 [amdgpu]
[   67.691765]  [<ffffffff81423663>] ? drm_atomic_helper_wait_for_dependencies+0xb3/0x180
[   67.691766]  [<ffffffff81423a29>] commit_tail+0x39/0x60
[   67.691767]  [<ffffffff81423af7>] drm_atomic_helper_commit+0x97/0xe0
[   67.691768]  [<ffffffff814413b4>] drm_atomic_commit+0x44/0x50
[   67.691768]  [<ffffffff81425ae7>] restore_fbdev_mode+0x147/0x270
[   67.691769]  [<ffffffff8142764f>] drm_fb_helper_restore_fbdev_mode_unlocked+0x2f/0x70
[   67.691770]  [<ffffffff814276b8>] drm_fb_helper_set_par+0x28/0x50
[   67.691771]  [<ffffffff8137e054>] fbcon_init+0x574/0x5f0
[   67.691772]  [<ffffffff813e43e1>] visual_init+0xd1/0x130
[   67.691773]  [<ffffffff813e59f5>] do_bind_con_driver+0x1d5/0x3c0
[   67.691774]  [<ffffffff813e5f11>] do_take_over_console+0x111/0x180
[   67.691775]  [<ffffffff81379f87>] do_fbcon_takeover+0x57/0xb0
[   67.691776]  [<ffffffff8137e24d>] set_con2fb_map+0x17d/0x3d0
[   67.691777]  [<ffffffff81129b02>] ? printk+0x43/0x4b
[   67.691778]  [<ffffffff8137e787>] fbcon_event_notify+0x2e7/0x890
[   67.691779]  [<ffffffff81079f85>] notifier_call_chain+0x45/0x70
[   67.691780]  [<ffffffff8107a282>] __blocking_notifier_call_chain+0x42/0x60
[   67.691781]  [<ffffffff8107a2b1>] blocking_notifier_call_chain+0x11/0x20
[   67.691781]  [<ffffffff81381016>] fb_notifier_call_chain+0x16/0x20
[   67.691782]  [<ffffffff813830a2>] register_framebuffer+0x202/0x340
[   67.691783]  [<ffffffff8142793c>] drm_fb_helper_initial_config+0x25c/0x400
[   67.691816]  [<ffffffffa0072667>] amdgpu_fbdev_init+0xc7/0xf0 [amdgpu]
[   67.691847]  [<ffffffffa005cea8>] amdgpu_device_init+0x1198/0x1420 [amdgpu]
[   67.691849]  [<ffffffffa0006e69>] ? xhci_setup_device+0x389/0x640 [xhci_hcd]
[   67.691880]  [<ffffffffa005feba>] amdgpu_driver_load_kms+0x4a/0x1b0 [amdgpu]
[   67.691881]  [<ffffffff81430b02>] drm_dev_register+0xa2/0xd0
[   67.691881]  [<ffffffff814329c7>] drm_get_pci_dev+0x97/0x1c0
[   67.691912]  [<ffffffffa0059427>] amdgpu_pci_probe+0xb7/0xe0 [amdgpu]
[   67.691913]  [<ffffffff81360410>] local_pci_probe+0x40/0xa0
[   67.691914]  [<ffffffff813617bc>] pci_device_probe+0xdc/0x130
[   67.691915]  [<ffffffff81452d57>] driver_probe_device+0x187/0x2d0
[   67.691916]  [<ffffffff81452f36>] __driver_attach+0x96/0xa0
[   67.691917]  [<ffffffff81452ea0>] ? driver_probe_device+0x2d0/0x2d0
[   67.691918]  [<ffffffff81450e4b>] bus_for_each_dev+0x5b/0x90
[   67.691919]  [<ffffffff81452609>] driver_attach+0x19/0x20
[   67.691920]  [<ffffffff8145218c>] bus_add_driver+0x11c/0x220
[   67.691920]  [<ffffffffa02d2000>] ? 0xffffffffa02d2000
[   67.691921]  [<ffffffff8145375b>] driver_register+0x5b/0xd0
[   67.691922]  [<ffffffffa02d2000>] ? 0xffffffffa02d2000
[   67.691923]  [<ffffffff8135fd87>] __pci_register_driver+0x47/0x50
[   67.691923]  [<ffffffff81432bd1>] drm_pci_init+0xe1/0xf0
[   67.691924]  [<ffffffffa02d2000>] ? 0xffffffffa02d2000
[   67.691949]  [<ffffffffa02d2088>] amdgpu_init+0x88/0x9b [amdgpu]
[   67.691950]  [<ffffffff81000408>] do_one_initcall+0x38/0x140
[   67.691950]  [<ffffffff81166ffc>] ? __vunmap+0x7c/0xc0
[   67.691951]  [<ffffffff8117be83>] ? kmem_cache_alloc_trace+0x33/0x150
[   67.691952]  [<ffffffff81129da3>] do_init_module+0x5a/0x1c9
[   67.691953]  [<ffffffff810d1fb0>] load_module+0x1de0/0x2400
[   67.691954]  [<ffffffff810cf350>] ? __symbol_put+0x40/0x40
[   67.691955]  [<ffffffff8118b5ee>] ? kernel_read_file+0x19e/0x1c0
[   67.691956]  [<ffffffff8118b6c4>] ? kernel_read_file_from_fd+0x44/0x70
[   67.691957]  [<ffffffff810d27ba>] SYSC_finit_module+0xba/0xc0
[   67.691958]  [<ffffffff810d27d9>] SyS_finit_module+0x9/0x10
[   67.691959]  [<ffffffff817862e0>] entry_SYSCALL_64_fastpath+0x13/0x94
[   67.691959] ---[ end trace 7e2a465a618d9b85 ]---
[   67.691960] ------------[ cut here ]------------
[   67.691999] WARNING: CPU: 3 PID: 3067 at drivers/gpu/drm/amd/amdgpu/../display/dc/calcs/dcn_calcs.c:1105 dcn_find_dcfclk_suits_all+0x191/0x1b0 [amdgpu]
[   67.692001] Modules linked in: amdgpu(+) ttm ax88179_178a usbnet xhci_pci xhci_hcd efivarfs
[   67.692001] CPU: 3 PID: 3067 Comm: modprobe Tainted: G        W       4.9.0+ #4
[   67.692002] Hardware name: AMD Myrtle/Myrtle, BIOS TMY1100A 03/23/2016
[   67.692003]  ffffc9000871f098 ffffffff8132c787 0000000000000000 0000000000000000
[   67.692003]  ffffc9000871f0d8 ffffffff8105b6a6 0000045111d6c000 ffff880211abfb18
[   67.692004]  ffff880211d6c000 0000000000000004 0000ffff0000ffff 00007fff00007fff
[   67.692013] Call Trace:
[   67.692014]  [<ffffffff8132c787>] dump_stack+0x4d/0x66
[   67.692015]  [<ffffffff8105b6a6>] __warn+0xc6/0xe0
[   67.692016]  [<ffffffff8105b778>] warn_slowpath_null+0x18/0x20
[   67.692092]  [<ffffffffa0175eb1>] dcn_find_dcfclk_suits_all+0x191/0x1b0 [amdgpu]
[   67.692129]  [<ffffffffa018e5ab>] dce_apply_clock_voltage_request+0x10b/0x190 [amdgpu]
[   67.692164]  [<ffffffffa01d298f>] apply_min_clocks+0x1df/0x210 [amdgpu]
[   67.692199]  [<ffffffffa01d2b49>] dce110_apply_ctx_to_hw+0x189/0x730 [amdgpu]
[   67.692276]  [<ffffffffa0161978>] ? bios_set_scratch_acc_mode_change+0x58/0x90 [amdgpu]
[   67.692313]  [<ffffffffa01dd061>] dc_commit_streams+0x211/0x610 [amdgpu]
[   67.692314]  [<ffffffff81337b68>] ? pointer+0xd8/0x3e0
[   67.692315]  [<ffffffff8114df49>] ? kmalloc_order_trace+0x29/0xd0
[   67.692328]  [<ffffffff81087389>] ? sched_clock_cpu+0x99/0xb0
[   67.692329]  [<ffffffff810a43f0>] ? log_store+0x1b0/0x270
[   67.692369]  [<ffffffffa0156c11>] amdgpu_dm_atomic_commit_tail+0x201/0xa00 [amdgpu]
[   67.692408]  [<ffffffffa0155761>] ? dm_plane_helper_prepare_fb+0x101/0x170 [amdgpu]
[   67.692409]  [<ffffffff81423663>] ? drm_atomic_helper_wait_for_dependencies+0xb3/0x180
[   67.692410]  [<ffffffff81423a29>] commit_tail+0x39/0x60
[   67.692411]  [<ffffffff81423af7>] drm_atomic_helper_commit+0x97/0xe0
[   67.692412]  [<ffffffff814413b4>] drm_atomic_commit+0x44/0x50
[   67.692412]  [<ffffffff81425ae7>] restore_fbdev_mode+0x147/0x270
[   67.692413]  [<ffffffff8142764f>] drm_fb_helper_restore_fbdev_mode_unlocked+0x2f/0x70
[   67.692414]  [<ffffffff814276b8>] drm_fb_helper_set_par+0x28/0x50
[   67.692415]  [<ffffffff8137e054>] fbcon_init+0x574/0x5f0
[   67.692416]  [<ffffffff813e43e1>] visual_init+0xd1/0x130
[   67.692417]  [<ffffffff813e59f5>] do_bind_con_driver+0x1d5/0x3c0
[   67.692418]  [<ffffffff813e5f11>] do_take_over_console+0x111/0x180
[   67.692419]  [<ffffffff81379f87>] do_fbcon_takeover+0x57/0xb0
[   67.692420]  [<ffffffff8137e24d>] set_con2fb_map+0x17d/0x3d0
[   67.692421]  [<ffffffff81129b02>] ? printk+0x43/0x4b
[   67.692421]  [<ffffffff8137e787>] fbcon_event_notify+0x2e7/0x890
[   67.692422]  [<ffffffff81079f85>] notifier_call_chain+0x45/0x70
[   67.692423]  [<ffffffff8107a282>] __blocking_notifier_call_chain+0x42/0x60
[   67.692424]  [<ffffffff8107a2b1>] blocking_notifier_call_chain+0x11/0x20
[   67.692425]  [<ffffffff81381016>] fb_notifier_call_chain+0x16/0x20
[   67.692426]  [<ffffffff813830a2>] register_framebuffer+0x202/0x340
[   67.692427]  [<ffffffff8142793c>] drm_fb_helper_initial_config+0x25c/0x400
[   67.692460]  [<ffffffffa0072667>] amdgpu_fbdev_init+0xc7/0xf0 [amdgpu]
[   67.692491]  [<ffffffffa005cea8>] amdgpu_device_init+0x1198/0x1420 [amdgpu]
[   67.692492]  [<ffffffffa0006e69>] ? xhci_setup_device+0x389/0x640 [xhci_hcd]
[   67.692524]  [<ffffffffa005feba>] amdgpu_driver_load_kms+0x4a/0x1b0 [amdgpu]
[   67.692524]  [<ffffffff81430b02>] drm_dev_register+0xa2/0xd0
[   67.692525]  [<ffffffff814329c7>] drm_get_pci_dev+0x97/0x1c0
[   67.692556]  [<ffffffffa0059427>] amdgpu_pci_probe+0xb7/0xe0 [amdgpu]
[   67.692557]  [<ffffffff81360410>] local_pci_probe+0x40/0xa0
[   67.692558]  [<ffffffff813617bc>] pci_device_probe+0xdc/0x130
[   67.692559]  [<ffffffff81452d57>] driver_probe_device+0x187/0x2d0
[   67.692560]  [<ffffffff81452f36>] __driver_attach+0x96/0xa0
[   67.692560]  [<ffffffff81452ea0>] ? driver_probe_device+0x2d0/0x2d0
[   67.692561]  [<ffffffff81450e4b>] bus_for_each_dev+0x5b/0x90
[   67.692562]  [<ffffffff81452609>] driver_attach+0x19/0x20
[   67.692563]  [<ffffffff8145218c>] bus_add_driver+0x11c/0x220
[   67.692564]  [<ffffffffa02d2000>] ? 0xffffffffa02d2000
[   67.692565]  [<ffffffff8145375b>] driver_register+0x5b/0xd0
[   67.692565]  [<ffffffffa02d2000>] ? 0xffffffffa02d2000
[   67.692566]  [<ffffffff8135fd87>] __pci_register_driver+0x47/0x50
[   67.692567]  [<ffffffff81432bd1>] drm_pci_init+0xe1/0xf0
[   67.692567]  [<ffffffffa02d2000>] ? 0xffffffffa02d2000
[   67.692592]  [<ffffffffa02d2088>] amdgpu_init+0x88/0x9b [amdgpu]
[   67.692593]  [<ffffffff81000408>] do_one_initcall+0x38/0x140
[   67.692594]  [<ffffffff81166ffc>] ? __vunmap+0x7c/0xc0
[   67.692595]  [<ffffffff8117be83>] ? kmem_cache_alloc_trace+0x33/0x150
[   67.692596]  [<ffffffff81129da3>] do_init_module+0x5a/0x1c9
[   67.692597]  [<ffffffff810d1fb0>] load_module+0x1de0/0x2400
[   67.692597]  [<ffffffff810cf350>] ? __symbol_put+0x40/0x40
[   67.692598]  [<ffffffff8118b5ee>] ? kernel_read_file+0x19e/0x1c0
[   67.692599]  [<ffffffff8118b6c4>] ? kernel_read_file_from_fd+0x44/0x70
[   67.692600]  [<ffffffff810d27ba>] SYSC_finit_module+0xba/0xc0
[   67.692601]  [<ffffffff810d27d9>] SyS_finit_module+0x9/0x10
[   67.692602]  [<ffffffff817862e0>] entry_SYSCALL_64_fastpath+0x13/0x94
[   67.692605] ---[ end trace 7e2a465a618d9b86 ]---
[   67.692605] ------------[ cut here ]------------
[   67.692645] WARNING: CPU: 3 PID: 3067 at drivers/gpu/drm/amd/amdgpu/../display/dc/calcs/dcn_calcs.c:1003 dcn_find_normalized_clock_vdd_Level.part.2+0x286/0x2b0 [amdgpu]
[   67.692646] Modules linked in: amdgpu(+) ttm ax88179_178a usbnet xhci_pci xhci_hcd efivarfs
[   67.692647] CPU: 3 PID: 3067 Comm: modprobe Tainted: G        W       4.9.0+ #4
[   67.692647] Hardware name: AMD Myrtle/Myrtle, BIOS TMY1100A 03/23/2016
[   67.692648]  ffffc9000871f088 ffffffff8132c787 0000000000000000 0000000000000000
[   67.692649]  ffffc9000871f0c8 ffffffff8105b6a6 000003eb0871f0d8 ffff880211abfb18
[   67.692650]  ffff880211d6c000 0000000000000000 0000ffff0000ffff 00007fff00007fff
[   67.692650] Call Trace:
[   67.692651]  [<ffffffff8132c787>] dump_stack+0x4d/0x66
[   67.692652]  [<ffffffff8105b6a6>] __warn+0xc6/0xe0
[   67.692653]  [<ffffffff8105b778>] warn_slowpath_null+0x18/0x20
[   67.692692]  [<ffffffffa01743e6>] dcn_find_normalized_clock_vdd_Level.part.2+0x286/0x2b0 [amdgpu]
[   67.692731]  [<ffffffffa0175e5c>] dcn_find_dcfclk_suits_all+0x13c/0x1b0 [amdgpu]
[   67.692770]  [<ffffffffa018e5ab>] dce_apply_clock_voltage_request+0x10b/0x190 [amdgpu]
[   67.692807]  [<ffffffffa01d29ae>] apply_min_clocks+0x1fe/0x210 [amdgpu]
[   67.692844]  [<ffffffffa01d2b49>] dce110_apply_ctx_to_hw+0x189/0x730 [amdgpu]
[   67.692884]  [<ffffffffa0161978>] ? bios_set_scratch_acc_mode_change+0x58/0x90 [amdgpu]
[   67.692920]  [<ffffffffa01dd061>] dc_commit_streams+0x211/0x610 [amdgpu]
[   67.692921]  [<ffffffff81337b68>] ? pointer+0xd8/0x3e0
[   67.692922]  [<ffffffff8114df49>] ? kmalloc_order_trace+0x29/0xd0
[   67.692923]  [<ffffffff81087389>] ? sched_clock_cpu+0x99/0xb0
[   67.692924]  [<ffffffff810a43f0>] ? log_store+0x1b0/0x270
[   67.692964]  [<ffffffffa0156c11>] amdgpu_dm_atomic_commit_tail+0x201/0xa00 [amdgpu]
[   67.693004]  [<ffffffffa0155761>] ? dm_plane_helper_prepare_fb+0x101/0x170 [amdgpu]
[   67.693005]  [<ffffffff81423663>] ? drm_atomic_helper_wait_for_dependencies+0xb3/0x180
[   67.693006]  [<ffffffff81423a29>] commit_tail+0x39/0x60
[   67.693006]  [<ffffffff81423af7>] drm_atomic_helper_commit+0x97/0xe0
[   67.693007]  [<ffffffff814413b4>] drm_atomic_commit+0x44/0x50
[   67.693008]  [<ffffffff81425ae7>] restore_fbdev_mode+0x147/0x270
[   67.693009]  [<ffffffff8142764f>] drm_fb_helper_restore_fbdev_mode_unlocked+0x2f/0x70
[   67.693010]  [<ffffffff814276b8>] drm_fb_helper_set_par+0x28/0x50
[   67.693011]  [<ffffffff8137e054>] fbcon_init+0x574/0x5f0
[   67.693012]  [<ffffffff813e43e1>] visual_init+0xd1/0x130
[   67.693013]  [<ffffffff813e59f5>] do_bind_con_driver+0x1d5/0x3c0
[   67.693014]  [<ffffffff813e5f11>] do_take_over_console+0x111/0x180
[   67.693015]  [<ffffffff81379f87>] do_fbcon_takeover+0x57/0xb0
[   67.693016]  [<ffffffff8137e24d>] set_con2fb_map+0x17d/0x3d0
[   67.693017]  [<ffffffff81129b02>] ? printk+0x43/0x4b
[   67.693017]  [<ffffffff8137e787>] fbcon_event_notify+0x2e7/0x890
[   67.693018]  [<ffffffff81079f85>] notifier_call_chain+0x45/0x70
[   67.693019]  [<ffffffff8107a282>] __blocking_notifier_call_chain+0x42/0x60
[   67.693020]  [<ffffffff8107a2b1>] blocking_notifier_call_chain+0x11/0x20
[   67.693022]  [<ffffffff81381016>] fb_notifier_call_chain+0x16/0x20
[   67.693022]  [<ffffffff813830a2>] register_framebuffer+0x202/0x340
[   67.693061]  [<ffffffff8142793c>] drm_fb_helper_initial_config+0x25c/0x400
[   67.693092]  [<ffffffffa0072667>] amdgpu_fbdev_init+0xc7/0xf0 [amdgpu]
[   67.693121]  [<ffffffffa005cea8>] amdgpu_device_init+0x1198/0x1420 [amdgpu]
[   67.693123]  [<ffffffffa0006e69>] ? xhci_setup_device+0x389/0x640 [xhci_hcd]
[   67.693153]  [<ffffffffa005feba>] amdgpu_driver_load_kms+0x4a/0x1b0 [amdgpu]
[   67.693154]  [<ffffffff81430b02>] drm_dev_register+0xa2/0xd0
[   67.693154]  [<ffffffff814329c7>] drm_get_pci_dev+0x97/0x1c0
[   67.693184]  [<ffffffffa0059427>] amdgpu_pci_probe+0xb7/0xe0 [amdgpu]
[   67.693185]  [<ffffffff81360410>] local_pci_probe+0x40/0xa0
[   67.693186]  [<ffffffff813617bc>] pci_device_probe+0xdc/0x130
[   67.693186]  [<ffffffff81452d57>] driver_probe_device+0x187/0x2d0
[   67.693187]  [<ffffffff81452f36>] __driver_attach+0x96/0xa0
[   67.693188]  [<ffffffff81452ea0>] ? driver_probe_device+0x2d0/0x2d0
[   67.693189]  [<ffffffff81450e4b>] bus_for_each_dev+0x5b/0x90
[   67.693190]  [<ffffffff81452609>] driver_attach+0x19/0x20
[   67.693191]  [<ffffffff8145218c>] bus_add_driver+0x11c/0x220
[   67.693191]  [<ffffffffa02d2000>] ? 0xffffffffa02d2000
[   67.693192]  [<ffffffff8145375b>] driver_register+0x5b/0xd0
[   67.693192]  [<ffffffffa02d2000>] ? 0xffffffffa02d2000
[   67.693193]  [<ffffffff8135fd87>] __pci_register_driver+0x47/0x50
[   67.693194]  [<ffffffff81432bd1>] drm_pci_init+0xe1/0xf0
[   67.693195]  [<ffffffffa02d2000>] ? 0xffffffffa02d2000
[   67.693257]  [<ffffffffa02d2088>] amdgpu_init+0x88/0x9b [amdgpu]
[   67.693258]  [<ffffffff81000408>] do_one_initcall+0x38/0x140
[   67.693259]  [<ffffffff81166ffc>] ? __vunmap+0x7c/0xc0
[   67.693260]  [<ffffffff8117be83>] ? kmem_cache_alloc_trace+0x33/0x150
[   67.693260]  [<ffffffff81129da3>] do_init_module+0x5a/0x1c9
[   67.693261]  [<ffffffff810d1fb0>] load_module+0x1de0/0x2400
[   67.693262]  [<ffffffff810cf350>] ? __symbol_put+0x40/0x40
[   67.693263]  [<ffffffff8118b5ee>] ? kernel_read_file+0x19e/0x1c0
[   67.693264]  [<ffffffff8118b6c4>] ? kernel_read_file_from_fd+0x44/0x70
[   67.693265]  [<ffffffff810d27ba>] SYSC_finit_module+0xba/0xc0
[   67.693266]  [<ffffffff810d27d9>] SyS_finit_module+0x9/0x10
[   67.693267]  [<ffffffff817862e0>] entry_SYSCALL_64_fastpath+0x13/0x94
[   67.693269] ---[ end trace 7e2a465a618d9b87 ]---
[   67.693269] ------------[ cut here ]------------
[   67.693308] WARNING: CPU: 3 PID: 3067 at drivers/gpu/drm/amd/amdgpu/../display/dc/calcs/dcn_calcs.c:1105 dcn_find_dcfclk_suits_all+0x191/0x1b0 [amdgpu]
[   67.693310] Modules linked in: amdgpu(+) ttm ax88179_178a usbnet xhci_pci xhci_hcd efivarfs
[   67.693311] CPU: 3 PID: 3067 Comm: modprobe Tainted: G        W       4.9.0+ #4
[   67.693311] Hardware name: AMD Myrtle/Myrtle, BIOS TMY1100A 03/23/2016
[   67.693312]  ffffc9000871f098 ffffffff8132c787 0000000000000000 0000000000000000
[   67.693313]  ffffc9000871f0d8 ffffffff8105b6a6 0000045111d6c000 ffff880211abfb18
[   67.693314]  ffff880211d6c000 0000000000000004 0000ffff0000ffff 00007fff00007fff
[   67.693327] Call Trace:
[   67.693328]  [<ffffffff8132c787>] dump_stack+0x4d/0x66
[   67.693329]  [<ffffffff8105b6a6>] __warn+0xc6/0xe0
[   67.693329]  [<ffffffff8105b778>] warn_slowpath_null+0x18/0x20
[   67.693369]  [<ffffffffa0175eb1>] dcn_find_dcfclk_suits_all+0x191/0x1b0 [amdgpu]
[   67.693408]  [<ffffffffa018e5ab>] dce_apply_clock_voltage_request+0x10b/0x190 [amdgpu]
[   67.693445]  [<ffffffffa01d29ae>] apply_min_clocks+0x1fe/0x210 [amdgpu]
[   67.693482]  [<ffffffffa01d2b49>] dce110_apply_ctx_to_hw+0x189/0x730 [amdgpu]
[   67.693521]  [<ffffffffa0161978>] ? bios_set_scratch_acc_mode_change+0x58/0x90 [amdgpu]
[   67.693558]  [<ffffffffa01dd061>] dc_commit_streams+0x211/0x610 [amdgpu]
[   67.693559]  [<ffffffff81337b68>] ? pointer+0xd8/0x3e0
[   67.693560]  [<ffffffff8114df49>] ? kmalloc_order_trace+0x29/0xd0
[   67.693561]  [<ffffffff81087389>] ? sched_clock_cpu+0x99/0xb0
[   67.693562]  [<ffffffff810a43f0>] ? log_store+0x1b0/0x270
[   67.693601]  [<ffffffffa0156c11>] amdgpu_dm_atomic_commit_tail+0x201/0xa00 [amdgpu]
[   67.693641]  [<ffffffffa0155761>] ? dm_plane_helper_prepare_fb+0x101/0x170 [amdgpu]
[   67.693642]  [<ffffffff81423663>] ? drm_atomic_helper_wait_for_dependencies+0xb3/0x180
[   67.693642]  [<ffffffff81423a29>] commit_tail+0x39/0x60
[   67.693643]  [<ffffffff81423af7>] drm_atomic_helper_commit+0x97/0xe0
[   67.693644]  [<ffffffff814413b4>] drm_atomic_commit+0x44/0x50
[   67.693645]  [<ffffffff81425ae7>] restore_fbdev_mode+0x147/0x270
[   67.693646]  [<ffffffff8142764f>] drm_fb_helper_restore_fbdev_mode_unlocked+0x2f/0x70
[   67.693647]  [<ffffffff814276b8>] drm_fb_helper_set_par+0x28/0x50
[   67.693648]  [<ffffffff8137e054>] fbcon_init+0x574/0x5f0
[   67.693649]  [<ffffffff813e43e1>] visual_init+0xd1/0x130
[   67.693650]  [<ffffffff813e59f5>] do_bind_con_driver+0x1d5/0x3c0
[   67.693651]  [<ffffffff813e5f11>] do_take_over_console+0x111/0x180
[   67.693652]  [<ffffffff81379f87>] do_fbcon_takeover+0x57/0xb0
[   67.693652]  [<ffffffff8137e24d>] set_con2fb_map+0x17d/0x3d0
[   67.693653]  [<ffffffff81129b02>] ? printk+0x43/0x4b
[   67.693654]  [<ffffffff8137e787>] fbcon_event_notify+0x2e7/0x890
[   67.693655]  [<ffffffff81079f85>] notifier_call_chain+0x45/0x70
[   67.693656]  [<ffffffff8107a282>] __blocking_notifier_call_chain+0x42/0x60
[   67.693657]  [<ffffffff8107a2b1>] blocking_notifier_call_chain+0x11/0x20
[   67.693658]  [<ffffffff81381016>] fb_notifier_call_chain+0x16/0x20
[   67.693658]  [<ffffffff813830a2>] register_framebuffer+0x202/0x340
[   67.693660]  [<ffffffff8142793c>] drm_fb_helper_initial_config+0x25c/0x400
[   67.693692]  [<ffffffffa0072667>] amdgpu_fbdev_init+0xc7/0xf0 [amdgpu]
[   67.693723]  [<ffffffffa005cea8>] amdgpu_device_init+0x1198/0x1420 [amdgpu]
[   67.693725]  [<ffffffffa0006e69>] ? xhci_setup_device+0x389/0x640 [xhci_hcd]
[   67.693756]  [<ffffffffa005feba>] amdgpu_driver_load_kms+0x4a/0x1b0 [amdgpu]
[   67.693756]  [<ffffffff81430b02>] drm_dev_register+0xa2/0xd0
[   67.693757]  [<ffffffff814329c7>] drm_get_pci_dev+0x97/0x1c0
[   67.693788]  [<ffffffffa0059427>] amdgpu_pci_probe+0xb7/0xe0 [amdgpu]
[   67.693789]  [<ffffffff81360410>] local_pci_probe+0x40/0xa0
[   67.693790]  [<ffffffff813617bc>] pci_device_probe+0xdc/0x130
[   67.693791]  [<ffffffff81452d57>] driver_probe_device+0x187/0x2d0
[   67.693791]  [<ffffffff81452f36>] __driver_attach+0x96/0xa0
[   67.693792]  [<ffffffff81452ea0>] ? driver_probe_device+0x2d0/0x2d0
[   67.693793]  [<ffffffff81450e4b>] bus_for_each_dev+0x5b/0x90
[   67.693794]  [<ffffffff81452609>] driver_attach+0x19/0x20
[   67.693795]  [<ffffffff8145218c>] bus_add_driver+0x11c/0x220
[   67.693796]  [<ffffffffa02d2000>] ? 0xffffffffa02d2000
[   67.693796]  [<ffffffff8145375b>] driver_register+0x5b/0xd0
[   67.693797]  [<ffffffffa02d2000>] ? 0xffffffffa02d2000
[   67.693798]  [<ffffffff8135fd87>] __pci_register_driver+0x47/0x50
[   67.693799]  [<ffffffff81432bd1>] drm_pci_init+0xe1/0xf0
[   67.693799]  [<ffffffffa02d2000>] ? 0xffffffffa02d2000
[   67.693824]  [<ffffffffa02d2088>] amdgpu_init+0x88/0x9b [amdgpu]
[   67.693825]  [<ffffffff81000408>] do_one_initcall+0x38/0x140
[   67.693826]  [<ffffffff81166ffc>] ? __vunmap+0x7c/0xc0
[   67.693827]  [<ffffffff8117be83>] ? kmem_cache_alloc_trace+0x33/0x150
[   67.693828]  [<ffffffff81129da3>] do_init_module+0x5a/0x1c9
[   67.693828]  [<ffffffff810d1fb0>] load_module+0x1de0/0x2400
[   67.693829]  [<ffffffff810cf350>] ? __symbol_put+0x40/0x40
[   67.693830]  [<ffffffff8118b5ee>] ? kernel_read_file+0x19e/0x1c0
[   67.693831]  [<ffffffff8118b6c4>] ? kernel_read_file_from_fd+0x44/0x70
[   67.693832]  [<ffffffff810d27ba>] SYSC_finit_module+0xba/0xc0
[   67.693833]  [<ffffffff810d27d9>] SyS_finit_module+0x9/0x10
[   67.693834]  [<ffffffff817862e0>] entry_SYSCALL_64_fastpath+0x13/0x94
[   67.693835] ---[ end trace 7e2a465a618d9b88 ]---
[   67.695538] amdgpu: [powerplay] Cannot find requested DCEFCLK!
[   67.695538] [drm] [Mode]	[DVI][ConnIdx:2] {1920x1080, 2200x1125 at 148500Khz}^
[   67.711393] Console: switching to colour frame buffer device 240x67
[   67.722885] amdgpu 0000:03:00.0: fb0: amdgpudrmfb frame buffer device
[   67.722967] amdgpu 0000:03:00.0: ring 0(gfx) uses VM inv eng 3 on hub 0
[   67.722968] amdgpu 0000:03:00.0: ring 1(comp_1.0.0) uses VM inv eng 4 on hub 0
[   67.722969] amdgpu 0000:03:00.0: ring 2(comp_1.0.1) uses VM inv eng 5 on hub 0
[   67.722970] amdgpu 0000:03:00.0: ring 3(comp_1.0.2) uses VM inv eng 6 on hub 0
[   67.722971] amdgpu 0000:03:00.0: ring 4(comp_1.0.3) uses VM inv eng 7 on hub 0
[   67.722972] amdgpu 0000:03:00.0: ring 5(comp_1.0.4) uses VM inv eng 8 on hub 0
[   67.722973] amdgpu 0000:03:00.0: ring 6(comp_1.0.5) uses VM inv eng 9 on hub 0
[   67.722974] amdgpu 0000:03:00.0: ring 7(comp_1.0.6) uses VM inv eng 10 on hub 0
[   67.722975] amdgpu 0000:03:00.0: ring 8(comp_1.0.7) uses VM inv eng 11 on hub 0
[   67.722976] amdgpu 0000:03:00.0: ring 9(sdma0) uses VM inv eng 3 on hub 1
[   67.722977] amdgpu 0000:03:00.0: ring 10(sdma1) uses VM inv eng 4 on hub 1
[   67.722978] amdgpu 0000:03:00.0: ring 11(uvd) uses VM inv eng 5 on hub 1
[   67.722979] amdgpu 0000:03:00.0: ring 12(uvd_enc0) uses VM inv eng 6 on hub 1
[   67.722979] amdgpu 0000:03:00.0: ring 13(uvd_enc1) uses VM inv eng 7 on hub 1
[   67.722980] amdgpu 0000:03:00.0: ring 14(vce0) uses VM inv eng 8 on hub 1
[   67.722982] amdgpu 0000:03:00.0: ring 15(vce1) uses VM inv eng 9 on hub 1
[   67.722982] amdgpu 0000:03:00.0: ring 16(vce2) uses VM inv eng 10 on hub 1
[   67.723524] amdgpu: [powerplay] Cannot find requested DCEFCLK!
[   67.991941] [drm] Initialized amdgpu 3.16.0 20150101 for 0000:03:00.0 on minor 1
[   67.992233] modprobe (3067) used greatest stack depth: 10520 bytes left


More information about the amd-gfx mailing list