All of lore.kernel.org
 help / color / mirror / Atom feed
* 3.14-rc1 ring/display regression in "low" power_profile (drm/radeon/pm: move pm handling into the asic specific code)
@ 2014-02-06  7:28 Rafał Miłecki
  2014-02-25 16:35 ` Rafał Miłecki
  0 siblings, 1 reply; 4+ messages in thread
From: Rafał Miłecki @ 2014-02-06  7:28 UTC (permalink / raw)
  To: dri-devel, Alex Deucher, Christian König, Dave Airlie

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

01:00.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc.
[AMD/ATI] Blackcomb [Radeon HD 6970M/6990M] [1002:6720]

I don't use dpm, but a profile method. Right after booting (without
touching power_profile) I can suspend & resume as many times as I want
(tested with ~50 s&r routines).

Starting with:
commit 6c7bccea390853bdec5b76fe31fc50f3b36f75d5
Author: Alex Deucher <alexander.deucher@amd.com>
Date: Wed Dec 18 14:07:14 2013 -0500

    drm/radeon/pm: move pm handling into the asic specific code

    We need more control over the ordering of dpm init with
    respect to the rest of the asic. Specifically, the SMC
    has to be initialized before the rlc and cg/pg. The pm
    code currently initializes late in the driver, but we need
    it to happen much earlier so move pm handling into the asic
    specific callbacks.

    This makes dpm more reliable and makes clockgating work
    properly on CIK parts and should help on SI parts as well.

    Signed-off-by: Alex Deucher <alexander.deucher@amd.com>

I can't successfully resume using "low" power_profile. My testing
looks like this:
boot
s & r (result: GOOD)
s & r (result: GOOD)
s & r (result: GOOD)
echo "low" > /sys/class/drm/card0/device/power_profile
s & r (result: BAD)

BAD means display corruption [0] and:
[ 80.244475] [drm:r600_ring_test] *ERROR* radeon: ring 0 test failed
(scratch(0x8504)=0xCAFEDEAD)
[ 80.244475] [drm:evergreen_resume] *ERROR* evergreen startup failed on resume

[0] http://files.zajec.net/barts-low-resume-corruption.jpeg

-- 
Rafał

[-- Attachment #2: dmesg.log --]
[-- Type: application/octet-stream, Size: 173982 bytes --]

[    2.572597] hub 1-1:1.0: port 4 not reset yet, waiting 10ms
[    2.581237] [drm] radeon kernel modesetting enabled.
[    2.581485] [drm] initializing kernel modesetting (BARTS 0x1002:0x6720 0x144D:0xC0AD).
[    2.581509] [drm] register mmio base: 0xF7E20000
[    2.581510] [drm] register mmio size: 131072
[    2.581658] ATOM BIOS: Samsung
[    2.581799] radeon 0000:01:00.0: VRAM: 2048M 0x0000000000000000 - 0x000000007FFFFFFF (2048M used)
[    2.581801] radeon 0000:01:00.0: GTT: 1024M 0x0000000080000000 - 0x00000000BFFFFFFF
[    2.581803] [drm] Detected VRAM RAM=2048M, BAR=1024M
[    2.581804] [drm] RAM width 256bits DDR
[    2.581851] [TTM] Zone  kernel: Available graphics memory: 4087606 kiB
[    2.581852] [TTM] Zone   dma32: Available graphics memory: 2097152 kiB
[    2.581853] [TTM] Initializing pool allocator
[    2.581856] [TTM] Initializing DMA pool allocator
[    2.581869] [drm] radeon: 2048M of VRAM memory ready
[    2.581870] [drm] radeon: 1024M of GTT memory ready.
[    2.581880] [drm] Loading BARTS Microcode
[    2.581964] [drm] Internal thermal controller with fan control
[    2.582544] [drm] radeon: power management initialized
[    2.582865] [drm] GART: num cpu pages 262144, num gpu pages 262144
[    2.583693] [drm] enabling PCIE gen 2 link speeds, disable with radeon.pcie_gen2=0
[    2.588114] [drm] PCIE GART of 1024M enabled (table at 0x0000000000273000).
[    2.588214] radeon 0000:01:00.0: WB enabled
[    2.588217] radeon 0000:01:00.0: fence driver on ring 0 use gpu addr 0x0000000080000c00 and cpu addr 0xffff88026dbc0c00
[    2.588219] radeon 0000:01:00.0: fence driver on ring 3 use gpu addr 0x0000000080000c0c and cpu addr 0xffff88026dbc0c0c
[    2.588640] radeon 0000:01:00.0: fence driver on ring 5 use gpu addr 0x0000000000072118 and cpu addr 0xffffc90004f32118
[    2.588642] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    2.588643] [drm] Driver supports precise vblank timestamp query.
[    2.588662] radeon 0000:01:00.0: irq 51 for MSI/MSI-X
[    2.588673] radeon 0000:01:00.0: radeon: using MSI.
[    2.588703] [drm] radeon: irq initialized.
[    2.605255] [drm] ring test on 0 succeeded in 1 usecs
[    2.605313] [drm] ring test on 3 succeeded in 1 usecs
[    2.634569] usb 1-1.4: new high-speed USB device number 3 using ehci-pci
[    2.647515] hub 1-1:1.0: port 4 not reset yet, waiting 10ms
[    2.661784] hub 2-1:1.0: port 3: status 0101 change 0001
[    2.671442] xhci_hcd 0000:04:00.0: get port status, actual port 0 status  = 0x2a0
[    2.671445] xhci_hcd 0000:04:00.0: Get port status returned 0x100
[    2.671466] xhci_hcd 0000:04:00.0: get port status, actual port 1 status  = 0x2a0
[    2.671467] xhci_hcd 0000:04:00.0: Get port status returned 0x100
[    2.671489] xhci_hcd 0000:04:00.0: get port status, actual port 0 status  = 0x2a0
[    2.671491] xhci_hcd 0000:04:00.0: Get port status returned 0x2a0
[    2.671499] xhci_hcd 0000:04:00.0: get port status, actual port 1 status  = 0x2a0
[    2.671501] xhci_hcd 0000:04:00.0: Get port status returned 0x2a0
[    2.761356] usb 2-1: ep 81: reserve intr @ 8+64 (1.0+256) [1/0 us] mask 0001
[    2.761360] usb 2-1: link qh256-0001/ffff88026d0af740 start 1 [1/0 us]
[    2.778409] usb 1-1.4: skipped 1 descriptor after configuration
[    2.778413] usb 1-1.4: skipped 5 descriptors after interface
[    2.778414] usb 1-1.4: skipped 1 descriptor after endpoint
[    2.778416] usb 1-1.4: skipped 23 descriptors after interface
[    2.779028] usb 1-1.4: default language 0x0409
[    2.781902] usb 1-1.4: udev 3, busnum 1, minor = 2
[    2.781906] usb 1-1.4: New USB device found, idVendor=1210, idProduct=2625
[    2.781907] usb 1-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.781909] usb 1-1.4: Product: SC-20FHL11146M
[    2.781910] usb 1-1.4: Manufacturer: MCNEX
[    2.782050] usb 1-1.4: usb_probe_device
[    2.782062] usb 1-1.4: configuration #1 chosen from 1 choice
[    2.782444] usb 1-1.4: adding 1-1.4:1.0 (config #1, interface 0)
[    2.783665] usb 1-1.4: adding 1-1.4:1.1 (config #1, interface 1)
[    2.784950] hub 3-0:1.0: state 7 ports 2 chg 0000 evt 0000
[    2.784956] hub 4-0:1.0: state 7 ports 2 chg 0000 evt 0000
[    2.784958] hub 1-1:1.0: state 7 ports 6 chg 0000 evt 0010
[    2.784965] hub 3-0:1.0: hub_suspend
[    2.784979] usb usb3: bus auto-suspend, wakeup 1
[    2.784989] xhci_hcd 0000:04:00.0: xhci_hub_status_data: stopping port polling.
[    2.784999] xhci_hcd 0000:04:00.0: set port remote wake mask, actual port 0 status  = 0xe0002a0
[    2.785012] xhci_hcd 0000:04:00.0: set port remote wake mask, actual port 1 status  = 0xe0002a0
[    2.785017] hub 4-0:1.0: hub_suspend
[    2.785021] usb usb4: bus auto-suspend, wakeup 1
[    2.785032] xhci_hcd 0000:04:00.0: xhci_hub_status_data: stopping port polling.
[    2.785121] hub 2-1:1.0: state 7 ports 6 chg 0008 evt 0000
[    2.785243] hub 2-1:1.0: port 3, status 0101, change 0000, 12 Mb/s
[    2.792453] [drm] ring test on 5 succeeded in 1 usecs
[    2.792457] [drm] UVD initialized successfully.
[    2.792621] [drm] Enabling audio 0 support
[    2.792642] [drm] ib test on ring 0 succeeded in 0 usecs
[    2.792661] [drm] ib test on ring 3 succeeded in 0 usecs
[    2.809385] ACPI: Invalid active2 threshold
[    2.822524] thermal LNXTHERM:00: registered as thermal_zone0
[    2.822526] ACPI: Thermal Zone [TZ00] (56 C)
[    2.836824] psmouse serio1: elantech: assuming hardware version 3 (with firmware version 0x450f00)
[    2.847292] usb 2-1.3: new full-speed USB device number 3 using ehci-pci
[    2.851314] psmouse serio1: elantech: Synaptics capabilities query result 0x78, 0x17, 0x0c.
[    2.851631] thermal LNXTHERM:01: registered as thermal_zone1
[    2.851632] ACPI: Thermal Zone [TZ01] (56 C)
[    2.851707] ACPI: Fan [FAN0] (off)
[    2.851758] ACPI: Fan [FAN1] (off)
[    2.858281] hub 2-1:1.0: port 3 not reset yet, waiting 10ms
[    2.867212] tsc: Refined TSC clocksource calibration: 2195.013 MHz
[    2.925939] input: ETPS/2 Elantech Touchpad as /devices/platform/i8042/serio1/input/input2
[    2.939570] usb 2-1.3: udev 3, busnum 2, minor = 130
[    2.939573] usb 2-1.3: New USB device found, idVendor=8086, idProduct=0189
[    2.939574] usb 2-1.3: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    2.939667] usb 2-1.3: usb_probe_device
[    2.939669] usb 2-1.3: configuration #1 chosen from 1 choice
[    2.940193] usb 2-1.3: adding 2-1.3:1.0 (config #1, interface 0)
[    2.940255] usb 2-1.3: adding 2-1.3:1.1 (config #1, interface 1)
[    2.954169] [drm] ib test on ring 5 succeeded
[    2.956254] [drm] radeon atom DIG backlight initialized
[    2.956255] [drm] Radeon Display Connectors
[    2.956256] [drm] Connector 0:
[    2.956257] [drm]   eDP-1
[    2.956258] [drm]   HPD2
[    2.956259] [drm]   DDC: 0x6460 0x6460 0x6464 0x6464 0x6468 0x6468 0x646c 0x646c
[    2.956260] [drm]   Encoders:
[    2.956261] [drm]     LCD1: INTERNAL_UNIPHY1
[    2.956262] [drm] Connector 1:
[    2.956262] [drm]   DP-1
[    2.956263] [drm]   HPD3
[    2.956264] [drm]   DDC: 0x6440 0x6440 0x6444 0x6444 0x6448 0x6448 0x644c 0x644c
[    2.956265] [drm]   Encoders:
[    2.956265] [drm]     DFP1: INTERNAL_UNIPHY2
[    2.956266] [drm] Connector 2:
[    2.956267] [drm]   HDMI-A-1
[    2.956268] [drm]   HPD1
[    2.956269] [drm]   DDC: 0x6430 0x6430 0x6434 0x6434 0x6438 0x6438 0x643c 0x643c
[    2.956269] [drm]   Encoders:
[    2.956270] [drm]     DFP2: INTERNAL_UNIPHY2
[    2.956271] [drm] Connector 3:
[    2.956271] [drm]   VGA-1
[    2.956273] [drm]   DDC: 0x64d8 0x64d8 0x64dc 0x64dc 0x64e0 0x64e0 0x64e4 0x64e4
[    2.956273] [drm]   Encoders:
[    2.956274] [drm]     CRT1: INTERNAL_KLDSCP_DAC1
[    3.068130] random: nonblocking pool is initialized
[    3.866291] Switched to clocksource tsc
[    4.552974] [drm] fb mappable at 0x80474000
[    4.552977] [drm] vram apper at 0x80000000
[    4.552977] [drm] size 8294400
[    4.552978] [drm] fb depth is 24
[    4.552979] [drm]    pitch is 7680
[    4.553158] fbcon: radeondrmfb (fb0) is primary device
[    7.669784] Console: switching to colour frame buffer device 240x67
[    7.673304] radeon 0000:01:00.0: fb0: radeondrmfb frame buffer device
[    7.673305] radeon 0000:01:00.0: registered panic notifier
[    7.673320] [drm] Initialized radeon 2.35.0 20080528 for 0000:01:00.0 on minor 0
[    7.677007] microcode: CPU0 sig=0x206a7, pf=0x10, revision=0x1a
[    7.677529] microcode: CPU0 updated to revision 0x29, date = 2013-06-12
[    7.677565] microcode: CPU1 sig=0x206a7, pf=0x10, revision=0x1a
[    7.677843] microcode: CPU1 updated to revision 0x29, date = 2013-06-12
[    7.677859] microcode: CPU2 sig=0x206a7, pf=0x10, revision=0x1a
[    7.678139] microcode: CPU2 updated to revision 0x29, date = 2013-06-12
[    7.678182] microcode: CPU3 sig=0x206a7, pf=0x10, revision=0x1a
[    7.678468] microcode: CPU3 updated to revision 0x29, date = 2013-06-12
[    7.678524] microcode: CPU4 sig=0x206a7, pf=0x10, revision=0x1a
[    7.678878] microcode: CPU4 updated to revision 0x29, date = 2013-06-12
[    7.678920] microcode: CPU5 sig=0x206a7, pf=0x10, revision=0x1a
[    7.679274] microcode: CPU5 updated to revision 0x29, date = 2013-06-12
[    7.679297] microcode: CPU6 sig=0x206a7, pf=0x10, revision=0x1a
[    7.679663] microcode: CPU6 updated to revision 0x29, date = 2013-06-12
[    7.679710] microcode: CPU7 sig=0x206a7, pf=0x10, revision=0x1a
[    7.680064] microcode: CPU7 updated to revision 0x29, date = 2013-06-12
[    7.680067] perf_event_intel: PEBS enabled due to microcode update
[    8.403476] EXT4-fs (sdb1): mounted filesystem with ordered data mode. Opts: acl,user_xattr
[    8.451287] EXT4-fs (sdb1): re-mounted. Opts: acl,user_xattr
[    8.637055] systemd[1]: RTC configured in localtime, applying delta of 60 minutes to system time.
[    8.641670] systemd[1]: systemd 208 running in system mode. (+PAM +LIBWRAP +AUDIT +SELINUX -IMA +SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ)
[    8.685253] systemd[1]: Inserted module 'autofs4'
[    8.685994] systemd[1]: Set hostname to <linux-x91w>.
[    8.770528] device-mapper: uevent: version 1.0.3
[    8.770625] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com
[    8.771929] LVM: Logical Volume autoactivation enabled.
[    8.771932] LVM: Activation generator successfully completed.
[    8.874607] systemd[1]: Starting Collect Read-Ahead Data...
[    8.875025] systemd[1]: Starting Replay Read-Ahead Data...
[    8.875273] systemd[1]: Starting Remote File Systems (Pre).
[    8.875313] systemd[1]: Reached target Remote File Systems (Pre).
[    8.875329] systemd[1]: Starting Remote File Systems.
[    8.875354] systemd[1]: Reached target Remote File Systems.
[    8.875367] systemd[1]: Starting Syslog Socket.
[    8.875420] systemd[1]: Listening on Syslog Socket.
[    8.875436] systemd[1]: Starting Delayed Shutdown Socket.
[    8.875474] systemd[1]: Listening on Delayed Shutdown Socket.
[    8.875481] systemd[1]: Starting /dev/initctl Compatibility Named Pipe.
[    8.875516] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[    8.875542] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[    8.875551] systemd[1]: Starting Encrypted Volumes.
[    8.875576] systemd[1]: Reached target Encrypted Volumes.
[    8.875587] systemd[1]: Starting udev Kernel Socket.
[    8.875630] systemd[1]: Listening on udev Kernel Socket.
[    8.875639] systemd[1]: Starting udev Control Socket.
[    8.875680] systemd[1]: Listening on udev Control Socket.
[    8.875703] systemd[1]: Starting Journal Socket.
[    8.875756] systemd[1]: Listening on Journal Socket.
[    8.875768] systemd[1]: Starting LSB: Set default boot entry if called...
[    8.876007] systemd[1]: Mounting Debug File System...
[    8.876240] systemd[1]: Starting Create dynamic rule for /dev/root link...
[    8.876473] systemd[1]: Starting Journal Service...
[    8.877479] systemd-readahead[331]: Bumped block_nr parameter of 8:16 to 20480. This is a temporary hack and should be removed one day.
[    8.877518] systemd[1]: Started Journal Service.
[    8.954950] systemd-journald[335]: Vacuuming done, freed 0 bytes
[    9.004003] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    9.004035] sd 1:0:0:0: Attached scsi generic sg1 type 0
[    9.004059] scsi 2:0:0:0: Attached scsi generic sg2 type 5
[    9.009292] EXT4-fs (sdb1): re-mounted. Opts: acl,user_xattr
[    9.023965] systemd-udevd[377]: starting version 208
[    9.215418] input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input3
[    9.215498] ACPI: Lid Switch [LID0]
[    9.215538] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input4
[    9.215566] ACPI: Power Button [PWRB]
[    9.215598] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input5
[    9.215617] ACPI: Power Button [PWRF]
[    9.216220] ACPI: AC Adapter [ADP1] (on-line)
[    9.219850] ACPI: Video Device [PEGP] (multi-head: yes  rom: no  post: no)
[    9.223595] acpi device:03: registered as cooling_device10
[    9.223676] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/LNXVIDEO:00/input/input6
[    9.232063] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    9.241037] ACPI Warning: 0x0000000000000428-0x000000000000042f SystemIO conflicts with Region \PMIO 1 (20131115/utaddress-251)
[    9.241044] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    9.241050] ACPI Warning: 0x0000000000000540-0x000000000000054f SystemIO conflicts with Region \GPIO 1 (20131115/utaddress-251)
[    9.241054] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    9.241055] ACPI Warning: 0x0000000000000530-0x000000000000053f SystemIO conflicts with Region \GPIO 1 (20131115/utaddress-251)
[    9.241058] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    9.241060] ACPI Warning: 0x0000000000000500-0x000000000000052f SystemIO conflicts with Region \GPIO 1 (20131115/utaddress-251)
[    9.241062] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    9.241064] lpc_ich: Resource conflict(s) found affecting gpio_ich
[    9.241508] ACPI: Battery Slot [BAT1] (battery present)
[    9.247694] ACPI Warning: 0x000000000000e000-0x000000000000e01f SystemIO conflicts with Region \_SB_.PCI0.SBUS.SMBI 1 (20131115/utaddress-251)
[    9.247700] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    9.248600] input: PC Speaker as /devices/platform/pcspkr/input/input7
[    9.254362] sr0: scsi3-mmc drive: 16x/24x writer dvd-ram cd/rw xa/form2 cdda tray
[    9.254366] cdrom: Uniform CD-ROM driver Revision: 3.20
[    9.254471] sr 2:0:0:0: Attached scsi CD-ROM sr0
[    9.296798] Bluetooth: Core ver 2.17
[    9.296813] NET: Registered protocol family 31
[    9.296815] Bluetooth: HCI device and connection manager initialized
[    9.296821] Bluetooth: HCI socket layer initialized
[    9.296823] Bluetooth: L2CAP socket layer initialized
[    9.296826] Bluetooth: SCO socket layer initialized
[    9.304025] rtsx_pci 0000:05:00.0: irq 52 for MSI/MSI-X
[    9.304043] rtsx_pci 0000:05:00.0: rtsx_pci_acquire_irq: pcr->msi_en = 1, pci->irq = 52
[    9.307800] samsung_laptop: detected SABI interface: SwSmi@
[    9.307803] samsung_laptop: Backlight controlled by ACPI video driver
[    9.337724] iTCO_vendor_support: vendor-support=0
[    9.337968] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.10
[    9.338002] iTCO_wdt: Found a Cougar Point TCO device (Version=2, TCOBASE=0x0460)
[    9.338102] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[    9.352815] Linux video capture interface: v2.00
[    9.378653] btusb 2-1.3:1.0: usb_probe_interface
[    9.378657] btusb 2-1.3:1.0: usb_probe_interface - got id
[    9.378786] usbcore: registered new interface driver btusb
[    9.378813] usb 2-1.3: ep 81: reserve intr @ 0+8 (0.0+1) [1/3 us] mask 1c01
[    9.378818] usb 2-1.3: link qh1-1c01/ffff880273f3cc00 start 0 [1/3 us]
[    9.388344] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[    9.388354] r8169 0000:03:00.0: can't disable ASPM; OS doesn't have ASPM control
[    9.388616] r8169 0000:03:00.0: irq 53 for MSI/MSI-X
[    9.388769] r8169 0000:03:00.0 eth0: RTL8168evl/8111evl at 0xffffc90004e72000, e8:11:32:cd:e2:be, XID 0c900800 IRQ 53
[    9.388771] r8169 0000:03:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
[    9.406122] systemd-udevd[390]: renamed network interface eth0 to enp3s0
[    9.485334] sdhci: Secure Digital Host Controller Interface driver
[    9.485337] sdhci: Copyright(c) Pierre Ossman
[    9.489446] sdhci-pci 0000:05:00.1: SDHCI controller found [10ec:5209] (rev 1)
[    9.489553] sdhci-pci 0000:05:00.1: Will use DMA mode even though HW doesn't fully claim to support it.
[    9.489562] sdhci-pci 0000:05:00.1: Will use DMA mode even though HW doesn't fully claim to support it.
[    9.489620] mmc1: SDHCI controller on PCI [0000:05:00.1] using DMA
[    9.517586] uvcvideo 1-1.4:1.0: usb_probe_interface
[    9.517590] uvcvideo 1-1.4:1.0: usb_probe_interface - got id
[    9.517603] uvcvideo: Found UVC 1.00 device SC-20FHL11146M (1210:2625)
[    9.521526] input: SC-20FHL11146M as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.4/1-1.4:1.0/input/input8
[    9.521612] usbcore: registered new interface driver uvcvideo
[    9.521613] USB Video Class driver (1.1.1)
[    9.554308] cfg80211: Calling CRDA to update world regulatory domain
[    9.562938] usb 1-1.4: ep 81: reserve intr @ 16+64 (2.0+8) [2/0 us] mask 0001
[    9.562943] usb 1-1.4: link qh8-0001/ffff880271e49840 start 2 [2/0 us]
[    9.562971] usb 1-1.4: unlink qh8-0001/ffff880271e49840 start 2 [2/0 us]
[    9.715241] cfg80211: World regulatory domain updated:
[    9.715244] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[    9.715246] cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[    9.715248] cfg80211:   (2457000 KHz - 2482000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[    9.715249] cfg80211:   (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[    9.715250] cfg80211:   (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[    9.715251] cfg80211:   (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[    9.746385] Intel(R) Wireless WiFi driver for Linux, in-tree:d
[    9.746388] Copyright(c) 2003-2013 Intel Corporation
[    9.746527] iwlwifi 0000:02:00.0: can't disable ASPM; OS doesn't have ASPM control
[    9.746694] iwlwifi 0000:02:00.0: irq 54 for MSI/MSI-X
[    9.833413] iwlwifi 0000:02:00.0: loaded firmware version 18.168.6.1 op_mode iwldvm
[   10.066136] iwlwifi 0000:02:00.0: CONFIG_IWLWIFI_DEBUG enabled
[   10.066140] iwlwifi 0000:02:00.0: CONFIG_IWLWIFI_DEBUGFS enabled
[   10.066141] iwlwifi 0000:02:00.0: CONFIG_IWLWIFI_DEVICE_TRACING disabled
[   10.066143] iwlwifi 0000:02:00.0: Detected Intel(R) Centrino(R) Advanced-N 6230 AGN, REV=0xB0
[   10.066238] iwlwifi 0000:02:00.0: L1 Enabled; Disabling L0S
[   10.092611] ieee80211 phy0: Selected rate control algorithm 'iwl-agn-rs'
[   10.102470] systemd-udevd[393]: renamed network interface wlan0 to wlp2s0
[   10.122639] snd_hda_intel 0000:00:1b.0: irq 55 for MSI/MSI-X
[   10.132703] ALSA sound/pci/hda/patch_realtek.c:419 SKU: Nid=0x1d sku_cfg=0x40059a05
[   10.132707] ALSA sound/pci/hda/patch_realtek.c:421 SKU: port_connectivity=0x1
[   10.132709] ALSA sound/pci/hda/patch_realtek.c:422 SKU: enable_pcbeep=0x0
[   10.132711] ALSA sound/pci/hda/patch_realtek.c:423 SKU: check_sum=0x00000005
[   10.132713] ALSA sound/pci/hda/patch_realtek.c:424 SKU: customization=0x0000009a
[   10.132715] ALSA sound/pci/hda/patch_realtek.c:425 SKU: external_amp=0x0
[   10.132718] ALSA sound/pci/hda/patch_realtek.c:426 SKU: platform_type=0x1
[   10.132719] ALSA sound/pci/hda/patch_realtek.c:427 SKU: swap=0x0
[   10.132721] ALSA sound/pci/hda/patch_realtek.c:428 SKU: override=0x1
[   10.133262] ALSA sound/pci/hda/hda_auto_parser.c:393 autoconfig: line_outs=2 (0x14/0x17/0x0/0x0/0x0) type:speaker
[   10.133265] ALSA sound/pci/hda/hda_auto_parser.c:397    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[   10.133268] ALSA sound/pci/hda/hda_auto_parser.c:401    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
[   10.133270] ALSA sound/pci/hda/hda_auto_parser.c:402    mono: mono_out=0x0
[   10.133272] ALSA sound/pci/hda/hda_auto_parser.c:406    inputs:
[   10.133274] ALSA sound/pci/hda/hda_auto_parser.c:410      Internal Mic=0x19
[   10.133277] ALSA sound/pci/hda/hda_auto_parser.c:410      Mic=0x18
[   10.133279] ALSA sound/pci/hda/patch_realtek.c:491 realtek: No valid SSID, checking pincfg 0x40059a05 for NID 0x1d
[   10.133282] ALSA sound/pci/hda/patch_realtek.c:507 realtek: Enabling init ASM_ID=0x9a05 CODEC_ID=10ec0269
[   10.138924] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input10
[   10.139012] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input9
[   10.139313] ALSA sound/pci/hda/hda_intel.c:3173 0000:01:00.1: Handle VGA-switcheroo audio client
[   10.139316] ALSA sound/pci/hda/hda_intel.c:3377 0000:01:00.1: Using LPIB position fix
[   10.139374] snd_hda_intel 0000:01:00.1: irq 56 for MSI/MSI-X
[   10.141558] ALSA sound/pci/hda/hda_intel.c:1799 0000:01:00.1: Enable sync_write for stable communication
[   10.143619] ALSA sound/pci/hda/hda_eld.c:684 HDMI ATI/AMD: no speaker allocation for ELD
[   10.143667] input: HDA ATI HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input11
[   10.279848] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: acl,user_xattr
[   10.477742] EXT4-fs (sda3): mounted filesystem with ordered data mode. Opts: (null)
[   10.481142] systemd-journald[335]: Received request to flush runtime journal from PID 1
[   10.600516] type=1400 audit(1391670471.168:2): apparmor="STATUS" operation="profile_load" name="/{usr/,}bin/ping" pid=611 comm="apparmor_parser"
[   10.607752] type=1400 audit(1391670471.176:3): apparmor="STATUS" operation="profile_load" name="/sbin/klogd" pid=619 comm="apparmor_parser"
[   10.611763] type=1400 audit(1391670471.180:4): apparmor="STATUS" operation="profile_load" name="/sbin/syslog-ng" pid=623 comm="apparmor_parser"
[   10.615753] type=1400 audit(1391670471.184:5): apparmor="STATUS" operation="profile_load" name="/sbin/syslogd" pid=627 comm="apparmor_parser"
[   10.622041] type=1400 audit(1391670471.190:6): apparmor="STATUS" operation="profile_load" name="/usr/lib/apache2/mpm-prefork/apache2" pid=632 comm="apparmor_parser"
[   10.622047] type=1400 audit(1391670471.190:7): apparmor="STATUS" operation="profile_load" name="DEFAULT_URI" pid=632 comm="apparmor_parser"
[   10.622050] type=1400 audit(1391670471.190:8): apparmor="STATUS" operation="profile_load" name="HANDLING_UNTRUSTED_INPUT" pid=632 comm="apparmor_parser"
[   10.622052] type=1400 audit(1391670471.190:9): apparmor="STATUS" operation="profile_load" name="phpsysinfo" pid=632 comm="apparmor_parser"
[   10.622648] type=1400 audit(1391670471.190:10): apparmor="STATUS" operation="profile_replace" info="profile can not be replaced" error=-17 name="/usr/lib/apache2/mpm-prefork/apache2//DEFAULT_URI" pid=632 comm="apparmor_parser"
[   10.623163] type=1400 audit(1391670471.191:11): apparmor="STATUS" operation="profile_replace" info="profile can not be replaced" error=-17 name="/usr/lib/apache2/mpm-prefork/apache2//HANDLING_UNTRUSTED_INPUT" pid=632 comm="apparmor_parser"
[   10.780906] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   10.780910] Bluetooth: BNEP filters: protocol multicast
[   10.780920] Bluetooth: BNEP socket layer initialized
[   10.795409] ip6_tables: (C) 2000-2006 Netfilter Core Team
[   10.801750] nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
[   10.804248] ip_tables: (C) 2000-2006 Netfilter Core Team
[   10.940538] iwlwifi 0000:02:00.0: L1 Enabled; Disabling L0S
[   10.947190] iwlwifi 0000:02:00.0: Radio type=0x1-0x2-0x0
[   11.215814] iwlwifi 0000:02:00.0: L1 Enabled; Disabling L0S
[   11.222524] iwlwifi 0000:02:00.0: Radio type=0x1-0x2-0x0
[   11.304790] IPv6: ADDRCONF(NETDEV_UP): wlp2s0: link is not ready
[   11.307704] NET: Registered protocol family 17
[   11.427870] r8169 0000:03:00.0 enp3s0: link down
[   11.427914] IPv6: ADDRCONF(NETDEV_UP): enp3s0: link is not ready
[   11.537684] usb 2-1.3: unlink qh1-1c01/ffff880273f3cc00 start 0 [1/3 us]
[   11.540304] usb 2-1: clear tt buffer port 3, a3 ep2 t04048d80
[   11.721676] usb 1-1.4: usb auto-suspend, wakeup 0
[   11.732505] hub 1-1:1.0: hub_suspend
[   11.732524] usb 1-1: unlink qh256-0001/ffff88026df0b800 start 1 [1/0 us]
[   11.734971] usb 1-1: usb auto-suspend, wakeup 1
[   11.745487] hub 1-0:1.0: hub_suspend
[   11.745512] usb usb1: bus auto-suspend, wakeup 1
[   11.745517] ehci-pci 0000:00:1a.0: suspend root hub
[   13.503311] ehci-pci 0000:00:1d.0: reused qh ffff880273f3cc00 schedule
[   13.503317] usb 2-1.3: link qh1-1c01/ffff880273f3cc00 start 0 [1/3 us]
[   13.746496] Bluetooth: RFCOMM TTY layer initialized
[   13.746508] Bluetooth: RFCOMM socket layer initialized
[   13.746512] Bluetooth: RFCOMM ver 1.11
[   21.369599] wlp2s0: authenticate with 00:23:69:c2:65:06
[   21.378046] wlp2s0: send auth to 00:23:69:c2:65:06 (try 1/3)
[   21.380418] wlp2s0: authenticated
[   21.380942] wlp2s0: associate with 00:23:69:c2:65:06 (try 1/3)
[   21.384749] wlp2s0: RX AssocResp from 00:23:69:c2:65:06 (capab=0x411 status=0 aid=4)
[   21.407167] wlp2s0: associated
[   21.407204] IPv6: ADDRCONF(NETDEV_CHANGE): wlp2s0: link becomes ready
[   21.407301] cfg80211: Calling CRDA for country: PL
[   21.409515] cfg80211: Regulatory domain changed to country: PL
[   21.409519] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[   21.409520] cfg80211:   (2402000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm)
[   21.409522] cfg80211:   (5170000 KHz - 5250000 KHz @ 40000 KHz), (N/A, 2000 mBm)
[   21.409524] cfg80211:   (5250000 KHz - 5330000 KHz @ 40000 KHz), (N/A, 2000 mBm)
[   21.409525] cfg80211:   (5490000 KHz - 5710000 KHz @ 40000 KHz), (N/A, 2700 mBm)
[   21.409527] cfg80211:   (57240000 KHz - 65880000 KHz @ 2160000 KHz), (N/A, 4000 mBm)
[   22.773130] SFW2-INext-DROP-DEFLT IN=wlp2s0 OUT= MAC= SRC=fe80:0000:0000:0000:8a53:2eff:fe50:5000 DST=ff02:0000:0000:0000:0000:0000:0000:00fb LEN=84 TC=0 HOPLIMIT=255 FLOWLBL=0 PROTO=UDP SPT=5353 DPT=5353 LEN=44 
[   22.794317] SFW2-INext-DROP-DEFLT IN=wlp2s0 OUT= MAC= SRC=fe80:0000:0000:0000:8a53:2eff:fe50:5000 DST=ff02:0000:0000:0000:0000:0000:0000:00fb LEN=258 TC=0 HOPLIMIT=255 FLOWLBL=0 PROTO=UDP SPT=5353 DPT=5353 LEN=218 
[   22.795467] SFW2-INext-DROP-DEFLT IN=wlp2s0 OUT= MAC= SRC=fe80:0000:0000:0000:8a53:2eff:fe50:5000 DST=ff02:0000:0000:0000:0000:0000:0000:00fb LEN=430 TC=0 HOPLIMIT=255 FLOWLBL=0 PROTO=UDP SPT=5353 DPT=5353 LEN=390 
[   23.044854] SFW2-INext-DROP-DEFLT IN=wlp2s0 OUT= MAC= SRC=fe80:0000:0000:0000:8a53:2eff:fe50:5000 DST=ff02:0000:0000:0000:0000:0000:0000:00fb LEN=430 TC=0 HOPLIMIT=255 FLOWLBL=0 PROTO=UDP SPT=5353 DPT=5353 LEN=390 
[   23.295322] SFW2-INext-DROP-DEFLT IN=wlp2s0 OUT= MAC= SRC=fe80:0000:0000:0000:8a53:2eff:fe50:5000 DST=ff02:0000:0000:0000:0000:0000:0000:00fb LEN=430 TC=0 HOPLIMIT=255 FLOWLBL=0 PROTO=UDP SPT=5353 DPT=5353 LEN=390 
[   32.502534] wlp2s0: deauthenticating from 00:23:69:c2:65:06 by local choice (reason=3)
[   32.529677] cfg80211: Calling CRDA to update world regulatory domain
[   32.567175] cfg80211: World regulatory domain updated:
[   32.567179] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[   32.567181] cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[   32.567183] cfg80211:   (2457000 KHz - 2482000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[   32.567185] cfg80211:   (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[   32.567186] cfg80211:   (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[   32.567187] cfg80211:   (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[   33.902824] PM: Syncing filesystems ... done.
[   34.012872] PM: Preparing system for mem sleep
[   34.098795] Freezing user space processes ... (elapsed 0.015 seconds) done.
[   34.114353] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
[   34.115507] PM: Entering mem sleep
[   34.115552] Suspending console(s) (use no_console_suspend to debug)
[   34.115998] usb 2-1.3: unlink qh1-1c01/ffff880273f3cc00 start 0 [1/3 us]
[   34.116012] usb usb4: usb auto-resume
[   34.116025] hub 4-0:1.0: hub_resume
[   34.116032] xhci_hcd 0000:04:00.0: get port status, actual port 0 status  = 0x2a0
[   34.116033] xhci_hcd 0000:04:00.0: Get port status returned 0x2a0
[   34.116048] usb usb3: usb auto-resume
[   34.116060] hub 3-0:1.0: hub_resume
[   34.116063] xhci_hcd 0000:04:00.0: get port status, actual port 0 status  = 0x2a0
[   34.116064] xhci_hcd 0000:04:00.0: Get port status returned 0x100
[   34.116087] xhci_hcd 0000:04:00.0: get port status, actual port 1 status  = 0x2a0
[   34.116088] xhci_hcd 0000:04:00.0: Get port status returned 0x100
[   34.116093] sd 1:0:0:0: [sdb] Synchronizing SCSI cache
[   34.116094] usb usb1: usb auto-resume
[   34.116097] ehci-pci 0000:00:1a.0: resume root hub
[   34.116106] hub 1-0:1.0: hub_resume
[   34.116117] sd 0:0:0:0: [sda] Synchronizing SCSI cache
[   34.116118] xhci_hcd 0000:04:00.0: get port status, actual port 1 status  = 0x2a0
[   34.116119] xhci_hcd 0000:04:00.0: Get port status returned 0x2a0
[   34.116124] hub 1-0:1.0: port 1: status 0507 change 0000
[   34.116135] hub 3-0:1.0: hub_suspend
[   34.116148] hub 4-0:1.0: hub_suspend
[   34.116152] usb usb4: bus suspend, wakeup 0
[   34.116164] usb usb3: bus suspend, wakeup 0
[   34.116170] usb 1-1: usb auto-resume
[   34.118546] sd 1:0:0:0: [sdb] Stopping disk
[   34.118592] usb 2-1: clear tt buffer port 3, a3 ep2 t04048d80
[   34.118604] usb 2-1.3: usb suspend, wakeup 0
[   34.118633] hub 2-1:1.0: hub_suspend
[   34.118637] usb 2-1: unlink qh256-0001/ffff88026d0af740 start 1 [1/0 us]
[   34.120777] usb 2-1: usb suspend, wakeup 0
[   34.126411] sd 0:0:0:0: [sda] Stopping disk
[   34.126826] hub 2-0:1.0: hub_suspend
[   34.126840] usb usb2: bus suspend, wakeup 0
[   34.126842] ehci-pci 0000:00:1d.0: suspend root hub
[   34.127578] xhci_hcd 0000:04:00.0: xhci_suspend: stopping port polling.
[   34.127599] xhci_hcd 0000:04:00.0: // Setting command ring address to 0x350c0001
[   34.141691] ehci-pci 0000:00:1a.0: GetStatus port:1 status 001005 0  ACK POWER sig=se0 PE CONNECT
[   34.152673] usb 1-1: finish resume
[   34.152932] hub 1-1:1.0: hub_resume
[   34.153432] hub 1-1:1.0: port 4: status 0507 change 0000
[   34.153683] ehci-pci 0000:00:1a.0: reused qh ffff88026df0b800 schedule
[   34.153685] usb 1-1: link qh256-0001/ffff88026df0b800 start 1 [1/0 us]
[   34.153691] hub 1-1:1.0: hub_suspend
[   34.153694] usb 1-1: unlink qh256-0001/ffff88026df0b800 start 1 [1/0 us]
[   34.155827] usb 1-1: usb suspend, wakeup 0
[   34.155860] hub 1-0:1.0: hub_suspend
[   34.155870] usb usb1: bus suspend, wakeup 0
[   34.155872] ehci-pci 0000:00:1a.0: suspend root hub
[   34.172276] [drm] Disabling audio 0 support
[   34.642121] PM: suspend of devices complete after 527.060 msecs
[   34.642265] PM: late suspend of devices complete after 0.142 msecs
[   34.642442] xhci_hcd 0000:04:00.0: wakeup: 1
[   34.653096] xhci_hcd 0000:04:00.0: --> PCI D3hot
[   34.653165] pcieport 0000:00:1c.3: System wakeup enabled by ACPI
[   34.675133] ehci-pci 0000:00:1d.0: wakeup: 1
[   34.686024] ehci-pci 0000:00:1d.0: --> PCI D3hot
[   34.686227] ehci-pci 0000:00:1a.0: wakeup: 1
[   34.697015] ehci-pci 0000:00:1a.0: --> PCI D3hot
[   34.708038] PM: noirq suspend of devices complete after 65.852 msecs
[   34.708309] ACPI: Preparing to enter system sleep state S3
[   34.710676] PM: Saving platform NVS memory
[   34.711083] Disabling non-boot CPUs ...
[   34.712470] kvm: disabling virtualization on CPU1
[   34.712752] smpboot: CPU 1 is now offline
[   34.714369] kvm: disabling virtualization on CPU2
[   34.714378] smpboot: CPU 2 is now offline
[   34.715922] kvm: disabling virtualization on CPU3
[   34.715931] smpboot: CPU 3 is now offline
[   34.717480] kvm: disabling virtualization on CPU4
[   34.717489] smpboot: CPU 4 is now offline
[   34.719217] kvm: disabling virtualization on CPU5
[   34.719223] smpboot: CPU 5 is now offline
[   34.720738] kvm: disabling virtualization on CPU6
[   34.720749] smpboot: CPU 6 is now offline
[   34.722301] kvm: disabling virtualization on CPU7
[   34.722305] smpboot: CPU 7 is now offline
[   34.723702] ACPI: Low-level resume complete
[   34.723750] PM: Restoring platform NVS memory
[   34.724125] microcode: CPU0 sig=0x206a7, pf=0x10, revision=0x29
[   34.724210] Enabling non-boot CPUs ...
[   34.724291] x86: Booting SMP configuration:
[   34.724292] smpboot: Booting Node 0 Processor 1 APIC 0x2
[   34.735348] CPU1 microcode updated early to revision 0x29, date = 2013-06-12
[   34.735454] kvm: enabling virtualization on CPU1
[   34.737728] microcode: CPU1 sig=0x206a7, pf=0x10, revision=0x29
[   34.737739] Intel pstate controlling: cpu 1
[   34.737783] CPU1 is up
[   34.737843] smpboot: Booting Node 0 Processor 2 APIC 0x4
[   34.748598] CPU2 microcode updated early to revision 0x29, date = 2013-06-12
[   34.749001] kvm: enabling virtualization on CPU2
[   34.751218] microcode: CPU2 sig=0x206a7, pf=0x10, revision=0x29
[   34.751228] Intel pstate controlling: cpu 2
[   34.751266] CPU2 is up
[   34.751330] smpboot: Booting Node 0 Processor 3 APIC 0x6
[   34.762087] CPU3 microcode updated early to revision 0x29, date = 2013-06-12
[   34.762489] kvm: enabling virtualization on CPU3
[   34.764709] microcode: CPU3 sig=0x206a7, pf=0x10, revision=0x29
[   34.764719] Intel pstate controlling: cpu 3
[   34.764756] CPU3 is up
[   34.764816] smpboot: Booting Node 0 Processor 4 APIC 0x1
[   34.775659] CPU4 microcode updated early to revision 0x29, date = 2013-06-12
[   34.776236] kvm: enabling virtualization on CPU4
[   34.778498] microcode: CPU4 sig=0x206a7, pf=0x10, revision=0x29
[   34.778511] Intel pstate controlling: cpu 4
[   34.778554] CPU4 is up
[   34.778622] smpboot: Booting Node 0 Processor 5 APIC 0x3
[   34.789778] kvm: enabling virtualization on CPU5
[   34.792029] microcode: CPU5 sig=0x206a7, pf=0x10, revision=0x29
[   34.792039] Intel pstate controlling: cpu 5
[   34.792076] CPU5 is up
[   34.792136] smpboot: Booting Node 0 Processor 6 APIC 0x5
[   34.803291] kvm: enabling virtualization on CPU6
[   34.805577] microcode: CPU6 sig=0x206a7, pf=0x10, revision=0x29
[   34.805587] Intel pstate controlling: cpu 6
[   34.805626] CPU6 is up
[   34.805691] smpboot: Booting Node 0 Processor 7 APIC 0x7
[   34.816846] kvm: enabling virtualization on CPU7
[   34.819153] microcode: CPU7 sig=0x206a7, pf=0x10, revision=0x29
[   34.819163] Intel pstate controlling: cpu 7
[   34.819201] CPU7 is up
[   34.826582] ACPI: Waking up from system sleep state S3
[   35.005393] PM: noirq resume of devices complete after 131.428 msecs
[   35.005530] PM: early resume of devices complete after 0.095 msecs
[   35.005572] mei_me 0000:00:16.0: irq 41 for MSI/MSI-X
[   35.005805] snd_hda_intel 0000:00:1b.0: irq 55 for MSI/MSI-X
[   35.005949] iwlwifi 0000:02:00.0: RF_KILL bit toggled to enable radio.
[   35.005966] pcieport 0000:00:1c.3: System wakeup disabled by ACPI
[   35.006093] xhci_hcd 0000:04:00.0: // Setting command ring address to 0x350c0001
[   35.006106] usb usb3: root hub lost power or was reset
[   35.006107] usb usb4: root hub lost power or was reset
[   35.006108] xhci_hcd 0000:04:00.0: Stop HCD
[   35.006109] xhci_hcd 0000:04:00.0: // Halt the HC
[   35.006119] xhci_hcd 0000:04:00.0: // Reset the HC
[   35.010417] xhci_hcd 0000:04:00.0: Wait for controller to be ready for doorbell rings
[   35.010520] xhci_hcd 0000:04:00.0: // Disabling event ring interrupts
[   35.010534] xhci_hcd 0000:04:00.0: cleaning up memory
[   35.010536] xhci_hcd 0000:04:00.0: Freed ERST
[   35.010538] xhci_hcd 0000:04:00.0: Freed event ring
[   35.010539] xhci_hcd 0000:04:00.0: Freed command ring
[   35.010542] xhci_hcd 0000:04:00.0: Freed segment pool
[   35.010543] xhci_hcd 0000:04:00.0: Freed device context pool
[   35.010544] xhci_hcd 0000:04:00.0: Freed small stream array pool
[   35.010545] xhci_hcd 0000:04:00.0: Freed medium stream array pool
[   35.010553] xhci_hcd 0000:04:00.0: xhci_stop completed - status = 1
[   35.010554] xhci_hcd 0000:04:00.0: Initialize the xhci_hcd
[   35.010554] xhci_hcd 0000:04:00.0: xhci_init
[   35.010555] xhci_hcd 0000:04:00.0: xHCI doesn't need link TRB QUIRK
[   35.010561] xhci_hcd 0000:04:00.0: Supported page size register = 0x1
[   35.010563] xhci_hcd 0000:04:00.0: Supported page size of 4K
[   35.010564] xhci_hcd 0000:04:00.0: HCD page size set to 4K
[   35.010569] xhci_hcd 0000:04:00.0: // xHC can handle at most 32 device slots.
[   35.010575] xhci_hcd 0000:04:00.0: // Setting Max device slots reg = 0x20.
[   35.010578] xhci_hcd 0000:04:00.0: // Device context base array address = 0x350bf000 (DMA), ffff8800350bf000 (virt)
[   35.010582] xhci_hcd 0000:04:00.0: Allocated command ring at ffff880274498e80
[   35.010583] xhci_hcd 0000:04:00.0: First segment DMA is 0x350c1000
[   35.010592] xhci_hcd 0000:04:00.0: // Setting command ring address to 0x20
[   35.010601] xhci_hcd 0000:04:00.0: // xHC command ring deq ptr low bits + flags = @00000000
[   35.010602] xhci_hcd 0000:04:00.0: // xHC command ring deq ptr high bits = @00000000
[   35.010608] xhci_hcd 0000:04:00.0: // Doorbell array is located at offset 0x1800 from cap regs base addr
[   35.010609] xhci_hcd 0000:04:00.0: // xHCI capability registers at ffffc90004e20000:
[   35.010614] xhci_hcd 0000:04:00.0: // @ffffc90004e20000 = 0x960020 (CAPLENGTH AND HCIVERSION)
[   35.010615] xhci_hcd 0000:04:00.0: //   CAPLENGTH: 0x20
[   35.010616] xhci_hcd 0000:04:00.0: // xHCI operational registers at ffffc90004e20020:
[   35.010621] xhci_hcd 0000:04:00.0: // @ffffc90004e20018 = 0x1000 RTSOFF
[   35.010622] xhci_hcd 0000:04:00.0: // xHCI runtime registers at ffffc90004e21000:
[   35.010628] xhci_hcd 0000:04:00.0: // @ffffc90004e20014 = 0x1800 DBOFF
[   35.010629] xhci_hcd 0000:04:00.0: // Doorbell array at ffffc90004e21800:
[   35.010630] xhci_hcd 0000:04:00.0: xHCI runtime registers at ffffc90004e21000:
[   35.010634] xhci_hcd 0000:04:00.0:   ffffc90004e21000: Microframe index = 0x0
[   35.010662] xhci_hcd 0000:04:00.0: // Allocating event ring
[   35.010665] xhci_hcd 0000:04:00.0: TRB math tests passed.
[   35.010666] xhci_hcd 0000:04:00.0: // Allocated event ring segment table at 0x350c2000
[   35.010668] xhci_hcd 0000:04:00.0: Set ERST to 0; private num segs = 1, virt addr = ffff8800350c2000, dma addr = 0x350c2000
[   35.010671] xhci_hcd 0000:04:00.0: // Write ERST size = 1 to ir_set 0 (some bits preserved)
[   35.010672] xhci_hcd 0000:04:00.0: // Set ERST entries to point to event ring.
[   35.010673] xhci_hcd 0000:04:00.0: // Set ERST base address for ir_set 0 = 0x350c2000
[   35.010684] xhci_hcd 0000:04:00.0: // Write event ring dequeue pointer, preserving EHB bit
[   35.010685] xhci_hcd 0000:04:00.0: Wrote ERST address to ir_set 0.
[   35.010689] xhci_hcd 0000:04:00.0: Allocating 0 scratchpad buffers
[   35.010710] xhci_hcd 0000:04:00.0: Ext Cap ffffc90004e20810, port offset = 1, count = 2, revision = 0x3
[   35.010719] xhci_hcd 0000:04:00.0: Ext Cap ffffc90004e20820, port offset = 3, count = 2, revision = 0x2
[   35.010720] xhci_hcd 0000:04:00.0: xHCI 0.96: support USB2 software lpm
[   35.010721] xhci_hcd 0000:04:00.0: Found 2 USB 2.0 ports and 2 USB 3.0 ports.
[   35.010722] xhci_hcd 0000:04:00.0: USB 2.0 port at index 2, addr = ffffc90004e20440
[   35.010723] xhci_hcd 0000:04:00.0: USB 2.0 port at index 3, addr = ffffc90004e20450
[   35.010725] xhci_hcd 0000:04:00.0: USB 3.0 port at index 0, addr = ffffc90004e20420
[   35.010726] xhci_hcd 0000:04:00.0: USB 3.0 port at index 1, addr = ffffc90004e20430
[   35.010729] xhci_hcd 0000:04:00.0: Finished xhci_init
[   35.010730] xhci_hcd 0000:04:00.0: Start the primary HCD
[   35.010731] xhci_hcd 0000:04:00.0: xhci_run
[   35.010759] xhci_hcd 0000:04:00.0: irq 43 for MSI/MSI-X
[   35.010764] xhci_hcd 0000:04:00.0: irq 44 for MSI/MSI-X
[   35.010768] xhci_hcd 0000:04:00.0: irq 45 for MSI/MSI-X
[   35.010772] xhci_hcd 0000:04:00.0: irq 46 for MSI/MSI-X
[   35.010777] xhci_hcd 0000:04:00.0: irq 47 for MSI/MSI-X
[   35.010781] xhci_hcd 0000:04:00.0: irq 48 for MSI/MSI-X
[   35.010786] xhci_hcd 0000:04:00.0: irq 49 for MSI/MSI-X
[   35.010790] xhci_hcd 0000:04:00.0: irq 50 for MSI/MSI-X
[   35.010924] xhci_hcd 0000:04:00.0: Command ring memory map follows:
[   35.010926] xhci_hcd 0000:04:00.0: @00000000350c1000 00000000 00000000 00000000 00000000
[   35.010927] xhci_hcd 0000:04:00.0: @00000000350c1010 00000000 00000000 00000000 00000000
[   35.010928] xhci_hcd 0000:04:00.0: @00000000350c1020 00000000 00000000 00000000 00000000
[   35.010930] xhci_hcd 0000:04:00.0: @00000000350c1030 00000000 00000000 00000000 00000000
[   35.010931] xhci_hcd 0000:04:00.0: @00000000350c1040 00000000 00000000 00000000 00000000
[   35.010932] xhci_hcd 0000:04:00.0: @00000000350c1050 00000000 00000000 00000000 00000000
[   35.010933] xhci_hcd 0000:04:00.0: @00000000350c1060 00000000 00000000 00000000 00000000
[   35.010934] xhci_hcd 0000:04:00.0: @00000000350c1070 00000000 00000000 00000000 00000000
[   35.010935] xhci_hcd 0000:04:00.0: @00000000350c1080 00000000 00000000 00000000 00000000
[   35.010936] xhci_hcd 0000:04:00.0: @00000000350c1090 00000000 00000000 00000000 00000000
[   35.010937] xhci_hcd 0000:04:00.0: @00000000350c10a0 00000000 00000000 00000000 00000000
[   35.010938] xhci_hcd 0000:04:00.0: @00000000350c10b0 00000000 00000000 00000000 00000000
[   35.010940] xhci_hcd 0000:04:00.0: @00000000350c10c0 00000000 00000000 00000000 00000000
[   35.010941] xhci_hcd 0000:04:00.0: @00000000350c10d0 00000000 00000000 00000000 00000000
[   35.010942] xhci_hcd 0000:04:00.0: @00000000350c10e0 00000000 00000000 00000000 00000000
[   35.010943] xhci_hcd 0000:04:00.0: @00000000350c10f0 00000000 00000000 00000000 00000000
[   35.010944] xhci_hcd 0000:04:00.0: @00000000350c1100 00000000 00000000 00000000 00000000
[   35.010945] xhci_hcd 0000:04:00.0: @00000000350c1110 00000000 00000000 00000000 00000000
[   35.010946] xhci_hcd 0000:04:00.0: @00000000350c1120 00000000 00000000 00000000 00000000
[   35.010947] xhci_hcd 0000:04:00.0: @00000000350c1130 00000000 00000000 00000000 00000000
[   35.010949] xhci_hcd 0000:04:00.0: @00000000350c1140 00000000 00000000 00000000 00000000
[   35.010950] xhci_hcd 0000:04:00.0: @00000000350c1150 00000000 00000000 00000000 00000000
[   35.010951] xhci_hcd 0000:04:00.0: @00000000350c1160 00000000 00000000 00000000 00000000
[   35.010952] xhci_hcd 0000:04:00.0: @00000000350c1170 00000000 00000000 00000000 00000000
[   35.010953] xhci_hcd 0000:04:00.0: @00000000350c1180 00000000 00000000 00000000 00000000
[   35.010954] xhci_hcd 0000:04:00.0: @00000000350c1190 00000000 00000000 00000000 00000000
[   35.010955] xhci_hcd 0000:04:00.0: @00000000350c11a0 00000000 00000000 00000000 00000000
[   35.010956] xhci_hcd 0000:04:00.0: @00000000350c11b0 00000000 00000000 00000000 00000000
[   35.010957] xhci_hcd 0000:04:00.0: @00000000350c11c0 00000000 00000000 00000000 00000000
[   35.010959] xhci_hcd 0000:04:00.0: @00000000350c11d0 00000000 00000000 00000000 00000000
[   35.010960] xhci_hcd 0000:04:00.0: @00000000350c11e0 00000000 00000000 00000000 00000000
[   35.010961] xhci_hcd 0000:04:00.0: @00000000350c11f0 00000000 00000000 00000000 00000000
[   35.010962] xhci_hcd 0000:04:00.0: @00000000350c1200 00000000 00000000 00000000 00000000
[   35.010963] xhci_hcd 0000:04:00.0: @00000000350c1210 00000000 00000000 00000000 00000000
[   35.010964] xhci_hcd 0000:04:00.0: @00000000350c1220 00000000 00000000 00000000 00000000
[   35.010965] xhci_hcd 0000:04:00.0: @00000000350c1230 00000000 00000000 00000000 00000000
[   35.010966] xhci_hcd 0000:04:00.0: @00000000350c1240 00000000 00000000 00000000 00000000
[   35.010967] xhci_hcd 0000:04:00.0: @00000000350c1250 00000000 00000000 00000000 00000000
[   35.010968] xhci_hcd 0000:04:00.0: @00000000350c1260 00000000 00000000 00000000 00000000
[   35.010970] xhci_hcd 0000:04:00.0: @00000000350c1270 00000000 00000000 00000000 00000000
[   35.010971] xhci_hcd 0000:04:00.0: @00000000350c1280 00000000 00000000 00000000 00000000
[   35.010972] xhci_hcd 0000:04:00.0: @00000000350c1290 00000000 00000000 00000000 00000000
[   35.010973] xhci_hcd 0000:04:00.0: @00000000350c12a0 00000000 00000000 00000000 00000000
[   35.010974] xhci_hcd 0000:04:00.0: @00000000350c12b0 00000000 00000000 00000000 00000000
[   35.010975] xhci_hcd 0000:04:00.0: @00000000350c12c0 00000000 00000000 00000000 00000000
[   35.010976] xhci_hcd 0000:04:00.0: @00000000350c12d0 00000000 00000000 00000000 00000000
[   35.010977] xhci_hcd 0000:04:00.0: @00000000350c12e0 00000000 00000000 00000000 00000000
[   35.010978] xhci_hcd 0000:04:00.0: @00000000350c12f0 00000000 00000000 00000000 00000000
[   35.010980] xhci_hcd 0000:04:00.0: @00000000350c1300 00000000 00000000 00000000 00000000
[   35.010981] xhci_hcd 0000:04:00.0: @00000000350c1310 00000000 00000000 00000000 00000000
[   35.010982] xhci_hcd 0000:04:00.0: @00000000350c1320 00000000 00000000 00000000 00000000
[   35.010983] xhci_hcd 0000:04:00.0: @00000000350c1330 00000000 00000000 00000000 00000000
[   35.010984] xhci_hcd 0000:04:00.0: @00000000350c1340 00000000 00000000 00000000 00000000
[   35.010985] xhci_hcd 0000:04:00.0: @00000000350c1350 00000000 00000000 00000000 00000000
[   35.010986] xhci_hcd 0000:04:00.0: @00000000350c1360 00000000 00000000 00000000 00000000
[   35.010987] xhci_hcd 0000:04:00.0: @00000000350c1370 00000000 00000000 00000000 00000000
[   35.010988] xhci_hcd 0000:04:00.0: @00000000350c1380 00000000 00000000 00000000 00000000
[   35.010990] xhci_hcd 0000:04:00.0: @00000000350c1390 00000000 00000000 00000000 00000000
[   35.010991] xhci_hcd 0000:04:00.0: @00000000350c13a0 00000000 00000000 00000000 00000000
[   35.010992] xhci_hcd 0000:04:00.0: @00000000350c13b0 00000000 00000000 00000000 00000000
[   35.010993] xhci_hcd 0000:04:00.0: @00000000350c13c0 00000000 00000000 00000000 00000000
[   35.010994] xhci_hcd 0000:04:00.0: @00000000350c13d0 00000000 00000000 00000000 00000000
[   35.010995] xhci_hcd 0000:04:00.0: @00000000350c13e0 00000000 00000000 00000000 00000000
[   35.010996] xhci_hcd 0000:04:00.0: @00000000350c13f0 350c1000 00000000 00000000 00001802
[   35.010997] xhci_hcd 0000:04:00.0:   Ring has not been updated
[   35.010998] xhci_hcd 0000:04:00.0: Ring deq = ffff8800350c1000 (virt), 0x350c1000 (dma)
[   35.010999] xhci_hcd 0000:04:00.0: Ring deq updated 0 times
[   35.011000] xhci_hcd 0000:04:00.0: Ring enq = ffff8800350c1000 (virt), 0x350c1000 (dma)
[   35.011001] xhci_hcd 0000:04:00.0: Ring enq updated 0 times
[   35.011008] xhci_hcd 0000:04:00.0: // xHC command ring deq ptr low bits + flags = @00000000
[   35.011009] xhci_hcd 0000:04:00.0: // xHC command ring deq ptr high bits = @00000000
[   35.011010] xhci_hcd 0000:04:00.0: ERST memory map follows:
[   35.011011] xhci_hcd 0000:04:00.0: @00000000350c2000 350c1400 00000000 00000040 00000000
[   35.011012] xhci_hcd 0000:04:00.0: Event ring:
[   35.011013] xhci_hcd 0000:04:00.0: @00000000350c1400 00000000 00000000 00000000 00000000
[   35.011014] xhci_hcd 0000:04:00.0: @00000000350c1410 00000000 00000000 00000000 00000000
[   35.011016] xhci_hcd 0000:04:00.0: @00000000350c1420 00000000 00000000 00000000 00000000
[   35.011017] xhci_hcd 0000:04:00.0: @00000000350c1430 00000000 00000000 00000000 00000000
[   35.011018] xhci_hcd 0000:04:00.0: @00000000350c1440 00000000 00000000 00000000 00000000
[   35.011019] xhci_hcd 0000:04:00.0: @00000000350c1450 00000000 00000000 00000000 00000000
[   35.011020] xhci_hcd 0000:04:00.0: @00000000350c1460 00000000 00000000 00000000 00000000
[   35.011021] xhci_hcd 0000:04:00.0: @00000000350c1470 00000000 00000000 00000000 00000000
[   35.011022] xhci_hcd 0000:04:00.0: @00000000350c1480 00000000 00000000 00000000 00000000
[   35.011023] xhci_hcd 0000:04:00.0: @00000000350c1490 00000000 00000000 00000000 00000000
[   35.011025] xhci_hcd 0000:04:00.0: @00000000350c14a0 00000000 00000000 00000000 00000000
[   35.011026] xhci_hcd 0000:04:00.0: @00000000350c14b0 00000000 00000000 00000000 00000000
[   35.011027] xhci_hcd 0000:04:00.0: @00000000350c14c0 00000000 00000000 00000000 00000000
[   35.011028] xhci_hcd 0000:04:00.0: @00000000350c14d0 00000000 00000000 00000000 00000000
[   35.011029] xhci_hcd 0000:04:00.0: @00000000350c14e0 00000000 00000000 00000000 00000000
[   35.011030] xhci_hcd 0000:04:00.0: @00000000350c14f0 00000000 00000000 00000000 00000000
[   35.011031] xhci_hcd 0000:04:00.0: @00000000350c1500 00000000 00000000 00000000 00000000
[   35.011032] xhci_hcd 0000:04:00.0: @00000000350c1510 00000000 00000000 00000000 00000000
[   35.011033] xhci_hcd 0000:04:00.0: @00000000350c1520 00000000 00000000 00000000 00000000
[   35.011035] xhci_hcd 0000:04:00.0: @00000000350c1530 00000000 00000000 00000000 00000000
[   35.011036] xhci_hcd 0000:04:00.0: @00000000350c1540 00000000 00000000 00000000 00000000
[   35.011037] xhci_hcd 0000:04:00.0: @00000000350c1550 00000000 00000000 00000000 00000000
[   35.011038] xhci_hcd 0000:04:00.0: @00000000350c1560 00000000 00000000 00000000 00000000
[   35.011039] xhci_hcd 0000:04:00.0: @00000000350c1570 00000000 00000000 00000000 00000000
[   35.011040] xhci_hcd 0000:04:00.0: @00000000350c1580 00000000 00000000 00000000 00000000
[   35.011041] xhci_hcd 0000:04:00.0: @00000000350c1590 00000000 00000000 00000000 00000000
[   35.011042] xhci_hcd 0000:04:00.0: @00000000350c15a0 00000000 00000000 00000000 00000000
[   35.011043] xhci_hcd 0000:04:00.0: @00000000350c15b0 00000000 00000000 00000000 00000000
[   35.011045] xhci_hcd 0000:04:00.0: @00000000350c15c0 00000000 00000000 00000000 00000000
[   35.011046] xhci_hcd 0000:04:00.0: @00000000350c15d0 00000000 00000000 00000000 00000000
[   35.011047] xhci_hcd 0000:04:00.0: @00000000350c15e0 00000000 00000000 00000000 00000000
[   35.011048] xhci_hcd 0000:04:00.0: @00000000350c15f0 00000000 00000000 00000000 00000000
[   35.011049] xhci_hcd 0000:04:00.0: @00000000350c1600 00000000 00000000 00000000 00000000
[   35.011050] xhci_hcd 0000:04:00.0: @00000000350c1610 00000000 00000000 00000000 00000000
[   35.011051] xhci_hcd 0000:04:00.0: @00000000350c1620 00000000 00000000 00000000 00000000
[   35.011052] xhci_hcd 0000:04:00.0: @00000000350c1630 00000000 00000000 00000000 00000000
[   35.011053] xhci_hcd 0000:04:00.0: @00000000350c1640 00000000 00000000 00000000 00000000
[   35.011055] xhci_hcd 0000:04:00.0: @00000000350c1650 00000000 00000000 00000000 00000000
[   35.011056] xhci_hcd 0000:04:00.0: @00000000350c1660 00000000 00000000 00000000 00000000
[   35.011057] xhci_hcd 0000:04:00.0: @00000000350c1670 00000000 00000000 00000000 00000000
[   35.011058] xhci_hcd 0000:04:00.0: @00000000350c1680 00000000 00000000 00000000 00000000
[   35.011059] xhci_hcd 0000:04:00.0: @00000000350c1690 00000000 00000000 00000000 00000000
[   35.011060] xhci_hcd 0000:04:00.0: @00000000350c16a0 00000000 00000000 00000000 00000000
[   35.011061] xhci_hcd 0000:04:00.0: @00000000350c16b0 00000000 00000000 00000000 00000000
[   35.011062] xhci_hcd 0000:04:00.0: @00000000350c16c0 00000000 00000000 00000000 00000000
[   35.011064] xhci_hcd 0000:04:00.0: @00000000350c16d0 00000000 00000000 00000000 00000000
[   35.011065] xhci_hcd 0000:04:00.0: @00000000350c16e0 00000000 00000000 00000000 00000000
[   35.011066] xhci_hcd 0000:04:00.0: @00000000350c16f0 00000000 00000000 00000000 00000000
[   35.011067] xhci_hcd 0000:04:00.0: @00000000350c1700 00000000 00000000 00000000 00000000
[   35.011068] xhci_hcd 0000:04:00.0: @00000000350c1710 00000000 00000000 00000000 00000000
[   35.011069] xhci_hcd 0000:04:00.0: @00000000350c1720 00000000 00000000 00000000 00000000
[   35.011070] xhci_hcd 0000:04:00.0: @00000000350c1730 00000000 00000000 00000000 00000000
[   35.011071] xhci_hcd 0000:04:00.0: @00000000350c1740 00000000 00000000 00000000 00000000
[   35.011072] xhci_hcd 0000:04:00.0: @00000000350c1750 00000000 00000000 00000000 00000000
[   35.011073] xhci_hcd 0000:04:00.0: @00000000350c1760 00000000 00000000 00000000 00000000
[   35.011075] xhci_hcd 0000:04:00.0: @00000000350c1770 00000000 00000000 00000000 00000000
[   35.011076] xhci_hcd 0000:04:00.0: @00000000350c1780 00000000 00000000 00000000 00000000
[   35.011077] xhci_hcd 0000:04:00.0: @00000000350c1790 00000000 00000000 00000000 00000000
[   35.011078] xhci_hcd 0000:04:00.0: @00000000350c17a0 00000000 00000000 00000000 00000000
[   35.011079] xhci_hcd 0000:04:00.0: @00000000350c17b0 00000000 00000000 00000000 00000000
[   35.011080] xhci_hcd 0000:04:00.0: @00000000350c17c0 00000000 00000000 00000000 00000000
[   35.011081] xhci_hcd 0000:04:00.0: @00000000350c17d0 00000000 00000000 00000000 00000000
[   35.011082] xhci_hcd 0000:04:00.0: @00000000350c17e0 00000000 00000000 00000000 00000000
[   35.011083] xhci_hcd 0000:04:00.0: @00000000350c17f0 00000000 00000000 00000000 00000000
[   35.011084] xhci_hcd 0000:04:00.0:   Ring has not been updated
[   35.011085] xhci_hcd 0000:04:00.0: Ring deq = ffff8800350c1400 (virt), 0x350c1400 (dma)
[   35.011086] xhci_hcd 0000:04:00.0: Ring deq updated 0 times
[   35.011087] xhci_hcd 0000:04:00.0: Ring enq = ffff8800350c1400 (virt), 0x350c1400 (dma)
[   35.011088] xhci_hcd 0000:04:00.0: Ring enq updated 0 times
[   35.011096] xhci_hcd 0000:04:00.0: ERST deq = 64'h350c1400
[   35.011097] xhci_hcd 0000:04:00.0: // Set the interrupt modulation register
[   35.011104] xhci_hcd 0000:04:00.0: // Enable interrupts, cmd = 0x4.
[   35.011107] xhci_hcd 0000:04:00.0: // Enabling event ring interrupter ffffc90004e21020 by writing 0x2 to irq_pending
[   35.011111] xhci_hcd 0000:04:00.0:   ffffc90004e21020: ir_set[0]
[   35.011112] xhci_hcd 0000:04:00.0:   ffffc90004e21020: ir_set.pending = 0x2
[   35.011115] xhci_hcd 0000:04:00.0:   ffffc90004e21024: ir_set.control = 0xa0
[   35.011119] xhci_hcd 0000:04:00.0:   ffffc90004e21028: ir_set.erst_size = 0x1
[   35.011129] xhci_hcd 0000:04:00.0:   ffffc90004e21030: ir_set.erst_base = @350c2000
[   35.011135] xhci_hcd 0000:04:00.0:   ffffc90004e21038: ir_set.erst_dequeue = @350c1400
[   35.011136] xhci_hcd 0000:04:00.0: Finished xhci_run for USB2 roothub
[   35.011137] xhci_hcd 0000:04:00.0: Start the secondary HCD
[   35.011140] xhci_hcd 0000:04:00.0: // Turn on HC, cmd = 0x5.
[   35.011150] xhci_hcd 0000:04:00.0: Finished xhci_run for USB3 roothub
[   35.011157] xhci_hcd 0000:04:00.0: xhci_resume: starting port polling.
[   35.011164] xhci_hcd 0000:04:00.0: xhci_hub_status_data: stopping port polling.
[   35.011205] [drm] enabling PCIE gen 2 link speeds, disable with radeon.pcie_gen2=0
[   35.011369] snd_hda_intel 0000:01:00.1: irq 56 for MSI/MSI-X
[   35.011405] sdhci-pci 0000:05:00.1: Will use DMA mode even though HW doesn't fully claim to support it.
[   35.011410] usb usb1: usb resume
[   35.011415] ehci-pci 0000:00:1a.0: resume root hub
[   35.011422] sdhci-pci 0000:05:00.1: Will use DMA mode even though HW doesn't fully claim to support it.
[   35.011516] usb usb2: usb resume
[   35.011518] ehci-pci 0000:00:1d.0: resume root hub
[   35.012091] usb usb3: usb resume
[   35.012115] hub 3-0:1.0: hub_reset_resume
[   35.012117] hub 3-0:1.0: trying to enable port power on non-switchable hub
[   35.012125] xhci_hcd 0000:04:00.0: set port power, actual port 0 status  = 0x2a0
[   35.012140] xhci_hcd 0000:04:00.0: set port power, actual port 1 status  = 0x2a0
[   35.012278] usb usb4: usb resume
[   35.012301] hub 4-0:1.0: hub_reset_resume
[   35.012303] hub 4-0:1.0: trying to enable port power on non-switchable hub
[   35.012308] xhci_hcd 0000:04:00.0: set port power, actual port 0 status  = 0x2a0
[   35.012320] xhci_hcd 0000:04:00.0: set port power, actual port 1 status  = 0x2a0
[   35.015072] [drm] PCIE GART of 1024M enabled (table at 0x0000000000273000).
[   35.015155] radeon 0000:01:00.0: WB enabled
[   35.015157] radeon 0000:01:00.0: fence driver on ring 0 use gpu addr 0x0000000080000c00 and cpu addr 0xffff88026dbc0c00
[   35.015158] radeon 0000:01:00.0: fence driver on ring 3 use gpu addr 0x0000000080000c0c and cpu addr 0xffff88026dbc0c0c
[   35.015567] radeon 0000:01:00.0: fence driver on ring 5 use gpu addr 0x0000000000072118 and cpu addr 0xffffc90004f32118
[   35.031961] [drm] ring test on 0 succeeded in 1 usecs
[   35.032017] [drm] ring test on 3 succeeded in 1 usecs
[   35.043182] hub 2-0:1.0: hub_resume
[   35.043209] hub 1-0:1.0: hub_resume
[   35.043217] hub 1-0:1.0: port 1: status 0503 change 0000
[   35.043224] hub 2-0:1.0: port 1: status 0503 change 0000
[   35.043259] usb 1-1: finish resume
[   35.043298] usb 2-1: finish resume
[   35.043334] hub 1-1:1.0: hub_resume
[   35.043449] hub 2-1:1.0: hub_resume
[   35.043829] hub 2-1:1.0: port 3: status 0101 change 0001
[   35.043831] hub 1-1:1.0: port 4: status 0101 change 0001
[   35.112093] xhci_hcd 0000:04:00.0: get port status, actual port 0 status  = 0x2a0
[   35.112094] xhci_hcd 0000:04:00.0: Get port status returned 0x100
[   35.112106] xhci_hcd 0000:04:00.0: get port status, actual port 1 status  = 0x2a0
[   35.112107] xhci_hcd 0000:04:00.0: Get port status returned 0x100
[   35.113078] xhci_hcd 0000:04:00.0: get port status, actual port 0 status  = 0x2a0
[   35.113080] xhci_hcd 0000:04:00.0: Get port status returned 0x2a0
[   35.113092] xhci_hcd 0000:04:00.0: get port status, actual port 1 status  = 0x2a0
[   35.113093] xhci_hcd 0000:04:00.0: Get port status returned 0x2a0
[   35.145039] ehci-pci 0000:00:1a.0: reused qh ffff88026df0b800 schedule
[   35.145042] usb 1-1: link qh256-0001/ffff88026df0b800 start 1 [1/0 us]
[   35.145053] ehci-pci 0000:00:1d.0: reused qh ffff88026d0af740 schedule
[   35.145055] usb 2-1: link qh256-0001/ffff88026d0af740 start 1 [1/0 us]
[   35.145190] usb 2-1.3: finish reset-resume
[   35.145196] usb 1-1.4: finish reset-resume
[   35.156167] hub 2-1:1.0: port 3 not reset yet, waiting 10ms
[   35.217981] usb 2-1.3: reset full-speed USB device number 3 using ehci-pci
[   35.219146] [drm] ring test on 5 succeeded in 1 usecs
[   35.219148] [drm] UVD initialized successfully.
[   35.219150] [drm] Enabling audio 0 support
[   35.219192] ALSA sound/pci/hda/hda_eld.c:684 HDMI ATI/AMD: no speaker allocation for ELD
[   35.219195] [drm] ib test on ring 0 succeeded in 0 usecs
[   35.219246] [drm] ib test on ring 3 succeeded in 1 usecs
[   35.228961] hub 2-1:1.0: port 3 not reset yet, waiting 10ms
[   35.305135] usb 2-1.3: ep 81: release intr @ 0+8 (0.0+1) [1/3 us] mask 1c01
[   35.305502] btusb 2-1.3:1.0: no reset_resume for driver btusb?
[   35.305503] btusb 2-1.3:1.1: no reset_resume for driver btusb?
[   35.305504] btusb 2-1.3:1.0: forced unbind
[   35.314028] hub 1-1:1.0: port 4 not reset yet, waiting 10ms
[   35.324820] ata3: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[   35.324840] ata5: SATA link down (SStatus 0 SControl 300)
[   35.326831] ata2: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[   35.330652] ata3.00: configured for UDMA/100
[   35.330710] ata2.00: configured for UDMA/133
[   35.330777] sd 1:0:0:0: [sdb] Starting disk
[   35.375844] usb 1-1.4: reset high-speed USB device number 3 using ehci-pci
[   35.388842] hub 1-1:1.0: port 4 not reset yet, waiting 10ms
[   35.390895] [drm] ib test on ring 5 succeeded
[   35.514524] usb 1-1.4: ep 81: release intr @ 16+64 (2.0+8) [2/0 us] mask 0001
[   35.519622] ALSA sound/pci/hda/hda_eld.c:684 HDMI ATI/AMD: no speaker allocation for ELD
[   35.820289] ALSA sound/pci/hda/hda_eld.c:684 HDMI ATI/AMD: no speaker allocation for ELD
[   36.121072] ALSA sound/pci/hda/hda_eld.c:684 HDMI ATI/AMD: no speaker allocation for ELD
[   36.421559] ALSA sound/pci/hda/hda_eld.c:684 HDMI ATI/AMD: no speaker allocation for ELD
[   36.722197] ALSA sound/pci/hda/hda_eld.c:684 HDMI ATI/AMD: no speaker allocation for ELD
[   37.022834] ALSA sound/pci/hda/hda_eld.c:684 HDMI ATI/AMD: no speaker allocation for ELD
[   37.264501] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[   37.266899] ata1.00: configured for UDMA/133
[   37.266981] sd 0:0:0:0: [sda] Starting disk
[   37.323457] ALSA sound/pci/hda/hda_eld.c:684 HDMI ATI/AMD: no speaker allocation for ELD
[   37.624273] ALSA sound/pci/hda/hda_eld.c:684 HDMI ATI/AMD: no speaker allocation for ELD
[   39.142497] PM: resume of devices complete after 4141.903 msecs
[   39.142528] btusb 2-1.3:1.0: usb_probe_interface
[   39.142530] btusb 2-1.3:1.0: usb_probe_interface - got id
[   39.143370] PM: Finishing wakeup.
[   39.143473] usb 2-1.3: ep 81: reserve intr @ 0+8 (0.0+1) [1/3 us] mask 1c01
[   39.143481] usb 2-1.3: link qh1-1c01/ffff880270749a80 start 0 [1/3 us]
[   39.143700] hub 3-0:1.0: state 7 ports 2 chg 0000 evt 0000
[   39.143726] hub 1-0:1.0: state 7 ports 2 chg 0000 evt 0002
[   39.143863] iwlwifi 0000:02:00.0: no hotplug settings from platform
[   39.143920] hub 4-0:1.0: state 7 ports 2 chg 0000 evt 0000
[   39.143922] hub 1-1:1.0: state 7 ports 6 chg 0010 evt 0000
[   39.144187] hub 1-1:1.0: port 4, status 0503, change 0000, 480 Mb/s
[   39.144221] hub 2-0:1.0: state 7 ports 2 chg 0000 evt 0000
[   39.144226] hub 2-1:1.0: state 7 ports 6 chg 0008 evt 0008
[   39.144418] hub 2-1:1.0: port 3, status 0103, change 0000, 12 Mb/s
[   39.143372] Restarting tasks ... done.
[   39.145868] video LNXVIDEO:00: Restoring backlight state
[   39.149611] usb 1-1.4: usb auto-suspend, wakeup 0
[   39.159786] xhci_hcd 0000:04:00.0: set port remote wake mask, actual port 0 status  = 0xe0002a0
[   39.159802] xhci_hcd 0000:04:00.0: set port remote wake mask, actual port 1 status  = 0xe0002a0
[   39.159808] hub 4-0:1.0: hub_suspend
[   39.159814] usb usb4: bus auto-suspend, wakeup 1
[   39.159823] xhci_hcd 0000:04:00.0: xhci_hub_status_data: stopping port polling.
[   39.159827] hub 3-0:1.0: hub_suspend
[   39.159831] usb usb3: bus auto-suspend, wakeup 1
[   39.159841] xhci_hcd 0000:04:00.0: xhci_hub_status_data: stopping port polling.
[   39.160242] hub 1-1:1.0: hub_suspend
[   39.160251] usb 1-1: unlink qh256-0001/ffff88026df0b800 start 1 [1/0 us]
[   39.162376] usb 1-1: usb auto-suspend, wakeup 1
[   39.173228] hub 1-0:1.0: hub_suspend
[   39.173243] usb usb1: bus auto-suspend, wakeup 1
[   39.173246] ehci-pci 0000:00:1a.0: suspend root hub
[   39.240505] iwlwifi 0000:02:00.0: L1 Enabled; Disabling L0S
[   39.247226] iwlwifi 0000:02:00.0: Radio type=0x1-0x2-0x0
[   39.329196] IPv6: ADDRCONF(NETDEV_UP): wlp2s0: link is not ready
[   39.440816] r8169 0000:03:00.0 enp3s0: link down
[   39.441091] IPv6: ADDRCONF(NETDEV_UP): enp3s0: link is not ready
[   46.044490] wlp2s0: authenticate with 00:23:69:c2:65:06
[   46.048761] wlp2s0: send auth to 00:23:69:c2:65:06 (try 1/3)
[   46.051077] wlp2s0: authenticated
[   46.052020] wlp2s0: associate with 00:23:69:c2:65:06 (try 1/3)
[   46.055868] wlp2s0: RX AssocResp from 00:23:69:c2:65:06 (capab=0x411 status=0 aid=4)
[   46.077604] wlp2s0: associated
[   46.077660] IPv6: ADDRCONF(NETDEV_CHANGE): wlp2s0: link becomes ready
[   46.077770] cfg80211: Calling CRDA for country: PL
[   46.080585] cfg80211: Regulatory domain changed to country: PL
[   46.080590] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[   46.080592] cfg80211:   (2402000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm)
[   46.080595] cfg80211:   (5170000 KHz - 5250000 KHz @ 40000 KHz), (N/A, 2000 mBm)
[   46.080597] cfg80211:   (5250000 KHz - 5330000 KHz @ 40000 KHz), (N/A, 2000 mBm)
[   46.080598] cfg80211:   (5490000 KHz - 5710000 KHz @ 40000 KHz), (N/A, 2700 mBm)
[   46.080601] cfg80211:   (57240000 KHz - 65880000 KHz @ 2160000 KHz), (N/A, 4000 mBm)
[   47.909354] SFW2-INext-DROP-DEFLT IN=wlp2s0 OUT= MAC= SRC=fe80:0000:0000:0000:8a53:2eff:fe50:5000 DST=ff02:0000:0000:0000:0000:0000:0000:00fb LEN=258 TC=0 HOPLIMIT=255 FLOWLBL=0 PROTO=UDP SPT=5353 DPT=5353 LEN=218 
[   48.017347] wlp2s0: deauthenticating from 00:23:69:c2:65:06 by local choice (reason=3)
[   48.044808] cfg80211: Calling CRDA to update world regulatory domain
[   48.046277] cfg80211: World regulatory domain updated:
[   48.046280] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[   48.046282] cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[   48.046283] cfg80211:   (2457000 KHz - 2482000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[   48.046285] cfg80211:   (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[   48.046286] cfg80211:   (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[   48.046287] cfg80211:   (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[   48.683937] PM: Syncing filesystems ... done.
[   48.929169] PM: Preparing system for mem sleep
[   49.004984] Freezing user space processes ... (elapsed 0.016 seconds) done.
[   49.021079] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
[   49.022342] PM: Entering mem sleep
[   49.022382] Suspending console(s) (use no_console_suspend to debug)
[   49.022644] usb 2-1.3: unlink qh1-1c01/ffff880270749a80 start 0 [1/3 us]
[   49.022667] usb usb4: usb auto-resume
[   49.022680] hub 4-0:1.0: hub_resume
[   49.022688] xhci_hcd 0000:04:00.0: get port status, actual port 0 status  = 0x2a0
[   49.022689] xhci_hcd 0000:04:00.0: Get port status returned 0x2a0
[   49.022718] usb usb1: usb auto-resume
[   49.022721] ehci-pci 0000:00:1a.0: resume root hub
[   49.022731] hub 1-0:1.0: hub_resume
[   49.022744] sd 1:0:0:0: [sdb] Synchronizing SCSI cache
[   49.022764] usb usb3: usb auto-resume
[   49.022767] sd 0:0:0:0: [sda] Synchronizing SCSI cache
[   49.022775] hub 3-0:1.0: hub_resume
[   49.022779] xhci_hcd 0000:04:00.0: get port status, actual port 0 status  = 0x2a0
[   49.022780] xhci_hcd 0000:04:00.0: Get port status returned 0x100
[   49.022786] xhci_hcd 0000:04:00.0: get port status, actual port 1 status  = 0x2a0
[   49.022787] xhci_hcd 0000:04:00.0: Get port status returned 0x100
[   49.022793] hub 3-0:1.0: hub_suspend
[   49.022799] hub 1-0:1.0: port 1: status 0507 change 0000
[   49.022805] usb usb3: bus suspend, wakeup 0
[   49.022820] xhci_hcd 0000:04:00.0: get port status, actual port 1 status  = 0x2a0
[   49.022821] xhci_hcd 0000:04:00.0: Get port status returned 0x2a0
[   49.022829] hub 4-0:1.0: hub_suspend
[   49.022833] usb 1-1: usb auto-resume
[   49.022835] usb usb4: bus suspend, wakeup 0
[   49.022867] sd 0:0:0:0: [sda] Stopping disk
[   49.025238] sd 1:0:0:0: [sdb] Stopping disk
[   49.025523] usb 2-1: clear tt buffer port 3, a3 ep2 t04048d82
[   49.025604] usb 2-1.3: usb suspend, wakeup 0
[   49.025626] hub 2-1:1.0: hub_suspend
[   49.025638] usb 2-1: unlink qh256-0001/ffff88026d0af740 start 1 [1/0 us]
[   49.027791] usb 2-1: usb suspend, wakeup 0
[   49.033698] hub 2-0:1.0: hub_suspend
[   49.033706] usb usb2: bus suspend, wakeup 0
[   49.033707] ehci-pci 0000:00:1d.0: suspend root hub
[   49.034679] xhci_hcd 0000:04:00.0: xhci_suspend: stopping port polling.
[   49.034698] xhci_hcd 0000:04:00.0: // Setting command ring address to 0x350c1001
[   49.048569] ehci-pci 0000:00:1a.0: GetStatus port:1 status 001005 0  ACK POWER sig=se0 PE CONNECT
[   49.058395] [drm] Disabling audio 0 support
[   49.059434] usb 1-1: finish resume
[   49.059702] hub 1-1:1.0: hub_resume
[   49.060201] hub 1-1:1.0: port 4: status 0507 change 0000
[   49.060421] ehci-pci 0000:00:1a.0: reused qh ffff88026df0b800 schedule
[   49.060423] usb 1-1: link qh256-0001/ffff88026df0b800 start 1 [1/0 us]
[   49.060429] hub 1-1:1.0: hub_suspend
[   49.060432] usb 1-1: unlink qh256-0001/ffff88026df0b800 start 1 [1/0 us]
[   49.062567] usb 1-1: usb suspend, wakeup 0
[   49.062575] hub 1-0:1.0: hub_suspend
[   49.062583] usb usb1: bus suspend, wakeup 0
[   49.062584] ehci-pci 0000:00:1a.0: suspend root hub
[   49.525960] PM: suspend of devices complete after 504.049 msecs
[   49.526147] PM: late suspend of devices complete after 0.184 msecs
[   49.526323] xhci_hcd 0000:04:00.0: wakeup: 1
[   49.536890] xhci_hcd 0000:04:00.0: --> PCI D3hot
[   49.537018] pcieport 0000:00:1c.3: System wakeup enabled by ACPI
[   49.559000] ehci-pci 0000:00:1d.0: wakeup: 1
[   49.569815] ehci-pci 0000:00:1d.0: --> PCI D3hot
[   49.570113] ehci-pci 0000:00:1a.0: wakeup: 1
[   49.580801] ehci-pci 0000:00:1a.0: --> PCI D3hot
[   49.591919] PM: noirq suspend of devices complete after 65.849 msecs
[   49.592806] ACPI: Preparing to enter system sleep state S3
[   49.599455] PM: Saving platform NVS memory
[   49.599868] Disabling non-boot CPUs ...
[   49.601254] kvm: disabling virtualization on CPU1
[   49.601269] smpboot: CPU 1 is now offline
[   49.602934] kvm: disabling virtualization on CPU2
[   49.603195] smpboot: CPU 2 is now offline
[   49.604752] kvm: disabling virtualization on CPU3
[   49.604759] smpboot: CPU 3 is now offline
[   49.606277] kvm: disabling virtualization on CPU4
[   49.606543] smpboot: CPU 4 is now offline
[   49.608088] kvm: disabling virtualization on CPU5
[   49.608095] smpboot: CPU 5 is now offline
[   49.609606] kvm: disabling virtualization on CPU6
[   49.609617] smpboot: CPU 6 is now offline
[   49.611149] kvm: disabling virtualization on CPU7
[   49.611156] smpboot: CPU 7 is now offline
[   49.612569] ACPI: Low-level resume complete
[   49.612616] PM: Restoring platform NVS memory
[   49.612988] microcode: CPU0 sig=0x206a7, pf=0x10, revision=0x29
[   49.613073] Enabling non-boot CPUs ...
[   49.613155] x86: Booting SMP configuration:
[   49.613156] smpboot: Booting Node 0 Processor 1 APIC 0x2
[   49.624351] CPU1 microcode updated early to revision 0x29, date = 2013-06-12
[   49.624422] kvm: enabling virtualization on CPU1
[   49.626674] microcode: CPU1 sig=0x206a7, pf=0x10, revision=0x29
[   49.626685] Intel pstate controlling: cpu 1
[   49.626729] CPU1 is up
[   49.626789] smpboot: Booting Node 0 Processor 2 APIC 0x4
[   49.637545] CPU2 microcode updated early to revision 0x29, date = 2013-06-12
[   49.637951] kvm: enabling virtualization on CPU2
[   49.640167] microcode: CPU2 sig=0x206a7, pf=0x10, revision=0x29
[   49.640176] Intel pstate controlling: cpu 2
[   49.640214] CPU2 is up
[   49.640283] smpboot: Booting Node 0 Processor 3 APIC 0x6
[   49.651040] CPU3 microcode updated early to revision 0x29, date = 2013-06-12
[   49.651442] kvm: enabling virtualization on CPU3
[   49.653665] microcode: CPU3 sig=0x206a7, pf=0x10, revision=0x29
[   49.653675] Intel pstate controlling: cpu 3
[   49.653713] CPU3 is up
[   49.653779] smpboot: Booting Node 0 Processor 4 APIC 0x1
[   49.664635] CPU4 microcode updated early to revision 0x29, date = 2013-06-12
[   49.665206] kvm: enabling virtualization on CPU4
[   49.667460] microcode: CPU4 sig=0x206a7, pf=0x10, revision=0x29
[   49.667472] Intel pstate controlling: cpu 4
[   49.667513] CPU4 is up
[   49.667577] smpboot: Booting Node 0 Processor 5 APIC 0x3
[   49.678732] kvm: enabling virtualization on CPU5
[   49.680983] microcode: CPU5 sig=0x206a7, pf=0x10, revision=0x29
[   49.680993] Intel pstate controlling: cpu 5
[   49.681031] CPU5 is up
[   49.681093] smpboot: Booting Node 0 Processor 6 APIC 0x5
[   49.692247] kvm: enabling virtualization on CPU6
[   49.694526] microcode: CPU6 sig=0x206a7, pf=0x10, revision=0x29
[   49.694536] Intel pstate controlling: cpu 6
[   49.694573] CPU6 is up
[   49.694634] smpboot: Booting Node 0 Processor 7 APIC 0x7
[   49.705789] kvm: enabling virtualization on CPU7
[   49.708100] microcode: CPU7 sig=0x206a7, pf=0x10, revision=0x29
[   49.708110] Intel pstate controlling: cpu 7
[   49.708150] CPU7 is up
[   49.715504] ACPI: Waking up from system sleep state S3
[   49.891167] PM: noirq resume of devices complete after 131.883 msecs
[   49.891304] PM: early resume of devices complete after 0.095 msecs
[   49.891346] mei_me 0000:00:16.0: irq 41 for MSI/MSI-X
[   49.891604] snd_hda_intel 0000:00:1b.0: irq 55 for MSI/MSI-X
[   49.891950] mei_me 0000:00:16.0: we can't read the message slots =00000003.
[   49.892104] snd_hda_intel 0000:01:00.1: irq 56 for MSI/MSI-X
[   49.892246] iwlwifi 0000:02:00.0: RF_KILL bit toggled to enable radio.
[   49.892354] pcieport 0000:00:1c.3: System wakeup disabled by ACPI
[   49.892996] xhci_hcd 0000:04:00.0: // Setting command ring address to 0x350c1001
[   49.893015] usb usb3: root hub lost power or was reset
[   49.893017] usb usb4: root hub lost power or was reset
[   49.893018] xhci_hcd 0000:04:00.0: Stop HCD
[   49.893019] xhci_hcd 0000:04:00.0: // Halt the HC
[   49.893029] xhci_hcd 0000:04:00.0: // Reset the HC
[   49.897253] [drm] enabling PCIE gen 2 link speeds, disable with radeon.pcie_gen2=0
[   49.897327] xhci_hcd 0000:04:00.0: Wait for controller to be ready for doorbell rings
[   49.897417] sdhci-pci 0000:05:00.1: Will use DMA mode even though HW doesn't fully claim to support it.
[   49.897432] sdhci-pci 0000:05:00.1: Will use DMA mode even though HW doesn't fully claim to support it.
[   49.897461] xhci_hcd 0000:04:00.0: // Disabling event ring interrupts
[   49.897470] xhci_hcd 0000:04:00.0: cleaning up memory
[   49.897472] xhci_hcd 0000:04:00.0: Freed ERST
[   49.897474] xhci_hcd 0000:04:00.0: Freed event ring
[   49.897475] xhci_hcd 0000:04:00.0: Freed command ring
[   49.897478] xhci_hcd 0000:04:00.0: Freed segment pool
[   49.897479] xhci_hcd 0000:04:00.0: Freed device context pool
[   49.897480] xhci_hcd 0000:04:00.0: Freed small stream array pool
[   49.897481] xhci_hcd 0000:04:00.0: Freed medium stream array pool
[   49.897486] xhci_hcd 0000:04:00.0: xhci_stop completed - status = 1
[   49.897486] xhci_hcd 0000:04:00.0: Initialize the xhci_hcd
[   49.897487] xhci_hcd 0000:04:00.0: xhci_init
[   49.897488] xhci_hcd 0000:04:00.0: xHCI doesn't need link TRB QUIRK
[   49.897492] xhci_hcd 0000:04:00.0: Supported page size register = 0x1
[   49.897493] xhci_hcd 0000:04:00.0: Supported page size of 4K
[   49.897494] xhci_hcd 0000:04:00.0: HCD page size set to 4K
[   49.897497] xhci_hcd 0000:04:00.0: // xHC can handle at most 32 device slots.
[   49.897500] xhci_hcd 0000:04:00.0: // Setting Max device slots reg = 0x20.
[   49.897503] xhci_hcd 0000:04:00.0: // Device context base array address = 0x350bf000 (DMA), ffff8800350bf000 (virt)
[   49.897507] xhci_hcd 0000:04:00.0: Allocated command ring at ffff880274498e80
[   49.897508] xhci_hcd 0000:04:00.0: First segment DMA is 0x350c0000
[   49.897513] xhci_hcd 0000:04:00.0: // Setting command ring address to 0x20
[   49.897521] xhci_hcd 0000:04:00.0: // xHC command ring deq ptr low bits + flags = @00000000
[   49.897522] xhci_hcd 0000:04:00.0: // xHC command ring deq ptr high bits = @00000000
[   49.897527] xhci_hcd 0000:04:00.0: // Doorbell array is located at offset 0x1800 from cap regs base addr
[   49.897528] xhci_hcd 0000:04:00.0: // xHCI capability registers at ffffc90004e20000:
[   49.897532] xhci_hcd 0000:04:00.0: // @ffffc90004e20000 = 0x960020 (CAPLENGTH AND HCIVERSION)
[   49.897533] xhci_hcd 0000:04:00.0: //   CAPLENGTH: 0x20
[   49.897534] xhci_hcd 0000:04:00.0: // xHCI operational registers at ffffc90004e20020:
[   49.897535] usb usb1: usb resume
[   49.897537] xhci_hcd 0000:04:00.0: // @ffffc90004e20018 = 0x1000 RTSOFF
[   49.897538] ehci-pci 0000:00:1a.0: resume root hub
[   49.897539] xhci_hcd 0000:04:00.0: // xHCI runtime registers at ffffc90004e21000:
[   49.897545] xhci_hcd 0000:04:00.0: // @ffffc90004e20014 = 0x1800 DBOFF
[   49.897546] xhci_hcd 0000:04:00.0: // Doorbell array at ffffc90004e21800:
[   49.897547] xhci_hcd 0000:04:00.0: xHCI runtime registers at ffffc90004e21000:
[   49.897550] xhci_hcd 0000:04:00.0:   ffffc90004e21000: Microframe index = 0x0
[   49.897564] usb usb2: usb resume
[   49.897566] xhci_hcd 0000:04:00.0: // Allocating event ring
[   49.897567] ehci-pci 0000:00:1d.0: resume root hub
[   49.897569] xhci_hcd 0000:04:00.0: TRB math tests passed.
[   49.897570] xhci_hcd 0000:04:00.0: // Allocated event ring segment table at 0x350c2000
[   49.897572] xhci_hcd 0000:04:00.0: Set ERST to 0; private num segs = 1, virt addr = ffff8800350c2000, dma addr = 0x350c2000
[   49.897575] xhci_hcd 0000:04:00.0: // Write ERST size = 1 to ir_set 0 (some bits preserved)
[   49.897576] xhci_hcd 0000:04:00.0: // Set ERST entries to point to event ring.
[   49.897577] xhci_hcd 0000:04:00.0: // Set ERST base address for ir_set 0 = 0x350c2000
[   49.897589] xhci_hcd 0000:04:00.0: // Write event ring dequeue pointer, preserving EHB bit
[   49.897590] xhci_hcd 0000:04:00.0: Wrote ERST address to ir_set 0.
[   49.897594] xhci_hcd 0000:04:00.0: Allocating 0 scratchpad buffers
[   49.897615] xhci_hcd 0000:04:00.0: Ext Cap ffffc90004e20810, port offset = 1, count = 2, revision = 0x3
[   49.897621] xhci_hcd 0000:04:00.0: Ext Cap ffffc90004e20820, port offset = 3, count = 2, revision = 0x2
[   49.897622] xhci_hcd 0000:04:00.0: xHCI 0.96: support USB2 software lpm
[   49.897623] xhci_hcd 0000:04:00.0: Found 2 USB 2.0 ports and 2 USB 3.0 ports.
[   49.897624] xhci_hcd 0000:04:00.0: USB 2.0 port at index 2, addr = ffffc90004e20440
[   49.897626] xhci_hcd 0000:04:00.0: USB 2.0 port at index 3, addr = ffffc90004e20450
[   49.897627] xhci_hcd 0000:04:00.0: USB 3.0 port at index 0, addr = ffffc90004e20420
[   49.897628] xhci_hcd 0000:04:00.0: USB 3.0 port at index 1, addr = ffffc90004e20430
[   49.897630] xhci_hcd 0000:04:00.0: Finished xhci_init
[   49.897631] xhci_hcd 0000:04:00.0: Start the primary HCD
[   49.897632] xhci_hcd 0000:04:00.0: xhci_run
[   49.897694] xhci_hcd 0000:04:00.0: irq 43 for MSI/MSI-X
[   49.897698] xhci_hcd 0000:04:00.0: irq 44 for MSI/MSI-X
[   49.897702] xhci_hcd 0000:04:00.0: irq 45 for MSI/MSI-X
[   49.897707] xhci_hcd 0000:04:00.0: irq 46 for MSI/MSI-X
[   49.897711] xhci_hcd 0000:04:00.0: irq 47 for MSI/MSI-X
[   49.897715] xhci_hcd 0000:04:00.0: irq 48 for MSI/MSI-X
[   49.897719] xhci_hcd 0000:04:00.0: irq 49 for MSI/MSI-X
[   49.897723] xhci_hcd 0000:04:00.0: irq 50 for MSI/MSI-X
[   49.897883] xhci_hcd 0000:04:00.0: Command ring memory map follows:
[   49.897885] xhci_hcd 0000:04:00.0: @00000000350c0000 00000000 00000000 00000000 00000000
[   49.897886] xhci_hcd 0000:04:00.0: @00000000350c0010 00000000 00000000 00000000 00000000
[   49.897887] xhci_hcd 0000:04:00.0: @00000000350c0020 00000000 00000000 00000000 00000000
[   49.897888] xhci_hcd 0000:04:00.0: @00000000350c0030 00000000 00000000 00000000 00000000
[   49.897890] xhci_hcd 0000:04:00.0: @00000000350c0040 00000000 00000000 00000000 00000000
[   49.897891] xhci_hcd 0000:04:00.0: @00000000350c0050 00000000 00000000 00000000 00000000
[   49.897892] xhci_hcd 0000:04:00.0: @00000000350c0060 00000000 00000000 00000000 00000000
[   49.897893] xhci_hcd 0000:04:00.0: @00000000350c0070 00000000 00000000 00000000 00000000
[   49.897894] xhci_hcd 0000:04:00.0: @00000000350c0080 00000000 00000000 00000000 00000000
[   49.897895] xhci_hcd 0000:04:00.0: @00000000350c0090 00000000 00000000 00000000 00000000
[   49.897896] xhci_hcd 0000:04:00.0: @00000000350c00a0 00000000 00000000 00000000 00000000
[   49.897897] xhci_hcd 0000:04:00.0: @00000000350c00b0 00000000 00000000 00000000 00000000
[   49.897898] xhci_hcd 0000:04:00.0: @00000000350c00c0 00000000 00000000 00000000 00000000
[   49.897900] xhci_hcd 0000:04:00.0: @00000000350c00d0 00000000 00000000 00000000 00000000
[   49.897901] xhci_hcd 0000:04:00.0: @00000000350c00e0 00000000 00000000 00000000 00000000
[   49.897902] xhci_hcd 0000:04:00.0: @00000000350c00f0 00000000 00000000 00000000 00000000
[   49.897903] xhci_hcd 0000:04:00.0: @00000000350c0100 00000000 00000000 00000000 00000000
[   49.897904] xhci_hcd 0000:04:00.0: @00000000350c0110 00000000 00000000 00000000 00000000
[   49.897905] xhci_hcd 0000:04:00.0: @00000000350c0120 00000000 00000000 00000000 00000000
[   49.897906] xhci_hcd 0000:04:00.0: @00000000350c0130 00000000 00000000 00000000 00000000
[   49.897907] xhci_hcd 0000:04:00.0: @00000000350c0140 00000000 00000000 00000000 00000000
[   49.897908] xhci_hcd 0000:04:00.0: @00000000350c0150 00000000 00000000 00000000 00000000
[   49.897910] xhci_hcd 0000:04:00.0: @00000000350c0160 00000000 00000000 00000000 00000000
[   49.897911] xhci_hcd 0000:04:00.0: @00000000350c0170 00000000 00000000 00000000 00000000
[   49.897912] xhci_hcd 0000:04:00.0: @00000000350c0180 00000000 00000000 00000000 00000000
[   49.897913] xhci_hcd 0000:04:00.0: @00000000350c0190 00000000 00000000 00000000 00000000
[   49.897914] xhci_hcd 0000:04:00.0: @00000000350c01a0 00000000 00000000 00000000 00000000
[   49.897915] xhci_hcd 0000:04:00.0: @00000000350c01b0 00000000 00000000 00000000 00000000
[   49.897916] xhci_hcd 0000:04:00.0: @00000000350c01c0 00000000 00000000 00000000 00000000
[   49.897917] xhci_hcd 0000:04:00.0: @00000000350c01d0 00000000 00000000 00000000 00000000
[   49.897918] xhci_hcd 0000:04:00.0: @00000000350c01e0 00000000 00000000 00000000 00000000
[   49.897920] xhci_hcd 0000:04:00.0: @00000000350c01f0 00000000 00000000 00000000 00000000
[   49.897921] xhci_hcd 0000:04:00.0: @00000000350c0200 00000000 00000000 00000000 00000000
[   49.897922] xhci_hcd 0000:04:00.0: @00000000350c0210 00000000 00000000 00000000 00000000
[   49.897923] xhci_hcd 0000:04:00.0: @00000000350c0220 00000000 00000000 00000000 00000000
[   49.897924] xhci_hcd 0000:04:00.0: @00000000350c0230 00000000 00000000 00000000 00000000
[   49.897925] xhci_hcd 0000:04:00.0: @00000000350c0240 00000000 00000000 00000000 00000000
[   49.897926] xhci_hcd 0000:04:00.0: @00000000350c0250 00000000 00000000 00000000 00000000
[   49.897927] xhci_hcd 0000:04:00.0: @00000000350c0260 00000000 00000000 00000000 00000000
[   49.897928] xhci_hcd 0000:04:00.0: @00000000350c0270 00000000 00000000 00000000 00000000
[   49.897930] xhci_hcd 0000:04:00.0: @00000000350c0280 00000000 00000000 00000000 00000000
[   49.897931] xhci_hcd 0000:04:00.0: @00000000350c0290 00000000 00000000 00000000 00000000
[   49.897932] xhci_hcd 0000:04:00.0: @00000000350c02a0 00000000 00000000 00000000 00000000
[   49.897933] xhci_hcd 0000:04:00.0: @00000000350c02b0 00000000 00000000 00000000 00000000
[   49.897934] xhci_hcd 0000:04:00.0: @00000000350c02c0 00000000 00000000 00000000 00000000
[   49.897935] xhci_hcd 0000:04:00.0: @00000000350c02d0 00000000 00000000 00000000 00000000
[   49.897936] xhci_hcd 0000:04:00.0: @00000000350c02e0 00000000 00000000 00000000 00000000
[   49.897937] xhci_hcd 0000:04:00.0: @00000000350c02f0 00000000 00000000 00000000 00000000
[   49.897938] xhci_hcd 0000:04:00.0: @00000000350c0300 00000000 00000000 00000000 00000000
[   49.897984] xhci_hcd 0000:04:00.0: @00000000350c0310 00000000 00000000 00000000 00000000
[   49.897985] xhci_hcd 0000:04:00.0: @00000000350c0320 00000000 00000000 00000000 00000000
[   49.897986] xhci_hcd 0000:04:00.0: @00000000350c0330 00000000 00000000 00000000 00000000
[   49.897987] xhci_hcd 0000:04:00.0: @00000000350c0340 00000000 00000000 00000000 00000000
[   49.897988] xhci_hcd 0000:04:00.0: @00000000350c0350 00000000 00000000 00000000 00000000
[   49.897989] xhci_hcd 0000:04:00.0: @00000000350c0360 00000000 00000000 00000000 00000000
[   49.897990] xhci_hcd 0000:04:00.0: @00000000350c0370 00000000 00000000 00000000 00000000
[   49.897991] xhci_hcd 0000:04:00.0: @00000000350c0380 00000000 00000000 00000000 00000000
[   49.897992] xhci_hcd 0000:04:00.0: @00000000350c0390 00000000 00000000 00000000 00000000
[   49.897993] xhci_hcd 0000:04:00.0: @00000000350c03a0 00000000 00000000 00000000 00000000
[   49.897995] xhci_hcd 0000:04:00.0: @00000000350c03b0 00000000 00000000 00000000 00000000
[   49.897996] xhci_hcd 0000:04:00.0: @00000000350c03c0 00000000 00000000 00000000 00000000
[   49.897997] xhci_hcd 0000:04:00.0: @00000000350c03d0 00000000 00000000 00000000 00000000
[   49.897998] xhci_hcd 0000:04:00.0: @00000000350c03e0 00000000 00000000 00000000 00000000
[   49.897999] xhci_hcd 0000:04:00.0: @00000000350c03f0 350c0000 00000000 00000000 00001802
[   49.898000] xhci_hcd 0000:04:00.0:   Ring has not been updated
[   49.898001] xhci_hcd 0000:04:00.0: Ring deq = ffff8800350c0000 (virt), 0x350c0000 (dma)
[   49.898002] xhci_hcd 0000:04:00.0: Ring deq updated 0 times
[   49.898003] xhci_hcd 0000:04:00.0: Ring enq = ffff8800350c0000 (virt), 0x350c0000 (dma)
[   49.898004] xhci_hcd 0000:04:00.0: Ring enq updated 0 times
[   49.898009] xhci_hcd 0000:04:00.0: // xHC command ring deq ptr low bits + flags = @00000000
[   49.898010] xhci_hcd 0000:04:00.0: // xHC command ring deq ptr high bits = @00000000
[   49.898011] xhci_hcd 0000:04:00.0: ERST memory map follows:
[   49.898013] xhci_hcd 0000:04:00.0: @00000000350c2000 350c0400 00000000 00000040 00000000
[   49.898013] xhci_hcd 0000:04:00.0: Event ring:
[   49.898015] xhci_hcd 0000:04:00.0: @00000000350c0400 00000000 00000000 00000000 00000000
[   49.898016] xhci_hcd 0000:04:00.0: @00000000350c0410 00000000 00000000 00000000 00000000
[   49.898017] xhci_hcd 0000:04:00.0: @00000000350c0420 00000000 00000000 00000000 00000000
[   49.898018] xhci_hcd 0000:04:00.0: @00000000350c0430 00000000 00000000 00000000 00000000
[   49.898019] xhci_hcd 0000:04:00.0: @00000000350c0440 00000000 00000000 00000000 00000000
[   49.898020] xhci_hcd 0000:04:00.0: @00000000350c0450 00000000 00000000 00000000 00000000
[   49.898021] xhci_hcd 0000:04:00.0: @00000000350c0460 00000000 00000000 00000000 00000000
[   49.898022] xhci_hcd 0000:04:00.0: @00000000350c0470 00000000 00000000 00000000 00000000
[   49.898024] xhci_hcd 0000:04:00.0: @00000000350c0480 00000000 00000000 00000000 00000000
[   49.898025] xhci_hcd 0000:04:00.0: @00000000350c0490 00000000 00000000 00000000 00000000
[   49.898043] xhci_hcd 0000:04:00.0: @00000000350c04a0 00000000 00000000 00000000 00000000
[   49.898044] xhci_hcd 0000:04:00.0: @00000000350c04b0 00000000 00000000 00000000 00000000
[   49.898045] xhci_hcd 0000:04:00.0: @00000000350c04c0 00000000 00000000 00000000 00000000
[   49.898061] xhci_hcd 0000:04:00.0: @00000000350c04d0 00000000 00000000 00000000 00000000
[   49.898062] xhci_hcd 0000:04:00.0: @00000000350c04e0 00000000 00000000 00000000 00000000
[   49.898063] xhci_hcd 0000:04:00.0: @00000000350c04f0 00000000 00000000 00000000 00000000
[   49.898064] xhci_hcd 0000:04:00.0: @00000000350c0500 00000000 00000000 00000000 00000000
[   49.898066] xhci_hcd 0000:04:00.0: @00000000350c0510 00000000 00000000 00000000 00000000
[   49.898067] xhci_hcd 0000:04:00.0: @00000000350c0520 00000000 00000000 00000000 00000000
[   49.898068] xhci_hcd 0000:04:00.0: @00000000350c0530 00000000 00000000 00000000 00000000
[   49.898069] xhci_hcd 0000:04:00.0: @00000000350c0540 00000000 00000000 00000000 00000000
[   49.898070] xhci_hcd 0000:04:00.0: @00000000350c0550 00000000 00000000 00000000 00000000
[   49.898071] xhci_hcd 0000:04:00.0: @00000000350c0560 00000000 00000000 00000000 00000000
[   49.898072] xhci_hcd 0000:04:00.0: @00000000350c0570 00000000 00000000 00000000 00000000
[   49.898073] xhci_hcd 0000:04:00.0: @00000000350c0580 00000000 00000000 00000000 00000000
[   49.898075] xhci_hcd 0000:04:00.0: @00000000350c0590 00000000 00000000 00000000 00000000
[   49.898076] xhci_hcd 0000:04:00.0: @00000000350c05a0 00000000 00000000 00000000 00000000
[   49.898077] xhci_hcd 0000:04:00.0: @00000000350c05b0 00000000 00000000 00000000 00000000
[   49.898078] xhci_hcd 0000:04:00.0: @00000000350c05c0 00000000 00000000 00000000 00000000
[   49.898079] xhci_hcd 0000:04:00.0: @00000000350c05d0 00000000 00000000 00000000 00000000
[   49.898080] xhci_hcd 0000:04:00.0: @00000000350c05e0 00000000 00000000 00000000 00000000
[   49.898081] xhci_hcd 0000:04:00.0: @00000000350c05f0 00000000 00000000 00000000 00000000
[   49.898082] xhci_hcd 0000:04:00.0: @00000000350c0600 00000000 00000000 00000000 00000000
[   49.898083] xhci_hcd 0000:04:00.0: @00000000350c0610 00000000 00000000 00000000 00000000
[   49.898085] xhci_hcd 0000:04:00.0: @00000000350c0620 00000000 00000000 00000000 00000000
[   49.898086] xhci_hcd 0000:04:00.0: @00000000350c0630 00000000 00000000 00000000 00000000
[   49.898087] xhci_hcd 0000:04:00.0: @00000000350c0640 00000000 00000000 00000000 00000000
[   49.898088] xhci_hcd 0000:04:00.0: @00000000350c0650 00000000 00000000 00000000 00000000
[   49.898089] xhci_hcd 0000:04:00.0: @00000000350c0660 00000000 00000000 00000000 00000000
[   49.898090] xhci_hcd 0000:04:00.0: @00000000350c0670 00000000 00000000 00000000 00000000
[   49.898091] xhci_hcd 0000:04:00.0: @00000000350c0680 00000000 00000000 00000000 00000000
[   49.898092] xhci_hcd 0000:04:00.0: @00000000350c0690 00000000 00000000 00000000 00000000
[   49.898093] xhci_hcd 0000:04:00.0: @00000000350c06a0 00000000 00000000 00000000 00000000
[   49.898094] xhci_hcd 0000:04:00.0: @00000000350c06b0 00000000 00000000 00000000 00000000
[   49.898096] xhci_hcd 0000:04:00.0: @00000000350c06c0 00000000 00000000 00000000 00000000
[   49.898097] xhci_hcd 0000:04:00.0: @00000000350c06d0 00000000 00000000 00000000 00000000
[   49.898098] xhci_hcd 0000:04:00.0: @00000000350c06e0 00000000 00000000 00000000 00000000
[   49.898099] xhci_hcd 0000:04:00.0: @00000000350c06f0 00000000 00000000 00000000 00000000
[   49.898100] xhci_hcd 0000:04:00.0: @00000000350c0700 00000000 00000000 00000000 00000000
[   49.898101] xhci_hcd 0000:04:00.0: @00000000350c0710 00000000 00000000 00000000 00000000
[   49.898102] xhci_hcd 0000:04:00.0: @00000000350c0720 00000000 00000000 00000000 00000000
[   49.898103] xhci_hcd 0000:04:00.0: @00000000350c0730 00000000 00000000 00000000 00000000
[   49.898105] xhci_hcd 0000:04:00.0: @00000000350c0740 00000000 00000000 00000000 00000000
[   49.898106] xhci_hcd 0000:04:00.0: @00000000350c0750 00000000 00000000 00000000 00000000
[   49.898107] xhci_hcd 0000:04:00.0: @00000000350c0760 00000000 00000000 00000000 00000000
[   49.898108] xhci_hcd 0000:04:00.0: @00000000350c0770 00000000 00000000 00000000 00000000
[   49.898109] xhci_hcd 0000:04:00.0: @00000000350c0780 00000000 00000000 00000000 00000000
[   49.898110] xhci_hcd 0000:04:00.0: @00000000350c0790 00000000 00000000 00000000 00000000
[   49.898111] xhci_hcd 0000:04:00.0: @00000000350c07a0 00000000 00000000 00000000 00000000
[   49.898112] xhci_hcd 0000:04:00.0: @00000000350c07b0 00000000 00000000 00000000 00000000
[   49.898113] xhci_hcd 0000:04:00.0: @00000000350c07c0 00000000 00000000 00000000 00000000
[   49.898114] xhci_hcd 0000:04:00.0: @00000000350c07d0 00000000 00000000 00000000 00000000
[   49.898116] xhci_hcd 0000:04:00.0: @00000000350c07e0 00000000 00000000 00000000 00000000
[   49.898117] xhci_hcd 0000:04:00.0: @00000000350c07f0 00000000 00000000 00000000 00000000
[   49.898118] xhci_hcd 0000:04:00.0:   Ring has not been updated
[   49.898119] xhci_hcd 0000:04:00.0: Ring deq = ffff8800350c0400 (virt), 0x350c0400 (dma)
[   49.898119] xhci_hcd 0000:04:00.0: Ring deq updated 0 times
[   49.898120] xhci_hcd 0000:04:00.0: Ring enq = ffff8800350c0400 (virt), 0x350c0400 (dma)
[   49.898121] xhci_hcd 0000:04:00.0: Ring enq updated 0 times
[   49.898147] xhci_hcd 0000:04:00.0: ERST deq = 64'h350c0400
[   49.898171] xhci_hcd 0000:04:00.0: // Set the interrupt modulation register
[   49.898177] xhci_hcd 0000:04:00.0: // Enable interrupts, cmd = 0x4.
[   49.898180] xhci_hcd 0000:04:00.0: // Enabling event ring interrupter ffffc90004e21020 by writing 0x2 to irq_pending
[   49.898184] xhci_hcd 0000:04:00.0:   ffffc90004e21020: ir_set[0]
[   49.898185] xhci_hcd 0000:04:00.0:   ffffc90004e21020: ir_set.pending = 0x2
[   49.898188] xhci_hcd 0000:04:00.0:   ffffc90004e21024: ir_set.control = 0xa0
[   49.898191] xhci_hcd 0000:04:00.0:   ffffc90004e21028: ir_set.erst_size = 0x1
[   49.898198] xhci_hcd 0000:04:00.0:   ffffc90004e21030: ir_set.erst_base = @350c2000
[   49.898202] xhci_hcd 0000:04:00.0:   ffffc90004e21038: ir_set.erst_dequeue = @350c0400
[   49.898203] xhci_hcd 0000:04:00.0: Finished xhci_run for USB2 roothub
[   49.898204] xhci_hcd 0000:04:00.0: Start the secondary HCD
[   49.898207] xhci_hcd 0000:04:00.0: // Turn on HC, cmd = 0x5.
[   49.898217] xhci_hcd 0000:04:00.0: Finished xhci_run for USB3 roothub
[   49.898219] xhci_hcd 0000:04:00.0: xhci_resume: starting port polling.
[   49.898225] xhci_hcd 0000:04:00.0: xhci_hub_status_data: stopping port polling.
[   49.898231] usb usb4: usb resume
[   49.898248] hub 4-0:1.0: hub_reset_resume
[   49.898258] hub 4-0:1.0: trying to enable port power on non-switchable hub
[   49.898267] xhci_hcd 0000:04:00.0: set port power, actual port 0 status  = 0x2a0
[   49.898275] usb usb3: usb resume
[   49.898291] hub 3-0:1.0: hub_reset_resume
[   49.898292] hub 3-0:1.0: trying to enable port power on non-switchable hub
[   49.898299] xhci_hcd 0000:04:00.0: set port power, actual port 0 status  = 0x2a0
[   49.898315] xhci_hcd 0000:04:00.0: set port power, actual port 1 status  = 0x2a0
[   49.898329] xhci_hcd 0000:04:00.0: set port power, actual port 1 status  = 0x2a0
[   49.901398] [drm] PCIE GART of 1024M enabled (table at 0x0000000000273000).
[   49.901482] radeon 0000:01:00.0: WB enabled
[   49.901485] radeon 0000:01:00.0: fence driver on ring 0 use gpu addr 0x0000000080000c00 and cpu addr 0xffff88026dbc0c00
[   49.901486] radeon 0000:01:00.0: fence driver on ring 3 use gpu addr 0x0000000080000c0c and cpu addr 0xffff88026dbc0c0c
[   49.901885] radeon 0000:01:00.0: fence driver on ring 5 use gpu addr 0x0000000000072118 and cpu addr 0xffffc90004f32118
[   49.918281] [drm] ring test on 0 succeeded in 1 usecs
[   49.918338] [drm] ring test on 3 succeeded in 1 usecs
[   49.928946] hub 1-0:1.0: hub_resume
[   49.928958] hub 2-0:1.0: hub_resume
[   49.928968] hub 1-0:1.0: port 1: status 0503 change 0000
[   49.928974] hub 2-0:1.0: port 1: status 0503 change 0000
[   49.929032] usb 1-1: finish resume
[   49.929045] usb 2-1: finish resume
[   49.929207] hub 1-1:1.0: hub_resume
[   49.929213] hub 2-1:1.0: hub_resume
[   49.929567] hub 2-1:1.0: port 3: status 0101 change 0001
[   49.929673] hub 1-1:1.0: port 4: status 0101 change 0001
[   49.998864] xhci_hcd 0000:04:00.0: get port status, actual port 0 status  = 0x2a0
[   49.998866] xhci_hcd 0000:04:00.0: Get port status returned 0x100
[   49.998875] xhci_hcd 0000:04:00.0: get port status, actual port 0 status  = 0x2a0
[   49.998876] xhci_hcd 0000:04:00.0: Get port status returned 0x2a0
[   49.998887] xhci_hcd 0000:04:00.0: get port status, actual port 1 status  = 0x2a0
[   49.998888] xhci_hcd 0000:04:00.0: Get port status returned 0x100
[   49.998893] xhci_hcd 0000:04:00.0: get port status, actual port 1 status  = 0x2a0
[   49.998894] xhci_hcd 0000:04:00.0: Get port status returned 0x2a0
[   50.030820] ehci-pci 0000:00:1a.0: reused qh ffff88026df0b800 schedule
[   50.030824] usb 1-1: link qh256-0001/ffff88026df0b800 start 1 [1/0 us]
[   50.030838] ehci-pci 0000:00:1d.0: reused qh ffff88026d0af740 schedule
[   50.030840] usb 2-1: link qh256-0001/ffff88026d0af740 start 1 [1/0 us]
[   50.030968] usb 1-1.4: finish reset-resume
[   50.030973] usb 2-1.3: finish reset-resume
[   50.041954] hub 1-1:1.0: port 4 not reset yet, waiting 10ms
[   50.103887] usb 1-1.4: reset high-speed USB device number 3 using ehci-pci
[   50.105467] [drm] ring test on 5 succeeded in 1 usecs
[   50.105469] [drm] UVD initialized successfully.
[   50.105470] [drm] Enabling audio 0 support
[   50.105513] [drm] ib test on ring 0 succeeded in 0 usecs
[   50.105541] ALSA sound/pci/hda/hda_eld.c:684 HDMI ATI/AMD: no speaker allocation for ELD
[   50.105569] [drm] ib test on ring 3 succeeded in 1 usecs
[   50.116872] hub 1-1:1.0: port 4 not reset yet, waiting 10ms
[   50.210608] ata3: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[   50.210627] ata5: SATA link down (SStatus 0 SControl 300)
[   50.214602] ata2: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[   50.216463] ata3.00: configured for UDMA/100
[   50.218470] ata2.00: configured for UDMA/133
[   50.218592] sd 1:0:0:0: [sdb] Starting disk
[   50.259689] usb 2-1.3: reset full-speed USB device number 3 using ehci-pci
[   50.270668] hub 2-1:1.0: port 3 not reset yet, waiting 10ms
[   50.277237] [drm] ib test on ring 5 succeeded
[   50.346714] usb 2-1.3: ep 81: release intr @ 0+8 (0.0+1) [1/3 us] mask 1c01
[   50.347077] btusb 2-1.3:1.0: no reset_resume for driver btusb?
[   50.347078] btusb 2-1.3:1.1: no reset_resume for driver btusb?
[   50.347079] btusb 2-1.3:1.0: forced unbind
[   50.405394] ALSA sound/pci/hda/hda_eld.c:684 HDMI ATI/AMD: no speaker allocation for ELD
[   50.706018] ALSA sound/pci/hda/hda_eld.c:684 HDMI ATI/AMD: no speaker allocation for ELD
[   51.006808] ALSA sound/pci/hda/hda_eld.c:684 HDMI ATI/AMD: no speaker allocation for ELD
[   51.307303] ALSA sound/pci/hda/hda_eld.c:684 HDMI ATI/AMD: no speaker allocation for ELD
[   51.607938] ALSA sound/pci/hda/hda_eld.c:684 HDMI ATI/AMD: no speaker allocation for ELD
[   51.908578] ALSA sound/pci/hda/hda_eld.c:684 HDMI ATI/AMD: no speaker allocation for ELD
[   52.148295] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[   52.150738] ata1.00: configured for UDMA/133
[   52.150820] sd 0:0:0:0: [sda] Starting disk
[   52.209260] ALSA sound/pci/hda/hda_eld.c:684 HDMI ATI/AMD: no speaker allocation for ELD
[   52.510036] ALSA sound/pci/hda/hda_eld.c:684 HDMI ATI/AMD: no speaker allocation for ELD
[   54.029289] PM: resume of devices complete after 4142.922 msecs
[   54.029327] btusb 2-1.3:1.0: usb_probe_interface
[   54.029328] btusb 2-1.3:1.0: usb_probe_interface - got id
[   54.029874] usb 2-1.3: ep 81: reserve intr @ 0+8 (0.0+1) [1/3 us] mask 1c01
[   54.029876] usb 2-1.3: link qh1-1c01/ffff8800353618c0 start 0 [1/3 us]
[   54.030277] PM: Finishing wakeup.
[   54.030774] iwlwifi 0000:02:00.0: no hotplug settings from platform
[   54.030859] hub 3-0:1.0: state 7 ports 2 chg 0000 evt 0000
[   54.030866] hub 1-0:1.0: state 7 ports 2 chg 0000 evt 0000
[   54.030873] hub 4-0:1.0: state 7 ports 2 chg 0000 evt 0000
[   54.030890] hub 1-1:1.0: state 7 ports 6 chg 0010 evt 0010
[   54.031011] hub 1-1:1.0: port 4, status 0507, change 0000, 480 Mb/s
[   54.031046] hub 2-0:1.0: state 7 ports 2 chg 0000 evt 0000
[   54.031052] hub 2-1:1.0: state 7 ports 6 chg 0008 evt 0000
[   54.032252] hub 2-1:1.0: port 3, status 0103, change 0000, 12 Mb/s
[   54.032299] usb 1-1.4: usb auto-suspend, wakeup 0
[   54.030278] Restarting tasks ... done.
[   54.032479] video LNXVIDEO:00: Restoring backlight state
[   54.034670] xhci_hcd 0000:04:00.0: set port remote wake mask, actual port 0 status  = 0xe0002a0
[   54.034736] xhci_hcd 0000:04:00.0: set port remote wake mask, actual port 1 status  = 0xe0002a0
[   54.034766] hub 4-0:1.0: hub_suspend
[   54.034820] usb usb4: bus auto-suspend, wakeup 1
[   54.034831] xhci_hcd 0000:04:00.0: xhci_hub_status_data: stopping port polling.
[   54.034838] hub 3-0:1.0: hub_suspend
[   54.034847] usb usb3: bus auto-suspend, wakeup 1
[   54.034856] xhci_hcd 0000:04:00.0: xhci_hub_status_data: stopping port polling.
[   54.043024] hub 1-1:1.0: hub_suspend
[   54.043034] usb 1-1: unlink qh256-0001/ffff88026df0b800 start 1 [1/0 us]
[   54.045515] usb 1-1: usb auto-suspend, wakeup 1
[   54.056011] hub 1-0:1.0: hub_suspend
[   54.056026] usb usb1: bus auto-suspend, wakeup 1
[   54.056029] ehci-pci 0000:00:1a.0: suspend root hub
[   54.132878] iwlwifi 0000:02:00.0: L1 Enabled; Disabling L0S
[   54.139554] iwlwifi 0000:02:00.0: Radio type=0x1-0x2-0x0
[   54.220542] IPv6: ADDRCONF(NETDEV_UP): wlp2s0: link is not ready
[   54.331730] r8169 0000:03:00.0 enp3s0: link down
[   54.331820] IPv6: ADDRCONF(NETDEV_UP): enp3s0: link is not ready
[   60.947893] wlp2s0: authenticate with 00:23:69:c2:65:06
[   60.952589] wlp2s0: send auth to 00:23:69:c2:65:06 (try 1/3)
[   60.954867] wlp2s0: authenticated
[   60.955781] wlp2s0: associate with 00:23:69:c2:65:06 (try 1/3)
[   60.959370] wlp2s0: RX AssocResp from 00:23:69:c2:65:06 (capab=0x411 status=0 aid=4)
[   60.979333] wlp2s0: associated
[   60.979387] IPv6: ADDRCONF(NETDEV_CHANGE): wlp2s0: link becomes ready
[   60.979507] cfg80211: Calling CRDA for country: PL
[   60.982192] cfg80211: Regulatory domain changed to country: PL
[   60.982196] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[   60.982199] cfg80211:   (2402000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm)
[   60.982201] cfg80211:   (5170000 KHz - 5250000 KHz @ 40000 KHz), (N/A, 2000 mBm)
[   60.982203] cfg80211:   (5250000 KHz - 5330000 KHz @ 40000 KHz), (N/A, 2000 mBm)
[   60.982205] cfg80211:   (5490000 KHz - 5710000 KHz @ 40000 KHz), (N/A, 2700 mBm)
[   60.982207] cfg80211:   (57240000 KHz - 65880000 KHz @ 2160000 KHz), (N/A, 4000 mBm)
[   62.371249] wlp2s0: deauthenticating from 00:23:69:c2:65:06 by local choice (reason=3)
[   62.431837] cfg80211: Calling CRDA to update world regulatory domain
[   62.433322] cfg80211: World regulatory domain updated:
[   62.433325] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[   62.433328] cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[   62.433331] cfg80211:   (2457000 KHz - 2482000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[   62.433333] cfg80211:   (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[   62.433335] cfg80211:   (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[   62.433337] cfg80211:   (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[   63.076861] PM: Syncing filesystems ... done.
[   63.227114] PM: Preparing system for mem sleep
[   63.308710] Freezing user space processes ... (elapsed 0.003 seconds) done.
[   63.312470] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
[   63.313745] PM: Entering mem sleep
[   63.313787] Suspending console(s) (use no_console_suspend to debug)
[   63.314076] usb 2-1.3: unlink qh1-1c01/ffff8800353618c0 start 0 [1/3 us]
[   63.314091] usb usb4: usb auto-resume
[   63.314094] usb usb3: usb auto-resume
[   63.314104] hub 4-0:1.0: hub_resume
[   63.314114] hub 3-0:1.0: hub_resume
[   63.314117] xhci_hcd 0000:04:00.0: get port status, actual port 0 status  = 0x2a0
[   63.314118] xhci_hcd 0000:04:00.0: Get port status returned 0x2a0
[   63.314122] xhci_hcd 0000:04:00.0: get port status, actual port 0 status  = 0x2a0
[   63.314123] xhci_hcd 0000:04:00.0: Get port status returned 0x100
[   63.314130] xhci_hcd 0000:04:00.0: get port status, actual port 1 status  = 0x2a0
[   63.314131] xhci_hcd 0000:04:00.0: Get port status returned 0x2a0
[   63.314138] hub 4-0:1.0: hub_suspend
[   63.314140] xhci_hcd 0000:04:00.0: get port status, actual port 1 status  = 0x2a0
[   63.314141] xhci_hcd 0000:04:00.0: Get port status returned 0x100
[   63.314144] usb usb4: bus suspend, wakeup 0
[   63.314146] hub 3-0:1.0: hub_suspend
[   63.314151] usb usb3: bus suspend, wakeup 0
[   63.314157] usb usb1: usb auto-resume
[   63.314160] ehci-pci 0000:00:1a.0: resume root hub
[   63.314170] sd 1:0:0:0: [sdb] Synchronizing SCSI cache
[   63.314171] hub 1-0:1.0: hub_resume
[   63.314177] hub 1-0:1.0: port 1: status 0507 change 0000
[   63.314191] usb 1-1: usb auto-resume
[   63.314196] sd 0:0:0:0: [sda] Synchronizing SCSI cache
[   63.318251] sd 1:0:0:0: [sdb] Stopping disk
[   63.318531] usb 2-1: clear tt buffer port 3, a3 ep2 t04048d82
[   63.318699] usb 2-1.3: usb suspend, wakeup 0
[   63.318707] hub 2-1:1.0: hub_suspend
[   63.318710] usb 2-1: unlink qh256-0001/ffff88026d0af740 start 1 [1/0 us]
[   63.319337] sd 0:0:0:0: [sda] Stopping disk
[   63.320897] usb 2-1: usb suspend, wakeup 0
[   63.329454] hub 2-0:1.0: hub_suspend
[   63.329462] usb usb2: bus suspend, wakeup 0
[   63.329464] ehci-pci 0000:00:1d.0: suspend root hub
[   63.329788] xhci_hcd 0000:04:00.0: xhci_suspend: stopping port polling.
[   63.329806] xhci_hcd 0000:04:00.0: // Setting command ring address to 0x350c0001
[   63.339961] ehci-pci 0000:00:1a.0: GetStatus port:1 status 001005 0  ACK POWER sig=se0 PE CONNECT
[   63.351001] usb 1-1: finish resume
[   63.351256] hub 1-1:1.0: hub_resume
[   63.351718] hub 1-1:1.0: port 4: status 0507 change 0000
[   63.351968] ehci-pci 0000:00:1a.0: reused qh ffff88026df0b800 schedule
[   63.351975] usb 1-1: link qh256-0001/ffff88026df0b800 start 1 [1/0 us]
[   63.351988] hub 1-1:1.0: hub_suspend
[   63.351997] usb 1-1: unlink qh256-0001/ffff88026df0b800 start 1 [1/0 us]
[   63.354176] usb 1-1: usb suspend, wakeup 0
[   63.354206] hub 1-0:1.0: hub_suspend
[   63.354226] usb usb1: bus suspend, wakeup 0
[   63.354231] ehci-pci 0000:00:1a.0: suspend root hub
[   63.360906] [drm] Disabling audio 0 support
[   63.830561] PM: suspend of devices complete after 517.249 msecs
[   63.830706] PM: late suspend of devices complete after 0.142 msecs
[   63.830892] xhci_hcd 0000:04:00.0: wakeup: 1
[   63.841367] xhci_hcd 0000:04:00.0: --> PCI D3hot
[   63.841492] pcieport 0000:00:1c.3: System wakeup enabled by ACPI
[   63.863466] ehci-pci 0000:00:1d.0: wakeup: 1
[   63.874282] ehci-pci 0000:00:1d.0: --> PCI D3hot
[   63.874581] ehci-pci 0000:00:1a.0: wakeup: 1
[   63.885268] ehci-pci 0000:00:1a.0: --> PCI D3hot
[   63.896388] PM: noirq suspend of devices complete after 65.755 msecs
[   63.897180] ACPI: Preparing to enter system sleep state S3
[   63.899628] PM: Saving platform NVS memory
[   63.900040] Disabling non-boot CPUs ...
[   63.901429] kvm: disabling virtualization on CPU1
[   63.901706] smpboot: CPU 1 is now offline
[   63.903326] kvm: disabling virtualization on CPU2
[   63.903338] smpboot: CPU 2 is now offline
[   63.904862] kvm: disabling virtualization on CPU3
[   63.904874] smpboot: CPU 3 is now offline
[   63.906470] kvm: disabling virtualization on CPU4
[   63.906733] smpboot: CPU 4 is now offline
[   63.908260] kvm: disabling virtualization on CPU5
[   63.908281] smpboot: CPU 5 is now offline
[   63.909793] kvm: disabling virtualization on CPU6
[   63.909805] smpboot: CPU 6 is now offline
[   63.911347] kvm: disabling virtualization on CPU7
[   63.911354] smpboot: CPU 7 is now offline
[   63.912775] ACPI: Low-level resume complete
[   63.912823] PM: Restoring platform NVS memory
[   63.913195] microcode: CPU0 sig=0x206a7, pf=0x10, revision=0x29
[   63.913280] Enabling non-boot CPUs ...
[   63.913361] x86: Booting SMP configuration:
[   63.913362] smpboot: Booting Node 0 Processor 1 APIC 0x2
[   63.924425] CPU1 microcode updated early to revision 0x29, date = 2013-06-12
[   63.924531] kvm: enabling virtualization on CPU1
[   63.926789] microcode: CPU1 sig=0x206a7, pf=0x10, revision=0x29
[   63.926800] Intel pstate controlling: cpu 1
[   63.926844] CPU1 is up
[   63.926903] smpboot: Booting Node 0 Processor 2 APIC 0x4
[   63.937659] CPU2 microcode updated early to revision 0x29, date = 2013-06-12
[   63.938061] kvm: enabling virtualization on CPU2
[   63.940278] microcode: CPU2 sig=0x206a7, pf=0x10, revision=0x29
[   63.940288] Intel pstate controlling: cpu 2
[   63.940326] CPU2 is up
[   63.940389] smpboot: Booting Node 0 Processor 3 APIC 0x6
[   63.951145] CPU3 microcode updated early to revision 0x29, date = 2013-06-12
[   63.951552] kvm: enabling virtualization on CPU3
[   63.953786] microcode: CPU3 sig=0x206a7, pf=0x10, revision=0x29
[   63.953796] Intel pstate controlling: cpu 3
[   63.953835] CPU3 is up
[   63.953898] smpboot: Booting Node 0 Processor 4 APIC 0x1
[   63.964747] CPU4 microcode updated early to revision 0x29, date = 2013-06-12
[   63.965325] kvm: enabling virtualization on CPU4
[   63.967586] microcode: CPU4 sig=0x206a7, pf=0x10, revision=0x29
[   63.967598] Intel pstate controlling: cpu 4
[   63.967639] CPU4 is up
[   63.967710] smpboot: Booting Node 0 Processor 5 APIC 0x3
[   63.978873] kvm: enabling virtualization on CPU5
[   63.981118] microcode: CPU5 sig=0x206a7, pf=0x10, revision=0x29
[   63.981128] Intel pstate controlling: cpu 5
[   63.981167] CPU5 is up
[   63.981230] smpboot: Booting Node 0 Processor 6 APIC 0x5
[   63.992384] kvm: enabling virtualization on CPU6
[   63.994661] microcode: CPU6 sig=0x206a7, pf=0x10, revision=0x29
[   63.994674] Intel pstate controlling: cpu 6
[   63.994712] CPU6 is up
[   63.994774] smpboot: Booting Node 0 Processor 7 APIC 0x7
[   64.005928] kvm: enabling virtualization on CPU7
[   64.008238] microcode: CPU7 sig=0x206a7, pf=0x10, revision=0x29
[   64.008248] Intel pstate controlling: cpu 7
[   64.008289] CPU7 is up
[   64.015639] ACPI: Waking up from system sleep state S3
[   64.193637] PM: noirq resume of devices complete after 131.447 msecs
[   64.193772] PM: early resume of devices complete after 0.092 msecs
[   64.193818] mei_me 0000:00:16.0: irq 41 for MSI/MSI-X
[   64.194072] pcieport 0000:00:1c.3: System wakeup disabled by ACPI
[   64.194198] iwlwifi 0000:02:00.0: RF_KILL bit toggled to enable radio.
[   64.194208] xhci_hcd 0000:04:00.0: // Setting command ring address to 0x350c0001
[   64.194227] usb usb3: root hub lost power or was reset
[   64.194229] usb usb4: root hub lost power or was reset
[   64.194230] xhci_hcd 0000:04:00.0: Stop HCD
[   64.194232] xhci_hcd 0000:04:00.0: // Halt the HC
[   64.194249] xhci_hcd 0000:04:00.0: // Reset the HC
[   64.194336] snd_hda_intel 0000:00:1b.0: irq 55 for MSI/MSI-X
[   64.195036] sdhci-pci 0000:05:00.1: Will use DMA mode even though HW doesn't fully claim to support it.
[   64.195056] sdhci-pci 0000:05:00.1: Will use DMA mode even though HW doesn't fully claim to support it.
[   64.195058] snd_hda_intel 0000:01:00.1: irq 56 for MSI/MSI-X
[   64.195493] usb usb1: usb resume
[   64.195497] ehci-pci 0000:00:1a.0: resume root hub
[   64.195522] usb usb2: usb resume
[   64.195525] ehci-pci 0000:00:1d.0: resume root hub
[   64.198548] xhci_hcd 0000:04:00.0: Wait for controller to be ready for doorbell rings
[   64.198632] xhci_hcd 0000:04:00.0: // Disabling event ring interrupts
[   64.198643] xhci_hcd 0000:04:00.0: cleaning up memory
[   64.198645] xhci_hcd 0000:04:00.0: Freed ERST
[   64.198646] xhci_hcd 0000:04:00.0: Freed event ring
[   64.198648] xhci_hcd 0000:04:00.0: Freed command ring
[   64.198650] xhci_hcd 0000:04:00.0: Freed segment pool
[   64.198652] xhci_hcd 0000:04:00.0: Freed device context pool
[   64.198653] xhci_hcd 0000:04:00.0: Freed small stream array pool
[   64.198654] xhci_hcd 0000:04:00.0: Freed medium stream array pool
[   64.198659] xhci_hcd 0000:04:00.0: xhci_stop completed - status = 1
[   64.198660] xhci_hcd 0000:04:00.0: Initialize the xhci_hcd
[   64.198661] xhci_hcd 0000:04:00.0: xhci_init
[   64.198662] xhci_hcd 0000:04:00.0: xHCI doesn't need link TRB QUIRK
[   64.198665] xhci_hcd 0000:04:00.0: Supported page size register = 0x1
[   64.198666] xhci_hcd 0000:04:00.0: Supported page size of 4K
[   64.198667] xhci_hcd 0000:04:00.0: HCD page size set to 4K
[   64.198670] xhci_hcd 0000:04:00.0: // xHC can handle at most 32 device slots.
[   64.198674] xhci_hcd 0000:04:00.0: // Setting Max device slots reg = 0x20.
[   64.198677] xhci_hcd 0000:04:00.0: // Device context base array address = 0x350bf000 (DMA), ffff8800350bf000 (virt)
[   64.198681] xhci_hcd 0000:04:00.0: Allocated command ring at ffff880274498e80
[   64.198682] xhci_hcd 0000:04:00.0: First segment DMA is 0x350c1000
[   64.198689] xhci_hcd 0000:04:00.0: // Setting command ring address to 0x20
[   64.198697] xhci_hcd 0000:04:00.0: // xHC command ring deq ptr low bits + flags = @00000000
[   64.198698] xhci_hcd 0000:04:00.0: // xHC command ring deq ptr high bits = @00000000
[   64.198706] xhci_hcd 0000:04:00.0: // Doorbell array is located at offset 0x1800 from cap regs base addr
[   64.198709] xhci_hcd 0000:04:00.0: // xHCI capability registers at ffffc90004e20000:
[   64.198713] xhci_hcd 0000:04:00.0: // @ffffc90004e20000 = 0x960020 (CAPLENGTH AND HCIVERSION)
[   64.198714] xhci_hcd 0000:04:00.0: //   CAPLENGTH: 0x20
[   64.198715] xhci_hcd 0000:04:00.0: // xHCI operational registers at ffffc90004e20020:
[   64.198720] xhci_hcd 0000:04:00.0: // @ffffc90004e20018 = 0x1000 RTSOFF
[   64.198722] xhci_hcd 0000:04:00.0: // xHCI runtime registers at ffffc90004e21000:
[   64.198726] xhci_hcd 0000:04:00.0: // @ffffc90004e20014 = 0x1800 DBOFF
[   64.198727] xhci_hcd 0000:04:00.0: // Doorbell array at ffffc90004e21800:
[   64.198729] xhci_hcd 0000:04:00.0: xHCI runtime registers at ffffc90004e21000:
[   64.198734] xhci_hcd 0000:04:00.0:   ffffc90004e21000: Microframe index = 0x0
[   64.198760] xhci_hcd 0000:04:00.0: // Allocating event ring
[   64.198765] xhci_hcd 0000:04:00.0: TRB math tests passed.
[   64.198767] xhci_hcd 0000:04:00.0: // Allocated event ring segment table at 0x350c2000
[   64.198769] xhci_hcd 0000:04:00.0: Set ERST to 0; private num segs = 1, virt addr = ffff8800350c2000, dma addr = 0x350c2000
[   64.198773] xhci_hcd 0000:04:00.0: // Write ERST size = 1 to ir_set 0 (some bits preserved)
[   64.198775] xhci_hcd 0000:04:00.0: // Set ERST entries to point to event ring.
[   64.198776] xhci_hcd 0000:04:00.0: // Set ERST base address for ir_set 0 = 0x350c2000
[   64.198790] xhci_hcd 0000:04:00.0: // Write event ring dequeue pointer, preserving EHB bit
[   64.198792] xhci_hcd 0000:04:00.0: Wrote ERST address to ir_set 0.
[   64.198797] xhci_hcd 0000:04:00.0: Allocating 0 scratchpad buffers
[   64.198827] xhci_hcd 0000:04:00.0: Ext Cap ffffc90004e20810, port offset = 1, count = 2, revision = 0x3
[   64.198839] xhci_hcd 0000:04:00.0: Ext Cap ffffc90004e20820, port offset = 3, count = 2, revision = 0x2
[   64.198841] xhci_hcd 0000:04:00.0: xHCI 0.96: support USB2 software lpm
[   64.198844] xhci_hcd 0000:04:00.0: Found 2 USB 2.0 ports and 2 USB 3.0 ports.
[   64.198845] xhci_hcd 0000:04:00.0: USB 2.0 port at index 2, addr = ffffc90004e20440
[   64.198848] xhci_hcd 0000:04:00.0: USB 2.0 port at index 3, addr = ffffc90004e20450
[   64.198850] xhci_hcd 0000:04:00.0: USB 3.0 port at index 0, addr = ffffc90004e20420
[   64.198852] xhci_hcd 0000:04:00.0: USB 3.0 port at index 1, addr = ffffc90004e20430
[   64.198857] xhci_hcd 0000:04:00.0: Finished xhci_init
[   64.198859] xhci_hcd 0000:04:00.0: Start the primary HCD
[   64.198860] xhci_hcd 0000:04:00.0: xhci_run
[   64.198910] xhci_hcd 0000:04:00.0: irq 43 for MSI/MSI-X
[   64.198915] xhci_hcd 0000:04:00.0: irq 44 for MSI/MSI-X
[   64.198921] xhci_hcd 0000:04:00.0: irq 45 for MSI/MSI-X
[   64.198927] xhci_hcd 0000:04:00.0: irq 46 for MSI/MSI-X
[   64.198933] xhci_hcd 0000:04:00.0: irq 47 for MSI/MSI-X
[   64.198938] xhci_hcd 0000:04:00.0: irq 48 for MSI/MSI-X
[   64.198944] xhci_hcd 0000:04:00.0: irq 49 for MSI/MSI-X
[   64.198950] xhci_hcd 0000:04:00.0: irq 50 for MSI/MSI-X
[   64.199073] xhci_hcd 0000:04:00.0: Command ring memory map follows:
[   64.199075] xhci_hcd 0000:04:00.0: @00000000350c1000 00000000 00000000 00000000 00000000
[   64.199077] xhci_hcd 0000:04:00.0: @00000000350c1010 00000000 00000000 00000000 00000000
[   64.199079] xhci_hcd 0000:04:00.0: @00000000350c1020 00000000 00000000 00000000 00000000
[   64.199081] xhci_hcd 0000:04:00.0: @00000000350c1030 00000000 00000000 00000000 00000000
[   64.199082] xhci_hcd 0000:04:00.0: @00000000350c1040 00000000 00000000 00000000 00000000
[   64.199084] xhci_hcd 0000:04:00.0: @00000000350c1050 00000000 00000000 00000000 00000000
[   64.199086] xhci_hcd 0000:04:00.0: @00000000350c1060 00000000 00000000 00000000 00000000
[   64.199088] xhci_hcd 0000:04:00.0: @00000000350c1070 00000000 00000000 00000000 00000000
[   64.199089] xhci_hcd 0000:04:00.0: @00000000350c1080 00000000 00000000 00000000 00000000
[   64.199091] xhci_hcd 0000:04:00.0: @00000000350c1090 00000000 00000000 00000000 00000000
[   64.199093] xhci_hcd 0000:04:00.0: @00000000350c10a0 00000000 00000000 00000000 00000000
[   64.199094] xhci_hcd 0000:04:00.0: @00000000350c10b0 00000000 00000000 00000000 00000000
[   64.199096] xhci_hcd 0000:04:00.0: @00000000350c10c0 00000000 00000000 00000000 00000000
[   64.199098] xhci_hcd 0000:04:00.0: @00000000350c10d0 00000000 00000000 00000000 00000000
[   64.199101] xhci_hcd 0000:04:00.0: @00000000350c10e0 00000000 00000000 00000000 00000000
[   64.199102] xhci_hcd 0000:04:00.0: @00000000350c10f0 00000000 00000000 00000000 00000000
[   64.199104] xhci_hcd 0000:04:00.0: @00000000350c1100 00000000 00000000 00000000 00000000
[   64.199107] xhci_hcd 0000:04:00.0: @00000000350c1110 00000000 00000000 00000000 00000000
[   64.199109] xhci_hcd 0000:04:00.0: @00000000350c1120 00000000 00000000 00000000 00000000
[   64.199111] xhci_hcd 0000:04:00.0: @00000000350c1130 00000000 00000000 00000000 00000000
[   64.199113] xhci_hcd 0000:04:00.0: @00000000350c1140 00000000 00000000 00000000 00000000
[   64.199114] xhci_hcd 0000:04:00.0: @00000000350c1150 00000000 00000000 00000000 00000000
[   64.199117] xhci_hcd 0000:04:00.0: @00000000350c1160 00000000 00000000 00000000 00000000
[   64.199119] xhci_hcd 0000:04:00.0: @00000000350c1170 00000000 00000000 00000000 00000000
[   64.199122] xhci_hcd 0000:04:00.0: @00000000350c1180 00000000 00000000 00000000 00000000
[   64.199123] xhci_hcd 0000:04:00.0: @00000000350c1190 00000000 00000000 00000000 00000000
[   64.199126] xhci_hcd 0000:04:00.0: @00000000350c11a0 00000000 00000000 00000000 00000000
[   64.199127] xhci_hcd 0000:04:00.0: @00000000350c11b0 00000000 00000000 00000000 00000000
[   64.199129] xhci_hcd 0000:04:00.0: @00000000350c11c0 00000000 00000000 00000000 00000000
[   64.199131] xhci_hcd 0000:04:00.0: @00000000350c11d0 00000000 00000000 00000000 00000000
[   64.199133] xhci_hcd 0000:04:00.0: @00000000350c11e0 00000000 00000000 00000000 00000000
[   64.199134] xhci_hcd 0000:04:00.0: @00000000350c11f0 00000000 00000000 00000000 00000000
[   64.199137] xhci_hcd 0000:04:00.0: @00000000350c1200 00000000 00000000 00000000 00000000
[   64.199138] xhci_hcd 0000:04:00.0: @00000000350c1210 00000000 00000000 00000000 00000000
[   64.199145] xhci_hcd 0000:04:00.0: @00000000350c1220 00000000 00000000 00000000 00000000
[   64.199151] xhci_hcd 0000:04:00.0: @00000000350c1230 00000000 00000000 00000000 00000000
[   64.199153] xhci_hcd 0000:04:00.0: @00000000350c1240 00000000 00000000 00000000 00000000
[   64.199155] xhci_hcd 0000:04:00.0: @00000000350c1250 00000000 00000000 00000000 00000000
[   64.199157] xhci_hcd 0000:04:00.0: @00000000350c1260 00000000 00000000 00000000 00000000
[   64.199159] xhci_hcd 0000:04:00.0: @00000000350c1270 00000000 00000000 00000000 00000000
[   64.199160] xhci_hcd 0000:04:00.0: @00000000350c1280 00000000 00000000 00000000 00000000
[   64.199162] xhci_hcd 0000:04:00.0: @00000000350c1290 00000000 00000000 00000000 00000000
[   64.199164] xhci_hcd 0000:04:00.0: @00000000350c12a0 00000000 00000000 00000000 00000000
[   64.199166] xhci_hcd 0000:04:00.0: @00000000350c12b0 00000000 00000000 00000000 00000000
[   64.199168] xhci_hcd 0000:04:00.0: @00000000350c12c0 00000000 00000000 00000000 00000000
[   64.199170] xhci_hcd 0000:04:00.0: @00000000350c12d0 00000000 00000000 00000000 00000000
[   64.199171] xhci_hcd 0000:04:00.0: @00000000350c12e0 00000000 00000000 00000000 00000000
[   64.199173] xhci_hcd 0000:04:00.0: @00000000350c12f0 00000000 00000000 00000000 00000000
[   64.199175] xhci_hcd 0000:04:00.0: @00000000350c1300 00000000 00000000 00000000 00000000
[   64.199177] xhci_hcd 0000:04:00.0: @00000000350c1310 00000000 00000000 00000000 00000000
[   64.199178] xhci_hcd 0000:04:00.0: @00000000350c1320 00000000 00000000 00000000 00000000
[   64.199180] xhci_hcd 0000:04:00.0: @00000000350c1330 00000000 00000000 00000000 00000000
[   64.199182] xhci_hcd 0000:04:00.0: @00000000350c1340 00000000 00000000 00000000 00000000
[   64.199184] xhci_hcd 0000:04:00.0: @00000000350c1350 00000000 00000000 00000000 00000000
[   64.199186] xhci_hcd 0000:04:00.0: @00000000350c1360 00000000 00000000 00000000 00000000
[   64.199187] xhci_hcd 0000:04:00.0: @00000000350c1370 00000000 00000000 00000000 00000000
[   64.199189] xhci_hcd 0000:04:00.0: @00000000350c1380 00000000 00000000 00000000 00000000
[   64.199191] xhci_hcd 0000:04:00.0: @00000000350c1390 00000000 00000000 00000000 00000000
[   64.199193] xhci_hcd 0000:04:00.0: @00000000350c13a0 00000000 00000000 00000000 00000000
[   64.199194] xhci_hcd 0000:04:00.0: @00000000350c13b0 00000000 00000000 00000000 00000000
[   64.199196] xhci_hcd 0000:04:00.0: @00000000350c13c0 00000000 00000000 00000000 00000000
[   64.199198] xhci_hcd 0000:04:00.0: @00000000350c13d0 00000000 00000000 00000000 00000000
[   64.199200] xhci_hcd 0000:04:00.0: @00000000350c13e0 00000000 00000000 00000000 00000000
[   64.199202] xhci_hcd 0000:04:00.0: @00000000350c13f0 350c1000 00000000 00000000 00001802
[   64.199203] xhci_hcd 0000:04:00.0:   Ring has not been updated
[   64.199205] xhci_hcd 0000:04:00.0: Ring deq = ffff8800350c1000 (virt), 0x350c1000 (dma)
[   64.199206] xhci_hcd 0000:04:00.0: Ring deq updated 0 times
[   64.199208] xhci_hcd 0000:04:00.0: Ring enq = ffff8800350c1000 (virt), 0x350c1000 (dma)
[   64.199209] xhci_hcd 0000:04:00.0: Ring enq updated 0 times
[   64.199215] xhci_hcd 0000:04:00.0: // xHC command ring deq ptr low bits + flags = @00000000
[   64.199216] xhci_hcd 0000:04:00.0: // xHC command ring deq ptr high bits = @00000000
[   64.199218] xhci_hcd 0000:04:00.0: ERST memory map follows:
[   64.199220] xhci_hcd 0000:04:00.0: @00000000350c2000 350c1400 00000000 00000040 00000000
[   64.199221] xhci_hcd 0000:04:00.0: Event ring:
[   64.199223] xhci_hcd 0000:04:00.0: @00000000350c1400 00000000 00000000 00000000 00000000
[   64.199224] xhci_hcd 0000:04:00.0: @00000000350c1410 00000000 00000000 00000000 00000000
[   64.199226] xhci_hcd 0000:04:00.0: @00000000350c1420 00000000 00000000 00000000 00000000
[   64.199228] xhci_hcd 0000:04:00.0: @00000000350c1430 00000000 00000000 00000000 00000000
[   64.199230] xhci_hcd 0000:04:00.0: @00000000350c1440 00000000 00000000 00000000 00000000
[   64.199231] xhci_hcd 0000:04:00.0: @00000000350c1450 00000000 00000000 00000000 00000000
[   64.199233] xhci_hcd 0000:04:00.0: @00000000350c1460 00000000 00000000 00000000 00000000
[   64.199235] xhci_hcd 0000:04:00.0: @00000000350c1470 00000000 00000000 00000000 00000000
[   64.199237] xhci_hcd 0000:04:00.0: @00000000350c1480 00000000 00000000 00000000 00000000
[   64.199238] xhci_hcd 0000:04:00.0: @00000000350c1490 00000000 00000000 00000000 00000000
[   64.199240] xhci_hcd 0000:04:00.0: @00000000350c14a0 00000000 00000000 00000000 00000000
[   64.199242] xhci_hcd 0000:04:00.0: @00000000350c14b0 00000000 00000000 00000000 00000000
[   64.199244] xhci_hcd 0000:04:00.0: @00000000350c14c0 00000000 00000000 00000000 00000000
[   64.199245] xhci_hcd 0000:04:00.0: @00000000350c14d0 00000000 00000000 00000000 00000000
[   64.199247] xhci_hcd 0000:04:00.0: @00000000350c14e0 00000000 00000000 00000000 00000000
[   64.199249] xhci_hcd 0000:04:00.0: @00000000350c14f0 00000000 00000000 00000000 00000000
[   64.199251] xhci_hcd 0000:04:00.0: @00000000350c1500 00000000 00000000 00000000 00000000
[   64.199253] xhci_hcd 0000:04:00.0: @00000000350c1510 00000000 00000000 00000000 00000000
[   64.199254] xhci_hcd 0000:04:00.0: @00000000350c1520 00000000 00000000 00000000 00000000
[   64.199256] xhci_hcd 0000:04:00.0: @00000000350c1530 00000000 00000000 00000000 00000000
[   64.199258] xhci_hcd 0000:04:00.0: @00000000350c1540 00000000 00000000 00000000 00000000
[   64.199260] xhci_hcd 0000:04:00.0: @00000000350c1550 00000000 00000000 00000000 00000000
[   64.199262] xhci_hcd 0000:04:00.0: @00000000350c1560 00000000 00000000 00000000 00000000
[   64.199263] xhci_hcd 0000:04:00.0: @00000000350c1570 00000000 00000000 00000000 00000000
[   64.199265] xhci_hcd 0000:04:00.0: @00000000350c1580 00000000 00000000 00000000 00000000
[   64.199267] xhci_hcd 0000:04:00.0: @00000000350c1590 00000000 00000000 00000000 00000000
[   64.199269] xhci_hcd 0000:04:00.0: @00000000350c15a0 00000000 00000000 00000000 00000000
[   64.199271] xhci_hcd 0000:04:00.0: @00000000350c15b0 00000000 00000000 00000000 00000000
[   64.199272] xhci_hcd 0000:04:00.0: @00000000350c15c0 00000000 00000000 00000000 00000000
[   64.199274] xhci_hcd 0000:04:00.0: @00000000350c15d0 00000000 00000000 00000000 00000000
[   64.199276] xhci_hcd 0000:04:00.0: @00000000350c15e0 00000000 00000000 00000000 00000000
[   64.199277] xhci_hcd 0000:04:00.0: @00000000350c15f0 00000000 00000000 00000000 00000000
[   64.199278] xhci_hcd 0000:04:00.0: @00000000350c1600 00000000 00000000 00000000 00000000
[   64.199279] xhci_hcd 0000:04:00.0: @00000000350c1610 00000000 00000000 00000000 00000000
[   64.199281] xhci_hcd 0000:04:00.0: @00000000350c1620 00000000 00000000 00000000 00000000
[   64.199282] xhci_hcd 0000:04:00.0: @00000000350c1630 00000000 00000000 00000000 00000000
[   64.199284] xhci_hcd 0000:04:00.0: @00000000350c1640 00000000 00000000 00000000 00000000
[   64.199286] xhci_hcd 0000:04:00.0: @00000000350c1650 00000000 00000000 00000000 00000000
[   64.199288] xhci_hcd 0000:04:00.0: @00000000350c1660 00000000 00000000 00000000 00000000
[   64.199290] xhci_hcd 0000:04:00.0: @00000000350c1670 00000000 00000000 00000000 00000000
[   64.199291] xhci_hcd 0000:04:00.0: @00000000350c1680 00000000 00000000 00000000 00000000
[   64.199293] xhci_hcd 0000:04:00.0: @00000000350c1690 00000000 00000000 00000000 00000000
[   64.199295] xhci_hcd 0000:04:00.0: @00000000350c16a0 00000000 00000000 00000000 00000000
[   64.199297] xhci_hcd 0000:04:00.0: @00000000350c16b0 00000000 00000000 00000000 00000000
[   64.199298] xhci_hcd 0000:04:00.0: @00000000350c16c0 00000000 00000000 00000000 00000000
[   64.199300] xhci_hcd 0000:04:00.0: @00000000350c16d0 00000000 00000000 00000000 00000000
[   64.199302] xhci_hcd 0000:04:00.0: @00000000350c16e0 00000000 00000000 00000000 00000000
[   64.199304] xhci_hcd 0000:04:00.0: @00000000350c16f0 00000000 00000000 00000000 00000000
[   64.199306] xhci_hcd 0000:04:00.0: @00000000350c1700 00000000 00000000 00000000 00000000
[   64.199307] xhci_hcd 0000:04:00.0: @00000000350c1710 00000000 00000000 00000000 00000000
[   64.199309] xhci_hcd 0000:04:00.0: @00000000350c1720 00000000 00000000 00000000 00000000
[   64.199311] xhci_hcd 0000:04:00.0: @00000000350c1730 00000000 00000000 00000000 00000000
[   64.199313] xhci_hcd 0000:04:00.0: @00000000350c1740 00000000 00000000 00000000 00000000
[   64.199315] xhci_hcd 0000:04:00.0: @00000000350c1750 00000000 00000000 00000000 00000000
[   64.199317] xhci_hcd 0000:04:00.0: @00000000350c1760 00000000 00000000 00000000 00000000
[   64.199318] xhci_hcd 0000:04:00.0: @00000000350c1770 00000000 00000000 00000000 00000000
[   64.199320] xhci_hcd 0000:04:00.0: @00000000350c1780 00000000 00000000 00000000 00000000
[   64.199322] xhci_hcd 0000:04:00.0: @00000000350c1790 00000000 00000000 00000000 00000000
[   64.199324] xhci_hcd 0000:04:00.0: @00000000350c17a0 00000000 00000000 00000000 00000000
[   64.199325] xhci_hcd 0000:04:00.0: @00000000350c17b0 00000000 00000000 00000000 00000000
[   64.199327] xhci_hcd 0000:04:00.0: @00000000350c17c0 00000000 00000000 00000000 00000000
[   64.199329] xhci_hcd 0000:04:00.0: @00000000350c17d0 00000000 00000000 00000000 00000000
[   64.199331] xhci_hcd 0000:04:00.0: @00000000350c17e0 00000000 00000000 00000000 00000000
[   64.199332] xhci_hcd 0000:04:00.0: @00000000350c17f0 00000000 00000000 00000000 00000000
[   64.199334] xhci_hcd 0000:04:00.0:   Ring has not been updated
[   64.199335] xhci_hcd 0000:04:00.0: Ring deq = ffff8800350c1400 (virt), 0x350c1400 (dma)
[   64.199337] xhci_hcd 0000:04:00.0: Ring deq updated 0 times
[   64.199338] xhci_hcd 0000:04:00.0: Ring enq = ffff8800350c1400 (virt), 0x350c1400 (dma)
[   64.199339] xhci_hcd 0000:04:00.0: Ring enq updated 0 times
[   64.199347] xhci_hcd 0000:04:00.0: ERST deq = 64'h350c1400
[   64.199348] xhci_hcd 0000:04:00.0: // Set the interrupt modulation register
[   64.199358] xhci_hcd 0000:04:00.0: // Enable interrupts, cmd = 0x4.
[   64.199364] xhci_hcd 0000:04:00.0: // Enabling event ring interrupter ffffc90004e21020 by writing 0x2 to irq_pending
[   64.199368] xhci_hcd 0000:04:00.0:   ffffc90004e21020: ir_set[0]
[   64.199370] xhci_hcd 0000:04:00.0:   ffffc90004e21020: ir_set.pending = 0x2
[   64.199375] xhci_hcd 0000:04:00.0:   ffffc90004e21024: ir_set.control = 0xa0
[   64.199381] xhci_hcd 0000:04:00.0:   ffffc90004e21028: ir_set.erst_size = 0x1
[   64.199394] xhci_hcd 0000:04:00.0:   ffffc90004e21030: ir_set.erst_base = @350c2000
[   64.199405] xhci_hcd 0000:04:00.0:   ffffc90004e21038: ir_set.erst_dequeue = @350c1400
[   64.199405] xhci_hcd 0000:04:00.0: Finished xhci_run for USB2 roothub
[   64.199407] xhci_hcd 0000:04:00.0: Start the secondary HCD
[   64.199412] xhci_hcd 0000:04:00.0: // Turn on HC, cmd = 0x5.
[   64.199421] xhci_hcd 0000:04:00.0: Finished xhci_run for USB3 roothub
[   64.199430] xhci_hcd 0000:04:00.0: xhci_resume: starting port polling.
[   64.199440] xhci_hcd 0000:04:00.0: xhci_hub_status_data: stopping port polling.
[   64.199452] usb usb3: usb resume
[   64.199479] hub 3-0:1.0: hub_reset_resume
[   64.199481] hub 3-0:1.0: trying to enable port power on non-switchable hub
[   64.199493] xhci_hcd 0000:04:00.0: set port power, actual port 0 status  = 0x2a0
[   64.199502] usb usb4: usb resume
[   64.199527] hub 4-0:1.0: hub_reset_resume
[   64.199528] hub 4-0:1.0: trying to enable port power on non-switchable hub
[   64.199536] xhci_hcd 0000:04:00.0: set port power, actual port 0 status  = 0x2a0
[   64.199555] xhci_hcd 0000:04:00.0: set port power, actual port 1 status  = 0x2a0
[   64.199570] xhci_hcd 0000:04:00.0: set port power, actual port 1 status  = 0x2a0
[   64.199724] [drm] enabling PCIE gen 2 link speeds, disable with radeon.pcie_gen2=0
[   64.203488] [drm] PCIE GART of 1024M enabled (table at 0x0000000000273000).
[   64.203573] radeon 0000:01:00.0: WB enabled
[   64.203575] radeon 0000:01:00.0: fence driver on ring 0 use gpu addr 0x0000000080000c00 and cpu addr 0xffff88026dbc0c00
[   64.203576] radeon 0000:01:00.0: fence driver on ring 3 use gpu addr 0x0000000080000c0c and cpu addr 0xffff88026dbc0c0c
[   64.203973] radeon 0000:01:00.0: fence driver on ring 5 use gpu addr 0x0000000000072118 and cpu addr 0xffffc90004f32118
[   64.220259] [drm] ring test on 0 succeeded in 1 usecs
[   64.220315] [drm] ring test on 3 succeeded in 1 usecs
[   64.227432] hub 1-0:1.0: hub_resume
[   64.227441] hub 2-0:1.0: hub_resume
[   64.227452] hub 1-0:1.0: port 1: status 0503 change 0000
[   64.227456] hub 2-0:1.0: port 1: status 0503 change 0000
[   64.227483] usb 1-1: finish resume
[   64.227500] usb 2-1: finish resume
[   64.227633] hub 1-1:1.0: hub_resume
[   64.227663] hub 2-1:1.0: hub_resume
[   64.228001] hub 2-1:1.0: port 3: status 0101 change 0001
[   64.228127] hub 1-1:1.0: port 4: status 0101 change 0001
[   64.300327] xhci_hcd 0000:04:00.0: get port status, actual port 0 status  = 0x2a0
[   64.300328] xhci_hcd 0000:04:00.0: Get port status returned 0x2a0
[   64.300336] xhci_hcd 0000:04:00.0: get port status, actual port 0 status  = 0x2a0
[   64.300337] xhci_hcd 0000:04:00.0: Get port status returned 0x100
[   64.300347] xhci_hcd 0000:04:00.0: get port status, actual port 1 status  = 0x2a0
[   64.300348] xhci_hcd 0000:04:00.0: Get port status returned 0x2a0
[   64.300353] xhci_hcd 0000:04:00.0: get port status, actual port 1 status  = 0x2a0
[   64.300354] xhci_hcd 0000:04:00.0: Get port status returned 0x100
[   64.329292] ehci-pci 0000:00:1a.0: reused qh ffff88026df0b800 schedule
[   64.329294] ehci-pci 0000:00:1d.0: reused qh ffff88026d0af740 schedule
[   64.329296] usb 1-1: link qh256-0001/ffff88026df0b800 start 1 [1/0 us]
[   64.329298] usb 2-1: link qh256-0001/ffff88026d0af740 start 1 [1/0 us]
[   64.329426] usb 1-1.4: finish reset-resume
[   64.329434] usb 2-1.3: finish reset-resume
[   64.340411] hub 1-1:1.0: port 4 not reset yet, waiting 10ms
[   64.402345] usb 1-1.4: reset high-speed USB device number 3 using ehci-pci
[   64.415329] hub 1-1:1.0: port 4 not reset yet, waiting 10ms
[   64.417445] [drm] ring test on 5 succeeded in 1 usecs
[   64.417447] [drm] UVD initialized successfully.
[   64.417448] [drm] Enabling audio 0 support
[   64.417492] [drm] ib test on ring 0 succeeded in 0 usecs
[   64.417520] ALSA sound/pci/hda/hda_eld.c:684 HDMI ATI/AMD: no speaker allocation for ELD
[   64.417548] [drm] ib test on ring 3 succeeded in 1 usecs
[   64.513067] ata5: SATA link down (SStatus 0 SControl 300)
[   64.515065] ata3: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[   64.515087] ata2: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[   64.518845] ata2.00: configured for UDMA/133
[   64.518998] sd 1:0:0:0: [sdb] Starting disk
[   64.520891] ata3.00: configured for UDMA/100
[   64.558178] usb 2-1.3: reset full-speed USB device number 3 using ehci-pci
[   64.589217] [drm] ib test on ring 5 succeeded
[   64.635683] usb 2-1.3: ep 81: release intr @ 0+8 (0.0+1) [1/3 us] mask 1c01
[   64.636312] btusb 2-1.3:1.0: no reset_resume for driver btusb?
[   64.636316] btusb 2-1.3:1.1: no reset_resume for driver btusb?
[   64.636320] btusb 2-1.3:1.0: forced unbind
[   64.717857] ALSA sound/pci/hda/hda_eld.c:684 HDMI ATI/AMD: no speaker allocation for ELD
[   65.018494] ALSA sound/pci/hda/hda_eld.c:684 HDMI ATI/AMD: no speaker allocation for ELD
[   65.319289] ALSA sound/pci/hda/hda_eld.c:684 HDMI ATI/AMD: no speaker allocation for ELD
[   65.619791] ALSA sound/pci/hda/hda_eld.c:684 HDMI ATI/AMD: no speaker allocation for ELD
[   65.920426] ALSA sound/pci/hda/hda_eld.c:684 HDMI ATI/AMD: no speaker allocation for ELD
[   66.221066] ALSA sound/pci/hda/hda_eld.c:684 HDMI ATI/AMD: no speaker allocation for ELD
[   66.399827] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[   66.402243] ata1.00: configured for UDMA/133
[   66.402296] sd 0:0:0:0: [sda] Starting disk
[   66.521688] ALSA sound/pci/hda/hda_eld.c:684 HDMI ATI/AMD: no speaker allocation for ELD
[   66.822494] ALSA sound/pci/hda/hda_eld.c:684 HDMI ATI/AMD: no speaker allocation for ELD
[   68.340812] PM: resume of devices complete after 4151.987 msecs
[   68.340849] btusb 2-1.3:1.0: usb_probe_interface
[   68.340852] btusb 2-1.3:1.0: usb_probe_interface - got id
[   68.341400] usb 2-1.3: ep 81: reserve intr @ 0+8 (0.0+1) [1/3 us] mask 1c01
[   68.341403] usb 2-1.3: link qh1-1c01/ffff880270887440 start 0 [1/3 us]
[   68.341904] PM: Finishing wakeup.
[   68.342021] hub 4-0:1.0: state 7 ports 2 chg 0000 evt 0000
[   68.342030] hub 3-0:1.0: state 7 ports 2 chg 0000 evt 0000
[   68.342034] hub 1-0:1.0: state 7 ports 2 chg 0000 evt 0000
[   68.342037] iwlwifi 0000:02:00.0: no hotplug settings from platform
[   68.342060] hub 1-1:1.0: state 7 ports 6 chg 0010 evt 0010
[   68.343839] xhci_hcd 0000:04:00.0: set port remote wake mask, actual port 0 status  = 0xe0002a0
[   68.343890] xhci_hcd 0000:04:00.0: set port remote wake mask, actual port 1 status  = 0xe0002a0
[   68.343905] hub 3-0:1.0: hub_suspend
[   68.343930] usb usb3: bus auto-suspend, wakeup 1
[   68.343944] xhci_hcd 0000:04:00.0: xhci_hub_status_data: stopping port polling.
[   68.341906] Restarting tasks ... done.
[   68.343952] hub 4-0:1.0: hub_suspend
[   68.343960] usb 1-1.4: usb auto-suspend, wakeup 0
[   68.343964] usb usb4: bus auto-suspend, wakeup 1
[   68.343965] video LNXVIDEO:00: Restoring backlight state
[   68.343974] xhci_hcd 0000:04:00.0: xhci_hub_status_data: stopping port polling.
[   68.344046] hub 1-1:1.0: port 4, status 0503, change 0000, 480 Mb/s
[   68.344052] hub 2-0:1.0: state 7 ports 2 chg 0000 evt 0000
[   68.344057] hub 2-1:1.0: state 7 ports 6 chg 0008 evt 0000
[   68.344204] hub 2-1:1.0: port 3, status 0103, change 0000, 12 Mb/s
[   68.354483] hub 1-1:1.0: hub_suspend
[   68.354490] usb 1-1: unlink qh256-0001/ffff88026df0b800 start 1 [1/0 us]
[   68.357007] usb 1-1: usb auto-suspend, wakeup 1
[   68.367465] hub 1-0:1.0: hub_suspend
[   68.367479] usb usb1: bus auto-suspend, wakeup 1
[   68.367481] ehci-pci 0000:00:1a.0: suspend root hub
[   68.451157] iwlwifi 0000:02:00.0: L1 Enabled; Disabling L0S
[   68.457846] iwlwifi 0000:02:00.0: Radio type=0x1-0x2-0x0
[   68.539043] IPv6: ADDRCONF(NETDEV_UP): wlp2s0: link is not ready
[   68.639214] r8169 0000:03:00.0 enp3s0: link down
[   68.639262] IPv6: ADDRCONF(NETDEV_UP): enp3s0: link is not ready
[   75.283116] wlp2s0: authenticate with 00:23:69:c2:65:06
[   75.287235] wlp2s0: send auth to 00:23:69:c2:65:06 (try 1/3)
[   75.289450] wlp2s0: authenticated
[   75.290197] wlp2s0: associate with 00:23:69:c2:65:06 (try 1/3)
[   75.293595] wlp2s0: RX AssocResp from 00:23:69:c2:65:06 (capab=0x411 status=0 aid=4)
[   75.313418] wlp2s0: associated
[   75.313448] IPv6: ADDRCONF(NETDEV_CHANGE): wlp2s0: link becomes ready
[   75.313513] cfg80211: Calling CRDA for country: PL
[   75.315350] cfg80211: Regulatory domain changed to country: PL
[   75.315353] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[   75.315354] cfg80211:   (2402000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm)
[   75.315356] cfg80211:   (5170000 KHz - 5250000 KHz @ 40000 KHz), (N/A, 2000 mBm)
[   75.315357] cfg80211:   (5250000 KHz - 5330000 KHz @ 40000 KHz), (N/A, 2000 mBm)
[   75.315358] cfg80211:   (5490000 KHz - 5710000 KHz @ 40000 KHz), (N/A, 2700 mBm)
[   75.315359] cfg80211:   (57240000 KHz - 65880000 KHz @ 2160000 KHz), (N/A, 4000 mBm)
[   76.641225] wlp2s0: deauthenticating from 00:23:69:c2:65:06 by local choice (reason=3)
[   76.683002] cfg80211: Calling CRDA to update world regulatory domain
[   76.685003] cfg80211: World regulatory domain updated:
[   76.685007] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[   76.685010] cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[   76.685012] cfg80211:   (2457000 KHz - 2482000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[   76.685014] cfg80211:   (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[   76.685016] cfg80211:   (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[   76.685018] cfg80211:   (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[   77.329956] PM: Syncing filesystems ... done.
[   77.484613] PM: Preparing system for mem sleep
[   77.540406] Freezing user space processes ... (elapsed 0.001 seconds) done.
[   77.541813] Freezing remaining freezable tasks ... (elapsed 0.000 seconds) done.
[   77.542675] PM: Entering mem sleep
[   77.542718] Suspending console(s) (use no_console_suspend to debug)
[   77.542939] usb 2-1.3: unlink qh1-1c01/ffff880270887440 start 0 [1/3 us]
[   77.542941] usb usb4: usb auto-resume
[   77.542954] hub 4-0:1.0: hub_resume
[   77.542956] usb usb3: usb auto-resume
[   77.542969] hub 3-0:1.0: hub_resume
[   77.542971] xhci_hcd 0000:04:00.0: get port status, actual port 0 status  = 0x2a0
[   77.542973] xhci_hcd 0000:04:00.0: Get port status returned 0x2a0
[   77.542979] xhci_hcd 0000:04:00.0: get port status, actual port 0 status  = 0x2a0
[   77.542981] xhci_hcd 0000:04:00.0: Get port status returned 0x100
[   77.542984] xhci_hcd 0000:04:00.0: get port status, actual port 1 status  = 0x2a0
[   77.542985] xhci_hcd 0000:04:00.0: Get port status returned 0x2a0
[   77.542991] hub 4-0:1.0: hub_suspend
[   77.542997] usb usb4: bus suspend, wakeup 0
[   77.543009] xhci_hcd 0000:04:00.0: get port status, actual port 1 status  = 0x2a0
[   77.543010] xhci_hcd 0000:04:00.0: Get port status returned 0x100
[   77.543013] sd 1:0:0:0: [sdb] Synchronizing SCSI cache
[   77.543016] usb usb1: usb auto-resume
[   77.543019] ehci-pci 0000:00:1a.0: resume root hub
[   77.543030] hub 1-0:1.0: hub_resume
[   77.543031] sd 0:0:0:0: [sda] Synchronizing SCSI cache
[   77.543039] hub 1-0:1.0: port 1: status 0507 change 0000
[   77.543057] usb 1-1: usb auto-resume
[   77.543060] hub 3-0:1.0: hub_suspend
[   77.543066] usb usb3: bus suspend, wakeup 0
[   77.545069] usb 2-1: clear tt buffer port 3, a3 ep2 t04048d82
[   77.545137] usb 2-1.3: usb suspend, wakeup 0
[   77.545167] hub 2-1:1.0: hub_suspend
[   77.545182] usb 2-1: unlink qh256-0001/ffff88026d0af740 start 1 [1/0 us]
[   77.545590] sd 1:0:0:0: [sdb] Stopping disk
[   77.547356] usb 2-1: usb suspend, wakeup 0
[   77.551117] sd 0:0:0:0: [sda] Stopping disk
[   77.554290] hub 2-0:1.0: hub_suspend
[   77.554295] usb usb2: bus suspend, wakeup 0
[   77.554296] ehci-pci 0000:00:1d.0: suspend root hub
[   77.554580] xhci_hcd 0000:04:00.0: xhci_suspend: stopping port polling.
[   77.554601] xhci_hcd 0000:04:00.0: // Setting command ring address to 0x350c1001
[   77.568496] ehci-pci 0000:00:1a.0: GetStatus port:1 status 001005 0  ACK POWER sig=se0 PE CONNECT
[   77.579477] usb 1-1: finish resume
[   77.579740] hub 1-1:1.0: hub_resume
[   77.580309] hub 1-1:1.0: port 4: status 0507 change 0000
[   77.580657] ehci-pci 0000:00:1a.0: reused qh ffff88026df0b800 schedule
[   77.580666] usb 1-1: link qh256-0001/ffff88026df0b800 start 1 [1/0 us]
[   77.580679] hub 1-1:1.0: hub_suspend
[   77.580690] usb 1-1: unlink qh256-0001/ffff88026df0b800 start 1 [1/0 us]
[   77.582454] usb 1-1: usb suspend, wakeup 0
[   77.582464] hub 1-0:1.0: hub_suspend
[   77.582472] usb usb1: bus suspend, wakeup 0
[   77.582474] ehci-pci 0000:00:1a.0: suspend root hub
[   77.589037] [drm] Disabling audio 0 support
[   78.066061] PM: suspend of devices complete after 523.859 msecs
[   78.066195] PM: late suspend of devices complete after 0.132 msecs
[   78.066375] xhci_hcd 0000:04:00.0: wakeup: 1
[   78.076919] xhci_hcd 0000:04:00.0: --> PCI D3hot
[   78.077040] pcieport 0000:00:1c.3: System wakeup enabled by ACPI
[   78.099015] ehci-pci 0000:00:1d.0: wakeup: 1
[   78.109832] ehci-pci 0000:00:1d.0: --> PCI D3hot
[   78.110131] ehci-pci 0000:00:1a.0: wakeup: 1
[   78.120819] ehci-pci 0000:00:1a.0: --> PCI D3hot
[   78.131939] PM: noirq suspend of devices complete after 65.819 msecs
[   78.132829] ACPI: Preparing to enter system sleep state S3
[   78.135523] PM: Saving platform NVS memory
[   78.135945] Disabling non-boot CPUs ...
[   78.137333] kvm: disabling virtualization on CPU1
[   78.137352] smpboot: CPU 1 is now offline
[   78.138988] kvm: disabling virtualization on CPU2
[   78.139245] smpboot: CPU 2 is now offline
[   78.140848] kvm: disabling virtualization on CPU3
[   78.140855] smpboot: CPU 3 is now offline
[   78.142367] kvm: disabling virtualization on CPU4
[   78.142377] smpboot: CPU 4 is now offline
[   78.143976] kvm: disabling virtualization on CPU5
[   78.143984] smpboot: CPU 5 is now offline
[   78.145473] kvm: disabling virtualization on CPU6
[   78.145482] smpboot: CPU 6 is now offline
[   78.147050] kvm: disabling virtualization on CPU7
[   78.147054] smpboot: CPU 7 is now offline
[   78.148437] ACPI: Low-level resume complete
[   78.148485] PM: Restoring platform NVS memory
[   78.148855] microcode: CPU0 sig=0x206a7, pf=0x10, revision=0x29
[   78.148941] Enabling non-boot CPUs ...
[   78.149023] x86: Booting SMP configuration:
[   78.149024] smpboot: Booting Node 0 Processor 1 APIC 0x2
[   78.160077] CPU1 microcode updated early to revision 0x29, date = 2013-06-12
[   78.160183] kvm: enabling virtualization on CPU1
[   78.162455] microcode: CPU1 sig=0x206a7, pf=0x10, revision=0x29
[   78.162466] Intel pstate controlling: cpu 1
[   78.162510] CPU1 is up
[   78.162570] smpboot: Booting Node 0 Processor 2 APIC 0x4
[   78.173326] CPU2 microcode updated early to revision 0x29, date = 2013-06-12
[   78.173728] kvm: enabling virtualization on CPU2
[   78.175950] microcode: CPU2 sig=0x206a7, pf=0x10, revision=0x29
[   78.175960] Intel pstate controlling: cpu 2
[   78.175999] CPU2 is up
[   78.176063] smpboot: Booting Node 0 Processor 3 APIC 0x6
[   78.186820] CPU3 microcode updated early to revision 0x29, date = 2013-06-12
[   78.187222] kvm: enabling virtualization on CPU3
[   78.189452] microcode: CPU3 sig=0x206a7, pf=0x10, revision=0x29
[   78.189462] Intel pstate controlling: cpu 3
[   78.189500] CPU3 is up
[   78.189565] smpboot: Booting Node 0 Processor 4 APIC 0x1
[   78.200420] CPU4 microcode updated early to revision 0x29, date = 2013-06-12
[   78.201001] kvm: enabling virtualization on CPU4
[   78.203263] microcode: CPU4 sig=0x206a7, pf=0x10, revision=0x29
[   78.203275] Intel pstate controlling: cpu 4
[   78.203319] CPU4 is up
[   78.203384] smpboot: Booting Node 0 Processor 5 APIC 0x3
[   78.214540] kvm: enabling virtualization on CPU5
[   78.216795] microcode: CPU5 sig=0x206a7, pf=0x10, revision=0x29
[   78.216805] Intel pstate controlling: cpu 5
[   78.216844] CPU5 is up
[   78.216905] smpboot: Booting Node 0 Processor 6 APIC 0x5
[   78.228059] kvm: enabling virtualization on CPU6
[   78.230348] microcode: CPU6 sig=0x206a7, pf=0x10, revision=0x29
[   78.230358] Intel pstate controlling: cpu 6
[   78.230397] CPU6 is up
[   78.230462] smpboot: Booting Node 0 Processor 7 APIC 0x7
[   78.241616] kvm: enabling virtualization on CPU7
[   78.243925] microcode: CPU7 sig=0x206a7, pf=0x10, revision=0x29
[   78.243935] Intel pstate controlling: cpu 7
[   78.243972] CPU7 is up
[   78.251365] ACPI: Waking up from system sleep state S3
[   78.429184] PM: noirq resume of devices complete after 132.068 msecs
[   78.429321] PM: early resume of devices complete after 0.094 msecs
[   78.429365] mei_me 0000:00:16.0: irq 41 for MSI/MSI-X
[   78.429656] pcieport 0000:00:1c.3: System wakeup disabled by ACPI
[   78.429708] iwlwifi 0000:02:00.0: RF_KILL bit toggled to enable radio.
[   78.429820] snd_hda_intel 0000:00:1b.0: irq 55 for MSI/MSI-X
[   78.429974] xhci_hcd 0000:04:00.0: // Setting command ring address to 0x350c1001
[   78.429986] usb usb3: root hub lost power or was reset
[   78.429988] usb usb4: root hub lost power or was reset
[   78.429990] xhci_hcd 0000:04:00.0: Stop HCD
[   78.429991] xhci_hcd 0000:04:00.0: // Halt the HC
[   78.430003] xhci_hcd 0000:04:00.0: // Reset the HC
[   78.430012] usb usb1: usb resume
[   78.430015] ehci-pci 0000:00:1a.0: resume root hub
[   78.430038] usb usb2: usb resume
[   78.430040] ehci-pci 0000:00:1d.0: resume root hub
[   78.430159] snd_hda_intel 0000:01:00.1: irq 56 for MSI/MSI-X
[   78.430252] sdhci-pci 0000:05:00.1: Will use DMA mode even though HW doesn't fully claim to support it.
[   78.430265] sdhci-pci 0000:05:00.1: Will use DMA mode even though HW doesn't fully claim to support it.
[   78.434303] xhci_hcd 0000:04:00.0: Wait for controller to be ready for doorbell rings
[   78.434789] xhci_hcd 0000:04:00.0: // Disabling event ring interrupts
[   78.434799] xhci_hcd 0000:04:00.0: cleaning up memory
[   78.434802] xhci_hcd 0000:04:00.0: Freed ERST
[   78.434804] xhci_hcd 0000:04:00.0: Freed event ring
[   78.434806] xhci_hcd 0000:04:00.0: Freed command ring
[   78.434810] xhci_hcd 0000:04:00.0: Freed segment pool
[   78.434811] xhci_hcd 0000:04:00.0: Freed device context pool
[   78.434813] xhci_hcd 0000:04:00.0: Freed small stream array pool
[   78.434815] xhci_hcd 0000:04:00.0: Freed medium stream array pool
[   78.434820] xhci_hcd 0000:04:00.0: xhci_stop completed - status = 1
[   78.434821] xhci_hcd 0000:04:00.0: Initialize the xhci_hcd
[   78.434823] xhci_hcd 0000:04:00.0: xhci_init
[   78.434824] xhci_hcd 0000:04:00.0: xHCI doesn't need link TRB QUIRK
[   78.434828] xhci_hcd 0000:04:00.0: Supported page size register = 0x1
[   78.434829] xhci_hcd 0000:04:00.0: Supported page size of 4K
[   78.434831] xhci_hcd 0000:04:00.0: HCD page size set to 4K
[   78.434835] xhci_hcd 0000:04:00.0: // xHC can handle at most 32 device slots.
[   78.434839] xhci_hcd 0000:04:00.0: // Setting Max device slots reg = 0x20.
[   78.434842] xhci_hcd 0000:04:00.0: // Device context base array address = 0x350bf000 (DMA), ffff8800350bf000 (virt)
[   78.434847] xhci_hcd 0000:04:00.0: Allocated command ring at ffff880274498e80
[   78.434849] xhci_hcd 0000:04:00.0: First segment DMA is 0x350c0000
[   78.434856] xhci_hcd 0000:04:00.0: // Setting command ring address to 0x20
[   78.434864] xhci_hcd 0000:04:00.0: // xHC command ring deq ptr low bits + flags = @00000000
[   78.434866] xhci_hcd 0000:04:00.0: // xHC command ring deq ptr high bits = @00000000
[   78.434872] xhci_hcd 0000:04:00.0: // Doorbell array is located at offset 0x1800 from cap regs base addr
[   78.434873] xhci_hcd 0000:04:00.0: // xHCI capability registers at ffffc90004e20000:
[   78.434877] xhci_hcd 0000:04:00.0: // @ffffc90004e20000 = 0x960020 (CAPLENGTH AND HCIVERSION)
[   78.434879] xhci_hcd 0000:04:00.0: //   CAPLENGTH: 0x20
[   78.434880] xhci_hcd 0000:04:00.0: // xHCI operational registers at ffffc90004e20020:
[   78.434883] xhci_hcd 0000:04:00.0: // @ffffc90004e20018 = 0x1000 RTSOFF
[   78.434885] xhci_hcd 0000:04:00.0: // xHCI runtime registers at ffffc90004e21000:
[   78.434890] xhci_hcd 0000:04:00.0: // @ffffc90004e20014 = 0x1800 DBOFF
[   78.434891] xhci_hcd 0000:04:00.0: // Doorbell array at ffffc90004e21800:
[   78.434893] xhci_hcd 0000:04:00.0: xHCI runtime registers at ffffc90004e21000:
[   78.434897] xhci_hcd 0000:04:00.0:   ffffc90004e21000: Microframe index = 0x0
[   78.434920] xhci_hcd 0000:04:00.0: // Allocating event ring
[   78.434923] xhci_hcd 0000:04:00.0: TRB math tests passed.
[   78.434925] xhci_hcd 0000:04:00.0: // Allocated event ring segment table at 0x350c2000
[   78.434927] xhci_hcd 0000:04:00.0: Set ERST to 0; private num segs = 1, virt addr = ffff8800350c2000, dma addr = 0x350c2000
[   78.434932] xhci_hcd 0000:04:00.0: // Write ERST size = 1 to ir_set 0 (some bits preserved)
[   78.434933] xhci_hcd 0000:04:00.0: // Set ERST entries to point to event ring.
[   78.434935] xhci_hcd 0000:04:00.0: // Set ERST base address for ir_set 0 = 0x350c2000
[   78.434947] xhci_hcd 0000:04:00.0: // Write event ring dequeue pointer, preserving EHB bit
[   78.434949] xhci_hcd 0000:04:00.0: Wrote ERST address to ir_set 0.
[   78.434954] xhci_hcd 0000:04:00.0: Allocating 0 scratchpad buffers
[   78.434979] xhci_hcd 0000:04:00.0: Ext Cap ffffc90004e20810, port offset = 1, count = 2, revision = 0x3
[   78.434986] xhci_hcd 0000:04:00.0: Ext Cap ffffc90004e20820, port offset = 3, count = 2, revision = 0x2
[   78.434988] xhci_hcd 0000:04:00.0: xHCI 0.96: support USB2 software lpm
[   78.434989] xhci_hcd 0000:04:00.0: Found 2 USB 2.0 ports and 2 USB 3.0 ports.
[   78.434991] xhci_hcd 0000:04:00.0: USB 2.0 port at index 2, addr = ffffc90004e20440
[   78.434993] xhci_hcd 0000:04:00.0: USB 2.0 port at index 3, addr = ffffc90004e20450
[   78.434994] xhci_hcd 0000:04:00.0: USB 3.0 port at index 0, addr = ffffc90004e20420
[   78.434996] xhci_hcd 0000:04:00.0: USB 3.0 port at index 1, addr = ffffc90004e20430
[   78.435000] xhci_hcd 0000:04:00.0: Finished xhci_init
[   78.435002] xhci_hcd 0000:04:00.0: Start the primary HCD
[   78.435003] xhci_hcd 0000:04:00.0: xhci_run
[   78.435036] xhci_hcd 0000:04:00.0: irq 43 for MSI/MSI-X
[   78.435042] xhci_hcd 0000:04:00.0: irq 44 for MSI/MSI-X
[   78.435048] xhci_hcd 0000:04:00.0: irq 45 for MSI/MSI-X
[   78.435054] xhci_hcd 0000:04:00.0: irq 46 for MSI/MSI-X
[   78.435060] xhci_hcd 0000:04:00.0: irq 47 for MSI/MSI-X
[   78.435065] xhci_hcd 0000:04:00.0: irq 48 for MSI/MSI-X
[   78.435071] xhci_hcd 0000:04:00.0: irq 49 for MSI/MSI-X
[   78.435077] xhci_hcd 0000:04:00.0: irq 50 for MSI/MSI-X
[   78.435207] xhci_hcd 0000:04:00.0: Command ring memory map follows:
[   78.435209] xhci_hcd 0000:04:00.0: @00000000350c0000 00000000 00000000 00000000 00000000
[   78.435210] xhci_hcd 0000:04:00.0: @00000000350c0010 00000000 00000000 00000000 00000000
[   78.435211] xhci_hcd 0000:04:00.0: @00000000350c0020 00000000 00000000 00000000 00000000
[   78.435212] xhci_hcd 0000:04:00.0: @00000000350c0030 00000000 00000000 00000000 00000000
[   78.435214] xhci_hcd 0000:04:00.0: @00000000350c0040 00000000 00000000 00000000 00000000
[   78.435215] xhci_hcd 0000:04:00.0: @00000000350c0050 00000000 00000000 00000000 00000000
[   78.435216] xhci_hcd 0000:04:00.0: @00000000350c0060 00000000 00000000 00000000 00000000
[   78.435217] xhci_hcd 0000:04:00.0: @00000000350c0070 00000000 00000000 00000000 00000000
[   78.435218] xhci_hcd 0000:04:00.0: @00000000350c0080 00000000 00000000 00000000 00000000
[   78.435219] xhci_hcd 0000:04:00.0: @00000000350c0090 00000000 00000000 00000000 00000000
[   78.435220] xhci_hcd 0000:04:00.0: @00000000350c00a0 00000000 00000000 00000000 00000000
[   78.435221] xhci_hcd 0000:04:00.0: @00000000350c00b0 00000000 00000000 00000000 00000000
[   78.435223] xhci_hcd 0000:04:00.0: @00000000350c00c0 00000000 00000000 00000000 00000000
[   78.435224] xhci_hcd 0000:04:00.0: @00000000350c00d0 00000000 00000000 00000000 00000000
[   78.435225] xhci_hcd 0000:04:00.0: @00000000350c00e0 00000000 00000000 00000000 00000000
[   78.435226] xhci_hcd 0000:04:00.0: @00000000350c00f0 00000000 00000000 00000000 00000000
[   78.435227] xhci_hcd 0000:04:00.0: @00000000350c0100 00000000 00000000 00000000 00000000
[   78.435229] xhci_hcd 0000:04:00.0: @00000000350c0110 00000000 00000000 00000000 00000000
[   78.435230] xhci_hcd 0000:04:00.0: @00000000350c0120 00000000 00000000 00000000 00000000
[   78.435231] xhci_hcd 0000:04:00.0: @00000000350c0130 00000000 00000000 00000000 00000000
[   78.435232] xhci_hcd 0000:04:00.0: @00000000350c0140 00000000 00000000 00000000 00000000
[   78.435233] xhci_hcd 0000:04:00.0: @00000000350c0150 00000000 00000000 00000000 00000000
[   78.435234] xhci_hcd 0000:04:00.0: @00000000350c0160 00000000 00000000 00000000 00000000
[   78.435235] xhci_hcd 0000:04:00.0: @00000000350c0170 00000000 00000000 00000000 00000000
[   78.435236] xhci_hcd 0000:04:00.0: @00000000350c0180 00000000 00000000 00000000 00000000
[   78.435237] xhci_hcd 0000:04:00.0: @00000000350c0190 00000000 00000000 00000000 00000000
[   78.435239] xhci_hcd 0000:04:00.0: @00000000350c01a0 00000000 00000000 00000000 00000000
[   78.435240] xhci_hcd 0000:04:00.0: @00000000350c01b0 00000000 00000000 00000000 00000000
[   78.435241] xhci_hcd 0000:04:00.0: @00000000350c01c0 00000000 00000000 00000000 00000000
[   78.435242] xhci_hcd 0000:04:00.0: @00000000350c01d0 00000000 00000000 00000000 00000000
[   78.435243] xhci_hcd 0000:04:00.0: @00000000350c01e0 00000000 00000000 00000000 00000000
[   78.435244] xhci_hcd 0000:04:00.0: @00000000350c01f0 00000000 00000000 00000000 00000000
[   78.435245] xhci_hcd 0000:04:00.0: @00000000350c0200 00000000 00000000 00000000 00000000
[   78.435246] xhci_hcd 0000:04:00.0: @00000000350c0210 00000000 00000000 00000000 00000000
[   78.435248] xhci_hcd 0000:04:00.0: @00000000350c0220 00000000 00000000 00000000 00000000
[   78.435249] xhci_hcd 0000:04:00.0: @00000000350c0230 00000000 00000000 00000000 00000000
[   78.435250] xhci_hcd 0000:04:00.0: @00000000350c0240 00000000 00000000 00000000 00000000
[   78.435251] xhci_hcd 0000:04:00.0: @00000000350c0250 00000000 00000000 00000000 00000000
[   78.435252] xhci_hcd 0000:04:00.0: @00000000350c0260 00000000 00000000 00000000 00000000
[   78.435253] xhci_hcd 0000:04:00.0: @00000000350c0270 00000000 00000000 00000000 00000000
[   78.435254] xhci_hcd 0000:04:00.0: @00000000350c0280 00000000 00000000 00000000 00000000
[   78.435255] xhci_hcd 0000:04:00.0: @00000000350c0290 00000000 00000000 00000000 00000000
[   78.435256] xhci_hcd 0000:04:00.0: @00000000350c02a0 00000000 00000000 00000000 00000000
[   78.435258] xhci_hcd 0000:04:00.0: @00000000350c02b0 00000000 00000000 00000000 00000000
[   78.435259] xhci_hcd 0000:04:00.0: @00000000350c02c0 00000000 00000000 00000000 00000000
[   78.435260] xhci_hcd 0000:04:00.0: @00000000350c02d0 00000000 00000000 00000000 00000000
[   78.435261] xhci_hcd 0000:04:00.0: @00000000350c02e0 00000000 00000000 00000000 00000000
[   78.435262] xhci_hcd 0000:04:00.0: @00000000350c02f0 00000000 00000000 00000000 00000000
[   78.435264] xhci_hcd 0000:04:00.0: @00000000350c0300 00000000 00000000 00000000 00000000
[   78.435265] xhci_hcd 0000:04:00.0: @00000000350c0310 00000000 00000000 00000000 00000000
[   78.435266] xhci_hcd 0000:04:00.0: @00000000350c0320 00000000 00000000 00000000 00000000
[   78.435267] xhci_hcd 0000:04:00.0: @00000000350c0330 00000000 00000000 00000000 00000000
[   78.435268] xhci_hcd 0000:04:00.0: @00000000350c0340 00000000 00000000 00000000 00000000
[   78.435269] xhci_hcd 0000:04:00.0: @00000000350c0350 00000000 00000000 00000000 00000000
[   78.435270] xhci_hcd 0000:04:00.0: @00000000350c0360 00000000 00000000 00000000 00000000
[   78.435271] xhci_hcd 0000:04:00.0: @00000000350c0370 00000000 00000000 00000000 00000000
[   78.435272] xhci_hcd 0000:04:00.0: @00000000350c0380 00000000 00000000 00000000 00000000
[   78.435274] xhci_hcd 0000:04:00.0: @00000000350c0390 00000000 00000000 00000000 00000000
[   78.435275] xhci_hcd 0000:04:00.0: @00000000350c03a0 00000000 00000000 00000000 00000000
[   78.435276] xhci_hcd 0000:04:00.0: @00000000350c03b0 00000000 00000000 00000000 00000000
[   78.435277] xhci_hcd 0000:04:00.0: @00000000350c03c0 00000000 00000000 00000000 00000000
[   78.435278] xhci_hcd 0000:04:00.0: @00000000350c03d0 00000000 00000000 00000000 00000000
[   78.435279] xhci_hcd 0000:04:00.0: @00000000350c03e0 00000000 00000000 00000000 00000000
[   78.435280] xhci_hcd 0000:04:00.0: @00000000350c03f0 350c0000 00000000 00000000 00001802
[   78.435281] xhci_hcd 0000:04:00.0:   Ring has not been updated
[   78.435283] xhci_hcd 0000:04:00.0: Ring deq = ffff8800350c0000 (virt), 0x350c0000 (dma)
[   78.435284] xhci_hcd 0000:04:00.0: Ring deq updated 0 times
[   78.435285] xhci_hcd 0000:04:00.0: Ring enq = ffff8800350c0000 (virt), 0x350c0000 (dma)
[   78.435286] xhci_hcd 0000:04:00.0: Ring enq updated 0 times
[   78.435291] xhci_hcd 0000:04:00.0: // xHC command ring deq ptr low bits + flags = @00000000
[   78.435292] xhci_hcd 0000:04:00.0: // xHC command ring deq ptr high bits = @00000000
[   78.435293] xhci_hcd 0000:04:00.0: ERST memory map follows:
[   78.435294] xhci_hcd 0000:04:00.0: @00000000350c2000 350c0400 00000000 00000040 00000000
[   78.435295] xhci_hcd 0000:04:00.0: Event ring:
[   78.435296] xhci_hcd 0000:04:00.0: @00000000350c0400 00000000 00000000 00000000 00000000
[   78.435297] xhci_hcd 0000:04:00.0: @00000000350c0410 00000000 00000000 00000000 00000000
[   78.435298] xhci_hcd 0000:04:00.0: @00000000350c0420 00000000 00000000 00000000 00000000
[   78.435300] xhci_hcd 0000:04:00.0: @00000000350c0430 00000000 00000000 00000000 00000000
[   78.435301] xhci_hcd 0000:04:00.0: @00000000350c0440 00000000 00000000 00000000 00000000
[   78.435302] xhci_hcd 0000:04:00.0: @00000000350c0450 00000000 00000000 00000000 00000000
[   78.435303] xhci_hcd 0000:04:00.0: @00000000350c0460 00000000 00000000 00000000 00000000
[   78.435305] xhci_hcd 0000:04:00.0: @00000000350c0470 00000000 00000000 00000000 00000000
[   78.435306] xhci_hcd 0000:04:00.0: @00000000350c0480 00000000 00000000 00000000 00000000
[   78.435307] xhci_hcd 0000:04:00.0: @00000000350c0490 00000000 00000000 00000000 00000000
[   78.435308] xhci_hcd 0000:04:00.0: @00000000350c04a0 00000000 00000000 00000000 00000000
[   78.435309] xhci_hcd 0000:04:00.0: @00000000350c04b0 00000000 00000000 00000000 00000000
[   78.435310] xhci_hcd 0000:04:00.0: @00000000350c04c0 00000000 00000000 00000000 00000000
[   78.435311] xhci_hcd 0000:04:00.0: @00000000350c04d0 00000000 00000000 00000000 00000000
[   78.435312] xhci_hcd 0000:04:00.0: @00000000350c04e0 00000000 00000000 00000000 00000000
[   78.435313] xhci_hcd 0000:04:00.0: @00000000350c04f0 00000000 00000000 00000000 00000000
[   78.435315] xhci_hcd 0000:04:00.0: @00000000350c0500 00000000 00000000 00000000 00000000
[   78.435316] xhci_hcd 0000:04:00.0: @00000000350c0510 00000000 00000000 00000000 00000000
[   78.435317] xhci_hcd 0000:04:00.0: @00000000350c0520 00000000 00000000 00000000 00000000
[   78.435318] xhci_hcd 0000:04:00.0: @00000000350c0530 00000000 00000000 00000000 00000000
[   78.435319] xhci_hcd 0000:04:00.0: @00000000350c0540 00000000 00000000 00000000 00000000
[   78.435320] xhci_hcd 0000:04:00.0: @00000000350c0550 00000000 00000000 00000000 00000000
[   78.435321] xhci_hcd 0000:04:00.0: @00000000350c0560 00000000 00000000 00000000 00000000
[   78.435322] xhci_hcd 0000:04:00.0: @00000000350c0570 00000000 00000000 00000000 00000000
[   78.435324] xhci_hcd 0000:04:00.0: @00000000350c0580 00000000 00000000 00000000 00000000
[   78.435325] xhci_hcd 0000:04:00.0: @00000000350c0590 00000000 00000000 00000000 00000000
[   78.435326] xhci_hcd 0000:04:00.0: @00000000350c05a0 00000000 00000000 00000000 00000000
[   78.435327] xhci_hcd 0000:04:00.0: @00000000350c05b0 00000000 00000000 00000000 00000000
[   78.435328] xhci_hcd 0000:04:00.0: @00000000350c05c0 00000000 00000000 00000000 00000000
[   78.435329] xhci_hcd 0000:04:00.0: @00000000350c05d0 00000000 00000000 00000000 00000000
[   78.435330] xhci_hcd 0000:04:00.0: @00000000350c05e0 00000000 00000000 00000000 00000000
[   78.435331] xhci_hcd 0000:04:00.0: @00000000350c05f0 00000000 00000000 00000000 00000000
[   78.435333] xhci_hcd 0000:04:00.0: @00000000350c0600 00000000 00000000 00000000 00000000
[   78.435334] xhci_hcd 0000:04:00.0: @00000000350c0610 00000000 00000000 00000000 00000000
[   78.435335] xhci_hcd 0000:04:00.0: @00000000350c0620 00000000 00000000 00000000 00000000
[   78.435336] xhci_hcd 0000:04:00.0: @00000000350c0630 00000000 00000000 00000000 00000000
[   78.435337] xhci_hcd 0000:04:00.0: @00000000350c0640 00000000 00000000 00000000 00000000
[   78.435338] xhci_hcd 0000:04:00.0: @00000000350c0650 00000000 00000000 00000000 00000000
[   78.435340] xhci_hcd 0000:04:00.0: @00000000350c0660 00000000 00000000 00000000 00000000
[   78.435341] xhci_hcd 0000:04:00.0: @00000000350c0670 00000000 00000000 00000000 00000000
[   78.435342] xhci_hcd 0000:04:00.0: @00000000350c0680 00000000 00000000 00000000 00000000
[   78.435343] xhci_hcd 0000:04:00.0: @00000000350c0690 00000000 00000000 00000000 00000000
[   78.435344] xhci_hcd 0000:04:00.0: @00000000350c06a0 00000000 00000000 00000000 00000000
[   78.435345] xhci_hcd 0000:04:00.0: @00000000350c06b0 00000000 00000000 00000000 00000000
[   78.435347] xhci_hcd 0000:04:00.0: @00000000350c06c0 00000000 00000000 00000000 00000000
[   78.435348] xhci_hcd 0000:04:00.0: @00000000350c06d0 00000000 00000000 00000000 00000000
[   78.435349] xhci_hcd 0000:04:00.0: @00000000350c06e0 00000000 00000000 00000000 00000000
[   78.435350] xhci_hcd 0000:04:00.0: @00000000350c06f0 00000000 00000000 00000000 00000000
[   78.435351] xhci_hcd 0000:04:00.0: @00000000350c0700 00000000 00000000 00000000 00000000
[   78.435352] xhci_hcd 0000:04:00.0: @00000000350c0710 00000000 00000000 00000000 00000000
[   78.435353] xhci_hcd 0000:04:00.0: @00000000350c0720 00000000 00000000 00000000 00000000
[   78.435354] xhci_hcd 0000:04:00.0: @00000000350c0730 00000000 00000000 00000000 00000000
[   78.435355] xhci_hcd 0000:04:00.0: @00000000350c0740 00000000 00000000 00000000 00000000
[   78.435357] xhci_hcd 0000:04:00.0: @00000000350c0750 00000000 00000000 00000000 00000000
[   78.435358] xhci_hcd 0000:04:00.0: @00000000350c0760 00000000 00000000 00000000 00000000
[   78.435359] xhci_hcd 0000:04:00.0: @00000000350c0770 00000000 00000000 00000000 00000000
[   78.435360] xhci_hcd 0000:04:00.0: @00000000350c0780 00000000 00000000 00000000 00000000
[   78.435361] xhci_hcd 0000:04:00.0: @00000000350c0790 00000000 00000000 00000000 00000000
[   78.435362] xhci_hcd 0000:04:00.0: @00000000350c07a0 00000000 00000000 00000000 00000000
[   78.435363] xhci_hcd 0000:04:00.0: @00000000350c07b0 00000000 00000000 00000000 00000000
[   78.435364] xhci_hcd 0000:04:00.0: @00000000350c07c0 00000000 00000000 00000000 00000000
[   78.435366] xhci_hcd 0000:04:00.0: @00000000350c07d0 00000000 00000000 00000000 00000000
[   78.435367] xhci_hcd 0000:04:00.0: @00000000350c07e0 00000000 00000000 00000000 00000000
[   78.435368] xhci_hcd 0000:04:00.0: @00000000350c07f0 00000000 00000000 00000000 00000000
[   78.435369] xhci_hcd 0000:04:00.0:   Ring has not been updated
[   78.435370] xhci_hcd 0000:04:00.0: Ring deq = ffff8800350c0400 (virt), 0x350c0400 (dma)
[   78.435371] xhci_hcd 0000:04:00.0: Ring deq updated 0 times
[   78.435372] xhci_hcd 0000:04:00.0: Ring enq = ffff8800350c0400 (virt), 0x350c0400 (dma)
[   78.435373] xhci_hcd 0000:04:00.0: Ring enq updated 0 times
[   78.435378] xhci_hcd 0000:04:00.0: ERST deq = 64'h350c0400
[   78.435379] xhci_hcd 0000:04:00.0: // Set the interrupt modulation register
[   78.435384] xhci_hcd 0000:04:00.0: // Enable interrupts, cmd = 0x4.
[   78.435387] xhci_hcd 0000:04:00.0: // Enabling event ring interrupter ffffc90004e21020 by writing 0x2 to irq_pending
[   78.435391] xhci_hcd 0000:04:00.0:   ffffc90004e21020: ir_set[0]
[   78.435392] xhci_hcd 0000:04:00.0:   ffffc90004e21020: ir_set.pending = 0x2
[   78.435396] xhci_hcd 0000:04:00.0:   ffffc90004e21024: ir_set.control = 0xa0
[   78.435399] xhci_hcd 0000:04:00.0:   ffffc90004e21028: ir_set.erst_size = 0x1
[   78.435414] xhci_hcd 0000:04:00.0:   ffffc90004e21030: ir_set.erst_base = @350c2000
[   78.435421] xhci_hcd 0000:04:00.0:   ffffc90004e21038: ir_set.erst_dequeue = @350c0400
[   78.435421] xhci_hcd 0000:04:00.0: Finished xhci_run for USB2 roothub
[   78.435422] xhci_hcd 0000:04:00.0: Start the secondary HCD
[   78.435426] xhci_hcd 0000:04:00.0: // Turn on HC, cmd = 0x5.
[   78.435441] xhci_hcd 0000:04:00.0: Finished xhci_run for USB3 roothub
[   78.435444] xhci_hcd 0000:04:00.0: xhci_resume: starting port polling.
[   78.435452] xhci_hcd 0000:04:00.0: xhci_hub_status_data: stopping port polling.
[   78.435459] usb usb4: usb resume
[   78.435497] hub 4-0:1.0: hub_reset_resume
[   78.435499] hub 4-0:1.0: trying to enable port power on non-switchable hub
[   78.435510] xhci_hcd 0000:04:00.0: set port power, actual port 0 status  = 0x2a0
[   78.435518] usb usb3: usb resume
[   78.435539] hub 3-0:1.0: hub_reset_resume
[   78.435540] hub 3-0:1.0: trying to enable port power on non-switchable hub
[   78.435550] xhci_hcd 0000:04:00.0: set port power, actual port 0 status  = 0x2a0
[   78.435568] xhci_hcd 0000:04:00.0: set port power, actual port 1 status  = 0x2a0
[   78.435581] xhci_hcd 0000:04:00.0: set port power, actual port 1 status  = 0x2a0
[   78.437161] [drm] enabling PCIE gen 2 link speeds, disable with radeon.pcie_gen2=0
[   78.441002] [drm] PCIE GART of 1024M enabled (table at 0x0000000000273000).
[   78.441086] radeon 0000:01:00.0: WB enabled
[   78.441088] radeon 0000:01:00.0: fence driver on ring 0 use gpu addr 0x0000000080000c00 and cpu addr 0xffff88026dbc0c00
[   78.441090] radeon 0000:01:00.0: fence driver on ring 3 use gpu addr 0x0000000080000c0c and cpu addr 0xffff88026dbc0c0c
[   78.441577] radeon 0000:01:00.0: fence driver on ring 5 use gpu addr 0x0000000000072118 and cpu addr 0xffffc90004f32118
[   78.461977] hub 2-0:1.0: hub_resume
[   78.461992] hub 1-0:1.0: hub_resume
[   78.462003] hub 2-0:1.0: port 1: status 0503 change 0000
[   78.462008] hub 1-0:1.0: port 1: status 0503 change 0000
[   78.462053] usb 2-1: finish resume
[   78.462067] usb 1-1: finish resume
[   78.462283] hub 2-1:1.0: hub_resume
[   78.462332] hub 1-1:1.0: hub_resume
[   78.462855] hub 2-1:1.0: port 3: status 0101 change 0001
[   78.463309] hub 1-1:1.0: port 4: status 0101 change 0001
[   78.535884] xhci_hcd 0000:04:00.0: get port status, actual port 0 status  = 0x2a0
[   78.535885] xhci_hcd 0000:04:00.0: Get port status returned 0x100
[   78.535895] xhci_hcd 0000:04:00.0: get port status, actual port 0 status  = 0x2a0
[   78.535896] xhci_hcd 0000:04:00.0: Get port status returned 0x2a0
[   78.535906] xhci_hcd 0000:04:00.0: get port status, actual port 1 status  = 0x2a0
[   78.535907] xhci_hcd 0000:04:00.0: Get port status returned 0x100
[   78.535913] xhci_hcd 0000:04:00.0: get port status, actual port 1 status  = 0x2a0
[   78.535914] xhci_hcd 0000:04:00.0: Get port status returned 0x2a0
[   78.563843] ehci-pci 0000:00:1d.0: reused qh ffff88026d0af740 schedule
[   78.563846] usb 2-1: link qh256-0001/ffff88026d0af740 start 1 [1/0 us]
[   78.563973] usb 2-1.3: finish reset-resume
[   78.565829] ehci-pci 0000:00:1a.0: reused qh ffff88026df0b800 schedule
[   78.565832] usb 1-1: link qh256-0001/ffff88026df0b800 start 1 [1/0 us]
[   78.566092] usb 1-1.4: finish reset-resume
[   78.574958] hub 2-1:1.0: port 3 not reset yet, waiting 10ms
[   78.636889] usb 2-1.3: reset full-speed USB device number 3 using ehci-pci
[   78.715311] usb 2-1.3: ep 81: release intr @ 0+8 (0.0+1) [1/3 us] mask 1c01
[   78.715696] btusb 2-1.3:1.0: no reset_resume for driver btusb?
[   78.715698] btusb 2-1.3:1.1: no reset_resume for driver btusb?
[   78.715699] btusb 2-1.3:1.0: forced unbind
[   78.749641] ata3: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[   78.749693] ata5: SATA link down (SStatus 0 SControl 300)
[   78.754640] ata2: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[   78.755451] ata3.00: configured for UDMA/100
[   78.758530] ata2.00: configured for UDMA/133
[   78.758614] sd 1:0:0:0: [sdb] Starting disk
[   78.776732] usb 1-1.4: reset high-speed USB device number 3 using ehci-pci
[   78.789733] hub 1-1:1.0: port 4 not reset yet, waiting 10ms
[   80.244475] [drm:r600_ring_test] *ERROR* radeon: ring 0 test failed (scratch(0x8504)=0xCAFEDEAD)
[   80.244475] [drm:evergreen_resume] *ERROR* evergreen startup failed on resume
[   80.685337] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[   80.688775] ata1.00: configured for UDMA/133
[   80.688826] sd 0:0:0:0: [sda] Starting disk
[   83.997447] PM: resume of devices complete after 5574.773 msecs
[   83.997473] btusb 2-1.3:1.0: usb_probe_interface
[   83.997475] btusb 2-1.3:1.0: usb_probe_interface - got id
[   83.997851] usb 2-1.3: ep 81: reserve intr @ 0+8 (0.0+1) [1/3 us] mask 1c01
[   83.997854] usb 2-1.3: link qh1-1c01/ffff88026b80b9c0 start 0 [1/3 us]
[   83.998274] PM: Finishing wakeup.
[   83.998390] hub 4-0:1.0: state 7 ports 2 chg 0000 evt 0000
[   83.998398] hub 1-0:1.0: state 7 ports 2 chg 0000 evt 0000
[   83.998410] hub 3-0:1.0: state 7 ports 2 chg 0000 evt 0000
[   83.998415] hub 1-1:1.0: state 7 ports 6 chg 0010 evt 0000
[   83.998771] hub 1-1:1.0: port 4, status 0503, change 0000, 480 Mb/s
[   83.998781] hub 2-0:1.0: state 7 ports 2 chg 0000 evt 0000
[   83.998787] hub 2-1:1.0: state 7 ports 6 chg 0008 evt 0008
[   83.998942] hub 2-1:1.0: port 3, status 0103, change 0000, 12 Mb/s
[   83.999779] xhci_hcd 0000:04:00.0: set port remote wake mask, actual port 0 status  = 0xe0002a0
[   83.999807] xhci_hcd 0000:04:00.0: set port remote wake mask, actual port 1 status  = 0xe0002a0
[   83.999820] hub 3-0:1.0: hub_suspend
[   83.999840] usb usb3: bus auto-suspend, wakeup 1
[   83.999854] xhci_hcd 0000:04:00.0: xhci_hub_status_data: stopping port polling.
[   83.999861] hub 4-0:1.0: hub_suspend
[   83.999871] usb usb4: bus auto-suspend, wakeup 1
[   83.999884] xhci_hcd 0000:04:00.0: xhci_hub_status_data: stopping port polling.
[   83.998275] Restarting tasks ... done.
[   83.999912] video LNXVIDEO:00: Restoring backlight state
[   83.999922] usb 1-1.4: usb auto-suspend, wakeup 0
[   84.010266] iwlwifi 0000:02:00.0: no hotplug settings from platform
[   84.013012] hub 1-1:1.0: hub_suspend
[   84.013020] usb 1-1: unlink qh256-0001/ffff88026df0b800 start 1 [1/0 us]
[   84.014723] usb 1-1: usb auto-suspend, wakeup 1
[   84.027661] hub 1-0:1.0: hub_suspend
[   84.027676] usb usb1: bus auto-suspend, wakeup 1
[   84.027680] ehci-pci 0000:00:1a.0: suspend root hub
[   84.121874] iwlwifi 0000:02:00.0: L1 Enabled; Disabling L0S
[   84.128716] iwlwifi 0000:02:00.0: Radio type=0x1-0x2-0x0
[   84.218174] IPv6: ADDRCONF(NETDEV_UP): wlp2s0: link is not ready
[   84.342071] r8169 0000:03:00.0 enp3s0: link down
[   84.342125] IPv6: ADDRCONF(NETDEV_UP): enp3s0: link is not ready
[   90.817776] wlp2s0: authenticate with 00:23:69:c2:65:06
[   90.821784] wlp2s0: send auth to 00:23:69:c2:65:06 (try 1/3)
[   90.824064] wlp2s0: authenticated
[   90.825189] wlp2s0: associate with 00:23:69:c2:65:06 (try 1/3)
[   90.828794] wlp2s0: RX AssocResp from 00:23:69:c2:65:06 (capab=0x411 status=0 aid=4)
[   90.850511] wlp2s0: associated
[   90.850533] IPv6: ADDRCONF(NETDEV_CHANGE): wlp2s0: link becomes ready
[   90.850611] cfg80211: Calling CRDA for country: PL
[   90.852386] cfg80211: Regulatory domain changed to country: PL
[   90.852389] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[   90.852390] cfg80211:   (2402000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm)
[   90.852392] cfg80211:   (5170000 KHz - 5250000 KHz @ 40000 KHz), (N/A, 2000 mBm)
[   90.852393] cfg80211:   (5250000 KHz - 5330000 KHz @ 40000 KHz), (N/A, 2000 mBm)
[   90.852394] cfg80211:   (5490000 KHz - 5710000 KHz @ 40000 KHz), (N/A, 2700 mBm)
[   90.852396] cfg80211:   (57240000 KHz - 65880000 KHz @ 2160000 KHz), (N/A, 4000 mBm)
[   92.684458] SFW2-INext-DROP-DEFLT IN=wlp2s0 OUT= MAC= SRC=fe80:0000:0000:0000:8a53:2eff:fe50:5000 DST=ff02:0000:0000:0000:0000:0000:0000:00fb LEN=258 TC=0 HOPLIMIT=255 FLOWLBL=0 PROTO=UDP SPT=5353 DPT=5353 LEN=218 
[   92.694631] SFW2-INext-DROP-DEFLT IN=wlp2s0 OUT= MAC= SRC=fe80:0000:0000:0000:8a53:2eff:fe50:5000 DST=ff02:0000:0000:0000:0000:0000:0000:00fb LEN=430 TC=0 HOPLIMIT=255 FLOWLBL=0 PROTO=UDP SPT=5353 DPT=5353 LEN=390 
[  101.573170] SFW2-INext-ACC-TCP IN=wlp2s0 OUT= MAC=88:53:2e:50:50:00:00:23:69:c2:65:04:08:00 SRC=83.84.3.70 DST=192.168.7.236 LEN=60 TOS=0x00 PREC=0x00 TTL=54 ID=18769 DF PROTO=TCP SPT=45835 DPT=50236 WINDOW=7300 RES=0x00 SYN URGP=0 OPT (020405B40402080A08B35ADB0000000001030300) 
[  102.070447] SFW2-INext-ACC-TCP IN=wlp2s0 OUT= MAC=88:53:2e:50:50:00:00:23:69:c2:65:04:08:00 SRC=83.84.3.70 DST=192.168.7.236 LEN=60 TOS=0x00 PREC=0x00 TTL=54 ID=8938 DF PROTO=TCP SPT=36639 DPT=50236 WINDOW=7300 RES=0x00 SYN URGP=0 OPT (020405B40402080A08B35B580000000001030300) 
[  108.116327] SFW2-INext-DROP-DEFLT IN=wlp2s0 OUT= MAC= SRC=fe80:0000:0000:0000:8a53:2eff:fe50:5000 DST=ff02:0000:0000:0000:0000:0000:0000:00fb LEN=84 TC=0 HOPLIMIT=255 FLOWLBL=0 PROTO=UDP SPT=5353 DPT=5353 LEN=44 
[  124.099457] SFW2-INext-DROP-DEFLT IN=wlp2s0 OUT= MAC= SRC=fe80:0000:0000:0000:8a53:2eff:fe50:5000 DST=ff02:0000:0000:0000:0000:0000:0000:00fb LEN=84 TC=0 HOPLIMIT=255 FLOWLBL=0 PROTO=UDP SPT=5353 DPT=5353 LEN=44 

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

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* Re: 3.14-rc1 ring/display regression in "low" power_profile (drm/radeon/pm: move pm handling into the asic specific code)
  2014-02-06  7:28 3.14-rc1 ring/display regression in "low" power_profile (drm/radeon/pm: move pm handling into the asic specific code) Rafał Miłecki
@ 2014-02-25 16:35 ` Rafał Miłecki
  2014-02-25 17:04   ` Alex Deucher
  0 siblings, 1 reply; 4+ messages in thread
From: Rafał Miłecki @ 2014-02-25 16:35 UTC (permalink / raw)
  To: dri-devel, Alex Deucher, Christian König, Dave Airlie

2014-02-06 8:28 GMT+01:00 Rafał Miłecki <zajec5@gmail.com>:
> I can't successfully resume using "low" power_profile. My testing
> looks like this:
> boot
> s & r (result: GOOD)
> s & r (result: GOOD)
> s & r (result: GOOD)
> echo "low" > /sys/class/drm/card0/device/power_profile
> s & r (result: BAD)
>
> BAD means display corruption [0] and:
> [ 80.244475] [drm:r600_ring_test] *ERROR* radeon: ring 0 test failed
> (scratch(0x8504)=0xCAFEDEAD)
> [ 80.244475] [drm:evergreen_resume] *ERROR* evergreen startup failed on resume

Ping?

-- 
Rafał
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* Re: 3.14-rc1 ring/display regression in "low" power_profile (drm/radeon/pm: move pm handling into the asic specific code)
  2014-02-25 16:35 ` Rafał Miłecki
@ 2014-02-25 17:04   ` Alex Deucher
  2014-03-01 20:51     ` Rafał Miłecki
  0 siblings, 1 reply; 4+ messages in thread
From: Alex Deucher @ 2014-02-25 17:04 UTC (permalink / raw)
  To: Rafał Miłecki; +Cc: dri-devel

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

On Tue, Feb 25, 2014 at 11:35 AM, Rafał Miłecki <zajec5@gmail.com> wrote:
> 2014-02-06 8:28 GMT+01:00 Rafał Miłecki <zajec5@gmail.com>:
>> I can't successfully resume using "low" power_profile. My testing
>> looks like this:
>> boot
>> s & r (result: GOOD)
>> s & r (result: GOOD)
>> s & r (result: GOOD)
>> echo "low" > /sys/class/drm/card0/device/power_profile
>> s & r (result: BAD)
>>
>> BAD means display corruption [0] and:
>> [ 80.244475] [drm:r600_ring_test] *ERROR* radeon: ring 0 test failed
>> (scratch(0x8504)=0xCAFEDEAD)
>> [ 80.244475] [drm:evergreen_resume] *ERROR* evergreen startup failed on resume
>
> Ping?

Does the attached patch help?

Alex

[-- Attachment #2: 0001-drm-radeon-resume-old-pm-late.patch --]
[-- Type: text/x-diff, Size: 8011 bytes --]

From f92fbc0672ced9ac999b785930fa77e83cff5a6e Mon Sep 17 00:00:00 2001
From: Alex Deucher <alexander.deucher@amd.com>
Date: Tue, 25 Feb 2014 12:01:28 -0500
Subject: [PATCH] drm/radeon: resume old pm late

Moving the pm resume up in the init order to fix
dpm seems to have regressed somes cases with the old
pm code.  Move it back to late resume.

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
---
 drivers/gpu/drm/radeon/cik.c           | 3 ++-
 drivers/gpu/drm/radeon/evergreen.c     | 3 ++-
 drivers/gpu/drm/radeon/ni.c            | 3 ++-
 drivers/gpu/drm/radeon/r100.c          | 2 --
 drivers/gpu/drm/radeon/r300.c          | 2 --
 drivers/gpu/drm/radeon/r420.c          | 2 --
 drivers/gpu/drm/radeon/r520.c          | 2 --
 drivers/gpu/drm/radeon/r600.c          | 3 ++-
 drivers/gpu/drm/radeon/radeon_device.c | 5 ++++-
 drivers/gpu/drm/radeon/rs400.c         | 2 --
 drivers/gpu/drm/radeon/rs600.c         | 2 --
 drivers/gpu/drm/radeon/rs690.c         | 2 --
 drivers/gpu/drm/radeon/rv515.c         | 2 --
 drivers/gpu/drm/radeon/rv770.c         | 3 ++-
 drivers/gpu/drm/radeon/si.c            | 3 ++-
 15 files changed, 16 insertions(+), 23 deletions(-)

diff --git a/drivers/gpu/drm/radeon/cik.c b/drivers/gpu/drm/radeon/cik.c
index e6419ca..a6d1e6c 100644
--- a/drivers/gpu/drm/radeon/cik.c
+++ b/drivers/gpu/drm/radeon/cik.c
@@ -7902,7 +7902,8 @@ int cik_resume(struct radeon_device *rdev)
 	/* init golden registers */
 	cik_init_golden_registers(rdev);
 
-	radeon_pm_resume(rdev);
+	if (rdev->pm.pm_method == PM_METHOD_DPM)
+		radeon_pm_resume(rdev);
 
 	rdev->accel_working = true;
 	r = cik_startup(rdev);
diff --git a/drivers/gpu/drm/radeon/evergreen.c b/drivers/gpu/drm/radeon/evergreen.c
index 5623e75..170d5f5 100644
--- a/drivers/gpu/drm/radeon/evergreen.c
+++ b/drivers/gpu/drm/radeon/evergreen.c
@@ -5299,7 +5299,8 @@ int evergreen_resume(struct radeon_device *rdev)
 	/* init golden registers */
 	evergreen_init_golden_registers(rdev);
 
-	radeon_pm_resume(rdev);
+	if (rdev->pm.pm_method == PM_METHOD_DPM)
+		radeon_pm_resume(rdev);
 
 	rdev->accel_working = true;
 	r = evergreen_startup(rdev);
diff --git a/drivers/gpu/drm/radeon/ni.c b/drivers/gpu/drm/radeon/ni.c
index ea932ac..bf6300c 100644
--- a/drivers/gpu/drm/radeon/ni.c
+++ b/drivers/gpu/drm/radeon/ni.c
@@ -2105,7 +2105,8 @@ int cayman_resume(struct radeon_device *rdev)
 	/* init golden registers */
 	ni_init_golden_registers(rdev);
 
-	radeon_pm_resume(rdev);
+	if (rdev->pm.pm_method == PM_METHOD_DPM)
+		radeon_pm_resume(rdev);
 
 	rdev->accel_working = true;
 	r = cayman_startup(rdev);
diff --git a/drivers/gpu/drm/radeon/r100.c b/drivers/gpu/drm/radeon/r100.c
index ef024ce..3cc78bb 100644
--- a/drivers/gpu/drm/radeon/r100.c
+++ b/drivers/gpu/drm/radeon/r100.c
@@ -3942,8 +3942,6 @@ int r100_resume(struct radeon_device *rdev)
 	/* Initialize surface registers */
 	radeon_surface_init(rdev);
 
-	radeon_pm_resume(rdev);
-
 	rdev->accel_working = true;
 	r = r100_startup(rdev);
 	if (r) {
diff --git a/drivers/gpu/drm/radeon/r300.c b/drivers/gpu/drm/radeon/r300.c
index 7c63ef8..0b658b3 100644
--- a/drivers/gpu/drm/radeon/r300.c
+++ b/drivers/gpu/drm/radeon/r300.c
@@ -1430,8 +1430,6 @@ int r300_resume(struct radeon_device *rdev)
 	/* Initialize surface registers */
 	radeon_surface_init(rdev);
 
-	radeon_pm_resume(rdev);
-
 	rdev->accel_working = true;
 	r = r300_startup(rdev);
 	if (r) {
diff --git a/drivers/gpu/drm/radeon/r420.c b/drivers/gpu/drm/radeon/r420.c
index 3768aab..802b192 100644
--- a/drivers/gpu/drm/radeon/r420.c
+++ b/drivers/gpu/drm/radeon/r420.c
@@ -325,8 +325,6 @@ int r420_resume(struct radeon_device *rdev)
 	/* Initialize surface registers */
 	radeon_surface_init(rdev);
 
-	radeon_pm_resume(rdev);
-
 	rdev->accel_working = true;
 	r = r420_startup(rdev);
 	if (r) {
diff --git a/drivers/gpu/drm/radeon/r520.c b/drivers/gpu/drm/radeon/r520.c
index e209eb7..98d6053 100644
--- a/drivers/gpu/drm/radeon/r520.c
+++ b/drivers/gpu/drm/radeon/r520.c
@@ -240,8 +240,6 @@ int r520_resume(struct radeon_device *rdev)
 	/* Initialize surface registers */
 	radeon_surface_init(rdev);
 
-	radeon_pm_resume(rdev);
-
 	rdev->accel_working = true;
 	r = r520_startup(rdev);
 	if (r) {
diff --git a/drivers/gpu/drm/radeon/r600.c b/drivers/gpu/drm/radeon/r600.c
index cdbc417..647ef40 100644
--- a/drivers/gpu/drm/radeon/r600.c
+++ b/drivers/gpu/drm/radeon/r600.c
@@ -2968,7 +2968,8 @@ int r600_resume(struct radeon_device *rdev)
 	/* post card */
 	atom_asic_init(rdev->mode_info.atom_context);
 
-	radeon_pm_resume(rdev);
+	if (rdev->pm.pm_method == PM_METHOD_DPM)
+		radeon_pm_resume(rdev);
 
 	rdev->accel_working = true;
 	r = r600_startup(rdev);
diff --git a/drivers/gpu/drm/radeon/radeon_device.c b/drivers/gpu/drm/radeon/radeon_device.c
index b012cbb..044bc98 100644
--- a/drivers/gpu/drm/radeon/radeon_device.c
+++ b/drivers/gpu/drm/radeon/radeon_device.c
@@ -1521,13 +1521,16 @@ int radeon_resume_kms(struct drm_device *dev, bool resume, bool fbcon)
 	if (r)
 		DRM_ERROR("ib ring test failed (%d).\n", r);
 
-	if (rdev->pm.dpm_enabled) {
+	if ((rdev->pm.pm_method == PM_METHOD_DPM) && rdev->pm.dpm_enabled) {
 		/* do dpm late init */
 		r = radeon_pm_late_init(rdev);
 		if (r) {
 			rdev->pm.dpm_enabled = false;
 			DRM_ERROR("radeon_pm_late_init failed, disabling dpm\n");
 		}
+	} else {
+		/* resume old pm late */
+		radeon_pm_resume(rdev);
 	}
 
 	radeon_restore_bios_scratch_regs(rdev);
diff --git a/drivers/gpu/drm/radeon/rs400.c b/drivers/gpu/drm/radeon/rs400.c
index b5c2369..130d5cc 100644
--- a/drivers/gpu/drm/radeon/rs400.c
+++ b/drivers/gpu/drm/radeon/rs400.c
@@ -474,8 +474,6 @@ int rs400_resume(struct radeon_device *rdev)
 	/* Initialize surface registers */
 	radeon_surface_init(rdev);
 
-	radeon_pm_resume(rdev);
-
 	rdev->accel_working = true;
 	r = rs400_startup(rdev);
 	if (r) {
diff --git a/drivers/gpu/drm/radeon/rs600.c b/drivers/gpu/drm/radeon/rs600.c
index fdcde76..72d3616 100644
--- a/drivers/gpu/drm/radeon/rs600.c
+++ b/drivers/gpu/drm/radeon/rs600.c
@@ -1048,8 +1048,6 @@ int rs600_resume(struct radeon_device *rdev)
 	/* Initialize surface registers */
 	radeon_surface_init(rdev);
 
-	radeon_pm_resume(rdev);
-
 	rdev->accel_working = true;
 	r = rs600_startup(rdev);
 	if (r) {
diff --git a/drivers/gpu/drm/radeon/rs690.c b/drivers/gpu/drm/radeon/rs690.c
index 3595073..3462b64 100644
--- a/drivers/gpu/drm/radeon/rs690.c
+++ b/drivers/gpu/drm/radeon/rs690.c
@@ -756,8 +756,6 @@ int rs690_resume(struct radeon_device *rdev)
 	/* Initialize surface registers */
 	radeon_surface_init(rdev);
 
-	radeon_pm_resume(rdev);
-
 	rdev->accel_working = true;
 	r = rs690_startup(rdev);
 	if (r) {
diff --git a/drivers/gpu/drm/radeon/rv515.c b/drivers/gpu/drm/radeon/rv515.c
index 98e8138..237dd29 100644
--- a/drivers/gpu/drm/radeon/rv515.c
+++ b/drivers/gpu/drm/radeon/rv515.c
@@ -586,8 +586,6 @@ int rv515_resume(struct radeon_device *rdev)
 	/* Initialize surface registers */
 	radeon_surface_init(rdev);
 
-	radeon_pm_resume(rdev);
-
 	rdev->accel_working = true;
 	r =  rv515_startup(rdev);
 	if (r) {
diff --git a/drivers/gpu/drm/radeon/rv770.c b/drivers/gpu/drm/radeon/rv770.c
index 6c772e5..0ec3a2c 100644
--- a/drivers/gpu/drm/radeon/rv770.c
+++ b/drivers/gpu/drm/radeon/rv770.c
@@ -1811,7 +1811,8 @@ int rv770_resume(struct radeon_device *rdev)
 	/* init golden registers */
 	rv770_init_golden_registers(rdev);
 
-	radeon_pm_resume(rdev);
+	if (rdev->pm.pm_method == PM_METHOD_DPM)
+		radeon_pm_resume(rdev);
 
 	rdev->accel_working = true;
 	r = rv770_startup(rdev);
diff --git a/drivers/gpu/drm/radeon/si.c b/drivers/gpu/drm/radeon/si.c
index 8357832..9a124d0 100644
--- a/drivers/gpu/drm/radeon/si.c
+++ b/drivers/gpu/drm/radeon/si.c
@@ -6618,7 +6618,8 @@ int si_resume(struct radeon_device *rdev)
 	/* init golden registers */
 	si_init_golden_registers(rdev);
 
-	radeon_pm_resume(rdev);
+	if (rdev->pm.pm_method == PM_METHOD_DPM)
+		radeon_pm_resume(rdev);
 
 	rdev->accel_working = true;
 	r = si_startup(rdev);
-- 
1.8.3.1


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

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* Re: 3.14-rc1 ring/display regression in "low" power_profile (drm/radeon/pm: move pm handling into the asic specific code)
  2014-02-25 17:04   ` Alex Deucher
@ 2014-03-01 20:51     ` Rafał Miłecki
  0 siblings, 0 replies; 4+ messages in thread
From: Rafał Miłecki @ 2014-03-01 20:51 UTC (permalink / raw)
  To: Alex Deucher; +Cc: dri-devel

2014-02-25 18:04 GMT+01:00 Alex Deucher <alexdeucher@gmail.com>:
> Does the attached patch help?

It does, thanks!

-- 
Rafał
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

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

end of thread, other threads:[~2014-03-01 20:51 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-02-06  7:28 3.14-rc1 ring/display regression in "low" power_profile (drm/radeon/pm: move pm handling into the asic specific code) Rafał Miłecki
2014-02-25 16:35 ` Rafał Miłecki
2014-02-25 17:04   ` Alex Deucher
2014-03-01 20:51     ` Rafał Miłecki

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