regressions.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
* [REGRESSION] Laptop with Ryzen 4600H fails to resume video since 5.17.4 (works 5.17.3)
@ 2022-05-14 14:41 Christian Casteyde
  2022-05-14 15:12 ` Thorsten Leemhuis
  0 siblings, 1 reply; 30+ messages in thread
From: Christian Casteyde @ 2022-05-14 14:41 UTC (permalink / raw)
  To: stable; +Cc: regressions, kai.heng.feng, alexander.deucher, gregkh

#regzbot introduced v5.17.3..v5.17.4
#regzbot introduced: 001828fb3084379f3c3e228b905223c50bc237f9

Hello
Since 5.17.4 my laptop doesn't resume from suspend anymore. At resume, 
symptoms are variable:
- either the laptop freezes;
- either the screen keeps blank;
- either the screen is OK but mouse is frozen;
- either display lags with several logs in dmesg:
[  228.275492] [drm] Fence fallback timer expired on ring gfx
[  228.395466] [drm:amdgpu_dm_atomic_commit_tail] *ERROR* Waiting for fences 
timed out!
[  228.779490] [drm] Fence fallback timer expired on ring gfx
[  229.283484] [drm] Fence fallback timer expired on ring sdma0
[  229.283485] [drm] Fence fallback timer expired on ring gfx
[  229.787487] [drm] Fence fallback timer expired on ring gfx
...

I've bisected the problem.

Please note this laptop has a strange behaviour on suspend:
The first suspend request always fails (this point has never been fixed and 
plagues us when trying to diagnose another regression on touchpad not resuming 
in the past). The screen goes blank and I can get it OK when pressing the 
power button, this seems to reset it. After that all suspend/resume works OK.

Since 5.17.4, it is not possible anymore to get the laptop working again after 
the first suspend failure.

HW : HP Pavilion / Ryzen 4600H with AMD graphics integrated + NVidia 1650Ti 
(turned off with ACPI call in order to get more battery, I'm not using NVidia 
driver).




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

* Re: [REGRESSION] Laptop with Ryzen 4600H fails to resume video since 5.17.4 (works 5.17.3)
  2022-05-14 14:41 [REGRESSION] Laptop with Ryzen 4600H fails to resume video since 5.17.4 (works 5.17.3) Christian Casteyde
@ 2022-05-14 15:12 ` Thorsten Leemhuis
  2022-05-14 17:34   ` Christian Casteyde
  2022-05-27  9:51   ` [REGRESSION] Laptop with Ryzen 4600H fails to resume video since 5.17.4 (works 5.17.3) #forregzbot Thorsten Leemhuis
  0 siblings, 2 replies; 30+ messages in thread
From: Thorsten Leemhuis @ 2022-05-14 15:12 UTC (permalink / raw)
  To: Christian Casteyde, stable
  Cc: regressions, kai.heng.feng, alexander.deucher, gregkh

Hi, this is your Linux kernel regression tracker. Thanks for the report.

On 14.05.22 16:41, Christian Casteyde wrote:
> #regzbot introduced v5.17.3..v5.17.4
> #regzbot introduced: 001828fb3084379f3c3e228b905223c50bc237f9

FWIW, that's commit 887f75cfd0da ("drm/amdgpu: Ensure HDA function is
suspended before ASIC reset") upstream.

Recently a regression was reported where 887f75cfd0da was suspected as
the culprit:
https://gitlab.freedesktop.org/drm/amd/-/issues/2008

And a one related to it:
https://gitlab.freedesktop.org/drm/amd/-/issues/1982

You might want to take a look if what was discussed there might be
related to your problem (I'm not directly involved in any of this, I
don't know the details, it's just that 887f75cfd0da looked familiar to
me). If it is, a fix for these two bugs was committed to master earlier
this week:

https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=a56f445f807b0276

It will likely be backported to 5.17.y, maybe already in the over-next
release. HTH.

Ciao, Thorsten (wearing his 'the Linux kernel's regression tracker' hat)

P.S.: As the Linux kernel's regression tracker I deal with a lot of
reports and sometimes miss something important when writing mails like
this. If that's the case here, don't hesitate to tell me in a public
reply, it's in everyone's interest to set the public record straight.

> Hello
> Since 5.17.4 my laptop doesn't resume from suspend anymore. At resume, 
> symptoms are variable:
> - either the laptop freezes;
> - either the screen keeps blank;
> - either the screen is OK but mouse is frozen;
> - either display lags with several logs in dmesg:
> [  228.275492] [drm] Fence fallback timer expired on ring gfx
> [  228.395466] [drm:amdgpu_dm_atomic_commit_tail] *ERROR* Waiting for fences 
> timed out!
> [  228.779490] [drm] Fence fallback timer expired on ring gfx
> [  229.283484] [drm] Fence fallback timer expired on ring sdma0
> [  229.283485] [drm] Fence fallback timer expired on ring gfx
> [  229.787487] [drm] Fence fallback timer expired on ring gfx
> ...
> 
> I've bisected the problem.
> 
> Please note this laptop has a strange behaviour on suspend:
> The first suspend request always fails (this point has never been fixed and 
> plagues us when trying to diagnose another regression on touchpad not resuming 
> in the past). The screen goes blank and I can get it OK when pressing the 
> power button, this seems to reset it. After that all suspend/resume works OK.
> 
> Since 5.17.4, it is not possible anymore to get the laptop working again after 
> the first suspend failure.
> 
> HW : HP Pavilion / Ryzen 4600H with AMD graphics integrated + NVidia 1650Ti 
> (turned off with ACPI call in order to get more battery, I'm not using NVidia 
> driver).
> 
> 
> 
> 
> 

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

* Re: [REGRESSION] Laptop with Ryzen 4600H fails to resume video since 5.17.4 (works 5.17.3)
  2022-05-14 15:12 ` Thorsten Leemhuis
@ 2022-05-14 17:34   ` Christian Casteyde
  2022-05-16  2:47     ` Kai-Heng Feng
  2022-05-27  9:51   ` [REGRESSION] Laptop with Ryzen 4600H fails to resume video since 5.17.4 (works 5.17.3) #forregzbot Thorsten Leemhuis
  1 sibling, 1 reply; 30+ messages in thread
From: Christian Casteyde @ 2022-05-14 17:34 UTC (permalink / raw)
  To: stable, Thorsten Leemhuis
  Cc: regressions, kai.heng.feng, alexander.deucher, gregkh

I've applied the commit a56f445f807b0276 on 5.17.7 and tested.
This does not fix the problem on my laptop.

For informatio, here is a part of the log around the suspend process:

May 14 19:21:41 geek500 kernel: snd_hda_intel 0000:01:00.1: can't change power 
state from D3cold to D0 (config space inaccessible)
May 14 19:21:41 geek500 kernel: PM: late suspend of devices failed
May 14 19:21:41 geek500 kernel: ------------[ cut here ]------------
May 14 19:21:41 geek500 kernel: i2c_designware AMDI0010:03: Transfer while 
suspended
May 14 19:21:41 geek500 kernel: pci 0000:00:00.2: can't derive routing for PCI 
INT A
May 14 19:21:41 geek500 kernel: pci 0000:00:00.2: PCI INT A: no GSI
May 14 19:21:41 geek500 kernel: WARNING: CPU: 9 PID: 1972 at drivers/i2c/
busses/i2c-designware-master.c:570 i2c_dw_xfer+0x3f6/0x440
May 14 19:21:41 geek500 kernel: Modules linked in: [last unloaded: acpi_call]
May 14 19:21:41 geek500 kernel: CPU: 9 PID: 1972 Comm: kworker/u32:18 Tainted: 
G           O      5.17.7+ #7
May 14 19:21:41 geek500 kernel: Hardware name: HP HP Pavilion Gaming Laptop 
15-ec1xxx/87B2, BIOS F.25 08/18/2021
May 14 19:21:41 geek500 kernel: Workqueue: events_unbound async_run_entry_fn
May 14 19:21:41 geek500 kernel: RIP: 0010:i2c_dw_xfer+0x3f6/0x440
May 14 19:21:41 geek500 kernel: Code: c6 05 db 31 45 01 01 4c 8b 67 50 4d 85 
e4 75 03 4c 8b 27 e8 fc e1 e9 ff 4c 89 e2 48 c7 c7 00 01 cc
 ab 48 89 c6 e8 b3 4f 45 00 <0f> 0b 41 be 94 ff ff ff e9 cc fc ff ff e9 2d 9c 
4b 00 83 f8 01 74
May 14 19:21:41 geek500 kernel: RSP: 0018:ffff8dbfc31e7c68 EFLAGS: 00010286
May 14 19:21:41 geek500 kernel: RAX: 0000000000000000 RBX: ffff888540f170e8 
RCX: 0000000000000be5
May 14 19:21:41 geek500 kernel: RDX: 0000000000000000 RSI: 0000000000000086 
RDI: ffffffffac858df8
May 14 19:21:41 geek500 kernel: RBP: ffff888540f170e8 R08: ffffffffabe46d60 
R09: 00000000ac86a0f6
May 14 19:21:41 geek500 kernel: R10: ffffffffffffffff R11: ffffffffffffffff 
R12: ffff888540f5c070
May 14 19:21:41 geek500 kernel: R13: ffff8dbfc31e7d70 R14: 00000000ffffff94 
R15: ffff888540f17028
May 14 19:21:41 geek500 kernel: FS:  0000000000000000(0000) 
GS:ffff88885f640000(0000) knlGS:0000000000000000
May 14 19:21:41 geek500 kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 
0000000080050033
May 14 19:21:41 geek500 kernel: CR2: 00007f1984067028 CR3: 0000000045e0c000 
CR4: 0000000000350ee0
May 14 19:21:41 geek500 kernel: Call Trace:
May 14 19:21:41 geek500 kernel:  <TASK>
May 14 19:21:41 geek500 kernel:  ? dequeue_entity+0xd4/0x250
May 14 19:21:41 geek500 kernel:  ? newidle_balance.constprop.0+0x1f7/0x3b0
May 14 19:21:41 geek500 kernel:  __i2c_transfer+0x16d/0x520
May 14 19:21:41 geek500 kernel:  i2c_transfer+0x7a/0xd0
May 14 19:21:41 geek500 kernel:  __i2c_hid_command+0x106/0x2d0
May 14 19:21:41 geek500 kernel:  ? amd_gpio_irq_enable+0x19/0x50
May 14 19:21:41 geek500 kernel:  i2c_hid_set_power+0x4a/0xd0
May 14 19:21:41 geek500 kernel:  i2c_hid_core_resume+0x60/0xb0
May 14 19:21:41 geek500 kernel:  ? acpi_subsys_resume_early+0x50/0x50
May 14 19:21:41 geek500 kernel:  dpm_run_callback+0x1d/0xd0
May 14 19:21:41 geek500 kernel:  device_resume+0x122/0x230
May 14 19:21:41 geek500 kernel:  async_resume+0x14/0x30
May 14 19:21:41 geek500 kernel:  async_run_entry_fn+0x1b/0xa0
May 14 19:21:41 geek500 kernel:  process_one_work+0x1d3/0x3a0
May 14 19:21:41 geek500 kernel:  worker_thread+0x48/0x3c0
May 14 19:21:41 geek500 kernel:  ? rescuer_thread+0x380/0x380
May 14 19:21:41 geek500 kernel:  kthread+0xd3/0x100
May 14 19:21:41 geek500 kernel:  ? kthread_complete_and_exit+0x20/0x20
May 14 19:21:41 geek500 kernel:  ret_from_fork+0x22/0x30
May 14 19:21:41 geek500 kernel:  </TASK>
May 14 19:21:41 geek500 kernel: ---[ end trace 0000000000000000 ]---
May 14 19:21:41 geek500 kernel: i2c_hid_acpi i2c-ELAN0718:00: failed to change 
power setting.
May 14 19:21:41 geek500 kernel: PM: dpm_run_callback(): 
acpi_subsys_resume+0x0/0x50 returns -108
May 14 19:21:41 geek500 kernel: i2c_hid_acpi i2c-ELAN0718:00: PM: failed to 
resume async: error -108
May 14 19:21:41 geek500 kernel: amdgpu 0000:05:00.0: 
[drm:amdgpu_ring_test_helper] *ERROR* ring gfx test failed (-110)
May 14 19:21:41 geek500 kernel: [drm:amdgpu_device_ip_resume_phase2] *ERROR* 
resume of IP block <gfx_v9_0> failed -110
May 14 19:21:41 geek500 kernel: amdgpu 0000:05:00.0: amdgpu: 
amdgpu_device_ip_resume failed (-110).
May 14 19:21:41 geek500 kernel: PM: dpm_run_callback(): 
pci_pm_resume+0x0/0x120 returns -110
May 14 19:21:41 geek500 kernel: amdgpu 0000:05:00.0: PM: failed to resume 
async: error -110
May 14 19:21:41 geek500 kernel: ------------[ cut here ]------------
May 14 19:21:41 geek500 kernel: AMDI0010:03 already disabled
May 14 19:21:41 geek500 kernel: WARNING: CPU: 6 PID: 1091 at drivers/clk/
clk.c:971 clk_core_disable+0x80/0x1a0
May 14 19:21:41 geek500 kernel: Modules linked in: [last unloaded: acpi_call]
May 14 19:21:41 geek500 kernel: CPU: 6 PID: 1091 Comm: kworker/6:3 Tainted: G        
W  O      5.17.7+ #7
May 14 19:21:41 geek500 kernel: Hardware name: HP HP Pavilion Gaming Laptop 
15-ec1xxx/87B2, BIOS F.25 08/18/2021
May 14 19:21:41 geek500 kernel: Workqueue: pm pm_runtime_work
May 14 19:21:41 geek500 kernel: RIP: 0010:clk_core_disable+0x80/0x1a0
May 14 19:21:41 geek500 kernel: Code: 10 e8 e4 4a d1 00 0f 1f 44 00 00 48 8b 
5b 30 48 85 db 74 b6 8b 43 7c 85 c0 75 a4 48 8b 33 48 c7 c7 7d 87 c4 ab e8 79 
7a 9a 00 <0f> 0b 5b 5d c3 65 8b 05 5c a1 92 55 89 c0 48 0f a3 05 4a 61 9d 01
May 14 19:21:41 geek500 kernel: RSP: 0018:ffff8dbfc1c47d50 EFLAGS: 00010082
May 14 19:21:41 geek500 kernel: 
May 14 19:21:41 geek500 kernel: RAX: 0000000000000000 RBX: ffff8885401b6300 
RCX: 0000000000000027
May 14 19:21:41 geek500 kernel: RDX: ffff88885f59f468 RSI: 0000000000000001 
RDI: ffff88885f59f460
May 14 19:21:41 geek500 kernel: RBP: 0000000000000283 R08: ffffffffabf26da8 
R09: 00000000ffffdfff
May 14 19:21:41 geek500 kernel: R10: ffffffffabe46dc0 R11: ffffffffabe46dc0 
R12: ffff8885401b6300
May 14 19:21:41 geek500 kernel: R13: ffff888540fc30f4 R14: 0000000000000008 
R15: 0000000000000000
May 14 19:21:41 geek500 kernel: FS:  0000000000000000(0000) 
GS:ffff88885f580000(0000) knlGS:0000000000000000
May 14 19:21:41 geek500 kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 
0000000080050033
May 14 19:21:41 geek500 kernel: CR2: 00000000010fa990 CR3: 0000000102956000 
CR4: 0000000000350ee0
May 14 19:21:41 geek500 kernel: Call Trace:
May 14 19:21:41 geek500 kernel:  <TASK>
May 14 19:21:41 geek500 kernel:  clk_disable+0x24/0x30
May 14 19:21:41 geek500 kernel:  i2c_dw_prepare_clk+0x74/0xd0
May 14 19:21:41 geek500 kernel:  dw_i2c_plat_suspend+0x2e/0x40
May 14 19:21:41 geek500 kernel:  acpi_subsys_runtime_suspend+0x9/0x20
May 14 19:21:41 geek500 kernel:  ? acpi_dev_suspend+0x160/0x160
May 14 19:21:41 geek500 kernel:  __rpm_callback+0x3f/0x150
May 14 19:21:41 geek500 kernel:  ? acpi_dev_suspend+0x160/0x160
May 14 19:21:41 geek500 kernel:  rpm_callback+0x54/0x60
May 14 19:21:41 geek500 kernel:  ? acpi_dev_suspend+0x160/0x160
May 14 19:21:41 geek500 kernel:  rpm_suspend+0x142/0x720
May 14 19:21:41 geek500 kernel:  pm_runtime_work+0x8f/0xa0
May 14 19:21:41 geek500 kernel:  process_one_work+0x1d3/0x3a0
May 14 19:21:41 geek500 kernel:  worker_thread+0x48/0x3c0
May 14 19:21:41 geek500 kernel:  ? rescuer_thread+0x380/0x380
May 14 19:21:41 geek500 kernel:  kthread+0xd3/0x100
May 14 19:21:41 geek500 kernel:  ? kthread_complete_and_exit+0x20/0x20
May 14 19:21:41 geek500 kernel:  ret_from_fork+0x22/0x30
May 14 19:21:41 geek500 kernel:  </TASK>
May 14 19:21:41 geek500 kernel: ---[ end trace 0000000000000000 ]---
May 14 19:21:41 geek500 kernel: ------------[ cut here ]------------
May 14 19:21:41 geek500 kernel: AMDI0010:03 already unprepared
May 14 19:21:41 geek500 kernel: WARNING: CPU: 6 PID: 1091 at drivers/clk/
clk.c:829 clk_core_unprepare+0xb1/0x1a0
May 14 19:21:41 geek500 kernel: Modules linked in: [last unloaded: acpi_call]
May 14 19:21:41 geek500 kernel: CPU: 6 PID: 1091 Comm: kworker/6:3 Tainted: G        
W  O      5.17.7+ #7
May 14 19:21:41 geek500 kernel: Hardware name: HP HP Pavilion Gaming Laptop 
15-ec1xxx/87B2, BIOS F.25 08/18/2021
May 14 19:21:41 geek500 kernel: Workqueue: pm pm_runtime_work
May 14 19:21:41 geek500 kernel: RIP: 0010:clk_core_unprepare+0xb1/0x1a0
May 14 19:21:41 geek500 kernel: Code: 40 00 66 90 48 8b 5b 30 48 85 db 74 a2 
8b 83 80 00 00 00 85 c0 0f 85 79 ff ff ff 48 8b 33 48 c7 c7 35 87 c4 ab e8 18 
7c 9a 00 <0f> 0b 5b c3 65 8b 05 fc a2 92 55 89 c0 48 0f a3 05 ea 62 9d 01 73
May 14 19:21:41 geek500 kernel: RSP: 0018:ffff8dbfc1c47d60 EFLAGS: 00010286
May 14 19:21:41 geek500 kernel: RAX: 0000000000000000 RBX: ffff8885401b6300 
RCX: 0000000000000027
May 14 19:21:41 geek500 kernel: RDX: ffff88885f59f468 RSI: 0000000000000001 
RDI: ffff88885f59f460
May 14 19:21:41 geek500 kernel: RBP: ffff8885401b6300 R08: ffffffffabf26da8 
R09: 00000000ffffdfff
May 14 19:21:41 geek500 kernel: R10: ffffffffabe46dc0 R11: ffffffffabe46dc0 
R12: 0000000000000000
May 14 19:21:41 geek500 kernel: R13: ffff888540fc30f4 R14: 0000000000000008 
R15: 0000000000000000
May 14 19:21:41 geek500 kernel: FS:  0000000000000000(0000) 
GS:ffff88885f580000(0000) knlGS:0000000000000000
May 14 19:21:41 geek500 kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 
0000000080050033
May 14 19:21:41 geek500 kernel: CR2: 00000000010fa990 CR3: 0000000102956000 
CR4: 0000000000350ee0
May 14 19:21:41 geek500 kernel: Call Trace:
May 14 19:21:41 geek500 kernel:  <TASK>
May 14 19:21:41 geek500 kernel:  clk_unprepare+0x1f/0x30
May 14 19:21:41 geek500 kernel:  i2c_dw_prepare_clk+0x7c/0xd0
May 14 19:21:41 geek500 kernel:  dw_i2c_plat_suspend+0x2e/0x40
May 14 19:21:41 geek500 kernel:  acpi_subsys_runtime_suspend+0x9/0x20
May 14 19:21:41 geek500 kernel:  ? acpi_dev_suspend+0x160/0x160
May 14 19:21:41 geek500 kernel:  __rpm_callback+0x3f/0x150
May 14 19:21:41 geek500 kernel:  ? acpi_dev_suspend+0x160/0x160
May 14 19:21:41 geek500 kernel: done.
May 14 19:21:41 geek500 kernel:  rpm_callback+0x54/0x60
May 14 19:21:41 geek500 kernel:  ? acpi_dev_suspend+0x160/0x160
May 14 19:21:41 geek500 kernel:  rpm_suspend+0x142/0x720
May 14 19:21:41 geek500 kernel:  pm_runtime_work+0x8f/0xa0
May 14 19:21:41 geek500 kernel:  process_one_work+0x1d3/0x3a0
May 14 19:21:41 geek500 kernel:  worker_thread+0x48/0x3c0
May 14 19:21:41 geek500 kernel:  ? rescuer_thread+0x380/0x380
May 14 19:21:41 geek500 kernel:  kthread+0xd3/0x100
May 14 19:21:41 geek500 kernel:  ? kthread_complete_and_exit+0x20/0x20
May 14 19:21:41 geek500 kernel:  ret_from_fork+0x22/0x30
May 14 19:21:41 geek500 kernel:  </TASK>
May 14 19:21:41 geek500 kernel: ---[ end trace 0000000000000000 ]---
May 14 19:21:41 geek500 kernel: ------------[ cut here ]------------
May 14 19:21:41 geek500 kernel: AMDI0010:03 already disabled
May 14 19:21:41 geek500 kernel: WARNING: CPU: 6 PID: 1091 at drivers/clk/
clk.c:971 clk_core_disable+0x80/0x1a0
May 14 19:21:41 geek500 kernel: Modules linked in: [last unloaded: acpi_call]
May 14 19:21:41 geek500 kernel: CPU: 6 PID: 1091 Comm: kworker/6:3 Tainted: G        
W  O      5.17.7+ #7
May 14 19:21:41 geek500 kernel: Hardware name: HP HP Pavilion Gaming Laptop 
15-ec1xxx/87B2, BIOS F.25 08/18/2021
May 14 19:21:41 geek500 kernel: Workqueue: pm pm_runtime_work
May 14 19:21:41 geek500 kernel: RIP: 0010:clk_core_disable+0x80/0x1a0
May 14 19:21:41 geek500 kernel: Code: 10 e8 e4 4a d1 00 0f 1f 44 00 00 48 8b 
5b 30 48 85 db 74 b6 8b 43 7c 85 c0 75 a4 48 8b 33 48 c7 c7 7d 87 c4 ab e8 79 
7a 9a 00 <0f> 0b 5b 5d c3 65 8b 05 5c a1 92 55 89 c0 48 0f a3 05 4a 61 9d 01
May 14 19:21:41 geek500 kernel: RSP: 0018:ffff8dbfc1c47d50 EFLAGS: 00010082
May 14 19:21:41 geek500 kernel: RAX: 0000000000000000 RBX: ffff8885401b6300 
RCX: 0000000000000027
May 14 19:21:41 geek500 kernel: RDX: ffff88885f59f468 RSI: 0000000000000001 
RDI: ffff88885f59f460
May 14 19:21:41 geek500 kernel: RBP: 0000000000000287 R08: ffffffffabf26da8 
R09: 00000000ffffdfff
May 14 19:21:41 geek500 kernel: R10: ffffffffabe46dc0 R11: ffffffffabe46dc0 
R12: ffff8885401b6300
May 14 19:21:41 geek500 kernel: R13: ffff888540fc30f4 R14: 0000000000000008 
R15: 0000000000000000
May 14 19:21:41 geek500 kernel: FS:  0000000000000000(0000) 
GS:ffff88885f580000(0000) knlGS:0000000000000000
May 14 19:21:41 geek500 kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 
0000000080050033
May 14 19:21:41 geek500 kernel: CR2: 00000000010fa990 CR3: 0000000102956000 
CR4: 0000000000350ee0
May 14 19:21:41 geek500 kernel: Call Trace:
May 14 19:21:41 geek500 kernel:  <TASK>
May 14 19:21:41 geek500 kernel:  clk_disable+0x24/0x30
May 14 19:21:41 geek500 kernel:  i2c_dw_prepare_clk+0x88/0xd0
May 14 19:21:41 geek500 kernel:  dw_i2c_plat_suspend+0x2e/0x40
May 14 19:21:41 geek500 kernel:  acpi_subsys_runtime_suspend+0x9/0x20
May 14 19:21:41 geek500 kernel:  ? acpi_dev_suspend+0x160/0x160
May 14 19:21:41 geek500 kernel:  __rpm_callback+0x3f/0x150
May 14 19:21:41 geek500 kernel:  ? acpi_dev_suspend+0x160/0x160
May 14 19:21:41 geek500 kernel:  rpm_callback+0x54/0x60
May 14 19:21:41 geek500 kernel:  ? acpi_dev_suspend+0x160/0x160
May 14 19:21:41 geek500 kernel:  rpm_suspend+0x142/0x720
May 14 19:21:41 geek500 kernel:  pm_runtime_work+0x8f/0xa0
May 14 19:21:41 geek500 kernel:  process_one_work+0x1d3/0x3a0
May 14 19:21:41 geek500 kernel:  worker_thread+0x48/0x3c0
May 14 19:21:41 geek500 kernel:  ? rescuer_thread+0x380/0x380
May 14 19:21:41 geek500 kernel:  kthread+0xd3/0x100
May 14 19:21:41 geek500 kernel:  ? kthread_complete_and_exit+0x20/0x20
May 14 19:21:41 geek500 kernel:  ret_from_fork+0x22/0x30
May 14 19:21:41 geek500 kernel:  </TASK>
May 14 19:21:41 geek500 kernel: ---[ end trace 0000000000000000 ]---
May 14 19:21:41 geek500 kernel: ------------[ cut here ]------------
May 14 19:21:41 geek500 kernel: AMDI0010:03 already unprepared
May 14 19:21:41 geek500 kernel: WARNING: CPU: 6 PID: 1091 at drivers/clk/
clk.c:829 clk_core_unprepare+0xb1/0x1a0
May 14 19:21:41 geek500 kernel: Modules linked in: [last unloaded: acpi_call]
May 14 19:21:41 geek500 kernel: CPU: 6 PID: 1091 Comm: kworker/6:3 Tainted: G        
W  O      5.17.7+ #7
May 14 19:21:41 geek500 kernel: Hardware name: HP HP Pavilion Gaming Laptop 
15-ec1xxx/87B2, BIOS F.25 08/18/2021
May 14 19:21:41 geek500 kernel: Workqueue: pm pm_runtime_work
May 14 19:21:41 geek500 kernel: RIP: 0010:clk_core_unprepare+0xb1/0x1a0
May 14 19:21:41 geek500 kernel: Code: 40 00 66 90 48 8b 5b 30 48 85 db 74 a2 
8b 83 80 00 00 00 85 c0 0f 85 79 ff ff ff 48 8b 33 48 c7 c7 35 87 c4 ab e8 18 
7c 9a 00 <0f> 0b 5b c3 65 8b 05 fc a2 92 55 89 c0 48 0f a3 05 ea 62 9d 01 73
May 14 19:21:41 geek500 kernel: RSP: 0018:ffff8dbfc1c47d60 EFLAGS: 00010286
May 14 19:21:41 geek500 kernel: RAX: 0000000000000000 RBX: ffff8885401b6300 
RCX: 0000000000000027
May 14 19:21:41 geek500 kernel: RDX: ffff88885f59f468 RSI: 0000000000000001 
RDI: ffff88885f59f460
May 14 19:21:41 geek500 kernel: RBP: ffff8885401b6300 R08: ffffffffabf26da8 
R09: 00000000ffffdfff
May 14 19:21:41 geek500 kernel: R10: ffffffffabe46dc0 R11: ffffffffabe46dc0 
R12: 0000000000000000
May 14 19:21:41 geek500 kernel: R13: ffff888540fc30f4 R14: 0000000000000008 
R15: 0000000000000000
May 14 19:21:41 geek500 kernel: FS:  0000000000000000(0000) 
GS:ffff88885f580000(0000) knlGS:0000000000000000
May 14 19:21:41 geek500 kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 
0000000080050033
May 14 19:21:41 geek500 kernel: CR2: 00000000010fa990 CR3: 0000000102956000 
CR4: 0000000000350ee0
May 14 19:21:41 geek500 kernel: Call Trace:
May 14 19:21:41 geek500 kernel:  <TASK>
May 14 19:21:41 geek500 kernel:  clk_unprepare+0x1f/0x30
May 14 19:21:41 geek500 kernel:  i2c_dw_prepare_clk+0x90/0xd0
May 14 19:21:41 geek500 kernel:  dw_i2c_plat_suspend+0x2e/0x40
May 14 19:21:41 geek500 kernel:  acpi_subsys_runtime_suspend+0x9/0x20
May 14 19:21:41 geek500 kernel:  ? acpi_dev_suspend+0x160/0x160
May 14 19:21:41 geek500 kernel:  __rpm_callback+0x3f/0x150
May 14 19:21:41 geek500 kernel:  ? acpi_dev_suspend+0x160/0x160
May 14 19:21:41 geek500 kernel:  rpm_callback+0x54/0x60
May 14 19:21:41 geek500 kernel:  ? acpi_dev_suspend+0x160/0x160
May 14 19:21:41 geek500 kernel:  rpm_suspend+0x142/0x720
May 14 19:21:41 geek500 kernel:  pm_runtime_work+0x8f/0xa0
May 14 19:21:41 geek500 kernel:  process_one_work+0x1d3/0x3a0
May 14 19:21:41 geek500 kernel:  worker_thread+0x48/0x3c0
May 14 19:21:41 geek500 kernel:  ? rescuer_thread+0x380/0x380
May 14 19:21:41 geek500 kernel:  kthread+0xd3/0x100
May 14 19:21:41 geek500 kernel:  ? kthread_complete_and_exit+0x20/0x20
May 14 19:21:41 geek500 kernel:  ret_from_fork+0x22/0x30
May 14 19:21:41 geek500 kernel:  </TASK>
May 14 19:21:41 geek500 kernel: ---[ end trace 0000000000000000 ]---
May 14 19:21:59 geek500 kernel: snd_hda_codec_hdmi hdaudioC1D0: Unable to sync 
register 0x4f0800. -5
May 14 19:21:59 geek500 kernel: (elapsed 0.175 seconds) done.
May 14 19:21:59 geek500 kernel: amdgpu 0000:05:00.0: amdgpu: Power consumption 
will be higher as BIOS has not been configured for suspend-to-idle.
To use suspend-to-idle change the sleep mode in BIOS setup.
May 14 19:21:59 geek500 kernel: snd_hda_intel 0000:01:00.1: can't change power 
state from D3cold to D0 (config space inaccessible)
May 14 19:21:59 geek500 kernel: pci 0000:00:00.2: can't derive routing for PCI 
INT A
May 14 19:21:59 geek500 kernel: pci 0000:00:00.2: PCI INT A: no GSI
May 14 19:21:59 geek500 kernel: [drm] Fence fallback timer expired on ring gfx
May 14 19:21:59 geek500 kernel: Bluetooth: hci0: command 0xfc20 tx timeout
May 14 19:21:59 geek500 kernel: [drm] Fence fallback timer expired on ring 
sdma0
May 14 19:21:59 geek500 kernel: Bluetooth: hci0: RTL: download fw command 
failed (-110)
May 14 19:21:59 geek500 kernel: done.
May 14 19:22:00 geek500 kernel: snd_hda_codec_hdmi hdaudioC1D0: Unable to sync 
register 0x4f0800. -5
May 14 19:22:00 geek500 dnsmasq[2079]: no servers found in /etc/dnsmasq.d/
dnsmasq-resolv.conf, will retry
May 14 19:22:01 geek500 kernel: [drm] Fence fallback timer expired on ring 
sdma0
May 14 19:22:01 geek500 kernel: [drm] Fence fallback timer expired on ring gfx
May 14 19:22:01 geek500 kernel: [drm] Fence fallback timer expired on ring 
sdma0
May 14 19:22:02 geek500 last message buffered 2 times
May 14 19:22:03 geek500 kernel: [drm] Fence fallback timer expired on ring gfx
May 14 19:22:03 geek500 kernel: [drm] Fence fallback timer expired on ring 
sdma0
May 14 19:22:03 geek500 kernel: [drm] Fence fallback timer expired on ring gfx
May 14 19:22:03 geek500 kernel: [drm] Fence fallback timer expired on ring 
sdma0
May 14 19:22:04 geek500 kernel: [drm] Fence fallback timer expired on ring gfx
May 14 19:22:04 geek500 kernel: [drm] Fence fallback timer expired on ring 
sdma0
May 14 19:22:04 geek500 kernel: [drm] Fence fallback timer expired on ring gfx
May 14 19:22:04 geek500 kernel: [drm] Fence fallback timer expired on ring 
sdma0
May 14 19:22:05 geek500 last message buffered 2 times
May 14 19:22:05 geek500 kernel: [drm] Fence fallback timer expired on ring gfx
May 14 19:22:06 geek500 kernel: [drm] Fence fallback timer expired on ring 
sdma0
May 14 19:22:06 geek500 kernel: [drm] Fence fallback timer expired on ring gfx
May 14 19:22:06 geek500 last message buffered 1 times
...
May 14 19:22:18 geek500 kernel: [drm] Fence fallback timer expired on ring 
sdma0
May 14 19:22:18 geek500 kernel: [drm:amdgpu_dm_atomic_commit_tail] *ERROR* 
Waiting for fences timed out!
May 14 19:22:18 geek500 kernel: [drm] Fence fallback timer expired on ring 
sdma0

CC

Le samedi 14 mai 2022, 17:12:33 CEST Thorsten Leemhuis a écrit :
> Hi, this is your Linux kernel regression tracker. Thanks for the report.
> 
> On 14.05.22 16:41, Christian Casteyde wrote:
> > #regzbot introduced v5.17.3..v5.17.4
> > #regzbot introduced: 001828fb3084379f3c3e228b905223c50bc237f9
> 
> FWIW, that's commit 887f75cfd0da ("drm/amdgpu: Ensure HDA function is
> suspended before ASIC reset") upstream.
> 
> Recently a regression was reported where 887f75cfd0da was suspected as
> the culprit:
> https://gitlab.freedesktop.org/drm/amd/-/issues/2008
> 
> And a one related to it:
> https://gitlab.freedesktop.org/drm/amd/-/issues/1982
> 
> You might want to take a look if what was discussed there might be
> related to your problem (I'm not directly involved in any of this, I
> don't know the details, it's just that 887f75cfd0da looked familiar to
> me). If it is, a fix for these two bugs was committed to master earlier
> this week:
> 
> https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?i
> d=a56f445f807b0276
> 
> It will likely be backported to 5.17.y, maybe already in the over-next
> release. HTH.
> 
> Ciao, Thorsten (wearing his 'the Linux kernel's regression tracker' hat)
> 
> P.S.: As the Linux kernel's regression tracker I deal with a lot of
> reports and sometimes miss something important when writing mails like
> this. If that's the case here, don't hesitate to tell me in a public
> reply, it's in everyone's interest to set the public record straight.
> 
> > Hello
> > Since 5.17.4 my laptop doesn't resume from suspend anymore. At resume,
> > symptoms are variable:
> > - either the laptop freezes;
> > - either the screen keeps blank;
> > - either the screen is OK but mouse is frozen;
> > - either display lags with several logs in dmesg:
> > [  228.275492] [drm] Fence fallback timer expired on ring gfx
> > [  228.395466] [drm:amdgpu_dm_atomic_commit_tail] *ERROR* Waiting for
> > fences timed out!
> > [  228.779490] [drm] Fence fallback timer expired on ring gfx
> > [  229.283484] [drm] Fence fallback timer expired on ring sdma0
> > [  229.283485] [drm] Fence fallback timer expired on ring gfx
> > [  229.787487] [drm] Fence fallback timer expired on ring gfx
> > ...
> > 
> > I've bisected the problem.
> > 
> > Please note this laptop has a strange behaviour on suspend:
> > The first suspend request always fails (this point has never been fixed
> > and
> > plagues us when trying to diagnose another regression on touchpad not
> > resuming in the past). The screen goes blank and I can get it OK when
> > pressing the power button, this seems to reset it. After that all
> > suspend/resume works OK.
> > 
> > Since 5.17.4, it is not possible anymore to get the laptop working again
> > after the first suspend failure.
> > 
> > HW : HP Pavilion / Ryzen 4600H with AMD graphics integrated + NVidia
> > 1650Ti
> > (turned off with ACPI call in order to get more battery, I'm not using
> > NVidia driver).





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

* Re: [REGRESSION] Laptop with Ryzen 4600H fails to resume video since 5.17.4 (works 5.17.3)
  2022-05-14 17:34   ` Christian Casteyde
@ 2022-05-16  2:47     ` Kai-Heng Feng
  2022-05-16  3:06       ` Mario Limonciello
  2022-05-16 17:23       ` Christian Casteyde
  0 siblings, 2 replies; 30+ messages in thread
From: Kai-Heng Feng @ 2022-05-16  2:47 UTC (permalink / raw)
  To: Christian Casteyde
  Cc: stable, Thorsten Leemhuis, regressions, alexander.deucher,
	gregkh, Limonciello, Mario

[+Cc Mario]

On Sun, May 15, 2022 at 1:34 AM Christian Casteyde
<casteyde.christian@free.fr> wrote:
>
> I've applied the commit a56f445f807b0276 on 5.17.7 and tested.
> This does not fix the problem on my laptop.

Maybe some commits are still missing?

>
> For informatio, here is a part of the log around the suspend process:

Is it possible to attach full dmesg?

Kai-Heng

>
> May 14 19:21:41 geek500 kernel: snd_hda_intel 0000:01:00.1: can't change power
> state from D3cold to D0 (config space inaccessible)
> May 14 19:21:41 geek500 kernel: PM: late suspend of devices failed
> May 14 19:21:41 geek500 kernel: ------------[ cut here ]------------
> May 14 19:21:41 geek500 kernel: i2c_designware AMDI0010:03: Transfer while
> suspended
> May 14 19:21:41 geek500 kernel: pci 0000:00:00.2: can't derive routing for PCI
> INT A
> May 14 19:21:41 geek500 kernel: pci 0000:00:00.2: PCI INT A: no GSI
> May 14 19:21:41 geek500 kernel: WARNING: CPU: 9 PID: 1972 at drivers/i2c/
> busses/i2c-designware-master.c:570 i2c_dw_xfer+0x3f6/0x440
> May 14 19:21:41 geek500 kernel: Modules linked in: [last unloaded: acpi_call]
> May 14 19:21:41 geek500 kernel: CPU: 9 PID: 1972 Comm: kworker/u32:18 Tainted:
> G           O      5.17.7+ #7
> May 14 19:21:41 geek500 kernel: Hardware name: HP HP Pavilion Gaming Laptop
> 15-ec1xxx/87B2, BIOS F.25 08/18/2021
> May 14 19:21:41 geek500 kernel: Workqueue: events_unbound async_run_entry_fn
> May 14 19:21:41 geek500 kernel: RIP: 0010:i2c_dw_xfer+0x3f6/0x440
> May 14 19:21:41 geek500 kernel: Code: c6 05 db 31 45 01 01 4c 8b 67 50 4d 85
> e4 75 03 4c 8b 27 e8 fc e1 e9 ff 4c 89 e2 48 c7 c7 00 01 cc
>  ab 48 89 c6 e8 b3 4f 45 00 <0f> 0b 41 be 94 ff ff ff e9 cc fc ff ff e9 2d 9c
> 4b 00 83 f8 01 74
> May 14 19:21:41 geek500 kernel: RSP: 0018:ffff8dbfc31e7c68 EFLAGS: 00010286
> May 14 19:21:41 geek500 kernel: RAX: 0000000000000000 RBX: ffff888540f170e8
> RCX: 0000000000000be5
> May 14 19:21:41 geek500 kernel: RDX: 0000000000000000 RSI: 0000000000000086
> RDI: ffffffffac858df8
> May 14 19:21:41 geek500 kernel: RBP: ffff888540f170e8 R08: ffffffffabe46d60
> R09: 00000000ac86a0f6
> May 14 19:21:41 geek500 kernel: R10: ffffffffffffffff R11: ffffffffffffffff
> R12: ffff888540f5c070
> May 14 19:21:41 geek500 kernel: R13: ffff8dbfc31e7d70 R14: 00000000ffffff94
> R15: ffff888540f17028
> May 14 19:21:41 geek500 kernel: FS:  0000000000000000(0000)
> GS:ffff88885f640000(0000) knlGS:0000000000000000
> May 14 19:21:41 geek500 kernel: CS:  0010 DS: 0000 ES: 0000 CR0:
> 0000000080050033
> May 14 19:21:41 geek500 kernel: CR2: 00007f1984067028 CR3: 0000000045e0c000
> CR4: 0000000000350ee0
> May 14 19:21:41 geek500 kernel: Call Trace:
> May 14 19:21:41 geek500 kernel:  <TASK>
> May 14 19:21:41 geek500 kernel:  ? dequeue_entity+0xd4/0x250
> May 14 19:21:41 geek500 kernel:  ? newidle_balance.constprop.0+0x1f7/0x3b0
> May 14 19:21:41 geek500 kernel:  __i2c_transfer+0x16d/0x520
> May 14 19:21:41 geek500 kernel:  i2c_transfer+0x7a/0xd0
> May 14 19:21:41 geek500 kernel:  __i2c_hid_command+0x106/0x2d0
> May 14 19:21:41 geek500 kernel:  ? amd_gpio_irq_enable+0x19/0x50
> May 14 19:21:41 geek500 kernel:  i2c_hid_set_power+0x4a/0xd0
> May 14 19:21:41 geek500 kernel:  i2c_hid_core_resume+0x60/0xb0
> May 14 19:21:41 geek500 kernel:  ? acpi_subsys_resume_early+0x50/0x50
> May 14 19:21:41 geek500 kernel:  dpm_run_callback+0x1d/0xd0
> May 14 19:21:41 geek500 kernel:  device_resume+0x122/0x230
> May 14 19:21:41 geek500 kernel:  async_resume+0x14/0x30
> May 14 19:21:41 geek500 kernel:  async_run_entry_fn+0x1b/0xa0
> May 14 19:21:41 geek500 kernel:  process_one_work+0x1d3/0x3a0
> May 14 19:21:41 geek500 kernel:  worker_thread+0x48/0x3c0
> May 14 19:21:41 geek500 kernel:  ? rescuer_thread+0x380/0x380
> May 14 19:21:41 geek500 kernel:  kthread+0xd3/0x100
> May 14 19:21:41 geek500 kernel:  ? kthread_complete_and_exit+0x20/0x20
> May 14 19:21:41 geek500 kernel:  ret_from_fork+0x22/0x30
> May 14 19:21:41 geek500 kernel:  </TASK>
> May 14 19:21:41 geek500 kernel: ---[ end trace 0000000000000000 ]---
> May 14 19:21:41 geek500 kernel: i2c_hid_acpi i2c-ELAN0718:00: failed to change
> power setting.
> May 14 19:21:41 geek500 kernel: PM: dpm_run_callback():
> acpi_subsys_resume+0x0/0x50 returns -108
> May 14 19:21:41 geek500 kernel: i2c_hid_acpi i2c-ELAN0718:00: PM: failed to
> resume async: error -108
> May 14 19:21:41 geek500 kernel: amdgpu 0000:05:00.0:
> [drm:amdgpu_ring_test_helper] *ERROR* ring gfx test failed (-110)
> May 14 19:21:41 geek500 kernel: [drm:amdgpu_device_ip_resume_phase2] *ERROR*
> resume of IP block <gfx_v9_0> failed -110
> May 14 19:21:41 geek500 kernel: amdgpu 0000:05:00.0: amdgpu:
> amdgpu_device_ip_resume failed (-110).
> May 14 19:21:41 geek500 kernel: PM: dpm_run_callback():
> pci_pm_resume+0x0/0x120 returns -110
> May 14 19:21:41 geek500 kernel: amdgpu 0000:05:00.0: PM: failed to resume
> async: error -110
> May 14 19:21:41 geek500 kernel: ------------[ cut here ]------------
> May 14 19:21:41 geek500 kernel: AMDI0010:03 already disabled
> May 14 19:21:41 geek500 kernel: WARNING: CPU: 6 PID: 1091 at drivers/clk/
> clk.c:971 clk_core_disable+0x80/0x1a0
> May 14 19:21:41 geek500 kernel: Modules linked in: [last unloaded: acpi_call]
> May 14 19:21:41 geek500 kernel: CPU: 6 PID: 1091 Comm: kworker/6:3 Tainted: G
> W  O      5.17.7+ #7
> May 14 19:21:41 geek500 kernel: Hardware name: HP HP Pavilion Gaming Laptop
> 15-ec1xxx/87B2, BIOS F.25 08/18/2021
> May 14 19:21:41 geek500 kernel: Workqueue: pm pm_runtime_work
> May 14 19:21:41 geek500 kernel: RIP: 0010:clk_core_disable+0x80/0x1a0
> May 14 19:21:41 geek500 kernel: Code: 10 e8 e4 4a d1 00 0f 1f 44 00 00 48 8b
> 5b 30 48 85 db 74 b6 8b 43 7c 85 c0 75 a4 48 8b 33 48 c7 c7 7d 87 c4 ab e8 79
> 7a 9a 00 <0f> 0b 5b 5d c3 65 8b 05 5c a1 92 55 89 c0 48 0f a3 05 4a 61 9d 01
> May 14 19:21:41 geek500 kernel: RSP: 0018:ffff8dbfc1c47d50 EFLAGS: 00010082
> May 14 19:21:41 geek500 kernel:
> May 14 19:21:41 geek500 kernel: RAX: 0000000000000000 RBX: ffff8885401b6300
> RCX: 0000000000000027
> May 14 19:21:41 geek500 kernel: RDX: ffff88885f59f468 RSI: 0000000000000001
> RDI: ffff88885f59f460
> May 14 19:21:41 geek500 kernel: RBP: 0000000000000283 R08: ffffffffabf26da8
> R09: 00000000ffffdfff
> May 14 19:21:41 geek500 kernel: R10: ffffffffabe46dc0 R11: ffffffffabe46dc0
> R12: ffff8885401b6300
> May 14 19:21:41 geek500 kernel: R13: ffff888540fc30f4 R14: 0000000000000008
> R15: 0000000000000000
> May 14 19:21:41 geek500 kernel: FS:  0000000000000000(0000)
> GS:ffff88885f580000(0000) knlGS:0000000000000000
> May 14 19:21:41 geek500 kernel: CS:  0010 DS: 0000 ES: 0000 CR0:
> 0000000080050033
> May 14 19:21:41 geek500 kernel: CR2: 00000000010fa990 CR3: 0000000102956000
> CR4: 0000000000350ee0
> May 14 19:21:41 geek500 kernel: Call Trace:
> May 14 19:21:41 geek500 kernel:  <TASK>
> May 14 19:21:41 geek500 kernel:  clk_disable+0x24/0x30
> May 14 19:21:41 geek500 kernel:  i2c_dw_prepare_clk+0x74/0xd0
> May 14 19:21:41 geek500 kernel:  dw_i2c_plat_suspend+0x2e/0x40
> May 14 19:21:41 geek500 kernel:  acpi_subsys_runtime_suspend+0x9/0x20
> May 14 19:21:41 geek500 kernel:  ? acpi_dev_suspend+0x160/0x160
> May 14 19:21:41 geek500 kernel:  __rpm_callback+0x3f/0x150
> May 14 19:21:41 geek500 kernel:  ? acpi_dev_suspend+0x160/0x160
> May 14 19:21:41 geek500 kernel:  rpm_callback+0x54/0x60
> May 14 19:21:41 geek500 kernel:  ? acpi_dev_suspend+0x160/0x160
> May 14 19:21:41 geek500 kernel:  rpm_suspend+0x142/0x720
> May 14 19:21:41 geek500 kernel:  pm_runtime_work+0x8f/0xa0
> May 14 19:21:41 geek500 kernel:  process_one_work+0x1d3/0x3a0
> May 14 19:21:41 geek500 kernel:  worker_thread+0x48/0x3c0
> May 14 19:21:41 geek500 kernel:  ? rescuer_thread+0x380/0x380
> May 14 19:21:41 geek500 kernel:  kthread+0xd3/0x100
> May 14 19:21:41 geek500 kernel:  ? kthread_complete_and_exit+0x20/0x20
> May 14 19:21:41 geek500 kernel:  ret_from_fork+0x22/0x30
> May 14 19:21:41 geek500 kernel:  </TASK>
> May 14 19:21:41 geek500 kernel: ---[ end trace 0000000000000000 ]---
> May 14 19:21:41 geek500 kernel: ------------[ cut here ]------------
> May 14 19:21:41 geek500 kernel: AMDI0010:03 already unprepared
> May 14 19:21:41 geek500 kernel: WARNING: CPU: 6 PID: 1091 at drivers/clk/
> clk.c:829 clk_core_unprepare+0xb1/0x1a0
> May 14 19:21:41 geek500 kernel: Modules linked in: [last unloaded: acpi_call]
> May 14 19:21:41 geek500 kernel: CPU: 6 PID: 1091 Comm: kworker/6:3 Tainted: G
> W  O      5.17.7+ #7
> May 14 19:21:41 geek500 kernel: Hardware name: HP HP Pavilion Gaming Laptop
> 15-ec1xxx/87B2, BIOS F.25 08/18/2021
> May 14 19:21:41 geek500 kernel: Workqueue: pm pm_runtime_work
> May 14 19:21:41 geek500 kernel: RIP: 0010:clk_core_unprepare+0xb1/0x1a0
> May 14 19:21:41 geek500 kernel: Code: 40 00 66 90 48 8b 5b 30 48 85 db 74 a2
> 8b 83 80 00 00 00 85 c0 0f 85 79 ff ff ff 48 8b 33 48 c7 c7 35 87 c4 ab e8 18
> 7c 9a 00 <0f> 0b 5b c3 65 8b 05 fc a2 92 55 89 c0 48 0f a3 05 ea 62 9d 01 73
> May 14 19:21:41 geek500 kernel: RSP: 0018:ffff8dbfc1c47d60 EFLAGS: 00010286
> May 14 19:21:41 geek500 kernel: RAX: 0000000000000000 RBX: ffff8885401b6300
> RCX: 0000000000000027
> May 14 19:21:41 geek500 kernel: RDX: ffff88885f59f468 RSI: 0000000000000001
> RDI: ffff88885f59f460
> May 14 19:21:41 geek500 kernel: RBP: ffff8885401b6300 R08: ffffffffabf26da8
> R09: 00000000ffffdfff
> May 14 19:21:41 geek500 kernel: R10: ffffffffabe46dc0 R11: ffffffffabe46dc0
> R12: 0000000000000000
> May 14 19:21:41 geek500 kernel: R13: ffff888540fc30f4 R14: 0000000000000008
> R15: 0000000000000000
> May 14 19:21:41 geek500 kernel: FS:  0000000000000000(0000)
> GS:ffff88885f580000(0000) knlGS:0000000000000000
> May 14 19:21:41 geek500 kernel: CS:  0010 DS: 0000 ES: 0000 CR0:
> 0000000080050033
> May 14 19:21:41 geek500 kernel: CR2: 00000000010fa990 CR3: 0000000102956000
> CR4: 0000000000350ee0
> May 14 19:21:41 geek500 kernel: Call Trace:
> May 14 19:21:41 geek500 kernel:  <TASK>
> May 14 19:21:41 geek500 kernel:  clk_unprepare+0x1f/0x30
> May 14 19:21:41 geek500 kernel:  i2c_dw_prepare_clk+0x7c/0xd0
> May 14 19:21:41 geek500 kernel:  dw_i2c_plat_suspend+0x2e/0x40
> May 14 19:21:41 geek500 kernel:  acpi_subsys_runtime_suspend+0x9/0x20
> May 14 19:21:41 geek500 kernel:  ? acpi_dev_suspend+0x160/0x160
> May 14 19:21:41 geek500 kernel:  __rpm_callback+0x3f/0x150
> May 14 19:21:41 geek500 kernel:  ? acpi_dev_suspend+0x160/0x160
> May 14 19:21:41 geek500 kernel: done.
> May 14 19:21:41 geek500 kernel:  rpm_callback+0x54/0x60
> May 14 19:21:41 geek500 kernel:  ? acpi_dev_suspend+0x160/0x160
> May 14 19:21:41 geek500 kernel:  rpm_suspend+0x142/0x720
> May 14 19:21:41 geek500 kernel:  pm_runtime_work+0x8f/0xa0
> May 14 19:21:41 geek500 kernel:  process_one_work+0x1d3/0x3a0
> May 14 19:21:41 geek500 kernel:  worker_thread+0x48/0x3c0
> May 14 19:21:41 geek500 kernel:  ? rescuer_thread+0x380/0x380
> May 14 19:21:41 geek500 kernel:  kthread+0xd3/0x100
> May 14 19:21:41 geek500 kernel:  ? kthread_complete_and_exit+0x20/0x20
> May 14 19:21:41 geek500 kernel:  ret_from_fork+0x22/0x30
> May 14 19:21:41 geek500 kernel:  </TASK>
> May 14 19:21:41 geek500 kernel: ---[ end trace 0000000000000000 ]---
> May 14 19:21:41 geek500 kernel: ------------[ cut here ]------------
> May 14 19:21:41 geek500 kernel: AMDI0010:03 already disabled
> May 14 19:21:41 geek500 kernel: WARNING: CPU: 6 PID: 1091 at drivers/clk/
> clk.c:971 clk_core_disable+0x80/0x1a0
> May 14 19:21:41 geek500 kernel: Modules linked in: [last unloaded: acpi_call]
> May 14 19:21:41 geek500 kernel: CPU: 6 PID: 1091 Comm: kworker/6:3 Tainted: G
> W  O      5.17.7+ #7
> May 14 19:21:41 geek500 kernel: Hardware name: HP HP Pavilion Gaming Laptop
> 15-ec1xxx/87B2, BIOS F.25 08/18/2021
> May 14 19:21:41 geek500 kernel: Workqueue: pm pm_runtime_work
> May 14 19:21:41 geek500 kernel: RIP: 0010:clk_core_disable+0x80/0x1a0
> May 14 19:21:41 geek500 kernel: Code: 10 e8 e4 4a d1 00 0f 1f 44 00 00 48 8b
> 5b 30 48 85 db 74 b6 8b 43 7c 85 c0 75 a4 48 8b 33 48 c7 c7 7d 87 c4 ab e8 79
> 7a 9a 00 <0f> 0b 5b 5d c3 65 8b 05 5c a1 92 55 89 c0 48 0f a3 05 4a 61 9d 01
> May 14 19:21:41 geek500 kernel: RSP: 0018:ffff8dbfc1c47d50 EFLAGS: 00010082
> May 14 19:21:41 geek500 kernel: RAX: 0000000000000000 RBX: ffff8885401b6300
> RCX: 0000000000000027
> May 14 19:21:41 geek500 kernel: RDX: ffff88885f59f468 RSI: 0000000000000001
> RDI: ffff88885f59f460
> May 14 19:21:41 geek500 kernel: RBP: 0000000000000287 R08: ffffffffabf26da8
> R09: 00000000ffffdfff
> May 14 19:21:41 geek500 kernel: R10: ffffffffabe46dc0 R11: ffffffffabe46dc0
> R12: ffff8885401b6300
> May 14 19:21:41 geek500 kernel: R13: ffff888540fc30f4 R14: 0000000000000008
> R15: 0000000000000000
> May 14 19:21:41 geek500 kernel: FS:  0000000000000000(0000)
> GS:ffff88885f580000(0000) knlGS:0000000000000000
> May 14 19:21:41 geek500 kernel: CS:  0010 DS: 0000 ES: 0000 CR0:
> 0000000080050033
> May 14 19:21:41 geek500 kernel: CR2: 00000000010fa990 CR3: 0000000102956000
> CR4: 0000000000350ee0
> May 14 19:21:41 geek500 kernel: Call Trace:
> May 14 19:21:41 geek500 kernel:  <TASK>
> May 14 19:21:41 geek500 kernel:  clk_disable+0x24/0x30
> May 14 19:21:41 geek500 kernel:  i2c_dw_prepare_clk+0x88/0xd0
> May 14 19:21:41 geek500 kernel:  dw_i2c_plat_suspend+0x2e/0x40
> May 14 19:21:41 geek500 kernel:  acpi_subsys_runtime_suspend+0x9/0x20
> May 14 19:21:41 geek500 kernel:  ? acpi_dev_suspend+0x160/0x160
> May 14 19:21:41 geek500 kernel:  __rpm_callback+0x3f/0x150
> May 14 19:21:41 geek500 kernel:  ? acpi_dev_suspend+0x160/0x160
> May 14 19:21:41 geek500 kernel:  rpm_callback+0x54/0x60
> May 14 19:21:41 geek500 kernel:  ? acpi_dev_suspend+0x160/0x160
> May 14 19:21:41 geek500 kernel:  rpm_suspend+0x142/0x720
> May 14 19:21:41 geek500 kernel:  pm_runtime_work+0x8f/0xa0
> May 14 19:21:41 geek500 kernel:  process_one_work+0x1d3/0x3a0
> May 14 19:21:41 geek500 kernel:  worker_thread+0x48/0x3c0
> May 14 19:21:41 geek500 kernel:  ? rescuer_thread+0x380/0x380
> May 14 19:21:41 geek500 kernel:  kthread+0xd3/0x100
> May 14 19:21:41 geek500 kernel:  ? kthread_complete_and_exit+0x20/0x20
> May 14 19:21:41 geek500 kernel:  ret_from_fork+0x22/0x30
> May 14 19:21:41 geek500 kernel:  </TASK>
> May 14 19:21:41 geek500 kernel: ---[ end trace 0000000000000000 ]---
> May 14 19:21:41 geek500 kernel: ------------[ cut here ]------------
> May 14 19:21:41 geek500 kernel: AMDI0010:03 already unprepared
> May 14 19:21:41 geek500 kernel: WARNING: CPU: 6 PID: 1091 at drivers/clk/
> clk.c:829 clk_core_unprepare+0xb1/0x1a0
> May 14 19:21:41 geek500 kernel: Modules linked in: [last unloaded: acpi_call]
> May 14 19:21:41 geek500 kernel: CPU: 6 PID: 1091 Comm: kworker/6:3 Tainted: G
> W  O      5.17.7+ #7
> May 14 19:21:41 geek500 kernel: Hardware name: HP HP Pavilion Gaming Laptop
> 15-ec1xxx/87B2, BIOS F.25 08/18/2021
> May 14 19:21:41 geek500 kernel: Workqueue: pm pm_runtime_work
> May 14 19:21:41 geek500 kernel: RIP: 0010:clk_core_unprepare+0xb1/0x1a0
> May 14 19:21:41 geek500 kernel: Code: 40 00 66 90 48 8b 5b 30 48 85 db 74 a2
> 8b 83 80 00 00 00 85 c0 0f 85 79 ff ff ff 48 8b 33 48 c7 c7 35 87 c4 ab e8 18
> 7c 9a 00 <0f> 0b 5b c3 65 8b 05 fc a2 92 55 89 c0 48 0f a3 05 ea 62 9d 01 73
> May 14 19:21:41 geek500 kernel: RSP: 0018:ffff8dbfc1c47d60 EFLAGS: 00010286
> May 14 19:21:41 geek500 kernel: RAX: 0000000000000000 RBX: ffff8885401b6300
> RCX: 0000000000000027
> May 14 19:21:41 geek500 kernel: RDX: ffff88885f59f468 RSI: 0000000000000001
> RDI: ffff88885f59f460
> May 14 19:21:41 geek500 kernel: RBP: ffff8885401b6300 R08: ffffffffabf26da8
> R09: 00000000ffffdfff
> May 14 19:21:41 geek500 kernel: R10: ffffffffabe46dc0 R11: ffffffffabe46dc0
> R12: 0000000000000000
> May 14 19:21:41 geek500 kernel: R13: ffff888540fc30f4 R14: 0000000000000008
> R15: 0000000000000000
> May 14 19:21:41 geek500 kernel: FS:  0000000000000000(0000)
> GS:ffff88885f580000(0000) knlGS:0000000000000000
> May 14 19:21:41 geek500 kernel: CS:  0010 DS: 0000 ES: 0000 CR0:
> 0000000080050033
> May 14 19:21:41 geek500 kernel: CR2: 00000000010fa990 CR3: 0000000102956000
> CR4: 0000000000350ee0
> May 14 19:21:41 geek500 kernel: Call Trace:
> May 14 19:21:41 geek500 kernel:  <TASK>
> May 14 19:21:41 geek500 kernel:  clk_unprepare+0x1f/0x30
> May 14 19:21:41 geek500 kernel:  i2c_dw_prepare_clk+0x90/0xd0
> May 14 19:21:41 geek500 kernel:  dw_i2c_plat_suspend+0x2e/0x40
> May 14 19:21:41 geek500 kernel:  acpi_subsys_runtime_suspend+0x9/0x20
> May 14 19:21:41 geek500 kernel:  ? acpi_dev_suspend+0x160/0x160
> May 14 19:21:41 geek500 kernel:  __rpm_callback+0x3f/0x150
> May 14 19:21:41 geek500 kernel:  ? acpi_dev_suspend+0x160/0x160
> May 14 19:21:41 geek500 kernel:  rpm_callback+0x54/0x60
> May 14 19:21:41 geek500 kernel:  ? acpi_dev_suspend+0x160/0x160
> May 14 19:21:41 geek500 kernel:  rpm_suspend+0x142/0x720
> May 14 19:21:41 geek500 kernel:  pm_runtime_work+0x8f/0xa0
> May 14 19:21:41 geek500 kernel:  process_one_work+0x1d3/0x3a0
> May 14 19:21:41 geek500 kernel:  worker_thread+0x48/0x3c0
> May 14 19:21:41 geek500 kernel:  ? rescuer_thread+0x380/0x380
> May 14 19:21:41 geek500 kernel:  kthread+0xd3/0x100
> May 14 19:21:41 geek500 kernel:  ? kthread_complete_and_exit+0x20/0x20
> May 14 19:21:41 geek500 kernel:  ret_from_fork+0x22/0x30
> May 14 19:21:41 geek500 kernel:  </TASK>
> May 14 19:21:41 geek500 kernel: ---[ end trace 0000000000000000 ]---
> May 14 19:21:59 geek500 kernel: snd_hda_codec_hdmi hdaudioC1D0: Unable to sync
> register 0x4f0800. -5
> May 14 19:21:59 geek500 kernel: (elapsed 0.175 seconds) done.
> May 14 19:21:59 geek500 kernel: amdgpu 0000:05:00.0: amdgpu: Power consumption
> will be higher as BIOS has not been configured for suspend-to-idle.
> To use suspend-to-idle change the sleep mode in BIOS setup.
> May 14 19:21:59 geek500 kernel: snd_hda_intel 0000:01:00.1: can't change power
> state from D3cold to D0 (config space inaccessible)
> May 14 19:21:59 geek500 kernel: pci 0000:00:00.2: can't derive routing for PCI
> INT A
> May 14 19:21:59 geek500 kernel: pci 0000:00:00.2: PCI INT A: no GSI
> May 14 19:21:59 geek500 kernel: [drm] Fence fallback timer expired on ring gfx
> May 14 19:21:59 geek500 kernel: Bluetooth: hci0: command 0xfc20 tx timeout
> May 14 19:21:59 geek500 kernel: [drm] Fence fallback timer expired on ring
> sdma0
> May 14 19:21:59 geek500 kernel: Bluetooth: hci0: RTL: download fw command
> failed (-110)
> May 14 19:21:59 geek500 kernel: done.
> May 14 19:22:00 geek500 kernel: snd_hda_codec_hdmi hdaudioC1D0: Unable to sync
> register 0x4f0800. -5
> May 14 19:22:00 geek500 dnsmasq[2079]: no servers found in /etc/dnsmasq.d/
> dnsmasq-resolv.conf, will retry
> May 14 19:22:01 geek500 kernel: [drm] Fence fallback timer expired on ring
> sdma0
> May 14 19:22:01 geek500 kernel: [drm] Fence fallback timer expired on ring gfx
> May 14 19:22:01 geek500 kernel: [drm] Fence fallback timer expired on ring
> sdma0
> May 14 19:22:02 geek500 last message buffered 2 times
> May 14 19:22:03 geek500 kernel: [drm] Fence fallback timer expired on ring gfx
> May 14 19:22:03 geek500 kernel: [drm] Fence fallback timer expired on ring
> sdma0
> May 14 19:22:03 geek500 kernel: [drm] Fence fallback timer expired on ring gfx
> May 14 19:22:03 geek500 kernel: [drm] Fence fallback timer expired on ring
> sdma0
> May 14 19:22:04 geek500 kernel: [drm] Fence fallback timer expired on ring gfx
> May 14 19:22:04 geek500 kernel: [drm] Fence fallback timer expired on ring
> sdma0
> May 14 19:22:04 geek500 kernel: [drm] Fence fallback timer expired on ring gfx
> May 14 19:22:04 geek500 kernel: [drm] Fence fallback timer expired on ring
> sdma0
> May 14 19:22:05 geek500 last message buffered 2 times
> May 14 19:22:05 geek500 kernel: [drm] Fence fallback timer expired on ring gfx
> May 14 19:22:06 geek500 kernel: [drm] Fence fallback timer expired on ring
> sdma0
> May 14 19:22:06 geek500 kernel: [drm] Fence fallback timer expired on ring gfx
> May 14 19:22:06 geek500 last message buffered 1 times
> ...
> May 14 19:22:18 geek500 kernel: [drm] Fence fallback timer expired on ring
> sdma0
> May 14 19:22:18 geek500 kernel: [drm:amdgpu_dm_atomic_commit_tail] *ERROR*
> Waiting for fences timed out!
> May 14 19:22:18 geek500 kernel: [drm] Fence fallback timer expired on ring
> sdma0
>
> CC
>
> Le samedi 14 mai 2022, 17:12:33 CEST Thorsten Leemhuis a écrit :
> > Hi, this is your Linux kernel regression tracker. Thanks for the report.
> >
> > On 14.05.22 16:41, Christian Casteyde wrote:
> > > #regzbot introduced v5.17.3..v5.17.4
> > > #regzbot introduced: 001828fb3084379f3c3e228b905223c50bc237f9
> >
> > FWIW, that's commit 887f75cfd0da ("drm/amdgpu: Ensure HDA function is
> > suspended before ASIC reset") upstream.
> >
> > Recently a regression was reported where 887f75cfd0da was suspected as
> > the culprit:
> > https://gitlab.freedesktop.org/drm/amd/-/issues/2008
> >
> > And a one related to it:
> > https://gitlab.freedesktop.org/drm/amd/-/issues/1982
> >
> > You might want to take a look if what was discussed there might be
> > related to your problem (I'm not directly involved in any of this, I
> > don't know the details, it's just that 887f75cfd0da looked familiar to
> > me). If it is, a fix for these two bugs was committed to master earlier
> > this week:
> >
> > https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?i
> > d=a56f445f807b0276
> >
> > It will likely be backported to 5.17.y, maybe already in the over-next
> > release. HTH.
> >
> > Ciao, Thorsten (wearing his 'the Linux kernel's regression tracker' hat)
> >
> > P.S.: As the Linux kernel's regression tracker I deal with a lot of
> > reports and sometimes miss something important when writing mails like
> > this. If that's the case here, don't hesitate to tell me in a public
> > reply, it's in everyone's interest to set the public record straight.
> >
> > > Hello
> > > Since 5.17.4 my laptop doesn't resume from suspend anymore. At resume,
> > > symptoms are variable:
> > > - either the laptop freezes;
> > > - either the screen keeps blank;
> > > - either the screen is OK but mouse is frozen;
> > > - either display lags with several logs in dmesg:
> > > [  228.275492] [drm] Fence fallback timer expired on ring gfx
> > > [  228.395466] [drm:amdgpu_dm_atomic_commit_tail] *ERROR* Waiting for
> > > fences timed out!
> > > [  228.779490] [drm] Fence fallback timer expired on ring gfx
> > > [  229.283484] [drm] Fence fallback timer expired on ring sdma0
> > > [  229.283485] [drm] Fence fallback timer expired on ring gfx
> > > [  229.787487] [drm] Fence fallback timer expired on ring gfx
> > > ...
> > >
> > > I've bisected the problem.
> > >
> > > Please note this laptop has a strange behaviour on suspend:
> > > The first suspend request always fails (this point has never been fixed
> > > and
> > > plagues us when trying to diagnose another regression on touchpad not
> > > resuming in the past). The screen goes blank and I can get it OK when
> > > pressing the power button, this seems to reset it. After that all
> > > suspend/resume works OK.
> > >
> > > Since 5.17.4, it is not possible anymore to get the laptop working again
> > > after the first suspend failure.
> > >
> > > HW : HP Pavilion / Ryzen 4600H with AMD graphics integrated + NVidia
> > > 1650Ti
> > > (turned off with ACPI call in order to get more battery, I'm not using
> > > NVidia driver).
>
>
>
>

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

* Re: [REGRESSION] Laptop with Ryzen 4600H fails to resume video since 5.17.4 (works 5.17.3)
  2022-05-16  2:47     ` Kai-Heng Feng
@ 2022-05-16  3:06       ` Mario Limonciello
  2022-05-16 17:23       ` Christian Casteyde
  1 sibling, 0 replies; 30+ messages in thread
From: Mario Limonciello @ 2022-05-16  3:06 UTC (permalink / raw)
  To: Kai-Heng Feng, Christian Casteyde
  Cc: stable, Thorsten Leemhuis, regressions, alexander.deucher, gregkh

On 5/15/22 21:47, Kai-Heng Feng wrote:
> [+Cc Mario]
> 
> On Sun, May 15, 2022 at 1:34 AM Christian Casteyde
> <casteyde.christian@free.fr> wrote:
>>
>> I've applied the commit a56f445f807b0276 on 5.17.7 and tested.
>> This does not fix the problem on my laptop.
> 
> Maybe some commits are still missing?
> 
>>
>> For informatio, here is a part of the log around the suspend process:
> 
> Is it possible to attach full dmesg?

This is AMD APU and NVIDIA dGPU?  Or is this A+A?

I notice in the log snippet here this message:

 > May 14 19:21:59 geek500 kernel: amdgpu 0000:05:00.0: amdgpu: Power 
consumption
 > will be higher as BIOS has not been configured for suspend-to-idle.
 > To use suspend-to-idle change the sleep mode in BIOS setup.

This means that you are manually picking s2idle but the system was 
designed for using S3.  Did you manually choose s2idle?

Would you mind bringing all the details of this regression over to a bug 
report at https://gitlab.freedesktop.org/drm/amd/-/issues/ instead?

I would like to see:
* acpidump
* full dmesg from the working scenario
and
* full dmesg of failing scenario (including failure if possible)

> 
> Kai-Heng
> 
>>
>> May 14 19:21:41 geek500 kernel: snd_hda_intel 0000:01:00.1: can't change power
>> state from D3cold to D0 (config space inaccessible)
>> May 14 19:21:41 geek500 kernel: PM: late suspend of devices failed
>> May 14 19:21:41 geek500 kernel: ------------[ cut here ]------------
>> May 14 19:21:41 geek500 kernel: i2c_designware AMDI0010:03: Transfer while
>> suspended
>> May 14 19:21:41 geek500 kernel: pci 0000:00:00.2: can't derive routing for PCI
>> INT A
>> May 14 19:21:41 geek500 kernel: pci 0000:00:00.2: PCI INT A: no GSI
>> May 14 19:21:41 geek500 kernel: WARNING: CPU: 9 PID: 1972 at drivers/i2c/
>> busses/i2c-designware-master.c:570 i2c_dw_xfer+0x3f6/0x440
>> May 14 19:21:41 geek500 kernel: Modules linked in: [last unloaded: acpi_call]
>> May 14 19:21:41 geek500 kernel: CPU: 9 PID: 1972 Comm: kworker/u32:18 Tainted:
>> G           O      5.17.7+ #7
>> May 14 19:21:41 geek500 kernel: Hardware name: HP HP Pavilion Gaming Laptop
>> 15-ec1xxx/87B2, BIOS F.25 08/18/2021
>> May 14 19:21:41 geek500 kernel: Workqueue: events_unbound async_run_entry_fn
>> May 14 19:21:41 geek500 kernel: RIP: 0010:i2c_dw_xfer+0x3f6/0x440
>> May 14 19:21:41 geek500 kernel: Code: c6 05 db 31 45 01 01 4c 8b 67 50 4d 85
>> e4 75 03 4c 8b 27 e8 fc e1 e9 ff 4c 89 e2 48 c7 c7 00 01 cc
>>   ab 48 89 c6 e8 b3 4f 45 00 <0f> 0b 41 be 94 ff ff ff e9 cc fc ff ff e9 2d 9c
>> 4b 00 83 f8 01 74
>> May 14 19:21:41 geek500 kernel: RSP: 0018:ffff8dbfc31e7c68 EFLAGS: 00010286
>> May 14 19:21:41 geek500 kernel: RAX: 0000000000000000 RBX: ffff888540f170e8
>> RCX: 0000000000000be5
>> May 14 19:21:41 geek500 kernel: RDX: 0000000000000000 RSI: 0000000000000086
>> RDI: ffffffffac858df8
>> May 14 19:21:41 geek500 kernel: RBP: ffff888540f170e8 R08: ffffffffabe46d60
>> R09: 00000000ac86a0f6
>> May 14 19:21:41 geek500 kernel: R10: ffffffffffffffff R11: ffffffffffffffff
>> R12: ffff888540f5c070
>> May 14 19:21:41 geek500 kernel: R13: ffff8dbfc31e7d70 R14: 00000000ffffff94
>> R15: ffff888540f17028
>> May 14 19:21:41 geek500 kernel: FS:  0000000000000000(0000)
>> GS:ffff88885f640000(0000) knlGS:0000000000000000
>> May 14 19:21:41 geek500 kernel: CS:  0010 DS: 0000 ES: 0000 CR0:
>> 0000000080050033
>> May 14 19:21:41 geek500 kernel: CR2: 00007f1984067028 CR3: 0000000045e0c000
>> CR4: 0000000000350ee0
>> May 14 19:21:41 geek500 kernel: Call Trace:
>> May 14 19:21:41 geek500 kernel:  <TASK>
>> May 14 19:21:41 geek500 kernel:  ? dequeue_entity+0xd4/0x250
>> May 14 19:21:41 geek500 kernel:  ? newidle_balance.constprop.0+0x1f7/0x3b0
>> May 14 19:21:41 geek500 kernel:  __i2c_transfer+0x16d/0x520
>> May 14 19:21:41 geek500 kernel:  i2c_transfer+0x7a/0xd0
>> May 14 19:21:41 geek500 kernel:  __i2c_hid_command+0x106/0x2d0
>> May 14 19:21:41 geek500 kernel:  ? amd_gpio_irq_enable+0x19/0x50
>> May 14 19:21:41 geek500 kernel:  i2c_hid_set_power+0x4a/0xd0
>> May 14 19:21:41 geek500 kernel:  i2c_hid_core_resume+0x60/0xb0
>> May 14 19:21:41 geek500 kernel:  ? acpi_subsys_resume_early+0x50/0x50
>> May 14 19:21:41 geek500 kernel:  dpm_run_callback+0x1d/0xd0
>> May 14 19:21:41 geek500 kernel:  device_resume+0x122/0x230
>> May 14 19:21:41 geek500 kernel:  async_resume+0x14/0x30
>> May 14 19:21:41 geek500 kernel:  async_run_entry_fn+0x1b/0xa0
>> May 14 19:21:41 geek500 kernel:  process_one_work+0x1d3/0x3a0
>> May 14 19:21:41 geek500 kernel:  worker_thread+0x48/0x3c0
>> May 14 19:21:41 geek500 kernel:  ? rescuer_thread+0x380/0x380
>> May 14 19:21:41 geek500 kernel:  kthread+0xd3/0x100
>> May 14 19:21:41 geek500 kernel:  ? kthread_complete_and_exit+0x20/0x20
>> May 14 19:21:41 geek500 kernel:  ret_from_fork+0x22/0x30
>> May 14 19:21:41 geek500 kernel:  </TASK>
>> May 14 19:21:41 geek500 kernel: ---[ end trace 0000000000000000 ]---
>> May 14 19:21:41 geek500 kernel: i2c_hid_acpi i2c-ELAN0718:00: failed to change
>> power setting.
>> May 14 19:21:41 geek500 kernel: PM: dpm_run_callback():
>> acpi_subsys_resume+0x0/0x50 returns -108
>> May 14 19:21:41 geek500 kernel: i2c_hid_acpi i2c-ELAN0718:00: PM: failed to
>> resume async: error -108
>> May 14 19:21:41 geek500 kernel: amdgpu 0000:05:00.0:
>> [drm:amdgpu_ring_test_helper] *ERROR* ring gfx test failed (-110)
>> May 14 19:21:41 geek500 kernel: [drm:amdgpu_device_ip_resume_phase2] *ERROR*
>> resume of IP block <gfx_v9_0> failed -110
>> May 14 19:21:41 geek500 kernel: amdgpu 0000:05:00.0: amdgpu:
>> amdgpu_device_ip_resume failed (-110).
>> May 14 19:21:41 geek500 kernel: PM: dpm_run_callback():
>> pci_pm_resume+0x0/0x120 returns -110
>> May 14 19:21:41 geek500 kernel: amdgpu 0000:05:00.0: PM: failed to resume
>> async: error -110
>> May 14 19:21:41 geek500 kernel: ------------[ cut here ]------------
>> May 14 19:21:41 geek500 kernel: AMDI0010:03 already disabled
>> May 14 19:21:41 geek500 kernel: WARNING: CPU: 6 PID: 1091 at drivers/clk/
>> clk.c:971 clk_core_disable+0x80/0x1a0
>> May 14 19:21:41 geek500 kernel: Modules linked in: [last unloaded: acpi_call]
>> May 14 19:21:41 geek500 kernel: CPU: 6 PID: 1091 Comm: kworker/6:3 Tainted: G
>> W  O      5.17.7+ #7
>> May 14 19:21:41 geek500 kernel: Hardware name: HP HP Pavilion Gaming Laptop
>> 15-ec1xxx/87B2, BIOS F.25 08/18/2021
>> May 14 19:21:41 geek500 kernel: Workqueue: pm pm_runtime_work
>> May 14 19:21:41 geek500 kernel: RIP: 0010:clk_core_disable+0x80/0x1a0
>> May 14 19:21:41 geek500 kernel: Code: 10 e8 e4 4a d1 00 0f 1f 44 00 00 48 8b
>> 5b 30 48 85 db 74 b6 8b 43 7c 85 c0 75 a4 48 8b 33 48 c7 c7 7d 87 c4 ab e8 79
>> 7a 9a 00 <0f> 0b 5b 5d c3 65 8b 05 5c a1 92 55 89 c0 48 0f a3 05 4a 61 9d 01
>> May 14 19:21:41 geek500 kernel: RSP: 0018:ffff8dbfc1c47d50 EFLAGS: 00010082
>> May 14 19:21:41 geek500 kernel:
>> May 14 19:21:41 geek500 kernel: RAX: 0000000000000000 RBX: ffff8885401b6300
>> RCX: 0000000000000027
>> May 14 19:21:41 geek500 kernel: RDX: ffff88885f59f468 RSI: 0000000000000001
>> RDI: ffff88885f59f460
>> May 14 19:21:41 geek500 kernel: RBP: 0000000000000283 R08: ffffffffabf26da8
>> R09: 00000000ffffdfff
>> May 14 19:21:41 geek500 kernel: R10: ffffffffabe46dc0 R11: ffffffffabe46dc0
>> R12: ffff8885401b6300
>> May 14 19:21:41 geek500 kernel: R13: ffff888540fc30f4 R14: 0000000000000008
>> R15: 0000000000000000
>> May 14 19:21:41 geek500 kernel: FS:  0000000000000000(0000)
>> GS:ffff88885f580000(0000) knlGS:0000000000000000
>> May 14 19:21:41 geek500 kernel: CS:  0010 DS: 0000 ES: 0000 CR0:
>> 0000000080050033
>> May 14 19:21:41 geek500 kernel: CR2: 00000000010fa990 CR3: 0000000102956000
>> CR4: 0000000000350ee0
>> May 14 19:21:41 geek500 kernel: Call Trace:
>> May 14 19:21:41 geek500 kernel:  <TASK>
>> May 14 19:21:41 geek500 kernel:  clk_disable+0x24/0x30
>> May 14 19:21:41 geek500 kernel:  i2c_dw_prepare_clk+0x74/0xd0
>> May 14 19:21:41 geek500 kernel:  dw_i2c_plat_suspend+0x2e/0x40
>> May 14 19:21:41 geek500 kernel:  acpi_subsys_runtime_suspend+0x9/0x20
>> May 14 19:21:41 geek500 kernel:  ? acpi_dev_suspend+0x160/0x160
>> May 14 19:21:41 geek500 kernel:  __rpm_callback+0x3f/0x150
>> May 14 19:21:41 geek500 kernel:  ? acpi_dev_suspend+0x160/0x160
>> May 14 19:21:41 geek500 kernel:  rpm_callback+0x54/0x60
>> May 14 19:21:41 geek500 kernel:  ? acpi_dev_suspend+0x160/0x160
>> May 14 19:21:41 geek500 kernel:  rpm_suspend+0x142/0x720
>> May 14 19:21:41 geek500 kernel:  pm_runtime_work+0x8f/0xa0
>> May 14 19:21:41 geek500 kernel:  process_one_work+0x1d3/0x3a0
>> May 14 19:21:41 geek500 kernel:  worker_thread+0x48/0x3c0
>> May 14 19:21:41 geek500 kernel:  ? rescuer_thread+0x380/0x380
>> May 14 19:21:41 geek500 kernel:  kthread+0xd3/0x100
>> May 14 19:21:41 geek500 kernel:  ? kthread_complete_and_exit+0x20/0x20
>> May 14 19:21:41 geek500 kernel:  ret_from_fork+0x22/0x30
>> May 14 19:21:41 geek500 kernel:  </TASK>
>> May 14 19:21:41 geek500 kernel: ---[ end trace 0000000000000000 ]---
>> May 14 19:21:41 geek500 kernel: ------------[ cut here ]------------
>> May 14 19:21:41 geek500 kernel: AMDI0010:03 already unprepared
>> May 14 19:21:41 geek500 kernel: WARNING: CPU: 6 PID: 1091 at drivers/clk/
>> clk.c:829 clk_core_unprepare+0xb1/0x1a0
>> May 14 19:21:41 geek500 kernel: Modules linked in: [last unloaded: acpi_call]
>> May 14 19:21:41 geek500 kernel: CPU: 6 PID: 1091 Comm: kworker/6:3 Tainted: G
>> W  O      5.17.7+ #7
>> May 14 19:21:41 geek500 kernel: Hardware name: HP HP Pavilion Gaming Laptop
>> 15-ec1xxx/87B2, BIOS F.25 08/18/2021
>> May 14 19:21:41 geek500 kernel: Workqueue: pm pm_runtime_work
>> May 14 19:21:41 geek500 kernel: RIP: 0010:clk_core_unprepare+0xb1/0x1a0
>> May 14 19:21:41 geek500 kernel: Code: 40 00 66 90 48 8b 5b 30 48 85 db 74 a2
>> 8b 83 80 00 00 00 85 c0 0f 85 79 ff ff ff 48 8b 33 48 c7 c7 35 87 c4 ab e8 18
>> 7c 9a 00 <0f> 0b 5b c3 65 8b 05 fc a2 92 55 89 c0 48 0f a3 05 ea 62 9d 01 73
>> May 14 19:21:41 geek500 kernel: RSP: 0018:ffff8dbfc1c47d60 EFLAGS: 00010286
>> May 14 19:21:41 geek500 kernel: RAX: 0000000000000000 RBX: ffff8885401b6300
>> RCX: 0000000000000027
>> May 14 19:21:41 geek500 kernel: RDX: ffff88885f59f468 RSI: 0000000000000001
>> RDI: ffff88885f59f460
>> May 14 19:21:41 geek500 kernel: RBP: ffff8885401b6300 R08: ffffffffabf26da8
>> R09: 00000000ffffdfff
>> May 14 19:21:41 geek500 kernel: R10: ffffffffabe46dc0 R11: ffffffffabe46dc0
>> R12: 0000000000000000
>> May 14 19:21:41 geek500 kernel: R13: ffff888540fc30f4 R14: 0000000000000008
>> R15: 0000000000000000
>> May 14 19:21:41 geek500 kernel: FS:  0000000000000000(0000)
>> GS:ffff88885f580000(0000) knlGS:0000000000000000
>> May 14 19:21:41 geek500 kernel: CS:  0010 DS: 0000 ES: 0000 CR0:
>> 0000000080050033
>> May 14 19:21:41 geek500 kernel: CR2: 00000000010fa990 CR3: 0000000102956000
>> CR4: 0000000000350ee0
>> May 14 19:21:41 geek500 kernel: Call Trace:
>> May 14 19:21:41 geek500 kernel:  <TASK>
>> May 14 19:21:41 geek500 kernel:  clk_unprepare+0x1f/0x30
>> May 14 19:21:41 geek500 kernel:  i2c_dw_prepare_clk+0x7c/0xd0
>> May 14 19:21:41 geek500 kernel:  dw_i2c_plat_suspend+0x2e/0x40
>> May 14 19:21:41 geek500 kernel:  acpi_subsys_runtime_suspend+0x9/0x20
>> May 14 19:21:41 geek500 kernel:  ? acpi_dev_suspend+0x160/0x160
>> May 14 19:21:41 geek500 kernel:  __rpm_callback+0x3f/0x150
>> May 14 19:21:41 geek500 kernel:  ? acpi_dev_suspend+0x160/0x160
>> May 14 19:21:41 geek500 kernel: done.
>> May 14 19:21:41 geek500 kernel:  rpm_callback+0x54/0x60
>> May 14 19:21:41 geek500 kernel:  ? acpi_dev_suspend+0x160/0x160
>> May 14 19:21:41 geek500 kernel:  rpm_suspend+0x142/0x720
>> May 14 19:21:41 geek500 kernel:  pm_runtime_work+0x8f/0xa0
>> May 14 19:21:41 geek500 kernel:  process_one_work+0x1d3/0x3a0
>> May 14 19:21:41 geek500 kernel:  worker_thread+0x48/0x3c0
>> May 14 19:21:41 geek500 kernel:  ? rescuer_thread+0x380/0x380
>> May 14 19:21:41 geek500 kernel:  kthread+0xd3/0x100
>> May 14 19:21:41 geek500 kernel:  ? kthread_complete_and_exit+0x20/0x20
>> May 14 19:21:41 geek500 kernel:  ret_from_fork+0x22/0x30
>> May 14 19:21:41 geek500 kernel:  </TASK>
>> May 14 19:21:41 geek500 kernel: ---[ end trace 0000000000000000 ]---
>> May 14 19:21:41 geek500 kernel: ------------[ cut here ]------------
>> May 14 19:21:41 geek500 kernel: AMDI0010:03 already disabled
>> May 14 19:21:41 geek500 kernel: WARNING: CPU: 6 PID: 1091 at drivers/clk/
>> clk.c:971 clk_core_disable+0x80/0x1a0
>> May 14 19:21:41 geek500 kernel: Modules linked in: [last unloaded: acpi_call]
>> May 14 19:21:41 geek500 kernel: CPU: 6 PID: 1091 Comm: kworker/6:3 Tainted: G
>> W  O      5.17.7+ #7
>> May 14 19:21:41 geek500 kernel: Hardware name: HP HP Pavilion Gaming Laptop
>> 15-ec1xxx/87B2, BIOS F.25 08/18/2021
>> May 14 19:21:41 geek500 kernel: Workqueue: pm pm_runtime_work
>> May 14 19:21:41 geek500 kernel: RIP: 0010:clk_core_disable+0x80/0x1a0
>> May 14 19:21:41 geek500 kernel: Code: 10 e8 e4 4a d1 00 0f 1f 44 00 00 48 8b
>> 5b 30 48 85 db 74 b6 8b 43 7c 85 c0 75 a4 48 8b 33 48 c7 c7 7d 87 c4 ab e8 79
>> 7a 9a 00 <0f> 0b 5b 5d c3 65 8b 05 5c a1 92 55 89 c0 48 0f a3 05 4a 61 9d 01
>> May 14 19:21:41 geek500 kernel: RSP: 0018:ffff8dbfc1c47d50 EFLAGS: 00010082
>> May 14 19:21:41 geek500 kernel: RAX: 0000000000000000 RBX: ffff8885401b6300
>> RCX: 0000000000000027
>> May 14 19:21:41 geek500 kernel: RDX: ffff88885f59f468 RSI: 0000000000000001
>> RDI: ffff88885f59f460
>> May 14 19:21:41 geek500 kernel: RBP: 0000000000000287 R08: ffffffffabf26da8
>> R09: 00000000ffffdfff
>> May 14 19:21:41 geek500 kernel: R10: ffffffffabe46dc0 R11: ffffffffabe46dc0
>> R12: ffff8885401b6300
>> May 14 19:21:41 geek500 kernel: R13: ffff888540fc30f4 R14: 0000000000000008
>> R15: 0000000000000000
>> May 14 19:21:41 geek500 kernel: FS:  0000000000000000(0000)
>> GS:ffff88885f580000(0000) knlGS:0000000000000000
>> May 14 19:21:41 geek500 kernel: CS:  0010 DS: 0000 ES: 0000 CR0:
>> 0000000080050033
>> May 14 19:21:41 geek500 kernel: CR2: 00000000010fa990 CR3: 0000000102956000
>> CR4: 0000000000350ee0
>> May 14 19:21:41 geek500 kernel: Call Trace:
>> May 14 19:21:41 geek500 kernel:  <TASK>
>> May 14 19:21:41 geek500 kernel:  clk_disable+0x24/0x30
>> May 14 19:21:41 geek500 kernel:  i2c_dw_prepare_clk+0x88/0xd0
>> May 14 19:21:41 geek500 kernel:  dw_i2c_plat_suspend+0x2e/0x40
>> May 14 19:21:41 geek500 kernel:  acpi_subsys_runtime_suspend+0x9/0x20
>> May 14 19:21:41 geek500 kernel:  ? acpi_dev_suspend+0x160/0x160
>> May 14 19:21:41 geek500 kernel:  __rpm_callback+0x3f/0x150
>> May 14 19:21:41 geek500 kernel:  ? acpi_dev_suspend+0x160/0x160
>> May 14 19:21:41 geek500 kernel:  rpm_callback+0x54/0x60
>> May 14 19:21:41 geek500 kernel:  ? acpi_dev_suspend+0x160/0x160
>> May 14 19:21:41 geek500 kernel:  rpm_suspend+0x142/0x720
>> May 14 19:21:41 geek500 kernel:  pm_runtime_work+0x8f/0xa0
>> May 14 19:21:41 geek500 kernel:  process_one_work+0x1d3/0x3a0
>> May 14 19:21:41 geek500 kernel:  worker_thread+0x48/0x3c0
>> May 14 19:21:41 geek500 kernel:  ? rescuer_thread+0x380/0x380
>> May 14 19:21:41 geek500 kernel:  kthread+0xd3/0x100
>> May 14 19:21:41 geek500 kernel:  ? kthread_complete_and_exit+0x20/0x20
>> May 14 19:21:41 geek500 kernel:  ret_from_fork+0x22/0x30
>> May 14 19:21:41 geek500 kernel:  </TASK>
>> May 14 19:21:41 geek500 kernel: ---[ end trace 0000000000000000 ]---
>> May 14 19:21:41 geek500 kernel: ------------[ cut here ]------------
>> May 14 19:21:41 geek500 kernel: AMDI0010:03 already unprepared
>> May 14 19:21:41 geek500 kernel: WARNING: CPU: 6 PID: 1091 at drivers/clk/
>> clk.c:829 clk_core_unprepare+0xb1/0x1a0
>> May 14 19:21:41 geek500 kernel: Modules linked in: [last unloaded: acpi_call]
>> May 14 19:21:41 geek500 kernel: CPU: 6 PID: 1091 Comm: kworker/6:3 Tainted: G
>> W  O      5.17.7+ #7
>> May 14 19:21:41 geek500 kernel: Hardware name: HP HP Pavilion Gaming Laptop
>> 15-ec1xxx/87B2, BIOS F.25 08/18/2021
>> May 14 19:21:41 geek500 kernel: Workqueue: pm pm_runtime_work
>> May 14 19:21:41 geek500 kernel: RIP: 0010:clk_core_unprepare+0xb1/0x1a0
>> May 14 19:21:41 geek500 kernel: Code: 40 00 66 90 48 8b 5b 30 48 85 db 74 a2
>> 8b 83 80 00 00 00 85 c0 0f 85 79 ff ff ff 48 8b 33 48 c7 c7 35 87 c4 ab e8 18
>> 7c 9a 00 <0f> 0b 5b c3 65 8b 05 fc a2 92 55 89 c0 48 0f a3 05 ea 62 9d 01 73
>> May 14 19:21:41 geek500 kernel: RSP: 0018:ffff8dbfc1c47d60 EFLAGS: 00010286
>> May 14 19:21:41 geek500 kernel: RAX: 0000000000000000 RBX: ffff8885401b6300
>> RCX: 0000000000000027
>> May 14 19:21:41 geek500 kernel: RDX: ffff88885f59f468 RSI: 0000000000000001
>> RDI: ffff88885f59f460
>> May 14 19:21:41 geek500 kernel: RBP: ffff8885401b6300 R08: ffffffffabf26da8
>> R09: 00000000ffffdfff
>> May 14 19:21:41 geek500 kernel: R10: ffffffffabe46dc0 R11: ffffffffabe46dc0
>> R12: 0000000000000000
>> May 14 19:21:41 geek500 kernel: R13: ffff888540fc30f4 R14: 0000000000000008
>> R15: 0000000000000000
>> May 14 19:21:41 geek500 kernel: FS:  0000000000000000(0000)
>> GS:ffff88885f580000(0000) knlGS:0000000000000000
>> May 14 19:21:41 geek500 kernel: CS:  0010 DS: 0000 ES: 0000 CR0:
>> 0000000080050033
>> May 14 19:21:41 geek500 kernel: CR2: 00000000010fa990 CR3: 0000000102956000
>> CR4: 0000000000350ee0
>> May 14 19:21:41 geek500 kernel: Call Trace:
>> May 14 19:21:41 geek500 kernel:  <TASK>
>> May 14 19:21:41 geek500 kernel:  clk_unprepare+0x1f/0x30
>> May 14 19:21:41 geek500 kernel:  i2c_dw_prepare_clk+0x90/0xd0
>> May 14 19:21:41 geek500 kernel:  dw_i2c_plat_suspend+0x2e/0x40
>> May 14 19:21:41 geek500 kernel:  acpi_subsys_runtime_suspend+0x9/0x20
>> May 14 19:21:41 geek500 kernel:  ? acpi_dev_suspend+0x160/0x160
>> May 14 19:21:41 geek500 kernel:  __rpm_callback+0x3f/0x150
>> May 14 19:21:41 geek500 kernel:  ? acpi_dev_suspend+0x160/0x160
>> May 14 19:21:41 geek500 kernel:  rpm_callback+0x54/0x60
>> May 14 19:21:41 geek500 kernel:  ? acpi_dev_suspend+0x160/0x160
>> May 14 19:21:41 geek500 kernel:  rpm_suspend+0x142/0x720
>> May 14 19:21:41 geek500 kernel:  pm_runtime_work+0x8f/0xa0
>> May 14 19:21:41 geek500 kernel:  process_one_work+0x1d3/0x3a0
>> May 14 19:21:41 geek500 kernel:  worker_thread+0x48/0x3c0
>> May 14 19:21:41 geek500 kernel:  ? rescuer_thread+0x380/0x380
>> May 14 19:21:41 geek500 kernel:  kthread+0xd3/0x100
>> May 14 19:21:41 geek500 kernel:  ? kthread_complete_and_exit+0x20/0x20
>> May 14 19:21:41 geek500 kernel:  ret_from_fork+0x22/0x30
>> May 14 19:21:41 geek500 kernel:  </TASK>
>> May 14 19:21:41 geek500 kernel: ---[ end trace 0000000000000000 ]---
>> May 14 19:21:59 geek500 kernel: snd_hda_codec_hdmi hdaudioC1D0: Unable to sync
>> register 0x4f0800. -5
>> May 14 19:21:59 geek500 kernel: (elapsed 0.175 seconds) done.
>> May 14 19:21:59 geek500 kernel: amdgpu 0000:05:00.0: amdgpu: Power consumption
>> will be higher as BIOS has not been configured for suspend-to-idle.
>> To use suspend-to-idle change the sleep mode in BIOS setup.
>> May 14 19:21:59 geek500 kernel: snd_hda_intel 0000:01:00.1: can't change power
>> state from D3cold to D0 (config space inaccessible)
>> May 14 19:21:59 geek500 kernel: pci 0000:00:00.2: can't derive routing for PCI
>> INT A
>> May 14 19:21:59 geek500 kernel: pci 0000:00:00.2: PCI INT A: no GSI
>> May 14 19:21:59 geek500 kernel: [drm] Fence fallback timer expired on ring gfx
>> May 14 19:21:59 geek500 kernel: Bluetooth: hci0: command 0xfc20 tx timeout
>> May 14 19:21:59 geek500 kernel: [drm] Fence fallback timer expired on ring
>> sdma0
>> May 14 19:21:59 geek500 kernel: Bluetooth: hci0: RTL: download fw command
>> failed (-110)
>> May 14 19:21:59 geek500 kernel: done.
>> May 14 19:22:00 geek500 kernel: snd_hda_codec_hdmi hdaudioC1D0: Unable to sync
>> register 0x4f0800. -5
>> May 14 19:22:00 geek500 dnsmasq[2079]: no servers found in /etc/dnsmasq.d/
>> dnsmasq-resolv.conf, will retry
>> May 14 19:22:01 geek500 kernel: [drm] Fence fallback timer expired on ring
>> sdma0
>> May 14 19:22:01 geek500 kernel: [drm] Fence fallback timer expired on ring gfx
>> May 14 19:22:01 geek500 kernel: [drm] Fence fallback timer expired on ring
>> sdma0
>> May 14 19:22:02 geek500 last message buffered 2 times
>> May 14 19:22:03 geek500 kernel: [drm] Fence fallback timer expired on ring gfx
>> May 14 19:22:03 geek500 kernel: [drm] Fence fallback timer expired on ring
>> sdma0
>> May 14 19:22:03 geek500 kernel: [drm] Fence fallback timer expired on ring gfx
>> May 14 19:22:03 geek500 kernel: [drm] Fence fallback timer expired on ring
>> sdma0
>> May 14 19:22:04 geek500 kernel: [drm] Fence fallback timer expired on ring gfx
>> May 14 19:22:04 geek500 kernel: [drm] Fence fallback timer expired on ring
>> sdma0
>> May 14 19:22:04 geek500 kernel: [drm] Fence fallback timer expired on ring gfx
>> May 14 19:22:04 geek500 kernel: [drm] Fence fallback timer expired on ring
>> sdma0
>> May 14 19:22:05 geek500 last message buffered 2 times
>> May 14 19:22:05 geek500 kernel: [drm] Fence fallback timer expired on ring gfx
>> May 14 19:22:06 geek500 kernel: [drm] Fence fallback timer expired on ring
>> sdma0
>> May 14 19:22:06 geek500 kernel: [drm] Fence fallback timer expired on ring gfx
>> May 14 19:22:06 geek500 last message buffered 1 times
>> ...
>> May 14 19:22:18 geek500 kernel: [drm] Fence fallback timer expired on ring
>> sdma0
>> May 14 19:22:18 geek500 kernel: [drm:amdgpu_dm_atomic_commit_tail] *ERROR*
>> Waiting for fences timed out!
>> May 14 19:22:18 geek500 kernel: [drm] Fence fallback timer expired on ring
>> sdma0
>>
>> CC
>>
>> Le samedi 14 mai 2022, 17:12:33 CEST Thorsten Leemhuis a écrit :
>>> Hi, this is your Linux kernel regression tracker. Thanks for the report.
>>>
>>> On 14.05.22 16:41, Christian Casteyde wrote:
>>>> #regzbot introduced v5.17.3..v5.17.4
>>>> #regzbot introduced: 001828fb3084379f3c3e228b905223c50bc237f9
>>>
>>> FWIW, that's commit 887f75cfd0da ("drm/amdgpu: Ensure HDA function is
>>> suspended before ASIC reset") upstream.
>>>
>>> Recently a regression was reported where 887f75cfd0da was suspected as
>>> the culprit:
>>> https://nam11.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgitlab.freedesktop.org%2Fdrm%2Famd%2F-%2Fissues%2F2008&amp;data=05%7C01%7CMario.Limonciello%40amd.com%7C9eda02f7f9bb4000a84108da36e6734f%7C3dd8961fe4884e608e11a82d994e183d%7C0%7C0%7C637882660654458166%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&amp;sdata=Pqkfsv5U0d4rWFY7VmpdBzVtBPg8rysBFYH7R5N2Wac%3D&amp;reserved=0
>>>
>>> And a one related to it:
>>> https://nam11.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgitlab.freedesktop.org%2Fdrm%2Famd%2F-%2Fissues%2F1982&amp;data=05%7C01%7CMario.Limonciello%40amd.com%7C9eda02f7f9bb4000a84108da36e6734f%7C3dd8961fe4884e608e11a82d994e183d%7C0%7C0%7C637882660654458166%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&amp;sdata=Ct1fOCct8SxxhoSSEK%2F4%2BLJlTIOznI1yPp1c2G6bmQA%3D&amp;reserved=0
>>>
>>> You might want to take a look if what was discussed there might be
>>> related to your problem (I'm not directly involved in any of this, I
>>> don't know the details, it's just that 887f75cfd0da looked familiar to
>>> me). If it is, a fix for these two bugs was committed to master earlier
>>> this week:
>>>
>>> https://nam11.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgit.kernel.org%2Fpub%2Fscm%2Flinux%2Fkernel%2Fgit%2Ftorvalds%2Flinux.git%2Fcommit%2F%3Fi&amp;data=05%7C01%7CMario.Limonciello%40amd.com%7C9eda02f7f9bb4000a84108da36e6734f%7C3dd8961fe4884e608e11a82d994e183d%7C0%7C0%7C637882660654458166%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&amp;sdata=npnAo16fiV%2BHE5Uk8CyB%2B5iju8HCtglIf4EVMO5tKos%3D&amp;reserved=0
>>> d=a56f445f807b0276
>>>
>>> It will likely be backported to 5.17.y, maybe already in the over-next
>>> release. HTH.
>>>
>>> Ciao, Thorsten (wearing his 'the Linux kernel's regression tracker' hat)
>>>
>>> P.S.: As the Linux kernel's regression tracker I deal with a lot of
>>> reports and sometimes miss something important when writing mails like
>>> this. If that's the case here, don't hesitate to tell me in a public
>>> reply, it's in everyone's interest to set the public record straight.
>>>
>>>> Hello
>>>> Since 5.17.4 my laptop doesn't resume from suspend anymore. At resume,
>>>> symptoms are variable:
>>>> - either the laptop freezes;
>>>> - either the screen keeps blank;
>>>> - either the screen is OK but mouse is frozen;
>>>> - either display lags with several logs in dmesg:
>>>> [  228.275492] [drm] Fence fallback timer expired on ring gfx
>>>> [  228.395466] [drm:amdgpu_dm_atomic_commit_tail] *ERROR* Waiting for
>>>> fences timed out!
>>>> [  228.779490] [drm] Fence fallback timer expired on ring gfx
>>>> [  229.283484] [drm] Fence fallback timer expired on ring sdma0
>>>> [  229.283485] [drm] Fence fallback timer expired on ring gfx
>>>> [  229.787487] [drm] Fence fallback timer expired on ring gfx
>>>> ...
>>>>
>>>> I've bisected the problem.
>>>>
>>>> Please note this laptop has a strange behaviour on suspend:
>>>> The first suspend request always fails (this point has never been fixed
>>>> and
>>>> plagues us when trying to diagnose another regression on touchpad not
>>>> resuming in the past). The screen goes blank and I can get it OK when
>>>> pressing the power button, this seems to reset it. After that all
>>>> suspend/resume works OK.
>>>>
>>>> Since 5.17.4, it is not possible anymore to get the laptop working again
>>>> after the first suspend failure.
>>>>
>>>> HW : HP Pavilion / Ryzen 4600H with AMD graphics integrated + NVidia
>>>> 1650Ti
>>>> (turned off with ACPI call in order to get more battery, I'm not using
>>>> NVidia driver).
>>
>>
>>
>>


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

* Re: [REGRESSION] Laptop with Ryzen 4600H fails to resume video since 5.17.4 (works 5.17.3)
  2022-05-16  2:47     ` Kai-Heng Feng
  2022-05-16  3:06       ` Mario Limonciello
@ 2022-05-16 17:23       ` Christian Casteyde
  2022-05-17  2:03         ` Kai-Heng Feng
  1 sibling, 1 reply; 30+ messages in thread
From: Christian Casteyde @ 2022-05-16 17:23 UTC (permalink / raw)
  To: Kai-Heng Feng
  Cc: stable, Thorsten Leemhuis, regressions, alexander.deucher,
	gregkh, Limonciello, Mario

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

I've tried with 5.18-rc7, it doesn't work either. I guess 5.18 branch have all 
commits.

full dmesg appended (not for 5.18, I didn't manage to resume up to the point 
to get a console for now).

CC

Le lundi 16 mai 2022, 04:47:25 CEST Kai-Heng Feng a écrit :
> [+Cc Mario]
> 
> On Sun, May 15, 2022 at 1:34 AM Christian Casteyde
> 
> <casteyde.christian@free.fr> wrote:
> > I've applied the commit a56f445f807b0276 on 5.17.7 and tested.
> > This does not fix the problem on my laptop.
> 
> Maybe some commits are still missing?
> 
> > For informatio, here is a part of the log around the suspend process:
> Is it possible to attach full dmesg?
> 
> Kai-Heng
> 
> > May 14 19:21:41 geek500 kernel: snd_hda_intel 0000:01:00.1: can't change
> > power state from D3cold to D0 (config space inaccessible)
> > May 14 19:21:41 geek500 kernel: PM: late suspend of devices failed
> > May 14 19:21:41 geek500 kernel: ------------[ cut here ]------------
> > May 14 19:21:41 geek500 kernel: i2c_designware AMDI0010:03: Transfer while
> > suspended
> > May 14 19:21:41 geek500 kernel: pci 0000:00:00.2: can't derive routing for
> > PCI INT A
> > May 14 19:21:41 geek500 kernel: pci 0000:00:00.2: PCI INT A: no GSI
> > May 14 19:21:41 geek500 kernel: WARNING: CPU: 9 PID: 1972 at drivers/i2c/
> > busses/i2c-designware-master.c:570 i2c_dw_xfer+0x3f6/0x440
> > May 14 19:21:41 geek500 kernel: Modules linked in: [last unloaded:
> > acpi_call] May 14 19:21:41 geek500 kernel: CPU: 9 PID: 1972 Comm:
> > kworker/u32:18 Tainted: G           O      5.17.7+ #7
> > May 14 19:21:41 geek500 kernel: Hardware name: HP HP Pavilion Gaming
> > Laptop
> > 15-ec1xxx/87B2, BIOS F.25 08/18/2021
> > May 14 19:21:41 geek500 kernel: Workqueue: events_unbound
> > async_run_entry_fn May 14 19:21:41 geek500 kernel: RIP:
> > 0010:i2c_dw_xfer+0x3f6/0x440
> > May 14 19:21:41 geek500 kernel: Code: c6 05 db 31 45 01 01 4c 8b 67 50 4d
> > 85 e4 75 03 4c 8b 27 e8 fc e1 e9 ff 4c 89 e2 48 c7 c7 00 01 cc
> > 
> >  ab 48 89 c6 e8 b3 4f 45 00 <0f> 0b 41 be 94 ff ff ff e9 cc fc ff ff e9 2d
> >  9c> 
> > 4b 00 83 f8 01 74
> > May 14 19:21:41 geek500 kernel: RSP: 0018:ffff8dbfc31e7c68 EFLAGS:
> > 00010286
> > May 14 19:21:41 geek500 kernel: RAX: 0000000000000000 RBX:
> > ffff888540f170e8
> > RCX: 0000000000000be5
> > May 14 19:21:41 geek500 kernel: RDX: 0000000000000000 RSI:
> > 0000000000000086
> > RDI: ffffffffac858df8
> > May 14 19:21:41 geek500 kernel: RBP: ffff888540f170e8 R08:
> > ffffffffabe46d60
> > R09: 00000000ac86a0f6
> > May 14 19:21:41 geek500 kernel: R10: ffffffffffffffff R11:
> > ffffffffffffffff
> > R12: ffff888540f5c070
> > May 14 19:21:41 geek500 kernel: R13: ffff8dbfc31e7d70 R14:
> > 00000000ffffff94
> > R15: ffff888540f17028
> > May 14 19:21:41 geek500 kernel: FS:  0000000000000000(0000)
> > GS:ffff88885f640000(0000) knlGS:0000000000000000
> > May 14 19:21:41 geek500 kernel: CS:  0010 DS: 0000 ES: 0000 CR0:
> > 0000000080050033
> > May 14 19:21:41 geek500 kernel: CR2: 00007f1984067028 CR3:
> > 0000000045e0c000
> > CR4: 0000000000350ee0
> > May 14 19:21:41 geek500 kernel: Call Trace:
> > May 14 19:21:41 geek500 kernel:  <TASK>
> > May 14 19:21:41 geek500 kernel:  ? dequeue_entity+0xd4/0x250
> > May 14 19:21:41 geek500 kernel:  ? newidle_balance.constprop.0+0x1f7/0x3b0
> > May 14 19:21:41 geek500 kernel:  __i2c_transfer+0x16d/0x520
> > May 14 19:21:41 geek500 kernel:  i2c_transfer+0x7a/0xd0
> > May 14 19:21:41 geek500 kernel:  __i2c_hid_command+0x106/0x2d0
> > May 14 19:21:41 geek500 kernel:  ? amd_gpio_irq_enable+0x19/0x50
> > May 14 19:21:41 geek500 kernel:  i2c_hid_set_power+0x4a/0xd0
> > May 14 19:21:41 geek500 kernel:  i2c_hid_core_resume+0x60/0xb0
> > May 14 19:21:41 geek500 kernel:  ? acpi_subsys_resume_early+0x50/0x50
> > May 14 19:21:41 geek500 kernel:  dpm_run_callback+0x1d/0xd0
> > May 14 19:21:41 geek500 kernel:  device_resume+0x122/0x230
> > May 14 19:21:41 geek500 kernel:  async_resume+0x14/0x30
> > May 14 19:21:41 geek500 kernel:  async_run_entry_fn+0x1b/0xa0
> > May 14 19:21:41 geek500 kernel:  process_one_work+0x1d3/0x3a0
> > May 14 19:21:41 geek500 kernel:  worker_thread+0x48/0x3c0
> > May 14 19:21:41 geek500 kernel:  ? rescuer_thread+0x380/0x380
> > May 14 19:21:41 geek500 kernel:  kthread+0xd3/0x100
> > May 14 19:21:41 geek500 kernel:  ? kthread_complete_and_exit+0x20/0x20
> > May 14 19:21:41 geek500 kernel:  ret_from_fork+0x22/0x30
> > May 14 19:21:41 geek500 kernel:  </TASK>
> > May 14 19:21:41 geek500 kernel: ---[ end trace 0000000000000000 ]---
> > May 14 19:21:41 geek500 kernel: i2c_hid_acpi i2c-ELAN0718:00: failed to
> > change power setting.
> > May 14 19:21:41 geek500 kernel: PM: dpm_run_callback():
> > acpi_subsys_resume+0x0/0x50 returns -108
> > May 14 19:21:41 geek500 kernel: i2c_hid_acpi i2c-ELAN0718:00: PM: failed
> > to
> > resume async: error -108
> > May 14 19:21:41 geek500 kernel: amdgpu 0000:05:00.0:
> > [drm:amdgpu_ring_test_helper] *ERROR* ring gfx test failed (-110)
> > May 14 19:21:41 geek500 kernel: [drm:amdgpu_device_ip_resume_phase2]
> > *ERROR* resume of IP block <gfx_v9_0> failed -110
> > May 14 19:21:41 geek500 kernel: amdgpu 0000:05:00.0: amdgpu:
> > amdgpu_device_ip_resume failed (-110).
> > May 14 19:21:41 geek500 kernel: PM: dpm_run_callback():
> > pci_pm_resume+0x0/0x120 returns -110
> > May 14 19:21:41 geek500 kernel: amdgpu 0000:05:00.0: PM: failed to resume
> > async: error -110
> > May 14 19:21:41 geek500 kernel: ------------[ cut here ]------------
> > May 14 19:21:41 geek500 kernel: AMDI0010:03 already disabled
> > May 14 19:21:41 geek500 kernel: WARNING: CPU: 6 PID: 1091 at drivers/clk/
> > clk.c:971 clk_core_disable+0x80/0x1a0
> > May 14 19:21:41 geek500 kernel: Modules linked in: [last unloaded:
> > acpi_call] May 14 19:21:41 geek500 kernel: CPU: 6 PID: 1091 Comm:
> > kworker/6:3 Tainted: G W  O      5.17.7+ #7
> > May 14 19:21:41 geek500 kernel: Hardware name: HP HP Pavilion Gaming
> > Laptop
> > 15-ec1xxx/87B2, BIOS F.25 08/18/2021
> > May 14 19:21:41 geek500 kernel: Workqueue: pm pm_runtime_work
> > May 14 19:21:41 geek500 kernel: RIP: 0010:clk_core_disable+0x80/0x1a0
> > May 14 19:21:41 geek500 kernel: Code: 10 e8 e4 4a d1 00 0f 1f 44 00 00 48
> > 8b 5b 30 48 85 db 74 b6 8b 43 7c 85 c0 75 a4 48 8b 33 48 c7 c7 7d 87 c4
> > ab e8 79 7a 9a 00 <0f> 0b 5b 5d c3 65 8b 05 5c a1 92 55 89 c0 48 0f a3 05
> > 4a 61 9d 01 May 14 19:21:41 geek500 kernel: RSP: 0018:ffff8dbfc1c47d50
> > EFLAGS: 00010082 May 14 19:21:41 geek500 kernel:
> > May 14 19:21:41 geek500 kernel: RAX: 0000000000000000 RBX:
> > ffff8885401b6300
> > RCX: 0000000000000027
> > May 14 19:21:41 geek500 kernel: RDX: ffff88885f59f468 RSI:
> > 0000000000000001
> > RDI: ffff88885f59f460
> > May 14 19:21:41 geek500 kernel: RBP: 0000000000000283 R08:
> > ffffffffabf26da8
> > R09: 00000000ffffdfff
> > May 14 19:21:41 geek500 kernel: R10: ffffffffabe46dc0 R11:
> > ffffffffabe46dc0
> > R12: ffff8885401b6300
> > May 14 19:21:41 geek500 kernel: R13: ffff888540fc30f4 R14:
> > 0000000000000008
> > R15: 0000000000000000
> > May 14 19:21:41 geek500 kernel: FS:  0000000000000000(0000)
> > GS:ffff88885f580000(0000) knlGS:0000000000000000
> > May 14 19:21:41 geek500 kernel: CS:  0010 DS: 0000 ES: 0000 CR0:
> > 0000000080050033
> > May 14 19:21:41 geek500 kernel: CR2: 00000000010fa990 CR3:
> > 0000000102956000
> > CR4: 0000000000350ee0
> > May 14 19:21:41 geek500 kernel: Call Trace:
> > May 14 19:21:41 geek500 kernel:  <TASK>
> > May 14 19:21:41 geek500 kernel:  clk_disable+0x24/0x30
> > May 14 19:21:41 geek500 kernel:  i2c_dw_prepare_clk+0x74/0xd0
> > May 14 19:21:41 geek500 kernel:  dw_i2c_plat_suspend+0x2e/0x40
> > May 14 19:21:41 geek500 kernel:  acpi_subsys_runtime_suspend+0x9/0x20
> > May 14 19:21:41 geek500 kernel:  ? acpi_dev_suspend+0x160/0x160
> > May 14 19:21:41 geek500 kernel:  __rpm_callback+0x3f/0x150
> > May 14 19:21:41 geek500 kernel:  ? acpi_dev_suspend+0x160/0x160
> > May 14 19:21:41 geek500 kernel:  rpm_callback+0x54/0x60
> > May 14 19:21:41 geek500 kernel:  ? acpi_dev_suspend+0x160/0x160
> > May 14 19:21:41 geek500 kernel:  rpm_suspend+0x142/0x720
> > May 14 19:21:41 geek500 kernel:  pm_runtime_work+0x8f/0xa0
> > May 14 19:21:41 geek500 kernel:  process_one_work+0x1d3/0x3a0
> > May 14 19:21:41 geek500 kernel:  worker_thread+0x48/0x3c0
> > May 14 19:21:41 geek500 kernel:  ? rescuer_thread+0x380/0x380
> > May 14 19:21:41 geek500 kernel:  kthread+0xd3/0x100
> > May 14 19:21:41 geek500 kernel:  ? kthread_complete_and_exit+0x20/0x20
> > May 14 19:21:41 geek500 kernel:  ret_from_fork+0x22/0x30
> > May 14 19:21:41 geek500 kernel:  </TASK>
> > May 14 19:21:41 geek500 kernel: ---[ end trace 0000000000000000 ]---
> > May 14 19:21:41 geek500 kernel: ------------[ cut here ]------------
> > May 14 19:21:41 geek500 kernel: AMDI0010:03 already unprepared
> > May 14 19:21:41 geek500 kernel: WARNING: CPU: 6 PID: 1091 at drivers/clk/
> > clk.c:829 clk_core_unprepare+0xb1/0x1a0
> > May 14 19:21:41 geek500 kernel: Modules linked in: [last unloaded:
> > acpi_call] May 14 19:21:41 geek500 kernel: CPU: 6 PID: 1091 Comm:
> > kworker/6:3 Tainted: G W  O      5.17.7+ #7
> > May 14 19:21:41 geek500 kernel: Hardware name: HP HP Pavilion Gaming
> > Laptop
> > 15-ec1xxx/87B2, BIOS F.25 08/18/2021
> > May 14 19:21:41 geek500 kernel: Workqueue: pm pm_runtime_work
> > May 14 19:21:41 geek500 kernel: RIP: 0010:clk_core_unprepare+0xb1/0x1a0
> > May 14 19:21:41 geek500 kernel: Code: 40 00 66 90 48 8b 5b 30 48 85 db 74
> > a2 8b 83 80 00 00 00 85 c0 0f 85 79 ff ff ff 48 8b 33 48 c7 c7 35 87 c4
> > ab e8 18 7c 9a 00 <0f> 0b 5b c3 65 8b 05 fc a2 92 55 89 c0 48 0f a3 05 ea
> > 62 9d 01 73 May 14 19:21:41 geek500 kernel: RSP: 0018:ffff8dbfc1c47d60
> > EFLAGS: 00010286 May 14 19:21:41 geek500 kernel: RAX: 0000000000000000
> > RBX: ffff8885401b6300 RCX: 0000000000000027
> > May 14 19:21:41 geek500 kernel: RDX: ffff88885f59f468 RSI:
> > 0000000000000001
> > RDI: ffff88885f59f460
> > May 14 19:21:41 geek500 kernel: RBP: ffff8885401b6300 R08:
> > ffffffffabf26da8
> > R09: 00000000ffffdfff
> > May 14 19:21:41 geek500 kernel: R10: ffffffffabe46dc0 R11:
> > ffffffffabe46dc0
> > R12: 0000000000000000
> > May 14 19:21:41 geek500 kernel: R13: ffff888540fc30f4 R14:
> > 0000000000000008
> > R15: 0000000000000000
> > May 14 19:21:41 geek500 kernel: FS:  0000000000000000(0000)
> > GS:ffff88885f580000(0000) knlGS:0000000000000000
> > May 14 19:21:41 geek500 kernel: CS:  0010 DS: 0000 ES: 0000 CR0:
> > 0000000080050033
> > May 14 19:21:41 geek500 kernel: CR2: 00000000010fa990 CR3:
> > 0000000102956000
> > CR4: 0000000000350ee0
> > May 14 19:21:41 geek500 kernel: Call Trace:
> > May 14 19:21:41 geek500 kernel:  <TASK>
> > May 14 19:21:41 geek500 kernel:  clk_unprepare+0x1f/0x30
> > May 14 19:21:41 geek500 kernel:  i2c_dw_prepare_clk+0x7c/0xd0
> > May 14 19:21:41 geek500 kernel:  dw_i2c_plat_suspend+0x2e/0x40
> > May 14 19:21:41 geek500 kernel:  acpi_subsys_runtime_suspend+0x9/0x20
> > May 14 19:21:41 geek500 kernel:  ? acpi_dev_suspend+0x160/0x160
> > May 14 19:21:41 geek500 kernel:  __rpm_callback+0x3f/0x150
> > May 14 19:21:41 geek500 kernel:  ? acpi_dev_suspend+0x160/0x160
> > May 14 19:21:41 geek500 kernel: done.
> > May 14 19:21:41 geek500 kernel:  rpm_callback+0x54/0x60
> > May 14 19:21:41 geek500 kernel:  ? acpi_dev_suspend+0x160/0x160
> > May 14 19:21:41 geek500 kernel:  rpm_suspend+0x142/0x720
> > May 14 19:21:41 geek500 kernel:  pm_runtime_work+0x8f/0xa0
> > May 14 19:21:41 geek500 kernel:  process_one_work+0x1d3/0x3a0
> > May 14 19:21:41 geek500 kernel:  worker_thread+0x48/0x3c0
> > May 14 19:21:41 geek500 kernel:  ? rescuer_thread+0x380/0x380
> > May 14 19:21:41 geek500 kernel:  kthread+0xd3/0x100
> > May 14 19:21:41 geek500 kernel:  ? kthread_complete_and_exit+0x20/0x20
> > May 14 19:21:41 geek500 kernel:  ret_from_fork+0x22/0x30
> > May 14 19:21:41 geek500 kernel:  </TASK>
> > May 14 19:21:41 geek500 kernel: ---[ end trace 0000000000000000 ]---
> > May 14 19:21:41 geek500 kernel: ------------[ cut here ]------------
> > May 14 19:21:41 geek500 kernel: AMDI0010:03 already disabled
> > May 14 19:21:41 geek500 kernel: WARNING: CPU: 6 PID: 1091 at drivers/clk/
> > clk.c:971 clk_core_disable+0x80/0x1a0
> > May 14 19:21:41 geek500 kernel: Modules linked in: [last unloaded:
> > acpi_call] May 14 19:21:41 geek500 kernel: CPU: 6 PID: 1091 Comm:
> > kworker/6:3 Tainted: G W  O      5.17.7+ #7
> > May 14 19:21:41 geek500 kernel: Hardware name: HP HP Pavilion Gaming
> > Laptop
> > 15-ec1xxx/87B2, BIOS F.25 08/18/2021
> > May 14 19:21:41 geek500 kernel: Workqueue: pm pm_runtime_work
> > May 14 19:21:41 geek500 kernel: RIP: 0010:clk_core_disable+0x80/0x1a0
> > May 14 19:21:41 geek500 kernel: Code: 10 e8 e4 4a d1 00 0f 1f 44 00 00 48
> > 8b 5b 30 48 85 db 74 b6 8b 43 7c 85 c0 75 a4 48 8b 33 48 c7 c7 7d 87 c4
> > ab e8 79 7a 9a 00 <0f> 0b 5b 5d c3 65 8b 05 5c a1 92 55 89 c0 48 0f a3 05
> > 4a 61 9d 01 May 14 19:21:41 geek500 kernel: RSP: 0018:ffff8dbfc1c47d50
> > EFLAGS: 00010082 May 14 19:21:41 geek500 kernel: RAX: 0000000000000000
> > RBX: ffff8885401b6300 RCX: 0000000000000027
> > May 14 19:21:41 geek500 kernel: RDX: ffff88885f59f468 RSI:
> > 0000000000000001
> > RDI: ffff88885f59f460
> > May 14 19:21:41 geek500 kernel: RBP: 0000000000000287 R08:
> > ffffffffabf26da8
> > R09: 00000000ffffdfff
> > May 14 19:21:41 geek500 kernel: R10: ffffffffabe46dc0 R11:
> > ffffffffabe46dc0
> > R12: ffff8885401b6300
> > May 14 19:21:41 geek500 kernel: R13: ffff888540fc30f4 R14:
> > 0000000000000008
> > R15: 0000000000000000
> > May 14 19:21:41 geek500 kernel: FS:  0000000000000000(0000)
> > GS:ffff88885f580000(0000) knlGS:0000000000000000
> > May 14 19:21:41 geek500 kernel: CS:  0010 DS: 0000 ES: 0000 CR0:
> > 0000000080050033
> > May 14 19:21:41 geek500 kernel: CR2: 00000000010fa990 CR3:
> > 0000000102956000
> > CR4: 0000000000350ee0
> > May 14 19:21:41 geek500 kernel: Call Trace:
> > May 14 19:21:41 geek500 kernel:  <TASK>
> > May 14 19:21:41 geek500 kernel:  clk_disable+0x24/0x30
> > May 14 19:21:41 geek500 kernel:  i2c_dw_prepare_clk+0x88/0xd0
> > May 14 19:21:41 geek500 kernel:  dw_i2c_plat_suspend+0x2e/0x40
> > May 14 19:21:41 geek500 kernel:  acpi_subsys_runtime_suspend+0x9/0x20
> > May 14 19:21:41 geek500 kernel:  ? acpi_dev_suspend+0x160/0x160
> > May 14 19:21:41 geek500 kernel:  __rpm_callback+0x3f/0x150
> > May 14 19:21:41 geek500 kernel:  ? acpi_dev_suspend+0x160/0x160
> > May 14 19:21:41 geek500 kernel:  rpm_callback+0x54/0x60
> > May 14 19:21:41 geek500 kernel:  ? acpi_dev_suspend+0x160/0x160
> > May 14 19:21:41 geek500 kernel:  rpm_suspend+0x142/0x720
> > May 14 19:21:41 geek500 kernel:  pm_runtime_work+0x8f/0xa0
> > May 14 19:21:41 geek500 kernel:  process_one_work+0x1d3/0x3a0
> > May 14 19:21:41 geek500 kernel:  worker_thread+0x48/0x3c0
> > May 14 19:21:41 geek500 kernel:  ? rescuer_thread+0x380/0x380
> > May 14 19:21:41 geek500 kernel:  kthread+0xd3/0x100
> > May 14 19:21:41 geek500 kernel:  ? kthread_complete_and_exit+0x20/0x20
> > May 14 19:21:41 geek500 kernel:  ret_from_fork+0x22/0x30
> > May 14 19:21:41 geek500 kernel:  </TASK>
> > May 14 19:21:41 geek500 kernel: ---[ end trace 0000000000000000 ]---
> > May 14 19:21:41 geek500 kernel: ------------[ cut here ]------------
> > May 14 19:21:41 geek500 kernel: AMDI0010:03 already unprepared
> > May 14 19:21:41 geek500 kernel: WARNING: CPU: 6 PID: 1091 at drivers/clk/
> > clk.c:829 clk_core_unprepare+0xb1/0x1a0
> > May 14 19:21:41 geek500 kernel: Modules linked in: [last unloaded:
> > acpi_call] May 14 19:21:41 geek500 kernel: CPU: 6 PID: 1091 Comm:
> > kworker/6:3 Tainted: G W  O      5.17.7+ #7
> > May 14 19:21:41 geek500 kernel: Hardware name: HP HP Pavilion Gaming
> > Laptop
> > 15-ec1xxx/87B2, BIOS F.25 08/18/2021
> > May 14 19:21:41 geek500 kernel: Workqueue: pm pm_runtime_work
> > May 14 19:21:41 geek500 kernel: RIP: 0010:clk_core_unprepare+0xb1/0x1a0
> > May 14 19:21:41 geek500 kernel: Code: 40 00 66 90 48 8b 5b 30 48 85 db 74
> > a2 8b 83 80 00 00 00 85 c0 0f 85 79 ff ff ff 48 8b 33 48 c7 c7 35 87 c4
> > ab e8 18 7c 9a 00 <0f> 0b 5b c3 65 8b 05 fc a2 92 55 89 c0 48 0f a3 05 ea
> > 62 9d 01 73 May 14 19:21:41 geek500 kernel: RSP: 0018:ffff8dbfc1c47d60
> > EFLAGS: 00010286 May 14 19:21:41 geek500 kernel: RAX: 0000000000000000
> > RBX: ffff8885401b6300 RCX: 0000000000000027
> > May 14 19:21:41 geek500 kernel: RDX: ffff88885f59f468 RSI:
> > 0000000000000001
> > RDI: ffff88885f59f460
> > May 14 19:21:41 geek500 kernel: RBP: ffff8885401b6300 R08:
> > ffffffffabf26da8
> > R09: 00000000ffffdfff
> > May 14 19:21:41 geek500 kernel: R10: ffffffffabe46dc0 R11:
> > ffffffffabe46dc0
> > R12: 0000000000000000
> > May 14 19:21:41 geek500 kernel: R13: ffff888540fc30f4 R14:
> > 0000000000000008
> > R15: 0000000000000000
> > May 14 19:21:41 geek500 kernel: FS:  0000000000000000(0000)
> > GS:ffff88885f580000(0000) knlGS:0000000000000000
> > May 14 19:21:41 geek500 kernel: CS:  0010 DS: 0000 ES: 0000 CR0:
> > 0000000080050033
> > May 14 19:21:41 geek500 kernel: CR2: 00000000010fa990 CR3:
> > 0000000102956000
> > CR4: 0000000000350ee0
> > May 14 19:21:41 geek500 kernel: Call Trace:
> > May 14 19:21:41 geek500 kernel:  <TASK>
> > May 14 19:21:41 geek500 kernel:  clk_unprepare+0x1f/0x30
> > May 14 19:21:41 geek500 kernel:  i2c_dw_prepare_clk+0x90/0xd0
> > May 14 19:21:41 geek500 kernel:  dw_i2c_plat_suspend+0x2e/0x40
> > May 14 19:21:41 geek500 kernel:  acpi_subsys_runtime_suspend+0x9/0x20
> > May 14 19:21:41 geek500 kernel:  ? acpi_dev_suspend+0x160/0x160
> > May 14 19:21:41 geek500 kernel:  __rpm_callback+0x3f/0x150
> > May 14 19:21:41 geek500 kernel:  ? acpi_dev_suspend+0x160/0x160
> > May 14 19:21:41 geek500 kernel:  rpm_callback+0x54/0x60
> > May 14 19:21:41 geek500 kernel:  ? acpi_dev_suspend+0x160/0x160
> > May 14 19:21:41 geek500 kernel:  rpm_suspend+0x142/0x720
> > May 14 19:21:41 geek500 kernel:  pm_runtime_work+0x8f/0xa0
> > May 14 19:21:41 geek500 kernel:  process_one_work+0x1d3/0x3a0
> > May 14 19:21:41 geek500 kernel:  worker_thread+0x48/0x3c0
> > May 14 19:21:41 geek500 kernel:  ? rescuer_thread+0x380/0x380
> > May 14 19:21:41 geek500 kernel:  kthread+0xd3/0x100
> > May 14 19:21:41 geek500 kernel:  ? kthread_complete_and_exit+0x20/0x20
> > May 14 19:21:41 geek500 kernel:  ret_from_fork+0x22/0x30
> > May 14 19:21:41 geek500 kernel:  </TASK>
> > May 14 19:21:41 geek500 kernel: ---[ end trace 0000000000000000 ]---
> > May 14 19:21:59 geek500 kernel: snd_hda_codec_hdmi hdaudioC1D0: Unable to
> > sync register 0x4f0800. -5
> > May 14 19:21:59 geek500 kernel: (elapsed 0.175 seconds) done.
> > May 14 19:21:59 geek500 kernel: amdgpu 0000:05:00.0: amdgpu: Power
> > consumption will be higher as BIOS has not been configured for
> > suspend-to-idle. To use suspend-to-idle change the sleep mode in BIOS
> > setup.
> > May 14 19:21:59 geek500 kernel: snd_hda_intel 0000:01:00.1: can't change
> > power state from D3cold to D0 (config space inaccessible)
> > May 14 19:21:59 geek500 kernel: pci 0000:00:00.2: can't derive routing for
> > PCI INT A
> > May 14 19:21:59 geek500 kernel: pci 0000:00:00.2: PCI INT A: no GSI
> > May 14 19:21:59 geek500 kernel: [drm] Fence fallback timer expired on ring
> > gfx May 14 19:21:59 geek500 kernel: Bluetooth: hci0: command 0xfc20 tx
> > timeout May 14 19:21:59 geek500 kernel: [drm] Fence fallback timer
> > expired on ring sdma0
> > May 14 19:21:59 geek500 kernel: Bluetooth: hci0: RTL: download fw command
> > failed (-110)
> > May 14 19:21:59 geek500 kernel: done.
> > May 14 19:22:00 geek500 kernel: snd_hda_codec_hdmi hdaudioC1D0: Unable to
> > sync register 0x4f0800. -5
> > May 14 19:22:00 geek500 dnsmasq[2079]: no servers found in /etc/dnsmasq.d/
> > dnsmasq-resolv.conf, will retry
> > May 14 19:22:01 geek500 kernel: [drm] Fence fallback timer expired on ring
> > sdma0
> > May 14 19:22:01 geek500 kernel: [drm] Fence fallback timer expired on ring
> > gfx May 14 19:22:01 geek500 kernel: [drm] Fence fallback timer expired on
> > ring sdma0
> > May 14 19:22:02 geek500 last message buffered 2 times
> > May 14 19:22:03 geek500 kernel: [drm] Fence fallback timer expired on ring
> > gfx May 14 19:22:03 geek500 kernel: [drm] Fence fallback timer expired on
> > ring sdma0
> > May 14 19:22:03 geek500 kernel: [drm] Fence fallback timer expired on ring
> > gfx May 14 19:22:03 geek500 kernel: [drm] Fence fallback timer expired on
> > ring sdma0
> > May 14 19:22:04 geek500 kernel: [drm] Fence fallback timer expired on ring
> > gfx May 14 19:22:04 geek500 kernel: [drm] Fence fallback timer expired on
> > ring sdma0
> > May 14 19:22:04 geek500 kernel: [drm] Fence fallback timer expired on ring
> > gfx May 14 19:22:04 geek500 kernel: [drm] Fence fallback timer expired on
> > ring sdma0
> > May 14 19:22:05 geek500 last message buffered 2 times
> > May 14 19:22:05 geek500 kernel: [drm] Fence fallback timer expired on ring
> > gfx May 14 19:22:06 geek500 kernel: [drm] Fence fallback timer expired on
> > ring sdma0
> > May 14 19:22:06 geek500 kernel: [drm] Fence fallback timer expired on ring
> > gfx May 14 19:22:06 geek500 last message buffered 1 times
> > ...
> > May 14 19:22:18 geek500 kernel: [drm] Fence fallback timer expired on ring
> > sdma0
> > May 14 19:22:18 geek500 kernel: [drm:amdgpu_dm_atomic_commit_tail] *ERROR*
> > Waiting for fences timed out!
> > May 14 19:22:18 geek500 kernel: [drm] Fence fallback timer expired on ring
> > sdma0
> > 
> > CC
> > 
> > Le samedi 14 mai 2022, 17:12:33 CEST Thorsten Leemhuis a écrit :
> > > Hi, this is your Linux kernel regression tracker. Thanks for the report.
> > > 
> > > On 14.05.22 16:41, Christian Casteyde wrote:
> > > > #regzbot introduced v5.17.3..v5.17.4
> > > > #regzbot introduced: 001828fb3084379f3c3e228b905223c50bc237f9
> > > 
> > > FWIW, that's commit 887f75cfd0da ("drm/amdgpu: Ensure HDA function is
> > > suspended before ASIC reset") upstream.
> > > 
> > > Recently a regression was reported where 887f75cfd0da was suspected as
> > > the culprit:
> > > https://gitlab.freedesktop.org/drm/amd/-/issues/2008
> > > 
> > > And a one related to it:
> > > https://gitlab.freedesktop.org/drm/amd/-/issues/1982
> > > 
> > > You might want to take a look if what was discussed there might be
> > > related to your problem (I'm not directly involved in any of this, I
> > > don't know the details, it's just that 887f75cfd0da looked familiar to
> > > me). If it is, a fix for these two bugs was committed to master earlier
> > > this week:
> > > 
> > > https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commi
> > > t/?i d=a56f445f807b0276
> > > 
> > > It will likely be backported to 5.17.y, maybe already in the over-next
> > > release. HTH.
> > > 
> > > Ciao, Thorsten (wearing his 'the Linux kernel's regression tracker' hat)
> > > 
> > > P.S.: As the Linux kernel's regression tracker I deal with a lot of
> > > reports and sometimes miss something important when writing mails like
> > > this. If that's the case here, don't hesitate to tell me in a public
> > > reply, it's in everyone's interest to set the public record straight.
> > > 
> > > > Hello
> > > > Since 5.17.4 my laptop doesn't resume from suspend anymore. At resume,
> > > > symptoms are variable:
> > > > - either the laptop freezes;
> > > > - either the screen keeps blank;
> > > > - either the screen is OK but mouse is frozen;
> > > > - either display lags with several logs in dmesg:
> > > > [  228.275492] [drm] Fence fallback timer expired on ring gfx
> > > > [  228.395466] [drm:amdgpu_dm_atomic_commit_tail] *ERROR* Waiting for
> > > > fences timed out!
> > > > [  228.779490] [drm] Fence fallback timer expired on ring gfx
> > > > [  229.283484] [drm] Fence fallback timer expired on ring sdma0
> > > > [  229.283485] [drm] Fence fallback timer expired on ring gfx
> > > > [  229.787487] [drm] Fence fallback timer expired on ring gfx
> > > > ...
> > > > 
> > > > I've bisected the problem.
> > > > 
> > > > Please note this laptop has a strange behaviour on suspend:
> > > > The first suspend request always fails (this point has never been
> > > > fixed
> > > > and
> > > > plagues us when trying to diagnose another regression on touchpad not
> > > > resuming in the past). The screen goes blank and I can get it OK when
> > > > pressing the power button, this seems to reset it. After that all
> > > > suspend/resume works OK.
> > > > 
> > > > Since 5.17.4, it is not possible anymore to get the laptop working
> > > > again
> > > > after the first suspend failure.
> > > > 
> > > > HW : HP Pavilion / Ryzen 4600H with AMD graphics integrated + NVidia
> > > > 1650Ti
> > > > (turned off with ACPI call in order to get more battery, I'm not using
> > > > NVidia driver).


[-- Attachment #2: dmesg-bad.txt --]
[-- Type: text/plain, Size: 84646 bytes --]

[    0.000000] Linux version 5.17.3+ (root@geek500.localdomain) (gcc (GCC) 11.2.0, GNU ld version 2.38-slack151) #2 SMP PREEMPT Sat May 14 15:26:52 CEST 2022
[    0.000000] Command line: ro root=/dev/nvme0n1p4
[    0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'compacted' format.
[    0.000000] signal: max sigframe size: 1776
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009ffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000000a0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000009ecffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000009ed0000-0x0000000009ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x000000000a000000-0x000000000a1fffff] usable
[    0.000000] BIOS-e820: [mem 0x000000000a200000-0x000000000a20cfff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000000a20d000-0x00000000a7383fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000a7384000-0x00000000a74d9fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000a74da000-0x00000000a753ffff] ACPI data
[    0.000000] BIOS-e820: [mem 0x00000000a7540000-0x00000000a76eefff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000a76ef000-0x00000000acffdfff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000acffe000-0x00000000adffffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000ae000000-0x00000000afffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000f0000000-0x00000000f7ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fd000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000042f33ffff] usable
[    0.000000] BIOS-e820: [mem 0x000000042f340000-0x00000004701fffff] reserved
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] e820: update [mem 0xa4177018-0xa41a0857] usable ==> usable
[    0.000000] e820: update [mem 0xa4177018-0xa41a0857] usable ==> usable
[    0.000000] e820: update [mem 0xa423a018-0xa4247457] usable ==> usable
[    0.000000] e820: update [mem 0xa423a018-0xa4247457] usable ==> usable
[    0.000000] extended physical RAM map:
[    0.000000] reserve setup_data: [mem 0x0000000000000000-0x000000000009ffff] usable
[    0.000000] reserve setup_data: [mem 0x00000000000a0000-0x00000000000fffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000000100000-0x0000000009ecffff] usable
[    0.000000] reserve setup_data: [mem 0x0000000009ed0000-0x0000000009ffffff] reserved
[    0.000000] reserve setup_data: [mem 0x000000000a000000-0x000000000a1fffff] usable
[    0.000000] reserve setup_data: [mem 0x000000000a200000-0x000000000a20cfff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x000000000a20d000-0x00000000a4177017] usable
[    0.000000] reserve setup_data: [mem 0x00000000a4177018-0x00000000a41a0857] usable
[    0.000000] reserve setup_data: [mem 0x00000000a41a0858-0x00000000a423a017] usable
[    0.000000] reserve setup_data: [mem 0x00000000a423a018-0x00000000a4247457] usable
[    0.000000] reserve setup_data: [mem 0x00000000a4247458-0x00000000a7383fff] usable
[    0.000000] reserve setup_data: [mem 0x00000000a7384000-0x00000000a74d9fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000a74da000-0x00000000a753ffff] ACPI data
[    0.000000] reserve setup_data: [mem 0x00000000a7540000-0x00000000a76eefff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x00000000a76ef000-0x00000000acffdfff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000acffe000-0x00000000adffffff] usable
[    0.000000] reserve setup_data: [mem 0x00000000ae000000-0x00000000afffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000f0000000-0x00000000f7ffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fd000000-0x00000000ffffffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000100000000-0x000000042f33ffff] usable
[    0.000000] reserve setup_data: [mem 0x000000042f340000-0x00000004701fffff] reserved
[    0.000000] efi: EFI v2.70 by American Megatrends
[    0.000000] efi: ACPI=0xa753f000 ACPI 2.0=0xa753f014 TPMFinalLog=0xa76a7000 SMBIOS=0xace1b000 SMBIOS 3.0=0xace1a000 MEMATTR=0xa6019018 ESRT=0xa6621d18 RNG=0xace68f98 TPMEventLog=0xa609a018 
[    0.000000] efi: seeding entropy pool
[    0.000000] SMBIOS 3.2.0 present.
[    0.000000] DMI: HP HP Pavilion Gaming Laptop 15-ec1xxx/87B2, BIOS F.25 08/18/2021
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 2994.526 MHz processor
[    0.000133] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000135] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000139] last_pfn = 0x42f340 max_arch_pfn = 0x400000000
[    0.000247] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.000475] e820: update [mem 0xb0000000-0xffffffff] usable ==> reserved
[    0.000483] last_pfn = 0xae000 max_arch_pfn = 0x400000000
[    0.000493] esrt: Reserving ESRT space from 0x00000000a6621d18 to 0x00000000a6621d50.
[    0.000503] e820: update [mem 0xa6621000-0xa6621fff] usable ==> reserved
[    0.000544] Using GB pages for direct mapping
[    0.000880] Secure boot disabled
[    0.000882] ACPI: Early table checksum verification disabled
[    0.000885] ACPI: RSDP 0x00000000A753F014 000024 (v02 HPQOEM)
[    0.000887] ACPI: XSDT 0x00000000A753E728 0000EC (v01 HPQOEM SLIC-MPC 01072009 AMI  01000013)
[    0.000892] ACPI: FACP 0x00000000A7534000 000114 (v06 HPQOEM SLIC-MPC 01072009 HP   00010013)
[    0.000895] ACPI: DSDT 0x00000000A751F000 0149B8 (v02 HPQOEM 87B2     01072009 ACPI 20120913)
[    0.000897] ACPI: FACS 0x00000000A76A5000 000040
[    0.000899] ACPI: SSDT 0x00000000A7536000 007216 (v02 HPQOEM 87B2     00000002 ACPI 04000000)
[    0.000901] ACPI: IVRS 0x00000000A7535000 0001A4 (v02 HPQOEM 87B2     00000001 HP   00000000)
[    0.000903] ACPI: FIDT 0x00000000A751E000 00009C (v01 HPQOEM 87B2     01072009 HP   00010013)
[    0.000904] ACPI: MCFG 0x00000000A751D000 00003C (v01 HPQOEM 87B2     01072009 HP   00010013)
[    0.000906] ACPI: HPET 0x00000000A751C000 000038 (v01 HPQOEM 87B2     01072009 HP   00000005)
[    0.000908] ACPI: SSDT 0x00000000A751B000 000228 (v01 HPQOEM 87B2     00000001 ACPI 20120913)
[    0.000910] ACPI: VFCT 0x00000000A750D000 00D484 (v01 HPQOEM 87B2     00000001 HP   31504F47)
[    0.000912] ACPI: SSDT 0x00000000A750C000 000050 (v01 HPQOEM 87B2     00000001 ACPI 20120913)
[    0.000914] ACPI: TPM2 0x00000000A750B000 00004C (v04 HPQOEM 87B2     00000001 HP   00000000)
[    0.000915] ACPI: SSDT 0x00000000A7508000 002B80 (v01 HPQOEM 87B2     00000001 ACPI 00000001)
[    0.000917] ACPI: CRAT 0x00000000A7507000 000BA8 (v01 HPQOEM 87B2     00000001 HP   00000001)
[    0.000919] ACPI: CDIT 0x00000000A7506000 000029 (v01 HPQOEM 87B2     00000001 HP   00000001)
[    0.000921] ACPI: SSDT 0x00000000A7505000 000139 (v01 HPQOEM 87B2     00000001 ACPI 20120913)
[    0.000922] ACPI: SSDT 0x00000000A7504000 0000C2 (v01 HPQOEM 87B2     00000001 ACPI 20120913)
[    0.000924] ACPI: SSDT 0x00000000A7503000 000D37 (v01 HPQOEM 87B2     00000001 ACPI 20120913)
[    0.000926] ACPI: SSDT 0x00000000A7501000 0010AC (v01 HPQOEM 87B2     00000001 ACPI 20120913)
[    0.000928] ACPI: SSDT 0x00000000A7500000 000D87 (v01 HPQOEM 87B2     00000001 ACPI 20120913)
[    0.000930] ACPI: SSDT 0x00000000A74FC000 0030C8 (v01 HPQOEM 87B2     00000001 ACPI 20120913)
[    0.000932] ACPI: WSMT 0x00000000A74FB000 000028 (v01 HPQOEM 87B2     01072009 HP   00010013)
[    0.000933] ACPI: APIC 0x00000000A74FA000 0000DE (v03 HPQOEM 87B2     01072009 HP   00010013)
[    0.000935] ACPI: SSDT 0x00000000A74F9000 00007D (v01 HPQOEM 87B2     00000001 ACPI 20120913)
[    0.000937] ACPI: SSDT 0x00000000A74F8000 000517 (v01 HPQOEM 87B2     00000001 ACPI 20120913)
[    0.000939] ACPI: FPDT 0x00000000A74F7000 000044 (v01 HPQOEM 87B2     01072009 HP   01000013)
[    0.000941] ACPI: BGRT 0x00000000A74F6000 000038 (v01 HPQOEM 87B2     01072009 HP   00010013)
[    0.000942] ACPI: Reserving FACP table memory at [mem 0xa7534000-0xa7534113]
[    0.000943] ACPI: Reserving DSDT table memory at [mem 0xa751f000-0xa75339b7]
[    0.000944] ACPI: Reserving FACS table memory at [mem 0xa76a5000-0xa76a503f]
[    0.000945] ACPI: Reserving SSDT table memory at [mem 0xa7536000-0xa753d215]
[    0.000946] ACPI: Reserving IVRS table memory at [mem 0xa7535000-0xa75351a3]
[    0.000947] ACPI: Reserving FIDT table memory at [mem 0xa751e000-0xa751e09b]
[    0.000948] ACPI: Reserving MCFG table memory at [mem 0xa751d000-0xa751d03b]
[    0.000948] ACPI: Reserving HPET table memory at [mem 0xa751c000-0xa751c037]
[    0.000949] ACPI: Reserving SSDT table memory at [mem 0xa751b000-0xa751b227]
[    0.000950] ACPI: Reserving VFCT table memory at [mem 0xa750d000-0xa751a483]
[    0.000951] ACPI: Reserving SSDT table memory at [mem 0xa750c000-0xa750c04f]
[    0.000952] ACPI: Reserving TPM2 table memory at [mem 0xa750b000-0xa750b04b]
[    0.000952] ACPI: Reserving SSDT table memory at [mem 0xa7508000-0xa750ab7f]
[    0.000953] ACPI: Reserving CRAT table memory at [mem 0xa7507000-0xa7507ba7]
[    0.000954] ACPI: Reserving CDIT table memory at [mem 0xa7506000-0xa7506028]
[    0.000955] ACPI: Reserving SSDT table memory at [mem 0xa7505000-0xa7505138]
[    0.000956] ACPI: Reserving SSDT table memory at [mem 0xa7504000-0xa75040c1]
[    0.000956] ACPI: Reserving SSDT table memory at [mem 0xa7503000-0xa7503d36]
[    0.000957] ACPI: Reserving SSDT table memory at [mem 0xa7501000-0xa75020ab]
[    0.000958] ACPI: Reserving SSDT table memory at [mem 0xa7500000-0xa7500d86]
[    0.000959] ACPI: Reserving SSDT table memory at [mem 0xa74fc000-0xa74ff0c7]
[    0.000960] ACPI: Reserving WSMT table memory at [mem 0xa74fb000-0xa74fb027]
[    0.000960] ACPI: Reserving APIC table memory at [mem 0xa74fa000-0xa74fa0dd]
[    0.000961] ACPI: Reserving SSDT table memory at [mem 0xa74f9000-0xa74f907c]
[    0.000962] ACPI: Reserving SSDT table memory at [mem 0xa74f8000-0xa74f8516]
[    0.000963] ACPI: Reserving FPDT table memory at [mem 0xa74f7000-0xa74f7043]
[    0.000964] ACPI: Reserving BGRT table memory at [mem 0xa74f6000-0xa74f6037]
[    0.000988] Zone ranges:
[    0.000989]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.000990]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.000991]   Normal   [mem 0x0000000100000000-0x000000042f33ffff]
[    0.000992] Movable zone start for each node
[    0.000993] Early memory node ranges
[    0.000993]   node   0: [mem 0x0000000000001000-0x000000000009ffff]
[    0.000995]   node   0: [mem 0x0000000000100000-0x0000000009ecffff]
[    0.000995]   node   0: [mem 0x000000000a000000-0x000000000a1fffff]
[    0.000996]   node   0: [mem 0x000000000a20d000-0x00000000a7383fff]
[    0.000997]   node   0: [mem 0x00000000acffe000-0x00000000adffffff]
[    0.000998]   node   0: [mem 0x0000000100000000-0x000000042f33ffff]
[    0.001000] Initmem setup node 0 [mem 0x0000000000001000-0x000000042f33ffff]
[    0.001003] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.001019] On node 0, zone DMA: 96 pages in unavailable ranges
[    0.001152] On node 0, zone DMA32: 304 pages in unavailable ranges
[    0.005306] On node 0, zone DMA32: 13 pages in unavailable ranges
[    0.005555] On node 0, zone DMA32: 23674 pages in unavailable ranges
[    0.028263] On node 0, zone Normal: 8192 pages in unavailable ranges
[    0.028297] On node 0, zone Normal: 3264 pages in unavailable ranges
[    0.028543] ACPI: PM-Timer IO Port: 0x808
[    0.028549] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[    0.028559] IOAPIC[0]: apic_id 13, version 33, address 0xfec00000, GSI 0-23
[    0.028565] IOAPIC[1]: apic_id 14, version 33, address 0xfec01000, GSI 24-55
[    0.028567] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.028568] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
[    0.028571] ACPI: Using ACPI (MADT) for SMP configuration information
[    0.028572] ACPI: HPET id: 0x10228201 base: 0xfed00000
[    0.028584] e820: update [mem 0xa47b1000-0xa47c4fff] usable ==> reserved
[    0.028591] smpboot: Allowing 16 CPUs, 4 hotplug CPUs
[    0.028607] [mem 0xb0000000-0xefffffff] available for PCI devices
[    0.028610] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
[    0.033781] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:16 nr_node_ids:1
[    0.034266] percpu: Embedded 56 pages/cpu s192512 r8192 d28672 u262144
[    0.034273] pcpu-alloc: s192512 r8192 d28672 u262144 alloc=1*2097152
[    0.034274] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15 
[    0.034292] Built 1 zonelists, mobility grouping on.  Total pages: 3964594
[    0.034294] Kernel command line: root=/dev/nvme0n1p4 ro ro root=/dev/nvme0n1p4
[    0.035910] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
[    0.036741] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[    0.036783] mem auto-init: stack:off, heap alloc:off, heap free:off
[    0.073376] Memory: 15650360K/16110752K available (20497K kernel code, 2883K rwdata, 7884K rodata, 1252K init, 3872K bss, 460132K reserved, 0K cma-reserved)
[    0.073383] random: get_random_u64 called from __kmem_cache_create+0x1f/0x4d0 with crng_init=0
[    0.073485] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=16, Nodes=1
[    0.073536] Dynamic Preempt: full
[    0.073567] rcu: Preemptible hierarchical RCU implementation.
[    0.073568] rcu: 	RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=16.
[    0.073569] 	Trampoline variant of Tasks RCU enabled.
[    0.073570] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
[    0.073571] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=16
[    0.074585] NR_IRQS: 16640, nr_irqs: 1096, preallocated irqs: 16
[    0.074879] Console: colour dummy device 80x25
[    0.075052] printk: console [tty0] enabled
[    0.075063] ACPI: Core revision 20211217
[    0.075240] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
[    0.075258] APIC: Switch to symmetric I/O mode setup
[    0.075958] AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR0, rdevid:160
[    0.075960] AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR1, rdevid:160
[    0.075962] AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR2, rdevid:160
[    0.075964] AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR3, rdevid:160
[    0.076208] Switched APIC routing to physical flat.
[    0.076782] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.081260] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x2b2a1245bee, max_idle_ns: 440795214868 ns
[    0.081269] Calibrating delay loop (skipped), value calculated using timer frequency.. 5989.05 BogoMIPS (lpj=2994526)
[    0.081273] pid_max: default: 32768 minimum: 301
[    0.083021] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.083049] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.083208] x86/cpu: User Mode Instruction Prevention (UMIP) activated
[    0.083245] LVT offset 1 assigned for vector 0xf9
[    0.083305] LVT offset 2 assigned for vector 0xf4
[    0.083322] Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 512
[    0.083324] Last level dTLB entries: 4KB 2048, 2MB 2048, 4MB 1024, 1GB 0
[    0.083328] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.083331] Spectre V2 : Mitigation: Retpolines
[    0.083332] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.083334] Spectre V2 : Enabling Restricted Speculation for firmware calls
[    0.083335] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.083337] Spectre V2 : User space: Mitigation: STIBP via prctl
[    0.083339] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
[    0.085019] Freeing SMP alternatives memory: 48K
[    0.188049] smpboot: CPU0: AMD Ryzen 5 4600H with Radeon Graphics (family: 0x17, model: 0x60, stepping: 0x1)
[    0.188132] cblist_init_generic: Setting adjustable number of callback queues.
[    0.188137] cblist_init_generic: Setting shift to 4 and lim to 1.
[    0.188146] Performance Events: Fam17h+ core perfctr, AMD PMU driver.
[    0.188151] ... version:                0
[    0.188152] ... bit width:              48
[    0.188154] ... generic registers:      6
[    0.188155] ... value mask:             0000ffffffffffff
[    0.188156] ... max period:             00007fffffffffff
[    0.188158] ... fixed-purpose events:   0
[    0.188159] ... event mask:             000000000000003f
[    0.188209] rcu: Hierarchical SRCU implementation.
[    0.188265] smp: Bringing up secondary CPUs ...
[    0.188265] x86: Booting SMP configuration:
[    0.188265] .... node  #0, CPUs:        #1  #2  #3  #4  #5  #6  #7  #8  #9 #10 #11
[    0.201304] smp: Brought up 1 node, 12 CPUs
[    0.201310] smpboot: Max logical packages: 2
[    0.201312] smpboot: Total of 12 processors activated (71868.62 BogoMIPS)
[    0.202270] devtmpfs: initialized
[    0.202353] ACPI: PM: Registering ACPI NVS region [mem 0x0a200000-0x0a20cfff] (53248 bytes)
[    0.202353] ACPI: PM: Registering ACPI NVS region [mem 0xa7540000-0xa76eefff] (1765376 bytes)
[    0.202353] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[    0.202353] futex hash table entries: 4096 (order: 6, 262144 bytes, linear)
[    0.202357] pinctrl core: initialized pinctrl subsystem
[    0.202441] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.202488] DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations
[    0.202494] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    0.202499] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.202532] thermal_sys: Registered thermal governor 'fair_share'
[    0.202532] thermal_sys: Registered thermal governor 'bang_bang'
[    0.202534] thermal_sys: Registered thermal governor 'step_wise'
[    0.202535] thermal_sys: Registered thermal governor 'user_space'
[    0.202543] cpuidle: using governor ladder
[    0.202547] cpuidle: using governor menu
[    0.202568] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.202568] PCI: MMCONFIG for domain 0000 [bus 00-7f] at [mem 0xf0000000-0xf7ffffff] (base 0xf0000000)
[    0.202568] PCI: MMCONFIG at [mem 0xf0000000-0xf7ffffff] reserved in E820
[    0.202568] PCI: Using configuration type 1 for base access
[    0.205284] cryptd: max_cpu_qlen set to 1000
[    0.205294] ACPI: Added _OSI(Module Device)
[    0.205296] ACPI: Added _OSI(Processor Device)
[    0.205298] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.205299] ACPI: Added _OSI(Processor Aggregator Device)
[    0.205301] ACPI: Added _OSI(Linux-Dell-Video)
[    0.205303] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    0.205304] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[    0.212994] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.GPP1.WLAN], AE_NOT_FOUND (20211217/dswload2-162)
[    0.213000] ACPI Error: AE_NOT_FOUND, During name lookup/catalog (20211217/psobject-220)
[    0.213003] ACPI: Skipping parse of AML opcode: OpcodeName unavailable (0x0010)
[    0.214270] ACPI: 13 ACPI AML tables successfully acquired and loaded
[    0.215097] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    0.216151] ACPI: EC: EC started
[    0.216153] ACPI: EC: interrupt blocked
[    0.542377] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.542382] ACPI: \_SB_.PCI0.SBRG.EC0_: Boot DSDT EC used to handle transactions
[    0.542386] ACPI: Interpreter enabled
[    0.542402] ACPI: PM: (supports S0 S3 S5)
[    0.542404] ACPI: Using IOAPIC for interrupt routing
[    0.542577] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.542896] ACPI: Enabled 5 GPEs in block 00 to 1F
[    0.544329] ACPI: PM: Power Resource [P0S0]
[    0.544354] ACPI: PM: Power Resource [P3S0]
[    0.544423] ACPI: PM: Power Resource [P0S1]
[    0.544446] ACPI: PM: Power Resource [P3S1]
[    0.545064] ACPI: PM: Power Resource [PG00]
[    0.552165] ACPI: PM: Power Resource [PRWL]
[    0.552583] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.552590] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[    0.552595] acpi PNP0A08:00: PCIe port services disabled; not requesting _OSC control
[    0.552665] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[    0.552670] acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-7f] only partially covers this bridge
[    0.552894] PCI host bridge to bus 0000:00
[    0.552897] pci_bus 0000:00: root bus resource [io  0x0000-0x03af window]
[    0.552901] pci_bus 0000:00: root bus resource [io  0x03e0-0x0cf7 window]
[    0.552904] pci_bus 0000:00: root bus resource [io  0x03b0-0x03df window]
[    0.552907] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.552910] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000dffff window]
[    0.552913] pci_bus 0000:00: root bus resource [mem 0xb0000000-0xfebfffff window]
[    0.552917] pci_bus 0000:00: root bus resource [mem 0xfee00000-0xffffffff window]
[    0.552921] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.552934] pci 0000:00:00.0: [1022:1630] type 00 class 0x060000
[    0.553019] pci 0000:00:00.2: [1022:1631] type 00 class 0x080600
[    0.553106] pci 0000:00:01.0: [1022:1632] type 00 class 0x060000
[    0.553169] pci 0000:00:01.1: [1022:1633] type 01 class 0x060400
[    0.553229] pci 0000:00:01.1: PME# supported from D0 D3hot D3cold
[    0.553305] pci 0000:00:01.2: [1022:1634] type 01 class 0x060400
[    0.553330] pci 0000:00:01.2: enabling Extended Tags
[    0.553369] pci 0000:00:01.2: PME# supported from D0 D3hot D3cold
[    0.553441] pci 0000:00:02.0: [1022:1632] type 00 class 0x060000
[    0.553504] pci 0000:00:02.1: [1022:1634] type 01 class 0x060400
[    0.553529] pci 0000:00:02.1: enabling Extended Tags
[    0.553568] pci 0000:00:02.1: PME# supported from D0 D3hot D3cold
[    0.553633] pci 0000:00:02.4: [1022:1634] type 01 class 0x060400
[    0.553658] pci 0000:00:02.4: enabling Extended Tags
[    0.553696] pci 0000:00:02.4: PME# supported from D0 D3hot D3cold
[    0.553765] pci 0000:00:08.0: [1022:1632] type 00 class 0x060000
[    0.553827] pci 0000:00:08.1: [1022:1635] type 01 class 0x060400
[    0.553851] pci 0000:00:08.1: enabling Extended Tags
[    0.553882] pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
[    0.553949] pci 0000:00:08.2: [1022:1635] type 01 class 0x060400
[    0.553974] pci 0000:00:08.2: enabling Extended Tags
[    0.554006] pci 0000:00:08.2: PME# supported from D0 D3hot D3cold
[    0.554087] pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500
[    0.554200] pci 0000:00:14.3: [1022:790e] type 00 class 0x060100
[    0.554323] pci 0000:00:18.0: [1022:1448] type 00 class 0x060000
[    0.554366] pci 0000:00:18.1: [1022:1449] type 00 class 0x060000
[    0.554410] pci 0000:00:18.2: [1022:144a] type 00 class 0x060000
[    0.554454] pci 0000:00:18.3: [1022:144b] type 00 class 0x060000
[    0.554496] pci 0000:00:18.4: [1022:144c] type 00 class 0x060000
[    0.554540] pci 0000:00:18.5: [1022:144d] type 00 class 0x060000
[    0.554584] pci 0000:00:18.6: [1022:144e] type 00 class 0x060000
[    0.554627] pci 0000:00:18.7: [1022:144f] type 00 class 0x060000
[    0.554724] pci 0000:01:00.0: [10de:1f95] type 00 class 0x030000
[    0.554737] pci 0000:01:00.0: reg 0x10: [mem 0xfb000000-0xfbffffff]
[    0.554748] pci 0000:01:00.0: reg 0x14: [mem 0xb0000000-0xbfffffff 64bit pref]
[    0.554760] pci 0000:01:00.0: reg 0x1c: [mem 0xc0000000-0xc1ffffff 64bit pref]
[    0.554767] pci 0000:01:00.0: reg 0x24: [io  0xf000-0xf07f]
[    0.554775] pci 0000:01:00.0: reg 0x30: [mem 0xfc000000-0xfc07ffff pref]
[    0.554834] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
[    0.554882] pci 0000:01:00.0: 63.008 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x8 link at 0000:00:01.1 (capable of 126.016 Gb/s with 8.0 GT/s PCIe x16 link)
[    0.555205] pci 0000:01:00.1: [10de:10fa] type 00 class 0x040300
[    0.555219] pci 0000:01:00.1: reg 0x10: [mem 0xfc080000-0xfc083fff]
[    0.555355] pci 0000:00:01.1: PCI bridge to [bus 01]
[    0.555360] pci 0000:00:01.1:   bridge window [io  0xf000-0xffff]
[    0.555364] pci 0000:00:01.1:   bridge window [mem 0xfb000000-0xfc0fffff]
[    0.555369] pci 0000:00:01.1:   bridge window [mem 0xb0000000-0xc1ffffff 64bit pref]
[    0.555417] pci 0000:02:00.0: [10ec:8168] type 00 class 0x020000
[    0.555433] pci 0000:02:00.0: reg 0x10: [io  0xe000-0xe0ff]
[    0.555453] pci 0000:02:00.0: reg 0x18: [mem 0xfc904000-0xfc904fff 64bit]
[    0.555466] pci 0000:02:00.0: reg 0x20: [mem 0xfc900000-0xfc903fff 64bit]
[    0.555555] pci 0000:02:00.0: supports D1 D2
[    0.555558] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.555678] pci 0000:00:01.2: PCI bridge to [bus 02]
[    0.555683] pci 0000:00:01.2:   bridge window [io  0xe000-0xefff]
[    0.555686] pci 0000:00:01.2:   bridge window [mem 0xfc900000-0xfc9fffff]
[    0.555738] pci 0000:03:00.0: [10ec:c822] type 00 class 0x028000
[    0.555759] pci 0000:03:00.0: reg 0x10: [io  0xd000-0xd0ff]
[    0.555784] pci 0000:03:00.0: reg 0x18: [mem 0xfc800000-0xfc80ffff 64bit]
[    0.555903] pci 0000:03:00.0: supports D1 D2
[    0.555905] pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.556031] pci 0000:00:02.1: PCI bridge to [bus 03]
[    0.556036] pci 0000:00:02.1:   bridge window [io  0xd000-0xdfff]
[    0.556039] pci 0000:00:02.1:   bridge window [mem 0xfc800000-0xfc8fffff]
[    0.556084] pci 0000:04:00.0: [1c5c:1339] type 00 class 0x010802
[    0.556104] pci 0000:04:00.0: reg 0x10: [mem 0xfc700000-0xfc703fff 64bit]
[    0.556217] pci 0000:04:00.0: supports D1
[    0.556220] pci 0000:04:00.0: PME# supported from D0 D1 D3hot
[    0.556276] pci 0000:04:00.0: 16.000 Gb/s available PCIe bandwidth, limited by 5.0 GT/s PCIe x4 link at 0000:00:02.4 (capable of 31.504 Gb/s with 8.0 GT/s PCIe x4 link)
[    0.556335] pci 0000:00:02.4: PCI bridge to [bus 04]
[    0.556341] pci 0000:00:02.4:   bridge window [mem 0xfc700000-0xfc7fffff]
[    0.556387] pci 0000:05:00.0: [1002:1636] type 00 class 0x030000
[    0.556400] pci 0000:05:00.0: reg 0x10: [mem 0xd0000000-0xdfffffff 64bit pref]
[    0.556411] pci 0000:05:00.0: reg 0x18: [mem 0xe0000000-0xe01fffff 64bit pref]
[    0.556418] pci 0000:05:00.0: reg 0x20: [io  0xc000-0xc0ff]
[    0.556425] pci 0000:05:00.0: reg 0x24: [mem 0xfc500000-0xfc57ffff]
[    0.556436] pci 0000:05:00.0: enabling Extended Tags
[    0.556484] pci 0000:05:00.0: PME# supported from D1 D2 D3hot D3cold
[    0.556508] pci 0000:05:00.0: 126.016 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x16 link at 0000:00:08.1 (capable of 252.048 Gb/s with 16.0 GT/s PCIe x16 link)
[    0.556562] pci 0000:05:00.2: [1022:15df] type 00 class 0x108000
[    0.556578] pci 0000:05:00.2: reg 0x18: [mem 0xfc400000-0xfc4fffff]
[    0.556589] pci 0000:05:00.2: reg 0x24: [mem 0xfc5c8000-0xfc5c9fff]
[    0.556599] pci 0000:05:00.2: enabling Extended Tags
[    0.556678] pci 0000:05:00.3: [1022:1639] type 00 class 0x0c0330
[    0.556691] pci 0000:05:00.3: reg 0x10: [mem 0xfc300000-0xfc3fffff 64bit]
[    0.556717] pci 0000:05:00.3: enabling Extended Tags
[    0.556749] pci 0000:05:00.3: PME# supported from D0 D3hot D3cold
[    0.556804] pci 0000:05:00.4: [1022:1639] type 00 class 0x0c0330
[    0.556817] pci 0000:05:00.4: reg 0x10: [mem 0xfc200000-0xfc2fffff 64bit]
[    0.556844] pci 0000:05:00.4: enabling Extended Tags
[    0.556876] pci 0000:05:00.4: PME# supported from D0 D3hot D3cold
[    0.556930] pci 0000:05:00.5: [1022:15e2] type 00 class 0x048000
[    0.556940] pci 0000:05:00.5: reg 0x10: [mem 0xfc580000-0xfc5bffff]
[    0.556964] pci 0000:05:00.5: enabling Extended Tags
[    0.556994] pci 0000:05:00.5: PME# supported from D0 D3hot D3cold
[    0.557048] pci 0000:05:00.6: [1022:15e3] type 00 class 0x040300
[    0.557057] pci 0000:05:00.6: reg 0x10: [mem 0xfc5c0000-0xfc5c7fff]
[    0.557081] pci 0000:05:00.6: enabling Extended Tags
[    0.557111] pci 0000:05:00.6: PME# supported from D0 D3hot D3cold
[    0.557174] pci 0000:00:08.1: PCI bridge to [bus 05]
[    0.557178] pci 0000:00:08.1:   bridge window [io  0xc000-0xcfff]
[    0.557182] pci 0000:00:08.1:   bridge window [mem 0xfc200000-0xfc5fffff]
[    0.557187] pci 0000:00:08.1:   bridge window [mem 0xd0000000-0xe01fffff 64bit pref]
[    0.557222] pci 0000:06:00.0: [1022:7901] type 00 class 0x010601
[    0.557253] pci 0000:06:00.0: reg 0x24: [mem 0xfc601000-0xfc6017ff]
[    0.557265] pci 0000:06:00.0: enabling Extended Tags
[    0.557324] pci 0000:06:00.0: 126.016 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x16 link at 0000:00:08.2 (capable of 252.048 Gb/s with 16.0 GT/s PCIe x16 link)
[    0.557371] pci 0000:06:00.1: [1022:7901] type 00 class 0x010601
[    0.557402] pci 0000:06:00.1: reg 0x24: [mem 0xfc600000-0xfc6007ff]
[    0.557412] pci 0000:06:00.1: enabling Extended Tags
[    0.557495] pci 0000:00:08.2: PCI bridge to [bus 06]
[    0.557500] pci 0000:00:08.2:   bridge window [mem 0xfc600000-0xfc6fffff]
[    0.557527] pci_bus 0000:00: on NUMA node 0
[    0.558024] ACPI: PCI: Interrupt link LNKA configured for IRQ 0
[    0.558067] ACPI: PCI: Interrupt link LNKB configured for IRQ 0
[    0.558103] ACPI: PCI: Interrupt link LNKC configured for IRQ 0
[    0.558147] ACPI: PCI: Interrupt link LNKD configured for IRQ 0
[    0.558187] ACPI: PCI: Interrupt link LNKE configured for IRQ 0
[    0.558221] ACPI: PCI: Interrupt link LNKF configured for IRQ 0
[    0.558254] ACPI: PCI: Interrupt link LNKG configured for IRQ 0
[    0.558292] ACPI: PCI: Interrupt link LNKH configured for IRQ 0
[    0.559258] ACPI: EC: interrupt unblocked
[    0.559261] ACPI: EC: event unblocked
[    0.559266] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.559268] ACPI: EC: GPE=0x3
[    0.559270] ACPI: \_SB_.PCI0.SBRG.EC0_: Boot DSDT EC initialization complete
[    0.559274] ACPI: \_SB_.PCI0.SBRG.EC0_: EC: Used to handle transactions and events
[    0.559326] iommu: Default domain type: Translated 
[    0.559326] iommu: DMA domain TLB invalidation policy: lazy mode 
[    0.559326] pci 0000:01:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
[    0.559326] pci 0000:05:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
[    0.559326] pci 0000:01:00.0: vgaarb: bridge control possible
[    0.559326] pci 0000:05:00.0: vgaarb: bridge control possible
[    0.559326] pci 0000:05:00.0: vgaarb: setting as boot device
[    0.559326] vgaarb: loaded
[    0.559367] SCSI subsystem initialized
[    0.559374] libata version 3.00 loaded.
[    0.559386] ACPI: bus type USB registered
[    0.559397] usbcore: registered new interface driver usbfs
[    0.559404] usbcore: registered new interface driver hub
[    0.559412] usbcore: registered new device driver usb
[    0.561269] mc: Linux media interface: v0.10
[    0.561277] videodev: Linux video capture interface: v2.00
[    0.561321] Registered efivars operations
[    0.561338] Advanced Linux Sound Architecture Driver Initialized.
[    0.561372] Bluetooth: Core ver 2.22
[    0.561378] NET: Registered PF_BLUETOOTH protocol family
[    0.561381] Bluetooth: HCI device and connection manager initialized
[    0.561384] Bluetooth: HCI socket layer initialized
[    0.561387] Bluetooth: L2CAP socket layer initialized
[    0.561390] Bluetooth: SCO socket layer initialized
[    0.561407] PCI: Using ACPI for IRQ routing
[    0.565938] PCI: pci_cache_line_size set to 64 bytes
[    0.566026] Expanded resource Reserved due to conflict with PCI Bus 0000:00
[    0.566030] e820: reserve RAM buffer [mem 0x09ed0000-0x0bffffff]
[    0.566032] e820: reserve RAM buffer [mem 0x0a200000-0x0bffffff]
[    0.566033] e820: reserve RAM buffer [mem 0xa4177018-0xa7ffffff]
[    0.566035] e820: reserve RAM buffer [mem 0xa423a018-0xa7ffffff]
[    0.566036] e820: reserve RAM buffer [mem 0xa47b1000-0xa7ffffff]
[    0.566037] e820: reserve RAM buffer [mem 0xa6621000-0xa7ffffff]
[    0.566038] e820: reserve RAM buffer [mem 0xa7384000-0xa7ffffff]
[    0.566039] e820: reserve RAM buffer [mem 0xae000000-0xafffffff]
[    0.566040] e820: reserve RAM buffer [mem 0x42f340000-0x42fffffff]
[    0.566256] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    0.566262] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
[    0.568554] clocksource: Switched to clocksource tsc-early
[    0.575537] pnp: PnP ACPI init
[    0.575659] system 00:00: [mem 0xf0000000-0xf7ffffff] has been reserved
[    0.575954] system 00:03: [io  0x04d0-0x04d1] has been reserved
[    0.575959] system 00:03: [io  0x040b] has been reserved
[    0.575962] system 00:03: [io  0x04d6] has been reserved
[    0.575967] system 00:03: [io  0x0c00-0x0c01] has been reserved
[    0.575970] system 00:03: [io  0x0c14] has been reserved
[    0.575973] system 00:03: [io  0x0c50-0x0c51] has been reserved
[    0.575976] system 00:03: [io  0x0c52] has been reserved
[    0.575979] system 00:03: [io  0x0c6c] has been reserved
[    0.575981] system 00:03: [io  0x0c6f] has been reserved
[    0.575984] system 00:03: [io  0x0cd0-0x0cd1] has been reserved
[    0.575987] system 00:03: [io  0x0cd2-0x0cd3] has been reserved
[    0.575990] system 00:03: [io  0x0cd4-0x0cd5] has been reserved
[    0.575993] system 00:03: [io  0x0cd6-0x0cd7] has been reserved
[    0.575995] system 00:03: [io  0x0cd8-0x0cdf] has been reserved
[    0.575998] system 00:03: [io  0x0800-0x089f] has been reserved
[    0.576001] system 00:03: [io  0x0b00-0x0b0f] has been reserved
[    0.576004] system 00:03: [io  0x0b20-0x0b3f] has been reserved
[    0.576007] system 00:03: [io  0x0900-0x090f] has been reserved
[    0.576009] system 00:03: [io  0x0910-0x091f] has been reserved
[    0.576013] system 00:03: [mem 0xfec00000-0xfec00fff] could not be reserved
[    0.576016] system 00:03: [mem 0xfec01000-0xfec01fff] could not be reserved
[    0.576020] system 00:03: [mem 0xfedc0000-0xfedc0fff] has been reserved
[    0.576023] system 00:03: [mem 0xfee00000-0xfee00fff] has been reserved
[    0.576026] system 00:03: [mem 0xfed80000-0xfed8ffff] could not be reserved
[    0.576029] system 00:03: [mem 0xfec10000-0xfec10fff] has been reserved
[    0.576032] system 00:03: [mem 0xff000000-0xffffffff] has been reserved
[    0.576680] pnp: PnP ACPI: found 4 devices
[    0.582529] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.582588] NET: Registered PF_INET protocol family
[    0.582822] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    0.585453] tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
[    0.585489] TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    0.585786] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
[    0.585993] TCP: Hash tables configured (established 131072 bind 65536)
[    0.586037] UDP hash table entries: 8192 (order: 6, 262144 bytes, linear)
[    0.586080] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes, linear)
[    0.586146] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    0.586379] pci 0000:00:01.1: PCI bridge to [bus 01]
[    0.586387] pci 0000:00:01.1:   bridge window [io  0xf000-0xffff]
[    0.586393] pci 0000:00:01.1:   bridge window [mem 0xfb000000-0xfc0fffff]
[    0.586397] pci 0000:00:01.1:   bridge window [mem 0xb0000000-0xc1ffffff 64bit pref]
[    0.586404] pci 0000:00:01.2: PCI bridge to [bus 02]
[    0.586407] pci 0000:00:01.2:   bridge window [io  0xe000-0xefff]
[    0.586411] pci 0000:00:01.2:   bridge window [mem 0xfc900000-0xfc9fffff]
[    0.586418] pci 0000:00:02.1: PCI bridge to [bus 03]
[    0.586421] pci 0000:00:02.1:   bridge window [io  0xd000-0xdfff]
[    0.586425] pci 0000:00:02.1:   bridge window [mem 0xfc800000-0xfc8fffff]
[    0.586431] pci 0000:00:02.4: PCI bridge to [bus 04]
[    0.586435] pci 0000:00:02.4:   bridge window [mem 0xfc700000-0xfc7fffff]
[    0.586443] pci 0000:00:08.1: PCI bridge to [bus 05]
[    0.586446] pci 0000:00:08.1:   bridge window [io  0xc000-0xcfff]
[    0.586450] pci 0000:00:08.1:   bridge window [mem 0xfc200000-0xfc5fffff]
[    0.586454] pci 0000:00:08.1:   bridge window [mem 0xd0000000-0xe01fffff 64bit pref]
[    0.586460] pci 0000:00:08.2: PCI bridge to [bus 06]
[    0.586464] pci 0000:00:08.2:   bridge window [mem 0xfc600000-0xfc6fffff]
[    0.586471] pci_bus 0000:00: resource 4 [io  0x0000-0x03af window]
[    0.586474] pci_bus 0000:00: resource 5 [io  0x03e0-0x0cf7 window]
[    0.586477] pci_bus 0000:00: resource 6 [io  0x03b0-0x03df window]
[    0.586480] pci_bus 0000:00: resource 7 [io  0x0d00-0xffff window]
[    0.586483] pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000dffff window]
[    0.586486] pci_bus 0000:00: resource 9 [mem 0xb0000000-0xfebfffff window]
[    0.586489] pci_bus 0000:00: resource 10 [mem 0xfee00000-0xffffffff window]
[    0.586493] pci_bus 0000:01: resource 0 [io  0xf000-0xffff]
[    0.586496] pci_bus 0000:01: resource 1 [mem 0xfb000000-0xfc0fffff]
[    0.586499] pci_bus 0000:01: resource 2 [mem 0xb0000000-0xc1ffffff 64bit pref]
[    0.586502] pci_bus 0000:02: resource 0 [io  0xe000-0xefff]
[    0.586505] pci_bus 0000:02: resource 1 [mem 0xfc900000-0xfc9fffff]
[    0.586508] pci_bus 0000:03: resource 0 [io  0xd000-0xdfff]
[    0.586511] pci_bus 0000:03: resource 1 [mem 0xfc800000-0xfc8fffff]
[    0.586514] pci_bus 0000:04: resource 1 [mem 0xfc700000-0xfc7fffff]
[    0.586516] pci_bus 0000:05: resource 0 [io  0xc000-0xcfff]
[    0.586519] pci_bus 0000:05: resource 1 [mem 0xfc200000-0xfc5fffff]
[    0.586522] pci_bus 0000:05: resource 2 [mem 0xd0000000-0xe01fffff 64bit pref]
[    0.586525] pci_bus 0000:06: resource 1 [mem 0xfc600000-0xfc6fffff]
[    0.586645] pci 0000:01:00.1: D0 power state depends on 0000:01:00.0
[    0.586693] pci 0000:05:00.3: extending delay after power-on from D3hot to 20 msec
[    0.586843] pci 0000:05:00.4: extending delay after power-on from D3hot to 20 msec
[    0.586907] PCI: CLS 64 bytes, default 64
[    0.586919] pci 0000:00:00.2: AMD-Vi: IOMMU performance counters supported
[    0.586955] pci 0000:00:00.2: can't derive routing for PCI INT A
[    0.586959] pci 0000:00:00.2: PCI INT A: not connected
[    0.586991] pci 0000:00:01.0: Adding to iommu group 0
[    0.587002] pci 0000:00:01.1: Adding to iommu group 1
[    0.587012] pci 0000:00:01.2: Adding to iommu group 2
[    0.587026] pci 0000:00:02.0: Adding to iommu group 3
[    0.587036] pci 0000:00:02.1: Adding to iommu group 4
[    0.587046] pci 0000:00:02.4: Adding to iommu group 5
[    0.587063] pci 0000:00:08.0: Adding to iommu group 6
[    0.587072] pci 0000:00:08.1: Adding to iommu group 6
[    0.587080] pci 0000:00:08.2: Adding to iommu group 6
[    0.587095] pci 0000:00:14.0: Adding to iommu group 7
[    0.587103] pci 0000:00:14.3: Adding to iommu group 7
[    0.587136] pci 0000:00:18.0: Adding to iommu group 8
[    0.587145] pci 0000:00:18.1: Adding to iommu group 8
[    0.587154] pci 0000:00:18.2: Adding to iommu group 8
[    0.587163] pci 0000:00:18.3: Adding to iommu group 8
[    0.587172] pci 0000:00:18.4: Adding to iommu group 8
[    0.587182] pci 0000:00:18.5: Adding to iommu group 8
[    0.587191] pci 0000:00:18.6: Adding to iommu group 8
[    0.587201] pci 0000:00:18.7: Adding to iommu group 8
[    0.587216] pci 0000:01:00.0: Adding to iommu group 9
[    0.587226] pci 0000:01:00.1: Adding to iommu group 9
[    0.587235] pci 0000:02:00.0: Adding to iommu group 10
[    0.587245] pci 0000:03:00.0: Adding to iommu group 11
[    0.587256] pci 0000:04:00.0: Adding to iommu group 12
[    0.587265] pci 0000:05:00.0: Adding to iommu group 6
[    0.587271] pci 0000:05:00.2: Adding to iommu group 6
[    0.587276] pci 0000:05:00.3: Adding to iommu group 6
[    0.587280] pci 0000:05:00.4: Adding to iommu group 6
[    0.587285] pci 0000:05:00.5: Adding to iommu group 6
[    0.587291] pci 0000:05:00.6: Adding to iommu group 6
[    0.587299] pci 0000:06:00.0: Adding to iommu group 6
[    0.587304] pci 0000:06:00.1: Adding to iommu group 6
[    0.588784] pci 0000:00:00.2: AMD-Vi: Found IOMMU cap 0x40
[    0.588791] AMD-Vi: Extended features (0x206d73ef22254ade): PPR X2APIC NX GT IA GA PC GA_vAPIC
[    0.588800] AMD-Vi: Interrupt remapping enabled
[    0.588802] AMD-Vi: Virtual APIC enabled
[    0.588804] AMD-Vi: X2APIC enabled
[    0.588893] software IO TLB: tearing down default memory pool
[    0.589921] RAPL PMU: API unit is 2^-32 Joules, 1 fixed counters, 163840 ms ovfl timer
[    0.589928] RAPL PMU: hw unit of domain package 2^-16 Joules
[    0.589932] LVT offset 0 assigned for vector 0x400
[    0.590114] perf: AMD IBS detected (0x000003ff)
[    0.590120] amd_uncore: 4  amd_df counters detected
[    0.590126] amd_uncore: 6  amd_l3 counters detected
[    0.590475] perf/amd_iommu: Detected AMD IOMMU #0 (2 banks, 4 counters/bank).
[    0.590668] SVM: TSC scaling supported
[    0.590670] kvm: Nested Virtualization enabled
[    0.590672] SVM: kvm: Nested Paging enabled
[    0.590681] SVM: Virtual VMLOAD VMSAVE supported
[    0.590682] SVM: Virtual GIF supported
[    0.590684] SVM: LBR virtualization supported
[    0.597633] Initialise system trusted keyrings
[    0.597682] workingset: timestamp_bits=46 max_order=22 bucket_order=0
[    0.599000] fuse: init (API version 7.36)
[    0.599071] SGI XFS with ACLs, security attributes, scrub, repair, no debug enabled
[    0.603595] NET: Registered PF_ALG protocol family
[    0.603599] Key type asymmetric registered
[    0.603602] Asymmetric key parser 'x509' registered
[    0.603612] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
[    0.603681] io scheduler mq-deadline registered
[    0.603686] io scheduler kyber registered
[    0.603697] io scheduler bfq registered
[    0.606156] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    0.659060] ACPI: AC: AC Adapter [ACAD] (off-line)
[    0.659137] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[    0.659168] ACPI: button: Power Button [PWRB]
[    0.659214] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input1
[    0.659238] ACPI: button: Lid Switch [LID]
[    0.659276] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[    0.659398] ACPI: button: Power Button [PWRF]
[    0.659487] ACPI: video: Video Device [VGA] (multi-head: yes  rom: no  post: no)
[    0.659798] acpi device:08: registered as cooling_device0
[    0.659844] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:07/LNXVIDEO:00/input/input3
[    0.660017] Monitor-Mwait will be used to enter C-1 state
[    0.660024] ACPI: \_SB_.PLTF.P000: Found 3 idle states
[    0.660035] ACPI: FW issue: working around C-state latencies out of order
[    0.660159] ACPI: \_SB_.PLTF.P001: Found 3 idle states
[    0.660168] ACPI: FW issue: working around C-state latencies out of order
[    0.660426] ACPI: \_SB_.PLTF.P002: Found 3 idle states
[    0.660435] ACPI: FW issue: working around C-state latencies out of order
[    0.660639] ACPI: \_SB_.PLTF.P003: Found 3 idle states
[    0.660648] ACPI: FW issue: working around C-state latencies out of order
[    0.660858] ACPI: \_SB_.PLTF.P004: Found 3 idle states
[    0.660867] ACPI: FW issue: working around C-state latencies out of order
[    0.661087] ACPI: \_SB_.PLTF.P005: Found 3 idle states
[    0.661097] ACPI: FW issue: working around C-state latencies out of order
[    0.661287] ACPI: \_SB_.PLTF.P006: Found 3 idle states
[    0.661296] ACPI: FW issue: working around C-state latencies out of order
[    0.661461] ACPI: \_SB_.PLTF.P007: Found 3 idle states
[    0.661470] ACPI: FW issue: working around C-state latencies out of order
[    0.661585] ACPI: \_SB_.PLTF.P008: Found 3 idle states
[    0.661593] ACPI: FW issue: working around C-state latencies out of order
[    0.661761] ACPI: \_SB_.PLTF.P009: Found 3 idle states
[    0.661770] ACPI: FW issue: working around C-state latencies out of order
[    0.661934] ACPI: \_SB_.PLTF.P00A: Found 3 idle states
[    0.661943] ACPI: FW issue: working around C-state latencies out of order
[    0.662104] ACPI: \_SB_.PLTF.P00B: Found 3 idle states
[    0.662110] ACPI: FW issue: working around C-state latencies out of order
[    0.663081] ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - \_PR_.P000 (20211217/dspkginit-438)
[    0.663092] ACPI: \_TZ_.THRM: Invalid passive threshold
[    0.663810] thermal LNXTHERM:00: registered as thermal_zone0
[    0.663814] ACPI: thermal: Thermal Zone [THRM] (42 C)
[    0.664809] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    0.665096] Non-volatile memory driver v1.3
[    0.665117] Linux agpgart interface v0.103
[    1.183878] AMD-Vi: AMD IOMMUv2 loaded and initialized
[    1.183968] ACPI: bus type drm_connector registered
[    1.183987] [drm] amdgpu kernel modesetting enabled.
[    1.184000] amdgpu: vga_switcheroo: detected switching method \_SB_.PCI0.GP17.VGA_.ATPX handle
[    1.185323] ACPI: battery: Slot [BAT0] (battery present)
[    1.185404] ATPX version 1, functions 0x00000200
[    1.187139] amdgpu: Virtual CRAT table created for CPU
[    1.187149] amdgpu: Topology: Add CPU node
[    1.187199] amdgpu 0000:05:00.0: vgaarb: deactivate vga console
[    1.187235] amdgpu 0000:05:00.0: enabling device (0006 -> 0007)
[    1.187280] [drm] initializing kernel modesetting (RENOIR 0x1002:0x1636 0x103C:0x87B2 0xC7).
[    1.187285] amdgpu 0000:05:00.0: amdgpu: Trusted Memory Zone (TMZ) feature enabled
[    1.279127] [drm] register mmio base: 0xFC500000
[    1.279138] [drm] register mmio size: 524288
[    1.280285] [drm] add ip block number 0 <soc15_common>
[    1.280291] [drm] add ip block number 1 <gmc_v9_0>
[    1.280295] [drm] add ip block number 2 <vega10_ih>
[    1.280299] [drm] add ip block number 3 <psp>
[    1.280302] [drm] add ip block number 4 <smu>
[    1.280306] [drm] add ip block number 5 <dm>
[    1.280309] [drm] add ip block number 6 <gfx_v9_0>
[    1.280313] [drm] add ip block number 7 <sdma_v4_0>
[    1.280317] [drm] add ip block number 8 <vcn_v2_0>
[    1.280321] [drm] add ip block number 9 <jpeg_v2_0>
[    1.280339] amdgpu 0000:05:00.0: amdgpu: Fetched VBIOS from VFCT
[    1.280345] amdgpu: ATOM BIOS: 113-RENOIR-031
[    1.280360] [drm] VCN decode is enabled in VM mode
[    1.280364] [drm] VCN encode is enabled in VM mode
[    1.280369] [drm] JPEG decode is enabled in VM mode
[    1.280375] amdgpu 0000:05:00.0: amdgpu: PCIE atomic ops is not supported
[    1.280417] [drm] vm size is 262144 GB, 4 levels, block size is 9-bit, fragment size is 9-bit
[    1.280428] amdgpu 0000:05:00.0: amdgpu: VRAM: 512M 0x000000F400000000 - 0x000000F41FFFFFFF (512M used)
[    1.280437] amdgpu 0000:05:00.0: amdgpu: GART: 1024M 0x0000000000000000 - 0x000000003FFFFFFF
[    1.280444] amdgpu 0000:05:00.0: amdgpu: AGP: 267419648M 0x000000F800000000 - 0x0000FFFFFFFFFFFF
[    1.280457] [drm] Detected VRAM RAM=512M, BAR=512M
[    1.280461] [drm] RAM width 128bits DDR4
[    1.280525] [drm] amdgpu: 512M of VRAM memory ready
[    1.280530] [drm] amdgpu: 3072M of GTT memory ready.
[    1.280539] [drm] GART: num cpu pages 262144, num gpu pages 262144
[    1.280681] [drm] PCIE GART of 1024M enabled.
[    1.280686] [drm] PTB located at 0x000000F400900000
[    1.280810] amdgpu 0000:05:00.0: amdgpu: PSP runtime database doesn't exist
[    1.280824] [drm] Loading DMUB firmware via PSP: version=0x0101001F
[    1.281998] [drm] Found VCN firmware Version ENC: 1.17 DEC: 5 VEP: 0 Revision: 2
[    1.282006] amdgpu 0000:05:00.0: amdgpu: Will use PSP to load VCN firmware
[    1.588380] clocksource: timekeeping watchdog on CPU1: Marking clocksource 'tsc-early' as unstable because the skew is too large:
[    1.588388] clocksource:                       'hpet' wd_nsec: 496765091 wd_now: e04992 wd_last: 73c14e mask: ffffffff
[    1.588393] clocksource:                       'tsc-early' cs_nsec: 1000407513 cs_now: 42892e9de cs_last: 37603734c mask: ffffffffffffffff
[    1.588398] clocksource:                       'tsc-early' is current clocksource.
[    1.588401] tsc: Marking TSC unstable due to clocksource watchdog
[    1.588488] clocksource: Switched to clocksource hpet
[    2.030736] [drm] reserve 0x400000 from 0xf41f800000 for PSP TMR
[    2.117377] amdgpu 0000:05:00.0: amdgpu: RAS: optional ras ta ucode is not available
[    2.126721] amdgpu 0000:05:00.0: amdgpu: RAP: optional rap ta ucode is not available
[    2.126728] amdgpu 0000:05:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[    2.127954] amdgpu 0000:05:00.0: amdgpu: SMU is initialized successfully!
[    2.128717] [drm] Display Core initialized with v3.2.167!
[    2.129256] [drm] DMUB hardware initialized: version=0x0101001F
[    2.339959] [drm] kiq ring mec 2 pipe 1 q 0
[    2.343175] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[    2.343192] [drm] JPEG decode initialized successfully.
[    2.344486] kfd kfd: amdgpu: Allocated 3969056 bytes on gart
[    2.344620] amdgpu: Virtual CRAT table created for GPU
[    2.345197] amdgpu: Topology: Add dGPU node [0x1636:0x1002]
[    2.345200] kfd kfd: amdgpu: added device 1002:1636
[    2.345336] amdgpu 0000:05:00.0: amdgpu: SE 1, SH per SE 1, CU per SH 8, active_cu_number 6
[    2.345446] amdgpu 0000:05:00.0: amdgpu: ring gfx uses VM inv eng 0 on hub 0
[    2.345450] amdgpu 0000:05:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[    2.345454] amdgpu 0000:05:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[    2.345457] amdgpu 0000:05:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[    2.345460] amdgpu 0000:05:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[    2.345463] amdgpu 0000:05:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[    2.345467] amdgpu 0000:05:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[    2.345470] amdgpu 0000:05:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[    2.345473] amdgpu 0000:05:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[    2.345476] amdgpu 0000:05:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[    2.345480] amdgpu 0000:05:00.0: amdgpu: ring sdma0 uses VM inv eng 0 on hub 1
[    2.345483] amdgpu 0000:05:00.0: amdgpu: ring vcn_dec uses VM inv eng 1 on hub 1
[    2.345486] amdgpu 0000:05:00.0: amdgpu: ring vcn_enc0 uses VM inv eng 4 on hub 1
[    2.345490] amdgpu 0000:05:00.0: amdgpu: ring vcn_enc1 uses VM inv eng 5 on hub 1
[    2.345493] amdgpu 0000:05:00.0: amdgpu: ring jpeg_dec uses VM inv eng 6 on hub 1
[    2.347058] [drm] Initialized amdgpu 3.44.0 20150101 for 0000:05:00.0 on minor 0
[    2.351931] fbcon: amdgpudrmfb (fb0) is primary device
[    2.434442] Console: switching to colour frame buffer device 240x67
[    2.450510] amdgpu 0000:05:00.0: [drm] fb0: amdgpudrmfb frame buffer device
[    2.450662] usbcore: registered new interface driver udl
[    2.453134] brd: module loaded
[    2.454408] loop: module loaded
[    2.454669] nvme 0000:04:00.0: platform quirk: setting simple suspend
[    2.454732] nvme nvme0: pci function 0000:04:00.0
[    2.454797] ahci 0000:06:00.0: version 3.0
[    2.454951] ahci 0000:06:00.0: AHCI 0001.0301 32 slots 1 ports 6 Gbps 0x1 impl SATA mode
[    2.454994] ahci 0000:06:00.0: flags: 64bit ncq sntf ilck pm led clo only pmp fbs pio slum part 
[    2.455204] scsi host0: ahci
[    2.455280] ata1: SATA max UDMA/133 abar m2048@0xfc601000 port 0xfc601100 irq 29
[    2.455495] ahci 0000:06:00.1: AHCI 0001.0301 32 slots 1 ports 6 Gbps 0x1 impl SATA mode
[    2.455558] ahci 0000:06:00.1: flags: 64bit ncq sntf ilck pm led clo only pmp fbs pio slum part 
[    2.455791] scsi host1: ahci
[    2.455839] ata2: SATA max UDMA/133 abar m2048@0xfc600000 port 0xfc600100 irq 33
[    2.456010] tun: Universal TUN/TAP device driver, 1.6
[    2.456089] r8169 0000:02:00.0: enabling device (0000 -> 0003)
[    2.456170] r8169 0000:02:00.0: can't disable ASPM; OS doesn't have ASPM control
[    2.459759] nvme nvme0: missing or invalid SUBNQN field.
[    2.463772] nvme nvme0: 16/0/0 default/read/poll queues
[    2.464349] r8169 0000:02:00.0 eth0: RTL8168h/8111h, 30:24:a9:7d:03:0f, XID 541, IRQ 51
[    2.464437] r8169 0000:02:00.0 eth0: jumbo features [frames: 9194 bytes, tx checksumming: ko]
[    2.464675] rtw_8822ce 0000:03:00.0: Firmware version 9.9.11, H2C version 15
[    2.464726] rtw_8822ce 0000:03:00.0: Firmware version 9.9.4, H2C version 15
[    2.464796] rtw_8822ce 0000:03:00.0: enabling device (0000 -> 0003)
[    2.466940]  nvme0n1: p1 p2 p3 p4 p5 p6 p7
[    2.484939] usbcore: registered new interface driver cdc_ether
[    2.484977] usbcore: registered new interface driver cdc_eem
[    2.485012] usbcore: registered new interface driver cdc_ncm
[    2.485204] xhci_hcd 0000:05:00.3: xHCI Host Controller
[    2.485311] xhci_hcd 0000:05:00.3: new USB bus registered, assigned bus number 1
[    2.485425] xhci_hcd 0000:05:00.3: hcc params 0x0268ffe5 hci version 0x110 quirks 0x0000020000000410
[    2.485729] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.17
[    2.485770] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.485805] usb usb1: Product: xHCI Host Controller
[    2.485831] usb usb1: Manufacturer: Linux 5.17.3+ xhci-hcd
[    2.485858] usb usb1: SerialNumber: 0000:05:00.3
[    2.487275] hub 1-0:1.0: USB hub found
[    2.488784] hub 1-0:1.0: 4 ports detected
[    2.490506] xhci_hcd 0000:05:00.3: xHCI Host Controller
[    2.492348] xhci_hcd 0000:05:00.3: new USB bus registered, assigned bus number 2
[    2.493556] xhci_hcd 0000:05:00.3: Host supports USB 3.1 Enhanced SuperSpeed
[    2.495129] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[    2.496826] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.17
[    2.498010] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.499489] usb usb2: Product: xHCI Host Controller
[    2.502027] usb usb2: Manufacturer: Linux 5.17.3+ xhci-hcd
[    2.503313] usb usb2: SerialNumber: 0000:05:00.3
[    2.505113] hub 2-0:1.0: USB hub found
[    2.507669] hub 2-0:1.0: 2 ports detected
[    2.509129] xhci_hcd 0000:05:00.4: xHCI Host Controller
[    2.510553] xhci_hcd 0000:05:00.4: new USB bus registered, assigned bus number 3
[    2.512549] xhci_hcd 0000:05:00.4: hcc params 0x0268ffe5 hci version 0x110 quirks 0x0000020000000410
[    2.514850] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.17
[    2.516007] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.517540] usb usb3: Product: xHCI Host Controller
[    2.518777] usb usb3: Manufacturer: Linux 5.17.3+ xhci-hcd
[    2.520091] usb usb3: SerialNumber: 0000:05:00.4
[    2.521497] hub 3-0:1.0: USB hub found
[    2.523088] hub 3-0:1.0: 4 ports detected
[    2.524408] xhci_hcd 0000:05:00.4: xHCI Host Controller
[    2.526042] xhci_hcd 0000:05:00.4: new USB bus registered, assigned bus number 4
[    2.527128] xhci_hcd 0000:05:00.4: Host supports USB 3.1 Enhanced SuperSpeed
[    2.528632] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[    2.529843] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.17
[    2.531140] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.532403] usb usb4: Product: xHCI Host Controller
[    2.533682] usb usb4: Manufacturer: Linux 5.17.3+ xhci-hcd
[    2.534952] usb usb4: SerialNumber: 0000:05:00.4
[    2.536349] hub 4-0:1.0: USB hub found
[    2.537551] hub 4-0:1.0: 2 ports detected
[    2.539002] usb: port power management may be unreliable
[    2.540151] usbcore: registered new interface driver usblp
[    2.541558] usbcore: registered new interface driver cdc_wdm
[    2.543300] usbcore: registered new interface driver uas
[    2.544335] usbcore: registered new interface driver usb-storage
[    2.545711] usbcore: registered new interface driver emi26 - firmware loader
[    2.546808] usbcore: registered new interface driver emi62 - firmware loader
[    2.548887] i8042: PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1
[    2.550023] i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
[    2.552434] serio: i8042 KBD port at 0x60,0x64 irq 1
[    2.554120] mousedev: PS/2 mouse device common for all mice
[    2.555511] rtc_cmos 00:01: RTC can wake from S4
[    2.556899] rtc_cmos 00:01: registered as rtc0
[    2.557857] rtc_cmos 00:01: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[    2.559192] i2c_dev: i2c /dev entries driver
[    2.560618] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
[    2.562309] piix4_smbus 0000:00:14.0: Using register 0x02 for SMBus port selection
[    2.564143] piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at 0xb20
[    2.565974] usbcore: registered new interface driver uvcvideo
[    2.567637] usbcore: registered new interface driver btusb
[    2.568910] EFI Variables Facility v0.08 2004-May-17
[    2.578198] pstore: Registered efi as persistent store backend
[    2.579410] ccp 0000:05:00.2: enabling device (0000 -> 0002)
[    2.591220] ccp 0000:05:00.2: tee enabled
[    2.592890] ccp 0000:05:00.2: psp enabled
[    2.594443] hid: raw HID events driver (C) Jiri Kosina
[    2.595537] usbcore: registered new interface driver usbhid
[    2.597254] usbhid: USB HID core driver
[    2.598995] hp_accel: laptop model unknown, using default axes configuration
[    2.632040] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input4
[    2.632123] lis3lv02d: 8 bits 3DC sensor found
[    2.643565] input: ST LIS3LV02DL Accelerometer as /devices/platform/lis3lv02d/input/input5
[    2.646182] ACPI BIOS Error (bug): Attempt to CreateField of length zero (20211217/dsopcode-133)
[    2.647234] ACPI Error: Aborting method \HWMC due to previous error (AE_AML_OPERAND_VALUE) (20211217/psparse-529)
[    2.648622] ACPI Error: Aborting method \_SB.WMID.WMAA due to previous error (AE_AML_OPERAND_VALUE) (20211217/psparse-529)
[    2.650265] input: HP WMI hotkeys as /devices/virtual/input/input6
[    2.652009] ACPI BIOS Error (bug): Attempt to CreateField of length zero (20211217/dsopcode-133)
[    2.653101] ACPI Error: Aborting method \HWMC due to previous error (AE_AML_OPERAND_VALUE) (20211217/psparse-529)
[    2.654575] ACPI Error: Aborting method \_SB.WMID.WMAA due to previous error (AE_AML_OPERAND_VALUE) (20211217/psparse-529)
[    2.657913] snd_hda_intel 0000:01:00.1: enabling device (0000 -> 0002)
[    2.659131] snd_hda_intel 0000:01:00.1: Disabling MSI
[    2.660600] snd_hda_intel 0000:01:00.1: Handle vga_switcheroo audio client
[    2.662598] snd_hda_intel 0000:05:00.6: enabling device (0000 -> 0002)
[    2.664050] usbcore: registered new interface driver snd-usb-audio
[    2.664342] random: fast init done
[    2.665148] NET: Registered PF_LLC protocol family
[    2.668828] Initializing XFRM netlink socket
[    2.670391] NET: Registered PF_INET6 protocol family
[    2.672578] Segment Routing with IPv6
[    2.674939] In-situ OAM (IOAM) with IPv6
[    2.676345] mip6: Mobile IPv6
[    2.677697] NET: Registered PF_PACKET protocol family
[    2.679008] NET: Registered PF_KEY protocol family
[    2.680342] Bluetooth: RFCOMM TTY layer initialized
[    2.681826] Bluetooth: RFCOMM socket layer initialized
[    2.682914] Bluetooth: RFCOMM ver 1.11
[    2.684400] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[    2.685905] Bluetooth: BNEP filters: protocol multicast
[    2.686965] Bluetooth: BNEP socket layer initialized
[    2.688424] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
[    2.689906] Bluetooth: HIDP socket layer initialized
[    2.690466] input: ELAN0718:00 04F3:30FD Mouse as /devices/platform/AMDI0010:03/i2c-0/i2c-ELAN0718:00/0018:04F3:30FD.0001/input/input7
[    2.690978] l2tp_core: L2TP core driver, V2.0
[    2.693103] input: ELAN0718:00 04F3:30FD Touchpad as /devices/platform/AMDI0010:03/i2c-0/i2c-ELAN0718:00/0018:04F3:30FD.0001/input/input9
[    2.693495] input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.1/0000:01:00.1/sound/card1/input10
[    2.693548] input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.1/0000:01:00.1/sound/card1/input11
[    2.693601] input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.1/0000:01:00.1/sound/card1/input12
[    2.693643] input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:01.1/0000:01:00.1/sound/card1/input13
[    2.694196] l2tp_ip: L2TP IP encapsulation support (L2TPv3)
[    2.694205] l2tp_netlink: L2TP netlink interface
[    2.695679] hid-multitouch 0018:04F3:30FD.0001: input,hidraw0: I2C HID v1.00 Mouse [ELAN0718:00 04F3:30FD] on i2c-ELAN0718:00
[    2.695847] snd_hda_codec_realtek hdaudioC2D0: autoconfig for ALC285: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
[    2.695851] snd_hda_codec_realtek hdaudioC2D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[    2.695854] snd_hda_codec_realtek hdaudioC2D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
[    2.695857] snd_hda_codec_realtek hdaudioC2D0:    mono: mono_out=0x0
[    2.695858] snd_hda_codec_realtek hdaudioC2D0:    inputs:
[    2.695860] snd_hda_codec_realtek hdaudioC2D0:      Mic=0x19
[    2.695861] snd_hda_codec_realtek hdaudioC2D0:      Internal Mic=0x12
[    2.696938] l2tp_eth: L2TP ethernet pseudowire support (L2TPv3)
[    2.712831] l2tp_ip6: L2TP IP encapsulation support for IPv6 (L2TPv3)
[    2.714428] 8021q: 802.1Q VLAN Support v1.8
[    2.717183] NET: Registered PF_RDS protocol family
[    2.718644] Registered RDS/tcp transport
[    2.721411] microcode: CPU0: patch_level=0x08600106
[    2.723286] microcode: CPU1: patch_level=0x08600106
[    2.724913] microcode: CPU2: patch_level=0x08600106
[    2.726791] microcode: CPU3: patch_level=0x08600106
[    2.728463] microcode: CPU4: patch_level=0x08600106
[    2.730300] microcode: CPU5: patch_level=0x08600106
[    2.731777] microcode: CPU6: patch_level=0x08600106
[    2.732955] microcode: CPU7: patch_level=0x08600106
[    2.733289] usb 1-4: new full-speed USB device number 2 using xhci_hcd
[    2.734219] microcode: CPU8: patch_level=0x08600106
[    2.737173] microcode: CPU9: patch_level=0x08600106
[    2.738149] microcode: CPU10: patch_level=0x08600106
[    2.739752] microcode: CPU11: patch_level=0x08600106
[    2.740925] microcode: Microcode Update Driver: v2.2.
[    2.740930] IPI shorthand broadcast: enabled
[    2.743296] AVX2 version of gcm_enc/dec engaged.
[    2.744733] AES CTR mode by8 optimization enabled
[    2.746187] registered taskstats version 1
[    2.747310] Loading compiled-in X.509 certificates
[    2.748603] Key type ._fscrypt registered
[    2.749934] Key type .fscrypt registered
[    2.751291] Key type fscrypt-provisioning registered
[    2.765095] ata1: SATA link down (SStatus 0 SControl 300)
[    2.765293] usb 3-3: new high-speed USB device number 2 using xhci_hcd
[    2.884317] usb 1-4: New USB device found, idVendor=0bda, idProduct=b00c, bcdDevice= 0.00
[    2.885798] usb 1-4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    2.887132] usb 1-4: Product: Bluetooth Radio
[    2.887961] usb 1-4: Manufacturer: Realtek
[    2.888787] usb 1-4: SerialNumber: 00e04c000001
[    2.902405] Bluetooth: hci0: RTL: examining hci_ver=0a hci_rev=000c lmp_ver=0a lmp_subver=8822
[    2.905350] Bluetooth: hci0: RTL: rom_version status=0 version=3
[    2.906240] Bluetooth: hci0: RTL: loading rtl_bt/rtl8822cu_fw.bin
[    2.907104] Bluetooth: hci0: RTL: loading rtl_bt/rtl8822cu_config.bin
[    2.907971] bluetooth hci0: Direct firmware load for rtl_bt/rtl8822cu_config.bin failed with error -2
[    2.908855] Bluetooth: hci0: RTL: cfg_sz -2, total sz 35080
[    2.915705] usb 3-3: New USB device found, idVendor=30c9, idProduct=0013, bcdDevice= 0.01
[    2.917293] usb 3-3: New USB device strings: Mfr=3, Product=1, SerialNumber=2
[    2.918512] usb 3-3: Product: HP TrueVision HD Camera
[    2.919414] usb 3-3: Manufacturer: DJKCVA19IECCI0
[    2.920313] usb 3-3: SerialNumber: 0001
[    2.923290] ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    2.925974] ata2.00: ATA-9: SanDisk Ultra II 960GB, X41100RL, max UDMA/133
[    2.927546] ata2.00: 1875385008 sectors, multi 1: LBA48 NCQ (depth 32), AA
[    2.930135] ata2.00: configured for UDMA/133
[    2.930827] usb 3-3: Found UVC 1.00 device HP TrueVision HD Camera (30c9:0013)
[    2.931145] scsi 1:0:0:0: Direct-Access     ATA      SanDisk Ultra II 00RL PQ: 0 ANSI: 5
[    2.934059] sd 1:0:0:0: Attached scsi generic sg0 type 0
[    2.934195] sd 1:0:0:0: [sda] 1875385008 512-byte logical blocks: (960 GB/894 GiB)
[    2.936770] sd 1:0:0:0: [sda] Write Protect is off
[    2.938098] sd 1:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    2.938343] sd 1:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.940350]  sda: sda1 sda2 sda3
[    2.941714] sd 1:0:0:0: [sda] Attached SCSI disk
[    2.944078] input: HP TrueVision HD Camera: HP Tru as /devices/pci0000:00/0000:00:08.1/0000:05:00.4/usb3/3-3/3-3:1.0/input/input14
[    3.115456] acpi_cpufreq: overriding BIOS provided _PSD data
[    3.117327] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[    3.149780] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[    3.151464] Unstable clock detected, switching default tracing clock to "global"
               If you want to keep using the local clock, then add:
                 "trace_clock=local"
               on the kernel command line
[    3.159316] ALSA device list:
[    3.161680]   #0: Loopback 1
[    3.163002]   #1: HDA NVidia at 0xfc080000 irq 74
[    3.216606] Bluetooth: hci0: RTL: fw version 0x19b76d7d
[    3.354924] input: HD-Audio Generic Mic as /devices/pci0000:00/0000:00:08.1/0000:05:00.6/sound/card2/input15
[    3.357088] input: HD-Audio Generic Headphone as /devices/pci0000:00/0000:00:08.1/0000:05:00.6/sound/card2/input16
[    3.360289] EXT4-fs (nvme0n1p4): mounted filesystem with ordered data mode. Quota mode: disabled.
[    3.361997] VFS: Mounted root (ext4 filesystem) readonly on device 259:4.
[    3.364135] devtmpfs: mounted
[    3.365974] Freeing unused decrypted memory: 2044K
[    3.367918] Freeing unused kernel image (initmem) memory: 1252K
[    3.376352] Write protecting the kernel read-only data: 30720k
[    3.379649] Freeing unused kernel image (text/rodata gap) memory: 2028K
[    3.381352] Freeing unused kernel image (rodata/data gap) memory: 308K
[    3.383593] Run /sbin/init as init process
[    3.384826]   with arguments:
[    3.384827]     /sbin/init
[    3.384828]   with environment:
[    3.384828]     HOME=/
[    3.384829]     TERM=linux
[    3.504934] random: udevd: uninitialized urandom read (16 bytes read)
[    3.506735] random: udevd: uninitialized urandom read (16 bytes read)
[    3.509046] random: udevd: uninitialized urandom read (16 bytes read)
[    3.529630] udevd[323]: starting eudev-3.2.11
[    4.177776] Adding 1048572k swap on /dev/nvme0n1p3.  Priority:-2 extents:1 across:1048572k SS
[    5.198145] EXT4-fs (nvme0n1p4): re-mounted. Quota mode: disabled.
[    5.261212] FAT-fs (nvme0n1p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[    5.292901] EXT4-fs (sda3): mounted filesystem with ordered data mode. Quota mode: disabled.
[    6.532567] random: crng init done
[    6.532571] random: 7 urandom warning(s) missed due to ratelimiting
[   14.436159] wlan0: authenticate with 24:4b:fe:be:28:28
[   14.436176] wlan0: bad VHT capabilities, disabling VHT
[   14.819206] wlan0: send auth to 24:4b:fe:be:28:28 (try 1/3)
[   14.822544] wlan0: authenticated
[   14.824314] wlan0: associate with 24:4b:fe:be:28:28 (try 1/3)
[   14.829084] wlan0: RX AssocResp from 24:4b:fe:be:28:28 (capab=0x1411 status=0 aid=5)
[   14.829402] wlan0: associated
[   14.848563] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[   15.827844] wlan0: deauthenticating from 24:4b:fe:be:28:28 by local choice (Reason: 3=DEAUTH_LEAVING)
[   22.875808] wlan0: authenticate with 24:4b:fe:be:28:28
[   22.875824] wlan0: bad VHT capabilities, disabling VHT
[   23.145717] wlan0: send auth to 24:4b:fe:be:28:28 (try 1/3)
[   23.149152] wlan0: authenticated
[   23.149288] wlan0: associate with 24:4b:fe:be:28:28 (try 1/3)
[   23.155597] wlan0: RX AssocResp from 24:4b:fe:be:28:28 (capab=0x1411 status=0 aid=5)
[   23.155861] wlan0: associated
[   23.166005] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[   30.667348] acpi_call: loading out-of-tree module taints kernel.
[   30.796454] pci 0000:01:00.0: Removing from iommu group 9
[  188.055489] snd_hda_intel 0000:01:00.1: can't change power state from D3cold to D0 (config space inaccessible)
[  188.380317] snd_hda_codec_hdmi hdaudioC1D0: Unable to sync register 0x4f0800. -5
[  188.380330] snd_hda_codec_hdmi hdaudioC1D0: HDMI: invalid ELD buf size -1
[  188.380335] snd_hda_codec_hdmi hdaudioC1D0: HDMI: invalid ELD buf size -1
[  188.380339] snd_hda_codec_hdmi hdaudioC1D0: HDMI: invalid ELD buf size -1
[  188.380343] snd_hda_codec_hdmi hdaudioC1D0: HDMI: invalid ELD buf size -1
[  197.852016] atkbd serio0: Unknown key pressed (translated set 2, code 0xd8 on isa0060/serio0).
[  197.852029] atkbd serio0: Use 'setkeycodes e058 <keycode>' to make it known.
[  197.861034] atkbd serio0: Unknown key released (translated set 2, code 0xd8 on isa0060/serio0).
[  197.861047] atkbd serio0: Use 'setkeycodes e058 <keycode>' to make it known.
[  198.427551] PM: suspend entry (deep)
[  198.446504] Filesystems sync: 0.018 seconds
[  198.446712] Freezing user space processes ... (elapsed 0.002 seconds) done.
[  198.449052] OOM killer disabled.
[  198.449053] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
[  198.450339] printk: Suspending console(s) (use no_console_suspend to debug)
[  198.463014] wlan0: deauthenticating from 24:4b:fe:be:28:28 by local choice (Reason: 3=DEAUTH_LEAVING)
[  198.463400] snd_hda_intel 0000:01:00.1: can't change power state from D3cold to D0 (config space inaccessible)
[  198.466320] sd 1:0:0:0: [sda] Synchronizing SCSI cache
[  198.468114] sd 1:0:0:0: [sda] Stopping disk
[  198.557382] [drm] free PSP TMR buffer
[  198.866106] PM: late suspend of devices failed
[  198.866301] pci 0000:00:00.2: can't derive routing for PCI INT A
[  198.866306] pci 0000:00:00.2: PCI INT A: no GSI
[  198.866501] [drm] PCIE GART of 1024M enabled.
[  198.866505] [drm] PTB located at 0x000000F400900000
[  198.866522] [drm] PSP is resuming...
[  198.867597] sd 1:0:0:0: [sda] Starting disk
[  198.877203] nvme nvme0: 16/0/0 default/read/poll queues
[  198.886612] [drm] reserve 0x400000 from 0xf41f800000 for PSP TMR
[  199.176570] usb 1-4: reset full-speed USB device number 2 using xhci_hcd
[  199.178578] ata1: SATA link down (SStatus 0 SControl 300)
[  199.179732] amdgpu 0000:05:00.0: amdgpu: RAS: optional ras ta ucode is not available
[  199.190501] amdgpu 0000:05:00.0: amdgpu: RAP: optional rap ta ucode is not available
[  199.190503] amdgpu 0000:05:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[  199.190506] amdgpu 0000:05:00.0: amdgpu: SMU is resuming...
[  199.191038] amdgpu 0000:05:00.0: amdgpu: dpm has been disabled
[  199.191992] amdgpu 0000:05:00.0: amdgpu: SMU is resumed successfully!
[  199.192786] [drm] DMUB hardware initialized: version=0x0101001F
[  199.339326] ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[  199.341936] ata2.00: configured for UDMA/133
[  199.735650] [drm] kiq ring mec 2 pipe 1 q 0
[  199.993027] amdgpu 0000:05:00.0: [drm:amdgpu_ring_test_helper] *ERROR* ring gfx test failed (-110)
[  199.993038] [drm:amdgpu_device_ip_resume_phase2] *ERROR* resume of IP block <gfx_v9_0> failed -110
[  199.993046] amdgpu 0000:05:00.0: amdgpu: amdgpu_device_ip_resume failed (-110).
[  199.993049] PM: dpm_run_callback(): pci_pm_resume+0x0/0x120 returns -110
[  199.993059] amdgpu 0000:05:00.0: PM: failed to resume async: error -110
[  199.995790] OOM killer enabled.
[  199.995792] Restarting tasks ... 
[  199.997375] Bluetooth: hci0: RTL: examining hci_ver=0a hci_rev=000c lmp_ver=0a lmp_subver=8822
[  199.997574] done.
[  199.999376] Bluetooth: hci0: RTL: rom_version status=0 version=3
[  199.999386] Bluetooth: hci0: RTL: loading rtl_bt/rtl8822cu_fw.bin
[  199.999423] Bluetooth: hci0: RTL: loading rtl_bt/rtl8822cu_config.bin
[  199.999467] amdgpu 0000:05:00.0: amdgpu: couldn't schedule ib on ring <gfx>
[  199.999473] [drm:amdgpu_job_run] *ERROR* Error scheduling IBs (-22)
[  200.000238] amdgpu 0000:05:00.0: amdgpu: couldn't schedule ib on ring <gfx>
[  200.000241] [drm:amdgpu_job_run] *ERROR* Error scheduling IBs (-22)
[  200.005766] Bluetooth: hci0: RTL: cfg_sz 6, total sz 35086
[  200.125051] PM: suspend exit
[  200.125124] PM: suspend entry (s2idle)
[  200.127453] Filesystems sync: 0.002 seconds
[  200.127641] Freezing user space processes ... 
[  200.219508] snd_hda_codec_hdmi hdaudioC1D0: Unable to sync register 0x4f0800. -5
[  200.219521] snd_hda_codec_hdmi hdaudioC1D0: HDMI: invalid ELD buf size -1
[  200.219526] snd_hda_codec_hdmi hdaudioC1D0: HDMI: invalid ELD buf size -1
[  200.219530] snd_hda_codec_hdmi hdaudioC1D0: HDMI: invalid ELD buf size -1
[  200.219534] snd_hda_codec_hdmi hdaudioC1D0: HDMI: invalid ELD buf size -1
[  200.301909] (elapsed 0.174 seconds) done.
[  200.301921] OOM killer disabled.
[  200.301922] Freezing remaining freezable tasks ... 
[  200.313625] Bluetooth: hci0: RTL: fw version 0x19b76d7d
[  200.665006] (elapsed 0.363 seconds) done.
[  200.665018] printk: Suspending console(s) (use no_console_suspend to debug)
[  200.665098] amdgpu 0000:05:00.0: amdgpu: Power consumption will be higher as BIOS has not been configured for suspend-to-idle.
               To use suspend-to-idle change the sleep mode in BIOS setup.
[  200.671298] sd 1:0:0:0: [sda] Synchronizing SCSI cache
[  200.678851] sd 1:0:0:0: [sda] Stopping disk
[  200.777285] [drm] free PSP TMR buffer
[  201.198406] ACPI: EC: interrupt blocked
[  201.198606] amdgpu 0000:05:00.0: amdgpu: MODE2 reset
[  201.221818] ACPI: EC: interrupt unblocked
[  201.223450] snd_hda_intel 0000:01:00.1: can't change power state from D3cold to D0 (config space inaccessible)
[  201.246631] pci 0000:00:00.2: can't derive routing for PCI INT A
[  201.246638] pci 0000:00:00.2: PCI INT A: no GSI
[  201.246685] [drm] PCIE GART of 1024M enabled.
[  201.246689] [drm] PTB located at 0x000000F400900000
[  201.246705] [drm] PSP is resuming...
[  201.248365] sd 1:0:0:0: [sda] Starting disk
[  201.264364] nvme nvme0: 16/0/0 default/read/poll queues
[  201.266746] [drm] reserve 0x400000 from 0xf41f800000 for PSP TMR
[  201.551853] usb 1-4: reset full-speed USB device number 2 using xhci_hcd
[  201.554640] ata1: SATA link down (SStatus 0 SControl 300)
[  201.559839] amdgpu 0000:05:00.0: amdgpu: RAS: optional ras ta ucode is not available
[  201.570509] amdgpu 0000:05:00.0: amdgpu: RAP: optional rap ta ucode is not available
[  201.570511] amdgpu 0000:05:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[  201.570514] amdgpu 0000:05:00.0: amdgpu: SMU is resuming...
[  201.570887] amdgpu 0000:05:00.0: amdgpu: dpm has been disabled
[  201.571914] amdgpu 0000:05:00.0: amdgpu: SMU is resumed successfully!
[  201.572704] [drm] DMUB hardware initialized: version=0x0101001F
[  201.707298] ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[  201.709919] ata2.00: configured for UDMA/133
[  202.130916] [drm] kiq ring mec 2 pipe 1 q 0
[  202.146992] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[  202.147075] [drm] JPEG decode initialized successfully.
[  202.147081] amdgpu 0000:05:00.0: amdgpu: ring gfx uses VM inv eng 0 on hub 0
[  202.147086] amdgpu 0000:05:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[  202.147089] amdgpu 0000:05:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[  202.147090] amdgpu 0000:05:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[  202.147092] amdgpu 0000:05:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[  202.147094] amdgpu 0000:05:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[  202.147096] amdgpu 0000:05:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[  202.147098] amdgpu 0000:05:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[  202.147099] amdgpu 0000:05:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[  202.147102] amdgpu 0000:05:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[  202.147104] amdgpu 0000:05:00.0: amdgpu: ring sdma0 uses VM inv eng 0 on hub 1
[  202.147106] amdgpu 0000:05:00.0: amdgpu: ring vcn_dec uses VM inv eng 1 on hub 1
[  202.147108] amdgpu 0000:05:00.0: amdgpu: ring vcn_enc0 uses VM inv eng 4 on hub 1
[  202.147109] amdgpu 0000:05:00.0: amdgpu: ring vcn_enc1 uses VM inv eng 5 on hub 1
[  202.147111] amdgpu 0000:05:00.0: amdgpu: ring jpeg_dec uses VM inv eng 6 on hub 1
[  202.651455] [drm] Fence fallback timer expired on ring gfx
[  203.155461] [drm] Fence fallback timer expired on ring sdma0
[  203.158726] OOM killer enabled.
[  203.158728] Restarting tasks ... done.
[  203.159774] Bluetooth: hci0: RTL: examining hci_ver=0a hci_rev=000c lmp_ver=0a lmp_subver=8822
[  203.161769] Bluetooth: hci0: RTL: rom_version status=0 version=3
[  203.161775] Bluetooth: hci0: RTL: loading rtl_bt/rtl8822cu_fw.bin
[  203.161785] Bluetooth: hci0: RTL: loading rtl_bt/rtl8822cu_config.bin
[  203.161797] Bluetooth: hci0: RTL: cfg_sz 6, total sz 35086
[  203.288158] PM: suspend exit
[  203.381490] snd_hda_codec_hdmi hdaudioC1D0: Unable to sync register 0x4f0800. -5
[  203.381501] snd_hda_codec_hdmi hdaudioC1D0: HDMI: invalid ELD buf size -1
[  203.381505] snd_hda_codec_hdmi hdaudioC1D0: HDMI: invalid ELD buf size -1
[  203.381508] snd_hda_codec_hdmi hdaudioC1D0: HDMI: invalid ELD buf size -1
[  203.381511] snd_hda_codec_hdmi hdaudioC1D0: HDMI: invalid ELD buf size -1
[  203.489992] Bluetooth: hci0: RTL: fw version 0x19b76d7d
[  204.579634] [drm] Fence fallback timer expired on ring sdma0
[  205.083300] [drm] Fence fallback timer expired on ring sdma0
[  205.587598] [drm] Fence fallback timer expired on ring sdma0
[  206.091531] [drm] Fence fallback timer expired on ring sdma0
[  206.595506] [drm] Fence fallback timer expired on ring gfx
[  206.595509] [drm] Fence fallback timer expired on ring sdma0
[  207.099493] [drm] Fence fallback timer expired on ring sdma0
[  207.099494] [drm] Fence fallback timer expired on ring gfx
[  207.603499] [drm] Fence fallback timer expired on ring gfx
[  207.603498] [drm] Fence fallback timer expired on ring sdma0
[  208.107492] [drm] Fence fallback timer expired on ring gfx
[  208.107490] [drm] Fence fallback timer expired on ring sdma0
[  208.611499] [drm] Fence fallback timer expired on ring sdma0
[  209.115504] [drm] Fence fallback timer expired on ring sdma0
[  209.451494] [drm:amdgpu_dm_atomic_commit_tail] *ERROR* Waiting for fences timed out!
[  209.619488] [drm] Fence fallback timer expired on ring sdma0
[  209.619491] [drm] Fence fallback timer expired on ring gfx
[  210.123465] [drm] Fence fallback timer expired on ring sdma0
[  210.123484] [drm] Fence fallback timer expired on ring gfx
[  210.627487] [drm] Fence fallback timer expired on ring gfx
[  211.131497] [drm] Fence fallback timer expired on ring sdma0
[  211.635496] [drm] Fence fallback timer expired on ring sdma0
[  212.139500] [drm] Fence fallback timer expired on ring sdma0
[  212.643473] [drm] Fence fallback timer expired on ring gfx
[  212.643475] [drm] Fence fallback timer expired on ring sdma0
[  213.147462] [drm] Fence fallback timer expired on ring gfx
[  213.147472] [drm] Fence fallback timer expired on ring sdma0
[  213.651495] [drm] Fence fallback timer expired on ring gfx
[  214.155480] [drm] Fence fallback timer expired on ring sdma0
[  214.155481] [drm] Fence fallback timer expired on ring gfx
[  214.659497] [drm] Fence fallback timer expired on ring sdma0
[  215.163296] [drm] Fence fallback timer expired on ring sdma0
[  215.163319] [drm] Fence fallback timer expired on ring gfx
[  215.667500] [drm] Fence fallback timer expired on ring gfx
[  215.667502] [drm] Fence fallback timer expired on ring sdma0
[  216.171485] [drm] Fence fallback timer expired on ring gfx
[  216.171488] [drm] Fence fallback timer expired on ring sdma0
[  216.675324] [drm] Fence fallback timer expired on ring sdma0
[  217.179480] [drm] Fence fallback timer expired on ring gfx
[  217.179482] [drm] Fence fallback timer expired on ring sdma0
[  217.683465] [drm] Fence fallback timer expired on ring gfx
[  217.683465] [drm] Fence fallback timer expired on ring sdma0
[  218.187501] [drm] Fence fallback timer expired on ring sdma0
[  218.691494] [drm] Fence fallback timer expired on ring gfx
[  219.179609] [drm:amdgpu_dm_atomic_commit_tail] *ERROR* Waiting for fences timed out!
[  219.195413] [drm] Fence fallback timer expired on ring gfx
[  219.699587] [drm] Fence fallback timer expired on ring gfx
[  219.699589] [drm] Fence fallback timer expired on ring sdma0
[  220.203653] [drm] Fence fallback timer expired on ring gfx
[  220.707532] [drm] Fence fallback timer expired on ring gfx
[  220.811494] [drm] Fence fallback timer expired on ring sdma0
[  221.211505] [drm] Fence fallback timer expired on ring gfx
[  221.315495] [drm] Fence fallback timer expired on ring sdma0
[  221.715506] [drm] Fence fallback timer expired on ring gfx
[  221.819651] [drm] Fence fallback timer expired on ring sdma0
[  222.219501] [drm] Fence fallback timer expired on ring gfx
[  222.323647] [drm] Fence fallback timer expired on ring sdma0
[  222.723503] [drm] Fence fallback timer expired on ring gfx
[  223.235502] [drm] Fence fallback timer expired on ring gfx
[  223.739491] [drm] Fence fallback timer expired on ring sdma0
[  224.243502] [drm] Fence fallback timer expired on ring sdma0
[  224.747484] [drm] Fence fallback timer expired on ring gfx
[  224.747489] [drm] Fence fallback timer expired on ring sdma0
[  225.251492] [drm] Fence fallback timer expired on ring gfx
[  225.251491] [drm] Fence fallback timer expired on ring sdma0
[  225.755489] [drm] Fence fallback timer expired on ring sdma0
[  225.755491] [drm] Fence fallback timer expired on ring gfx
[  226.259295] [drm] Fence fallback timer expired on ring gfx
[  226.259304] [drm] Fence fallback timer expired on ring sdma0
[  226.763486] [drm] Fence fallback timer expired on ring sdma0
[  226.763485] [drm] Fence fallback timer expired on ring gfx
[  227.267499] [drm] Fence fallback timer expired on ring sdma0
[  227.771486] [drm] Fence fallback timer expired on ring gfx
[  228.275492] [drm] Fence fallback timer expired on ring gfx
[  228.395466] [drm:amdgpu_dm_atomic_commit_tail] *ERROR* Waiting for fences timed out!
[  228.779490] [drm] Fence fallback timer expired on ring gfx
[  229.283484] [drm] Fence fallback timer expired on ring sdma0
[  229.283485] [drm] Fence fallback timer expired on ring gfx
[  229.787487] [drm] Fence fallback timer expired on ring gfx
[  230.291496] [drm] Fence fallback timer expired on ring gfx
[  230.795487] [drm] Fence fallback timer expired on ring gfx
[  231.299482] [drm] Fence fallback timer expired on ring gfx
[  231.803475] [drm] Fence fallback timer expired on ring gfx
[  232.307491] [drm] Fence fallback timer expired on ring gfx
[  232.811491] [drm] Fence fallback timer expired on ring gfx
[  233.315490] [drm] Fence fallback timer expired on ring gfx
[  233.819666] [drm] Fence fallback timer expired on ring gfx
[  234.323314] [drm] Fence fallback timer expired on ring gfx
[  241.956331] wlan0: authenticate with 24:4b:fe:be:28:28
[  241.956342] wlan0: bad VHT capabilities, disabling VHT
[  242.223403] wlan0: send auth to 24:4b:fe:be:28:28 (try 1/3)
[  242.226744] wlan0: authenticated
[  242.227292] wlan0: associate with 24:4b:fe:be:28:28 (try 1/3)
[  242.233255] wlan0: RX AssocResp from 24:4b:fe:be:28:28 (capab=0x1411 status=0 aid=5)
[  242.233490] wlan0: associated

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

* Re: [REGRESSION] Laptop with Ryzen 4600H fails to resume video since 5.17.4 (works 5.17.3)
  2022-05-16 17:23       ` Christian Casteyde
@ 2022-05-17  2:03         ` Kai-Heng Feng
  2022-05-17  6:36           ` Christian Casteyde
  0 siblings, 1 reply; 30+ messages in thread
From: Kai-Heng Feng @ 2022-05-17  2:03 UTC (permalink / raw)
  To: Christian Casteyde
  Cc: stable, Thorsten Leemhuis, regressions, alexander.deucher,
	gregkh, Limonciello, Mario

On Tue, May 17, 2022 at 1:23 AM Christian Casteyde
<casteyde.christian@free.fr> wrote:
>
> I've tried with 5.18-rc7, it doesn't work either. I guess 5.18 branch have all
> commits.
>
> full dmesg appended (not for 5.18, I didn't manage to resume up to the point
> to get a console for now).

Interestingly, I found you are using acpi_call:
[   30.667348] acpi_call: loading out-of-tree module taints kernel.

Does removing the acpi_call solve the issue?

Kai-Heng

>
> CC
>
> Le lundi 16 mai 2022, 04:47:25 CEST Kai-Heng Feng a écrit :
> > [+Cc Mario]
> >
> > On Sun, May 15, 2022 at 1:34 AM Christian Casteyde
> >
> > <casteyde.christian@free.fr> wrote:
> > > I've applied the commit a56f445f807b0276 on 5.17.7 and tested.
> > > This does not fix the problem on my laptop.
> >
> > Maybe some commits are still missing?
> >
> > > For informatio, here is a part of the log around the suspend process:
> > Is it possible to attach full dmesg?
> >
> > Kai-Heng
> >
> > > May 14 19:21:41 geek500 kernel: snd_hda_intel 0000:01:00.1: can't change
> > > power state from D3cold to D0 (config space inaccessible)
> > > May 14 19:21:41 geek500 kernel: PM: late suspend of devices failed
> > > May 14 19:21:41 geek500 kernel: ------------[ cut here ]------------
> > > May 14 19:21:41 geek500 kernel: i2c_designware AMDI0010:03: Transfer while
> > > suspended
> > > May 14 19:21:41 geek500 kernel: pci 0000:00:00.2: can't derive routing for
> > > PCI INT A
> > > May 14 19:21:41 geek500 kernel: pci 0000:00:00.2: PCI INT A: no GSI
> > > May 14 19:21:41 geek500 kernel: WARNING: CPU: 9 PID: 1972 at drivers/i2c/
> > > busses/i2c-designware-master.c:570 i2c_dw_xfer+0x3f6/0x440
> > > May 14 19:21:41 geek500 kernel: Modules linked in: [last unloaded:
> > > acpi_call] May 14 19:21:41 geek500 kernel: CPU: 9 PID: 1972 Comm:
> > > kworker/u32:18 Tainted: G           O      5.17.7+ #7
> > > May 14 19:21:41 geek500 kernel: Hardware name: HP HP Pavilion Gaming
> > > Laptop
> > > 15-ec1xxx/87B2, BIOS F.25 08/18/2021
> > > May 14 19:21:41 geek500 kernel: Workqueue: events_unbound
> > > async_run_entry_fn May 14 19:21:41 geek500 kernel: RIP:
> > > 0010:i2c_dw_xfer+0x3f6/0x440
> > > May 14 19:21:41 geek500 kernel: Code: c6 05 db 31 45 01 01 4c 8b 67 50 4d
> > > 85 e4 75 03 4c 8b 27 e8 fc e1 e9 ff 4c 89 e2 48 c7 c7 00 01 cc
> > >
> > >  ab 48 89 c6 e8 b3 4f 45 00 <0f> 0b 41 be 94 ff ff ff e9 cc fc ff ff e9 2d
> > >  9c>
> > > 4b 00 83 f8 01 74
> > > May 14 19:21:41 geek500 kernel: RSP: 0018:ffff8dbfc31e7c68 EFLAGS:
> > > 00010286
> > > May 14 19:21:41 geek500 kernel: RAX: 0000000000000000 RBX:
> > > ffff888540f170e8
> > > RCX: 0000000000000be5
> > > May 14 19:21:41 geek500 kernel: RDX: 0000000000000000 RSI:
> > > 0000000000000086
> > > RDI: ffffffffac858df8
> > > May 14 19:21:41 geek500 kernel: RBP: ffff888540f170e8 R08:
> > > ffffffffabe46d60
> > > R09: 00000000ac86a0f6
> > > May 14 19:21:41 geek500 kernel: R10: ffffffffffffffff R11:
> > > ffffffffffffffff
> > > R12: ffff888540f5c070
> > > May 14 19:21:41 geek500 kernel: R13: ffff8dbfc31e7d70 R14:
> > > 00000000ffffff94
> > > R15: ffff888540f17028
> > > May 14 19:21:41 geek500 kernel: FS:  0000000000000000(0000)
> > > GS:ffff88885f640000(0000) knlGS:0000000000000000
> > > May 14 19:21:41 geek500 kernel: CS:  0010 DS: 0000 ES: 0000 CR0:
> > > 0000000080050033
> > > May 14 19:21:41 geek500 kernel: CR2: 00007f1984067028 CR3:
> > > 0000000045e0c000
> > > CR4: 0000000000350ee0
> > > May 14 19:21:41 geek500 kernel: Call Trace:
> > > May 14 19:21:41 geek500 kernel:  <TASK>
> > > May 14 19:21:41 geek500 kernel:  ? dequeue_entity+0xd4/0x250
> > > May 14 19:21:41 geek500 kernel:  ? newidle_balance.constprop.0+0x1f7/0x3b0
> > > May 14 19:21:41 geek500 kernel:  __i2c_transfer+0x16d/0x520
> > > May 14 19:21:41 geek500 kernel:  i2c_transfer+0x7a/0xd0
> > > May 14 19:21:41 geek500 kernel:  __i2c_hid_command+0x106/0x2d0
> > > May 14 19:21:41 geek500 kernel:  ? amd_gpio_irq_enable+0x19/0x50
> > > May 14 19:21:41 geek500 kernel:  i2c_hid_set_power+0x4a/0xd0
> > > May 14 19:21:41 geek500 kernel:  i2c_hid_core_resume+0x60/0xb0
> > > May 14 19:21:41 geek500 kernel:  ? acpi_subsys_resume_early+0x50/0x50
> > > May 14 19:21:41 geek500 kernel:  dpm_run_callback+0x1d/0xd0
> > > May 14 19:21:41 geek500 kernel:  device_resume+0x122/0x230
> > > May 14 19:21:41 geek500 kernel:  async_resume+0x14/0x30
> > > May 14 19:21:41 geek500 kernel:  async_run_entry_fn+0x1b/0xa0
> > > May 14 19:21:41 geek500 kernel:  process_one_work+0x1d3/0x3a0
> > > May 14 19:21:41 geek500 kernel:  worker_thread+0x48/0x3c0
> > > May 14 19:21:41 geek500 kernel:  ? rescuer_thread+0x380/0x380
> > > May 14 19:21:41 geek500 kernel:  kthread+0xd3/0x100
> > > May 14 19:21:41 geek500 kernel:  ? kthread_complete_and_exit+0x20/0x20
> > > May 14 19:21:41 geek500 kernel:  ret_from_fork+0x22/0x30
> > > May 14 19:21:41 geek500 kernel:  </TASK>
> > > May 14 19:21:41 geek500 kernel: ---[ end trace 0000000000000000 ]---
> > > May 14 19:21:41 geek500 kernel: i2c_hid_acpi i2c-ELAN0718:00: failed to
> > > change power setting.
> > > May 14 19:21:41 geek500 kernel: PM: dpm_run_callback():
> > > acpi_subsys_resume+0x0/0x50 returns -108
> > > May 14 19:21:41 geek500 kernel: i2c_hid_acpi i2c-ELAN0718:00: PM: failed
> > > to
> > > resume async: error -108
> > > May 14 19:21:41 geek500 kernel: amdgpu 0000:05:00.0:
> > > [drm:amdgpu_ring_test_helper] *ERROR* ring gfx test failed (-110)
> > > May 14 19:21:41 geek500 kernel: [drm:amdgpu_device_ip_resume_phase2]
> > > *ERROR* resume of IP block <gfx_v9_0> failed -110
> > > May 14 19:21:41 geek500 kernel: amdgpu 0000:05:00.0: amdgpu:
> > > amdgpu_device_ip_resume failed (-110).
> > > May 14 19:21:41 geek500 kernel: PM: dpm_run_callback():
> > > pci_pm_resume+0x0/0x120 returns -110
> > > May 14 19:21:41 geek500 kernel: amdgpu 0000:05:00.0: PM: failed to resume
> > > async: error -110
> > > May 14 19:21:41 geek500 kernel: ------------[ cut here ]------------
> > > May 14 19:21:41 geek500 kernel: AMDI0010:03 already disabled
> > > May 14 19:21:41 geek500 kernel: WARNING: CPU: 6 PID: 1091 at drivers/clk/
> > > clk.c:971 clk_core_disable+0x80/0x1a0
> > > May 14 19:21:41 geek500 kernel: Modules linked in: [last unloaded:
> > > acpi_call] May 14 19:21:41 geek500 kernel: CPU: 6 PID: 1091 Comm:
> > > kworker/6:3 Tainted: G W  O      5.17.7+ #7
> > > May 14 19:21:41 geek500 kernel: Hardware name: HP HP Pavilion Gaming
> > > Laptop
> > > 15-ec1xxx/87B2, BIOS F.25 08/18/2021
> > > May 14 19:21:41 geek500 kernel: Workqueue: pm pm_runtime_work
> > > May 14 19:21:41 geek500 kernel: RIP: 0010:clk_core_disable+0x80/0x1a0
> > > May 14 19:21:41 geek500 kernel: Code: 10 e8 e4 4a d1 00 0f 1f 44 00 00 48
> > > 8b 5b 30 48 85 db 74 b6 8b 43 7c 85 c0 75 a4 48 8b 33 48 c7 c7 7d 87 c4
> > > ab e8 79 7a 9a 00 <0f> 0b 5b 5d c3 65 8b 05 5c a1 92 55 89 c0 48 0f a3 05
> > > 4a 61 9d 01 May 14 19:21:41 geek500 kernel: RSP: 0018:ffff8dbfc1c47d50
> > > EFLAGS: 00010082 May 14 19:21:41 geek500 kernel:
> > > May 14 19:21:41 geek500 kernel: RAX: 0000000000000000 RBX:
> > > ffff8885401b6300
> > > RCX: 0000000000000027
> > > May 14 19:21:41 geek500 kernel: RDX: ffff88885f59f468 RSI:
> > > 0000000000000001
> > > RDI: ffff88885f59f460
> > > May 14 19:21:41 geek500 kernel: RBP: 0000000000000283 R08:
> > > ffffffffabf26da8
> > > R09: 00000000ffffdfff
> > > May 14 19:21:41 geek500 kernel: R10: ffffffffabe46dc0 R11:
> > > ffffffffabe46dc0
> > > R12: ffff8885401b6300
> > > May 14 19:21:41 geek500 kernel: R13: ffff888540fc30f4 R14:
> > > 0000000000000008
> > > R15: 0000000000000000
> > > May 14 19:21:41 geek500 kernel: FS:  0000000000000000(0000)
> > > GS:ffff88885f580000(0000) knlGS:0000000000000000
> > > May 14 19:21:41 geek500 kernel: CS:  0010 DS: 0000 ES: 0000 CR0:
> > > 0000000080050033
> > > May 14 19:21:41 geek500 kernel: CR2: 00000000010fa990 CR3:
> > > 0000000102956000
> > > CR4: 0000000000350ee0
> > > May 14 19:21:41 geek500 kernel: Call Trace:
> > > May 14 19:21:41 geek500 kernel:  <TASK>
> > > May 14 19:21:41 geek500 kernel:  clk_disable+0x24/0x30
> > > May 14 19:21:41 geek500 kernel:  i2c_dw_prepare_clk+0x74/0xd0
> > > May 14 19:21:41 geek500 kernel:  dw_i2c_plat_suspend+0x2e/0x40
> > > May 14 19:21:41 geek500 kernel:  acpi_subsys_runtime_suspend+0x9/0x20
> > > May 14 19:21:41 geek500 kernel:  ? acpi_dev_suspend+0x160/0x160
> > > May 14 19:21:41 geek500 kernel:  __rpm_callback+0x3f/0x150
> > > May 14 19:21:41 geek500 kernel:  ? acpi_dev_suspend+0x160/0x160
> > > May 14 19:21:41 geek500 kernel:  rpm_callback+0x54/0x60
> > > May 14 19:21:41 geek500 kernel:  ? acpi_dev_suspend+0x160/0x160
> > > May 14 19:21:41 geek500 kernel:  rpm_suspend+0x142/0x720
> > > May 14 19:21:41 geek500 kernel:  pm_runtime_work+0x8f/0xa0
> > > May 14 19:21:41 geek500 kernel:  process_one_work+0x1d3/0x3a0
> > > May 14 19:21:41 geek500 kernel:  worker_thread+0x48/0x3c0
> > > May 14 19:21:41 geek500 kernel:  ? rescuer_thread+0x380/0x380
> > > May 14 19:21:41 geek500 kernel:  kthread+0xd3/0x100
> > > May 14 19:21:41 geek500 kernel:  ? kthread_complete_and_exit+0x20/0x20
> > > May 14 19:21:41 geek500 kernel:  ret_from_fork+0x22/0x30
> > > May 14 19:21:41 geek500 kernel:  </TASK>
> > > May 14 19:21:41 geek500 kernel: ---[ end trace 0000000000000000 ]---
> > > May 14 19:21:41 geek500 kernel: ------------[ cut here ]------------
> > > May 14 19:21:41 geek500 kernel: AMDI0010:03 already unprepared
> > > May 14 19:21:41 geek500 kernel: WARNING: CPU: 6 PID: 1091 at drivers/clk/
> > > clk.c:829 clk_core_unprepare+0xb1/0x1a0
> > > May 14 19:21:41 geek500 kernel: Modules linked in: [last unloaded:
> > > acpi_call] May 14 19:21:41 geek500 kernel: CPU: 6 PID: 1091 Comm:
> > > kworker/6:3 Tainted: G W  O      5.17.7+ #7
> > > May 14 19:21:41 geek500 kernel: Hardware name: HP HP Pavilion Gaming
> > > Laptop
> > > 15-ec1xxx/87B2, BIOS F.25 08/18/2021
> > > May 14 19:21:41 geek500 kernel: Workqueue: pm pm_runtime_work
> > > May 14 19:21:41 geek500 kernel: RIP: 0010:clk_core_unprepare+0xb1/0x1a0
> > > May 14 19:21:41 geek500 kernel: Code: 40 00 66 90 48 8b 5b 30 48 85 db 74
> > > a2 8b 83 80 00 00 00 85 c0 0f 85 79 ff ff ff 48 8b 33 48 c7 c7 35 87 c4
> > > ab e8 18 7c 9a 00 <0f> 0b 5b c3 65 8b 05 fc a2 92 55 89 c0 48 0f a3 05 ea
> > > 62 9d 01 73 May 14 19:21:41 geek500 kernel: RSP: 0018:ffff8dbfc1c47d60
> > > EFLAGS: 00010286 May 14 19:21:41 geek500 kernel: RAX: 0000000000000000
> > > RBX: ffff8885401b6300 RCX: 0000000000000027
> > > May 14 19:21:41 geek500 kernel: RDX: ffff88885f59f468 RSI:
> > > 0000000000000001
> > > RDI: ffff88885f59f460
> > > May 14 19:21:41 geek500 kernel: RBP: ffff8885401b6300 R08:
> > > ffffffffabf26da8
> > > R09: 00000000ffffdfff
> > > May 14 19:21:41 geek500 kernel: R10: ffffffffabe46dc0 R11:
> > > ffffffffabe46dc0
> > > R12: 0000000000000000
> > > May 14 19:21:41 geek500 kernel: R13: ffff888540fc30f4 R14:
> > > 0000000000000008
> > > R15: 0000000000000000
> > > May 14 19:21:41 geek500 kernel: FS:  0000000000000000(0000)
> > > GS:ffff88885f580000(0000) knlGS:0000000000000000
> > > May 14 19:21:41 geek500 kernel: CS:  0010 DS: 0000 ES: 0000 CR0:
> > > 0000000080050033
> > > May 14 19:21:41 geek500 kernel: CR2: 00000000010fa990 CR3:
> > > 0000000102956000
> > > CR4: 0000000000350ee0
> > > May 14 19:21:41 geek500 kernel: Call Trace:
> > > May 14 19:21:41 geek500 kernel:  <TASK>
> > > May 14 19:21:41 geek500 kernel:  clk_unprepare+0x1f/0x30
> > > May 14 19:21:41 geek500 kernel:  i2c_dw_prepare_clk+0x7c/0xd0
> > > May 14 19:21:41 geek500 kernel:  dw_i2c_plat_suspend+0x2e/0x40
> > > May 14 19:21:41 geek500 kernel:  acpi_subsys_runtime_suspend+0x9/0x20
> > > May 14 19:21:41 geek500 kernel:  ? acpi_dev_suspend+0x160/0x160
> > > May 14 19:21:41 geek500 kernel:  __rpm_callback+0x3f/0x150
> > > May 14 19:21:41 geek500 kernel:  ? acpi_dev_suspend+0x160/0x160
> > > May 14 19:21:41 geek500 kernel: done.
> > > May 14 19:21:41 geek500 kernel:  rpm_callback+0x54/0x60
> > > May 14 19:21:41 geek500 kernel:  ? acpi_dev_suspend+0x160/0x160
> > > May 14 19:21:41 geek500 kernel:  rpm_suspend+0x142/0x720
> > > May 14 19:21:41 geek500 kernel:  pm_runtime_work+0x8f/0xa0
> > > May 14 19:21:41 geek500 kernel:  process_one_work+0x1d3/0x3a0
> > > May 14 19:21:41 geek500 kernel:  worker_thread+0x48/0x3c0
> > > May 14 19:21:41 geek500 kernel:  ? rescuer_thread+0x380/0x380
> > > May 14 19:21:41 geek500 kernel:  kthread+0xd3/0x100
> > > May 14 19:21:41 geek500 kernel:  ? kthread_complete_and_exit+0x20/0x20
> > > May 14 19:21:41 geek500 kernel:  ret_from_fork+0x22/0x30
> > > May 14 19:21:41 geek500 kernel:  </TASK>
> > > May 14 19:21:41 geek500 kernel: ---[ end trace 0000000000000000 ]---
> > > May 14 19:21:41 geek500 kernel: ------------[ cut here ]------------
> > > May 14 19:21:41 geek500 kernel: AMDI0010:03 already disabled
> > > May 14 19:21:41 geek500 kernel: WARNING: CPU: 6 PID: 1091 at drivers/clk/
> > > clk.c:971 clk_core_disable+0x80/0x1a0
> > > May 14 19:21:41 geek500 kernel: Modules linked in: [last unloaded:
> > > acpi_call] May 14 19:21:41 geek500 kernel: CPU: 6 PID: 1091 Comm:
> > > kworker/6:3 Tainted: G W  O      5.17.7+ #7
> > > May 14 19:21:41 geek500 kernel: Hardware name: HP HP Pavilion Gaming
> > > Laptop
> > > 15-ec1xxx/87B2, BIOS F.25 08/18/2021
> > > May 14 19:21:41 geek500 kernel: Workqueue: pm pm_runtime_work
> > > May 14 19:21:41 geek500 kernel: RIP: 0010:clk_core_disable+0x80/0x1a0
> > > May 14 19:21:41 geek500 kernel: Code: 10 e8 e4 4a d1 00 0f 1f 44 00 00 48
> > > 8b 5b 30 48 85 db 74 b6 8b 43 7c 85 c0 75 a4 48 8b 33 48 c7 c7 7d 87 c4
> > > ab e8 79 7a 9a 00 <0f> 0b 5b 5d c3 65 8b 05 5c a1 92 55 89 c0 48 0f a3 05
> > > 4a 61 9d 01 May 14 19:21:41 geek500 kernel: RSP: 0018:ffff8dbfc1c47d50
> > > EFLAGS: 00010082 May 14 19:21:41 geek500 kernel: RAX: 0000000000000000
> > > RBX: ffff8885401b6300 RCX: 0000000000000027
> > > May 14 19:21:41 geek500 kernel: RDX: ffff88885f59f468 RSI:
> > > 0000000000000001
> > > RDI: ffff88885f59f460
> > > May 14 19:21:41 geek500 kernel: RBP: 0000000000000287 R08:
> > > ffffffffabf26da8
> > > R09: 00000000ffffdfff
> > > May 14 19:21:41 geek500 kernel: R10: ffffffffabe46dc0 R11:
> > > ffffffffabe46dc0
> > > R12: ffff8885401b6300
> > > May 14 19:21:41 geek500 kernel: R13: ffff888540fc30f4 R14:
> > > 0000000000000008
> > > R15: 0000000000000000
> > > May 14 19:21:41 geek500 kernel: FS:  0000000000000000(0000)
> > > GS:ffff88885f580000(0000) knlGS:0000000000000000
> > > May 14 19:21:41 geek500 kernel: CS:  0010 DS: 0000 ES: 0000 CR0:
> > > 0000000080050033
> > > May 14 19:21:41 geek500 kernel: CR2: 00000000010fa990 CR3:
> > > 0000000102956000
> > > CR4: 0000000000350ee0
> > > May 14 19:21:41 geek500 kernel: Call Trace:
> > > May 14 19:21:41 geek500 kernel:  <TASK>
> > > May 14 19:21:41 geek500 kernel:  clk_disable+0x24/0x30
> > > May 14 19:21:41 geek500 kernel:  i2c_dw_prepare_clk+0x88/0xd0
> > > May 14 19:21:41 geek500 kernel:  dw_i2c_plat_suspend+0x2e/0x40
> > > May 14 19:21:41 geek500 kernel:  acpi_subsys_runtime_suspend+0x9/0x20
> > > May 14 19:21:41 geek500 kernel:  ? acpi_dev_suspend+0x160/0x160
> > > May 14 19:21:41 geek500 kernel:  __rpm_callback+0x3f/0x150
> > > May 14 19:21:41 geek500 kernel:  ? acpi_dev_suspend+0x160/0x160
> > > May 14 19:21:41 geek500 kernel:  rpm_callback+0x54/0x60
> > > May 14 19:21:41 geek500 kernel:  ? acpi_dev_suspend+0x160/0x160
> > > May 14 19:21:41 geek500 kernel:  rpm_suspend+0x142/0x720
> > > May 14 19:21:41 geek500 kernel:  pm_runtime_work+0x8f/0xa0
> > > May 14 19:21:41 geek500 kernel:  process_one_work+0x1d3/0x3a0
> > > May 14 19:21:41 geek500 kernel:  worker_thread+0x48/0x3c0
> > > May 14 19:21:41 geek500 kernel:  ? rescuer_thread+0x380/0x380
> > > May 14 19:21:41 geek500 kernel:  kthread+0xd3/0x100
> > > May 14 19:21:41 geek500 kernel:  ? kthread_complete_and_exit+0x20/0x20
> > > May 14 19:21:41 geek500 kernel:  ret_from_fork+0x22/0x30
> > > May 14 19:21:41 geek500 kernel:  </TASK>
> > > May 14 19:21:41 geek500 kernel: ---[ end trace 0000000000000000 ]---
> > > May 14 19:21:41 geek500 kernel: ------------[ cut here ]------------
> > > May 14 19:21:41 geek500 kernel: AMDI0010:03 already unprepared
> > > May 14 19:21:41 geek500 kernel: WARNING: CPU: 6 PID: 1091 at drivers/clk/
> > > clk.c:829 clk_core_unprepare+0xb1/0x1a0
> > > May 14 19:21:41 geek500 kernel: Modules linked in: [last unloaded:
> > > acpi_call] May 14 19:21:41 geek500 kernel: CPU: 6 PID: 1091 Comm:
> > > kworker/6:3 Tainted: G W  O      5.17.7+ #7
> > > May 14 19:21:41 geek500 kernel: Hardware name: HP HP Pavilion Gaming
> > > Laptop
> > > 15-ec1xxx/87B2, BIOS F.25 08/18/2021
> > > May 14 19:21:41 geek500 kernel: Workqueue: pm pm_runtime_work
> > > May 14 19:21:41 geek500 kernel: RIP: 0010:clk_core_unprepare+0xb1/0x1a0
> > > May 14 19:21:41 geek500 kernel: Code: 40 00 66 90 48 8b 5b 30 48 85 db 74
> > > a2 8b 83 80 00 00 00 85 c0 0f 85 79 ff ff ff 48 8b 33 48 c7 c7 35 87 c4
> > > ab e8 18 7c 9a 00 <0f> 0b 5b c3 65 8b 05 fc a2 92 55 89 c0 48 0f a3 05 ea
> > > 62 9d 01 73 May 14 19:21:41 geek500 kernel: RSP: 0018:ffff8dbfc1c47d60
> > > EFLAGS: 00010286 May 14 19:21:41 geek500 kernel: RAX: 0000000000000000
> > > RBX: ffff8885401b6300 RCX: 0000000000000027
> > > May 14 19:21:41 geek500 kernel: RDX: ffff88885f59f468 RSI:
> > > 0000000000000001
> > > RDI: ffff88885f59f460
> > > May 14 19:21:41 geek500 kernel: RBP: ffff8885401b6300 R08:
> > > ffffffffabf26da8
> > > R09: 00000000ffffdfff
> > > May 14 19:21:41 geek500 kernel: R10: ffffffffabe46dc0 R11:
> > > ffffffffabe46dc0
> > > R12: 0000000000000000
> > > May 14 19:21:41 geek500 kernel: R13: ffff888540fc30f4 R14:
> > > 0000000000000008
> > > R15: 0000000000000000
> > > May 14 19:21:41 geek500 kernel: FS:  0000000000000000(0000)
> > > GS:ffff88885f580000(0000) knlGS:0000000000000000
> > > May 14 19:21:41 geek500 kernel: CS:  0010 DS: 0000 ES: 0000 CR0:
> > > 0000000080050033
> > > May 14 19:21:41 geek500 kernel: CR2: 00000000010fa990 CR3:
> > > 0000000102956000
> > > CR4: 0000000000350ee0
> > > May 14 19:21:41 geek500 kernel: Call Trace:
> > > May 14 19:21:41 geek500 kernel:  <TASK>
> > > May 14 19:21:41 geek500 kernel:  clk_unprepare+0x1f/0x30
> > > May 14 19:21:41 geek500 kernel:  i2c_dw_prepare_clk+0x90/0xd0
> > > May 14 19:21:41 geek500 kernel:  dw_i2c_plat_suspend+0x2e/0x40
> > > May 14 19:21:41 geek500 kernel:  acpi_subsys_runtime_suspend+0x9/0x20
> > > May 14 19:21:41 geek500 kernel:  ? acpi_dev_suspend+0x160/0x160
> > > May 14 19:21:41 geek500 kernel:  __rpm_callback+0x3f/0x150
> > > May 14 19:21:41 geek500 kernel:  ? acpi_dev_suspend+0x160/0x160
> > > May 14 19:21:41 geek500 kernel:  rpm_callback+0x54/0x60
> > > May 14 19:21:41 geek500 kernel:  ? acpi_dev_suspend+0x160/0x160
> > > May 14 19:21:41 geek500 kernel:  rpm_suspend+0x142/0x720
> > > May 14 19:21:41 geek500 kernel:  pm_runtime_work+0x8f/0xa0
> > > May 14 19:21:41 geek500 kernel:  process_one_work+0x1d3/0x3a0
> > > May 14 19:21:41 geek500 kernel:  worker_thread+0x48/0x3c0
> > > May 14 19:21:41 geek500 kernel:  ? rescuer_thread+0x380/0x380
> > > May 14 19:21:41 geek500 kernel:  kthread+0xd3/0x100
> > > May 14 19:21:41 geek500 kernel:  ? kthread_complete_and_exit+0x20/0x20
> > > May 14 19:21:41 geek500 kernel:  ret_from_fork+0x22/0x30
> > > May 14 19:21:41 geek500 kernel:  </TASK>
> > > May 14 19:21:41 geek500 kernel: ---[ end trace 0000000000000000 ]---
> > > May 14 19:21:59 geek500 kernel: snd_hda_codec_hdmi hdaudioC1D0: Unable to
> > > sync register 0x4f0800. -5
> > > May 14 19:21:59 geek500 kernel: (elapsed 0.175 seconds) done.
> > > May 14 19:21:59 geek500 kernel: amdgpu 0000:05:00.0: amdgpu: Power
> > > consumption will be higher as BIOS has not been configured for
> > > suspend-to-idle. To use suspend-to-idle change the sleep mode in BIOS
> > > setup.
> > > May 14 19:21:59 geek500 kernel: snd_hda_intel 0000:01:00.1: can't change
> > > power state from D3cold to D0 (config space inaccessible)
> > > May 14 19:21:59 geek500 kernel: pci 0000:00:00.2: can't derive routing for
> > > PCI INT A
> > > May 14 19:21:59 geek500 kernel: pci 0000:00:00.2: PCI INT A: no GSI
> > > May 14 19:21:59 geek500 kernel: [drm] Fence fallback timer expired on ring
> > > gfx May 14 19:21:59 geek500 kernel: Bluetooth: hci0: command 0xfc20 tx
> > > timeout May 14 19:21:59 geek500 kernel: [drm] Fence fallback timer
> > > expired on ring sdma0
> > > May 14 19:21:59 geek500 kernel: Bluetooth: hci0: RTL: download fw command
> > > failed (-110)
> > > May 14 19:21:59 geek500 kernel: done.
> > > May 14 19:22:00 geek500 kernel: snd_hda_codec_hdmi hdaudioC1D0: Unable to
> > > sync register 0x4f0800. -5
> > > May 14 19:22:00 geek500 dnsmasq[2079]: no servers found in /etc/dnsmasq.d/
> > > dnsmasq-resolv.conf, will retry
> > > May 14 19:22:01 geek500 kernel: [drm] Fence fallback timer expired on ring
> > > sdma0
> > > May 14 19:22:01 geek500 kernel: [drm] Fence fallback timer expired on ring
> > > gfx May 14 19:22:01 geek500 kernel: [drm] Fence fallback timer expired on
> > > ring sdma0
> > > May 14 19:22:02 geek500 last message buffered 2 times
> > > May 14 19:22:03 geek500 kernel: [drm] Fence fallback timer expired on ring
> > > gfx May 14 19:22:03 geek500 kernel: [drm] Fence fallback timer expired on
> > > ring sdma0
> > > May 14 19:22:03 geek500 kernel: [drm] Fence fallback timer expired on ring
> > > gfx May 14 19:22:03 geek500 kernel: [drm] Fence fallback timer expired on
> > > ring sdma0
> > > May 14 19:22:04 geek500 kernel: [drm] Fence fallback timer expired on ring
> > > gfx May 14 19:22:04 geek500 kernel: [drm] Fence fallback timer expired on
> > > ring sdma0
> > > May 14 19:22:04 geek500 kernel: [drm] Fence fallback timer expired on ring
> > > gfx May 14 19:22:04 geek500 kernel: [drm] Fence fallback timer expired on
> > > ring sdma0
> > > May 14 19:22:05 geek500 last message buffered 2 times
> > > May 14 19:22:05 geek500 kernel: [drm] Fence fallback timer expired on ring
> > > gfx May 14 19:22:06 geek500 kernel: [drm] Fence fallback timer expired on
> > > ring sdma0
> > > May 14 19:22:06 geek500 kernel: [drm] Fence fallback timer expired on ring
> > > gfx May 14 19:22:06 geek500 last message buffered 1 times
> > > ...
> > > May 14 19:22:18 geek500 kernel: [drm] Fence fallback timer expired on ring
> > > sdma0
> > > May 14 19:22:18 geek500 kernel: [drm:amdgpu_dm_atomic_commit_tail] *ERROR*
> > > Waiting for fences timed out!
> > > May 14 19:22:18 geek500 kernel: [drm] Fence fallback timer expired on ring
> > > sdma0
> > >
> > > CC
> > >
> > > Le samedi 14 mai 2022, 17:12:33 CEST Thorsten Leemhuis a écrit :
> > > > Hi, this is your Linux kernel regression tracker. Thanks for the report.
> > > >
> > > > On 14.05.22 16:41, Christian Casteyde wrote:
> > > > > #regzbot introduced v5.17.3..v5.17.4
> > > > > #regzbot introduced: 001828fb3084379f3c3e228b905223c50bc237f9
> > > >
> > > > FWIW, that's commit 887f75cfd0da ("drm/amdgpu: Ensure HDA function is
> > > > suspended before ASIC reset") upstream.
> > > >
> > > > Recently a regression was reported where 887f75cfd0da was suspected as
> > > > the culprit:
> > > > https://gitlab.freedesktop.org/drm/amd/-/issues/2008
> > > >
> > > > And a one related to it:
> > > > https://gitlab.freedesktop.org/drm/amd/-/issues/1982
> > > >
> > > > You might want to take a look if what was discussed there might be
> > > > related to your problem (I'm not directly involved in any of this, I
> > > > don't know the details, it's just that 887f75cfd0da looked familiar to
> > > > me). If it is, a fix for these two bugs was committed to master earlier
> > > > this week:
> > > >
> > > > https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commi
> > > > t/?i d=a56f445f807b0276
> > > >
> > > > It will likely be backported to 5.17.y, maybe already in the over-next
> > > > release. HTH.
> > > >
> > > > Ciao, Thorsten (wearing his 'the Linux kernel's regression tracker' hat)
> > > >
> > > > P.S.: As the Linux kernel's regression tracker I deal with a lot of
> > > > reports and sometimes miss something important when writing mails like
> > > > this. If that's the case here, don't hesitate to tell me in a public
> > > > reply, it's in everyone's interest to set the public record straight.
> > > >
> > > > > Hello
> > > > > Since 5.17.4 my laptop doesn't resume from suspend anymore. At resume,
> > > > > symptoms are variable:
> > > > > - either the laptop freezes;
> > > > > - either the screen keeps blank;
> > > > > - either the screen is OK but mouse is frozen;
> > > > > - either display lags with several logs in dmesg:
> > > > > [  228.275492] [drm] Fence fallback timer expired on ring gfx
> > > > > [  228.395466] [drm:amdgpu_dm_atomic_commit_tail] *ERROR* Waiting for
> > > > > fences timed out!
> > > > > [  228.779490] [drm] Fence fallback timer expired on ring gfx
> > > > > [  229.283484] [drm] Fence fallback timer expired on ring sdma0
> > > > > [  229.283485] [drm] Fence fallback timer expired on ring gfx
> > > > > [  229.787487] [drm] Fence fallback timer expired on ring gfx
> > > > > ...
> > > > >
> > > > > I've bisected the problem.
> > > > >
> > > > > Please note this laptop has a strange behaviour on suspend:
> > > > > The first suspend request always fails (this point has never been
> > > > > fixed
> > > > > and
> > > > > plagues us when trying to diagnose another regression on touchpad not
> > > > > resuming in the past). The screen goes blank and I can get it OK when
> > > > > pressing the power button, this seems to reset it. After that all
> > > > > suspend/resume works OK.
> > > > >
> > > > > Since 5.17.4, it is not possible anymore to get the laptop working
> > > > > again
> > > > > after the first suspend failure.
> > > > >
> > > > > HW : HP Pavilion / Ryzen 4600H with AMD graphics integrated + NVidia
> > > > > 1650Ti
> > > > > (turned off with ACPI call in order to get more battery, I'm not using
> > > > > NVidia driver).
>

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

* Re: [REGRESSION] Laptop with Ryzen 4600H fails to resume video since 5.17.4 (works 5.17.3)
  2022-05-17  2:03         ` Kai-Heng Feng
@ 2022-05-17  6:36           ` Christian Casteyde
  2022-05-17  6:58             ` Kai-Heng Feng
  0 siblings, 1 reply; 30+ messages in thread
From: Christian Casteyde @ 2022-05-17  6:36 UTC (permalink / raw)
  To: Kai-Heng Feng
  Cc: stable, Thorsten Leemhuis, regressions, alexander.deucher,
	gregkh, Limonciello, Mario

No, the problem is there even without acpicall. Fyi I use it to shutdown the NVidia card that eats the battery otherwise.

I managed to get a dmesg output with 2.18rc7 I will post it this evening (basically exact same behavior as 2.17.4).

CC

⁣Télécharger BlueMail pour Android ​

Le 17 mai 2022 à 04:03, à 04:03, Kai-Heng Feng <kai.heng.feng@canonical.com> a écrit:
>On Tue, May 17, 2022 at 1:23 AM Christian Casteyde
><casteyde.christian@free.fr> wrote:
>>
>> I've tried with 5.18-rc7, it doesn't work either. I guess 5.18 branch
>have all
>> commits.
>>
>> full dmesg appended (not for 5.18, I didn't manage to resume up to
>the point
>> to get a console for now).
>
>Interestingly, I found you are using acpi_call:
>[   30.667348] acpi_call: loading out-of-tree module taints kernel.
>
>Does removing the acpi_call solve the issue?
>
>Kai-Heng
>
>>
>> CC
>>
>> Le lundi 16 mai 2022, 04:47:25 CEST Kai-Heng Feng a écrit :
>> > [+Cc Mario]
>> >
>> > On Sun, May 15, 2022 at 1:34 AM Christian Casteyde
>> >
>> > <casteyde.christian@free.fr> wrote:
>> > > I've applied the commit a56f445f807b0276 on 5.17.7 and tested.
>> > > This does not fix the problem on my laptop.
>> >
>> > Maybe some commits are still missing?
>> >
>> > > For informatio, here is a part of the log around the suspend
>process:
>> > Is it possible to attach full dmesg?
>> >
>> > Kai-Heng
>> >
>> > > May 14 19:21:41 geek500 kernel: snd_hda_intel 0000:01:00.1: can't
>change
>> > > power state from D3cold to D0 (config space inaccessible)
>> > > May 14 19:21:41 geek500 kernel: PM: late suspend of devices
>failed
>> > > May 14 19:21:41 geek500 kernel: ------------[ cut here
>]------------
>> > > May 14 19:21:41 geek500 kernel: i2c_designware AMDI0010:03:
>Transfer while
>> > > suspended
>> > > May 14 19:21:41 geek500 kernel: pci 0000:00:00.2: can't derive
>routing for
>> > > PCI INT A
>> > > May 14 19:21:41 geek500 kernel: pci 0000:00:00.2: PCI INT A: no
>GSI
>> > > May 14 19:21:41 geek500 kernel: WARNING: CPU: 9 PID: 1972 at
>drivers/i2c/
>> > > busses/i2c-designware-master.c:570 i2c_dw_xfer+0x3f6/0x440
>> > > May 14 19:21:41 geek500 kernel: Modules linked in: [last
>unloaded:
>> > > acpi_call] May 14 19:21:41 geek500 kernel: CPU: 9 PID: 1972 Comm:
>> > > kworker/u32:18 Tainted: G           O      5.17.7+ #7
>> > > May 14 19:21:41 geek500 kernel: Hardware name: HP HP Pavilion
>Gaming
>> > > Laptop
>> > > 15-ec1xxx/87B2, BIOS F.25 08/18/2021
>> > > May 14 19:21:41 geek500 kernel: Workqueue: events_unbound
>> > > async_run_entry_fn May 14 19:21:41 geek500 kernel: RIP:
>> > > 0010:i2c_dw_xfer+0x3f6/0x440
>> > > May 14 19:21:41 geek500 kernel: Code: c6 05 db 31 45 01 01 4c 8b
>67 50 4d
>> > > 85 e4 75 03 4c 8b 27 e8 fc e1 e9 ff 4c 89 e2 48 c7 c7 00 01 cc
>> > >
>> > >  ab 48 89 c6 e8 b3 4f 45 00 <0f> 0b 41 be 94 ff ff ff e9 cc fc ff
>ff e9 2d
>> > >  9c>
>> > > 4b 00 83 f8 01 74
>> > > May 14 19:21:41 geek500 kernel: RSP: 0018:ffff8dbfc31e7c68
>EFLAGS:
>> > > 00010286
>> > > May 14 19:21:41 geek500 kernel: RAX: 0000000000000000 RBX:
>> > > ffff888540f170e8
>> > > RCX: 0000000000000be5
>> > > May 14 19:21:41 geek500 kernel: RDX: 0000000000000000 RSI:
>> > > 0000000000000086
>> > > RDI: ffffffffac858df8
>> > > May 14 19:21:41 geek500 kernel: RBP: ffff888540f170e8 R08:
>> > > ffffffffabe46d60
>> > > R09: 00000000ac86a0f6
>> > > May 14 19:21:41 geek500 kernel: R10: ffffffffffffffff R11:
>> > > ffffffffffffffff
>> > > R12: ffff888540f5c070
>> > > May 14 19:21:41 geek500 kernel: R13: ffff8dbfc31e7d70 R14:
>> > > 00000000ffffff94
>> > > R15: ffff888540f17028
>> > > May 14 19:21:41 geek500 kernel: FS:  0000000000000000(0000)
>> > > GS:ffff88885f640000(0000) knlGS:0000000000000000
>> > > May 14 19:21:41 geek500 kernel: CS:  0010 DS: 0000 ES: 0000 CR0:
>> > > 0000000080050033
>> > > May 14 19:21:41 geek500 kernel: CR2: 00007f1984067028 CR3:
>> > > 0000000045e0c000
>> > > CR4: 0000000000350ee0
>> > > May 14 19:21:41 geek500 kernel: Call Trace:
>> > > May 14 19:21:41 geek500 kernel:  <TASK>
>> > > May 14 19:21:41 geek500 kernel:  ? dequeue_entity+0xd4/0x250
>> > > May 14 19:21:41 geek500 kernel:  ?
>newidle_balance.constprop.0+0x1f7/0x3b0
>> > > May 14 19:21:41 geek500 kernel:  __i2c_transfer+0x16d/0x520
>> > > May 14 19:21:41 geek500 kernel:  i2c_transfer+0x7a/0xd0
>> > > May 14 19:21:41 geek500 kernel:  __i2c_hid_command+0x106/0x2d0
>> > > May 14 19:21:41 geek500 kernel:  ? amd_gpio_irq_enable+0x19/0x50
>> > > May 14 19:21:41 geek500 kernel:  i2c_hid_set_power+0x4a/0xd0
>> > > May 14 19:21:41 geek500 kernel:  i2c_hid_core_resume+0x60/0xb0
>> > > May 14 19:21:41 geek500 kernel:  ?
>acpi_subsys_resume_early+0x50/0x50
>> > > May 14 19:21:41 geek500 kernel:  dpm_run_callback+0x1d/0xd0
>> > > May 14 19:21:41 geek500 kernel:  device_resume+0x122/0x230
>> > > May 14 19:21:41 geek500 kernel:  async_resume+0x14/0x30
>> > > May 14 19:21:41 geek500 kernel:  async_run_entry_fn+0x1b/0xa0
>> > > May 14 19:21:41 geek500 kernel:  process_one_work+0x1d3/0x3a0
>> > > May 14 19:21:41 geek500 kernel:  worker_thread+0x48/0x3c0
>> > > May 14 19:21:41 geek500 kernel:  ? rescuer_thread+0x380/0x380
>> > > May 14 19:21:41 geek500 kernel:  kthread+0xd3/0x100
>> > > May 14 19:21:41 geek500 kernel:  ?
>kthread_complete_and_exit+0x20/0x20
>> > > May 14 19:21:41 geek500 kernel:  ret_from_fork+0x22/0x30
>> > > May 14 19:21:41 geek500 kernel:  </TASK>
>> > > May 14 19:21:41 geek500 kernel: ---[ end trace 0000000000000000
>]---
>> > > May 14 19:21:41 geek500 kernel: i2c_hid_acpi i2c-ELAN0718:00:
>failed to
>> > > change power setting.
>> > > May 14 19:21:41 geek500 kernel: PM: dpm_run_callback():
>> > > acpi_subsys_resume+0x0/0x50 returns -108
>> > > May 14 19:21:41 geek500 kernel: i2c_hid_acpi i2c-ELAN0718:00: PM:
>failed
>> > > to
>> > > resume async: error -108
>> > > May 14 19:21:41 geek500 kernel: amdgpu 0000:05:00.0:
>> > > [drm:amdgpu_ring_test_helper] *ERROR* ring gfx test failed (-110)
>> > > May 14 19:21:41 geek500 kernel:
>[drm:amdgpu_device_ip_resume_phase2]
>> > > *ERROR* resume of IP block <gfx_v9_0> failed -110
>> > > May 14 19:21:41 geek500 kernel: amdgpu 0000:05:00.0: amdgpu:
>> > > amdgpu_device_ip_resume failed (-110).
>> > > May 14 19:21:41 geek500 kernel: PM: dpm_run_callback():
>> > > pci_pm_resume+0x0/0x120 returns -110
>> > > May 14 19:21:41 geek500 kernel: amdgpu 0000:05:00.0: PM: failed
>to resume
>> > > async: error -110
>> > > May 14 19:21:41 geek500 kernel: ------------[ cut here
>]------------
>> > > May 14 19:21:41 geek500 kernel: AMDI0010:03 already disabled
>> > > May 14 19:21:41 geek500 kernel: WARNING: CPU: 6 PID: 1091 at
>drivers/clk/
>> > > clk.c:971 clk_core_disable+0x80/0x1a0
>> > > May 14 19:21:41 geek500 kernel: Modules linked in: [last
>unloaded:
>> > > acpi_call] May 14 19:21:41 geek500 kernel: CPU: 6 PID: 1091 Comm:
>> > > kworker/6:3 Tainted: G W  O      5.17.7+ #7
>> > > May 14 19:21:41 geek500 kernel: Hardware name: HP HP Pavilion
>Gaming
>> > > Laptop
>> > > 15-ec1xxx/87B2, BIOS F.25 08/18/2021
>> > > May 14 19:21:41 geek500 kernel: Workqueue: pm pm_runtime_work
>> > > May 14 19:21:41 geek500 kernel: RIP:
>0010:clk_core_disable+0x80/0x1a0
>> > > May 14 19:21:41 geek500 kernel: Code: 10 e8 e4 4a d1 00 0f 1f 44
>00 00 48
>> > > 8b 5b 30 48 85 db 74 b6 8b 43 7c 85 c0 75 a4 48 8b 33 48 c7 c7 7d
>87 c4
>> > > ab e8 79 7a 9a 00 <0f> 0b 5b 5d c3 65 8b 05 5c a1 92 55 89 c0 48
>0f a3 05
>> > > 4a 61 9d 01 May 14 19:21:41 geek500 kernel: RSP:
>0018:ffff8dbfc1c47d50
>> > > EFLAGS: 00010082 May 14 19:21:41 geek500 kernel:
>> > > May 14 19:21:41 geek500 kernel: RAX: 0000000000000000 RBX:
>> > > ffff8885401b6300
>> > > RCX: 0000000000000027
>> > > May 14 19:21:41 geek500 kernel: RDX: ffff88885f59f468 RSI:
>> > > 0000000000000001
>> > > RDI: ffff88885f59f460
>> > > May 14 19:21:41 geek500 kernel: RBP: 0000000000000283 R08:
>> > > ffffffffabf26da8
>> > > R09: 00000000ffffdfff
>> > > May 14 19:21:41 geek500 kernel: R10: ffffffffabe46dc0 R11:
>> > > ffffffffabe46dc0
>> > > R12: ffff8885401b6300
>> > > May 14 19:21:41 geek500 kernel: R13: ffff888540fc30f4 R14:
>> > > 0000000000000008
>> > > R15: 0000000000000000
>> > > May 14 19:21:41 geek500 kernel: FS:  0000000000000000(0000)
>> > > GS:ffff88885f580000(0000) knlGS:0000000000000000
>> > > May 14 19:21:41 geek500 kernel: CS:  0010 DS: 0000 ES: 0000 CR0:
>> > > 0000000080050033
>> > > May 14 19:21:41 geek500 kernel: CR2: 00000000010fa990 CR3:
>> > > 0000000102956000
>> > > CR4: 0000000000350ee0
>> > > May 14 19:21:41 geek500 kernel: Call Trace:
>> > > May 14 19:21:41 geek500 kernel:  <TASK>
>> > > May 14 19:21:41 geek500 kernel:  clk_disable+0x24/0x30
>> > > May 14 19:21:41 geek500 kernel:  i2c_dw_prepare_clk+0x74/0xd0
>> > > May 14 19:21:41 geek500 kernel:  dw_i2c_plat_suspend+0x2e/0x40
>> > > May 14 19:21:41 geek500 kernel:
>acpi_subsys_runtime_suspend+0x9/0x20
>> > > May 14 19:21:41 geek500 kernel:  ? acpi_dev_suspend+0x160/0x160
>> > > May 14 19:21:41 geek500 kernel:  __rpm_callback+0x3f/0x150
>> > > May 14 19:21:41 geek500 kernel:  ? acpi_dev_suspend+0x160/0x160
>> > > May 14 19:21:41 geek500 kernel:  rpm_callback+0x54/0x60
>> > > May 14 19:21:41 geek500 kernel:  ? acpi_dev_suspend+0x160/0x160
>> > > May 14 19:21:41 geek500 kernel:  rpm_suspend+0x142/0x720
>> > > May 14 19:21:41 geek500 kernel:  pm_runtime_work+0x8f/0xa0
>> > > May 14 19:21:41 geek500 kernel:  process_one_work+0x1d3/0x3a0
>> > > May 14 19:21:41 geek500 kernel:  worker_thread+0x48/0x3c0
>> > > May 14 19:21:41 geek500 kernel:  ? rescuer_thread+0x380/0x380
>> > > May 14 19:21:41 geek500 kernel:  kthread+0xd3/0x100
>> > > May 14 19:21:41 geek500 kernel:  ?
>kthread_complete_and_exit+0x20/0x20
>> > > May 14 19:21:41 geek500 kernel:  ret_from_fork+0x22/0x30
>> > > May 14 19:21:41 geek500 kernel:  </TASK>
>> > > May 14 19:21:41 geek500 kernel: ---[ end trace 0000000000000000
>]---
>> > > May 14 19:21:41 geek500 kernel: ------------[ cut here
>]------------
>> > > May 14 19:21:41 geek500 kernel: AMDI0010:03 already unprepared
>> > > May 14 19:21:41 geek500 kernel: WARNING: CPU: 6 PID: 1091 at
>drivers/clk/
>> > > clk.c:829 clk_core_unprepare+0xb1/0x1a0
>> > > May 14 19:21:41 geek500 kernel: Modules linked in: [last
>unloaded:
>> > > acpi_call] May 14 19:21:41 geek500 kernel: CPU: 6 PID: 1091 Comm:
>> > > kworker/6:3 Tainted: G W  O      5.17.7+ #7
>> > > May 14 19:21:41 geek500 kernel: Hardware name: HP HP Pavilion
>Gaming
>> > > Laptop
>> > > 15-ec1xxx/87B2, BIOS F.25 08/18/2021
>> > > May 14 19:21:41 geek500 kernel: Workqueue: pm pm_runtime_work
>> > > May 14 19:21:41 geek500 kernel: RIP:
>0010:clk_core_unprepare+0xb1/0x1a0
>> > > May 14 19:21:41 geek500 kernel: Code: 40 00 66 90 48 8b 5b 30 48
>85 db 74
>> > > a2 8b 83 80 00 00 00 85 c0 0f 85 79 ff ff ff 48 8b 33 48 c7 c7 35
>87 c4
>> > > ab e8 18 7c 9a 00 <0f> 0b 5b c3 65 8b 05 fc a2 92 55 89 c0 48 0f
>a3 05 ea
>> > > 62 9d 01 73 May 14 19:21:41 geek500 kernel: RSP:
>0018:ffff8dbfc1c47d60
>> > > EFLAGS: 00010286 May 14 19:21:41 geek500 kernel: RAX:
>0000000000000000
>> > > RBX: ffff8885401b6300 RCX: 0000000000000027
>> > > May 14 19:21:41 geek500 kernel: RDX: ffff88885f59f468 RSI:
>> > > 0000000000000001
>> > > RDI: ffff88885f59f460
>> > > May 14 19:21:41 geek500 kernel: RBP: ffff8885401b6300 R08:
>> > > ffffffffabf26da8
>> > > R09: 00000000ffffdfff
>> > > May 14 19:21:41 geek500 kernel: R10: ffffffffabe46dc0 R11:
>> > > ffffffffabe46dc0
>> > > R12: 0000000000000000
>> > > May 14 19:21:41 geek500 kernel: R13: ffff888540fc30f4 R14:
>> > > 0000000000000008
>> > > R15: 0000000000000000
>> > > May 14 19:21:41 geek500 kernel: FS:  0000000000000000(0000)
>> > > GS:ffff88885f580000(0000) knlGS:0000000000000000
>> > > May 14 19:21:41 geek500 kernel: CS:  0010 DS: 0000 ES: 0000 CR0:
>> > > 0000000080050033
>> > > May 14 19:21:41 geek500 kernel: CR2: 00000000010fa990 CR3:
>> > > 0000000102956000
>> > > CR4: 0000000000350ee0
>> > > May 14 19:21:41 geek500 kernel: Call Trace:
>> > > May 14 19:21:41 geek500 kernel:  <TASK>
>> > > May 14 19:21:41 geek500 kernel:  clk_unprepare+0x1f/0x30
>> > > May 14 19:21:41 geek500 kernel:  i2c_dw_prepare_clk+0x7c/0xd0
>> > > May 14 19:21:41 geek500 kernel:  dw_i2c_plat_suspend+0x2e/0x40
>> > > May 14 19:21:41 geek500 kernel:
>acpi_subsys_runtime_suspend+0x9/0x20
>> > > May 14 19:21:41 geek500 kernel:  ? acpi_dev_suspend+0x160/0x160
>> > > May 14 19:21:41 geek500 kernel:  __rpm_callback+0x3f/0x150
>> > > May 14 19:21:41 geek500 kernel:  ? acpi_dev_suspend+0x160/0x160
>> > > May 14 19:21:41 geek500 kernel: done.
>> > > May 14 19:21:41 geek500 kernel:  rpm_callback+0x54/0x60
>> > > May 14 19:21:41 geek500 kernel:  ? acpi_dev_suspend+0x160/0x160
>> > > May 14 19:21:41 geek500 kernel:  rpm_suspend+0x142/0x720
>> > > May 14 19:21:41 geek500 kernel:  pm_runtime_work+0x8f/0xa0
>> > > May 14 19:21:41 geek500 kernel:  process_one_work+0x1d3/0x3a0
>> > > May 14 19:21:41 geek500 kernel:  worker_thread+0x48/0x3c0
>> > > May 14 19:21:41 geek500 kernel:  ? rescuer_thread+0x380/0x380
>> > > May 14 19:21:41 geek500 kernel:  kthread+0xd3/0x100
>> > > May 14 19:21:41 geek500 kernel:  ?
>kthread_complete_and_exit+0x20/0x20
>> > > May 14 19:21:41 geek500 kernel:  ret_from_fork+0x22/0x30
>> > > May 14 19:21:41 geek500 kernel:  </TASK>
>> > > May 14 19:21:41 geek500 kernel: ---[ end trace 0000000000000000
>]---
>> > > May 14 19:21:41 geek500 kernel: ------------[ cut here
>]------------
>> > > May 14 19:21:41 geek500 kernel: AMDI0010:03 already disabled
>> > > May 14 19:21:41 geek500 kernel: WARNING: CPU: 6 PID: 1091 at
>drivers/clk/
>> > > clk.c:971 clk_core_disable+0x80/0x1a0
>> > > May 14 19:21:41 geek500 kernel: Modules linked in: [last
>unloaded:
>> > > acpi_call] May 14 19:21:41 geek500 kernel: CPU: 6 PID: 1091 Comm:
>> > > kworker/6:3 Tainted: G W  O      5.17.7+ #7
>> > > May 14 19:21:41 geek500 kernel: Hardware name: HP HP Pavilion
>Gaming
>> > > Laptop
>> > > 15-ec1xxx/87B2, BIOS F.25 08/18/2021
>> > > May 14 19:21:41 geek500 kernel: Workqueue: pm pm_runtime_work
>> > > May 14 19:21:41 geek500 kernel: RIP:
>0010:clk_core_disable+0x80/0x1a0
>> > > May 14 19:21:41 geek500 kernel: Code: 10 e8 e4 4a d1 00 0f 1f 44
>00 00 48
>> > > 8b 5b 30 48 85 db 74 b6 8b 43 7c 85 c0 75 a4 48 8b 33 48 c7 c7 7d
>87 c4
>> > > ab e8 79 7a 9a 00 <0f> 0b 5b 5d c3 65 8b 05 5c a1 92 55 89 c0 48
>0f a3 05
>> > > 4a 61 9d 01 May 14 19:21:41 geek500 kernel: RSP:
>0018:ffff8dbfc1c47d50
>> > > EFLAGS: 00010082 May 14 19:21:41 geek500 kernel: RAX:
>0000000000000000
>> > > RBX: ffff8885401b6300 RCX: 0000000000000027
>> > > May 14 19:21:41 geek500 kernel: RDX: ffff88885f59f468 RSI:
>> > > 0000000000000001
>> > > RDI: ffff88885f59f460
>> > > May 14 19:21:41 geek500 kernel: RBP: 0000000000000287 R08:
>> > > ffffffffabf26da8
>> > > R09: 00000000ffffdfff
>> > > May 14 19:21:41 geek500 kernel: R10: ffffffffabe46dc0 R11:
>> > > ffffffffabe46dc0
>> > > R12: ffff8885401b6300
>> > > May 14 19:21:41 geek500 kernel: R13: ffff888540fc30f4 R14:
>> > > 0000000000000008
>> > > R15: 0000000000000000
>> > > May 14 19:21:41 geek500 kernel: FS:  0000000000000000(0000)
>> > > GS:ffff88885f580000(0000) knlGS:0000000000000000
>> > > May 14 19:21:41 geek500 kernel: CS:  0010 DS: 0000 ES: 0000 CR0:
>> > > 0000000080050033
>> > > May 14 19:21:41 geek500 kernel: CR2: 00000000010fa990 CR3:
>> > > 0000000102956000
>> > > CR4: 0000000000350ee0
>> > > May 14 19:21:41 geek500 kernel: Call Trace:
>> > > May 14 19:21:41 geek500 kernel:  <TASK>
>> > > May 14 19:21:41 geek500 kernel:  clk_disable+0x24/0x30
>> > > May 14 19:21:41 geek500 kernel:  i2c_dw_prepare_clk+0x88/0xd0
>> > > May 14 19:21:41 geek500 kernel:  dw_i2c_plat_suspend+0x2e/0x40
>> > > May 14 19:21:41 geek500 kernel:
>acpi_subsys_runtime_suspend+0x9/0x20
>> > > May 14 19:21:41 geek500 kernel:  ? acpi_dev_suspend+0x160/0x160
>> > > May 14 19:21:41 geek500 kernel:  __rpm_callback+0x3f/0x150
>> > > May 14 19:21:41 geek500 kernel:  ? acpi_dev_suspend+0x160/0x160
>> > > May 14 19:21:41 geek500 kernel:  rpm_callback+0x54/0x60
>> > > May 14 19:21:41 geek500 kernel:  ? acpi_dev_suspend+0x160/0x160
>> > > May 14 19:21:41 geek500 kernel:  rpm_suspend+0x142/0x720
>> > > May 14 19:21:41 geek500 kernel:  pm_runtime_work+0x8f/0xa0
>> > > May 14 19:21:41 geek500 kernel:  process_one_work+0x1d3/0x3a0
>> > > May 14 19:21:41 geek500 kernel:  worker_thread+0x48/0x3c0
>> > > May 14 19:21:41 geek500 kernel:  ? rescuer_thread+0x380/0x380
>> > > May 14 19:21:41 geek500 kernel:  kthread+0xd3/0x100
>> > > May 14 19:21:41 geek500 kernel:  ?
>kthread_complete_and_exit+0x20/0x20
>> > > May 14 19:21:41 geek500 kernel:  ret_from_fork+0x22/0x30
>> > > May 14 19:21:41 geek500 kernel:  </TASK>
>> > > May 14 19:21:41 geek500 kernel: ---[ end trace 0000000000000000
>]---
>> > > May 14 19:21:41 geek500 kernel: ------------[ cut here
>]------------
>> > > May 14 19:21:41 geek500 kernel: AMDI0010:03 already unprepared
>> > > May 14 19:21:41 geek500 kernel: WARNING: CPU: 6 PID: 1091 at
>drivers/clk/
>> > > clk.c:829 clk_core_unprepare+0xb1/0x1a0
>> > > May 14 19:21:41 geek500 kernel: Modules linked in: [last
>unloaded:
>> > > acpi_call] May 14 19:21:41 geek500 kernel: CPU: 6 PID: 1091 Comm:
>> > > kworker/6:3 Tainted: G W  O      5.17.7+ #7
>> > > May 14 19:21:41 geek500 kernel: Hardware name: HP HP Pavilion
>Gaming
>> > > Laptop
>> > > 15-ec1xxx/87B2, BIOS F.25 08/18/2021
>> > > May 14 19:21:41 geek500 kernel: Workqueue: pm pm_runtime_work
>> > > May 14 19:21:41 geek500 kernel: RIP:
>0010:clk_core_unprepare+0xb1/0x1a0
>> > > May 14 19:21:41 geek500 kernel: Code: 40 00 66 90 48 8b 5b 30 48
>85 db 74
>> > > a2 8b 83 80 00 00 00 85 c0 0f 85 79 ff ff ff 48 8b 33 48 c7 c7 35
>87 c4
>> > > ab e8 18 7c 9a 00 <0f> 0b 5b c3 65 8b 05 fc a2 92 55 89 c0 48 0f
>a3 05 ea
>> > > 62 9d 01 73 May 14 19:21:41 geek500 kernel: RSP:
>0018:ffff8dbfc1c47d60
>> > > EFLAGS: 00010286 May 14 19:21:41 geek500 kernel: RAX:
>0000000000000000
>> > > RBX: ffff8885401b6300 RCX: 0000000000000027
>> > > May 14 19:21:41 geek500 kernel: RDX: ffff88885f59f468 RSI:
>> > > 0000000000000001
>> > > RDI: ffff88885f59f460
>> > > May 14 19:21:41 geek500 kernel: RBP: ffff8885401b6300 R08:
>> > > ffffffffabf26da8
>> > > R09: 00000000ffffdfff
>> > > May 14 19:21:41 geek500 kernel: R10: ffffffffabe46dc0 R11:
>> > > ffffffffabe46dc0
>> > > R12: 0000000000000000
>> > > May 14 19:21:41 geek500 kernel: R13: ffff888540fc30f4 R14:
>> > > 0000000000000008
>> > > R15: 0000000000000000
>> > > May 14 19:21:41 geek500 kernel: FS:  0000000000000000(0000)
>> > > GS:ffff88885f580000(0000) knlGS:0000000000000000
>> > > May 14 19:21:41 geek500 kernel: CS:  0010 DS: 0000 ES: 0000 CR0:
>> > > 0000000080050033
>> > > May 14 19:21:41 geek500 kernel: CR2: 00000000010fa990 CR3:
>> > > 0000000102956000
>> > > CR4: 0000000000350ee0
>> > > May 14 19:21:41 geek500 kernel: Call Trace:
>> > > May 14 19:21:41 geek500 kernel:  <TASK>
>> > > May 14 19:21:41 geek500 kernel:  clk_unprepare+0x1f/0x30
>> > > May 14 19:21:41 geek500 kernel:  i2c_dw_prepare_clk+0x90/0xd0
>> > > May 14 19:21:41 geek500 kernel:  dw_i2c_plat_suspend+0x2e/0x40
>> > > May 14 19:21:41 geek500 kernel:
>acpi_subsys_runtime_suspend+0x9/0x20
>> > > May 14 19:21:41 geek500 kernel:  ? acpi_dev_suspend+0x160/0x160
>> > > May 14 19:21:41 geek500 kernel:  __rpm_callback+0x3f/0x150
>> > > May 14 19:21:41 geek500 kernel:  ? acpi_dev_suspend+0x160/0x160
>> > > May 14 19:21:41 geek500 kernel:  rpm_callback+0x54/0x60
>> > > May 14 19:21:41 geek500 kernel:  ? acpi_dev_suspend+0x160/0x160
>> > > May 14 19:21:41 geek500 kernel:  rpm_suspend+0x142/0x720
>> > > May 14 19:21:41 geek500 kernel:  pm_runtime_work+0x8f/0xa0
>> > > May 14 19:21:41 geek500 kernel:  process_one_work+0x1d3/0x3a0
>> > > May 14 19:21:41 geek500 kernel:  worker_thread+0x48/0x3c0
>> > > May 14 19:21:41 geek500 kernel:  ? rescuer_thread+0x380/0x380
>> > > May 14 19:21:41 geek500 kernel:  kthread+0xd3/0x100
>> > > May 14 19:21:41 geek500 kernel:  ?
>kthread_complete_and_exit+0x20/0x20
>> > > May 14 19:21:41 geek500 kernel:  ret_from_fork+0x22/0x30
>> > > May 14 19:21:41 geek500 kernel:  </TASK>
>> > > May 14 19:21:41 geek500 kernel: ---[ end trace 0000000000000000
>]---
>> > > May 14 19:21:59 geek500 kernel: snd_hda_codec_hdmi hdaudioC1D0:
>Unable to
>> > > sync register 0x4f0800. -5
>> > > May 14 19:21:59 geek500 kernel: (elapsed 0.175 seconds) done.
>> > > May 14 19:21:59 geek500 kernel: amdgpu 0000:05:00.0: amdgpu:
>Power
>> > > consumption will be higher as BIOS has not been configured for
>> > > suspend-to-idle. To use suspend-to-idle change the sleep mode in
>BIOS
>> > > setup.
>> > > May 14 19:21:59 geek500 kernel: snd_hda_intel 0000:01:00.1: can't
>change
>> > > power state from D3cold to D0 (config space inaccessible)
>> > > May 14 19:21:59 geek500 kernel: pci 0000:00:00.2: can't derive
>routing for
>> > > PCI INT A
>> > > May 14 19:21:59 geek500 kernel: pci 0000:00:00.2: PCI INT A: no
>GSI
>> > > May 14 19:21:59 geek500 kernel: [drm] Fence fallback timer
>expired on ring
>> > > gfx May 14 19:21:59 geek500 kernel: Bluetooth: hci0: command
>0xfc20 tx
>> > > timeout May 14 19:21:59 geek500 kernel: [drm] Fence fallback
>timer
>> > > expired on ring sdma0
>> > > May 14 19:21:59 geek500 kernel: Bluetooth: hci0: RTL: download fw
>command
>> > > failed (-110)
>> > > May 14 19:21:59 geek500 kernel: done.
>> > > May 14 19:22:00 geek500 kernel: snd_hda_codec_hdmi hdaudioC1D0:
>Unable to
>> > > sync register 0x4f0800. -5
>> > > May 14 19:22:00 geek500 dnsmasq[2079]: no servers found in
>/etc/dnsmasq.d/
>> > > dnsmasq-resolv.conf, will retry
>> > > May 14 19:22:01 geek500 kernel: [drm] Fence fallback timer
>expired on ring
>> > > sdma0
>> > > May 14 19:22:01 geek500 kernel: [drm] Fence fallback timer
>expired on ring
>> > > gfx May 14 19:22:01 geek500 kernel: [drm] Fence fallback timer
>expired on
>> > > ring sdma0
>> > > May 14 19:22:02 geek500 last message buffered 2 times
>> > > May 14 19:22:03 geek500 kernel: [drm] Fence fallback timer
>expired on ring
>> > > gfx May 14 19:22:03 geek500 kernel: [drm] Fence fallback timer
>expired on
>> > > ring sdma0
>> > > May 14 19:22:03 geek500 kernel: [drm] Fence fallback timer
>expired on ring
>> > > gfx May 14 19:22:03 geek500 kernel: [drm] Fence fallback timer
>expired on
>> > > ring sdma0
>> > > May 14 19:22:04 geek500 kernel: [drm] Fence fallback timer
>expired on ring
>> > > gfx May 14 19:22:04 geek500 kernel: [drm] Fence fallback timer
>expired on
>> > > ring sdma0
>> > > May 14 19:22:04 geek500 kernel: [drm] Fence fallback timer
>expired on ring
>> > > gfx May 14 19:22:04 geek500 kernel: [drm] Fence fallback timer
>expired on
>> > > ring sdma0
>> > > May 14 19:22:05 geek500 last message buffered 2 times
>> > > May 14 19:22:05 geek500 kernel: [drm] Fence fallback timer
>expired on ring
>> > > gfx May 14 19:22:06 geek500 kernel: [drm] Fence fallback timer
>expired on
>> > > ring sdma0
>> > > May 14 19:22:06 geek500 kernel: [drm] Fence fallback timer
>expired on ring
>> > > gfx May 14 19:22:06 geek500 last message buffered 1 times
>> > > ...
>> > > May 14 19:22:18 geek500 kernel: [drm] Fence fallback timer
>expired on ring
>> > > sdma0
>> > > May 14 19:22:18 geek500 kernel:
>[drm:amdgpu_dm_atomic_commit_tail] *ERROR*
>> > > Waiting for fences timed out!
>> > > May 14 19:22:18 geek500 kernel: [drm] Fence fallback timer
>expired on ring
>> > > sdma0
>> > >
>> > > CC
>> > >
>> > > Le samedi 14 mai 2022, 17:12:33 CEST Thorsten Leemhuis a écrit :
>> > > > Hi, this is your Linux kernel regression tracker. Thanks for
>the report.
>> > > >
>> > > > On 14.05.22 16:41, Christian Casteyde wrote:
>> > > > > #regzbot introduced v5.17.3..v5.17.4
>> > > > > #regzbot introduced: 001828fb3084379f3c3e228b905223c50bc237f9
>> > > >
>> > > > FWIW, that's commit 887f75cfd0da ("drm/amdgpu: Ensure HDA
>function is
>> > > > suspended before ASIC reset") upstream.
>> > > >
>> > > > Recently a regression was reported where 887f75cfd0da was
>suspected as
>> > > > the culprit:
>> > > > https://gitlab.freedesktop.org/drm/amd/-/issues/2008
>> > > >
>> > > > And a one related to it:
>> > > > https://gitlab.freedesktop.org/drm/amd/-/issues/1982
>> > > >
>> > > > You might want to take a look if what was discussed there might
>be
>> > > > related to your problem (I'm not directly involved in any of
>this, I
>> > > > don't know the details, it's just that 887f75cfd0da looked
>familiar to
>> > > > me). If it is, a fix for these two bugs was committed to master
>earlier
>> > > > this week:
>> > > >
>> > > >
>https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commi
>> > > > t/?i d=a56f445f807b0276
>> > > >
>> > > > It will likely be backported to 5.17.y, maybe already in the
>over-next
>> > > > release. HTH.
>> > > >
>> > > > Ciao, Thorsten (wearing his 'the Linux kernel's regression
>tracker' hat)
>> > > >
>> > > > P.S.: As the Linux kernel's regression tracker I deal with a
>lot of
>> > > > reports and sometimes miss something important when writing
>mails like
>> > > > this. If that's the case here, don't hesitate to tell me in a
>public
>> > > > reply, it's in everyone's interest to set the public record
>straight.
>> > > >
>> > > > > Hello
>> > > > > Since 5.17.4 my laptop doesn't resume from suspend anymore.
>At resume,
>> > > > > symptoms are variable:
>> > > > > - either the laptop freezes;
>> > > > > - either the screen keeps blank;
>> > > > > - either the screen is OK but mouse is frozen;
>> > > > > - either display lags with several logs in dmesg:
>> > > > > [  228.275492] [drm] Fence fallback timer expired on ring gfx
>> > > > > [  228.395466] [drm:amdgpu_dm_atomic_commit_tail] *ERROR*
>Waiting for
>> > > > > fences timed out!
>> > > > > [  228.779490] [drm] Fence fallback timer expired on ring gfx
>> > > > > [  229.283484] [drm] Fence fallback timer expired on ring
>sdma0
>> > > > > [  229.283485] [drm] Fence fallback timer expired on ring gfx
>> > > > > [  229.787487] [drm] Fence fallback timer expired on ring gfx
>> > > > > ...
>> > > > >
>> > > > > I've bisected the problem.
>> > > > >
>> > > > > Please note this laptop has a strange behaviour on suspend:
>> > > > > The first suspend request always fails (this point has never
>been
>> > > > > fixed
>> > > > > and
>> > > > > plagues us when trying to diagnose another regression on
>touchpad not
>> > > > > resuming in the past). The screen goes blank and I can get it
>OK when
>> > > > > pressing the power button, this seems to reset it. After that
>all
>> > > > > suspend/resume works OK.
>> > > > >
>> > > > > Since 5.17.4, it is not possible anymore to get the laptop
>working
>> > > > > again
>> > > > > after the first suspend failure.
>> > > > >
>> > > > > HW : HP Pavilion / Ryzen 4600H with AMD graphics integrated +
>NVidia
>> > > > > 1650Ti
>> > > > > (turned off with ACPI call in order to get more battery, I'm
>not using
>> > > > > NVidia driver).
>>


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

* Re: [REGRESSION] Laptop with Ryzen 4600H fails to resume video since 5.17.4 (works 5.17.3)
  2022-05-17  6:36           ` Christian Casteyde
@ 2022-05-17  6:58             ` Kai-Heng Feng
  2022-05-17 17:37               ` casteyde.christian
  2022-05-17 17:38               ` casteyde.christian
  0 siblings, 2 replies; 30+ messages in thread
From: Kai-Heng Feng @ 2022-05-17  6:58 UTC (permalink / raw)
  To: Christian Casteyde
  Cc: stable, Thorsten Leemhuis, regressions, alexander.deucher,
	gregkh, Limonciello, Mario

On Tue, May 17, 2022 at 2:36 PM Christian Casteyde
<casteyde.christian@free.fr> wrote:
>
> No, the problem is there even without acpicall. Fyi I use it to shutdown the NVidia card that eats the battery otherwise.
>
> I managed to get a dmesg output with 2.18rc7 I will post it this evening (basically exact same behavior as 2.17.4).

Can you please also attach dmesg without the offending commit (i.e.
when it's working)?

Kai-Heng

>
> CC
>
> ⁣Télécharger BlueMail pour Android
>
> Le 17 mai 2022 à 04:03, à 04:03, Kai-Heng Feng <kai.heng.feng@canonical.com> a écrit:
> >On Tue, May 17, 2022 at 1:23 AM Christian Casteyde
> ><casteyde.christian@free.fr> wrote:
> >>
> >> I've tried with 5.18-rc7, it doesn't work either. I guess 5.18 branch
> >have all
> >> commits.
> >>
> >> full dmesg appended (not for 5.18, I didn't manage to resume up to
> >the point
> >> to get a console for now).
> >
> >Interestingly, I found you are using acpi_call:
> >[   30.667348] acpi_call: loading out-of-tree module taints kernel.
> >
> >Does removing the acpi_call solve the issue?
> >
> >Kai-Heng
> >
> >>
> >> CC
> >>
> >> Le lundi 16 mai 2022, 04:47:25 CEST Kai-Heng Feng a écrit :
> >> > [+Cc Mario]
> >> >
> >> > On Sun, May 15, 2022 at 1:34 AM Christian Casteyde
> >> >
> >> > <casteyde.christian@free.fr> wrote:
> >> > > I've applied the commit a56f445f807b0276 on 5.17.7 and tested.
> >> > > This does not fix the problem on my laptop.
> >> >
> >> > Maybe some commits are still missing?
> >> >
> >> > > For informatio, here is a part of the log around the suspend
> >process:
> >> > Is it possible to attach full dmesg?
> >> >
> >> > Kai-Heng
> >> >
> >> > > May 14 19:21:41 geek500 kernel: snd_hda_intel 0000:01:00.1: can't
> >change
> >> > > power state from D3cold to D0 (config space inaccessible)
> >> > > May 14 19:21:41 geek500 kernel: PM: late suspend of devices
> >failed
> >> > > May 14 19:21:41 geek500 kernel: ------------[ cut here
> >]------------
> >> > > May 14 19:21:41 geek500 kernel: i2c_designware AMDI0010:03:
> >Transfer while
> >> > > suspended
> >> > > May 14 19:21:41 geek500 kernel: pci 0000:00:00.2: can't derive
> >routing for
> >> > > PCI INT A
> >> > > May 14 19:21:41 geek500 kernel: pci 0000:00:00.2: PCI INT A: no
> >GSI
> >> > > May 14 19:21:41 geek500 kernel: WARNING: CPU: 9 PID: 1972 at
> >drivers/i2c/
> >> > > busses/i2c-designware-master.c:570 i2c_dw_xfer+0x3f6/0x440
> >> > > May 14 19:21:41 geek500 kernel: Modules linked in: [last
> >unloaded:
> >> > > acpi_call] May 14 19:21:41 geek500 kernel: CPU: 9 PID: 1972 Comm:
> >> > > kworker/u32:18 Tainted: G           O      5.17.7+ #7
> >> > > May 14 19:21:41 geek500 kernel: Hardware name: HP HP Pavilion
> >Gaming
> >> > > Laptop
> >> > > 15-ec1xxx/87B2, BIOS F.25 08/18/2021
> >> > > May 14 19:21:41 geek500 kernel: Workqueue: events_unbound
> >> > > async_run_entry_fn May 14 19:21:41 geek500 kernel: RIP:
> >> > > 0010:i2c_dw_xfer+0x3f6/0x440
> >> > > May 14 19:21:41 geek500 kernel: Code: c6 05 db 31 45 01 01 4c 8b
> >67 50 4d
> >> > > 85 e4 75 03 4c 8b 27 e8 fc e1 e9 ff 4c 89 e2 48 c7 c7 00 01 cc
> >> > >
> >> > >  ab 48 89 c6 e8 b3 4f 45 00 <0f> 0b 41 be 94 ff ff ff e9 cc fc ff
> >ff e9 2d
> >> > >  9c>
> >> > > 4b 00 83 f8 01 74
> >> > > May 14 19:21:41 geek500 kernel: RSP: 0018:ffff8dbfc31e7c68
> >EFLAGS:
> >> > > 00010286
> >> > > May 14 19:21:41 geek500 kernel: RAX: 0000000000000000 RBX:
> >> > > ffff888540f170e8
> >> > > RCX: 0000000000000be5
> >> > > May 14 19:21:41 geek500 kernel: RDX: 0000000000000000 RSI:
> >> > > 0000000000000086
> >> > > RDI: ffffffffac858df8
> >> > > May 14 19:21:41 geek500 kernel: RBP: ffff888540f170e8 R08:
> >> > > ffffffffabe46d60
> >> > > R09: 00000000ac86a0f6
> >> > > May 14 19:21:41 geek500 kernel: R10: ffffffffffffffff R11:
> >> > > ffffffffffffffff
> >> > > R12: ffff888540f5c070
> >> > > May 14 19:21:41 geek500 kernel: R13: ffff8dbfc31e7d70 R14:
> >> > > 00000000ffffff94
> >> > > R15: ffff888540f17028
> >> > > May 14 19:21:41 geek500 kernel: FS:  0000000000000000(0000)
> >> > > GS:ffff88885f640000(0000) knlGS:0000000000000000
> >> > > May 14 19:21:41 geek500 kernel: CS:  0010 DS: 0000 ES: 0000 CR0:
> >> > > 0000000080050033
> >> > > May 14 19:21:41 geek500 kernel: CR2: 00007f1984067028 CR3:
> >> > > 0000000045e0c000
> >> > > CR4: 0000000000350ee0
> >> > > May 14 19:21:41 geek500 kernel: Call Trace:
> >> > > May 14 19:21:41 geek500 kernel:  <TASK>
> >> > > May 14 19:21:41 geek500 kernel:  ? dequeue_entity+0xd4/0x250
> >> > > May 14 19:21:41 geek500 kernel:  ?
> >newidle_balance.constprop.0+0x1f7/0x3b0
> >> > > May 14 19:21:41 geek500 kernel:  __i2c_transfer+0x16d/0x520
> >> > > May 14 19:21:41 geek500 kernel:  i2c_transfer+0x7a/0xd0
> >> > > May 14 19:21:41 geek500 kernel:  __i2c_hid_command+0x106/0x2d0
> >> > > May 14 19:21:41 geek500 kernel:  ? amd_gpio_irq_enable+0x19/0x50
> >> > > May 14 19:21:41 geek500 kernel:  i2c_hid_set_power+0x4a/0xd0
> >> > > May 14 19:21:41 geek500 kernel:  i2c_hid_core_resume+0x60/0xb0
> >> > > May 14 19:21:41 geek500 kernel:  ?
> >acpi_subsys_resume_early+0x50/0x50
> >> > > May 14 19:21:41 geek500 kernel:  dpm_run_callback+0x1d/0xd0
> >> > > May 14 19:21:41 geek500 kernel:  device_resume+0x122/0x230
> >> > > May 14 19:21:41 geek500 kernel:  async_resume+0x14/0x30
> >> > > May 14 19:21:41 geek500 kernel:  async_run_entry_fn+0x1b/0xa0
> >> > > May 14 19:21:41 geek500 kernel:  process_one_work+0x1d3/0x3a0
> >> > > May 14 19:21:41 geek500 kernel:  worker_thread+0x48/0x3c0
> >> > > May 14 19:21:41 geek500 kernel:  ? rescuer_thread+0x380/0x380
> >> > > May 14 19:21:41 geek500 kernel:  kthread+0xd3/0x100
> >> > > May 14 19:21:41 geek500 kernel:  ?
> >kthread_complete_and_exit+0x20/0x20
> >> > > May 14 19:21:41 geek500 kernel:  ret_from_fork+0x22/0x30
> >> > > May 14 19:21:41 geek500 kernel:  </TASK>
> >> > > May 14 19:21:41 geek500 kernel: ---[ end trace 0000000000000000
> >]---
> >> > > May 14 19:21:41 geek500 kernel: i2c_hid_acpi i2c-ELAN0718:00:
> >failed to
> >> > > change power setting.
> >> > > May 14 19:21:41 geek500 kernel: PM: dpm_run_callback():
> >> > > acpi_subsys_resume+0x0/0x50 returns -108
> >> > > May 14 19:21:41 geek500 kernel: i2c_hid_acpi i2c-ELAN0718:00: PM:
> >failed
> >> > > to
> >> > > resume async: error -108
> >> > > May 14 19:21:41 geek500 kernel: amdgpu 0000:05:00.0:
> >> > > [drm:amdgpu_ring_test_helper] *ERROR* ring gfx test failed (-110)
> >> > > May 14 19:21:41 geek500 kernel:
> >[drm:amdgpu_device_ip_resume_phase2]
> >> > > *ERROR* resume of IP block <gfx_v9_0> failed -110
> >> > > May 14 19:21:41 geek500 kernel: amdgpu 0000:05:00.0: amdgpu:
> >> > > amdgpu_device_ip_resume failed (-110).
> >> > > May 14 19:21:41 geek500 kernel: PM: dpm_run_callback():
> >> > > pci_pm_resume+0x0/0x120 returns -110
> >> > > May 14 19:21:41 geek500 kernel: amdgpu 0000:05:00.0: PM: failed
> >to resume
> >> > > async: error -110
> >> > > May 14 19:21:41 geek500 kernel: ------------[ cut here
> >]------------
> >> > > May 14 19:21:41 geek500 kernel: AMDI0010:03 already disabled
> >> > > May 14 19:21:41 geek500 kernel: WARNING: CPU: 6 PID: 1091 at
> >drivers/clk/
> >> > > clk.c:971 clk_core_disable+0x80/0x1a0
> >> > > May 14 19:21:41 geek500 kernel: Modules linked in: [last
> >unloaded:
> >> > > acpi_call] May 14 19:21:41 geek500 kernel: CPU: 6 PID: 1091 Comm:
> >> > > kworker/6:3 Tainted: G W  O      5.17.7+ #7
> >> > > May 14 19:21:41 geek500 kernel: Hardware name: HP HP Pavilion
> >Gaming
> >> > > Laptop
> >> > > 15-ec1xxx/87B2, BIOS F.25 08/18/2021
> >> > > May 14 19:21:41 geek500 kernel: Workqueue: pm pm_runtime_work
> >> > > May 14 19:21:41 geek500 kernel: RIP:
> >0010:clk_core_disable+0x80/0x1a0
> >> > > May 14 19:21:41 geek500 kernel: Code: 10 e8 e4 4a d1 00 0f 1f 44
> >00 00 48
> >> > > 8b 5b 30 48 85 db 74 b6 8b 43 7c 85 c0 75 a4 48 8b 33 48 c7 c7 7d
> >87 c4
> >> > > ab e8 79 7a 9a 00 <0f> 0b 5b 5d c3 65 8b 05 5c a1 92 55 89 c0 48
> >0f a3 05
> >> > > 4a 61 9d 01 May 14 19:21:41 geek500 kernel: RSP:
> >0018:ffff8dbfc1c47d50
> >> > > EFLAGS: 00010082 May 14 19:21:41 geek500 kernel:
> >> > > May 14 19:21:41 geek500 kernel: RAX: 0000000000000000 RBX:
> >> > > ffff8885401b6300
> >> > > RCX: 0000000000000027
> >> > > May 14 19:21:41 geek500 kernel: RDX: ffff88885f59f468 RSI:
> >> > > 0000000000000001
> >> > > RDI: ffff88885f59f460
> >> > > May 14 19:21:41 geek500 kernel: RBP: 0000000000000283 R08:
> >> > > ffffffffabf26da8
> >> > > R09: 00000000ffffdfff
> >> > > May 14 19:21:41 geek500 kernel: R10: ffffffffabe46dc0 R11:
> >> > > ffffffffabe46dc0
> >> > > R12: ffff8885401b6300
> >> > > May 14 19:21:41 geek500 kernel: R13: ffff888540fc30f4 R14:
> >> > > 0000000000000008
> >> > > R15: 0000000000000000
> >> > > May 14 19:21:41 geek500 kernel: FS:  0000000000000000(0000)
> >> > > GS:ffff88885f580000(0000) knlGS:0000000000000000
> >> > > May 14 19:21:41 geek500 kernel: CS:  0010 DS: 0000 ES: 0000 CR0:
> >> > > 0000000080050033
> >> > > May 14 19:21:41 geek500 kernel: CR2: 00000000010fa990 CR3:
> >> > > 0000000102956000
> >> > > CR4: 0000000000350ee0
> >> > > May 14 19:21:41 geek500 kernel: Call Trace:
> >> > > May 14 19:21:41 geek500 kernel:  <TASK>
> >> > > May 14 19:21:41 geek500 kernel:  clk_disable+0x24/0x30
> >> > > May 14 19:21:41 geek500 kernel:  i2c_dw_prepare_clk+0x74/0xd0
> >> > > May 14 19:21:41 geek500 kernel:  dw_i2c_plat_suspend+0x2e/0x40
> >> > > May 14 19:21:41 geek500 kernel:
> >acpi_subsys_runtime_suspend+0x9/0x20
> >> > > May 14 19:21:41 geek500 kernel:  ? acpi_dev_suspend+0x160/0x160
> >> > > May 14 19:21:41 geek500 kernel:  __rpm_callback+0x3f/0x150
> >> > > May 14 19:21:41 geek500 kernel:  ? acpi_dev_suspend+0x160/0x160
> >> > > May 14 19:21:41 geek500 kernel:  rpm_callback+0x54/0x60
> >> > > May 14 19:21:41 geek500 kernel:  ? acpi_dev_suspend+0x160/0x160
> >> > > May 14 19:21:41 geek500 kernel:  rpm_suspend+0x142/0x720
> >> > > May 14 19:21:41 geek500 kernel:  pm_runtime_work+0x8f/0xa0
> >> > > May 14 19:21:41 geek500 kernel:  process_one_work+0x1d3/0x3a0
> >> > > May 14 19:21:41 geek500 kernel:  worker_thread+0x48/0x3c0
> >> > > May 14 19:21:41 geek500 kernel:  ? rescuer_thread+0x380/0x380
> >> > > May 14 19:21:41 geek500 kernel:  kthread+0xd3/0x100
> >> > > May 14 19:21:41 geek500 kernel:  ?
> >kthread_complete_and_exit+0x20/0x20
> >> > > May 14 19:21:41 geek500 kernel:  ret_from_fork+0x22/0x30
> >> > > May 14 19:21:41 geek500 kernel:  </TASK>
> >> > > May 14 19:21:41 geek500 kernel: ---[ end trace 0000000000000000
> >]---
> >> > > May 14 19:21:41 geek500 kernel: ------------[ cut here
> >]------------
> >> > > May 14 19:21:41 geek500 kernel: AMDI0010:03 already unprepared
> >> > > May 14 19:21:41 geek500 kernel: WARNING: CPU: 6 PID: 1091 at
> >drivers/clk/
> >> > > clk.c:829 clk_core_unprepare+0xb1/0x1a0
> >> > > May 14 19:21:41 geek500 kernel: Modules linked in: [last
> >unloaded:
> >> > > acpi_call] May 14 19:21:41 geek500 kernel: CPU: 6 PID: 1091 Comm:
> >> > > kworker/6:3 Tainted: G W  O      5.17.7+ #7
> >> > > May 14 19:21:41 geek500 kernel: Hardware name: HP HP Pavilion
> >Gaming
> >> > > Laptop
> >> > > 15-ec1xxx/87B2, BIOS F.25 08/18/2021
> >> > > May 14 19:21:41 geek500 kernel: Workqueue: pm pm_runtime_work
> >> > > May 14 19:21:41 geek500 kernel: RIP:
> >0010:clk_core_unprepare+0xb1/0x1a0
> >> > > May 14 19:21:41 geek500 kernel: Code: 40 00 66 90 48 8b 5b 30 48
> >85 db 74
> >> > > a2 8b 83 80 00 00 00 85 c0 0f 85 79 ff ff ff 48 8b 33 48 c7 c7 35
> >87 c4
> >> > > ab e8 18 7c 9a 00 <0f> 0b 5b c3 65 8b 05 fc a2 92 55 89 c0 48 0f
> >a3 05 ea
> >> > > 62 9d 01 73 May 14 19:21:41 geek500 kernel: RSP:
> >0018:ffff8dbfc1c47d60
> >> > > EFLAGS: 00010286 May 14 19:21:41 geek500 kernel: RAX:
> >0000000000000000
> >> > > RBX: ffff8885401b6300 RCX: 0000000000000027
> >> > > May 14 19:21:41 geek500 kernel: RDX: ffff88885f59f468 RSI:
> >> > > 0000000000000001
> >> > > RDI: ffff88885f59f460
> >> > > May 14 19:21:41 geek500 kernel: RBP: ffff8885401b6300 R08:
> >> > > ffffffffabf26da8
> >> > > R09: 00000000ffffdfff
> >> > > May 14 19:21:41 geek500 kernel: R10: ffffffffabe46dc0 R11:
> >> > > ffffffffabe46dc0
> >> > > R12: 0000000000000000
> >> > > May 14 19:21:41 geek500 kernel: R13: ffff888540fc30f4 R14:
> >> > > 0000000000000008
> >> > > R15: 0000000000000000
> >> > > May 14 19:21:41 geek500 kernel: FS:  0000000000000000(0000)
> >> > > GS:ffff88885f580000(0000) knlGS:0000000000000000
> >> > > May 14 19:21:41 geek500 kernel: CS:  0010 DS: 0000 ES: 0000 CR0:
> >> > > 0000000080050033
> >> > > May 14 19:21:41 geek500 kernel: CR2: 00000000010fa990 CR3:
> >> > > 0000000102956000
> >> > > CR4: 0000000000350ee0
> >> > > May 14 19:21:41 geek500 kernel: Call Trace:
> >> > > May 14 19:21:41 geek500 kernel:  <TASK>
> >> > > May 14 19:21:41 geek500 kernel:  clk_unprepare+0x1f/0x30
> >> > > May 14 19:21:41 geek500 kernel:  i2c_dw_prepare_clk+0x7c/0xd0
> >> > > May 14 19:21:41 geek500 kernel:  dw_i2c_plat_suspend+0x2e/0x40
> >> > > May 14 19:21:41 geek500 kernel:
> >acpi_subsys_runtime_suspend+0x9/0x20
> >> > > May 14 19:21:41 geek500 kernel:  ? acpi_dev_suspend+0x160/0x160
> >> > > May 14 19:21:41 geek500 kernel:  __rpm_callback+0x3f/0x150
> >> > > May 14 19:21:41 geek500 kernel:  ? acpi_dev_suspend+0x160/0x160
> >> > > May 14 19:21:41 geek500 kernel: done.
> >> > > May 14 19:21:41 geek500 kernel:  rpm_callback+0x54/0x60
> >> > > May 14 19:21:41 geek500 kernel:  ? acpi_dev_suspend+0x160/0x160
> >> > > May 14 19:21:41 geek500 kernel:  rpm_suspend+0x142/0x720
> >> > > May 14 19:21:41 geek500 kernel:  pm_runtime_work+0x8f/0xa0
> >> > > May 14 19:21:41 geek500 kernel:  process_one_work+0x1d3/0x3a0
> >> > > May 14 19:21:41 geek500 kernel:  worker_thread+0x48/0x3c0
> >> > > May 14 19:21:41 geek500 kernel:  ? rescuer_thread+0x380/0x380
> >> > > May 14 19:21:41 geek500 kernel:  kthread+0xd3/0x100
> >> > > May 14 19:21:41 geek500 kernel:  ?
> >kthread_complete_and_exit+0x20/0x20
> >> > > May 14 19:21:41 geek500 kernel:  ret_from_fork+0x22/0x30
> >> > > May 14 19:21:41 geek500 kernel:  </TASK>
> >> > > May 14 19:21:41 geek500 kernel: ---[ end trace 0000000000000000
> >]---
> >> > > May 14 19:21:41 geek500 kernel: ------------[ cut here
> >]------------
> >> > > May 14 19:21:41 geek500 kernel: AMDI0010:03 already disabled
> >> > > May 14 19:21:41 geek500 kernel: WARNING: CPU: 6 PID: 1091 at
> >drivers/clk/
> >> > > clk.c:971 clk_core_disable+0x80/0x1a0
> >> > > May 14 19:21:41 geek500 kernel: Modules linked in: [last
> >unloaded:
> >> > > acpi_call] May 14 19:21:41 geek500 kernel: CPU: 6 PID: 1091 Comm:
> >> > > kworker/6:3 Tainted: G W  O      5.17.7+ #7
> >> > > May 14 19:21:41 geek500 kernel: Hardware name: HP HP Pavilion
> >Gaming
> >> > > Laptop
> >> > > 15-ec1xxx/87B2, BIOS F.25 08/18/2021
> >> > > May 14 19:21:41 geek500 kernel: Workqueue: pm pm_runtime_work
> >> > > May 14 19:21:41 geek500 kernel: RIP:
> >0010:clk_core_disable+0x80/0x1a0
> >> > > May 14 19:21:41 geek500 kernel: Code: 10 e8 e4 4a d1 00 0f 1f 44
> >00 00 48
> >> > > 8b 5b 30 48 85 db 74 b6 8b 43 7c 85 c0 75 a4 48 8b 33 48 c7 c7 7d
> >87 c4
> >> > > ab e8 79 7a 9a 00 <0f> 0b 5b 5d c3 65 8b 05 5c a1 92 55 89 c0 48
> >0f a3 05
> >> > > 4a 61 9d 01 May 14 19:21:41 geek500 kernel: RSP:
> >0018:ffff8dbfc1c47d50
> >> > > EFLAGS: 00010082 May 14 19:21:41 geek500 kernel: RAX:
> >0000000000000000
> >> > > RBX: ffff8885401b6300 RCX: 0000000000000027
> >> > > May 14 19:21:41 geek500 kernel: RDX: ffff88885f59f468 RSI:
> >> > > 0000000000000001
> >> > > RDI: ffff88885f59f460
> >> > > May 14 19:21:41 geek500 kernel: RBP: 0000000000000287 R08:
> >> > > ffffffffabf26da8
> >> > > R09: 00000000ffffdfff
> >> > > May 14 19:21:41 geek500 kernel: R10: ffffffffabe46dc0 R11:
> >> > > ffffffffabe46dc0
> >> > > R12: ffff8885401b6300
> >> > > May 14 19:21:41 geek500 kernel: R13: ffff888540fc30f4 R14:
> >> > > 0000000000000008
> >> > > R15: 0000000000000000
> >> > > May 14 19:21:41 geek500 kernel: FS:  0000000000000000(0000)
> >> > > GS:ffff88885f580000(0000) knlGS:0000000000000000
> >> > > May 14 19:21:41 geek500 kernel: CS:  0010 DS: 0000 ES: 0000 CR0:
> >> > > 0000000080050033
> >> > > May 14 19:21:41 geek500 kernel: CR2: 00000000010fa990 CR3:
> >> > > 0000000102956000
> >> > > CR4: 0000000000350ee0
> >> > > May 14 19:21:41 geek500 kernel: Call Trace:
> >> > > May 14 19:21:41 geek500 kernel:  <TASK>
> >> > > May 14 19:21:41 geek500 kernel:  clk_disable+0x24/0x30
> >> > > May 14 19:21:41 geek500 kernel:  i2c_dw_prepare_clk+0x88/0xd0
> >> > > May 14 19:21:41 geek500 kernel:  dw_i2c_plat_suspend+0x2e/0x40
> >> > > May 14 19:21:41 geek500 kernel:
> >acpi_subsys_runtime_suspend+0x9/0x20
> >> > > May 14 19:21:41 geek500 kernel:  ? acpi_dev_suspend+0x160/0x160
> >> > > May 14 19:21:41 geek500 kernel:  __rpm_callback+0x3f/0x150
> >> > > May 14 19:21:41 geek500 kernel:  ? acpi_dev_suspend+0x160/0x160
> >> > > May 14 19:21:41 geek500 kernel:  rpm_callback+0x54/0x60
> >> > > May 14 19:21:41 geek500 kernel:  ? acpi_dev_suspend+0x160/0x160
> >> > > May 14 19:21:41 geek500 kernel:  rpm_suspend+0x142/0x720
> >> > > May 14 19:21:41 geek500 kernel:  pm_runtime_work+0x8f/0xa0
> >> > > May 14 19:21:41 geek500 kernel:  process_one_work+0x1d3/0x3a0
> >> > > May 14 19:21:41 geek500 kernel:  worker_thread+0x48/0x3c0
> >> > > May 14 19:21:41 geek500 kernel:  ? rescuer_thread+0x380/0x380
> >> > > May 14 19:21:41 geek500 kernel:  kthread+0xd3/0x100
> >> > > May 14 19:21:41 geek500 kernel:  ?
> >kthread_complete_and_exit+0x20/0x20
> >> > > May 14 19:21:41 geek500 kernel:  ret_from_fork+0x22/0x30
> >> > > May 14 19:21:41 geek500 kernel:  </TASK>
> >> > > May 14 19:21:41 geek500 kernel: ---[ end trace 0000000000000000
> >]---
> >> > > May 14 19:21:41 geek500 kernel: ------------[ cut here
> >]------------
> >> > > May 14 19:21:41 geek500 kernel: AMDI0010:03 already unprepared
> >> > > May 14 19:21:41 geek500 kernel: WARNING: CPU: 6 PID: 1091 at
> >drivers/clk/
> >> > > clk.c:829 clk_core_unprepare+0xb1/0x1a0
> >> > > May 14 19:21:41 geek500 kernel: Modules linked in: [last
> >unloaded:
> >> > > acpi_call] May 14 19:21:41 geek500 kernel: CPU: 6 PID: 1091 Comm:
> >> > > kworker/6:3 Tainted: G W  O      5.17.7+ #7
> >> > > May 14 19:21:41 geek500 kernel: Hardware name: HP HP Pavilion
> >Gaming
> >> > > Laptop
> >> > > 15-ec1xxx/87B2, BIOS F.25 08/18/2021
> >> > > May 14 19:21:41 geek500 kernel: Workqueue: pm pm_runtime_work
> >> > > May 14 19:21:41 geek500 kernel: RIP:
> >0010:clk_core_unprepare+0xb1/0x1a0
> >> > > May 14 19:21:41 geek500 kernel: Code: 40 00 66 90 48 8b 5b 30 48
> >85 db 74
> >> > > a2 8b 83 80 00 00 00 85 c0 0f 85 79 ff ff ff 48 8b 33 48 c7 c7 35
> >87 c4
> >> > > ab e8 18 7c 9a 00 <0f> 0b 5b c3 65 8b 05 fc a2 92 55 89 c0 48 0f
> >a3 05 ea
> >> > > 62 9d 01 73 May 14 19:21:41 geek500 kernel: RSP:
> >0018:ffff8dbfc1c47d60
> >> > > EFLAGS: 00010286 May 14 19:21:41 geek500 kernel: RAX:
> >0000000000000000
> >> > > RBX: ffff8885401b6300 RCX: 0000000000000027
> >> > > May 14 19:21:41 geek500 kernel: RDX: ffff88885f59f468 RSI:
> >> > > 0000000000000001
> >> > > RDI: ffff88885f59f460
> >> > > May 14 19:21:41 geek500 kernel: RBP: ffff8885401b6300 R08:
> >> > > ffffffffabf26da8
> >> > > R09: 00000000ffffdfff
> >> > > May 14 19:21:41 geek500 kernel: R10: ffffffffabe46dc0 R11:
> >> > > ffffffffabe46dc0
> >> > > R12: 0000000000000000
> >> > > May 14 19:21:41 geek500 kernel: R13: ffff888540fc30f4 R14:
> >> > > 0000000000000008
> >> > > R15: 0000000000000000
> >> > > May 14 19:21:41 geek500 kernel: FS:  0000000000000000(0000)
> >> > > GS:ffff88885f580000(0000) knlGS:0000000000000000
> >> > > May 14 19:21:41 geek500 kernel: CS:  0010 DS: 0000 ES: 0000 CR0:
> >> > > 0000000080050033
> >> > > May 14 19:21:41 geek500 kernel: CR2: 00000000010fa990 CR3:
> >> > > 0000000102956000
> >> > > CR4: 0000000000350ee0
> >> > > May 14 19:21:41 geek500 kernel: Call Trace:
> >> > > May 14 19:21:41 geek500 kernel:  <TASK>
> >> > > May 14 19:21:41 geek500 kernel:  clk_unprepare+0x1f/0x30
> >> > > May 14 19:21:41 geek500 kernel:  i2c_dw_prepare_clk+0x90/0xd0
> >> > > May 14 19:21:41 geek500 kernel:  dw_i2c_plat_suspend+0x2e/0x40
> >> > > May 14 19:21:41 geek500 kernel:
> >acpi_subsys_runtime_suspend+0x9/0x20
> >> > > May 14 19:21:41 geek500 kernel:  ? acpi_dev_suspend+0x160/0x160
> >> > > May 14 19:21:41 geek500 kernel:  __rpm_callback+0x3f/0x150
> >> > > May 14 19:21:41 geek500 kernel:  ? acpi_dev_suspend+0x160/0x160
> >> > > May 14 19:21:41 geek500 kernel:  rpm_callback+0x54/0x60
> >> > > May 14 19:21:41 geek500 kernel:  ? acpi_dev_suspend+0x160/0x160
> >> > > May 14 19:21:41 geek500 kernel:  rpm_suspend+0x142/0x720
> >> > > May 14 19:21:41 geek500 kernel:  pm_runtime_work+0x8f/0xa0
> >> > > May 14 19:21:41 geek500 kernel:  process_one_work+0x1d3/0x3a0
> >> > > May 14 19:21:41 geek500 kernel:  worker_thread+0x48/0x3c0
> >> > > May 14 19:21:41 geek500 kernel:  ? rescuer_thread+0x380/0x380
> >> > > May 14 19:21:41 geek500 kernel:  kthread+0xd3/0x100
> >> > > May 14 19:21:41 geek500 kernel:  ?
> >kthread_complete_and_exit+0x20/0x20
> >> > > May 14 19:21:41 geek500 kernel:  ret_from_fork+0x22/0x30
> >> > > May 14 19:21:41 geek500 kernel:  </TASK>
> >> > > May 14 19:21:41 geek500 kernel: ---[ end trace 0000000000000000
> >]---
> >> > > May 14 19:21:59 geek500 kernel: snd_hda_codec_hdmi hdaudioC1D0:
> >Unable to
> >> > > sync register 0x4f0800. -5
> >> > > May 14 19:21:59 geek500 kernel: (elapsed 0.175 seconds) done.
> >> > > May 14 19:21:59 geek500 kernel: amdgpu 0000:05:00.0: amdgpu:
> >Power
> >> > > consumption will be higher as BIOS has not been configured for
> >> > > suspend-to-idle. To use suspend-to-idle change the sleep mode in
> >BIOS
> >> > > setup.
> >> > > May 14 19:21:59 geek500 kernel: snd_hda_intel 0000:01:00.1: can't
> >change
> >> > > power state from D3cold to D0 (config space inaccessible)
> >> > > May 14 19:21:59 geek500 kernel: pci 0000:00:00.2: can't derive
> >routing for
> >> > > PCI INT A
> >> > > May 14 19:21:59 geek500 kernel: pci 0000:00:00.2: PCI INT A: no
> >GSI
> >> > > May 14 19:21:59 geek500 kernel: [drm] Fence fallback timer
> >expired on ring
> >> > > gfx May 14 19:21:59 geek500 kernel: Bluetooth: hci0: command
> >0xfc20 tx
> >> > > timeout May 14 19:21:59 geek500 kernel: [drm] Fence fallback
> >timer
> >> > > expired on ring sdma0
> >> > > May 14 19:21:59 geek500 kernel: Bluetooth: hci0: RTL: download fw
> >command
> >> > > failed (-110)
> >> > > May 14 19:21:59 geek500 kernel: done.
> >> > > May 14 19:22:00 geek500 kernel: snd_hda_codec_hdmi hdaudioC1D0:
> >Unable to
> >> > > sync register 0x4f0800. -5
> >> > > May 14 19:22:00 geek500 dnsmasq[2079]: no servers found in
> >/etc/dnsmasq.d/
> >> > > dnsmasq-resolv.conf, will retry
> >> > > May 14 19:22:01 geek500 kernel: [drm] Fence fallback timer
> >expired on ring
> >> > > sdma0
> >> > > May 14 19:22:01 geek500 kernel: [drm] Fence fallback timer
> >expired on ring
> >> > > gfx May 14 19:22:01 geek500 kernel: [drm] Fence fallback timer
> >expired on
> >> > > ring sdma0
> >> > > May 14 19:22:02 geek500 last message buffered 2 times
> >> > > May 14 19:22:03 geek500 kernel: [drm] Fence fallback timer
> >expired on ring
> >> > > gfx May 14 19:22:03 geek500 kernel: [drm] Fence fallback timer
> >expired on
> >> > > ring sdma0
> >> > > May 14 19:22:03 geek500 kernel: [drm] Fence fallback timer
> >expired on ring
> >> > > gfx May 14 19:22:03 geek500 kernel: [drm] Fence fallback timer
> >expired on
> >> > > ring sdma0
> >> > > May 14 19:22:04 geek500 kernel: [drm] Fence fallback timer
> >expired on ring
> >> > > gfx May 14 19:22:04 geek500 kernel: [drm] Fence fallback timer
> >expired on
> >> > > ring sdma0
> >> > > May 14 19:22:04 geek500 kernel: [drm] Fence fallback timer
> >expired on ring
> >> > > gfx May 14 19:22:04 geek500 kernel: [drm] Fence fallback timer
> >expired on
> >> > > ring sdma0
> >> > > May 14 19:22:05 geek500 last message buffered 2 times
> >> > > May 14 19:22:05 geek500 kernel: [drm] Fence fallback timer
> >expired on ring
> >> > > gfx May 14 19:22:06 geek500 kernel: [drm] Fence fallback timer
> >expired on
> >> > > ring sdma0
> >> > > May 14 19:22:06 geek500 kernel: [drm] Fence fallback timer
> >expired on ring
> >> > > gfx May 14 19:22:06 geek500 last message buffered 1 times
> >> > > ...
> >> > > May 14 19:22:18 geek500 kernel: [drm] Fence fallback timer
> >expired on ring
> >> > > sdma0
> >> > > May 14 19:22:18 geek500 kernel:
> >[drm:amdgpu_dm_atomic_commit_tail] *ERROR*
> >> > > Waiting for fences timed out!
> >> > > May 14 19:22:18 geek500 kernel: [drm] Fence fallback timer
> >expired on ring
> >> > > sdma0
> >> > >
> >> > > CC
> >> > >
> >> > > Le samedi 14 mai 2022, 17:12:33 CEST Thorsten Leemhuis a écrit :
> >> > > > Hi, this is your Linux kernel regression tracker. Thanks for
> >the report.
> >> > > >
> >> > > > On 14.05.22 16:41, Christian Casteyde wrote:
> >> > > > > #regzbot introduced v5.17.3..v5.17.4
> >> > > > > #regzbot introduced: 001828fb3084379f3c3e228b905223c50bc237f9
> >> > > >
> >> > > > FWIW, that's commit 887f75cfd0da ("drm/amdgpu: Ensure HDA
> >function is
> >> > > > suspended before ASIC reset") upstream.
> >> > > >
> >> > > > Recently a regression was reported where 887f75cfd0da was
> >suspected as
> >> > > > the culprit:
> >> > > > https://gitlab.freedesktop.org/drm/amd/-/issues/2008
> >> > > >
> >> > > > And a one related to it:
> >> > > > https://gitlab.freedesktop.org/drm/amd/-/issues/1982
> >> > > >
> >> > > > You might want to take a look if what was discussed there might
> >be
> >> > > > related to your problem (I'm not directly involved in any of
> >this, I
> >> > > > don't know the details, it's just that 887f75cfd0da looked
> >familiar to
> >> > > > me). If it is, a fix for these two bugs was committed to master
> >earlier
> >> > > > this week:
> >> > > >
> >> > > >
> >https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commi
> >> > > > t/?i d=a56f445f807b0276
> >> > > >
> >> > > > It will likely be backported to 5.17.y, maybe already in the
> >over-next
> >> > > > release. HTH.
> >> > > >
> >> > > > Ciao, Thorsten (wearing his 'the Linux kernel's regression
> >tracker' hat)
> >> > > >
> >> > > > P.S.: As the Linux kernel's regression tracker I deal with a
> >lot of
> >> > > > reports and sometimes miss something important when writing
> >mails like
> >> > > > this. If that's the case here, don't hesitate to tell me in a
> >public
> >> > > > reply, it's in everyone's interest to set the public record
> >straight.
> >> > > >
> >> > > > > Hello
> >> > > > > Since 5.17.4 my laptop doesn't resume from suspend anymore.
> >At resume,
> >> > > > > symptoms are variable:
> >> > > > > - either the laptop freezes;
> >> > > > > - either the screen keeps blank;
> >> > > > > - either the screen is OK but mouse is frozen;
> >> > > > > - either display lags with several logs in dmesg:
> >> > > > > [  228.275492] [drm] Fence fallback timer expired on ring gfx
> >> > > > > [  228.395466] [drm:amdgpu_dm_atomic_commit_tail] *ERROR*
> >Waiting for
> >> > > > > fences timed out!
> >> > > > > [  228.779490] [drm] Fence fallback timer expired on ring gfx
> >> > > > > [  229.283484] [drm] Fence fallback timer expired on ring
> >sdma0
> >> > > > > [  229.283485] [drm] Fence fallback timer expired on ring gfx
> >> > > > > [  229.787487] [drm] Fence fallback timer expired on ring gfx
> >> > > > > ...
> >> > > > >
> >> > > > > I've bisected the problem.
> >> > > > >
> >> > > > > Please note this laptop has a strange behaviour on suspend:
> >> > > > > The first suspend request always fails (this point has never
> >been
> >> > > > > fixed
> >> > > > > and
> >> > > > > plagues us when trying to diagnose another regression on
> >touchpad not
> >> > > > > resuming in the past). The screen goes blank and I can get it
> >OK when
> >> > > > > pressing the power button, this seems to reset it. After that
> >all
> >> > > > > suspend/resume works OK.
> >> > > > >
> >> > > > > Since 5.17.4, it is not possible anymore to get the laptop
> >working
> >> > > > > again
> >> > > > > after the first suspend failure.
> >> > > > >
> >> > > > > HW : HP Pavilion / Ryzen 4600H with AMD graphics integrated +
> >NVidia
> >> > > > > 1650Ti
> >> > > > > (turned off with ACPI call in order to get more battery, I'm
> >not using
> >> > > > > NVidia driver).
> >>
>

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

* Re: [REGRESSION] Laptop with Ryzen 4600H fails to resume video since 5.17.4 (works 5.17.3)
  2022-05-17  6:58             ` Kai-Heng Feng
@ 2022-05-17 17:37               ` casteyde.christian
  2022-05-18  5:52                 ` Thorsten Leemhuis
  2022-05-17 17:38               ` casteyde.christian
  1 sibling, 1 reply; 30+ messages in thread
From: casteyde.christian @ 2022-05-17 17:37 UTC (permalink / raw)
  To: Kai-Heng Feng
  Cc: stable, Thorsten Leemhuis, regressions, alexander deucher,
	gregkh, Mario Limonciello

Hello

I've tryied to revert the offending commit on 5.18-rc7 (887f75cfd0da ("drm/amdgpu: Ensure HDA function is suspended before ASIC reset"), and the problem disappears so it's really this commit that breaks.

Following are dmesg for 5.18-rc7:
- when it fails (dmesg-bad.txt);
- when it works (dmesg-good.txt).

CC

----- Mail original -----
De: "Kai-Heng Feng" <kai.heng.feng@canonical.com>
À: "Christian Casteyde" <casteyde.christian@free.fr>
Cc: stable@vger.kernel.org, "Thorsten Leemhuis" <regressions@leemhuis.info>, regressions@lists.linux.dev, "alexander deucher" <alexander.deucher@amd.com>, gregkh@linuxfoundation.org, "Mario Limonciello" <mario.limonciello@amd.com>
Envoyé: Mardi 17 Mai 2022 08:58:30
Objet: Re: [REGRESSION] Laptop with Ryzen 4600H fails to resume video since 5.17.4 (works 5.17.3)

On Tue, May 17, 2022 at 2:36 PM Christian Casteyde
<casteyde.christian@free.fr> wrote:
>
> No, the problem is there even without acpicall. Fyi I use it to shutdown the NVidia card that eats the battery otherwise.
>
> I managed to get a dmesg output with 2.18rc7 I will post it this evening (basically exact same behavior as 2.17.4).

Can you please also attach dmesg without the offending commit (i.e.
when it's working)?

Kai-Heng

>
> CC
>
> ⁣Télécharger BlueMail pour Android
>
> Le 17 mai 2022 à 04:03, à 04:03, Kai-Heng Feng <kai.heng.feng@canonical.com> a écrit:
> >On Tue, May 17, 2022 at 1:23 AM Christian Casteyde
> ><casteyde.christian@free.fr> wrote:
> >>
> >> I've tried with 5.18-rc7, it doesn't work either. I guess 5.18 branch
> >have all
> >> commits.
> >>
> >> full dmesg appended (not for 5.18, I didn't manage to resume up to
> >the point
> >> to get a console for now).
> >
> >Interestingly, I found you are using acpi_call:
> >[   30.667348] acpi_call: loading out-of-tree module taints kernel.
> >
> >Does removing the acpi_call solve the issue?
> >
> >Kai-Heng
> >
> >>
> >> CC
> >>
> >> Le lundi 16 mai 2022, 04:47:25 CEST Kai-Heng Feng a écrit :
> >> > [+Cc Mario]
> >> >
> >> > On Sun, May 15, 2022 at 1:34 AM Christian Casteyde
> >> >
> >> > <casteyde.christian@free.fr> wrote:
> >> > > I've applied the commit a56f445f807b0276 on 5.17.7 and tested.
> >> > > This does not fix the problem on my laptop.
> >> >
> >> > Maybe some commits are still missing?
> >> >
> >> > > For informatio, here is a part of the log around the suspend
> >process:
> >> > Is it possible to attach full dmesg?
> >> >
> >> > Kai-Heng
> >> >
> >> > > May 14 19:21:41 geek500 kernel: snd_hda_intel 0000:01:00.1: can't
> >change
> >> > > power state from D3cold to D0 (config space inaccessible)
> >> > > May 14 19:21:41 geek500 kernel: PM: late suspend of devices
> >failed
> >> > > May 14 19:21:41 geek500 kernel: ------------[ cut here
> >]------------
> >> > > May 14 19:21:41 geek500 kernel: i2c_designware AMDI0010:03:
> >Transfer while
> >> > > suspended
> >> > > May 14 19:21:41 geek500 kernel: pci 0000:00:00.2: can't derive
> >routing for
> >> > > PCI INT A
> >> > > May 14 19:21:41 geek500 kernel: pci 0000:00:00.2: PCI INT A: no
> >GSI
> >> > > May 14 19:21:41 geek500 kernel: WARNING: CPU: 9 PID: 1972 at
> >drivers/i2c/
> >> > > busses/i2c-designware-master.c:570 i2c_dw_xfer+0x3f6/0x440
> >> > > May 14 19:21:41 geek500 kernel: Modules linked in: [last
> >unloaded:
> >> > > acpi_call] May 14 19:21:41 geek500 kernel: CPU: 9 PID: 1972 Comm:
> >> > > kworker/u32:18 Tainted: G           O      5.17.7+ #7
> >> > > May 14 19:21:41 geek500 kernel: Hardware name: HP HP Pavilion
> >Gaming
> >> > > Laptop
> >> > > 15-ec1xxx/87B2, BIOS F.25 08/18/2021
> >> > > May 14 19:21:41 geek500 kernel: Workqueue: events_unbound
> >> > > async_run_entry_fn May 14 19:21:41 geek500 kernel: RIP:
> >> > > 0010:i2c_dw_xfer+0x3f6/0x440
> >> > > May 14 19:21:41 geek500 kernel: Code: c6 05 db 31 45 01 01 4c 8b
> >67 50 4d
> >> > > 85 e4 75 03 4c 8b 27 e8 fc e1 e9 ff 4c 89 e2 48 c7 c7 00 01 cc
> >> > >
> >> > >  ab 48 89 c6 e8 b3 4f 45 00 <0f> 0b 41 be 94 ff ff ff e9 cc fc ff
> >ff e9 2d
> >> > >  9c>
> >> > > 4b 00 83 f8 01 74
> >> > > May 14 19:21:41 geek500 kernel: RSP: 0018:ffff8dbfc31e7c68
> >EFLAGS:
> >> > > 00010286
> >> > > May 14 19:21:41 geek500 kernel: RAX: 0000000000000000 RBX:
> >> > > ffff888540f170e8
> >> > > RCX: 0000000000000be5
> >> > > May 14 19:21:41 geek500 kernel: RDX: 0000000000000000 RSI:
> >> > > 0000000000000086
> >> > > RDI: ffffffffac858df8
> >> > > May 14 19:21:41 geek500 kernel: RBP: ffff888540f170e8 R08:
> >> > > ffffffffabe46d60
> >> > > R09: 00000000ac86a0f6
> >> > > May 14 19:21:41 geek500 kernel: R10: ffffffffffffffff R11:
> >> > > ffffffffffffffff
> >> > > R12: ffff888540f5c070
> >> > > May 14 19:21:41 geek500 kernel: R13: ffff8dbfc31e7d70 R14:
> >> > > 00000000ffffff94
> >> > > R15: ffff888540f17028
> >> > > May 14 19:21:41 geek500 kernel: FS:  0000000000000000(0000)
> >> > > GS:ffff88885f640000(0000) knlGS:0000000000000000
> >> > > May 14 19:21:41 geek500 kernel: CS:  0010 DS: 0000 ES: 0000 CR0:
> >> > > 0000000080050033
> >> > > May 14 19:21:41 geek500 kernel: CR2: 00007f1984067028 CR3:
> >> > > 0000000045e0c000
> >> > > CR4: 0000000000350ee0
> >> > > May 14 19:21:41 geek500 kernel: Call Trace:
> >> > > May 14 19:21:41 geek500 kernel:  <TASK>
> >> > > May 14 19:21:41 geek500 kernel:  ? dequeue_entity+0xd4/0x250
> >> > > May 14 19:21:41 geek500 kernel:  ?
> >newidle_balance.constprop.0+0x1f7/0x3b0
> >> > > May 14 19:21:41 geek500 kernel:  __i2c_transfer+0x16d/0x520
> >> > > May 14 19:21:41 geek500 kernel:  i2c_transfer+0x7a/0xd0
> >> > > May 14 19:21:41 geek500 kernel:  __i2c_hid_command+0x106/0x2d0
> >> > > May 14 19:21:41 geek500 kernel:  ? amd_gpio_irq_enable+0x19/0x50
> >> > > May 14 19:21:41 geek500 kernel:  i2c_hid_set_power+0x4a/0xd0
> >> > > May 14 19:21:41 geek500 kernel:  i2c_hid_core_resume+0x60/0xb0
> >> > > May 14 19:21:41 geek500 kernel:  ?
> >acpi_subsys_resume_early+0x50/0x50
> >> > > May 14 19:21:41 geek500 kernel:  dpm_run_callback+0x1d/0xd0
> >> > > May 14 19:21:41 geek500 kernel:  device_resume+0x122/0x230
> >> > > May 14 19:21:41 geek500 kernel:  async_resume+0x14/0x30
> >> > > May 14 19:21:41 geek500 kernel:  async_run_entry_fn+0x1b/0xa0
> >> > > May 14 19:21:41 geek500 kernel:  process_one_work+0x1d3/0x3a0
> >> > > May 14 19:21:41 geek500 kernel:  worker_thread+0x48/0x3c0
> >> > > May 14 19:21:41 geek500 kernel:  ? rescuer_thread+0x380/0x380
> >> > > May 14 19:21:41 geek500 kernel:  kthread+0xd3/0x100
> >> > > May 14 19:21:41 geek500 kernel:  ?
> >kthread_complete_and_exit+0x20/0x20
> >> > > May 14 19:21:41 geek500 kernel:  ret_from_fork+0x22/0x30
> >> > > May 14 19:21:41 geek500 kernel:  </TASK>
> >> > > May 14 19:21:41 geek500 kernel: ---[ end trace 0000000000000000
> >]---
> >> > > May 14 19:21:41 geek500 kernel: i2c_hid_acpi i2c-ELAN0718:00:
> >failed to
> >> > > change power setting.
> >> > > May 14 19:21:41 geek500 kernel: PM: dpm_run_callback():
> >> > > acpi_subsys_resume+0x0/0x50 returns -108
> >> > > May 14 19:21:41 geek500 kernel: i2c_hid_acpi i2c-ELAN0718:00: PM:
> >failed
> >> > > to
> >> > > resume async: error -108
> >> > > May 14 19:21:41 geek500 kernel: amdgpu 0000:05:00.0:
> >> > > [drm:amdgpu_ring_test_helper] *ERROR* ring gfx test failed (-110)
> >> > > May 14 19:21:41 geek500 kernel:
> >[drm:amdgpu_device_ip_resume_phase2]
> >> > > *ERROR* resume of IP block <gfx_v9_0> failed -110
> >> > > May 14 19:21:41 geek500 kernel: amdgpu 0000:05:00.0: amdgpu:
> >> > > amdgpu_device_ip_resume failed (-110).
> >> > > May 14 19:21:41 geek500 kernel: PM: dpm_run_callback():
> >> > > pci_pm_resume+0x0/0x120 returns -110
> >> > > May 14 19:21:41 geek500 kernel: amdgpu 0000:05:00.0: PM: failed
> >to resume
> >> > > async: error -110
> >> > > May 14 19:21:41 geek500 kernel: ------------[ cut here
> >]------------
> >> > > May 14 19:21:41 geek500 kernel: AMDI0010:03 already disabled
> >> > > May 14 19:21:41 geek500 kernel: WARNING: CPU: 6 PID: 1091 at
> >drivers/clk/
> >> > > clk.c:971 clk_core_disable+0x80/0x1a0
> >> > > May 14 19:21:41 geek500 kernel: Modules linked in: [last
> >unloaded:
> >> > > acpi_call] May 14 19:21:41 geek500 kernel: CPU: 6 PID: 1091 Comm:
> >> > > kworker/6:3 Tainted: G W  O      5.17.7+ #7
> >> > > May 14 19:21:41 geek500 kernel: Hardware name: HP HP Pavilion
> >Gaming
> >> > > Laptop
> >> > > 15-ec1xxx/87B2, BIOS F.25 08/18/2021
> >> > > May 14 19:21:41 geek500 kernel: Workqueue: pm pm_runtime_work
> >> > > May 14 19:21:41 geek500 kernel: RIP:
> >0010:clk_core_disable+0x80/0x1a0
> >> > > May 14 19:21:41 geek500 kernel: Code: 10 e8 e4 4a d1 00 0f 1f 44
> >00 00 48
> >> > > 8b 5b 30 48 85 db 74 b6 8b 43 7c 85 c0 75 a4 48 8b 33 48 c7 c7 7d
> >87 c4
> >> > > ab e8 79 7a 9a 00 <0f> 0b 5b 5d c3 65 8b 05 5c a1 92 55 89 c0 48
> >0f a3 05
> >> > > 4a 61 9d 01 May 14 19:21:41 geek500 kernel: RSP:
> >0018:ffff8dbfc1c47d50
> >> > > EFLAGS: 00010082 May 14 19:21:41 geek500 kernel:
> >> > > May 14 19:21:41 geek500 kernel: RAX: 0000000000000000 RBX:
> >> > > ffff8885401b6300
> >> > > RCX: 0000000000000027
> >> > > May 14 19:21:41 geek500 kernel: RDX: ffff88885f59f468 RSI:
> >> > > 0000000000000001
> >> > > RDI: ffff88885f59f460
> >> > > May 14 19:21:41 geek500 kernel: RBP: 0000000000000283 R08:
> >> > > ffffffffabf26da8
> >> > > R09: 00000000ffffdfff
> >> > > May 14 19:21:41 geek500 kernel: R10: ffffffffabe46dc0 R11:
> >> > > ffffffffabe46dc0
> >> > > R12: ffff8885401b6300
> >> > > May 14 19:21:41 geek500 kernel: R13: ffff888540fc30f4 R14:
> >> > > 0000000000000008
> >> > > R15: 0000000000000000
> >> > > May 14 19:21:41 geek500 kernel: FS:  0000000000000000(0000)
> >> > > GS:ffff88885f580000(0000) knlGS:0000000000000000
> >> > > May 14 19:21:41 geek500 kernel: CS:  0010 DS: 0000 ES: 0000 CR0:
> >> > > 0000000080050033
> >> > > May 14 19:21:41 geek500 kernel: CR2: 00000000010fa990 CR3:
> >> > > 0000000102956000
> >> > > CR4: 0000000000350ee0
> >> > > May 14 19:21:41 geek500 kernel: Call Trace:
> >> > > May 14 19:21:41 geek500 kernel:  <TASK>
> >> > > May 14 19:21:41 geek500 kernel:  clk_disable+0x24/0x30
> >> > > May 14 19:21:41 geek500 kernel:  i2c_dw_prepare_clk+0x74/0xd0
> >> > > May 14 19:21:41 geek500 kernel:  dw_i2c_plat_suspend+0x2e/0x40
> >> > > May 14 19:21:41 geek500 kernel:
> >acpi_subsys_runtime_suspend+0x9/0x20
> >> > > May 14 19:21:41 geek500 kernel:  ? acpi_dev_suspend+0x160/0x160
> >> > > May 14 19:21:41 geek500 kernel:  __rpm_callback+0x3f/0x150
> >> > > May 14 19:21:41 geek500 kernel:  ? acpi_dev_suspend+0x160/0x160
> >> > > May 14 19:21:41 geek500 kernel:  rpm_callback+0x54/0x60
> >> > > May 14 19:21:41 geek500 kernel:  ? acpi_dev_suspend+0x160/0x160
> >> > > May 14 19:21:41 geek500 kernel:  rpm_suspend+0x142/0x720
> >> > > May 14 19:21:41 geek500 kernel:  pm_runtime_work+0x8f/0xa0
> >> > > May 14 19:21:41 geek500 kernel:  process_one_work+0x1d3/0x3a0
> >> > > May 14 19:21:41 geek500 kernel:  worker_thread+0x48/0x3c0
> >> > > May 14 19:21:41 geek500 kernel:  ? rescuer_thread+0x380/0x380
> >> > > May 14 19:21:41 geek500 kernel:  kthread+0xd3/0x100
> >> > > May 14 19:21:41 geek500 kernel:  ?
> >kthread_complete_and_exit+0x20/0x20
> >> > > May 14 19:21:41 geek500 kernel:  ret_from_fork+0x22/0x30
> >> > > May 14 19:21:41 geek500 kernel:  </TASK>
> >> > > May 14 19:21:41 geek500 kernel: ---[ end trace 0000000000000000
> >]---
> >> > > May 14 19:21:41 geek500 kernel: ------------[ cut here
> >]------------
> >> > > May 14 19:21:41 geek500 kernel: AMDI0010:03 already unprepared
> >> > > May 14 19:21:41 geek500 kernel: WARNING: CPU: 6 PID: 1091 at
> >drivers/clk/
> >> > > clk.c:829 clk_core_unprepare+0xb1/0x1a0
> >> > > May 14 19:21:41 geek500 kernel: Modules linked in: [last
> >unloaded:
> >> > > acpi_call] May 14 19:21:41 geek500 kernel: CPU: 6 PID: 1091 Comm:
> >> > > kworker/6:3 Tainted: G W  O      5.17.7+ #7
> >> > > May 14 19:21:41 geek500 kernel: Hardware name: HP HP Pavilion
> >Gaming
> >> > > Laptop
> >> > > 15-ec1xxx/87B2, BIOS F.25 08/18/2021
> >> > > May 14 19:21:41 geek500 kernel: Workqueue: pm pm_runtime_work
> >> > > May 14 19:21:41 geek500 kernel: RIP:
> >0010:clk_core_unprepare+0xb1/0x1a0
> >> > > May 14 19:21:41 geek500 kernel: Code: 40 00 66 90 48 8b 5b 30 48
> >85 db 74
> >> > > a2 8b 83 80 00 00 00 85 c0 0f 85 79 ff ff ff 48 8b 33 48 c7 c7 35
> >87 c4
> >> > > ab e8 18 7c 9a 00 <0f> 0b 5b c3 65 8b 05 fc a2 92 55 89 c0 48 0f
> >a3 05 ea
> >> > > 62 9d 01 73 May 14 19:21:41 geek500 kernel: RSP:
> >0018:ffff8dbfc1c47d60
> >> > > EFLAGS: 00010286 May 14 19:21:41 geek500 kernel: RAX:
> >0000000000000000
> >> > > RBX: ffff8885401b6300 RCX: 0000000000000027
> >> > > May 14 19:21:41 geek500 kernel: RDX: ffff88885f59f468 RSI:
> >> > > 0000000000000001
> >> > > RDI: ffff88885f59f460
> >> > > May 14 19:21:41 geek500 kernel: RBP: ffff8885401b6300 R08:
> >> > > ffffffffabf26da8
> >> > > R09: 00000000ffffdfff
> >> > > May 14 19:21:41 geek500 kernel: R10: ffffffffabe46dc0 R11:
> >> > > ffffffffabe46dc0
> >> > > R12: 0000000000000000
> >> > > May 14 19:21:41 geek500 kernel: R13: ffff888540fc30f4 R14:
> >> > > 0000000000000008
> >> > > R15: 0000000000000000
> >> > > May 14 19:21:41 geek500 kernel: FS:  0000000000000000(0000)
> >> > > GS:ffff88885f580000(0000) knlGS:0000000000000000
> >> > > May 14 19:21:41 geek500 kernel: CS:  0010 DS: 0000 ES: 0000 CR0:
> >> > > 0000000080050033
> >> > > May 14 19:21:41 geek500 kernel: CR2: 00000000010fa990 CR3:
> >> > > 0000000102956000
> >> > > CR4: 0000000000350ee0
> >> > > May 14 19:21:41 geek500 kernel: Call Trace:
> >> > > May 14 19:21:41 geek500 kernel:  <TASK>
> >> > > May 14 19:21:41 geek500 kernel:  clk_unprepare+0x1f/0x30
> >> > > May 14 19:21:41 geek500 kernel:  i2c_dw_prepare_clk+0x7c/0xd0
> >> > > May 14 19:21:41 geek500 kernel:  dw_i2c_plat_suspend+0x2e/0x40
> >> > > May 14 19:21:41 geek500 kernel:
> >acpi_subsys_runtime_suspend+0x9/0x20
> >> > > May 14 19:21:41 geek500 kernel:  ? acpi_dev_suspend+0x160/0x160
> >> > > May 14 19:21:41 geek500 kernel:  __rpm_callback+0x3f/0x150
> >> > > May 14 19:21:41 geek500 kernel:  ? acpi_dev_suspend+0x160/0x160
> >> > > May 14 19:21:41 geek500 kernel: done.
> >> > > May 14 19:21:41 geek500 kernel:  rpm_callback+0x54/0x60
> >> > > May 14 19:21:41 geek500 kernel:  ? acpi_dev_suspend+0x160/0x160
> >> > > May 14 19:21:41 geek500 kernel:  rpm_suspend+0x142/0x720
> >> > > May 14 19:21:41 geek500 kernel:  pm_runtime_work+0x8f/0xa0
> >> > > May 14 19:21:41 geek500 kernel:  process_one_work+0x1d3/0x3a0
> >> > > May 14 19:21:41 geek500 kernel:  worker_thread+0x48/0x3c0
> >> > > May 14 19:21:41 geek500 kernel:  ? rescuer_thread+0x380/0x380
> >> > > May 14 19:21:41 geek500 kernel:  kthread+0xd3/0x100
> >> > > May 14 19:21:41 geek500 kernel:  ?
> >kthread_complete_and_exit+0x20/0x20
> >> > > May 14 19:21:41 geek500 kernel:  ret_from_fork+0x22/0x30
> >> > > May 14 19:21:41 geek500 kernel:  </TASK>
> >> > > May 14 19:21:41 geek500 kernel: ---[ end trace 0000000000000000
> >]---
> >> > > May 14 19:21:41 geek500 kernel: ------------[ cut here
> >]------------
> >> > > May 14 19:21:41 geek500 kernel: AMDI0010:03 already disabled
> >> > > May 14 19:21:41 geek500 kernel: WARNING: CPU: 6 PID: 1091 at
> >drivers/clk/
> >> > > clk.c:971 clk_core_disable+0x80/0x1a0
> >> > > May 14 19:21:41 geek500 kernel: Modules linked in: [last
> >unloaded:
> >> > > acpi_call] May 14 19:21:41 geek500 kernel: CPU: 6 PID: 1091 Comm:
> >> > > kworker/6:3 Tainted: G W  O      5.17.7+ #7
> >> > > May 14 19:21:41 geek500 kernel: Hardware name: HP HP Pavilion
> >Gaming
> >> > > Laptop
> >> > > 15-ec1xxx/87B2, BIOS F.25 08/18/2021
> >> > > May 14 19:21:41 geek500 kernel: Workqueue: pm pm_runtime_work
> >> > > May 14 19:21:41 geek500 kernel: RIP:
> >0010:clk_core_disable+0x80/0x1a0
> >> > > May 14 19:21:41 geek500 kernel: Code: 10 e8 e4 4a d1 00 0f 1f 44
> >00 00 48
> >> > > 8b 5b 30 48 85 db 74 b6 8b 43 7c 85 c0 75 a4 48 8b 33 48 c7 c7 7d
> >87 c4
> >> > > ab e8 79 7a 9a 00 <0f> 0b 5b 5d c3 65 8b 05 5c a1 92 55 89 c0 48
> >0f a3 05
> >> > > 4a 61 9d 01 May 14 19:21:41 geek500 kernel: RSP:
> >0018:ffff8dbfc1c47d50
> >> > > EFLAGS: 00010082 May 14 19:21:41 geek500 kernel: RAX:
> >0000000000000000
> >> > > RBX: ffff8885401b6300 RCX: 0000000000000027
> >> > > May 14 19:21:41 geek500 kernel: RDX: ffff88885f59f468 RSI:
> >> > > 0000000000000001
> >> > > RDI: ffff88885f59f460
> >> > > May 14 19:21:41 geek500 kernel: RBP: 0000000000000287 R08:
> >> > > ffffffffabf26da8
> >> > > R09: 00000000ffffdfff
> >> > > May 14 19:21:41 geek500 kernel: R10: ffffffffabe46dc0 R11:
> >> > > ffffffffabe46dc0
> >> > > R12: ffff8885401b6300
> >> > > May 14 19:21:41 geek500 kernel: R13: ffff888540fc30f4 R14:
> >> > > 0000000000000008
> >> > > R15: 0000000000000000
> >> > > May 14 19:21:41 geek500 kernel: FS:  0000000000000000(0000)
> >> > > GS:ffff88885f580000(0000) knlGS:0000000000000000
> >> > > May 14 19:21:41 geek500 kernel: CS:  0010 DS: 0000 ES: 0000 CR0:
> >> > > 0000000080050033
> >> > > May 14 19:21:41 geek500 kernel: CR2: 00000000010fa990 CR3:
> >> > > 0000000102956000
> >> > > CR4: 0000000000350ee0
> >> > > May 14 19:21:41 geek500 kernel: Call Trace:
> >> > > May 14 19:21:41 geek500 kernel:  <TASK>
> >> > > May 14 19:21:41 geek500 kernel:  clk_disable+0x24/0x30
> >> > > May 14 19:21:41 geek500 kernel:  i2c_dw_prepare_clk+0x88/0xd0
> >> > > May 14 19:21:41 geek500 kernel:  dw_i2c_plat_suspend+0x2e/0x40
> >> > > May 14 19:21:41 geek500 kernel:
> >acpi_subsys_runtime_suspend+0x9/0x20
> >> > > May 14 19:21:41 geek500 kernel:  ? acpi_dev_suspend+0x160/0x160
> >> > > May 14 19:21:41 geek500 kernel:  __rpm_callback+0x3f/0x150
> >> > > May 14 19:21:41 geek500 kernel:  ? acpi_dev_suspend+0x160/0x160
> >> > > May 14 19:21:41 geek500 kernel:  rpm_callback+0x54/0x60
> >> > > May 14 19:21:41 geek500 kernel:  ? acpi_dev_suspend+0x160/0x160
> >> > > May 14 19:21:41 geek500 kernel:  rpm_suspend+0x142/0x720
> >> > > May 14 19:21:41 geek500 kernel:  pm_runtime_work+0x8f/0xa0
> >> > > May 14 19:21:41 geek500 kernel:  process_one_work+0x1d3/0x3a0
> >> > > May 14 19:21:41 geek500 kernel:  worker_thread+0x48/0x3c0
> >> > > May 14 19:21:41 geek500 kernel:  ? rescuer_thread+0x380/0x380
> >> > > May 14 19:21:41 geek500 kernel:  kthread+0xd3/0x100
> >> > > May 14 19:21:41 geek500 kernel:  ?
> >kthread_complete_and_exit+0x20/0x20
> >> > > May 14 19:21:41 geek500 kernel:  ret_from_fork+0x22/0x30
> >> > > May 14 19:21:41 geek500 kernel:  </TASK>
> >> > > May 14 19:21:41 geek500 kernel: ---[ end trace 0000000000000000
> >]---
> >> > > May 14 19:21:41 geek500 kernel: ------------[ cut here
> >]------------
> >> > > May 14 19:21:41 geek500 kernel: AMDI0010:03 already unprepared
> >> > > May 14 19:21:41 geek500 kernel: WARNING: CPU: 6 PID: 1091 at
> >drivers/clk/
> >> > > clk.c:829 clk_core_unprepare+0xb1/0x1a0
> >> > > May 14 19:21:41 geek500 kernel: Modules linked in: [last
> >unloaded:
> >> > > acpi_call] May 14 19:21:41 geek500 kernel: CPU: 6 PID: 1091 Comm:
> >> > > kworker/6:3 Tainted: G W  O      5.17.7+ #7
> >> > > May 14 19:21:41 geek500 kernel: Hardware name: HP HP Pavilion
> >Gaming
> >> > > Laptop
> >> > > 15-ec1xxx/87B2, BIOS F.25 08/18/2021
> >> > > May 14 19:21:41 geek500 kernel: Workqueue: pm pm_runtime_work
> >> > > May 14 19:21:41 geek500 kernel: RIP:
> >0010:clk_core_unprepare+0xb1/0x1a0
> >> > > May 14 19:21:41 geek500 kernel: Code: 40 00 66 90 48 8b 5b 30 48
> >85 db 74
> >> > > a2 8b 83 80 00 00 00 85 c0 0f 85 79 ff ff ff 48 8b 33 48 c7 c7 35
> >87 c4
> >> > > ab e8 18 7c 9a 00 <0f> 0b 5b c3 65 8b 05 fc a2 92 55 89 c0 48 0f
> >a3 05 ea
> >> > > 62 9d 01 73 May 14 19:21:41 geek500 kernel: RSP:
> >0018:ffff8dbfc1c47d60
> >> > > EFLAGS: 00010286 May 14 19:21:41 geek500 kernel: RAX:
> >0000000000000000
> >> > > RBX: ffff8885401b6300 RCX: 0000000000000027
> >> > > May 14 19:21:41 geek500 kernel: RDX: ffff88885f59f468 RSI:
> >> > > 0000000000000001
> >> > > RDI: ffff88885f59f460
> >> > > May 14 19:21:41 geek500 kernel: RBP: ffff8885401b6300 R08:
> >> > > ffffffffabf26da8
> >> > > R09: 00000000ffffdfff
> >> > > May 14 19:21:41 geek500 kernel: R10: ffffffffabe46dc0 R11:
> >> > > ffffffffabe46dc0
> >> > > R12: 0000000000000000
> >> > > May 14 19:21:41 geek500 kernel: R13: ffff888540fc30f4 R14:
> >> > > 0000000000000008
> >> > > R15: 0000000000000000
> >> > > May 14 19:21:41 geek500 kernel: FS:  0000000000000000(0000)
> >> > > GS:ffff88885f580000(0000) knlGS:0000000000000000
> >> > > May 14 19:21:41 geek500 kernel: CS:  0010 DS: 0000 ES: 0000 CR0:
> >> > > 0000000080050033
> >> > > May 14 19:21:41 geek500 kernel: CR2: 00000000010fa990 CR3:
> >> > > 0000000102956000
> >> > > CR4: 0000000000350ee0
> >> > > May 14 19:21:41 geek500 kernel: Call Trace:
> >> > > May 14 19:21:41 geek500 kernel:  <TASK>
> >> > > May 14 19:21:41 geek500 kernel:  clk_unprepare+0x1f/0x30
> >> > > May 14 19:21:41 geek500 kernel:  i2c_dw_prepare_clk+0x90/0xd0
> >> > > May 14 19:21:41 geek500 kernel:  dw_i2c_plat_suspend+0x2e/0x40
> >> > > May 14 19:21:41 geek500 kernel:
> >acpi_subsys_runtime_suspend+0x9/0x20
> >> > > May 14 19:21:41 geek500 kernel:  ? acpi_dev_suspend+0x160/0x160
> >> > > May 14 19:21:41 geek500 kernel:  __rpm_callback+0x3f/0x150
> >> > > May 14 19:21:41 geek500 kernel:  ? acpi_dev_suspend+0x160/0x160
> >> > > May 14 19:21:41 geek500 kernel:  rpm_callback+0x54/0x60
> >> > > May 14 19:21:41 geek500 kernel:  ? acpi_dev_suspend+0x160/0x160
> >> > > May 14 19:21:41 geek500 kernel:  rpm_suspend+0x142/0x720
> >> > > May 14 19:21:41 geek500 kernel:  pm_runtime_work+0x8f/0xa0
> >> > > May 14 19:21:41 geek500 kernel:  process_one_work+0x1d3/0x3a0
> >> > > May 14 19:21:41 geek500 kernel:  worker_thread+0x48/0x3c0
> >> > > May 14 19:21:41 geek500 kernel:  ? rescuer_thread+0x380/0x380
> >> > > May 14 19:21:41 geek500 kernel:  kthread+0xd3/0x100
> >> > > May 14 19:21:41 geek500 kernel:  ?
> >kthread_complete_and_exit+0x20/0x20
> >> > > May 14 19:21:41 geek500 kernel:  ret_from_fork+0x22/0x30
> >> > > May 14 19:21:41 geek500 kernel:  </TASK>
> >> > > May 14 19:21:41 geek500 kernel: ---[ end trace 0000000000000000
> >]---
> >> > > May 14 19:21:59 geek500 kernel: snd_hda_codec_hdmi hdaudioC1D0:
> >Unable to
> >> > > sync register 0x4f0800. -5
> >> > > May 14 19:21:59 geek500 kernel: (elapsed 0.175 seconds) done.
> >> > > May 14 19:21:59 geek500 kernel: amdgpu 0000:05:00.0: amdgpu:
> >Power
> >> > > consumption will be higher as BIOS has not been configured for
> >> > > suspend-to-idle. To use suspend-to-idle change the sleep mode in
> >BIOS
> >> > > setup.
> >> > > May 14 19:21:59 geek500 kernel: snd_hda_intel 0000:01:00.1: can't
> >change
> >> > > power state from D3cold to D0 (config space inaccessible)
> >> > > May 14 19:21:59 geek500 kernel: pci 0000:00:00.2: can't derive
> >routing for
> >> > > PCI INT A
> >> > > May 14 19:21:59 geek500 kernel: pci 0000:00:00.2: PCI INT A: no
> >GSI
> >> > > May 14 19:21:59 geek500 kernel: [drm] Fence fallback timer
> >expired on ring
> >> > > gfx May 14 19:21:59 geek500 kernel: Bluetooth: hci0: command
> >0xfc20 tx
> >> > > timeout May 14 19:21:59 geek500 kernel: [drm] Fence fallback
> >timer
> >> > > expired on ring sdma0
> >> > > May 14 19:21:59 geek500 kernel: Bluetooth: hci0: RTL: download fw
> >command
> >> > > failed (-110)
> >> > > May 14 19:21:59 geek500 kernel: done.
> >> > > May 14 19:22:00 geek500 kernel: snd_hda_codec_hdmi hdaudioC1D0:
> >Unable to
> >> > > sync register 0x4f0800. -5
> >> > > May 14 19:22:00 geek500 dnsmasq[2079]: no servers found in
> >/etc/dnsmasq.d/
> >> > > dnsmasq-resolv.conf, will retry
> >> > > May 14 19:22:01 geek500 kernel: [drm] Fence fallback timer
> >expired on ring
> >> > > sdma0
> >> > > May 14 19:22:01 geek500 kernel: [drm] Fence fallback timer
> >expired on ring
> >> > > gfx May 14 19:22:01 geek500 kernel: [drm] Fence fallback timer
> >expired on
> >> > > ring sdma0
> >> > > May 14 19:22:02 geek500 last message buffered 2 times
> >> > > May 14 19:22:03 geek500 kernel: [drm] Fence fallback timer
> >expired on ring
> >> > > gfx May 14 19:22:03 geek500 kernel: [drm] Fence fallback timer
> >expired on
> >> > > ring sdma0
> >> > > May 14 19:22:03 geek500 kernel: [drm] Fence fallback timer
> >expired on ring
> >> > > gfx May 14 19:22:03 geek500 kernel: [drm] Fence fallback timer
> >expired on
> >> > > ring sdma0
> >> > > May 14 19:22:04 geek500 kernel: [drm] Fence fallback timer
> >expired on ring
> >> > > gfx May 14 19:22:04 geek500 kernel: [drm] Fence fallback timer
> >expired on
> >> > > ring sdma0
> >> > > May 14 19:22:04 geek500 kernel: [drm] Fence fallback timer
> >expired on ring
> >> > > gfx May 14 19:22:04 geek500 kernel: [drm] Fence fallback timer
> >expired on
> >> > > ring sdma0
> >> > > May 14 19:22:05 geek500 last message buffered 2 times
> >> > > May 14 19:22:05 geek500 kernel: [drm] Fence fallback timer
> >expired on ring
> >> > > gfx May 14 19:22:06 geek500 kernel: [drm] Fence fallback timer
> >expired on
> >> > > ring sdma0
> >> > > May 14 19:22:06 geek500 kernel: [drm] Fence fallback timer
> >expired on ring
> >> > > gfx May 14 19:22:06 geek500 last message buffered 1 times
> >> > > ...
> >> > > May 14 19:22:18 geek500 kernel: [drm] Fence fallback timer
> >expired on ring
> >> > > sdma0
> >> > > May 14 19:22:18 geek500 kernel:
> >[drm:amdgpu_dm_atomic_commit_tail] *ERROR*
> >> > > Waiting for fences timed out!
> >> > > May 14 19:22:18 geek500 kernel: [drm] Fence fallback timer
> >expired on ring
> >> > > sdma0
> >> > >
> >> > > CC
> >> > >
> >> > > Le samedi 14 mai 2022, 17:12:33 CEST Thorsten Leemhuis a écrit :
> >> > > > Hi, this is your Linux kernel regression tracker. Thanks for
> >the report.
> >> > > >
> >> > > > On 14.05.22 16:41, Christian Casteyde wrote:
> >> > > > > #regzbot introduced v5.17.3..v5.17.4
> >> > > > > #regzbot introduced: 001828fb3084379f3c3e228b905223c50bc237f9
> >> > > >
> >> > > > FWIW, that's commit 887f75cfd0da ("drm/amdgpu: Ensure HDA
> >function is
> >> > > > suspended before ASIC reset") upstream.
> >> > > >
> >> > > > Recently a regression was reported where 887f75cfd0da was
> >suspected as
> >> > > > the culprit:
> >> > > > https://gitlab.freedesktop.org/drm/amd/-/issues/2008
> >> > > >
> >> > > > And a one related to it:
> >> > > > https://gitlab.freedesktop.org/drm/amd/-/issues/1982
> >> > > >
> >> > > > You might want to take a look if what was discussed there might
> >be
> >> > > > related to your problem (I'm not directly involved in any of
> >this, I
> >> > > > don't know the details, it's just that 887f75cfd0da looked
> >familiar to
> >> > > > me). If it is, a fix for these two bugs was committed to master
> >earlier
> >> > > > this week:
> >> > > >
> >> > > >
> >https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commi
> >> > > > t/?i d=a56f445f807b0276
> >> > > >
> >> > > > It will likely be backported to 5.17.y, maybe already in the
> >over-next
> >> > > > release. HTH.
> >> > > >
> >> > > > Ciao, Thorsten (wearing his 'the Linux kernel's regression
> >tracker' hat)
> >> > > >
> >> > > > P.S.: As the Linux kernel's regression tracker I deal with a
> >lot of
> >> > > > reports and sometimes miss something important when writing
> >mails like
> >> > > > this. If that's the case here, don't hesitate to tell me in a
> >public
> >> > > > reply, it's in everyone's interest to set the public record
> >straight.
> >> > > >
> >> > > > > Hello
> >> > > > > Since 5.17.4 my laptop doesn't resume from suspend anymore.
> >At resume,
> >> > > > > symptoms are variable:
> >> > > > > - either the laptop freezes;
> >> > > > > - either the screen keeps blank;
> >> > > > > - either the screen is OK but mouse is frozen;
> >> > > > > - either display lags with several logs in dmesg:
> >> > > > > [  228.275492] [drm] Fence fallback timer expired on ring gfx
> >> > > > > [  228.395466] [drm:amdgpu_dm_atomic_commit_tail] *ERROR*
> >Waiting for
> >> > > > > fences timed out!
> >> > > > > [  228.779490] [drm] Fence fallback timer expired on ring gfx
> >> > > > > [  229.283484] [drm] Fence fallback timer expired on ring
> >sdma0
> >> > > > > [  229.283485] [drm] Fence fallback timer expired on ring gfx
> >> > > > > [  229.787487] [drm] Fence fallback timer expired on ring gfx
> >> > > > > ...
> >> > > > >
> >> > > > > I've bisected the problem.
> >> > > > >
> >> > > > > Please note this laptop has a strange behaviour on suspend:
> >> > > > > The first suspend request always fails (this point has never
> >been
> >> > > > > fixed
> >> > > > > and
> >> > > > > plagues us when trying to diagnose another regression on
> >touchpad not
> >> > > > > resuming in the past). The screen goes blank and I can get it
> >OK when
> >> > > > > pressing the power button, this seems to reset it. After that
> >all
> >> > > > > suspend/resume works OK.
> >> > > > >
> >> > > > > Since 5.17.4, it is not possible anymore to get the laptop
> >working
> >> > > > > again
> >> > > > > after the first suspend failure.
> >> > > > >
> >> > > > > HW : HP Pavilion / Ryzen 4600H with AMD graphics integrated +
> >NVidia
> >> > > > > 1650Ti
> >> > > > > (turned off with ACPI call in order to get more battery, I'm
> >not using
> >> > > > > NVidia driver).
> >>
>

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

* Re: [REGRESSION] Laptop with Ryzen 4600H fails to resume video since 5.17.4 (works 5.17.3)
  2022-05-17  6:58             ` Kai-Heng Feng
  2022-05-17 17:37               ` casteyde.christian
@ 2022-05-17 17:38               ` casteyde.christian
  2022-05-17 18:13                 ` Limonciello, Mario
  2022-05-18  2:08                 ` Kai-Heng Feng
  1 sibling, 2 replies; 30+ messages in thread
From: casteyde.christian @ 2022-05-17 17:38 UTC (permalink / raw)
  To: Kai-Heng Feng
  Cc: stable, Thorsten Leemhuis, regressions, alexander deucher,
	gregkh, Mario Limonciello

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

dmesg logs

----- Mail original -----
De: "Kai-Heng Feng" <kai.heng.feng@canonical.com>
À: "Christian Casteyde" <casteyde.christian@free.fr>
Cc: stable@vger.kernel.org, "Thorsten Leemhuis" <regressions@leemhuis.info>, regressions@lists.linux.dev, "alexander deucher" <alexander.deucher@amd.com>, gregkh@linuxfoundation.org, "Mario Limonciello" <mario.limonciello@amd.com>
Envoyé: Mardi 17 Mai 2022 08:58:30
Objet: Re: [REGRESSION] Laptop with Ryzen 4600H fails to resume video since 5.17.4 (works 5.17.3)

On Tue, May 17, 2022 at 2:36 PM Christian Casteyde
<casteyde.christian@free.fr> wrote:
>
> No, the problem is there even without acpicall. Fyi I use it to shutdown the NVidia card that eats the battery otherwise.
>
> I managed to get a dmesg output with 2.18rc7 I will post it this evening (basically exact same behavior as 2.17.4).

Can you please also attach dmesg without the offending commit (i.e.
when it's working)?

Kai-Heng

>
> CC
>
> ⁣Télécharger BlueMail pour Android
>
> Le 17 mai 2022 à 04:03, à 04:03, Kai-Heng Feng <kai.heng.feng@canonical.com> a écrit:
> >On Tue, May 17, 2022 at 1:23 AM Christian Casteyde
> ><casteyde.christian@free.fr> wrote:
> >>
> >> I've tried with 5.18-rc7, it doesn't work either. I guess 5.18 branch
> >have all
> >> commits.
> >>
> >> full dmesg appended (not for 5.18, I didn't manage to resume up to
> >the point
> >> to get a console for now).
> >
> >Interestingly, I found you are using acpi_call:
> >[   30.667348] acpi_call: loading out-of-tree module taints kernel.
> >
> >Does removing the acpi_call solve the issue?
> >
> >Kai-Heng
> >
> >>
> >> CC
> >>
> >> Le lundi 16 mai 2022, 04:47:25 CEST Kai-Heng Feng a écrit :
> >> > [+Cc Mario]
> >> >
> >> > On Sun, May 15, 2022 at 1:34 AM Christian Casteyde
> >> >
> >> > <casteyde.christian@free.fr> wrote:
> >> > > I've applied the commit a56f445f807b0276 on 5.17.7 and tested.
> >> > > This does not fix the problem on my laptop.
> >> >
> >> > Maybe some commits are still missing?
> >> >
> >> > > For informatio, here is a part of the log around the suspend
> >process:
> >> > Is it possible to attach full dmesg?
> >> >
> >> > Kai-Heng
> >> >
> >> > > May 14 19:21:41 geek500 kernel: snd_hda_intel 0000:01:00.1: can't
> >change
> >> > > power state from D3cold to D0 (config space inaccessible)
> >> > > May 14 19:21:41 geek500 kernel: PM: late suspend of devices
> >failed
> >> > > May 14 19:21:41 geek500 kernel: ------------[ cut here
> >]------------
> >> > > May 14 19:21:41 geek500 kernel: i2c_designware AMDI0010:03:
> >Transfer while
> >> > > suspended
> >> > > May 14 19:21:41 geek500 kernel: pci 0000:00:00.2: can't derive
> >routing for
> >> > > PCI INT A
> >> > > May 14 19:21:41 geek500 kernel: pci 0000:00:00.2: PCI INT A: no
> >GSI
> >> > > May 14 19:21:41 geek500 kernel: WARNING: CPU: 9 PID: 1972 at
> >drivers/i2c/
> >> > > busses/i2c-designware-master.c:570 i2c_dw_xfer+0x3f6/0x440
> >> > > May 14 19:21:41 geek500 kernel: Modules linked in: [last
> >unloaded:
> >> > > acpi_call] May 14 19:21:41 geek500 kernel: CPU: 9 PID: 1972 Comm:
> >> > > kworker/u32:18 Tainted: G           O      5.17.7+ #7
> >> > > May 14 19:21:41 geek500 kernel: Hardware name: HP HP Pavilion
> >Gaming
> >> > > Laptop
> >> > > 15-ec1xxx/87B2, BIOS F.25 08/18/2021
> >> > > May 14 19:21:41 geek500 kernel: Workqueue: events_unbound
> >> > > async_run_entry_fn May 14 19:21:41 geek500 kernel: RIP:
> >> > > 0010:i2c_dw_xfer+0x3f6/0x440
> >> > > May 14 19:21:41 geek500 kernel: Code: c6 05 db 31 45 01 01 4c 8b
> >67 50 4d
> >> > > 85 e4 75 03 4c 8b 27 e8 fc e1 e9 ff 4c 89 e2 48 c7 c7 00 01 cc
> >> > >
> >> > >  ab 48 89 c6 e8 b3 4f 45 00 <0f> 0b 41 be 94 ff ff ff e9 cc fc ff
> >ff e9 2d
> >> > >  9c>
> >> > > 4b 00 83 f8 01 74
> >> > > May 14 19:21:41 geek500 kernel: RSP: 0018:ffff8dbfc31e7c68
> >EFLAGS:
> >> > > 00010286
> >> > > May 14 19:21:41 geek500 kernel: RAX: 0000000000000000 RBX:
> >> > > ffff888540f170e8
> >> > > RCX: 0000000000000be5
> >> > > May 14 19:21:41 geek500 kernel: RDX: 0000000000000000 RSI:
> >> > > 0000000000000086
> >> > > RDI: ffffffffac858df8
> >> > > May 14 19:21:41 geek500 kernel: RBP: ffff888540f170e8 R08:
> >> > > ffffffffabe46d60
> >> > > R09: 00000000ac86a0f6
> >> > > May 14 19:21:41 geek500 kernel: R10: ffffffffffffffff R11:
> >> > > ffffffffffffffff
> >> > > R12: ffff888540f5c070
> >> > > May 14 19:21:41 geek500 kernel: R13: ffff8dbfc31e7d70 R14:
> >> > > 00000000ffffff94
> >> > > R15: ffff888540f17028
> >> > > May 14 19:21:41 geek500 kernel: FS:  0000000000000000(0000)
> >> > > GS:ffff88885f640000(0000) knlGS:0000000000000000
> >> > > May 14 19:21:41 geek500 kernel: CS:  0010 DS: 0000 ES: 0000 CR0:
> >> > > 0000000080050033
> >> > > May 14 19:21:41 geek500 kernel: CR2: 00007f1984067028 CR3:
> >> > > 0000000045e0c000
> >> > > CR4: 0000000000350ee0
> >> > > May 14 19:21:41 geek500 kernel: Call Trace:
> >> > > May 14 19:21:41 geek500 kernel:  <TASK>
> >> > > May 14 19:21:41 geek500 kernel:  ? dequeue_entity+0xd4/0x250
> >> > > May 14 19:21:41 geek500 kernel:  ?
> >newidle_balance.constprop.0+0x1f7/0x3b0
> >> > > May 14 19:21:41 geek500 kernel:  __i2c_transfer+0x16d/0x520
> >> > > May 14 19:21:41 geek500 kernel:  i2c_transfer+0x7a/0xd0
> >> > > May 14 19:21:41 geek500 kernel:  __i2c_hid_command+0x106/0x2d0
> >> > > May 14 19:21:41 geek500 kernel:  ? amd_gpio_irq_enable+0x19/0x50
> >> > > May 14 19:21:41 geek500 kernel:  i2c_hid_set_power+0x4a/0xd0
> >> > > May 14 19:21:41 geek500 kernel:  i2c_hid_core_resume+0x60/0xb0
> >> > > May 14 19:21:41 geek500 kernel:  ?
> >acpi_subsys_resume_early+0x50/0x50
> >> > > May 14 19:21:41 geek500 kernel:  dpm_run_callback+0x1d/0xd0
> >> > > May 14 19:21:41 geek500 kernel:  device_resume+0x122/0x230
> >> > > May 14 19:21:41 geek500 kernel:  async_resume+0x14/0x30
> >> > > May 14 19:21:41 geek500 kernel:  async_run_entry_fn+0x1b/0xa0
> >> > > May 14 19:21:41 geek500 kernel:  process_one_work+0x1d3/0x3a0
> >> > > May 14 19:21:41 geek500 kernel:  worker_thread+0x48/0x3c0
> >> > > May 14 19:21:41 geek500 kernel:  ? rescuer_thread+0x380/0x380
> >> > > May 14 19:21:41 geek500 kernel:  kthread+0xd3/0x100
> >> > > May 14 19:21:41 geek500 kernel:  ?
> >kthread_complete_and_exit+0x20/0x20
> >> > > May 14 19:21:41 geek500 kernel:  ret_from_fork+0x22/0x30
> >> > > May 14 19:21:41 geek500 kernel:  </TASK>
> >> > > May 14 19:21:41 geek500 kernel: ---[ end trace 0000000000000000
> >]---
> >> > > May 14 19:21:41 geek500 kernel: i2c_hid_acpi i2c-ELAN0718:00:
> >failed to
> >> > > change power setting.
> >> > > May 14 19:21:41 geek500 kernel: PM: dpm_run_callback():
> >> > > acpi_subsys_resume+0x0/0x50 returns -108
> >> > > May 14 19:21:41 geek500 kernel: i2c_hid_acpi i2c-ELAN0718:00: PM:
> >failed
> >> > > to
> >> > > resume async: error -108
> >> > > May 14 19:21:41 geek500 kernel: amdgpu 0000:05:00.0:
> >> > > [drm:amdgpu_ring_test_helper] *ERROR* ring gfx test failed (-110)
> >> > > May 14 19:21:41 geek500 kernel:
> >[drm:amdgpu_device_ip_resume_phase2]
> >> > > *ERROR* resume of IP block <gfx_v9_0> failed -110
> >> > > May 14 19:21:41 geek500 kernel: amdgpu 0000:05:00.0: amdgpu:
> >> > > amdgpu_device_ip_resume failed (-110).
> >> > > May 14 19:21:41 geek500 kernel: PM: dpm_run_callback():
> >> > > pci_pm_resume+0x0/0x120 returns -110
> >> > > May 14 19:21:41 geek500 kernel: amdgpu 0000:05:00.0: PM: failed
> >to resume
> >> > > async: error -110
> >> > > May 14 19:21:41 geek500 kernel: ------------[ cut here
> >]------------
> >> > > May 14 19:21:41 geek500 kernel: AMDI0010:03 already disabled
> >> > > May 14 19:21:41 geek500 kernel: WARNING: CPU: 6 PID: 1091 at
> >drivers/clk/
> >> > > clk.c:971 clk_core_disable+0x80/0x1a0
> >> > > May 14 19:21:41 geek500 kernel: Modules linked in: [last
> >unloaded:
> >> > > acpi_call] May 14 19:21:41 geek500 kernel: CPU: 6 PID: 1091 Comm:
> >> > > kworker/6:3 Tainted: G W  O      5.17.7+ #7
> >> > > May 14 19:21:41 geek500 kernel: Hardware name: HP HP Pavilion
> >Gaming
> >> > > Laptop
> >> > > 15-ec1xxx/87B2, BIOS F.25 08/18/2021
> >> > > May 14 19:21:41 geek500 kernel: Workqueue: pm pm_runtime_work
> >> > > May 14 19:21:41 geek500 kernel: RIP:
> >0010:clk_core_disable+0x80/0x1a0
> >> > > May 14 19:21:41 geek500 kernel: Code: 10 e8 e4 4a d1 00 0f 1f 44
> >00 00 48
> >> > > 8b 5b 30 48 85 db 74 b6 8b 43 7c 85 c0 75 a4 48 8b 33 48 c7 c7 7d
> >87 c4
> >> > > ab e8 79 7a 9a 00 <0f> 0b 5b 5d c3 65 8b 05 5c a1 92 55 89 c0 48
> >0f a3 05
> >> > > 4a 61 9d 01 May 14 19:21:41 geek500 kernel: RSP:
> >0018:ffff8dbfc1c47d50
> >> > > EFLAGS: 00010082 May 14 19:21:41 geek500 kernel:
> >> > > May 14 19:21:41 geek500 kernel: RAX: 0000000000000000 RBX:
> >> > > ffff8885401b6300
> >> > > RCX: 0000000000000027
> >> > > May 14 19:21:41 geek500 kernel: RDX: ffff88885f59f468 RSI:
> >> > > 0000000000000001
> >> > > RDI: ffff88885f59f460
> >> > > May 14 19:21:41 geek500 kernel: RBP: 0000000000000283 R08:
> >> > > ffffffffabf26da8
> >> > > R09: 00000000ffffdfff
> >> > > May 14 19:21:41 geek500 kernel: R10: ffffffffabe46dc0 R11:
> >> > > ffffffffabe46dc0
> >> > > R12: ffff8885401b6300
> >> > > May 14 19:21:41 geek500 kernel: R13: ffff888540fc30f4 R14:
> >> > > 0000000000000008
> >> > > R15: 0000000000000000
> >> > > May 14 19:21:41 geek500 kernel: FS:  0000000000000000(0000)
> >> > > GS:ffff88885f580000(0000) knlGS:0000000000000000
> >> > > May 14 19:21:41 geek500 kernel: CS:  0010 DS: 0000 ES: 0000 CR0:
> >> > > 0000000080050033
> >> > > May 14 19:21:41 geek500 kernel: CR2: 00000000010fa990 CR3:
> >> > > 0000000102956000
> >> > > CR4: 0000000000350ee0
> >> > > May 14 19:21:41 geek500 kernel: Call Trace:
> >> > > May 14 19:21:41 geek500 kernel:  <TASK>
> >> > > May 14 19:21:41 geek500 kernel:  clk_disable+0x24/0x30
> >> > > May 14 19:21:41 geek500 kernel:  i2c_dw_prepare_clk+0x74/0xd0
> >> > > May 14 19:21:41 geek500 kernel:  dw_i2c_plat_suspend+0x2e/0x40
> >> > > May 14 19:21:41 geek500 kernel:
> >acpi_subsys_runtime_suspend+0x9/0x20
> >> > > May 14 19:21:41 geek500 kernel:  ? acpi_dev_suspend+0x160/0x160
> >> > > May 14 19:21:41 geek500 kernel:  __rpm_callback+0x3f/0x150
> >> > > May 14 19:21:41 geek500 kernel:  ? acpi_dev_suspend+0x160/0x160
> >> > > May 14 19:21:41 geek500 kernel:  rpm_callback+0x54/0x60
> >> > > May 14 19:21:41 geek500 kernel:  ? acpi_dev_suspend+0x160/0x160
> >> > > May 14 19:21:41 geek500 kernel:  rpm_suspend+0x142/0x720
> >> > > May 14 19:21:41 geek500 kernel:  pm_runtime_work+0x8f/0xa0
> >> > > May 14 19:21:41 geek500 kernel:  process_one_work+0x1d3/0x3a0
> >> > > May 14 19:21:41 geek500 kernel:  worker_thread+0x48/0x3c0
> >> > > May 14 19:21:41 geek500 kernel:  ? rescuer_thread+0x380/0x380
> >> > > May 14 19:21:41 geek500 kernel:  kthread+0xd3/0x100
> >> > > May 14 19:21:41 geek500 kernel:  ?
> >kthread_complete_and_exit+0x20/0x20
> >> > > May 14 19:21:41 geek500 kernel:  ret_from_fork+0x22/0x30
> >> > > May 14 19:21:41 geek500 kernel:  </TASK>
> >> > > May 14 19:21:41 geek500 kernel: ---[ end trace 0000000000000000
> >]---
> >> > > May 14 19:21:41 geek500 kernel: ------------[ cut here
> >]------------
> >> > > May 14 19:21:41 geek500 kernel: AMDI0010:03 already unprepared
> >> > > May 14 19:21:41 geek500 kernel: WARNING: CPU: 6 PID: 1091 at
> >drivers/clk/
> >> > > clk.c:829 clk_core_unprepare+0xb1/0x1a0
> >> > > May 14 19:21:41 geek500 kernel: Modules linked in: [last
> >unloaded:
> >> > > acpi_call] May 14 19:21:41 geek500 kernel: CPU: 6 PID: 1091 Comm:
> >> > > kworker/6:3 Tainted: G W  O      5.17.7+ #7
> >> > > May 14 19:21:41 geek500 kernel: Hardware name: HP HP Pavilion
> >Gaming
> >> > > Laptop
> >> > > 15-ec1xxx/87B2, BIOS F.25 08/18/2021
> >> > > May 14 19:21:41 geek500 kernel: Workqueue: pm pm_runtime_work
> >> > > May 14 19:21:41 geek500 kernel: RIP:
> >0010:clk_core_unprepare+0xb1/0x1a0
> >> > > May 14 19:21:41 geek500 kernel: Code: 40 00 66 90 48 8b 5b 30 48
> >85 db 74
> >> > > a2 8b 83 80 00 00 00 85 c0 0f 85 79 ff ff ff 48 8b 33 48 c7 c7 35
> >87 c4
> >> > > ab e8 18 7c 9a 00 <0f> 0b 5b c3 65 8b 05 fc a2 92 55 89 c0 48 0f
> >a3 05 ea
> >> > > 62 9d 01 73 May 14 19:21:41 geek500 kernel: RSP:
> >0018:ffff8dbfc1c47d60
> >> > > EFLAGS: 00010286 May 14 19:21:41 geek500 kernel: RAX:
> >0000000000000000
> >> > > RBX: ffff8885401b6300 RCX: 0000000000000027
> >> > > May 14 19:21:41 geek500 kernel: RDX: ffff88885f59f468 RSI:
> >> > > 0000000000000001
> >> > > RDI: ffff88885f59f460
> >> > > May 14 19:21:41 geek500 kernel: RBP: ffff8885401b6300 R08:
> >> > > ffffffffabf26da8
> >> > > R09: 00000000ffffdfff
> >> > > May 14 19:21:41 geek500 kernel: R10: ffffffffabe46dc0 R11:
> >> > > ffffffffabe46dc0
> >> > > R12: 0000000000000000
> >> > > May 14 19:21:41 geek500 kernel: R13: ffff888540fc30f4 R14:
> >> > > 0000000000000008
> >> > > R15: 0000000000000000
> >> > > May 14 19:21:41 geek500 kernel: FS:  0000000000000000(0000)
> >> > > GS:ffff88885f580000(0000) knlGS:0000000000000000
> >> > > May 14 19:21:41 geek500 kernel: CS:  0010 DS: 0000 ES: 0000 CR0:
> >> > > 0000000080050033
> >> > > May 14 19:21:41 geek500 kernel: CR2: 00000000010fa990 CR3:
> >> > > 0000000102956000
> >> > > CR4: 0000000000350ee0
> >> > > May 14 19:21:41 geek500 kernel: Call Trace:
> >> > > May 14 19:21:41 geek500 kernel:  <TASK>
> >> > > May 14 19:21:41 geek500 kernel:  clk_unprepare+0x1f/0x30
> >> > > May 14 19:21:41 geek500 kernel:  i2c_dw_prepare_clk+0x7c/0xd0
> >> > > May 14 19:21:41 geek500 kernel:  dw_i2c_plat_suspend+0x2e/0x40
> >> > > May 14 19:21:41 geek500 kernel:
> >acpi_subsys_runtime_suspend+0x9/0x20
> >> > > May 14 19:21:41 geek500 kernel:  ? acpi_dev_suspend+0x160/0x160
> >> > > May 14 19:21:41 geek500 kernel:  __rpm_callback+0x3f/0x150
> >> > > May 14 19:21:41 geek500 kernel:  ? acpi_dev_suspend+0x160/0x160
> >> > > May 14 19:21:41 geek500 kernel: done.
> >> > > May 14 19:21:41 geek500 kernel:  rpm_callback+0x54/0x60
> >> > > May 14 19:21:41 geek500 kernel:  ? acpi_dev_suspend+0x160/0x160
> >> > > May 14 19:21:41 geek500 kernel:  rpm_suspend+0x142/0x720
> >> > > May 14 19:21:41 geek500 kernel:  pm_runtime_work+0x8f/0xa0
> >> > > May 14 19:21:41 geek500 kernel:  process_one_work+0x1d3/0x3a0
> >> > > May 14 19:21:41 geek500 kernel:  worker_thread+0x48/0x3c0
> >> > > May 14 19:21:41 geek500 kernel:  ? rescuer_thread+0x380/0x380
> >> > > May 14 19:21:41 geek500 kernel:  kthread+0xd3/0x100
> >> > > May 14 19:21:41 geek500 kernel:  ?
> >kthread_complete_and_exit+0x20/0x20
> >> > > May 14 19:21:41 geek500 kernel:  ret_from_fork+0x22/0x30
> >> > > May 14 19:21:41 geek500 kernel:  </TASK>
> >> > > May 14 19:21:41 geek500 kernel: ---[ end trace 0000000000000000
> >]---
> >> > > May 14 19:21:41 geek500 kernel: ------------[ cut here
> >]------------
> >> > > May 14 19:21:41 geek500 kernel: AMDI0010:03 already disabled
> >> > > May 14 19:21:41 geek500 kernel: WARNING: CPU: 6 PID: 1091 at
> >drivers/clk/
> >> > > clk.c:971 clk_core_disable+0x80/0x1a0
> >> > > May 14 19:21:41 geek500 kernel: Modules linked in: [last
> >unloaded:
> >> > > acpi_call] May 14 19:21:41 geek500 kernel: CPU: 6 PID: 1091 Comm:
> >> > > kworker/6:3 Tainted: G W  O      5.17.7+ #7
> >> > > May 14 19:21:41 geek500 kernel: Hardware name: HP HP Pavilion
> >Gaming
> >> > > Laptop
> >> > > 15-ec1xxx/87B2, BIOS F.25 08/18/2021
> >> > > May 14 19:21:41 geek500 kernel: Workqueue: pm pm_runtime_work
> >> > > May 14 19:21:41 geek500 kernel: RIP:
> >0010:clk_core_disable+0x80/0x1a0
> >> > > May 14 19:21:41 geek500 kernel: Code: 10 e8 e4 4a d1 00 0f 1f 44
> >00 00 48
> >> > > 8b 5b 30 48 85 db 74 b6 8b 43 7c 85 c0 75 a4 48 8b 33 48 c7 c7 7d
> >87 c4
> >> > > ab e8 79 7a 9a 00 <0f> 0b 5b 5d c3 65 8b 05 5c a1 92 55 89 c0 48
> >0f a3 05
> >> > > 4a 61 9d 01 May 14 19:21:41 geek500 kernel: RSP:
> >0018:ffff8dbfc1c47d50
> >> > > EFLAGS: 00010082 May 14 19:21:41 geek500 kernel: RAX:
> >0000000000000000
> >> > > RBX: ffff8885401b6300 RCX: 0000000000000027
> >> > > May 14 19:21:41 geek500 kernel: RDX: ffff88885f59f468 RSI:
> >> > > 0000000000000001
> >> > > RDI: ffff88885f59f460
> >> > > May 14 19:21:41 geek500 kernel: RBP: 0000000000000287 R08:
> >> > > ffffffffabf26da8
> >> > > R09: 00000000ffffdfff
> >> > > May 14 19:21:41 geek500 kernel: R10: ffffffffabe46dc0 R11:
> >> > > ffffffffabe46dc0
> >> > > R12: ffff8885401b6300
> >> > > May 14 19:21:41 geek500 kernel: R13: ffff888540fc30f4 R14:
> >> > > 0000000000000008
> >> > > R15: 0000000000000000
> >> > > May 14 19:21:41 geek500 kernel: FS:  0000000000000000(0000)
> >> > > GS:ffff88885f580000(0000) knlGS:0000000000000000
> >> > > May 14 19:21:41 geek500 kernel: CS:  0010 DS: 0000 ES: 0000 CR0:
> >> > > 0000000080050033
> >> > > May 14 19:21:41 geek500 kernel: CR2: 00000000010fa990 CR3:
> >> > > 0000000102956000
> >> > > CR4: 0000000000350ee0
> >> > > May 14 19:21:41 geek500 kernel: Call Trace:
> >> > > May 14 19:21:41 geek500 kernel:  <TASK>
> >> > > May 14 19:21:41 geek500 kernel:  clk_disable+0x24/0x30
> >> > > May 14 19:21:41 geek500 kernel:  i2c_dw_prepare_clk+0x88/0xd0
> >> > > May 14 19:21:41 geek500 kernel:  dw_i2c_plat_suspend+0x2e/0x40
> >> > > May 14 19:21:41 geek500 kernel:
> >acpi_subsys_runtime_suspend+0x9/0x20
> >> > > May 14 19:21:41 geek500 kernel:  ? acpi_dev_suspend+0x160/0x160
> >> > > May 14 19:21:41 geek500 kernel:  __rpm_callback+0x3f/0x150
> >> > > May 14 19:21:41 geek500 kernel:  ? acpi_dev_suspend+0x160/0x160
> >> > > May 14 19:21:41 geek500 kernel:  rpm_callback+0x54/0x60
> >> > > May 14 19:21:41 geek500 kernel:  ? acpi_dev_suspend+0x160/0x160
> >> > > May 14 19:21:41 geek500 kernel:  rpm_suspend+0x142/0x720
> >> > > May 14 19:21:41 geek500 kernel:  pm_runtime_work+0x8f/0xa0
> >> > > May 14 19:21:41 geek500 kernel:  process_one_work+0x1d3/0x3a0
> >> > > May 14 19:21:41 geek500 kernel:  worker_thread+0x48/0x3c0
> >> > > May 14 19:21:41 geek500 kernel:  ? rescuer_thread+0x380/0x380
> >> > > May 14 19:21:41 geek500 kernel:  kthread+0xd3/0x100
> >> > > May 14 19:21:41 geek500 kernel:  ?
> >kthread_complete_and_exit+0x20/0x20
> >> > > May 14 19:21:41 geek500 kernel:  ret_from_fork+0x22/0x30
> >> > > May 14 19:21:41 geek500 kernel:  </TASK>
> >> > > May 14 19:21:41 geek500 kernel: ---[ end trace 0000000000000000
> >]---
> >> > > May 14 19:21:41 geek500 kernel: ------------[ cut here
> >]------------
> >> > > May 14 19:21:41 geek500 kernel: AMDI0010:03 already unprepared
> >> > > May 14 19:21:41 geek500 kernel: WARNING: CPU: 6 PID: 1091 at
> >drivers/clk/
> >> > > clk.c:829 clk_core_unprepare+0xb1/0x1a0
> >> > > May 14 19:21:41 geek500 kernel: Modules linked in: [last
> >unloaded:
> >> > > acpi_call] May 14 19:21:41 geek500 kernel: CPU: 6 PID: 1091 Comm:
> >> > > kworker/6:3 Tainted: G W  O      5.17.7+ #7
> >> > > May 14 19:21:41 geek500 kernel: Hardware name: HP HP Pavilion
> >Gaming
> >> > > Laptop
> >> > > 15-ec1xxx/87B2, BIOS F.25 08/18/2021
> >> > > May 14 19:21:41 geek500 kernel: Workqueue: pm pm_runtime_work
> >> > > May 14 19:21:41 geek500 kernel: RIP:
> >0010:clk_core_unprepare+0xb1/0x1a0
> >> > > May 14 19:21:41 geek500 kernel: Code: 40 00 66 90 48 8b 5b 30 48
> >85 db 74
> >> > > a2 8b 83 80 00 00 00 85 c0 0f 85 79 ff ff ff 48 8b 33 48 c7 c7 35
> >87 c4
> >> > > ab e8 18 7c 9a 00 <0f> 0b 5b c3 65 8b 05 fc a2 92 55 89 c0 48 0f
> >a3 05 ea
> >> > > 62 9d 01 73 May 14 19:21:41 geek500 kernel: RSP:
> >0018:ffff8dbfc1c47d60
> >> > > EFLAGS: 00010286 May 14 19:21:41 geek500 kernel: RAX:
> >0000000000000000
> >> > > RBX: ffff8885401b6300 RCX: 0000000000000027
> >> > > May 14 19:21:41 geek500 kernel: RDX: ffff88885f59f468 RSI:
> >> > > 0000000000000001
> >> > > RDI: ffff88885f59f460
> >> > > May 14 19:21:41 geek500 kernel: RBP: ffff8885401b6300 R08:
> >> > > ffffffffabf26da8
> >> > > R09: 00000000ffffdfff
> >> > > May 14 19:21:41 geek500 kernel: R10: ffffffffabe46dc0 R11:
> >> > > ffffffffabe46dc0
> >> > > R12: 0000000000000000
> >> > > May 14 19:21:41 geek500 kernel: R13: ffff888540fc30f4 R14:
> >> > > 0000000000000008
> >> > > R15: 0000000000000000
> >> > > May 14 19:21:41 geek500 kernel: FS:  0000000000000000(0000)
> >> > > GS:ffff88885f580000(0000) knlGS:0000000000000000
> >> > > May 14 19:21:41 geek500 kernel: CS:  0010 DS: 0000 ES: 0000 CR0:
> >> > > 0000000080050033
> >> > > May 14 19:21:41 geek500 kernel: CR2: 00000000010fa990 CR3:
> >> > > 0000000102956000
> >> > > CR4: 0000000000350ee0
> >> > > May 14 19:21:41 geek500 kernel: Call Trace:
> >> > > May 14 19:21:41 geek500 kernel:  <TASK>
> >> > > May 14 19:21:41 geek500 kernel:  clk_unprepare+0x1f/0x30
> >> > > May 14 19:21:41 geek500 kernel:  i2c_dw_prepare_clk+0x90/0xd0
> >> > > May 14 19:21:41 geek500 kernel:  dw_i2c_plat_suspend+0x2e/0x40
> >> > > May 14 19:21:41 geek500 kernel:
> >acpi_subsys_runtime_suspend+0x9/0x20
> >> > > May 14 19:21:41 geek500 kernel:  ? acpi_dev_suspend+0x160/0x160
> >> > > May 14 19:21:41 geek500 kernel:  __rpm_callback+0x3f/0x150
> >> > > May 14 19:21:41 geek500 kernel:  ? acpi_dev_suspend+0x160/0x160
> >> > > May 14 19:21:41 geek500 kernel:  rpm_callback+0x54/0x60
> >> > > May 14 19:21:41 geek500 kernel:  ? acpi_dev_suspend+0x160/0x160
> >> > > May 14 19:21:41 geek500 kernel:  rpm_suspend+0x142/0x720
> >> > > May 14 19:21:41 geek500 kernel:  pm_runtime_work+0x8f/0xa0
> >> > > May 14 19:21:41 geek500 kernel:  process_one_work+0x1d3/0x3a0
> >> > > May 14 19:21:41 geek500 kernel:  worker_thread+0x48/0x3c0
> >> > > May 14 19:21:41 geek500 kernel:  ? rescuer_thread+0x380/0x380
> >> > > May 14 19:21:41 geek500 kernel:  kthread+0xd3/0x100
> >> > > May 14 19:21:41 geek500 kernel:  ?
> >kthread_complete_and_exit+0x20/0x20
> >> > > May 14 19:21:41 geek500 kernel:  ret_from_fork+0x22/0x30
> >> > > May 14 19:21:41 geek500 kernel:  </TASK>
> >> > > May 14 19:21:41 geek500 kernel: ---[ end trace 0000000000000000
> >]---
> >> > > May 14 19:21:59 geek500 kernel: snd_hda_codec_hdmi hdaudioC1D0:
> >Unable to
> >> > > sync register 0x4f0800. -5
> >> > > May 14 19:21:59 geek500 kernel: (elapsed 0.175 seconds) done.
> >> > > May 14 19:21:59 geek500 kernel: amdgpu 0000:05:00.0: amdgpu:
> >Power
> >> > > consumption will be higher as BIOS has not been configured for
> >> > > suspend-to-idle. To use suspend-to-idle change the sleep mode in
> >BIOS
> >> > > setup.
> >> > > May 14 19:21:59 geek500 kernel: snd_hda_intel 0000:01:00.1: can't
> >change
> >> > > power state from D3cold to D0 (config space inaccessible)
> >> > > May 14 19:21:59 geek500 kernel: pci 0000:00:00.2: can't derive
> >routing for
> >> > > PCI INT A
> >> > > May 14 19:21:59 geek500 kernel: pci 0000:00:00.2: PCI INT A: no
> >GSI
> >> > > May 14 19:21:59 geek500 kernel: [drm] Fence fallback timer
> >expired on ring
> >> > > gfx May 14 19:21:59 geek500 kernel: Bluetooth: hci0: command
> >0xfc20 tx
> >> > > timeout May 14 19:21:59 geek500 kernel: [drm] Fence fallback
> >timer
> >> > > expired on ring sdma0
> >> > > May 14 19:21:59 geek500 kernel: Bluetooth: hci0: RTL: download fw
> >command
> >> > > failed (-110)
> >> > > May 14 19:21:59 geek500 kernel: done.
> >> > > May 14 19:22:00 geek500 kernel: snd_hda_codec_hdmi hdaudioC1D0:
> >Unable to
> >> > > sync register 0x4f0800. -5
> >> > > May 14 19:22:00 geek500 dnsmasq[2079]: no servers found in
> >/etc/dnsmasq.d/
> >> > > dnsmasq-resolv.conf, will retry
> >> > > May 14 19:22:01 geek500 kernel: [drm] Fence fallback timer
> >expired on ring
> >> > > sdma0
> >> > > May 14 19:22:01 geek500 kernel: [drm] Fence fallback timer
> >expired on ring
> >> > > gfx May 14 19:22:01 geek500 kernel: [drm] Fence fallback timer
> >expired on
> >> > > ring sdma0
> >> > > May 14 19:22:02 geek500 last message buffered 2 times
> >> > > May 14 19:22:03 geek500 kernel: [drm] Fence fallback timer
> >expired on ring
> >> > > gfx May 14 19:22:03 geek500 kernel: [drm] Fence fallback timer
> >expired on
> >> > > ring sdma0
> >> > > May 14 19:22:03 geek500 kernel: [drm] Fence fallback timer
> >expired on ring
> >> > > gfx May 14 19:22:03 geek500 kernel: [drm] Fence fallback timer
> >expired on
> >> > > ring sdma0
> >> > > May 14 19:22:04 geek500 kernel: [drm] Fence fallback timer
> >expired on ring
> >> > > gfx May 14 19:22:04 geek500 kernel: [drm] Fence fallback timer
> >expired on
> >> > > ring sdma0
> >> > > May 14 19:22:04 geek500 kernel: [drm] Fence fallback timer
> >expired on ring
> >> > > gfx May 14 19:22:04 geek500 kernel: [drm] Fence fallback timer
> >expired on
> >> > > ring sdma0
> >> > > May 14 19:22:05 geek500 last message buffered 2 times
> >> > > May 14 19:22:05 geek500 kernel: [drm] Fence fallback timer
> >expired on ring
> >> > > gfx May 14 19:22:06 geek500 kernel: [drm] Fence fallback timer
> >expired on
> >> > > ring sdma0
> >> > > May 14 19:22:06 geek500 kernel: [drm] Fence fallback timer
> >expired on ring
> >> > > gfx May 14 19:22:06 geek500 last message buffered 1 times
> >> > > ...
> >> > > May 14 19:22:18 geek500 kernel: [drm] Fence fallback timer
> >expired on ring
> >> > > sdma0
> >> > > May 14 19:22:18 geek500 kernel:
> >[drm:amdgpu_dm_atomic_commit_tail] *ERROR*
> >> > > Waiting for fences timed out!
> >> > > May 14 19:22:18 geek500 kernel: [drm] Fence fallback timer
> >expired on ring
> >> > > sdma0
> >> > >
> >> > > CC
> >> > >
> >> > > Le samedi 14 mai 2022, 17:12:33 CEST Thorsten Leemhuis a écrit :
> >> > > > Hi, this is your Linux kernel regression tracker. Thanks for
> >the report.
> >> > > >
> >> > > > On 14.05.22 16:41, Christian Casteyde wrote:
> >> > > > > #regzbot introduced v5.17.3..v5.17.4
> >> > > > > #regzbot introduced: 001828fb3084379f3c3e228b905223c50bc237f9
> >> > > >
> >> > > > FWIW, that's commit 887f75cfd0da ("drm/amdgpu: Ensure HDA
> >function is
> >> > > > suspended before ASIC reset") upstream.
> >> > > >
> >> > > > Recently a regression was reported where 887f75cfd0da was
> >suspected as
> >> > > > the culprit:
> >> > > > https://gitlab.freedesktop.org/drm/amd/-/issues/2008
> >> > > >
> >> > > > And a one related to it:
> >> > > > https://gitlab.freedesktop.org/drm/amd/-/issues/1982
> >> > > >
> >> > > > You might want to take a look if what was discussed there might
> >be
> >> > > > related to your problem (I'm not directly involved in any of
> >this, I
> >> > > > don't know the details, it's just that 887f75cfd0da looked
> >familiar to
> >> > > > me). If it is, a fix for these two bugs was committed to master
> >earlier
> >> > > > this week:
> >> > > >
> >> > > >
> >https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commi
> >> > > > t/?i d=a56f445f807b0276
> >> > > >
> >> > > > It will likely be backported to 5.17.y, maybe already in the
> >over-next
> >> > > > release. HTH.
> >> > > >
> >> > > > Ciao, Thorsten (wearing his 'the Linux kernel's regression
> >tracker' hat)
> >> > > >
> >> > > > P.S.: As the Linux kernel's regression tracker I deal with a
> >lot of
> >> > > > reports and sometimes miss something important when writing
> >mails like
> >> > > > this. If that's the case here, don't hesitate to tell me in a
> >public
> >> > > > reply, it's in everyone's interest to set the public record
> >straight.
> >> > > >
> >> > > > > Hello
> >> > > > > Since 5.17.4 my laptop doesn't resume from suspend anymore.
> >At resume,
> >> > > > > symptoms are variable:
> >> > > > > - either the laptop freezes;
> >> > > > > - either the screen keeps blank;
> >> > > > > - either the screen is OK but mouse is frozen;
> >> > > > > - either display lags with several logs in dmesg:
> >> > > > > [  228.275492] [drm] Fence fallback timer expired on ring gfx
> >> > > > > [  228.395466] [drm:amdgpu_dm_atomic_commit_tail] *ERROR*
> >Waiting for
> >> > > > > fences timed out!
> >> > > > > [  228.779490] [drm] Fence fallback timer expired on ring gfx
> >> > > > > [  229.283484] [drm] Fence fallback timer expired on ring
> >sdma0
> >> > > > > [  229.283485] [drm] Fence fallback timer expired on ring gfx
> >> > > > > [  229.787487] [drm] Fence fallback timer expired on ring gfx
> >> > > > > ...
> >> > > > >
> >> > > > > I've bisected the problem.
> >> > > > >
> >> > > > > Please note this laptop has a strange behaviour on suspend:
> >> > > > > The first suspend request always fails (this point has never
> >been
> >> > > > > fixed
> >> > > > > and
> >> > > > > plagues us when trying to diagnose another regression on
> >touchpad not
> >> > > > > resuming in the past). The screen goes blank and I can get it
> >OK when
> >> > > > > pressing the power button, this seems to reset it. After that
> >all
> >> > > > > suspend/resume works OK.
> >> > > > >
> >> > > > > Since 5.17.4, it is not possible anymore to get the laptop
> >working
> >> > > > > again
> >> > > > > after the first suspend failure.
> >> > > > >
> >> > > > > HW : HP Pavilion / Ryzen 4600H with AMD graphics integrated +
> >NVidia
> >> > > > > 1650Ti
> >> > > > > (turned off with ACPI call in order to get more battery, I'm
> >not using
> >> > > > > NVidia driver).
> >>
>

[-- Attachment #2: dmesg-bad.txt --]
[-- Type: text/plain, Size: 81690 bytes --]

[    0.000000] Linux version 5.18.0-rc7 (root@geek500.localdomain) (gcc (GCC) 11.2.0, GNU ld version 2.38-slack151) #23 SMP PREEMPT_DYNAMIC Mon May 16 19:09:22 CEST 2022
[    0.000000] Command line: ro root=/dev/nvme0n1p4
[    0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'compacted' format.
[    0.000000] signal: max sigframe size: 1776
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009ffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000000a0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000009ecffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000009ed0000-0x0000000009ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x000000000a000000-0x000000000a1fffff] usable
[    0.000000] BIOS-e820: [mem 0x000000000a200000-0x000000000a20cfff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000000a20d000-0x00000000a7383fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000a7384000-0x00000000a74d9fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000a74da000-0x00000000a753ffff] ACPI data
[    0.000000] BIOS-e820: [mem 0x00000000a7540000-0x00000000a76eefff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000a76ef000-0x00000000acffdfff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000acffe000-0x00000000adffffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000ae000000-0x00000000afffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000f0000000-0x00000000f7ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fd000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000042f33ffff] usable
[    0.000000] BIOS-e820: [mem 0x000000042f340000-0x00000004701fffff] reserved
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] e820: update [mem 0xa4177018-0xa41a0857] usable ==> usable
[    0.000000] e820: update [mem 0xa4177018-0xa41a0857] usable ==> usable
[    0.000000] e820: update [mem 0xa423a018-0xa4247457] usable ==> usable
[    0.000000] e820: update [mem 0xa423a018-0xa4247457] usable ==> usable
[    0.000000] extended physical RAM map:
[    0.000000] reserve setup_data: [mem 0x0000000000000000-0x000000000009ffff] usable
[    0.000000] reserve setup_data: [mem 0x00000000000a0000-0x00000000000fffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000000100000-0x0000000009ecffff] usable
[    0.000000] reserve setup_data: [mem 0x0000000009ed0000-0x0000000009ffffff] reserved
[    0.000000] reserve setup_data: [mem 0x000000000a000000-0x000000000a1fffff] usable
[    0.000000] reserve setup_data: [mem 0x000000000a200000-0x000000000a20cfff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x000000000a20d000-0x00000000a4177017] usable
[    0.000000] reserve setup_data: [mem 0x00000000a4177018-0x00000000a41a0857] usable
[    0.000000] reserve setup_data: [mem 0x00000000a41a0858-0x00000000a423a017] usable
[    0.000000] reserve setup_data: [mem 0x00000000a423a018-0x00000000a4247457] usable
[    0.000000] reserve setup_data: [mem 0x00000000a4247458-0x00000000a7383fff] usable
[    0.000000] reserve setup_data: [mem 0x00000000a7384000-0x00000000a74d9fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000a74da000-0x00000000a753ffff] ACPI data
[    0.000000] reserve setup_data: [mem 0x00000000a7540000-0x00000000a76eefff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x00000000a76ef000-0x00000000acffdfff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000acffe000-0x00000000adffffff] usable
[    0.000000] reserve setup_data: [mem 0x00000000ae000000-0x00000000afffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000f0000000-0x00000000f7ffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fd000000-0x00000000ffffffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000100000000-0x000000042f33ffff] usable
[    0.000000] reserve setup_data: [mem 0x000000042f340000-0x00000004701fffff] reserved
[    0.000000] efi: EFI v2.70 by American Megatrends
[    0.000000] efi: ACPI=0xa753f000 ACPI 2.0=0xa753f014 TPMFinalLog=0xa76a7000 SMBIOS=0xace1b000 SMBIOS 3.0=0xace1a000 MEMATTR=0xa6019018 ESRT=0xa6621d18 RNG=0xace68f98 TPMEventLog=0xa609a018 
[    0.000000] efi: seeding entropy pool
[    0.000000] SMBIOS 3.2.0 present.
[    0.000000] DMI: HP HP Pavilion Gaming Laptop 15-ec1xxx/87B2, BIOS F.25 08/18/2021
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 2994.384 MHz processor
[    0.000133] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000134] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000138] last_pfn = 0x42f340 max_arch_pfn = 0x400000000
[    0.000244] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.000474] e820: update [mem 0xb0000000-0xffffffff] usable ==> reserved
[    0.000481] last_pfn = 0xae000 max_arch_pfn = 0x400000000
[    0.000491] esrt: Reserving ESRT space from 0x00000000a6621d18 to 0x00000000a6621d50.
[    0.000501] e820: update [mem 0xa6621000-0xa6621fff] usable ==> reserved
[    0.000542] Using GB pages for direct mapping
[    0.001052] Secure boot disabled
[    0.001054] ACPI: Early table checksum verification disabled
[    0.001056] ACPI: RSDP 0x00000000A753F014 000024 (v02 HPQOEM)
[    0.001059] ACPI: XSDT 0x00000000A753E728 0000EC (v01 HPQOEM SLIC-MPC 01072009 AMI  01000013)
[    0.001063] ACPI: FACP 0x00000000A7534000 000114 (v06 HPQOEM SLIC-MPC 01072009 HP   00010013)
[    0.001067] ACPI: DSDT 0x00000000A751F000 0149B8 (v02 HPQOEM 87B2     01072009 ACPI 20120913)
[    0.001069] ACPI: FACS 0x00000000A76A5000 000040
[    0.001071] ACPI: SSDT 0x00000000A7536000 007216 (v02 HPQOEM 87B2     00000002 ACPI 04000000)
[    0.001073] ACPI: IVRS 0x00000000A7535000 0001A4 (v02 HPQOEM 87B2     00000001 HP   00000000)
[    0.001074] ACPI: FIDT 0x00000000A751E000 00009C (v01 HPQOEM 87B2     01072009 HP   00010013)
[    0.001076] ACPI: MCFG 0x00000000A751D000 00003C (v01 HPQOEM 87B2     01072009 HP   00010013)
[    0.001078] ACPI: HPET 0x00000000A751C000 000038 (v01 HPQOEM 87B2     01072009 HP   00000005)
[    0.001080] ACPI: SSDT 0x00000000A751B000 000228 (v01 HPQOEM 87B2     00000001 ACPI 20120913)
[    0.001082] ACPI: VFCT 0x00000000A750D000 00D484 (v01 HPQOEM 87B2     00000001 HP   31504F47)
[    0.001084] ACPI: SSDT 0x00000000A750C000 000050 (v01 HPQOEM 87B2     00000001 ACPI 20120913)
[    0.001085] ACPI: TPM2 0x00000000A750B000 00004C (v04 HPQOEM 87B2     00000001 HP   00000000)
[    0.001087] ACPI: SSDT 0x00000000A7508000 002B80 (v01 HPQOEM 87B2     00000001 ACPI 00000001)
[    0.001089] ACPI: CRAT 0x00000000A7507000 000BA8 (v01 HPQOEM 87B2     00000001 HP   00000001)
[    0.001091] ACPI: CDIT 0x00000000A7506000 000029 (v01 HPQOEM 87B2     00000001 HP   00000001)
[    0.001093] ACPI: SSDT 0x00000000A7505000 000139 (v01 HPQOEM 87B2     00000001 ACPI 20120913)
[    0.001094] ACPI: SSDT 0x00000000A7504000 0000C2 (v01 HPQOEM 87B2     00000001 ACPI 20120913)
[    0.001096] ACPI: SSDT 0x00000000A7503000 000D37 (v01 HPQOEM 87B2     00000001 ACPI 20120913)
[    0.001098] ACPI: SSDT 0x00000000A7501000 0010AC (v01 HPQOEM 87B2     00000001 ACPI 20120913)
[    0.001100] ACPI: SSDT 0x00000000A7500000 000D87 (v01 HPQOEM 87B2     00000001 ACPI 20120913)
[    0.001101] ACPI: SSDT 0x00000000A74FC000 0030C8 (v01 HPQOEM 87B2     00000001 ACPI 20120913)
[    0.001103] ACPI: WSMT 0x00000000A74FB000 000028 (v01 HPQOEM 87B2     01072009 HP   00010013)
[    0.001105] ACPI: APIC 0x00000000A74FA000 0000DE (v03 HPQOEM 87B2     01072009 HP   00010013)
[    0.001107] ACPI: SSDT 0x00000000A74F9000 00007D (v01 HPQOEM 87B2     00000001 ACPI 20120913)
[    0.001109] ACPI: SSDT 0x00000000A74F8000 000517 (v01 HPQOEM 87B2     00000001 ACPI 20120913)
[    0.001110] ACPI: FPDT 0x00000000A74F7000 000044 (v01 HPQOEM 87B2     01072009 HP   01000013)
[    0.001112] ACPI: BGRT 0x00000000A74F6000 000038 (v01 HPQOEM 87B2     01072009 HP   00010013)
[    0.001114] ACPI: Reserving FACP table memory at [mem 0xa7534000-0xa7534113]
[    0.001115] ACPI: Reserving DSDT table memory at [mem 0xa751f000-0xa75339b7]
[    0.001116] ACPI: Reserving FACS table memory at [mem 0xa76a5000-0xa76a503f]
[    0.001117] ACPI: Reserving SSDT table memory at [mem 0xa7536000-0xa753d215]
[    0.001118] ACPI: Reserving IVRS table memory at [mem 0xa7535000-0xa75351a3]
[    0.001118] ACPI: Reserving FIDT table memory at [mem 0xa751e000-0xa751e09b]
[    0.001119] ACPI: Reserving MCFG table memory at [mem 0xa751d000-0xa751d03b]
[    0.001120] ACPI: Reserving HPET table memory at [mem 0xa751c000-0xa751c037]
[    0.001121] ACPI: Reserving SSDT table memory at [mem 0xa751b000-0xa751b227]
[    0.001122] ACPI: Reserving VFCT table memory at [mem 0xa750d000-0xa751a483]
[    0.001123] ACPI: Reserving SSDT table memory at [mem 0xa750c000-0xa750c04f]
[    0.001123] ACPI: Reserving TPM2 table memory at [mem 0xa750b000-0xa750b04b]
[    0.001124] ACPI: Reserving SSDT table memory at [mem 0xa7508000-0xa750ab7f]
[    0.001125] ACPI: Reserving CRAT table memory at [mem 0xa7507000-0xa7507ba7]
[    0.001126] ACPI: Reserving CDIT table memory at [mem 0xa7506000-0xa7506028]
[    0.001127] ACPI: Reserving SSDT table memory at [mem 0xa7505000-0xa7505138]
[    0.001127] ACPI: Reserving SSDT table memory at [mem 0xa7504000-0xa75040c1]
[    0.001128] ACPI: Reserving SSDT table memory at [mem 0xa7503000-0xa7503d36]
[    0.001129] ACPI: Reserving SSDT table memory at [mem 0xa7501000-0xa75020ab]
[    0.001130] ACPI: Reserving SSDT table memory at [mem 0xa7500000-0xa7500d86]
[    0.001131] ACPI: Reserving SSDT table memory at [mem 0xa74fc000-0xa74ff0c7]
[    0.001131] ACPI: Reserving WSMT table memory at [mem 0xa74fb000-0xa74fb027]
[    0.001132] ACPI: Reserving APIC table memory at [mem 0xa74fa000-0xa74fa0dd]
[    0.001133] ACPI: Reserving SSDT table memory at [mem 0xa74f9000-0xa74f907c]
[    0.001134] ACPI: Reserving SSDT table memory at [mem 0xa74f8000-0xa74f8516]
[    0.001135] ACPI: Reserving FPDT table memory at [mem 0xa74f7000-0xa74f7043]
[    0.001135] ACPI: Reserving BGRT table memory at [mem 0xa74f6000-0xa74f6037]
[    0.001159] Zone ranges:
[    0.001159]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.001161]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.001162]   Normal   [mem 0x0000000100000000-0x000000042f33ffff]
[    0.001163] Movable zone start for each node
[    0.001163] Early memory node ranges
[    0.001164]   node   0: [mem 0x0000000000001000-0x000000000009ffff]
[    0.001165]   node   0: [mem 0x0000000000100000-0x0000000009ecffff]
[    0.001166]   node   0: [mem 0x000000000a000000-0x000000000a1fffff]
[    0.001167]   node   0: [mem 0x000000000a20d000-0x00000000a7383fff]
[    0.001168]   node   0: [mem 0x00000000acffe000-0x00000000adffffff]
[    0.001168]   node   0: [mem 0x0000000100000000-0x000000042f33ffff]
[    0.001170] Initmem setup node 0 [mem 0x0000000000001000-0x000000042f33ffff]
[    0.001173] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.001189] On node 0, zone DMA: 96 pages in unavailable ranges
[    0.001323] On node 0, zone DMA32: 304 pages in unavailable ranges
[    0.005496] On node 0, zone DMA32: 13 pages in unavailable ranges
[    0.005731] On node 0, zone DMA32: 23674 pages in unavailable ranges
[    0.027723] On node 0, zone Normal: 8192 pages in unavailable ranges
[    0.027754] On node 0, zone Normal: 3264 pages in unavailable ranges
[    0.028321] ACPI: PM-Timer IO Port: 0x808
[    0.028327] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[    0.028336] IOAPIC[0]: apic_id 13, version 33, address 0xfec00000, GSI 0-23
[    0.028342] IOAPIC[1]: apic_id 14, version 33, address 0xfec01000, GSI 24-55
[    0.028344] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.028346] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
[    0.028348] ACPI: Using ACPI (MADT) for SMP configuration information
[    0.028349] ACPI: HPET id: 0x10228201 base: 0xfed00000
[    0.028362] e820: update [mem 0xa47b1000-0xa47c4fff] usable ==> reserved
[    0.028369] smpboot: Allowing 16 CPUs, 4 hotplug CPUs
[    0.028387] [mem 0xb0000000-0xefffffff] available for PCI devices
[    0.028390] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
[    0.033545] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:16 nr_node_ids:1
[    0.034035] percpu: Embedded 56 pages/cpu s192512 r8192 d28672 u262144
[    0.034041] pcpu-alloc: s192512 r8192 d28672 u262144 alloc=1*2097152
[    0.034043] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15 
[    0.034060] Built 1 zonelists, mobility grouping on.  Total pages: 3964594
[    0.034062] Kernel command line: root=/dev/nvme0n1p4 ro ro root=/dev/nvme0n1p4
[    0.035713] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
[    0.036542] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[    0.036583] mem auto-init: stack:off, heap alloc:off, heap free:off
[    0.072987] Memory: 15650360K/16110752K available (20497K kernel code, 2897K rwdata, 8000K rodata, 1236K init, 3852K bss, 460132K reserved, 0K cma-reserved)
[    0.072996] random: get_random_u64 called from __kmem_cache_create+0x1f/0x4d0 with crng_init=0
[    0.073093] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=16, Nodes=1
[    0.073147] Dynamic Preempt: full
[    0.073180] rcu: Preemptible hierarchical RCU implementation.
[    0.073181] rcu: 	RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=16.
[    0.073182] 	Trampoline variant of Tasks RCU enabled.
[    0.073183] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
[    0.073184] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=16
[    0.074248] NR_IRQS: 16640, nr_irqs: 1096, preallocated irqs: 16
[    0.074472] Console: colour dummy device 80x25
[    0.074644] printk: console [tty0] enabled
[    0.074654] ACPI: Core revision 20211217
[    0.074831] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
[    0.074849] APIC: Switch to symmetric I/O mode setup
[    0.075562] AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR0, rdevid:160
[    0.075565] AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR1, rdevid:160
[    0.075567] AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR2, rdevid:160
[    0.075568] AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR3, rdevid:160
[    0.075812] Switched APIC routing to physical flat.
[    0.076381] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.080850] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x2b298c175b2, max_idle_ns: 440795256279 ns
[    0.080861] Calibrating delay loop (skipped), value calculated using timer frequency.. 5988.76 BogoMIPS (lpj=2994384)
[    0.080864] pid_max: default: 32768 minimum: 301
[    0.082593] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.082622] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.082782] x86/cpu: User Mode Instruction Prevention (UMIP) activated
[    0.082818] LVT offset 1 assigned for vector 0xf9
[    0.082878] LVT offset 2 assigned for vector 0xf4
[    0.082895] Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 512
[    0.082896] Last level dTLB entries: 4KB 2048, 2MB 2048, 4MB 1024, 1GB 0
[    0.082901] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.082903] Spectre V2 : Mitigation: Retpolines
[    0.082904] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.082906] Spectre V2 : Enabling Restricted Speculation for firmware calls
[    0.082908] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.082909] Spectre V2 : User space: Mitigation: STIBP via prctl
[    0.082911] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
[    0.084426] Freeing SMP alternatives memory: 48K
[    0.187192] smpboot: CPU0: AMD Ryzen 5 4600H with Radeon Graphics (family: 0x17, model: 0x60, stepping: 0x1)
[    0.187283] cblist_init_generic: Setting adjustable number of callback queues.
[    0.187287] cblist_init_generic: Setting shift to 4 and lim to 1.
[    0.187297] Performance Events: Fam17h+ core perfctr, AMD PMU driver.
[    0.187303] ... version:                0
[    0.187304] ... bit width:              48
[    0.187305] ... generic registers:      6
[    0.187306] ... value mask:             0000ffffffffffff
[    0.187308] ... max period:             00007fffffffffff
[    0.187309] ... fixed-purpose events:   0
[    0.187310] ... event mask:             000000000000003f
[    0.187361] rcu: Hierarchical SRCU implementation.
[    0.187506] smp: Bringing up secondary CPUs ...
[    0.187560] x86: Booting SMP configuration:
[    0.187562] .... node  #0, CPUs:        #1  #2  #3  #4  #5  #6  #7  #8  #9 #10 #11
[    0.200864] smp: Brought up 1 node, 12 CPUs
[    0.200871] smpboot: Max logical packages: 2
[    0.200873] smpboot: Total of 12 processors activated (71865.21 BogoMIPS)
[    0.201713] devtmpfs: initialized
[    0.201917] ACPI: PM: Registering ACPI NVS region [mem 0x0a200000-0x0a20cfff] (53248 bytes)
[    0.201917] ACPI: PM: Registering ACPI NVS region [mem 0xa7540000-0xa76eefff] (1765376 bytes)
[    0.201917] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[    0.201917] futex hash table entries: 4096 (order: 6, 262144 bytes, linear)
[    0.201949] pinctrl core: initialized pinctrl subsystem
[    0.202030] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.202076] DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations
[    0.202082] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    0.202087] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.202122] thermal_sys: Registered thermal governor 'fair_share'
[    0.202123] thermal_sys: Registered thermal governor 'bang_bang'
[    0.202125] thermal_sys: Registered thermal governor 'step_wise'
[    0.202126] thermal_sys: Registered thermal governor 'user_space'
[    0.202134] cpuidle: using governor ladder
[    0.202138] cpuidle: using governor menu
[    0.202160] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.202160] PCI: MMCONFIG for domain 0000 [bus 00-7f] at [mem 0xf0000000-0xf7ffffff] (base 0xf0000000)
[    0.202160] PCI: MMCONFIG at [mem 0xf0000000-0xf7ffffff] reserved in E820
[    0.202160] PCI: Using configuration type 1 for base access
[    0.204874] cryptd: max_cpu_qlen set to 1000
[    0.204886] ACPI: Added _OSI(Module Device)
[    0.204888] ACPI: Added _OSI(Processor Device)
[    0.204890] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.204891] ACPI: Added _OSI(Processor Aggregator Device)
[    0.204893] ACPI: Added _OSI(Linux-Dell-Video)
[    0.204894] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    0.204895] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[    0.212355] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.GPP1.WLAN], AE_NOT_FOUND (20211217/dswload2-162)
[    0.212361] ACPI Error: AE_NOT_FOUND, During name lookup/catalog (20211217/psobject-220)
[    0.212364] ACPI: Skipping parse of AML opcode: OpcodeName unavailable (0x0010)
[    0.213577] ACPI: 13 ACPI AML tables successfully acquired and loaded
[    0.214383] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    0.215434] ACPI: EC: EC started
[    0.215436] ACPI: EC: interrupt blocked
[    0.545620] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.545626] ACPI: \_SB_.PCI0.SBRG.EC0_: Boot DSDT EC used to handle transactions
[    0.545630] ACPI: Interpreter enabled
[    0.545645] ACPI: PM: (supports S0 S3 S5)
[    0.545648] ACPI: Using IOAPIC for interrupt routing
[    0.545820] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.546136] ACPI: Enabled 5 GPEs in block 00 to 1F
[    0.547563] ACPI: PM: Power Resource [P0S0]
[    0.547588] ACPI: PM: Power Resource [P3S0]
[    0.547659] ACPI: PM: Power Resource [P0S1]
[    0.547682] ACPI: PM: Power Resource [P3S1]
[    0.548302] ACPI: PM: Power Resource [PG00]
[    0.555264] ACPI: PM: Power Resource [PRWL]
[    0.555678] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.555686] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[    0.555690] acpi PNP0A08:00: PCIe port services disabled; not requesting _OSC control
[    0.555760] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[    0.555765] acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-7f] only partially covers this bridge
[    0.555987] PCI host bridge to bus 0000:00
[    0.555991] pci_bus 0000:00: root bus resource [io  0x0000-0x03af window]
[    0.555994] pci_bus 0000:00: root bus resource [io  0x03e0-0x0cf7 window]
[    0.555998] pci_bus 0000:00: root bus resource [io  0x03b0-0x03df window]
[    0.556001] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.556004] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000dffff window]
[    0.556007] pci_bus 0000:00: root bus resource [mem 0xb0000000-0xfebfffff window]
[    0.556011] pci_bus 0000:00: root bus resource [mem 0xfee00000-0xffffffff window]
[    0.556014] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.556028] pci 0000:00:00.0: [1022:1630] type 00 class 0x060000
[    0.556109] pci 0000:00:00.2: [1022:1631] type 00 class 0x080600
[    0.556196] pci 0000:00:01.0: [1022:1632] type 00 class 0x060000
[    0.556259] pci 0000:00:01.1: [1022:1633] type 01 class 0x060400
[    0.556320] pci 0000:00:01.1: PME# supported from D0 D3hot D3cold
[    0.556394] pci 0000:00:01.2: [1022:1634] type 01 class 0x060400
[    0.556419] pci 0000:00:01.2: enabling Extended Tags
[    0.556458] pci 0000:00:01.2: PME# supported from D0 D3hot D3cold
[    0.556530] pci 0000:00:02.0: [1022:1632] type 00 class 0x060000
[    0.556592] pci 0000:00:02.1: [1022:1634] type 01 class 0x060400
[    0.556618] pci 0000:00:02.1: enabling Extended Tags
[    0.556657] pci 0000:00:02.1: PME# supported from D0 D3hot D3cold
[    0.556721] pci 0000:00:02.4: [1022:1634] type 01 class 0x060400
[    0.556746] pci 0000:00:02.4: enabling Extended Tags
[    0.556785] pci 0000:00:02.4: PME# supported from D0 D3hot D3cold
[    0.556856] pci 0000:00:08.0: [1022:1632] type 00 class 0x060000
[    0.556919] pci 0000:00:08.1: [1022:1635] type 01 class 0x060400
[    0.556942] pci 0000:00:08.1: enabling Extended Tags
[    0.556974] pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
[    0.557041] pci 0000:00:08.2: [1022:1635] type 01 class 0x060400
[    0.557065] pci 0000:00:08.2: enabling Extended Tags
[    0.557096] pci 0000:00:08.2: PME# supported from D0 D3hot D3cold
[    0.557178] pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500
[    0.557291] pci 0000:00:14.3: [1022:790e] type 00 class 0x060100
[    0.557412] pci 0000:00:18.0: [1022:1448] type 00 class 0x060000
[    0.557455] pci 0000:00:18.1: [1022:1449] type 00 class 0x060000
[    0.557499] pci 0000:00:18.2: [1022:144a] type 00 class 0x060000
[    0.557542] pci 0000:00:18.3: [1022:144b] type 00 class 0x060000
[    0.557586] pci 0000:00:18.4: [1022:144c] type 00 class 0x060000
[    0.557635] pci 0000:00:18.5: [1022:144d] type 00 class 0x060000
[    0.557678] pci 0000:00:18.6: [1022:144e] type 00 class 0x060000
[    0.557722] pci 0000:00:18.7: [1022:144f] type 00 class 0x060000
[    0.557817] pci 0000:01:00.0: [10de:1f95] type 00 class 0x030000
[    0.557830] pci 0000:01:00.0: reg 0x10: [mem 0xfb000000-0xfbffffff]
[    0.557841] pci 0000:01:00.0: reg 0x14: [mem 0xb0000000-0xbfffffff 64bit pref]
[    0.557853] pci 0000:01:00.0: reg 0x1c: [mem 0xc0000000-0xc1ffffff 64bit pref]
[    0.557863] pci 0000:01:00.0: reg 0x24: [io  0xf000-0xf07f]
[    0.557870] pci 0000:01:00.0: reg 0x30: [mem 0xfc000000-0xfc07ffff pref]
[    0.557929] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
[    0.557977] pci 0000:01:00.0: 63.008 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x8 link at 0000:00:01.1 (capable of 126.016 Gb/s with 8.0 GT/s PCIe x16 link)
[    0.558294] pci 0000:01:00.1: [10de:10fa] type 00 class 0x040300
[    0.558308] pci 0000:01:00.1: reg 0x10: [mem 0xfc080000-0xfc083fff]
[    0.558441] pci 0000:00:01.1: PCI bridge to [bus 01]
[    0.558446] pci 0000:00:01.1:   bridge window [io  0xf000-0xffff]
[    0.558450] pci 0000:00:01.1:   bridge window [mem 0xfb000000-0xfc0fffff]
[    0.558455] pci 0000:00:01.1:   bridge window [mem 0xb0000000-0xc1ffffff 64bit pref]
[    0.558502] pci 0000:02:00.0: [10ec:8168] type 00 class 0x020000
[    0.558518] pci 0000:02:00.0: reg 0x10: [io  0xe000-0xe0ff]
[    0.558538] pci 0000:02:00.0: reg 0x18: [mem 0xfc904000-0xfc904fff 64bit]
[    0.558551] pci 0000:02:00.0: reg 0x20: [mem 0xfc900000-0xfc903fff 64bit]
[    0.558641] pci 0000:02:00.0: supports D1 D2
[    0.558643] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.558765] pci 0000:00:01.2: PCI bridge to [bus 02]
[    0.558770] pci 0000:00:01.2:   bridge window [io  0xe000-0xefff]
[    0.558774] pci 0000:00:01.2:   bridge window [mem 0xfc900000-0xfc9fffff]
[    0.558876] pci 0000:03:00.0: [10ec:c822] type 00 class 0x028000
[    0.558897] pci 0000:03:00.0: reg 0x10: [io  0xd000-0xd0ff]
[    0.558923] pci 0000:03:00.0: reg 0x18: [mem 0xfc800000-0xfc80ffff 64bit]
[    0.559041] pci 0000:03:00.0: supports D1 D2
[    0.559044] pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.559361] pci 0000:00:02.1: PCI bridge to [bus 03]
[    0.559366] pci 0000:00:02.1:   bridge window [io  0xd000-0xdfff]
[    0.559369] pci 0000:00:02.1:   bridge window [mem 0xfc800000-0xfc8fffff]
[    0.559415] pci 0000:04:00.0: [1c5c:1339] type 00 class 0x010802
[    0.559436] pci 0000:04:00.0: reg 0x10: [mem 0xfc700000-0xfc703fff 64bit]
[    0.559550] pci 0000:04:00.0: supports D1
[    0.559552] pci 0000:04:00.0: PME# supported from D0 D1 D3hot
[    0.559879] pci 0000:04:00.0: 16.000 Gb/s available PCIe bandwidth, limited by 5.0 GT/s PCIe x4 link at 0000:00:02.4 (capable of 31.504 Gb/s with 8.0 GT/s PCIe x4 link)
[    0.559937] pci 0000:00:02.4: PCI bridge to [bus 04]
[    0.559943] pci 0000:00:02.4:   bridge window [mem 0xfc700000-0xfc7fffff]
[    0.559989] pci 0000:05:00.0: [1002:1636] type 00 class 0x030000
[    0.560002] pci 0000:05:00.0: reg 0x10: [mem 0xd0000000-0xdfffffff 64bit pref]
[    0.560012] pci 0000:05:00.0: reg 0x18: [mem 0xe0000000-0xe01fffff 64bit pref]
[    0.560020] pci 0000:05:00.0: reg 0x20: [io  0xc000-0xc0ff]
[    0.560027] pci 0000:05:00.0: reg 0x24: [mem 0xfc500000-0xfc57ffff]
[    0.560037] pci 0000:05:00.0: enabling Extended Tags
[    0.560086] pci 0000:05:00.0: PME# supported from D1 D2 D3hot D3cold
[    0.560110] pci 0000:05:00.0: 126.016 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x16 link at 0000:00:08.1 (capable of 252.048 Gb/s with 16.0 GT/s PCIe x16 link)
[    0.560163] pci 0000:05:00.2: [1022:15df] type 00 class 0x108000
[    0.560179] pci 0000:05:00.2: reg 0x18: [mem 0xfc400000-0xfc4fffff]
[    0.560191] pci 0000:05:00.2: reg 0x24: [mem 0xfc5c8000-0xfc5c9fff]
[    0.560200] pci 0000:05:00.2: enabling Extended Tags
[    0.560279] pci 0000:05:00.3: [1022:1639] type 00 class 0x0c0330
[    0.560292] pci 0000:05:00.3: reg 0x10: [mem 0xfc300000-0xfc3fffff 64bit]
[    0.560318] pci 0000:05:00.3: enabling Extended Tags
[    0.560351] pci 0000:05:00.3: PME# supported from D0 D3hot D3cold
[    0.560405] pci 0000:05:00.4: [1022:1639] type 00 class 0x0c0330
[    0.560417] pci 0000:05:00.4: reg 0x10: [mem 0xfc200000-0xfc2fffff 64bit]
[    0.560444] pci 0000:05:00.4: enabling Extended Tags
[    0.560476] pci 0000:05:00.4: PME# supported from D0 D3hot D3cold
[    0.560531] pci 0000:05:00.5: [1022:15e2] type 00 class 0x048000
[    0.560540] pci 0000:05:00.5: reg 0x10: [mem 0xfc580000-0xfc5bffff]
[    0.560565] pci 0000:05:00.5: enabling Extended Tags
[    0.560594] pci 0000:05:00.5: PME# supported from D0 D3hot D3cold
[    0.560647] pci 0000:05:00.6: [1022:15e3] type 00 class 0x040300
[    0.560656] pci 0000:05:00.6: reg 0x10: [mem 0xfc5c0000-0xfc5c7fff]
[    0.560680] pci 0000:05:00.6: enabling Extended Tags
[    0.560709] pci 0000:05:00.6: PME# supported from D0 D3hot D3cold
[    0.560773] pci 0000:00:08.1: PCI bridge to [bus 05]
[    0.560777] pci 0000:00:08.1:   bridge window [io  0xc000-0xcfff]
[    0.560781] pci 0000:00:08.1:   bridge window [mem 0xfc200000-0xfc5fffff]
[    0.560786] pci 0000:00:08.1:   bridge window [mem 0xd0000000-0xe01fffff 64bit pref]
[    0.560822] pci 0000:06:00.0: [1022:7901] type 00 class 0x010601
[    0.560853] pci 0000:06:00.0: reg 0x24: [mem 0xfc601000-0xfc6017ff]
[    0.560867] pci 0000:06:00.0: enabling Extended Tags
[    0.560925] pci 0000:06:00.0: 126.016 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x16 link at 0000:00:08.2 (capable of 252.048 Gb/s with 16.0 GT/s PCIe x16 link)
[    0.560971] pci 0000:06:00.1: [1022:7901] type 00 class 0x010601
[    0.561002] pci 0000:06:00.1: reg 0x24: [mem 0xfc600000-0xfc6007ff]
[    0.561013] pci 0000:06:00.1: enabling Extended Tags
[    0.561095] pci 0000:00:08.2: PCI bridge to [bus 06]
[    0.561101] pci 0000:00:08.2:   bridge window [mem 0xfc600000-0xfc6fffff]
[    0.561128] pci_bus 0000:00: on NUMA node 0
[    0.561624] ACPI: PCI: Interrupt link LNKA configured for IRQ 0
[    0.561667] ACPI: PCI: Interrupt link LNKB configured for IRQ 0
[    0.561703] ACPI: PCI: Interrupt link LNKC configured for IRQ 0
[    0.561747] ACPI: PCI: Interrupt link LNKD configured for IRQ 0
[    0.561786] ACPI: PCI: Interrupt link LNKE configured for IRQ 0
[    0.561819] ACPI: PCI: Interrupt link LNKF configured for IRQ 0
[    0.561852] ACPI: PCI: Interrupt link LNKG configured for IRQ 0
[    0.561886] ACPI: PCI: Interrupt link LNKH configured for IRQ 0
[    0.563069] ACPI: EC: interrupt unblocked
[    0.563073] ACPI: EC: event unblocked
[    0.563079] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.563081] ACPI: EC: GPE=0x3
[    0.563084] ACPI: \_SB_.PCI0.SBRG.EC0_: Boot DSDT EC initialization complete
[    0.563087] ACPI: \_SB_.PCI0.SBRG.EC0_: EC: Used to handle transactions and events
[    0.563139] iommu: Default domain type: Translated 
[    0.563139] iommu: DMA domain TLB invalidation policy: lazy mode 
[    0.563139] SCSI subsystem initialized
[    0.563139] libata version 3.00 loaded.
[    0.563139] ACPI: bus type USB registered
[    0.563139] usbcore: registered new interface driver usbfs
[    0.563139] usbcore: registered new interface driver hub
[    0.563139] usbcore: registered new device driver usb
[    0.565036] mc: Linux media interface: v0.10
[    0.565044] videodev: Linux video capture interface: v2.00
[    0.565089] Registered efivars operations
[    0.565105] Advanced Linux Sound Architecture Driver Initialized.
[    0.565105] Bluetooth: Core ver 2.22
[    0.565105] NET: Registered PF_BLUETOOTH protocol family
[    0.565105] Bluetooth: HCI device and connection manager initialized
[    0.565105] Bluetooth: HCI socket layer initialized
[    0.565105] Bluetooth: L2CAP socket layer initialized
[    0.565105] Bluetooth: SCO socket layer initialized
[    0.565105] PCI: Using ACPI for IRQ routing
[    0.569660] PCI: pci_cache_line_size set to 64 bytes
[    0.570251] Expanded resource Reserved due to conflict with PCI Bus 0000:00
[    0.570254] e820: reserve RAM buffer [mem 0x09ed0000-0x0bffffff]
[    0.570256] e820: reserve RAM buffer [mem 0x0a200000-0x0bffffff]
[    0.570257] e820: reserve RAM buffer [mem 0xa4177018-0xa7ffffff]
[    0.570259] e820: reserve RAM buffer [mem 0xa423a018-0xa7ffffff]
[    0.570260] e820: reserve RAM buffer [mem 0xa47b1000-0xa7ffffff]
[    0.570261] e820: reserve RAM buffer [mem 0xa6621000-0xa7ffffff]
[    0.570262] e820: reserve RAM buffer [mem 0xa7384000-0xa7ffffff]
[    0.570263] e820: reserve RAM buffer [mem 0xae000000-0xafffffff]
[    0.570264] e820: reserve RAM buffer [mem 0x42f340000-0x42fffffff]
[    0.570278] pci 0000:01:00.0: vgaarb: setting as boot VGA device
[    0.570278] pci 0000:01:00.0: vgaarb: bridge control possible
[    0.570278] pci 0000:01:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
[    0.570278] pci 0000:05:00.0: vgaarb: setting as boot VGA device (overriding previous)
[    0.570278] pci 0000:05:00.0: vgaarb: bridge control possible
[    0.570278] pci 0000:05:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
[    0.570278] vgaarb: loaded
[    0.570278] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    0.570278] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
[    0.571921] clocksource: Switched to clocksource tsc-early
[    0.579050] pnp: PnP ACPI init
[    0.579170] system 00:00: [mem 0xf0000000-0xf7ffffff] has been reserved
[    0.579456] system 00:03: [io  0x04d0-0x04d1] has been reserved
[    0.579460] system 00:03: [io  0x040b] has been reserved
[    0.579463] system 00:03: [io  0x04d6] has been reserved
[    0.579466] system 00:03: [io  0x0c00-0x0c01] has been reserved
[    0.579469] system 00:03: [io  0x0c14] has been reserved
[    0.579471] system 00:03: [io  0x0c50-0x0c51] has been reserved
[    0.579474] system 00:03: [io  0x0c52] has been reserved
[    0.579477] system 00:03: [io  0x0c6c] has been reserved
[    0.579480] system 00:03: [io  0x0c6f] has been reserved
[    0.579482] system 00:03: [io  0x0cd0-0x0cd1] has been reserved
[    0.579485] system 00:03: [io  0x0cd2-0x0cd3] has been reserved
[    0.579488] system 00:03: [io  0x0cd4-0x0cd5] has been reserved
[    0.579491] system 00:03: [io  0x0cd6-0x0cd7] has been reserved
[    0.579494] system 00:03: [io  0x0cd8-0x0cdf] has been reserved
[    0.579496] system 00:03: [io  0x0800-0x089f] has been reserved
[    0.579499] system 00:03: [io  0x0b00-0x0b0f] has been reserved
[    0.579502] system 00:03: [io  0x0b20-0x0b3f] has been reserved
[    0.579505] system 00:03: [io  0x0900-0x090f] has been reserved
[    0.579508] system 00:03: [io  0x0910-0x091f] has been reserved
[    0.579511] system 00:03: [mem 0xfec00000-0xfec00fff] could not be reserved
[    0.579515] system 00:03: [mem 0xfec01000-0xfec01fff] could not be reserved
[    0.579518] system 00:03: [mem 0xfedc0000-0xfedc0fff] has been reserved
[    0.579521] system 00:03: [mem 0xfee00000-0xfee00fff] has been reserved
[    0.579524] system 00:03: [mem 0xfed80000-0xfed8ffff] could not be reserved
[    0.579527] system 00:03: [mem 0xfec10000-0xfec10fff] has been reserved
[    0.579530] system 00:03: [mem 0xff000000-0xffffffff] has been reserved
[    0.580182] pnp: PnP ACPI: found 4 devices
[    0.586056] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.586116] NET: Registered PF_INET protocol family
[    0.586341] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    0.588795] tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
[    0.588819] TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    0.588997] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
[    0.589119] TCP: Hash tables configured (established 131072 bind 65536)
[    0.589154] UDP hash table entries: 8192 (order: 6, 262144 bytes, linear)
[    0.589190] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes, linear)
[    0.589254] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    0.589488] pci 0000:00:01.1: PCI bridge to [bus 01]
[    0.589494] pci 0000:00:01.1:   bridge window [io  0xf000-0xffff]
[    0.589500] pci 0000:00:01.1:   bridge window [mem 0xfb000000-0xfc0fffff]
[    0.589505] pci 0000:00:01.1:   bridge window [mem 0xb0000000-0xc1ffffff 64bit pref]
[    0.589511] pci 0000:00:01.2: PCI bridge to [bus 02]
[    0.589514] pci 0000:00:01.2:   bridge window [io  0xe000-0xefff]
[    0.589518] pci 0000:00:01.2:   bridge window [mem 0xfc900000-0xfc9fffff]
[    0.589525] pci 0000:00:02.1: PCI bridge to [bus 03]
[    0.589528] pci 0000:00:02.1:   bridge window [io  0xd000-0xdfff]
[    0.589532] pci 0000:00:02.1:   bridge window [mem 0xfc800000-0xfc8fffff]
[    0.589539] pci 0000:00:02.4: PCI bridge to [bus 04]
[    0.589543] pci 0000:00:02.4:   bridge window [mem 0xfc700000-0xfc7fffff]
[    0.589550] pci 0000:00:08.1: PCI bridge to [bus 05]
[    0.589553] pci 0000:00:08.1:   bridge window [io  0xc000-0xcfff]
[    0.589557] pci 0000:00:08.1:   bridge window [mem 0xfc200000-0xfc5fffff]
[    0.589561] pci 0000:00:08.1:   bridge window [mem 0xd0000000-0xe01fffff 64bit pref]
[    0.589567] pci 0000:00:08.2: PCI bridge to [bus 06]
[    0.589571] pci 0000:00:08.2:   bridge window [mem 0xfc600000-0xfc6fffff]
[    0.589578] pci_bus 0000:00: resource 4 [io  0x0000-0x03af window]
[    0.589581] pci_bus 0000:00: resource 5 [io  0x03e0-0x0cf7 window]
[    0.589584] pci_bus 0000:00: resource 6 [io  0x03b0-0x03df window]
[    0.589587] pci_bus 0000:00: resource 7 [io  0x0d00-0xffff window]
[    0.589590] pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000dffff window]
[    0.589593] pci_bus 0000:00: resource 9 [mem 0xb0000000-0xfebfffff window]
[    0.589596] pci_bus 0000:00: resource 10 [mem 0xfee00000-0xffffffff window]
[    0.589599] pci_bus 0000:01: resource 0 [io  0xf000-0xffff]
[    0.589602] pci_bus 0000:01: resource 1 [mem 0xfb000000-0xfc0fffff]
[    0.589605] pci_bus 0000:01: resource 2 [mem 0xb0000000-0xc1ffffff 64bit pref]
[    0.589609] pci_bus 0000:02: resource 0 [io  0xe000-0xefff]
[    0.589612] pci_bus 0000:02: resource 1 [mem 0xfc900000-0xfc9fffff]
[    0.589614] pci_bus 0000:03: resource 0 [io  0xd000-0xdfff]
[    0.589617] pci_bus 0000:03: resource 1 [mem 0xfc800000-0xfc8fffff]
[    0.589620] pci_bus 0000:04: resource 1 [mem 0xfc700000-0xfc7fffff]
[    0.589623] pci_bus 0000:05: resource 0 [io  0xc000-0xcfff]
[    0.589626] pci_bus 0000:05: resource 1 [mem 0xfc200000-0xfc5fffff]
[    0.589629] pci_bus 0000:05: resource 2 [mem 0xd0000000-0xe01fffff 64bit pref]
[    0.589632] pci_bus 0000:06: resource 1 [mem 0xfc600000-0xfc6fffff]
[    0.589750] pci 0000:01:00.1: D0 power state depends on 0000:01:00.0
[    0.590118] pci 0000:05:00.3: extending delay after power-on from D3hot to 20 msec
[    0.590262] pci 0000:05:00.4: extending delay after power-on from D3hot to 20 msec
[    0.590325] PCI: CLS 64 bytes, default 64
[    0.590336] pci 0000:00:00.2: AMD-Vi: IOMMU performance counters supported
[    0.590373] pci 0000:00:00.2: can't derive routing for PCI INT A
[    0.590377] pci 0000:00:00.2: PCI INT A: not connected
[    0.590401] pci 0000:00:01.0: Adding to iommu group 0
[    0.590412] pci 0000:00:01.1: Adding to iommu group 1
[    0.590421] pci 0000:00:01.2: Adding to iommu group 2
[    0.590434] pci 0000:00:02.0: Adding to iommu group 3
[    0.590446] pci 0000:00:02.1: Adding to iommu group 4
[    0.590455] pci 0000:00:02.4: Adding to iommu group 5
[    0.590472] pci 0000:00:08.0: Adding to iommu group 6
[    0.590481] pci 0000:00:08.1: Adding to iommu group 6
[    0.590490] pci 0000:00:08.2: Adding to iommu group 6
[    0.590504] pci 0000:00:14.0: Adding to iommu group 7
[    0.590513] pci 0000:00:14.3: Adding to iommu group 7
[    0.590543] pci 0000:00:18.0: Adding to iommu group 8
[    0.590552] pci 0000:00:18.1: Adding to iommu group 8
[    0.590561] pci 0000:00:18.2: Adding to iommu group 8
[    0.590570] pci 0000:00:18.3: Adding to iommu group 8
[    0.590584] pci 0000:00:18.4: Adding to iommu group 8
[    0.590593] pci 0000:00:18.5: Adding to iommu group 8
[    0.590601] pci 0000:00:18.6: Adding to iommu group 8
[    0.590611] pci 0000:00:18.7: Adding to iommu group 8
[    0.590626] pci 0000:01:00.0: Adding to iommu group 9
[    0.590637] pci 0000:01:00.1: Adding to iommu group 9
[    0.590647] pci 0000:02:00.0: Adding to iommu group 10
[    0.590659] pci 0000:03:00.0: Adding to iommu group 11
[    0.590669] pci 0000:04:00.0: Adding to iommu group 12
[    0.590679] pci 0000:05:00.0: Adding to iommu group 6
[    0.590684] pci 0000:05:00.2: Adding to iommu group 6
[    0.590689] pci 0000:05:00.3: Adding to iommu group 6
[    0.590694] pci 0000:05:00.4: Adding to iommu group 6
[    0.590700] pci 0000:05:00.5: Adding to iommu group 6
[    0.590705] pci 0000:05:00.6: Adding to iommu group 6
[    0.590710] pci 0000:06:00.0: Adding to iommu group 6
[    0.590716] pci 0000:06:00.1: Adding to iommu group 6
[    0.592197] pci 0000:00:00.2: AMD-Vi: Found IOMMU cap 0x40
[    0.592204] AMD-Vi: Extended features (0x206d73ef22254ade): PPR X2APIC NX GT IA GA PC GA_vAPIC
[    0.592212] AMD-Vi: Interrupt remapping enabled
[    0.592214] AMD-Vi: Virtual APIC enabled
[    0.592216] AMD-Vi: X2APIC enabled
[    0.592312] software IO TLB: tearing down default memory pool
[    0.593318] RAPL PMU: API unit is 2^-32 Joules, 1 fixed counters, 163840 ms ovfl timer
[    0.593325] RAPL PMU: hw unit of domain package 2^-16 Joules
[    0.593329] LVT offset 0 assigned for vector 0x400
[    0.593510] perf: AMD IBS detected (0x000003ff)
[    0.593516] amd_uncore: 4  amd_df counters detected
[    0.593522] amd_uncore: 6  amd_l3 counters detected
[    0.593867] perf/amd_iommu: Detected AMD IOMMU #0 (2 banks, 4 counters/bank).
[    0.594056] SVM: TSC scaling supported
[    0.594058] kvm: Nested Virtualization enabled
[    0.594061] SVM: kvm: Nested Paging enabled
[    0.594069] SVM: Virtual VMLOAD VMSAVE supported
[    0.594071] SVM: Virtual GIF supported
[    0.594073] SVM: LBR virtualization supported
[    0.600874] Initialise system trusted keyrings
[    0.600909] workingset: timestamp_bits=46 max_order=22 bucket_order=0
[    0.602207] fuse: init (API version 7.36)
[    0.602276] SGI XFS with ACLs, security attributes, scrub, repair, no debug enabled
[    0.606950] NET: Registered PF_ALG protocol family
[    0.606955] Key type asymmetric registered
[    0.606957] Asymmetric key parser 'x509' registered
[    0.606967] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
[    0.607020] io scheduler mq-deadline registered
[    0.607023] io scheduler kyber registered
[    0.607030] io scheduler bfq registered
[    0.610387] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    0.662264] ACPI: AC: AC Adapter [ACAD] (off-line)
[    0.662341] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[    0.662371] ACPI: button: Power Button [PWRB]
[    0.662417] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input1
[    0.662441] ACPI: button: Lid Switch [LID]
[    0.662478] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[    0.662527] ACPI: button: Power Button [PWRF]
[    0.662610] ACPI: video: Video Device [VGA] (multi-head: yes  rom: no  post: no)
[    0.662921] acpi device:08: registered as cooling_device0
[    0.662965] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:07/LNXVIDEO:00/input/input3
[    0.663133] Monitor-Mwait will be used to enter C-1 state
[    0.663140] ACPI: \_SB_.PLTF.P000: Found 3 idle states
[    0.663150] ACPI: FW issue: working around C-state latencies out of order
[    0.663340] ACPI: \_SB_.PLTF.P001: Found 3 idle states
[    0.663351] ACPI: FW issue: working around C-state latencies out of order
[    0.663567] ACPI: \_SB_.PLTF.P002: Found 3 idle states
[    0.663576] ACPI: FW issue: working around C-state latencies out of order
[    0.663793] ACPI: \_SB_.PLTF.P003: Found 3 idle states
[    0.663802] ACPI: FW issue: working around C-state latencies out of order
[    0.664007] ACPI: \_SB_.PLTF.P004: Found 3 idle states
[    0.664017] ACPI: FW issue: working around C-state latencies out of order
[    0.664223] ACPI: \_SB_.PLTF.P005: Found 3 idle states
[    0.664234] ACPI: FW issue: working around C-state latencies out of order
[    0.664406] ACPI: \_SB_.PLTF.P006: Found 3 idle states
[    0.664416] ACPI: FW issue: working around C-state latencies out of order
[    0.664559] ACPI: \_SB_.PLTF.P007: Found 3 idle states
[    0.664566] ACPI: FW issue: working around C-state latencies out of order
[    0.664691] ACPI: \_SB_.PLTF.P008: Found 3 idle states
[    0.664698] ACPI: FW issue: working around C-state latencies out of order
[    0.664813] ACPI: \_SB_.PLTF.P009: Found 3 idle states
[    0.664820] ACPI: FW issue: working around C-state latencies out of order
[    0.664892] ACPI: \_SB_.PLTF.P00A: Found 3 idle states
[    0.664898] ACPI: FW issue: working around C-state latencies out of order
[    0.665014] ACPI: \_SB_.PLTF.P00B: Found 3 idle states
[    0.665021] ACPI: FW issue: working around C-state latencies out of order
[    0.666055] ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - \_PR_.P000 (20211217/dspkginit-438)
[    0.666066] ACPI: \_TZ_.THRM: Invalid passive threshold
[    0.666783] thermal LNXTHERM:00: registered as thermal_zone0
[    0.666787] ACPI: thermal: Thermal Zone [THRM] (30 C)
[    0.667774] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    0.668072] Non-volatile memory driver v1.3
[    0.668079] Linux agpgart interface v0.103
[    0.686130] ACPI: battery: Slot [BAT0] (battery present)
[    0.699101] AMD-Vi: AMD IOMMUv2 loaded and initialized
[    0.699210] ACPI: bus type drm_connector registered
[    0.699250] [drm] amdgpu kernel modesetting enabled.
[    0.699271] amdgpu: vga_switcheroo: detected switching method \_SB_.PCI0.GP17.VGA_.ATPX handle
[    0.699755] ATPX version 1, functions 0x00000200
[    0.701778] amdgpu: Virtual CRAT table created for CPU
[    0.701792] amdgpu: Topology: Add CPU node
[    0.701842] amdgpu 0000:05:00.0: vgaarb: deactivate vga console
[    0.701883] amdgpu 0000:05:00.0: enabling device (0006 -> 0007)
[    0.701931] [drm] initializing kernel modesetting (RENOIR 0x1002:0x1636 0x103C:0x87B2 0xC7).
[    0.701936] amdgpu 0000:05:00.0: amdgpu: Trusted Memory Zone (TMZ) feature enabled
[    0.787725] [drm] register mmio base: 0xFC500000
[    0.787737] [drm] register mmio size: 524288
[    0.789281] [drm] add ip block number 0 <soc15_common>
[    0.789286] [drm] add ip block number 1 <gmc_v9_0>
[    0.789290] [drm] add ip block number 2 <vega10_ih>
[    0.789294] [drm] add ip block number 3 <psp>
[    0.789298] [drm] add ip block number 4 <smu>
[    0.789301] [drm] add ip block number 5 <dm>
[    0.789305] [drm] add ip block number 6 <gfx_v9_0>
[    0.789309] [drm] add ip block number 7 <sdma_v4_0>
[    0.789313] [drm] add ip block number 8 <vcn_v2_0>
[    0.789317] [drm] add ip block number 9 <jpeg_v2_0>
[    0.789332] amdgpu 0000:05:00.0: amdgpu: Fetched VBIOS from VFCT
[    0.789338] amdgpu: ATOM BIOS: 113-RENOIR-031
[    0.789353] [drm] VCN decode is enabled in VM mode
[    0.789357] [drm] VCN encode is enabled in VM mode
[    0.789360] [drm] JPEG decode is enabled in VM mode
[    0.789365] amdgpu 0000:05:00.0: amdgpu: PCIE atomic ops is not supported
[    0.789379] amdgpu 0000:05:00.0: amdgpu: MODE2 reset
[    0.789728] [drm] vm size is 262144 GB, 4 levels, block size is 9-bit, fragment size is 9-bit
[    0.789740] amdgpu 0000:05:00.0: amdgpu: VRAM: 512M 0x000000F400000000 - 0x000000F41FFFFFFF (512M used)
[    0.789749] amdgpu 0000:05:00.0: amdgpu: GART: 1024M 0x0000000000000000 - 0x000000003FFFFFFF
[    0.789756] amdgpu 0000:05:00.0: amdgpu: AGP: 267419648M 0x000000F800000000 - 0x0000FFFFFFFFFFFF
[    0.789770] [drm] Detected VRAM RAM=512M, BAR=512M
[    0.789774] [drm] RAM width 128bits DDR4
[    0.789838] [drm] amdgpu: 512M of VRAM memory ready
[    0.789842] [drm] amdgpu: 3072M of GTT memory ready.
[    0.789857] [drm] GART: num cpu pages 262144, num gpu pages 262144
[    0.789996] [drm] PCIE GART of 1024M enabled.
[    0.790001] [drm] PTB located at 0x000000F400900000
[    0.790122] amdgpu 0000:05:00.0: amdgpu: PSP runtime database doesn't exist
[    0.790134] [drm] Loading DMUB firmware via PSP: version=0x0101001F
[    0.790847] [drm] Found VCN firmware Version ENC: 1.17 DEC: 5 VEP: 0 Revision: 2
[    0.790854] amdgpu 0000:05:00.0: amdgpu: Will use PSP to load VCN firmware
[    1.537501] [drm] reserve 0x400000 from 0xf41f800000 for PSP TMR
[    1.623966] amdgpu 0000:05:00.0: amdgpu: RAS: optional ras ta ucode is not available
[    1.633277] amdgpu 0000:05:00.0: amdgpu: RAP: optional rap ta ucode is not available
[    1.633283] amdgpu 0000:05:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[    1.633569] amdgpu 0000:05:00.0: amdgpu: SMU is initialized successfully!
[    1.633774] [drm] Display Core initialized with v3.2.177!
[    1.634321] [drm] DMUB hardware initialized: version=0x0101001F
[    1.642873] tsc: Refined TSC clocksource calibration: 3016.782 MHz
[    1.642888] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2b7c32f6190, max_idle_ns: 440795274335 ns
[    1.643142] clocksource: Switched to clocksource tsc
[    1.839865] [drm] kiq ring mec 2 pipe 1 q 0
[    1.842609] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[    1.842635] [drm] JPEG decode initialized successfully.
[    1.844663] kfd kfd: amdgpu: Allocated 3969056 bytes on gart
[    1.844795] amdgpu: Virtual CRAT table created for GPU
[    1.845331] amdgpu: Topology: Add dGPU node [0x1636:0x1002]
[    1.845335] kfd kfd: amdgpu: added device 1002:1636
[    1.845489] amdgpu 0000:05:00.0: amdgpu: SE 1, SH per SE 1, CU per SH 8, active_cu_number 6
[    1.845604] amdgpu 0000:05:00.0: amdgpu: ring gfx uses VM inv eng 0 on hub 0
[    1.845608] amdgpu 0000:05:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[    1.845612] amdgpu 0000:05:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[    1.845616] amdgpu 0000:05:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[    1.845619] amdgpu 0000:05:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[    1.845623] amdgpu 0000:05:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[    1.845626] amdgpu 0000:05:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[    1.845629] amdgpu 0000:05:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[    1.845633] amdgpu 0000:05:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[    1.845636] amdgpu 0000:05:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[    1.845640] amdgpu 0000:05:00.0: amdgpu: ring sdma0 uses VM inv eng 0 on hub 1
[    1.845643] amdgpu 0000:05:00.0: amdgpu: ring vcn_dec uses VM inv eng 1 on hub 1
[    1.845646] amdgpu 0000:05:00.0: amdgpu: ring vcn_enc0 uses VM inv eng 4 on hub 1
[    1.845650] amdgpu 0000:05:00.0: amdgpu: ring vcn_enc1 uses VM inv eng 5 on hub 1
[    1.845653] amdgpu 0000:05:00.0: amdgpu: ring jpeg_dec uses VM inv eng 6 on hub 1
[    1.846771] [drm] Initialized amdgpu 3.46.0 20150101 for 0000:05:00.0 on minor 0
[    1.851906] fbcon: amdgpudrmfb (fb0) is primary device
[    1.851971] [drm] DSC precompute is not needed.
[    1.924417] Console: switching to colour frame buffer device 240x67
[    1.941404] amdgpu 0000:05:00.0: [drm] fb0: amdgpudrmfb frame buffer device
[    1.941545] usbcore: registered new interface driver udl
[    1.943833] brd: module loaded
[    1.945051] loop: module loaded
[    1.945265] nvme 0000:04:00.0: platform quirk: setting simple suspend
[    1.945313] nvme nvme0: pci function 0000:04:00.0
[    1.945372] ahci 0000:06:00.0: version 3.0
[    1.945528] ahci 0000:06:00.0: AHCI 0001.0301 32 slots 1 ports 6 Gbps 0x1 impl SATA mode
[    1.945557] ahci 0000:06:00.0: flags: 64bit ncq sntf ilck pm led clo only pmp fbs pio slum part 
[    1.945733] scsi host0: ahci
[    1.945791] ata1: SATA max UDMA/133 abar m2048@0xfc601000 port 0xfc601100 irq 29
[    1.945930] ahci 0000:06:00.1: AHCI 0001.0301 32 slots 1 ports 6 Gbps 0x1 impl SATA mode
[    1.945957] ahci 0000:06:00.1: flags: 64bit ncq sntf ilck pm led clo only pmp fbs pio slum part 
[    1.946087] scsi host1: ahci
[    1.946128] ata2: SATA max UDMA/133 abar m2048@0xfc600000 port 0xfc600100 irq 33
[    1.946278] tun: Universal TUN/TAP device driver, 1.6
[    1.946342] r8169 0000:02:00.0: enabling device (0000 -> 0003)
[    1.946410] r8169 0000:02:00.0: can't disable ASPM; OS doesn't have ASPM control
[    1.950421] nvme nvme0: missing or invalid SUBNQN field.
[    1.953773] r8169 0000:02:00.0 eth0: RTL8168h/8111h, 30:24:a9:7d:03:0f, XID 541, IRQ 51
[    1.953829] r8169 0000:02:00.0 eth0: jumbo features [frames: 9194 bytes, tx checksumming: ko]
[    1.954302] rtw_8822ce 0000:03:00.0: enabling device (0000 -> 0003)
[    1.955709] nvme nvme0: 16/0/0 default/read/poll queues
[    1.958634]  nvme0n1: p1 p2 p3 p4 p5 p6 p7
[    1.959078] rtw_8822ce 0000:03:00.0: Firmware version 9.9.11, H2C version 15
[    1.959098] rtw_8822ce 0000:03:00.0: Firmware version 9.9.4, H2C version 15
[    1.982793] usbcore: registered new interface driver cdc_ether
[    1.982824] usbcore: registered new interface driver cdc_eem
[    1.982848] usbcore: registered new interface driver cdc_ncm
[    1.983056] xhci_hcd 0000:05:00.3: xHCI Host Controller
[    1.983165] xhci_hcd 0000:05:00.3: new USB bus registered, assigned bus number 1
[    1.983269] xhci_hcd 0000:05:00.3: hcc params 0x0268ffe5 hci version 0x110 quirks 0x0000020000000410
[    1.983558] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.18
[    1.983585] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.983606] usb usb1: Product: xHCI Host Controller
[    1.983621] usb usb1: Manufacturer: Linux 5.18.0-rc7 xhci-hcd
[    1.984945] usb usb1: SerialNumber: 0000:05:00.3
[    1.986360] hub 1-0:1.0: USB hub found
[    1.987108] hub 1-0:1.0: 4 ports detected
[    1.988558] xhci_hcd 0000:05:00.3: xHCI Host Controller
[    1.989860] xhci_hcd 0000:05:00.3: new USB bus registered, assigned bus number 2
[    1.990865] xhci_hcd 0000:05:00.3: Host supports USB 3.1 Enhanced SuperSpeed
[    1.991904] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[    1.992932] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.18
[    1.994017] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.994989] usb usb2: Product: xHCI Host Controller
[    1.995653] usb usb2: Manufacturer: Linux 5.18.0-rc7 xhci-hcd
[    1.996185] usb usb2: SerialNumber: 0000:05:00.3
[    1.997054] hub 2-0:1.0: USB hub found
[    1.998167] hub 2-0:1.0: 2 ports detected
[    1.999670] xhci_hcd 0000:05:00.4: xHCI Host Controller
[    2.000719] xhci_hcd 0000:05:00.4: new USB bus registered, assigned bus number 3
[    2.001802] xhci_hcd 0000:05:00.4: hcc params 0x0268ffe5 hci version 0x110 quirks 0x0000020000000410
[    2.002809] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.18
[    2.003638] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.004227] usb usb3: Product: xHCI Host Controller
[    2.004744] usb usb3: Manufacturer: Linux 5.18.0-rc7 xhci-hcd
[    2.005244] usb usb3: SerialNumber: 0000:05:00.4
[    2.006082] hub 3-0:1.0: USB hub found
[    2.007082] hub 3-0:1.0: 4 ports detected
[    2.008679] xhci_hcd 0000:05:00.4: xHCI Host Controller
[    2.009345] xhci_hcd 0000:05:00.4: new USB bus registered, assigned bus number 4
[    2.010648] xhci_hcd 0000:05:00.4: Host supports USB 3.1 Enhanced SuperSpeed
[    2.011596] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[    2.012832] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.18
[    2.014172] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.015230] usb usb4: Product: xHCI Host Controller
[    2.016545] usb usb4: Manufacturer: Linux 5.18.0-rc7 xhci-hcd
[    2.017226] usb usb4: SerialNumber: 0000:05:00.4
[    2.018125] hub 4-0:1.0: USB hub found
[    2.019270] hub 4-0:1.0: 2 ports detected
[    2.020722] usb: port power management may be unreliable
[    2.021771] usbcore: registered new interface driver usblp
[    2.022714] usbcore: registered new interface driver cdc_wdm
[    2.023657] usbcore: registered new interface driver uas
[    2.024299] usbcore: registered new interface driver usb-storage
[    2.025353] usbcore: registered new interface driver emi26 - firmware loader
[    2.026235] usbcore: registered new interface driver emi62 - firmware loader
[    2.027262] i8042: PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1
[    2.028133] i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
[    2.029965] serio: i8042 KBD port at 0x60,0x64 irq 1
[    2.031176] mousedev: PS/2 mouse device common for all mice
[    2.032903] rtc_cmos 00:01: RTC can wake from S4
[    2.034581] rtc_cmos 00:01: registered as rtc0
[    2.035138] rtc_cmos 00:01: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[    2.035600] i2c_dev: i2c /dev entries driver
[    2.036194] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
[    2.037212] piix4_smbus 0000:00:14.0: Using register 0x02 for SMBus port selection
[    2.038298] piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at 0xb20
[    2.039279] usbcore: registered new interface driver uvcvideo
[    2.040399] usbcore: registered new interface driver btusb
[    2.041296] EFI Variables Facility v0.08 2004-May-17
[    2.047760] pstore: Registered efi as persistent store backend
[    2.048438] ccp 0000:05:00.2: enabling device (0000 -> 0002)
[    2.059773] ccp 0000:05:00.2: tee enabled
[    2.060696] ccp 0000:05:00.2: psp enabled
[    2.062004] hid: raw HID events driver (C) Jiri Kosina
[    2.062845] usbcore: registered new interface driver usbhid
[    2.063849] usbhid: USB HID core driver
[    2.064876] hp_accel: laptop model unknown, using default axes configuration
[    2.088583] lis3lv02d: 8 bits 3DC sensor found
[    2.111469] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input4
[    2.118918] input: ST LIS3LV02DL Accelerometer as /devices/platform/lis3lv02d/input/input5
[    2.120392] ACPI BIOS Error (bug): AE_AML_BUFFER_LIMIT, Field [D008] at bit offset/length 128/8 exceeds size of target Buffer (128 bits) (20211217/dsopcode-198)
[    2.121456] ACPI Error: Aborting method \HWMC due to previous error (AE_AML_BUFFER_LIMIT) (20211217/psparse-529)
[    2.122361] ACPI Error: Aborting method \_SB.WMID.WMAA due to previous error (AE_AML_BUFFER_LIMIT) (20211217/psparse-529)
[    2.122980] ACPI BIOS Error (bug): AE_AML_BUFFER_LIMIT, Field [D008] at bit offset/length 128/8 exceeds size of target Buffer (128 bits) (20211217/dsopcode-198)
[    2.123485] ACPI Error: Aborting method \HWMC due to previous error (AE_AML_BUFFER_LIMIT) (20211217/psparse-529)
[    2.123996] ACPI Error: Aborting method \_SB.WMID.WMAA due to previous error (AE_AML_BUFFER_LIMIT) (20211217/psparse-529)
[    2.124538] input: HP WMI hotkeys as /devices/virtual/input/input6
[    2.125388] ACPI BIOS Error (bug): AE_AML_BUFFER_LIMIT, Field [D008] at bit offset/length 128/8 exceeds size of target Buffer (128 bits) (20211217/dsopcode-198)
[    2.126409] ACPI Error: Aborting method \HWMC due to previous error (AE_AML_BUFFER_LIMIT) (20211217/psparse-529)
[    2.127603] ACPI Error: Aborting method \_SB.WMID.WMAA due to previous error (AE_AML_BUFFER_LIMIT) (20211217/psparse-529)
[    2.128353] ACPI BIOS Error (bug): AE_AML_BUFFER_LIMIT, Field [D008] at bit offset/length 128/8 exceeds size of target Buffer (128 bits) (20211217/dsopcode-198)
[    2.129619] ACPI Error: Aborting method \HWMC due to previous error (AE_AML_BUFFER_LIMIT) (20211217/psparse-529)
[    2.129739] random: fast init done
[    2.130743] ACPI Error: Aborting method \_SB.WMID.WMAA due to previous error (AE_AML_BUFFER_LIMIT) (20211217/psparse-529)
[    2.130778] ACPI BIOS Error (bug): AE_AML_BUFFER_LIMIT, Field [D009] at bit offset/length 136/8 exceeds size of target Buffer (136 bits) (20211217/dsopcode-198)
[    2.133922] ACPI Error: Aborting method \HWMC due to previous error (AE_AML_BUFFER_LIMIT) (20211217/psparse-529)
[    2.134827] ACPI Error: Aborting method \_SB.WMID.WMAA due to previous error (AE_AML_BUFFER_LIMIT) (20211217/psparse-529)
[    2.135860] ACPI BIOS Error (bug): AE_AML_BUFFER_LIMIT, Field [D009] at bit offset/length 136/8 exceeds size of target Buffer (136 bits) (20211217/dsopcode-198)
[    2.136899] ACPI Error: Aborting method \HWMC due to previous error (AE_AML_BUFFER_LIMIT) (20211217/psparse-529)
[    2.137976] ACPI Error: Aborting method \_SB.WMID.WMAA due to previous error (AE_AML_BUFFER_LIMIT) (20211217/psparse-529)
[    2.139012] ACPI BIOS Error (bug): AE_AML_BUFFER_LIMIT, Field [D008] at bit offset/length 128/8 exceeds size of target Buffer (128 bits) (20211217/dsopcode-198)
[    2.140088] ACPI Error: Aborting method \HWMC due to previous error (AE_AML_BUFFER_LIMIT) (20211217/psparse-529)
[    2.141205] ACPI Error: Aborting method \_SB.WMID.WMAA due to previous error (AE_AML_BUFFER_LIMIT) (20211217/psparse-529)
[    2.143345] snd_hda_intel 0000:01:00.1: enabling device (0000 -> 0002)
[    2.144320] snd_hda_intel 0000:01:00.1: Disabling MSI
[    2.145096] snd_hda_intel 0000:01:00.1: Handle vga_switcheroo audio client
[    2.145880] snd_hda_intel 0000:05:00.6: enabling device (0000 -> 0002)
[    2.146687] usbcore: registered new interface driver snd-usb-audio
[    2.147441] NET: Registered PF_LLC protocol family
[    2.149178] Initializing XFRM netlink socket
[    2.150753] NET: Registered PF_INET6 protocol family
[    2.152297] Segment Routing with IPv6
[    2.153898] In-situ OAM (IOAM) with IPv6
[    2.155554] input: ELAN0718:00 04F3:30FD Mouse as /devices/platform/AMDI0010:03/i2c-0/i2c-ELAN0718:00/0018:04F3:30FD.0001/input/input7
[    2.155792] mip6: Mobile IPv6
[    2.156810] input: ELAN0718:00 04F3:30FD Touchpad as /devices/platform/AMDI0010:03/i2c-0/i2c-ELAN0718:00/0018:04F3:30FD.0001/input/input9
[    2.158021] NET: Registered PF_PACKET protocol family
[    2.159196] hid-multitouch 0018:04F3:30FD.0001: input,hidraw0: I2C HID v1.00 Mouse [ELAN0718:00 04F3:30FD] on i2c-ELAN0718:00
[    2.160606] NET: Registered PF_KEY protocol family
[    2.161116] snd_hda_codec_realtek hdaudioC2D0: autoconfig for ALC285: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
[    2.161120] snd_hda_codec_realtek hdaudioC2D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[    2.161122] snd_hda_codec_realtek hdaudioC2D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
[    2.161123] snd_hda_codec_realtek hdaudioC2D0:    mono: mono_out=0x0
[    2.161125] snd_hda_codec_realtek hdaudioC2D0:    inputs:
[    2.161125] snd_hda_codec_realtek hdaudioC2D0:      Mic=0x19
[    2.161127] snd_hda_codec_realtek hdaudioC2D0:      Internal Mic=0x12
[    2.162056] input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.1/0000:01:00.1/sound/card1/input10
[    2.162898] Bluetooth: RFCOMM TTY layer initialized
[    2.163863] input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.1/0000:01:00.1/sound/card1/input11
[    2.164710] Bluetooth: RFCOMM socket layer initialized
[    2.165710] input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.1/0000:01:00.1/sound/card1/input12
[    2.166536] Bluetooth: RFCOMM ver 1.11
[    2.168903] input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:01.1/0000:01:00.1/sound/card1/input13
[    2.169679] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[    2.177870] Bluetooth: BNEP filters: protocol multicast
[    2.179331] Bluetooth: BNEP socket layer initialized
[    2.180830] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
[    2.182836] Bluetooth: HIDP socket layer initialized
[    2.183942] l2tp_core: L2TP core driver, V2.0
[    2.185461] l2tp_ip: L2TP IP encapsulation support (L2TPv3)
[    2.186882] l2tp_netlink: L2TP netlink interface
[    2.188645] l2tp_eth: L2TP ethernet pseudowire support (L2TPv3)
[    2.189740] l2tp_ip6: L2TP IP encapsulation support for IPv6 (L2TPv3)
[    2.191171] 8021q: 802.1Q VLAN Support v1.8
[    2.193046] NET: Registered PF_RDS protocol family
[    2.194518] Registered RDS/tcp transport
[    2.196708] microcode: CPU0: patch_level=0x08600106
[    2.197710] microcode: CPU1: patch_level=0x08600106
[    2.199398] microcode: CPU2: patch_level=0x08600106
[    2.200638] microcode: CPU3: patch_level=0x08600106
[    2.202053] microcode: CPU4: patch_level=0x08600106
[    2.203449] microcode: CPU5: patch_level=0x08600106
[    2.204754] microcode: CPU6: patch_level=0x08600106
[    2.205724] microcode: CPU7: patch_level=0x08600106
[    2.206940] microcode: CPU8: patch_level=0x08600106
[    2.208202] microcode: CPU9: patch_level=0x08600106
[    2.209582] microcode: CPU10: patch_level=0x08600106
[    2.210758] microcode: CPU11: patch_level=0x08600106
[    2.211849] microcode: Microcode Update Driver: v2.2.
[    2.211855] IPI shorthand broadcast: enabled
[    2.213526] AVX2 version of gcm_enc/dec engaged.
[    2.214463] AES CTR mode by8 optimization enabled
[    2.215728] sched_clock: Marking stable (2214294966, 1422032)->(2232010545, -16293547)
[    2.216989] registered taskstats version 1
[    2.217862] Loading compiled-in X.509 certificates
[    2.219004] Key type ._fscrypt registered
[    2.219906] Key type .fscrypt registered
[    2.220931] Key type fscrypt-provisioning registered
[    2.228875] usb 1-4: new full-speed USB device number 2 using xhci_hcd
[    2.247865] usb 3-3: new high-speed USB device number 2 using xhci_hcd
[    2.256594] ata1: SATA link down (SStatus 0 SControl 300)
[    2.377150] usb 1-4: New USB device found, idVendor=0bda, idProduct=b00c, bcdDevice= 0.00
[    2.378089] usb 1-4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    2.378939] usb 1-4: Product: Bluetooth Radio
[    2.379762] usb 1-4: Manufacturer: Realtek
[    2.380388] usb 1-4: SerialNumber: 00e04c000001
[    2.393105] Bluetooth: hci0: RTL: examining hci_ver=0a hci_rev=000c lmp_ver=0a lmp_subver=8822
[    2.394991] Bluetooth: hci0: RTL: rom_version status=0 version=3
[    2.395603] Bluetooth: hci0: RTL: loading rtl_bt/rtl8822cu_fw.bin
[    2.395998] usb 3-3: New USB device found, idVendor=30c9, idProduct=0013, bcdDevice= 0.01
[    2.396061] Bluetooth: hci0: RTL: loading rtl_bt/rtl8822cu_config.bin
[    2.396914] usb 3-3: New USB device strings: Mfr=3, Product=1, SerialNumber=2
[    2.397494] bluetooth hci0: Direct firmware load for rtl_bt/rtl8822cu_config.bin failed with error -2
[    2.398323] usb 3-3: Product: HP TrueVision HD Camera
[    2.398924] Bluetooth: hci0: RTL: cfg_sz -2, total sz 35080
[    2.399516] usb 3-3: Manufacturer: DJKCVA19IECCI0
[    2.400890] usb 3-3: SerialNumber: 0001
[    2.410781] usb 3-3: Found UVC 1.00 device HP TrueVision HD Camera (30c9:0013)
[    2.410879] ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    2.416452] ata2.00: ATA-9: SanDisk Ultra II 960GB, X41100RL, max UDMA/133
[    2.417307] ata2.00: 1875385008 sectors, multi 1: LBA48 NCQ (depth 32), AA
[    2.419772] ata2.00: configured for UDMA/133
[    2.420739] scsi 1:0:0:0: Direct-Access     ATA      SanDisk Ultra II 00RL PQ: 0 ANSI: 5
[    2.420753] input: HP TrueVision HD Camera: HP Tru as /devices/pci0000:00/0000:00:08.1/0000:05:00.4/usb3/3-3/3-3:1.0/input/input14
[    2.421879] sd 1:0:0:0: Attached scsi generic sg0 type 0
[    2.421985] sd 1:0:0:0: [sda] 1875385008 512-byte logical blocks: (960 GB/894 GiB)
[    2.421993] sd 1:0:0:0: [sda] Write Protect is off
[    2.421997] sd 1:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    2.422010] sd 1:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.422566]  sda: sda1 sda2 sda3
[    2.422732] sd 1:0:0:0: [sda] Attached SCSI disk
[    2.578173] acpi_cpufreq: overriding BIOS provided _PSD data
[    2.579969] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[    2.586864] clocksource: timekeeping watchdog on CPU4: Marking clocksource 'tsc' as unstable because the skew is too large:
[    2.587813] clocksource:                       'hpet' wd_nsec: 507771169 wd_now: 2283c15 wd_last: 1b94c3e mask: ffffffff
[    2.588661] clocksource:                       'tsc' cs_nsec: 503999287 cs_now: 4dbfbed36 cs_last: 4815b9b92 mask: ffffffffffffffff
[    2.589280] clocksource:                       'tsc' is current clocksource.
[    2.589757] tsc: Marking TSC unstable due to clocksource watchdog
[    2.590808] TSC found unstable after boot, most likely due to broken BIOS. Use 'tsc=unstable'.
[    2.591421] sched_clock: Marking unstable (2589385966, 1422032)<-(2607101586, -16293547)
[    2.592700] clocksource: Checking clocksource tsc synchronization from CPU 3 to CPUs 0,4,10.
[    2.594446] clocksource: Switched to clocksource hpet
[    2.611984] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[    2.613035] Unstable clock detected, switching default tracing clock to "global"
               If you want to keep using the local clock, then add:
                 "trace_clock=local"
               on the kernel command line
[    2.617553] ALSA device list:
[    2.618640]   #0: Loopback 1
[    2.619593]   #1: HDA NVidia at 0xfc080000 irq 74
[    2.704719] Bluetooth: hci0: RTL: fw version 0x19b76d7d
[    2.830812] input: HD-Audio Generic Mic as /devices/pci0000:00/0000:00:08.1/0000:05:00.6/sound/card2/input15
[    2.832470] input: HD-Audio Generic Headphone as /devices/pci0000:00/0000:00:08.1/0000:05:00.6/sound/card2/input16
[    2.836339] EXT4-fs (nvme0n1p4): mounted filesystem with ordered data mode. Quota mode: disabled.
[    2.837487] VFS: Mounted root (ext4 filesystem) readonly on device 259:4.
[    2.839014] devtmpfs: mounted
[    2.841171] Freeing unused decrypted memory: 2044K
[    2.842560] Freeing unused kernel image (initmem) memory: 1236K
[    2.844888] Write protecting the kernel read-only data: 30720k
[    2.846526] Freeing unused kernel image (text/rodata gap) memory: 2028K
[    2.847766] Freeing unused kernel image (rodata/data gap) memory: 192K
[    2.848791] Run /sbin/init as init process
[    2.849786]   with arguments:
[    2.849787]     /sbin/init
[    2.849788]   with environment:
[    2.849789]     HOME=/
[    2.849790]     TERM=linux
[    3.395873] random: crng init done
[    3.421922] udevd[328]: starting eudev-3.2.11
[    4.066069] Adding 1048572k swap on /dev/nvme0n1p3.  Priority:-2 extents:1 across:1048572k SS
[    4.283648] EXT4-fs (nvme0n1p4): re-mounted. Quota mode: disabled.
[    4.341788] FAT-fs (nvme0n1p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[    4.355811] EXT4-fs (sda3): mounted filesystem with ordered data mode. Quota mode: disabled.
[   13.485936] wlan0: authenticate with 24:4b:fe:be:28:28
[   13.485955] wlan0: bad VHT capabilities, disabling VHT
[   13.856773] wlan0: send auth to 24:4b:fe:be:28:28 (try 1/3)
[   13.860139] wlan0: authenticated
[   13.861909] wlan0: associate with 24:4b:fe:be:28:28 (try 1/3)
[   13.866672] wlan0: RX AssocResp from 24:4b:fe:be:28:28 (capab=0x1411 status=0 aid=7)
[   13.866958] wlan0: associated
[   13.887326] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[   14.865065] wlan0: deauthenticating from 24:4b:fe:be:28:28 by local choice (Reason: 3=DEAUTH_LEAVING)
[   21.890981] wlan0: authenticate with 24:4b:fe:be:28:28
[   21.890996] wlan0: bad VHT capabilities, disabling VHT
[   22.161305] wlan0: send auth to 24:4b:fe:be:28:28 (try 1/3)
[   22.164727] wlan0: authenticated
[   22.165886] wlan0: associate with 24:4b:fe:be:28:28 (try 1/3)
[   22.171218] wlan0: RX AssocResp from 24:4b:fe:be:28:28 (capab=0x1411 status=0 aid=7)
[   22.171531] wlan0: associated
[   22.184525] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[   29.380971] amdgpu 0000:05:00.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=none:owns=none
[   51.381963] atkbd serio0: Unknown key pressed (translated set 2, code 0xd8 on isa0060/serio0).
[   51.381973] atkbd serio0: Use 'setkeycodes e058 <keycode>' to make it known.
[   51.389979] atkbd serio0: Unknown key released (translated set 2, code 0xd8 on isa0060/serio0).
[   51.389986] atkbd serio0: Use 'setkeycodes e058 <keycode>' to make it known.
[   51.927794] PM: suspend entry (deep)
[   51.947403] Filesystems sync: 0.019 seconds
[   51.947533] Freezing user space processes ... (elapsed 0.001 seconds) done.
[   51.949538] OOM killer disabled.
[   51.949540] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
[   51.950731] printk: Suspending console(s) (use no_console_suspend to debug)
[   51.962388] sd 1:0:0:0: [sda] Synchronizing SCSI cache
[   51.963002] wlan0: deauthenticating from 24:4b:fe:be:28:28 by local choice (Reason: 3=DEAUTH_LEAVING)
[   51.964200] sd 1:0:0:0: [sda] Stopping disk
[   52.062089] [drm] free PSP TMR buffer
[   52.215792] PM: late suspend of devices failed
[   52.216240] [drm] PCIE GART of 1024M enabled.
[   52.216245] [drm] PTB located at 0x000000F400900000
[   52.216267] [drm] PSP is resuming...
[   52.216483] pci 0000:00:00.2: can't derive routing for PCI INT A
[   52.216488] pci 0000:00:00.2: PCI INT A: no GSI
[   52.217091] sd 1:0:0:0: [sda] Starting disk
[   52.226040] nvme nvme0: 16/0/0 default/read/poll queues
[   52.236312] [drm] reserve 0x400000 from 0xf41f800000 for PSP TMR
[   52.520421] usb 1-4: reset full-speed USB device number 2 using xhci_hcd
[   52.523376] ata1: SATA link down (SStatus 0 SControl 300)
[   52.530877] amdgpu 0000:05:00.0: amdgpu: RAS: optional ras ta ucode is not available
[   52.541656] amdgpu 0000:05:00.0: amdgpu: RAP: optional rap ta ucode is not available
[   52.541659] amdgpu 0000:05:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[   52.541663] amdgpu 0000:05:00.0: amdgpu: SMU is resuming...
[   52.541837] amdgpu 0000:05:00.0: amdgpu: dpm has been disabled
[   52.542865] amdgpu 0000:05:00.0: amdgpu: SMU is resumed successfully!
[   52.543643] [drm] DMUB hardware initialized: version=0x0101001F
[   52.683003] ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[   52.685570] ata2.00: configured for UDMA/133
[   53.005571] [drm] kiq ring mec 2 pipe 1 q 0
[   53.269398] amdgpu 0000:05:00.0: [drm:amdgpu_ring_test_helper] *ERROR* ring gfx test failed (-110)
[   53.269412] [drm:amdgpu_device_ip_resume_phase2] *ERROR* resume of IP block <gfx_v9_0> failed -110
[   53.269419] amdgpu 0000:05:00.0: amdgpu: amdgpu_device_ip_resume failed (-110).
[   53.269422] amdgpu 0000:05:00.0: PM: dpm_run_callback(): pci_pm_resume+0x0/0x120 returns -110
[   53.269433] amdgpu 0000:05:00.0: PM: failed to resume async: error -110
[   53.270901] OOM killer enabled.
[   53.270904] Restarting tasks ... 
[   53.272146] Bluetooth: hci0: RTL: examining hci_ver=0a hci_rev=000c lmp_ver=0a lmp_subver=8822
[   53.272518] done.
[   53.274131] Bluetooth: hci0: RTL: rom_version status=0 version=3
[   53.274139] Bluetooth: hci0: RTL: loading rtl_bt/rtl8822cu_fw.bin
[   53.274166] Bluetooth: hci0: RTL: loading rtl_bt/rtl8822cu_config.bin
[   53.280397] Bluetooth: hci0: RTL: cfg_sz 6, total sz 35086
[   53.281395] amdgpu 0000:05:00.0: amdgpu: couldn't schedule ib on ring <gfx>
[   53.281400] [drm:amdgpu_job_run] *ERROR* Error scheduling IBs (-22)
[   53.281922] amdgpu 0000:05:00.0: amdgpu: couldn't schedule ib on ring <gfx>
[   53.281924] [drm:amdgpu_job_run] *ERROR* Error scheduling IBs (-22)
[   53.400540] PM: suspend exit
[   53.400614] PM: suspend entry (s2idle)
[   53.404354] Filesystems sync: 0.003 seconds
[   53.404543] Freezing user space processes ... (elapsed 0.174 seconds) done.
[   53.579119] OOM killer disabled.
[   53.579121] Freezing remaining freezable tasks ... (elapsed 0.000 seconds) done.
[   53.579956] printk: Suspending console(s) (use no_console_suspend to debug)
[   53.580021] amdgpu 0000:05:00.0: amdgpu: Power consumption will be higher as BIOS has not been configured for suspend-to-idle.
               To use suspend-to-idle change the sleep mode in BIOS setup.
[   53.586933] sd 1:0:0:0: [sda] Synchronizing SCSI cache
[   53.589098] sd 1:0:0:0: [sda] Stopping disk
[   53.680097] [drm] free PSP TMR buffer
[   53.753874] ACPI: EC: interrupt blocked
[   53.753988] amdgpu 0000:05:00.0: amdgpu: MODE2 reset
[   53.777379] ACPI: EC: interrupt unblocked
[   53.802295] pci 0000:00:00.2: can't derive routing for PCI INT A
[   53.802303] pci 0000:00:00.2: PCI INT A: no GSI
[   53.802318] [drm] PCIE GART of 1024M enabled.
[   53.802323] [drm] PTB located at 0x000000F400900000
[   53.802340] [drm] PSP is resuming...
[   53.802554] sd 1:0:0:0: [sda] Starting disk
[   53.817543] nvme nvme0: 16/0/0 default/read/poll queues
[   53.822380] [drm] reserve 0x400000 from 0xf41f800000 for PSP TMR
[   54.111522] usb 1-4: reset full-speed USB device number 2 using xhci_hcd
[   54.112634] ata1: SATA link down (SStatus 0 SControl 300)
[   54.115322] amdgpu 0000:05:00.0: amdgpu: RAS: optional ras ta ucode is not available
[   54.126098] amdgpu 0000:05:00.0: amdgpu: RAP: optional rap ta ucode is not available
[   54.126100] amdgpu 0000:05:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[   54.126104] amdgpu 0000:05:00.0: amdgpu: SMU is resuming...
[   54.126231] amdgpu 0000:05:00.0: amdgpu: dpm has been disabled
[   54.127252] amdgpu 0000:05:00.0: amdgpu: SMU is resumed successfully!
[   54.128043] [drm] DMUB hardware initialized: version=0x0101001F
[   54.266909] ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[   54.269700] ata2.00: configured for UDMA/133
[   54.632641] [drm] kiq ring mec 2 pipe 1 q 0
[   54.648936] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[   54.649018] [drm] JPEG decode initialized successfully.
[   54.649022] amdgpu 0000:05:00.0: amdgpu: ring gfx uses VM inv eng 0 on hub 0
[   54.649027] amdgpu 0000:05:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[   54.649029] amdgpu 0000:05:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[   54.649031] amdgpu 0000:05:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[   54.649033] amdgpu 0000:05:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[   54.649035] amdgpu 0000:05:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[   54.649037] amdgpu 0000:05:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[   54.649038] amdgpu 0000:05:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[   54.649040] amdgpu 0000:05:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[   54.649043] amdgpu 0000:05:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[   54.649045] amdgpu 0000:05:00.0: amdgpu: ring sdma0 uses VM inv eng 0 on hub 1
[   54.649046] amdgpu 0000:05:00.0: amdgpu: ring vcn_dec uses VM inv eng 1 on hub 1
[   54.649048] amdgpu 0000:05:00.0: amdgpu: ring vcn_enc0 uses VM inv eng 4 on hub 1
[   54.649050] amdgpu 0000:05:00.0: amdgpu: ring vcn_enc1 uses VM inv eng 5 on hub 1
[   54.649052] amdgpu 0000:05:00.0: amdgpu: ring jpeg_dec uses VM inv eng 6 on hub 1
[   55.155060] [drm] Fence fallback timer expired on ring gfx
[   55.595068] Bluetooth: hci0: command 0xfc20 tx timeout
[   55.659064] [drm] Fence fallback timer expired on ring sdma0
[   64.042886] Bluetooth: hci0: RTL: download fw command failed (-110)
[   64.043835] OOM killer enabled.
[   64.043838] Restarting tasks ... done.
[   64.046403] Bluetooth: hci0: RTL: examining hci_ver=0a hci_rev=000c lmp_ver=0a lmp_subver=8822
[   64.047456] Bluetooth: hci0: RTL: rom_version status=0 version=3
[   64.047466] Bluetooth: hci0: RTL: loading rtl_bt/rtl8822cu_fw.bin
[   64.047490] Bluetooth: hci0: RTL: loading rtl_bt/rtl8822cu_config.bin
[   64.047521] Bluetooth: hci0: RTL: cfg_sz 6, total sz 35086
[   64.066774] PM: suspend exit
[   64.355707] Bluetooth: hci0: RTL: fw version 0x19b76d7d
[   65.083087] [drm] Fence fallback timer expired on ring sdma0
[   65.587096] [drm] Fence fallback timer expired on ring sdma0
[   66.091096] [drm] Fence fallback timer expired on ring sdma0
[   66.595088] [drm] Fence fallback timer expired on ring sdma0
[   67.099092] [drm] Fence fallback timer expired on ring gfx
[   67.099096] [drm] Fence fallback timer expired on ring sdma0
[   67.602887] [drm] Fence fallback timer expired on ring sdma0
[   67.602893] [drm] Fence fallback timer expired on ring gfx
[   68.107083] [drm] Fence fallback timer expired on ring sdma0
[   68.107082] [drm] Fence fallback timer expired on ring gfx
[   68.611072] [drm] Fence fallback timer expired on ring sdma0
[   68.611073] [drm] Fence fallback timer expired on ring gfx
[   69.115090] [drm] Fence fallback timer expired on ring sdma0
[   69.619065] [drm] Fence fallback timer expired on ring sdma0
[   69.619071] [drm] Fence fallback timer expired on ring gfx
[   70.122904] [drm] Fence fallback timer expired on ring gfx
[   70.122910] [drm] Fence fallback timer expired on ring sdma0
[   70.122950] [drm:amdgpu_dm_atomic_commit_tail] *ERROR* Waiting for fences timed out!
[   70.626920] [drm] Fence fallback timer expired on ring gfx
[   71.131081] [drm] Fence fallback timer expired on ring gfx
[   71.131085] [drm] Fence fallback timer expired on ring sdma0
[   71.634895] [drm] Fence fallback timer expired on ring sdma0
[   72.138913] [drm] Fence fallback timer expired on ring sdma0
[   72.643058] [drm] Fence fallback timer expired on ring gfx
[   72.643059] [drm] Fence fallback timer expired on ring sdma0
[   73.147077] [drm] Fence fallback timer expired on ring sdma0
[   73.651082] [drm] Fence fallback timer expired on ring gfx
[   74.154909] [drm] Fence fallback timer expired on ring gfx
[   74.154910] [drm] Fence fallback timer expired on ring sdma0

[-- Attachment #3: dmesg-good.txt --]
[-- Type: text/plain, Size: 79172 bytes --]

[    0.000000] Linux version 5.18.0-rc7 (root@geek500.localdomain) (gcc (GCC) 11.2.0, GNU ld version 2.38-slack151) #24 SMP PREEMPT_DYNAMIC Tue May 17 19:30:54 CEST 2022
[    0.000000] Command line: ro root=/dev/nvme0n1p4
[    0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'compacted' format.
[    0.000000] signal: max sigframe size: 1776
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009ffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000000a0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000009ecffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000009ed0000-0x0000000009ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x000000000a000000-0x000000000a1fffff] usable
[    0.000000] BIOS-e820: [mem 0x000000000a200000-0x000000000a20cfff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000000a20d000-0x00000000a7383fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000a7384000-0x00000000a74d9fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000a74da000-0x00000000a753ffff] ACPI data
[    0.000000] BIOS-e820: [mem 0x00000000a7540000-0x00000000a76eefff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000a76ef000-0x00000000acffdfff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000acffe000-0x00000000adffffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000ae000000-0x00000000afffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000f0000000-0x00000000f7ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fd000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000042f33ffff] usable
[    0.000000] BIOS-e820: [mem 0x000000042f340000-0x00000004701fffff] reserved
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] e820: update [mem 0xa4177018-0xa41a0857] usable ==> usable
[    0.000000] e820: update [mem 0xa4177018-0xa41a0857] usable ==> usable
[    0.000000] e820: update [mem 0xa423a018-0xa4247457] usable ==> usable
[    0.000000] e820: update [mem 0xa423a018-0xa4247457] usable ==> usable
[    0.000000] extended physical RAM map:
[    0.000000] reserve setup_data: [mem 0x0000000000000000-0x000000000009ffff] usable
[    0.000000] reserve setup_data: [mem 0x00000000000a0000-0x00000000000fffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000000100000-0x0000000009ecffff] usable
[    0.000000] reserve setup_data: [mem 0x0000000009ed0000-0x0000000009ffffff] reserved
[    0.000000] reserve setup_data: [mem 0x000000000a000000-0x000000000a1fffff] usable
[    0.000000] reserve setup_data: [mem 0x000000000a200000-0x000000000a20cfff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x000000000a20d000-0x00000000a4177017] usable
[    0.000000] reserve setup_data: [mem 0x00000000a4177018-0x00000000a41a0857] usable
[    0.000000] reserve setup_data: [mem 0x00000000a41a0858-0x00000000a423a017] usable
[    0.000000] reserve setup_data: [mem 0x00000000a423a018-0x00000000a4247457] usable
[    0.000000] reserve setup_data: [mem 0x00000000a4247458-0x00000000a7383fff] usable
[    0.000000] reserve setup_data: [mem 0x00000000a7384000-0x00000000a74d9fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000a74da000-0x00000000a753ffff] ACPI data
[    0.000000] reserve setup_data: [mem 0x00000000a7540000-0x00000000a76eefff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x00000000a76ef000-0x00000000acffdfff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000acffe000-0x00000000adffffff] usable
[    0.000000] reserve setup_data: [mem 0x00000000ae000000-0x00000000afffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000f0000000-0x00000000f7ffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fd000000-0x00000000ffffffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000100000000-0x000000042f33ffff] usable
[    0.000000] reserve setup_data: [mem 0x000000042f340000-0x00000004701fffff] reserved
[    0.000000] efi: EFI v2.70 by American Megatrends
[    0.000000] efi: ACPI=0xa753f000 ACPI 2.0=0xa753f014 TPMFinalLog=0xa76a7000 SMBIOS=0xace1b000 SMBIOS 3.0=0xace1a000 MEMATTR=0xa6019018 ESRT=0xa6621d18 RNG=0xace68f98 TPMEventLog=0xa609a018 
[    0.000000] efi: seeding entropy pool
[    0.000000] SMBIOS 3.2.0 present.
[    0.000000] DMI: HP HP Pavilion Gaming Laptop 15-ec1xxx/87B2, BIOS F.25 08/18/2021
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 2994.403 MHz processor
[    0.000134] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000135] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000139] last_pfn = 0x42f340 max_arch_pfn = 0x400000000
[    0.000248] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.000473] e820: update [mem 0xb0000000-0xffffffff] usable ==> reserved
[    0.000480] last_pfn = 0xae000 max_arch_pfn = 0x400000000
[    0.000489] esrt: Reserving ESRT space from 0x00000000a6621d18 to 0x00000000a6621d50.
[    0.000500] e820: update [mem 0xa6621000-0xa6621fff] usable ==> reserved
[    0.000540] Using GB pages for direct mapping
[    0.000813] Secure boot disabled
[    0.000815] ACPI: Early table checksum verification disabled
[    0.000818] ACPI: RSDP 0x00000000A753F014 000024 (v02 HPQOEM)
[    0.000820] ACPI: XSDT 0x00000000A753E728 0000EC (v01 HPQOEM SLIC-MPC 01072009 AMI  01000013)
[    0.000824] ACPI: FACP 0x00000000A7534000 000114 (v06 HPQOEM SLIC-MPC 01072009 HP   00010013)
[    0.000827] ACPI: DSDT 0x00000000A751F000 0149B8 (v02 HPQOEM 87B2     01072009 ACPI 20120913)
[    0.000829] ACPI: FACS 0x00000000A76A5000 000040
[    0.000831] ACPI: SSDT 0x00000000A7536000 007216 (v02 HPQOEM 87B2     00000002 ACPI 04000000)
[    0.000833] ACPI: IVRS 0x00000000A7535000 0001A4 (v02 HPQOEM 87B2     00000001 HP   00000000)
[    0.000835] ACPI: FIDT 0x00000000A751E000 00009C (v01 HPQOEM 87B2     01072009 HP   00010013)
[    0.000837] ACPI: MCFG 0x00000000A751D000 00003C (v01 HPQOEM 87B2     01072009 HP   00010013)
[    0.000839] ACPI: HPET 0x00000000A751C000 000038 (v01 HPQOEM 87B2     01072009 HP   00000005)
[    0.000841] ACPI: SSDT 0x00000000A751B000 000228 (v01 HPQOEM 87B2     00000001 ACPI 20120913)
[    0.000842] ACPI: VFCT 0x00000000A750D000 00D484 (v01 HPQOEM 87B2     00000001 HP   31504F47)
[    0.000844] ACPI: SSDT 0x00000000A750C000 000050 (v01 HPQOEM 87B2     00000001 ACPI 20120913)
[    0.000846] ACPI: TPM2 0x00000000A750B000 00004C (v04 HPQOEM 87B2     00000001 HP   00000000)
[    0.000848] ACPI: SSDT 0x00000000A7508000 002B80 (v01 HPQOEM 87B2     00000001 ACPI 00000001)
[    0.000849] ACPI: CRAT 0x00000000A7507000 000BA8 (v01 HPQOEM 87B2     00000001 HP   00000001)
[    0.000851] ACPI: CDIT 0x00000000A7506000 000029 (v01 HPQOEM 87B2     00000001 HP   00000001)
[    0.000853] ACPI: SSDT 0x00000000A7505000 000139 (v01 HPQOEM 87B2     00000001 ACPI 20120913)
[    0.000855] ACPI: SSDT 0x00000000A7504000 0000C2 (v01 HPQOEM 87B2     00000001 ACPI 20120913)
[    0.000857] ACPI: SSDT 0x00000000A7503000 000D37 (v01 HPQOEM 87B2     00000001 ACPI 20120913)
[    0.000858] ACPI: SSDT 0x00000000A7501000 0010AC (v01 HPQOEM 87B2     00000001 ACPI 20120913)
[    0.000860] ACPI: SSDT 0x00000000A7500000 000D87 (v01 HPQOEM 87B2     00000001 ACPI 20120913)
[    0.000862] ACPI: SSDT 0x00000000A74FC000 0030C8 (v01 HPQOEM 87B2     00000001 ACPI 20120913)
[    0.000864] ACPI: WSMT 0x00000000A74FB000 000028 (v01 HPQOEM 87B2     01072009 HP   00010013)
[    0.000865] ACPI: APIC 0x00000000A74FA000 0000DE (v03 HPQOEM 87B2     01072009 HP   00010013)
[    0.000867] ACPI: SSDT 0x00000000A74F9000 00007D (v01 HPQOEM 87B2     00000001 ACPI 20120913)
[    0.000869] ACPI: SSDT 0x00000000A74F8000 000517 (v01 HPQOEM 87B2     00000001 ACPI 20120913)
[    0.000871] ACPI: FPDT 0x00000000A74F7000 000044 (v01 HPQOEM 87B2     01072009 HP   01000013)
[    0.000873] ACPI: BGRT 0x00000000A74F6000 000038 (v01 HPQOEM 87B2     01072009 HP   00010013)
[    0.000874] ACPI: Reserving FACP table memory at [mem 0xa7534000-0xa7534113]
[    0.000875] ACPI: Reserving DSDT table memory at [mem 0xa751f000-0xa75339b7]
[    0.000876] ACPI: Reserving FACS table memory at [mem 0xa76a5000-0xa76a503f]
[    0.000877] ACPI: Reserving SSDT table memory at [mem 0xa7536000-0xa753d215]
[    0.000878] ACPI: Reserving IVRS table memory at [mem 0xa7535000-0xa75351a3]
[    0.000879] ACPI: Reserving FIDT table memory at [mem 0xa751e000-0xa751e09b]
[    0.000879] ACPI: Reserving MCFG table memory at [mem 0xa751d000-0xa751d03b]
[    0.000880] ACPI: Reserving HPET table memory at [mem 0xa751c000-0xa751c037]
[    0.000881] ACPI: Reserving SSDT table memory at [mem 0xa751b000-0xa751b227]
[    0.000882] ACPI: Reserving VFCT table memory at [mem 0xa750d000-0xa751a483]
[    0.000883] ACPI: Reserving SSDT table memory at [mem 0xa750c000-0xa750c04f]
[    0.000884] ACPI: Reserving TPM2 table memory at [mem 0xa750b000-0xa750b04b]
[    0.000885] ACPI: Reserving SSDT table memory at [mem 0xa7508000-0xa750ab7f]
[    0.000885] ACPI: Reserving CRAT table memory at [mem 0xa7507000-0xa7507ba7]
[    0.000886] ACPI: Reserving CDIT table memory at [mem 0xa7506000-0xa7506028]
[    0.000887] ACPI: Reserving SSDT table memory at [mem 0xa7505000-0xa7505138]
[    0.000888] ACPI: Reserving SSDT table memory at [mem 0xa7504000-0xa75040c1]
[    0.000888] ACPI: Reserving SSDT table memory at [mem 0xa7503000-0xa7503d36]
[    0.000889] ACPI: Reserving SSDT table memory at [mem 0xa7501000-0xa75020ab]
[    0.000890] ACPI: Reserving SSDT table memory at [mem 0xa7500000-0xa7500d86]
[    0.000891] ACPI: Reserving SSDT table memory at [mem 0xa74fc000-0xa74ff0c7]
[    0.000892] ACPI: Reserving WSMT table memory at [mem 0xa74fb000-0xa74fb027]
[    0.000893] ACPI: Reserving APIC table memory at [mem 0xa74fa000-0xa74fa0dd]
[    0.000894] ACPI: Reserving SSDT table memory at [mem 0xa74f9000-0xa74f907c]
[    0.000895] ACPI: Reserving SSDT table memory at [mem 0xa74f8000-0xa74f8516]
[    0.000896] ACPI: Reserving FPDT table memory at [mem 0xa74f7000-0xa74f7043]
[    0.000897] ACPI: Reserving BGRT table memory at [mem 0xa74f6000-0xa74f6037]
[    0.000921] Zone ranges:
[    0.000922]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.000923]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.000925]   Normal   [mem 0x0000000100000000-0x000000042f33ffff]
[    0.000926] Movable zone start for each node
[    0.000926] Early memory node ranges
[    0.000927]   node   0: [mem 0x0000000000001000-0x000000000009ffff]
[    0.000928]   node   0: [mem 0x0000000000100000-0x0000000009ecffff]
[    0.000929]   node   0: [mem 0x000000000a000000-0x000000000a1fffff]
[    0.000930]   node   0: [mem 0x000000000a20d000-0x00000000a7383fff]
[    0.000930]   node   0: [mem 0x00000000acffe000-0x00000000adffffff]
[    0.000931]   node   0: [mem 0x0000000100000000-0x000000042f33ffff]
[    0.000933] Initmem setup node 0 [mem 0x0000000000001000-0x000000042f33ffff]
[    0.000936] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.000952] On node 0, zone DMA: 96 pages in unavailable ranges
[    0.001104] On node 0, zone DMA32: 304 pages in unavailable ranges
[    0.005217] On node 0, zone DMA32: 13 pages in unavailable ranges
[    0.005487] On node 0, zone DMA32: 23674 pages in unavailable ranges
[    0.027565] On node 0, zone Normal: 8192 pages in unavailable ranges
[    0.027596] On node 0, zone Normal: 3264 pages in unavailable ranges
[    0.028164] ACPI: PM-Timer IO Port: 0x808
[    0.028170] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[    0.028180] IOAPIC[0]: apic_id 13, version 33, address 0xfec00000, GSI 0-23
[    0.028185] IOAPIC[1]: apic_id 14, version 33, address 0xfec01000, GSI 24-55
[    0.028188] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.028189] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
[    0.028192] ACPI: Using ACPI (MADT) for SMP configuration information
[    0.028192] ACPI: HPET id: 0x10228201 base: 0xfed00000
[    0.028205] e820: update [mem 0xa47b1000-0xa47c4fff] usable ==> reserved
[    0.028213] smpboot: Allowing 16 CPUs, 4 hotplug CPUs
[    0.028229] [mem 0xb0000000-0xefffffff] available for PCI devices
[    0.028231] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
[    0.033380] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:16 nr_node_ids:1
[    0.033856] percpu: Embedded 56 pages/cpu s192512 r8192 d28672 u262144
[    0.033863] pcpu-alloc: s192512 r8192 d28672 u262144 alloc=1*2097152
[    0.033864] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15 
[    0.033882] Built 1 zonelists, mobility grouping on.  Total pages: 3964594
[    0.033884] Kernel command line: root=/dev/nvme0n1p4 ro ro root=/dev/nvme0n1p4
[    0.035505] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
[    0.036332] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[    0.036373] mem auto-init: stack:off, heap alloc:off, heap free:off
[    0.072735] Memory: 15650360K/16110752K available (20497K kernel code, 2897K rwdata, 8000K rodata, 1236K init, 3852K bss, 460132K reserved, 0K cma-reserved)
[    0.072742] random: get_random_u64 called from __kmem_cache_create+0x1f/0x4d0 with crng_init=0
[    0.072845] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=16, Nodes=1
[    0.072896] Dynamic Preempt: full
[    0.072928] rcu: Preemptible hierarchical RCU implementation.
[    0.072929] rcu: 	RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=16.
[    0.072930] 	Trampoline variant of Tasks RCU enabled.
[    0.072931] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
[    0.072932] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=16
[    0.074010] NR_IRQS: 16640, nr_irqs: 1096, preallocated irqs: 16
[    0.074239] Console: colour dummy device 80x25
[    0.074411] printk: console [tty0] enabled
[    0.074420] ACPI: Core revision 20211217
[    0.074597] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
[    0.074614] APIC: Switch to symmetric I/O mode setup
[    0.075334] AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR0, rdevid:160
[    0.075337] AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR1, rdevid:160
[    0.075339] AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR2, rdevid:160
[    0.075340] AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR3, rdevid:160
[    0.075585] Switched APIC routing to physical flat.
[    0.076154] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.080616] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x2b299e48d85, max_idle_ns: 440795262650 ns
[    0.080626] Calibrating delay loop (skipped), value calculated using timer frequency.. 5988.80 BogoMIPS (lpj=2994403)
[    0.080630] pid_max: default: 32768 minimum: 301
[    0.082533] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.082561] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.082723] x86/cpu: User Mode Instruction Prevention (UMIP) activated
[    0.082764] LVT offset 1 assigned for vector 0xf9
[    0.082822] LVT offset 2 assigned for vector 0xf4
[    0.082839] Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 512
[    0.082840] Last level dTLB entries: 4KB 2048, 2MB 2048, 4MB 1024, 1GB 0
[    0.082845] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.082848] Spectre V2 : Mitigation: Retpolines
[    0.082849] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.082850] Spectre V2 : Enabling Restricted Speculation for firmware calls
[    0.082852] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.082854] Spectre V2 : User space: Mitigation: STIBP via prctl
[    0.082856] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
[    0.084378] Freeing SMP alternatives memory: 48K
[    0.187305] smpboot: CPU0: AMD Ryzen 5 4600H with Radeon Graphics (family: 0x17, model: 0x60, stepping: 0x1)
[    0.187395] cblist_init_generic: Setting adjustable number of callback queues.
[    0.187399] cblist_init_generic: Setting shift to 4 and lim to 1.
[    0.187410] Performance Events: Fam17h+ core perfctr, AMD PMU driver.
[    0.187415] ... version:                0
[    0.187416] ... bit width:              48
[    0.187418] ... generic registers:      6
[    0.187419] ... value mask:             0000ffffffffffff
[    0.187420] ... max period:             00007fffffffffff
[    0.187421] ... fixed-purpose events:   0
[    0.187423] ... event mask:             000000000000003f
[    0.187473] rcu: Hierarchical SRCU implementation.
[    0.187618] smp: Bringing up secondary CPUs ...
[    0.187621] x86: Booting SMP configuration:
[    0.187621] .... node  #0, CPUs:        #1  #2  #3  #4  #5  #6  #7  #8  #9 #10 #11
[    0.199661] smp: Brought up 1 node, 12 CPUs
[    0.200623] smpboot: Max logical packages: 2
[    0.200624] smpboot: Total of 12 processors activated (71865.67 BogoMIPS)
[    0.201464] devtmpfs: initialized
[    0.201666] ACPI: PM: Registering ACPI NVS region [mem 0x0a200000-0x0a20cfff] (53248 bytes)
[    0.201666] ACPI: PM: Registering ACPI NVS region [mem 0xa7540000-0xa76eefff] (1765376 bytes)
[    0.201673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[    0.201677] futex hash table entries: 4096 (order: 6, 262144 bytes, linear)
[    0.201713] pinctrl core: initialized pinctrl subsystem
[    0.201794] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.201840] DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations
[    0.201846] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    0.201850] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.201886] thermal_sys: Registered thermal governor 'fair_share'
[    0.201887] thermal_sys: Registered thermal governor 'bang_bang'
[    0.201888] thermal_sys: Registered thermal governor 'step_wise'
[    0.201890] thermal_sys: Registered thermal governor 'user_space'
[    0.201898] cpuidle: using governor ladder
[    0.201902] cpuidle: using governor menu
[    0.201923] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.201923] PCI: MMCONFIG for domain 0000 [bus 00-7f] at [mem 0xf0000000-0xf7ffffff] (base 0xf0000000)
[    0.201923] PCI: MMCONFIG at [mem 0xf0000000-0xf7ffffff] reserved in E820
[    0.201923] PCI: Using configuration type 1 for base access
[    0.204639] cryptd: max_cpu_qlen set to 1000
[    0.204650] ACPI: Added _OSI(Module Device)
[    0.204653] ACPI: Added _OSI(Processor Device)
[    0.204654] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.204656] ACPI: Added _OSI(Processor Aggregator Device)
[    0.204657] ACPI: Added _OSI(Linux-Dell-Video)
[    0.204659] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    0.204660] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[    0.212161] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.GPP1.WLAN], AE_NOT_FOUND (20211217/dswload2-162)
[    0.212167] ACPI Error: AE_NOT_FOUND, During name lookup/catalog (20211217/psobject-220)
[    0.212170] ACPI: Skipping parse of AML opcode: OpcodeName unavailable (0x0010)
[    0.213373] ACPI: 13 ACPI AML tables successfully acquired and loaded
[    0.214185] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    0.215224] ACPI: EC: EC started
[    0.215226] ACPI: EC: interrupt blocked
[    0.539697] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.539701] ACPI: \_SB_.PCI0.SBRG.EC0_: Boot DSDT EC used to handle transactions
[    0.539704] ACPI: Interpreter enabled
[    0.539713] ACPI: PM: (supports S0 S3 S5)
[    0.539715] ACPI: Using IOAPIC for interrupt routing
[    0.539839] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.540033] ACPI: Enabled 5 GPEs in block 00 to 1F
[    0.540915] ACPI: PM: Power Resource [P0S0]
[    0.540930] ACPI: PM: Power Resource [P3S0]
[    0.540972] ACPI: PM: Power Resource [P0S1]
[    0.540986] ACPI: PM: Power Resource [P3S1]
[    0.541370] ACPI: PM: Power Resource [PG00]
[    0.546697] ACPI: PM: Power Resource [PRWL]
[    0.546953] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.546958] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[    0.546961] acpi PNP0A08:00: PCIe port services disabled; not requesting _OSC control
[    0.547003] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[    0.547006] acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-7f] only partially covers this bridge
[    0.547143] PCI host bridge to bus 0000:00
[    0.547145] pci_bus 0000:00: root bus resource [io  0x0000-0x03af window]
[    0.547147] pci_bus 0000:00: root bus resource [io  0x03e0-0x0cf7 window]
[    0.547149] pci_bus 0000:00: root bus resource [io  0x03b0-0x03df window]
[    0.547151] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.547153] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000dffff window]
[    0.547155] pci_bus 0000:00: root bus resource [mem 0xb0000000-0xfebfffff window]
[    0.547157] pci_bus 0000:00: root bus resource [mem 0xfee00000-0xffffffff window]
[    0.547159] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.547169] pci 0000:00:00.0: [1022:1630] type 00 class 0x060000
[    0.547232] pci 0000:00:00.2: [1022:1631] type 00 class 0x080600
[    0.547299] pci 0000:00:01.0: [1022:1632] type 00 class 0x060000
[    0.547347] pci 0000:00:01.1: [1022:1633] type 01 class 0x060400
[    0.547400] pci 0000:00:01.1: PME# supported from D0 D3hot D3cold
[    0.547453] pci 0000:00:01.2: [1022:1634] type 01 class 0x060400
[    0.547474] pci 0000:00:01.2: enabling Extended Tags
[    0.547507] pci 0000:00:01.2: PME# supported from D0 D3hot D3cold
[    0.547562] pci 0000:00:02.0: [1022:1632] type 00 class 0x060000
[    0.547608] pci 0000:00:02.1: [1022:1634] type 01 class 0x060400
[    0.547630] pci 0000:00:02.1: enabling Extended Tags
[    0.547663] pci 0000:00:02.1: PME# supported from D0 D3hot D3cold
[    0.547713] pci 0000:00:02.4: [1022:1634] type 01 class 0x060400
[    0.547734] pci 0000:00:02.4: enabling Extended Tags
[    0.547767] pci 0000:00:02.4: PME# supported from D0 D3hot D3cold
[    0.547820] pci 0000:00:08.0: [1022:1632] type 00 class 0x060000
[    0.547866] pci 0000:00:08.1: [1022:1635] type 01 class 0x060400
[    0.547885] pci 0000:00:08.1: enabling Extended Tags
[    0.547912] pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
[    0.547960] pci 0000:00:08.2: [1022:1635] type 01 class 0x060400
[    0.547980] pci 0000:00:08.2: enabling Extended Tags
[    0.548006] pci 0000:00:08.2: PME# supported from D0 D3hot D3cold
[    0.548070] pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500
[    0.548164] pci 0000:00:14.3: [1022:790e] type 00 class 0x060100
[    0.548264] pci 0000:00:18.0: [1022:1448] type 00 class 0x060000
[    0.548292] pci 0000:00:18.1: [1022:1449] type 00 class 0x060000
[    0.548320] pci 0000:00:18.2: [1022:144a] type 00 class 0x060000
[    0.548349] pci 0000:00:18.3: [1022:144b] type 00 class 0x060000
[    0.548378] pci 0000:00:18.4: [1022:144c] type 00 class 0x060000
[    0.548408] pci 0000:00:18.5: [1022:144d] type 00 class 0x060000
[    0.548436] pci 0000:00:18.6: [1022:144e] type 00 class 0x060000
[    0.548465] pci 0000:00:18.7: [1022:144f] type 00 class 0x060000
[    0.548535] pci 0000:01:00.0: [10de:1f95] type 00 class 0x030000
[    0.548546] pci 0000:01:00.0: reg 0x10: [mem 0xfb000000-0xfbffffff]
[    0.548555] pci 0000:01:00.0: reg 0x14: [mem 0xb0000000-0xbfffffff 64bit pref]
[    0.548565] pci 0000:01:00.0: reg 0x1c: [mem 0xc0000000-0xc1ffffff 64bit pref]
[    0.548571] pci 0000:01:00.0: reg 0x24: [io  0xf000-0xf07f]
[    0.548577] pci 0000:01:00.0: reg 0x30: [mem 0xfc000000-0xfc07ffff pref]
[    0.548631] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
[    0.548675] pci 0000:01:00.0: 63.008 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x8 link at 0000:00:01.1 (capable of 126.016 Gb/s with 8.0 GT/s PCIe x16 link)
[    0.548874] pci 0000:01:00.1: [10de:10fa] type 00 class 0x040300
[    0.548885] pci 0000:01:00.1: reg 0x10: [mem 0xfc080000-0xfc083fff]
[    0.548997] pci 0000:00:01.1: PCI bridge to [bus 01]
[    0.549001] pci 0000:00:01.1:   bridge window [io  0xf000-0xffff]
[    0.549004] pci 0000:00:01.1:   bridge window [mem 0xfb000000-0xfc0fffff]
[    0.549007] pci 0000:00:01.1:   bridge window [mem 0xb0000000-0xc1ffffff 64bit pref]
[    0.549045] pci 0000:02:00.0: [10ec:8168] type 00 class 0x020000
[    0.549059] pci 0000:02:00.0: reg 0x10: [io  0xe000-0xe0ff]
[    0.549076] pci 0000:02:00.0: reg 0x18: [mem 0xfc904000-0xfc904fff 64bit]
[    0.549088] pci 0000:02:00.0: reg 0x20: [mem 0xfc900000-0xfc903fff 64bit]
[    0.549170] pci 0000:02:00.0: supports D1 D2
[    0.549172] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.549276] pci 0000:00:01.2: PCI bridge to [bus 02]
[    0.549280] pci 0000:00:01.2:   bridge window [io  0xe000-0xefff]
[    0.549282] pci 0000:00:01.2:   bridge window [mem 0xfc900000-0xfc9fffff]
[    0.549641] pci 0000:03:00.0: [10ec:c822] type 00 class 0x028000
[    0.549660] pci 0000:03:00.0: reg 0x10: [io  0xd000-0xd0ff]
[    0.549683] pci 0000:03:00.0: reg 0x18: [mem 0xfc800000-0xfc80ffff 64bit]
[    0.549795] pci 0000:03:00.0: supports D1 D2
[    0.549797] pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.550086] pci 0000:00:02.1: PCI bridge to [bus 03]
[    0.550089] pci 0000:00:02.1:   bridge window [io  0xd000-0xdfff]
[    0.550092] pci 0000:00:02.1:   bridge window [mem 0xfc800000-0xfc8fffff]
[    0.550165] pci 0000:04:00.0: [1c5c:1339] type 00 class 0x010802
[    0.550181] pci 0000:04:00.0: reg 0x10: [mem 0xfc700000-0xfc703fff 64bit]
[    0.550275] pci 0000:04:00.0: supports D1
[    0.550277] pci 0000:04:00.0: PME# supported from D0 D1 D3hot
[    0.550364] pci 0000:00:02.4: PCI bridge to [bus 04]
[    0.550368] pci 0000:00:02.4:   bridge window [mem 0xfc700000-0xfc7fffff]
[    0.550402] pci 0000:05:00.0: [1002:1636] type 00 class 0x030000
[    0.550412] pci 0000:05:00.0: reg 0x10: [mem 0xd0000000-0xdfffffff 64bit pref]
[    0.550420] pci 0000:05:00.0: reg 0x18: [mem 0xe0000000-0xe01fffff 64bit pref]
[    0.550426] pci 0000:05:00.0: reg 0x20: [io  0xc000-0xc0ff]
[    0.550431] pci 0000:05:00.0: reg 0x24: [mem 0xfc500000-0xfc57ffff]
[    0.550440] pci 0000:05:00.0: enabling Extended Tags
[    0.550482] pci 0000:05:00.0: PME# supported from D1 D2 D3hot D3cold
[    0.550503] pci 0000:05:00.0: 126.016 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x16 link at 0000:00:08.1 (capable of 252.048 Gb/s with 16.0 GT/s PCIe x16 link)
[    0.550539] pci 0000:05:00.2: [1022:15df] type 00 class 0x108000
[    0.550552] pci 0000:05:00.2: reg 0x18: [mem 0xfc400000-0xfc4fffff]
[    0.550561] pci 0000:05:00.2: reg 0x24: [mem 0xfc5c8000-0xfc5c9fff]
[    0.550568] pci 0000:05:00.2: enabling Extended Tags
[    0.550641] pci 0000:05:00.3: [1022:1639] type 00 class 0x0c0330
[    0.550651] pci 0000:05:00.3: reg 0x10: [mem 0xfc300000-0xfc3fffff 64bit]
[    0.550674] pci 0000:05:00.3: enabling Extended Tags
[    0.550701] pci 0000:05:00.3: PME# supported from D0 D3hot D3cold
[    0.550741] pci 0000:05:00.4: [1022:1639] type 00 class 0x0c0330
[    0.550751] pci 0000:05:00.4: reg 0x10: [mem 0xfc200000-0xfc2fffff 64bit]
[    0.550773] pci 0000:05:00.4: enabling Extended Tags
[    0.550800] pci 0000:05:00.4: PME# supported from D0 D3hot D3cold
[    0.550840] pci 0000:05:00.5: [1022:15e2] type 00 class 0x048000
[    0.550848] pci 0000:05:00.5: reg 0x10: [mem 0xfc580000-0xfc5bffff]
[    0.550867] pci 0000:05:00.5: enabling Extended Tags
[    0.550892] pci 0000:05:00.5: PME# supported from D0 D3hot D3cold
[    0.550929] pci 0000:05:00.6: [1022:15e3] type 00 class 0x040300
[    0.550937] pci 0000:05:00.6: reg 0x10: [mem 0xfc5c0000-0xfc5c7fff]
[    0.550957] pci 0000:05:00.6: enabling Extended Tags
[    0.550982] pci 0000:05:00.6: PME# supported from D0 D3hot D3cold
[    0.551029] pci 0000:00:08.1: PCI bridge to [bus 05]
[    0.551032] pci 0000:00:08.1:   bridge window [io  0xc000-0xcfff]
[    0.551034] pci 0000:00:08.1:   bridge window [mem 0xfc200000-0xfc5fffff]
[    0.551038] pci 0000:00:08.1:   bridge window [mem 0xd0000000-0xe01fffff 64bit pref]
[    0.551065] pci 0000:06:00.0: [1022:7901] type 00 class 0x010601
[    0.551091] pci 0000:06:00.0: reg 0x24: [mem 0xfc601000-0xfc6017ff]
[    0.551100] pci 0000:06:00.0: enabling Extended Tags
[    0.551151] pci 0000:06:00.0: 126.016 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x16 link at 0000:00:08.2 (capable of 252.048 Gb/s with 16.0 GT/s PCIe x16 link)
[    0.551183] pci 0000:06:00.1: [1022:7901] type 00 class 0x010601
[    0.551209] pci 0000:06:00.1: reg 0x24: [mem 0xfc600000-0xfc6007ff]
[    0.551217] pci 0000:06:00.1: enabling Extended Tags
[    0.551282] pci 0000:00:08.2: PCI bridge to [bus 06]
[    0.551286] pci 0000:00:08.2:   bridge window [mem 0xfc600000-0xfc6fffff]
[    0.551308] pci_bus 0000:00: on NUMA node 0
[    0.551624] ACPI: PCI: Interrupt link LNKA configured for IRQ 0
[    0.551653] ACPI: PCI: Interrupt link LNKB configured for IRQ 0
[    0.551677] ACPI: PCI: Interrupt link LNKC configured for IRQ 0
[    0.551708] ACPI: PCI: Interrupt link LNKD configured for IRQ 0
[    0.551734] ACPI: PCI: Interrupt link LNKE configured for IRQ 0
[    0.551756] ACPI: PCI: Interrupt link LNKF configured for IRQ 0
[    0.551779] ACPI: PCI: Interrupt link LNKG configured for IRQ 0
[    0.551801] ACPI: PCI: Interrupt link LNKH configured for IRQ 0
[    0.552822] ACPI: EC: interrupt unblocked
[    0.552824] ACPI: EC: event unblocked
[    0.552829] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.552830] ACPI: EC: GPE=0x3
[    0.552832] ACPI: \_SB_.PCI0.SBRG.EC0_: Boot DSDT EC initialization complete
[    0.552834] ACPI: \_SB_.PCI0.SBRG.EC0_: EC: Used to handle transactions and events
[    0.552869] iommu: Default domain type: Translated 
[    0.552869] iommu: DMA domain TLB invalidation policy: lazy mode 
[    0.552869] SCSI subsystem initialized
[    0.552869] libata version 3.00 loaded.
[    0.552869] ACPI: bus type USB registered
[    0.552869] usbcore: registered new interface driver usbfs
[    0.552869] usbcore: registered new interface driver hub
[    0.552869] usbcore: registered new device driver usb
[    0.553864] mc: Linux media interface: v0.10
[    0.553868] videodev: Linux video capture interface: v2.00
[    0.553896] Registered efivars operations
[    0.553906] Advanced Linux Sound Architecture Driver Initialized.
[    0.553906] Bluetooth: Core ver 2.22
[    0.553906] NET: Registered PF_BLUETOOTH protocol family
[    0.553906] Bluetooth: HCI device and connection manager initialized
[    0.553906] Bluetooth: HCI socket layer initialized
[    0.553906] Bluetooth: L2CAP socket layer initialized
[    0.553906] Bluetooth: SCO socket layer initialized
[    0.553906] PCI: Using ACPI for IRQ routing
[    0.558347] PCI: pci_cache_line_size set to 64 bytes
[    0.558847] Expanded resource Reserved due to conflict with PCI Bus 0000:00
[    0.558850] e820: reserve RAM buffer [mem 0x09ed0000-0x0bffffff]
[    0.558851] e820: reserve RAM buffer [mem 0x0a200000-0x0bffffff]
[    0.558852] e820: reserve RAM buffer [mem 0xa4177018-0xa7ffffff]
[    0.558853] e820: reserve RAM buffer [mem 0xa423a018-0xa7ffffff]
[    0.558854] e820: reserve RAM buffer [mem 0xa47b1000-0xa7ffffff]
[    0.558854] e820: reserve RAM buffer [mem 0xa6621000-0xa7ffffff]
[    0.558855] e820: reserve RAM buffer [mem 0xa7384000-0xa7ffffff]
[    0.558856] e820: reserve RAM buffer [mem 0xae000000-0xafffffff]
[    0.558856] e820: reserve RAM buffer [mem 0x42f340000-0x42fffffff]
[    0.558862] pci 0000:01:00.0: vgaarb: setting as boot VGA device
[    0.558862] pci 0000:01:00.0: vgaarb: bridge control possible
[    0.558862] pci 0000:01:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
[    0.558862] pci 0000:05:00.0: vgaarb: setting as boot VGA device (overriding previous)
[    0.558862] pci 0000:05:00.0: vgaarb: bridge control possible
[    0.558862] pci 0000:05:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
[    0.558862] vgaarb: loaded
[    0.558862] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    0.558862] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
[    0.560675] clocksource: Switched to clocksource tsc-early
[    0.566073] pnp: PnP ACPI init
[    0.566166] system 00:00: [mem 0xf0000000-0xf7ffffff] has been reserved
[    0.566350] system 00:03: [io  0x04d0-0x04d1] has been reserved
[    0.566352] system 00:03: [io  0x040b] has been reserved
[    0.566354] system 00:03: [io  0x04d6] has been reserved
[    0.566356] system 00:03: [io  0x0c00-0x0c01] has been reserved
[    0.566358] system 00:03: [io  0x0c14] has been reserved
[    0.566359] system 00:03: [io  0x0c50-0x0c51] has been reserved
[    0.566361] system 00:03: [io  0x0c52] has been reserved
[    0.566363] system 00:03: [io  0x0c6c] has been reserved
[    0.566364] system 00:03: [io  0x0c6f] has been reserved
[    0.566366] system 00:03: [io  0x0cd0-0x0cd1] has been reserved
[    0.566368] system 00:03: [io  0x0cd2-0x0cd3] has been reserved
[    0.566369] system 00:03: [io  0x0cd4-0x0cd5] has been reserved
[    0.566371] system 00:03: [io  0x0cd6-0x0cd7] has been reserved
[    0.566373] system 00:03: [io  0x0cd8-0x0cdf] has been reserved
[    0.566374] system 00:03: [io  0x0800-0x089f] has been reserved
[    0.566376] system 00:03: [io  0x0b00-0x0b0f] has been reserved
[    0.566378] system 00:03: [io  0x0b20-0x0b3f] has been reserved
[    0.566380] system 00:03: [io  0x0900-0x090f] has been reserved
[    0.566381] system 00:03: [io  0x0910-0x091f] has been reserved
[    0.566383] system 00:03: [mem 0xfec00000-0xfec00fff] could not be reserved
[    0.566385] system 00:03: [mem 0xfec01000-0xfec01fff] could not be reserved
[    0.566387] system 00:03: [mem 0xfedc0000-0xfedc0fff] has been reserved
[    0.566389] system 00:03: [mem 0xfee00000-0xfee00fff] has been reserved
[    0.566391] system 00:03: [mem 0xfed80000-0xfed8ffff] could not be reserved
[    0.566393] system 00:03: [mem 0xfec10000-0xfec10fff] has been reserved
[    0.566395] system 00:03: [mem 0xff000000-0xffffffff] has been reserved
[    0.566851] pnp: PnP ACPI: found 4 devices
[    0.572569] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.572613] NET: Registered PF_INET protocol family
[    0.572818] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    0.574844] tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
[    0.574875] TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    0.574985] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
[    0.575089] TCP: Hash tables configured (established 131072 bind 65536)
[    0.575118] UDP hash table entries: 8192 (order: 6, 262144 bytes, linear)
[    0.575146] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes, linear)
[    0.575196] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    0.575370] pci 0000:00:01.1: PCI bridge to [bus 01]
[    0.575374] pci 0000:00:01.1:   bridge window [io  0xf000-0xffff]
[    0.575378] pci 0000:00:01.1:   bridge window [mem 0xfb000000-0xfc0fffff]
[    0.575381] pci 0000:00:01.1:   bridge window [mem 0xb0000000-0xc1ffffff 64bit pref]
[    0.575385] pci 0000:00:01.2: PCI bridge to [bus 02]
[    0.575387] pci 0000:00:01.2:   bridge window [io  0xe000-0xefff]
[    0.575390] pci 0000:00:01.2:   bridge window [mem 0xfc900000-0xfc9fffff]
[    0.575395] pci 0000:00:02.1: PCI bridge to [bus 03]
[    0.575397] pci 0000:00:02.1:   bridge window [io  0xd000-0xdfff]
[    0.575400] pci 0000:00:02.1:   bridge window [mem 0xfc800000-0xfc8fffff]
[    0.575405] pci 0000:00:02.4: PCI bridge to [bus 04]
[    0.575408] pci 0000:00:02.4:   bridge window [mem 0xfc700000-0xfc7fffff]
[    0.575414] pci 0000:00:08.1: PCI bridge to [bus 05]
[    0.575415] pci 0000:00:08.1:   bridge window [io  0xc000-0xcfff]
[    0.575418] pci 0000:00:08.1:   bridge window [mem 0xfc200000-0xfc5fffff]
[    0.575421] pci 0000:00:08.1:   bridge window [mem 0xd0000000-0xe01fffff 64bit pref]
[    0.575425] pci 0000:00:08.2: PCI bridge to [bus 06]
[    0.575428] pci 0000:00:08.2:   bridge window [mem 0xfc600000-0xfc6fffff]
[    0.575434] pci_bus 0000:00: resource 4 [io  0x0000-0x03af window]
[    0.575436] pci_bus 0000:00: resource 5 [io  0x03e0-0x0cf7 window]
[    0.575437] pci_bus 0000:00: resource 6 [io  0x03b0-0x03df window]
[    0.575439] pci_bus 0000:00: resource 7 [io  0x0d00-0xffff window]
[    0.575441] pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000dffff window]
[    0.575443] pci_bus 0000:00: resource 9 [mem 0xb0000000-0xfebfffff window]
[    0.575445] pci_bus 0000:00: resource 10 [mem 0xfee00000-0xffffffff window]
[    0.575447] pci_bus 0000:01: resource 0 [io  0xf000-0xffff]
[    0.575448] pci_bus 0000:01: resource 1 [mem 0xfb000000-0xfc0fffff]
[    0.575450] pci_bus 0000:01: resource 2 [mem 0xb0000000-0xc1ffffff 64bit pref]
[    0.575453] pci_bus 0000:02: resource 0 [io  0xe000-0xefff]
[    0.575454] pci_bus 0000:02: resource 1 [mem 0xfc900000-0xfc9fffff]
[    0.575456] pci_bus 0000:03: resource 0 [io  0xd000-0xdfff]
[    0.575458] pci_bus 0000:03: resource 1 [mem 0xfc800000-0xfc8fffff]
[    0.575460] pci_bus 0000:04: resource 1 [mem 0xfc700000-0xfc7fffff]
[    0.575461] pci_bus 0000:05: resource 0 [io  0xc000-0xcfff]
[    0.575463] pci_bus 0000:05: resource 1 [mem 0xfc200000-0xfc5fffff]
[    0.575465] pci_bus 0000:05: resource 2 [mem 0xd0000000-0xe01fffff 64bit pref]
[    0.575467] pci_bus 0000:06: resource 1 [mem 0xfc600000-0xfc6fffff]
[    0.575554] pci 0000:01:00.1: D0 power state depends on 0000:01:00.0
[    0.575917] pci 0000:05:00.3: extending delay after power-on from D3hot to 20 msec
[    0.576025] pci 0000:05:00.4: extending delay after power-on from D3hot to 20 msec
[    0.576075] PCI: CLS 64 bytes, default 64
[    0.576084] pci 0000:00:00.2: AMD-Vi: IOMMU performance counters supported
[    0.576109] pci 0000:00:00.2: can't derive routing for PCI INT A
[    0.576111] pci 0000:00:00.2: PCI INT A: not connected
[    0.576128] pci 0000:00:01.0: Adding to iommu group 0
[    0.576137] pci 0000:00:01.1: Adding to iommu group 1
[    0.576144] pci 0000:00:01.2: Adding to iommu group 2
[    0.576153] pci 0000:00:02.0: Adding to iommu group 3
[    0.576160] pci 0000:00:02.1: Adding to iommu group 4
[    0.576166] pci 0000:00:02.4: Adding to iommu group 5
[    0.576177] pci 0000:00:08.0: Adding to iommu group 6
[    0.576183] pci 0000:00:08.1: Adding to iommu group 6
[    0.576188] pci 0000:00:08.2: Adding to iommu group 6
[    0.576199] pci 0000:00:14.0: Adding to iommu group 7
[    0.576204] pci 0000:00:14.3: Adding to iommu group 7
[    0.576224] pci 0000:00:18.0: Adding to iommu group 8
[    0.576230] pci 0000:00:18.1: Adding to iommu group 8
[    0.576236] pci 0000:00:18.2: Adding to iommu group 8
[    0.576242] pci 0000:00:18.3: Adding to iommu group 8
[    0.576252] pci 0000:00:18.4: Adding to iommu group 8
[    0.576258] pci 0000:00:18.5: Adding to iommu group 8
[    0.576263] pci 0000:00:18.6: Adding to iommu group 8
[    0.576269] pci 0000:00:18.7: Adding to iommu group 8
[    0.576279] pci 0000:01:00.0: Adding to iommu group 9
[    0.576285] pci 0000:01:00.1: Adding to iommu group 9
[    0.576292] pci 0000:02:00.0: Adding to iommu group 10
[    0.576299] pci 0000:03:00.0: Adding to iommu group 11
[    0.576306] pci 0000:04:00.0: Adding to iommu group 12
[    0.576313] pci 0000:05:00.0: Adding to iommu group 6
[    0.576317] pci 0000:05:00.2: Adding to iommu group 6
[    0.576320] pci 0000:05:00.3: Adding to iommu group 6
[    0.576324] pci 0000:05:00.4: Adding to iommu group 6
[    0.576327] pci 0000:05:00.5: Adding to iommu group 6
[    0.576331] pci 0000:05:00.6: Adding to iommu group 6
[    0.576334] pci 0000:06:00.0: Adding to iommu group 6
[    0.576337] pci 0000:06:00.1: Adding to iommu group 6
[    0.577610] pci 0000:00:00.2: AMD-Vi: Found IOMMU cap 0x40
[    0.577617] AMD-Vi: Extended features (0x206d73ef22254ade): PPR X2APIC NX GT IA GA PC GA_vAPIC
[    0.577622] AMD-Vi: Interrupt remapping enabled
[    0.577623] AMD-Vi: Virtual APIC enabled
[    0.577624] AMD-Vi: X2APIC enabled
[    0.577724] software IO TLB: tearing down default memory pool
[    0.578341] RAPL PMU: API unit is 2^-32 Joules, 1 fixed counters, 163840 ms ovfl timer
[    0.578343] RAPL PMU: hw unit of domain package 2^-16 Joules
[    0.578346] LVT offset 0 assigned for vector 0x400
[    0.578465] perf: AMD IBS detected (0x000003ff)
[    0.578469] amd_uncore: 4  amd_df counters detected
[    0.578473] amd_uncore: 6  amd_l3 counters detected
[    0.578690] perf/amd_iommu: Detected AMD IOMMU #0 (2 banks, 4 counters/bank).
[    0.578808] SVM: TSC scaling supported
[    0.578809] kvm: Nested Virtualization enabled
[    0.578811] SVM: kvm: Nested Paging enabled
[    0.578819] SVM: Virtual VMLOAD VMSAVE supported
[    0.578820] SVM: Virtual GIF supported
[    0.578821] SVM: LBR virtualization supported
[    0.583734] Initialise system trusted keyrings
[    0.583760] workingset: timestamp_bits=46 max_order=22 bucket_order=0
[    0.584603] fuse: init (API version 7.36)
[    0.584635] SGI XFS with ACLs, security attributes, scrub, repair, no debug enabled
[    0.587434] NET: Registered PF_ALG protocol family
[    0.587438] Key type asymmetric registered
[    0.587439] Asymmetric key parser 'x509' registered
[    0.587446] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
[    0.587470] io scheduler mq-deadline registered
[    0.587471] io scheduler kyber registered
[    0.587476] io scheduler bfq registered
[    0.589681] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    0.641502] ACPI: AC: AC Adapter [ACAD] (on-line)
[    0.641571] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[    0.641600] ACPI: button: Power Button [PWRB]
[    0.641644] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input1
[    0.641669] ACPI: button: Lid Switch [LID]
[    0.641706] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[    0.641750] ACPI: button: Power Button [PWRF]
[    0.641833] ACPI: video: Video Device [VGA] (multi-head: yes  rom: no  post: no)
[    0.642134] acpi device:08: registered as cooling_device0
[    0.642179] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:07/LNXVIDEO:00/input/input3
[    0.642343] Monitor-Mwait will be used to enter C-1 state
[    0.642350] ACPI: \_SB_.PLTF.P000: Found 3 idle states
[    0.642360] ACPI: FW issue: working around C-state latencies out of order
[    0.642525] ACPI: \_SB_.PLTF.P001: Found 3 idle states
[    0.642536] ACPI: FW issue: working around C-state latencies out of order
[    0.642683] ACPI: \_SB_.PLTF.P002: Found 3 idle states
[    0.642693] ACPI: FW issue: working around C-state latencies out of order
[    0.642837] ACPI: \_SB_.PLTF.P003: Found 3 idle states
[    0.642847] ACPI: FW issue: working around C-state latencies out of order
[    0.643011] ACPI: \_SB_.PLTF.P004: Found 3 idle states
[    0.643016] ACPI: FW issue: working around C-state latencies out of order
[    0.643119] ACPI: \_SB_.PLTF.P005: Found 3 idle states
[    0.643125] ACPI: FW issue: working around C-state latencies out of order
[    0.643200] ACPI: \_SB_.PLTF.P006: Found 3 idle states
[    0.643205] ACPI: FW issue: working around C-state latencies out of order
[    0.643271] ACPI: \_SB_.PLTF.P007: Found 3 idle states
[    0.643276] ACPI: FW issue: working around C-state latencies out of order
[    0.643346] ACPI: \_SB_.PLTF.P008: Found 3 idle states
[    0.643351] ACPI: FW issue: working around C-state latencies out of order
[    0.643415] ACPI: \_SB_.PLTF.P009: Found 3 idle states
[    0.643421] ACPI: FW issue: working around C-state latencies out of order
[    0.643469] ACPI: \_SB_.PLTF.P00A: Found 3 idle states
[    0.643474] ACPI: FW issue: working around C-state latencies out of order
[    0.643537] ACPI: \_SB_.PLTF.P00B: Found 3 idle states
[    0.643543] ACPI: FW issue: working around C-state latencies out of order
[    0.644340] ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - \_PR_.P000 (20211217/dspkginit-438)
[    0.644346] ACPI: \_TZ_.THRM: Invalid passive threshold
[    0.645004] thermal LNXTHERM:00: registered as thermal_zone0
[    0.645006] ACPI: thermal: Thermal Zone [THRM] (66 C)
[    0.645681] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    0.645915] Non-volatile memory driver v1.3
[    0.645919] Linux agpgart interface v0.103
[    0.661162] AMD-Vi: AMD IOMMUv2 loaded and initialized
[    0.661225] ACPI: bus type drm_connector registered
[    0.661237] [drm] amdgpu kernel modesetting enabled.
[    0.661243] amdgpu: vga_switcheroo: detected switching method \_SB_.PCI0.GP17.VGA_.ATPX handle
[    0.662600] ACPI: battery: Slot [BAT0] (battery present)
[    0.662652] ATPX version 1, functions 0x00000200
[    0.663677] amdgpu: Virtual CRAT table created for CPU
[    0.663684] amdgpu: Topology: Add CPU node
[    0.663712] amdgpu 0000:05:00.0: vgaarb: deactivate vga console
[    0.663739] amdgpu 0000:05:00.0: enabling device (0006 -> 0007)
[    0.663767] [drm] initializing kernel modesetting (RENOIR 0x1002:0x1636 0x103C:0x87B2 0xC7).
[    0.663771] amdgpu 0000:05:00.0: amdgpu: Trusted Memory Zone (TMZ) feature enabled
[    0.756293] [drm] register mmio base: 0xFC500000
[    0.756299] [drm] register mmio size: 524288
[    0.757828] [drm] add ip block number 0 <soc15_common>
[    0.757834] [drm] add ip block number 1 <gmc_v9_0>
[    0.757838] [drm] add ip block number 2 <vega10_ih>
[    0.757842] [drm] add ip block number 3 <psp>
[    0.757846] [drm] add ip block number 4 <smu>
[    0.757849] [drm] add ip block number 5 <dm>
[    0.757853] [drm] add ip block number 6 <gfx_v9_0>
[    0.757857] [drm] add ip block number 7 <sdma_v4_0>
[    0.757861] [drm] add ip block number 8 <vcn_v2_0>
[    0.757865] [drm] add ip block number 9 <jpeg_v2_0>
[    0.757879] amdgpu 0000:05:00.0: amdgpu: Fetched VBIOS from VFCT
[    0.757886] amdgpu: ATOM BIOS: 113-RENOIR-031
[    0.757900] [drm] VCN decode is enabled in VM mode
[    0.757904] [drm] VCN encode is enabled in VM mode
[    0.757907] [drm] JPEG decode is enabled in VM mode
[    0.757912] amdgpu 0000:05:00.0: amdgpu: PCIE atomic ops is not supported
[    0.757923] amdgpu 0000:05:00.0: amdgpu: MODE2 reset
[    0.758321] [drm] vm size is 262144 GB, 4 levels, block size is 9-bit, fragment size is 9-bit
[    0.758326] amdgpu 0000:05:00.0: amdgpu: VRAM: 512M 0x000000F400000000 - 0x000000F41FFFFFFF (512M used)
[    0.758329] amdgpu 0000:05:00.0: amdgpu: GART: 1024M 0x0000000000000000 - 0x000000003FFFFFFF
[    0.758332] amdgpu 0000:05:00.0: amdgpu: AGP: 267419648M 0x000000F800000000 - 0x0000FFFFFFFFFFFF
[    0.758338] [drm] Detected VRAM RAM=512M, BAR=512M
[    0.758339] [drm] RAM width 128bits DDR4
[    0.758364] [drm] amdgpu: 512M of VRAM memory ready
[    0.758366] [drm] amdgpu: 3072M of GTT memory ready.
[    0.758372] [drm] GART: num cpu pages 262144, num gpu pages 262144
[    0.758486] [drm] PCIE GART of 1024M enabled.
[    0.758488] [drm] PTB located at 0x000000F400900000
[    0.758562] amdgpu 0000:05:00.0: amdgpu: PSP runtime database doesn't exist
[    0.758567] [drm] Loading DMUB firmware via PSP: version=0x0101001F
[    0.758936] [drm] Found VCN firmware Version ENC: 1.17 DEC: 5 VEP: 0 Revision: 2
[    0.758941] amdgpu 0000:05:00.0: amdgpu: Will use PSP to load VCN firmware
[    1.441573] [drm] reserve 0x400000 from 0xf41f800000 for PSP TMR
[    1.523939] amdgpu 0000:05:00.0: amdgpu: RAS: optional ras ta ucode is not available
[    1.532560] amdgpu 0000:05:00.0: amdgpu: RAP: optional rap ta ucode is not available
[    1.532567] amdgpu 0000:05:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[    1.532937] amdgpu 0000:05:00.0: amdgpu: SMU is initialized successfully!
[    1.533138] [drm] Display Core initialized with v3.2.177!
[    1.533677] [drm] DMUB hardware initialized: version=0x0101001F
[    1.642630] tsc: Refined TSC clocksource calibration: 2994.375 MHz
[    1.642647] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2b29837311d, max_idle_ns: 440795235573 ns
[    1.642902] clocksource: Switched to clocksource tsc
[    1.743315] [drm] kiq ring mec 2 pipe 1 q 0
[    1.746054] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[    1.746068] [drm] JPEG decode initialized successfully.
[    1.747366] kfd kfd: amdgpu: Allocated 3969056 bytes on gart
[    1.747464] amdgpu: Virtual CRAT table created for GPU
[    1.747946] amdgpu: Topology: Add dGPU node [0x1636:0x1002]
[    1.747948] kfd kfd: amdgpu: added device 1002:1636
[    1.748020] amdgpu 0000:05:00.0: amdgpu: SE 1, SH per SE 1, CU per SH 8, active_cu_number 6
[    1.748103] amdgpu 0000:05:00.0: amdgpu: ring gfx uses VM inv eng 0 on hub 0
[    1.748106] amdgpu 0000:05:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[    1.748108] amdgpu 0000:05:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[    1.748110] amdgpu 0000:05:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[    1.748112] amdgpu 0000:05:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[    1.748114] amdgpu 0000:05:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[    1.748116] amdgpu 0000:05:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[    1.748118] amdgpu 0000:05:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[    1.748120] amdgpu 0000:05:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[    1.748122] amdgpu 0000:05:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[    1.748124] amdgpu 0000:05:00.0: amdgpu: ring sdma0 uses VM inv eng 0 on hub 1
[    1.748126] amdgpu 0000:05:00.0: amdgpu: ring vcn_dec uses VM inv eng 1 on hub 1
[    1.748128] amdgpu 0000:05:00.0: amdgpu: ring vcn_enc0 uses VM inv eng 4 on hub 1
[    1.748130] amdgpu 0000:05:00.0: amdgpu: ring vcn_enc1 uses VM inv eng 5 on hub 1
[    1.748132] amdgpu 0000:05:00.0: amdgpu: ring jpeg_dec uses VM inv eng 6 on hub 1
[    1.748757] [drm] Initialized amdgpu 3.46.0 20150101 for 0000:05:00.0 on minor 0
[    1.753041] fbcon: amdgpudrmfb (fb0) is primary device
[    1.753133] [drm] DSC precompute is not needed.
[    1.829291] Console: switching to colour frame buffer device 240x67
[    1.844413] amdgpu 0000:05:00.0: [drm] fb0: amdgpudrmfb frame buffer device
[    1.844522] usbcore: registered new interface driver udl
[    1.846183] brd: module loaded
[    1.846947] loop: module loaded
[    1.847416] nvme 0000:04:00.0: platform quirk: setting simple suspend
[    1.847451] nvme nvme0: pci function 0000:04:00.0
[    1.847491] ahci 0000:06:00.0: version 3.0
[    1.847732] ahci 0000:06:00.0: AHCI 0001.0301 32 slots 1 ports 6 Gbps 0x1 impl SATA mode
[    1.847753] ahci 0000:06:00.0: flags: 64bit ncq sntf ilck pm led clo only pmp fbs pio slum part 
[    1.847887] scsi host0: ahci
[    1.847931] ata1: SATA max UDMA/133 abar m2048@0xfc601000 port 0xfc601100 irq 31
[    1.848021] ahci 0000:06:00.1: AHCI 0001.0301 32 slots 1 ports 6 Gbps 0x1 impl SATA mode
[    1.848041] ahci 0000:06:00.1: flags: 64bit ncq sntf ilck pm led clo only pmp fbs pio slum part 
[    1.848134] scsi host1: ahci
[    1.848161] ata2: SATA max UDMA/133 abar m2048@0xfc600000 port 0xfc600100 irq 33
[    1.848264] tun: Universal TUN/TAP device driver, 1.6
[    1.848307] r8169 0000:02:00.0: enabling device (0000 -> 0003)
[    1.848357] r8169 0000:02:00.0: can't disable ASPM; OS doesn't have ASPM control
[    1.852064] nvme nvme0: missing or invalid SUBNQN field.
[    1.855379] r8169 0000:02:00.0 eth0: RTL8168h/8111h, 30:24:a9:7d:03:0f, XID 541, IRQ 51
[    1.855420] r8169 0000:02:00.0 eth0: jumbo features [frames: 9194 bytes, tx checksumming: ko]
[    1.855853] rtw_8822ce 0000:03:00.0: Firmware version 9.9.11, H2C version 15
[    1.855877] rtw_8822ce 0000:03:00.0: Firmware version 9.9.4, H2C version 15
[    1.856072] rtw_8822ce 0000:03:00.0: enabling device (0000 -> 0003)
[    1.856347] nvme nvme0: 16/0/0 default/read/poll queues
[    1.858944]  nvme0n1: p1 p2 p3 p4 p5 p6 p7
[    1.884220] usbcore: registered new interface driver cdc_ether
[    1.884241] usbcore: registered new interface driver cdc_eem
[    1.884260] usbcore: registered new interface driver cdc_ncm
[    1.884393] xhci_hcd 0000:05:00.3: xHCI Host Controller
[    1.884457] xhci_hcd 0000:05:00.3: new USB bus registered, assigned bus number 1
[    1.884548] xhci_hcd 0000:05:00.3: hcc params 0x0268ffe5 hci version 0x110 quirks 0x0000020000000410
[    1.884777] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.18
[    1.884798] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.884813] usb usb1: Product: xHCI Host Controller
[    1.884825] usb usb1: Manufacturer: Linux 5.18.0-rc7 xhci-hcd
[    1.885661] usb usb1: SerialNumber: 0000:05:00.3
[    1.886472] hub 1-0:1.0: USB hub found
[    1.887152] hub 1-0:1.0: 4 ports detected
[    1.887901] xhci_hcd 0000:05:00.3: xHCI Host Controller
[    1.888898] xhci_hcd 0000:05:00.3: new USB bus registered, assigned bus number 2
[    1.889549] xhci_hcd 0000:05:00.3: Host supports USB 3.1 Enhanced SuperSpeed
[    1.890145] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[    1.890894] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.18
[    1.891801] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.892512] usb usb2: Product: xHCI Host Controller
[    1.893558] usb usb2: Manufacturer: Linux 5.18.0-rc7 xhci-hcd
[    1.894370] usb usb2: SerialNumber: 0000:05:00.3
[    1.895381] hub 2-0:1.0: USB hub found
[    1.896074] hub 2-0:1.0: 2 ports detected
[    1.897242] xhci_hcd 0000:05:00.4: xHCI Host Controller
[    1.898044] xhci_hcd 0000:05:00.4: new USB bus registered, assigned bus number 3
[    1.898708] xhci_hcd 0000:05:00.4: hcc params 0x0268ffe5 hci version 0x110 quirks 0x0000020000000410
[    1.899763] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.18
[    1.900180] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.900519] usb usb3: Product: xHCI Host Controller
[    1.900840] usb usb3: Manufacturer: Linux 5.18.0-rc7 xhci-hcd
[    1.901155] usb usb3: SerialNumber: 0000:05:00.4
[    1.901591] hub 3-0:1.0: USB hub found
[    1.902499] hub 3-0:1.0: 4 ports detected
[    1.903520] xhci_hcd 0000:05:00.4: xHCI Host Controller
[    1.904311] xhci_hcd 0000:05:00.4: new USB bus registered, assigned bus number 4
[    1.905190] xhci_hcd 0000:05:00.4: Host supports USB 3.1 Enhanced SuperSpeed
[    1.905922] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[    1.906829] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.18
[    1.907662] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.908661] usb usb4: Product: xHCI Host Controller
[    1.909512] usb usb4: Manufacturer: Linux 5.18.0-rc7 xhci-hcd
[    1.910412] usb usb4: SerialNumber: 0000:05:00.4
[    1.911188] hub 4-0:1.0: USB hub found
[    1.912165] hub 4-0:1.0: 2 ports detected
[    1.913047] usb: port power management may be unreliable
[    1.914007] usbcore: registered new interface driver usblp
[    1.914793] usbcore: registered new interface driver cdc_wdm
[    1.915889] usbcore: registered new interface driver uas
[    1.916596] usbcore: registered new interface driver usb-storage
[    1.917530] usbcore: registered new interface driver emi26 - firmware loader
[    1.918328] usbcore: registered new interface driver emi62 - firmware loader
[    1.919311] i8042: PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1
[    1.919971] i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
[    1.921787] serio: i8042 KBD port at 0x60,0x64 irq 1
[    1.922757] mousedev: PS/2 mouse device common for all mice
[    1.923330] rtc_cmos 00:01: RTC can wake from S4
[    1.924303] rtc_cmos 00:01: registered as rtc0
[    1.925122] rtc_cmos 00:01: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[    1.925583] i2c_dev: i2c /dev entries driver
[    1.926320] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
[    1.927059] piix4_smbus 0000:00:14.0: Using register 0x02 for SMBus port selection
[    1.927763] piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at 0xb20
[    1.928526] usbcore: registered new interface driver uvcvideo
[    1.929294] usbcore: registered new interface driver btusb
[    1.930192] EFI Variables Facility v0.08 2004-May-17
[    1.935726] pstore: Registered efi as persistent store backend
[    1.936759] ccp 0000:05:00.2: enabling device (0000 -> 0002)
[    1.948015] ccp 0000:05:00.2: tee enabled
[    1.948977] ccp 0000:05:00.2: psp enabled
[    1.950075] hid: raw HID events driver (C) Jiri Kosina
[    1.950937] usbcore: registered new interface driver usbhid
[    1.951801] usbhid: USB HID core driver
[    1.952708] hp_accel: laptop model unknown, using default axes configuration
[    1.969179] lis3lv02d: 8 bits 3DC sensor found
[    2.003045] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input4
[    2.009707] input: ST LIS3LV02DL Accelerometer as /devices/platform/lis3lv02d/input/input5
[    2.011072] ACPI BIOS Error (bug): AE_AML_BUFFER_LIMIT, Field [D008] at bit offset/length 128/8 exceeds size of target Buffer (128 bits) (20211217/dsopcode-198)
[    2.011834] ACPI Error: Aborting method \HWMC due to previous error (AE_AML_BUFFER_LIMIT) (20211217/psparse-529)
[    2.012357] ACPI Error: Aborting method \_SB.WMID.WMAA due to previous error (AE_AML_BUFFER_LIMIT) (20211217/psparse-529)
[    2.012692] ACPI BIOS Error (bug): AE_AML_BUFFER_LIMIT, Field [D008] at bit offset/length 128/8 exceeds size of target Buffer (128 bits) (20211217/dsopcode-198)
[    2.013006] ACPI Error: Aborting method \HWMC due to previous error (AE_AML_BUFFER_LIMIT) (20211217/psparse-529)
[    2.013321] ACPI Error: Aborting method \_SB.WMID.WMAA due to previous error (AE_AML_BUFFER_LIMIT) (20211217/psparse-529)
[    2.013664] input: HP WMI hotkeys as /devices/virtual/input/input6
[    2.014152] ACPI BIOS Error (bug): AE_AML_BUFFER_LIMIT, Field [D008] at bit offset/length 128/8 exceeds size of target Buffer (128 bits) (20211217/dsopcode-198)
[    2.015239] ACPI Error: Aborting method \HWMC due to previous error (AE_AML_BUFFER_LIMIT) (20211217/psparse-529)
[    2.016231] ACPI Error: Aborting method \_SB.WMID.WMAA due to previous error (AE_AML_BUFFER_LIMIT) (20211217/psparse-529)
[    2.017105] random: fast init done
[    2.017124] ACPI BIOS Error (bug): AE_AML_BUFFER_LIMIT, Field [D008] at bit offset/length 128/8 exceeds size of target Buffer (128 bits) (20211217/dsopcode-198)
[    2.018284] ACPI Error: Aborting method \HWMC due to previous error (AE_AML_BUFFER_LIMIT) (20211217/psparse-529)
[    2.019523] ACPI Error: Aborting method \_SB.WMID.WMAA due to previous error (AE_AML_BUFFER_LIMIT) (20211217/psparse-529)
[    2.020441] ACPI BIOS Error (bug): AE_AML_BUFFER_LIMIT, Field [D009] at bit offset/length 136/8 exceeds size of target Buffer (136 bits) (20211217/dsopcode-198)
[    2.021367] ACPI Error: Aborting method \HWMC due to previous error (AE_AML_BUFFER_LIMIT) (20211217/psparse-529)
[    2.022303] ACPI Error: Aborting method \_SB.WMID.WMAA due to previous error (AE_AML_BUFFER_LIMIT) (20211217/psparse-529)
[    2.023109] ACPI BIOS Error (bug): AE_AML_BUFFER_LIMIT, Field [D009] at bit offset/length 136/8 exceeds size of target Buffer (136 bits) (20211217/dsopcode-198)
[    2.023899] ACPI Error: Aborting method \HWMC due to previous error (AE_AML_BUFFER_LIMIT) (20211217/psparse-529)
[    2.024752] ACPI Error: Aborting method \_SB.WMID.WMAA due to previous error (AE_AML_BUFFER_LIMIT) (20211217/psparse-529)
[    2.025488] ACPI BIOS Error (bug): AE_AML_BUFFER_LIMIT, Field [D008] at bit offset/length 128/8 exceeds size of target Buffer (128 bits) (20211217/dsopcode-198)
[    2.026304] ACPI Error: Aborting method \HWMC due to previous error (AE_AML_BUFFER_LIMIT) (20211217/psparse-529)
[    2.027152] ACPI Error: Aborting method \_SB.WMID.WMAA due to previous error (AE_AML_BUFFER_LIMIT) (20211217/psparse-529)
[    2.029042] snd_hda_intel 0000:01:00.1: enabling device (0000 -> 0002)
[    2.029743] snd_hda_intel 0000:01:00.1: Disabling MSI
[    2.030262] snd_hda_intel 0000:01:00.1: Handle vga_switcheroo audio client
[    2.030732] snd_hda_intel 0000:05:00.6: enabling device (0000 -> 0002)
[    2.031243] usbcore: registered new interface driver snd-usb-audio
[    2.031721] NET: Registered PF_LLC protocol family
[    2.032809] Initializing XFRM netlink socket
[    2.033548] NET: Registered PF_INET6 protocol family
[    2.034355] Segment Routing with IPv6
[    2.035353] In-situ OAM (IOAM) with IPv6
[    2.036258] mip6: Mobile IPv6
[    2.037476] NET: Registered PF_PACKET protocol family
[    2.038127] NET: Registered PF_KEY protocol family
[    2.039496] Bluetooth: RFCOMM TTY layer initialized
[    2.040580] Bluetooth: RFCOMM socket layer initialized
[    2.040681] input: ELAN0718:00 04F3:30FD Mouse as /devices/platform/AMDI0010:03/i2c-0/i2c-ELAN0718:00/0018:04F3:30FD.0001/input/input7
[    2.041651] Bluetooth: RFCOMM ver 1.11
[    2.042672] input: ELAN0718:00 04F3:30FD Touchpad as /devices/platform/AMDI0010:03/i2c-0/i2c-ELAN0718:00/0018:04F3:30FD.0001/input/input9
[    2.043518] snd_hda_codec_realtek hdaudioC2D0: autoconfig for ALC285: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
[    2.043521] snd_hda_codec_realtek hdaudioC2D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[    2.043523] snd_hda_codec_realtek hdaudioC2D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
[    2.043524] snd_hda_codec_realtek hdaudioC2D0:    mono: mono_out=0x0
[    2.043525] snd_hda_codec_realtek hdaudioC2D0:    inputs:
[    2.043525] snd_hda_codec_realtek hdaudioC2D0:      Mic=0x19
[    2.043526] snd_hda_codec_realtek hdaudioC2D0:      Internal Mic=0x12
[    2.043709] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[    2.043850] input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.1/0000:01:00.1/sound/card1/input10
[    2.043909] input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.1/0000:01:00.1/sound/card1/input11
[    2.043939] input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.1/0000:01:00.1/sound/card1/input12
[    2.043974] input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:01.1/0000:01:00.1/sound/card1/input13
[    2.044717] hid-multitouch 0018:04F3:30FD.0001: input,hidraw0: I2C HID v1.00 Mouse [ELAN0718:00 04F3:30FD] on i2c-ELAN0718:00
[    2.045851] Bluetooth: BNEP filters: protocol multicast
[    2.054986] Bluetooth: BNEP socket layer initialized
[    2.055971] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
[    2.056848] Bluetooth: HIDP socket layer initialized
[    2.057679] l2tp_core: L2TP core driver, V2.0
[    2.058397] l2tp_ip: L2TP IP encapsulation support (L2TPv3)
[    2.059240] l2tp_netlink: L2TP netlink interface
[    2.059920] l2tp_eth: L2TP ethernet pseudowire support (L2TPv3)
[    2.060799] l2tp_ip6: L2TP IP encapsulation support for IPv6 (L2TPv3)
[    2.061503] 8021q: 802.1Q VLAN Support v1.8
[    2.062557] NET: Registered PF_RDS protocol family
[    2.063218] Registered RDS/tcp transport
[    2.065403] microcode: CPU0: patch_level=0x08600106
[    2.066354] microcode: CPU1: patch_level=0x08600106
[    2.067290] microcode: CPU2: patch_level=0x08600106
[    2.068490] microcode: CPU3: patch_level=0x08600106
[    2.069395] microcode: CPU4: patch_level=0x08600106
[    2.070326] microcode: CPU5: patch_level=0x08600106
[    2.071159] microcode: CPU6: patch_level=0x08600106
[    2.072395] microcode: CPU7: patch_level=0x08600106
[    2.073694] microcode: CPU8: patch_level=0x08600106
[    2.074675] microcode: CPU9: patch_level=0x08600106
[    2.075698] microcode: CPU10: patch_level=0x08600106
[    2.076542] microcode: CPU11: patch_level=0x08600106
[    2.077031] microcode: Microcode Update Driver: v2.2.
[    2.077036] IPI shorthand broadcast: enabled
[    2.078419] AVX2 version of gcm_enc/dec engaged.
[    2.079319] AES CTR mode by8 optimization enabled
[    2.080221] sched_clock: Marking stable (2078792576, 1422322)->(2097472558, -17257660)
[    2.080992] registered taskstats version 1
[    2.081696] Loading compiled-in X.509 certificates
[    2.082298] Key type ._fscrypt registered
[    2.082972] Key type .fscrypt registered
[    2.083579] Key type fscrypt-provisioning registered
[    2.125657] usb 1-4: new full-speed USB device number 2 using xhci_hcd
[    2.141659] usb 3-3: new high-speed USB device number 2 using xhci_hcd
[    2.152023] ata1: SATA link down (SStatus 0 SControl 300)
[    2.273237] usb 1-4: New USB device found, idVendor=0bda, idProduct=b00c, bcdDevice= 0.00
[    2.274082] usb 1-4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    2.274768] usb 1-4: Product: Bluetooth Radio
[    2.275029] usb 1-4: Manufacturer: Realtek
[    2.275287] usb 1-4: SerialNumber: 00e04c000001
[    2.288256] Bluetooth: hci0: RTL: examining hci_ver=0a hci_rev=000c lmp_ver=0a lmp_subver=8822
[    2.288957] usb 3-3: New USB device found, idVendor=30c9, idProduct=0013, bcdDevice= 0.01
[    2.290036] usb 3-3: New USB device strings: Mfr=3, Product=1, SerialNumber=2
[    2.290250] Bluetooth: hci0: RTL: rom_version status=0 version=3
[    2.290997] usb 3-3: Product: HP TrueVision HD Camera
[    2.290999] usb 3-3: Manufacturer: DJKCVA19IECCI0
[    2.291496] Bluetooth: hci0: RTL: loading rtl_bt/rtl8822cu_fw.bin
[    2.292197] usb 3-3: SerialNumber: 0001
[    2.292842] Bluetooth: hci0: RTL: loading rtl_bt/rtl8822cu_config.bin
[    2.294688] bluetooth hci0: Direct firmware load for rtl_bt/rtl8822cu_config.bin failed with error -2
[    2.295276] Bluetooth: hci0: RTL: cfg_sz -2, total sz 35080
[    2.300108] usb 3-3: Found UVC 1.00 device HP TrueVision HD Camera (30c9:0013)
[    2.302706] acpi_cpufreq: overriding BIOS provided _PSD data
[    2.303408] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[    2.306658] ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    2.309925] input: HP TrueVision HD Camera: HP Tru as /devices/pci0000:00/0000:00:08.1/0000:05:00.4/usb3/3-3/3-3:1.0/input/input14
[    2.311096] ata2.00: ATA-9: SanDisk Ultra II 960GB, X41100RL, max UDMA/133
[    2.312022] ata2.00: 1875385008 sectors, multi 1: LBA48 NCQ (depth 32), AA
[    2.314297] ata2.00: configured for UDMA/133
[    2.315153] scsi 1:0:0:0: Direct-Access     ATA      SanDisk Ultra II 00RL PQ: 0 ANSI: 5
[    2.316309] sd 1:0:0:0: Attached scsi generic sg0 type 0
[    2.316416] sd 1:0:0:0: [sda] 1875385008 512-byte logical blocks: (960 GB/894 GiB)
[    2.317743] sd 1:0:0:0: [sda] Write Protect is off
[    2.318594] sd 1:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    2.318616] sd 1:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.319762]  sda: sda1 sda2 sda3
[    2.320464] sd 1:0:0:0: [sda] Attached SCSI disk
[    2.323010] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[    2.323763] ALSA device list:
[    2.324113]   #0: Loopback 1
[    2.324410]   #1: HDA NVidia at 0xfc080000 irq 74
[    2.603583] Bluetooth: hci0: RTL: fw version 0x19b76d7d
[    2.696232] input: HD-Audio Generic Mic as /devices/pci0000:00/0000:00:08.1/0000:05:00.6/sound/card2/input15
[    2.697751] input: HD-Audio Generic Headphone as /devices/pci0000:00/0000:00:08.1/0000:05:00.6/sound/card2/input16
[    2.701951] EXT4-fs (nvme0n1p4): mounted filesystem with ordered data mode. Quota mode: disabled.
[    2.702895] VFS: Mounted root (ext4 filesystem) readonly on device 259:4.
[    2.704037] devtmpfs: mounted
[    2.705226] Freeing unused decrypted memory: 2044K
[    2.706003] Freeing unused kernel image (initmem) memory: 1236K
[    2.709636] Write protecting the kernel read-only data: 30720k
[    2.711509] Freeing unused kernel image (text/rodata gap) memory: 2028K
[    2.712219] Freeing unused kernel image (rodata/data gap) memory: 192K
[    2.712592] Run /sbin/init as init process
[    2.712922]   with arguments:
[    2.712922]     /sbin/init
[    2.712923]   with environment:
[    2.712923]     HOME=/
[    2.712923]     TERM=linux
[    3.235633] random: crng init done
[    3.258389] udevd[328]: starting eudev-3.2.11
[    3.624932] Adding 1048572k swap on /dev/nvme0n1p3.  Priority:-2 extents:1 across:1048572k SS
[    4.646452] EXT4-fs (nvme0n1p4): re-mounted. Quota mode: disabled.
[    4.691757] FAT-fs (nvme0n1p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[    4.711042] EXT4-fs (sda3): mounted filesystem with ordered data mode. Quota mode: disabled.
[   13.416617] wlan0: authenticate with 24:4b:fe:be:28:28
[   13.416649] wlan0: bad VHT capabilities, disabling VHT
[   13.788593] wlan0: send auth to 24:4b:fe:be:28:28 (try 1/3)
[   13.792000] wlan0: authenticated
[   13.793659] wlan0: associate with 24:4b:fe:be:28:28 (try 1/3)
[   13.798477] wlan0: RX AssocResp from 24:4b:fe:be:28:28 (capab=0x1411 status=0 aid=6)
[   13.798755] wlan0: associated
[   13.815380] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[   14.796846] wlan0: deauthenticating from 24:4b:fe:be:28:28 by local choice (Reason: 3=DEAUTH_LEAVING)
[   21.832281] wlan0: authenticate with 24:4b:fe:be:28:28
[   21.832297] wlan0: bad VHT capabilities, disabling VHT
[   22.100003] wlan0: send auth to 24:4b:fe:be:28:28 (try 1/3)
[   22.103414] wlan0: authenticated
[   22.104655] wlan0: associate with 24:4b:fe:be:28:28 (try 1/3)
[   22.109866] wlan0: RX AssocResp from 24:4b:fe:be:28:28 (capab=0x1411 status=0 aid=6)
[   22.110155] wlan0: associated
[   22.119850] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[   28.140828] amdgpu 0000:05:00.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=none:owns=none
[   42.903772] atkbd serio0: Unknown key pressed (translated set 2, code 0xd8 on isa0060/serio0).
[   42.903780] atkbd serio0: Use 'setkeycodes e058 <keycode>' to make it known.
[   42.911109] atkbd serio0: Unknown key released (translated set 2, code 0xd8 on isa0060/serio0).
[   42.911117] atkbd serio0: Use 'setkeycodes e058 <keycode>' to make it known.
[   43.375323] PM: suspend entry (deep)
[   43.393525] Filesystems sync: 0.018 seconds
[   43.393686] Freezing user space processes ... (elapsed 0.001 seconds) done.
[   43.395561] OOM killer disabled.
[   43.395563] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
[   43.396663] printk: Suspending console(s) (use no_console_suspend to debug)
[   43.408608] wlan0: deauthenticating from 24:4b:fe:be:28:28 by local choice (Reason: 3=DEAUTH_LEAVING)
[   43.411672] sd 1:0:0:0: [sda] Synchronizing SCSI cache
[   43.413555] sd 1:0:0:0: [sda] Stopping disk
[   43.497558] [drm] free PSP TMR buffer
[   43.525805] amdgpu 0000:05:00.0: amdgpu: MODE2 reset
[   43.695342] PM: late suspend of devices failed
[   43.695636] pci 0000:00:00.2: can't derive routing for PCI INT A
[   43.695641] pci 0000:00:00.2: PCI INT A: no GSI
[   43.695885] [drm] PCIE GART of 1024M enabled.
[   43.695891] [drm] PTB located at 0x000000F400900000
[   43.695906] [drm] PSP is resuming...
[   43.696530] sd 1:0:0:0: [sda] Starting disk
[   43.705936] nvme nvme0: 16/0/0 default/read/poll queues
[   43.715942] [drm] reserve 0x400000 from 0xf41f800000 for PSP TMR
[   43.992144] amdgpu 0000:05:00.0: amdgpu: RAS: optional ras ta ucode is not available
[   44.000092] usb 1-4: reset full-speed USB device number 2 using xhci_hcd
[   44.000744] ata1: SATA link down (SStatus 0 SControl 300)
[   44.000937] amdgpu 0000:05:00.0: amdgpu: RAP: optional rap ta ucode is not available
[   44.000939] amdgpu 0000:05:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[   44.000943] amdgpu 0000:05:00.0: amdgpu: SMU is resuming...
[   44.001078] amdgpu 0000:05:00.0: amdgpu: dpm has been disabled
[   44.002087] amdgpu 0000:05:00.0: amdgpu: SMU is resumed successfully!
[   44.002642] [drm] DMUB hardware initialized: version=0x0101001F
[   44.162873] ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[   44.165729] ata2.00: configured for UDMA/133
[   44.414703] [drm] kiq ring mec 2 pipe 1 q 0
[   44.422589] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[   44.422661] [drm] JPEG decode initialized successfully.
[   44.422669] amdgpu 0000:05:00.0: amdgpu: ring gfx uses VM inv eng 0 on hub 0
[   44.422672] amdgpu 0000:05:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[   44.422674] amdgpu 0000:05:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[   44.422676] amdgpu 0000:05:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[   44.422678] amdgpu 0000:05:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[   44.422679] amdgpu 0000:05:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[   44.422681] amdgpu 0000:05:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[   44.422682] amdgpu 0000:05:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[   44.422684] amdgpu 0000:05:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[   44.422686] amdgpu 0000:05:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[   44.422687] amdgpu 0000:05:00.0: amdgpu: ring sdma0 uses VM inv eng 0 on hub 1
[   44.422689] amdgpu 0000:05:00.0: amdgpu: ring vcn_dec uses VM inv eng 1 on hub 1
[   44.422691] amdgpu 0000:05:00.0: amdgpu: ring vcn_enc0 uses VM inv eng 4 on hub 1
[   44.422692] amdgpu 0000:05:00.0: amdgpu: ring vcn_enc1 uses VM inv eng 5 on hub 1
[   44.422694] amdgpu 0000:05:00.0: amdgpu: ring jpeg_dec uses VM inv eng 6 on hub 1
[   44.426100] OOM killer enabled.
[   44.426102] Restarting tasks ... done.
[   44.427656] Bluetooth: hci0: RTL: examining hci_ver=0a hci_rev=000c lmp_ver=0a lmp_subver=8822
[   44.429635] Bluetooth: hci0: RTL: rom_version status=0 version=3
[   44.429640] Bluetooth: hci0: RTL: loading rtl_bt/rtl8822cu_fw.bin
[   44.429650] Bluetooth: hci0: RTL: loading rtl_bt/rtl8822cu_config.bin
[   44.435745] Bluetooth: hci0: RTL: cfg_sz 6, total sz 35086
[   44.554108] PM: suspend exit
[   44.554168] PM: suspend entry (s2idle)
[   44.557083] Filesystems sync: 0.002 seconds
[   44.557177] Freezing user space processes ... (elapsed 0.179 seconds) done.
[   44.736557] OOM killer disabled.
[   44.736559] Freezing remaining freezable tasks ... 
[   44.742928] Bluetooth: hci0: RTL: fw version 0x19b76d7d
[   45.083052] (elapsed 0.346 seconds) done.
[   45.083061] printk: Suspending console(s) (use no_console_suspend to debug)
[   45.083107] amdgpu 0000:05:00.0: amdgpu: Power consumption will be higher as BIOS has not been configured for suspend-to-idle.
               To use suspend-to-idle change the sleep mode in BIOS setup.
[   45.088641] sd 1:0:0:0: [sda] Synchronizing SCSI cache
[   45.096183] sd 1:0:0:0: [sda] Stopping disk
[   45.186557] [drm] free PSP TMR buffer
[   45.214807] amdgpu 0000:05:00.0: amdgpu: MODE2 reset
[   45.228563] ACPI: EC: interrupt blocked
[   56.306279] ACPI: EC: interrupt unblocked
[   56.330835] [drm] PCIE GART of 1024M enabled.
[   56.330843] [drm] PTB located at 0x000000F400900000
[   56.330859] [drm] PSP is resuming...
[   56.331110] pci 0000:00:00.2: can't derive routing for PCI INT A
[   56.331117] pci 0000:00:00.2: PCI INT A: no GSI
[   56.331193] sd 1:0:0:0: [sda] Starting disk
[   56.346038] nvme nvme0: 16/0/0 default/read/poll queues
[   56.350897] [drm] reserve 0x400000 from 0xf41f800000 for PSP TMR
[   56.577047] usb 1-4: reset full-speed USB device number 2 using xhci_hcd
[   56.594955] usb 3-3: reset high-speed USB device number 2 using xhci_hcd
[   56.626926] amdgpu 0000:05:00.0: amdgpu: RAS: optional ras ta ucode is not available
[   56.635720] amdgpu 0000:05:00.0: amdgpu: RAP: optional rap ta ucode is not available
[   56.635722] amdgpu 0000:05:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[   56.635725] amdgpu 0000:05:00.0: amdgpu: SMU is resuming...
[   56.636096] amdgpu 0000:05:00.0: amdgpu: dpm has been disabled
[   56.637117] amdgpu 0000:05:00.0: amdgpu: SMU is resumed successfully!
[   56.637671] [drm] DMUB hardware initialized: version=0x0101001F
[   56.640653] ata1: SATA link down (SStatus 0 SControl 300)
[   56.793558] ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[   56.796237] ata2.00: configured for UDMA/133
[   57.148433] [drm] kiq ring mec 2 pipe 1 q 0
[   57.157026] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[   57.157101] [drm] JPEG decode initialized successfully.
[   57.157109] amdgpu 0000:05:00.0: amdgpu: ring gfx uses VM inv eng 0 on hub 0
[   57.157113] amdgpu 0000:05:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[   57.157116] amdgpu 0000:05:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[   57.157118] amdgpu 0000:05:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[   57.157120] amdgpu 0000:05:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[   57.157122] amdgpu 0000:05:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[   57.157123] amdgpu 0000:05:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[   57.157125] amdgpu 0000:05:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[   57.157127] amdgpu 0000:05:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[   57.157129] amdgpu 0000:05:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[   57.157131] amdgpu 0000:05:00.0: amdgpu: ring sdma0 uses VM inv eng 0 on hub 1
[   57.157133] amdgpu 0000:05:00.0: amdgpu: ring vcn_dec uses VM inv eng 1 on hub 1
[   57.157135] amdgpu 0000:05:00.0: amdgpu: ring vcn_enc0 uses VM inv eng 4 on hub 1
[   57.157137] amdgpu 0000:05:00.0: amdgpu: ring vcn_enc1 uses VM inv eng 5 on hub 1
[   57.157139] amdgpu 0000:05:00.0: amdgpu: ring jpeg_dec uses VM inv eng 6 on hub 1
[   57.160111] OOM killer enabled.
[   57.160113] Restarting tasks ... 
[   57.160999] Bluetooth: hci0: RTL: examining hci_ver=0a hci_rev=000c lmp_ver=0a lmp_subver=8822
[   57.161615] done.
[   57.162973] Bluetooth: hci0: RTL: rom_version status=0 version=3
[   57.162978] Bluetooth: hci0: RTL: loading rtl_bt/rtl8822cu_fw.bin
[   57.163001] Bluetooth: hci0: RTL: loading rtl_bt/rtl8822cu_config.bin
[   57.163024] Bluetooth: hci0: RTL: cfg_sz 6, total sz 35086
[   57.289030] PM: suspend exit
[   57.470961] Bluetooth: hci0: RTL: fw version 0x19b76d7d

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

* RE: [REGRESSION] Laptop with Ryzen 4600H fails to resume video since 5.17.4 (works 5.17.3)
  2022-05-17 17:38               ` casteyde.christian
@ 2022-05-17 18:13                 ` Limonciello, Mario
  2022-05-18 11:02                   ` casteyde.christian
  2022-05-18  2:08                 ` Kai-Heng Feng
  1 sibling, 1 reply; 30+ messages in thread
From: Limonciello, Mario @ 2022-05-17 18:13 UTC (permalink / raw)
  To: casteyde.christian, Kai-Heng Feng
  Cc: stable, Thorsten Leemhuis, regressions, Deucher, Alexander, gregkh

[Public]

> 
> dmesg logs

The thing getting reset here is an APU, so the device link stuff is irrelevant to help with suspend ordering as it pertains to HDA which is what that commit you reverted was supposed to help.
It seems that commit had some collateral damage to APU in the S3 path (which is relatively "uncommon" now).

Can you have a try with 5.18-rc7 + https://patchwork.freedesktop.org/patch/486595/

That was for a different issue, but I think it may have the same outcome for you in what it's helping.
If it doesn't, please another full log.

We were discussing taking out all of this ASIC reset stuff on suspend too, so if that doesn't help you maybe it's the impetus to do so.

> 
> ----- Mail original -----
> De: "Kai-Heng Feng" <kai.heng.feng@canonical.com>
> À: "Christian Casteyde" <casteyde.christian@free.fr>
> Cc: stable@vger.kernel.org, "Thorsten Leemhuis"
> <regressions@leemhuis.info>, regressions@lists.linux.dev, "alexander
> deucher" <alexander.deucher@amd.com>, gregkh@linuxfoundation.org,
> "Mario Limonciello" <mario.limonciello@amd.com>
> Envoyé: Mardi 17 Mai 2022 08:58:30
> Objet: Re: [REGRESSION] Laptop with Ryzen 4600H fails to resume video
> since 5.17.4 (works 5.17.3)
> 
> On Tue, May 17, 2022 at 2:36 PM Christian Casteyde
> <casteyde.christian@free.fr> wrote:
> >
> > No, the problem is there even without acpicall. Fyi I use it to shutdown the
> NVidia card that eats the battery otherwise.
> >
> > I managed to get a dmesg output with 2.18rc7 I will post it this evening
> (basically exact same behavior as 2.17.4).
> 
> Can you please also attach dmesg without the offending commit (i.e.
> when it's working)?
> 
> Kai-Heng
> 
> >
> > CC
> >
> > ⁣Télécharger BlueMail pour Android
> >
> > Le 17 mai 2022 à 04:03, à 04:03, Kai-Heng Feng
> <kai.heng.feng@canonical.com> a écrit:
> > >On Tue, May 17, 2022 at 1:23 AM Christian Casteyde
> > ><casteyde.christian@free.fr> wrote:
> > >>
> > >> I've tried with 5.18-rc7, it doesn't work either. I guess 5.18 branch
> > >have all
> > >> commits.
> > >>
> > >> full dmesg appended (not for 5.18, I didn't manage to resume up to
> > >the point
> > >> to get a console for now).
> > >
> > >Interestingly, I found you are using acpi_call:
> > >[   30.667348] acpi_call: loading out-of-tree module taints kernel.
> > >
> > >Does removing the acpi_call solve the issue?
> > >
> > >Kai-Heng
> > >
> > >>
> > >> CC
> > >>
> > >> Le lundi 16 mai 2022, 04:47:25 CEST Kai-Heng Feng a écrit :
> > >> > [+Cc Mario]
> > >> >
> > >> > On Sun, May 15, 2022 at 1:34 AM Christian Casteyde
> > >> >
> > >> > <casteyde.christian@free.fr> wrote:
> > >> > > I've applied the commit a56f445f807b0276 on 5.17.7 and tested.
> > >> > > This does not fix the problem on my laptop.
> > >> >
> > >> > Maybe some commits are still missing?
> > >> >
> > >> > > For informatio, here is a part of the log around the suspend
> > >process:
> > >> > Is it possible to attach full dmesg?
> > >> >
> > >> > Kai-Heng
> > >> >
> > >> > > May 14 19:21:41 geek500 kernel: snd_hda_intel 0000:01:00.1: can't
> > >change
> > >> > > power state from D3cold to D0 (config space inaccessible)
> > >> > > May 14 19:21:41 geek500 kernel: PM: late suspend of devices
> > >failed
> > >> > > May 14 19:21:41 geek500 kernel: ------------[ cut here
> > >]------------
> > >> > > May 14 19:21:41 geek500 kernel: i2c_designware AMDI0010:03:
> > >Transfer while
> > >> > > suspended
> > >> > > May 14 19:21:41 geek500 kernel: pci 0000:00:00.2: can't derive
> > >routing for
> > >> > > PCI INT A
> > >> > > May 14 19:21:41 geek500 kernel: pci 0000:00:00.2: PCI INT A: no
> > >GSI
> > >> > > May 14 19:21:41 geek500 kernel: WARNING: CPU: 9 PID: 1972 at
> > >drivers/i2c/
> > >> > > busses/i2c-designware-master.c:570 i2c_dw_xfer+0x3f6/0x440
> > >> > > May 14 19:21:41 geek500 kernel: Modules linked in: [last
> > >unloaded:
> > >> > > acpi_call] May 14 19:21:41 geek500 kernel: CPU: 9 PID: 1972 Comm:
> > >> > > kworker/u32:18 Tainted: G           O      5.17.7+ #7
> > >> > > May 14 19:21:41 geek500 kernel: Hardware name: HP HP Pavilion
> > >Gaming
> > >> > > Laptop
> > >> > > 15-ec1xxx/87B2, BIOS F.25 08/18/2021
> > >> > > May 14 19:21:41 geek500 kernel: Workqueue: events_unbound
> > >> > > async_run_entry_fn May 14 19:21:41 geek500 kernel: RIP:
> > >> > > 0010:i2c_dw_xfer+0x3f6/0x440
> > >> > > May 14 19:21:41 geek500 kernel: Code: c6 05 db 31 45 01 01 4c 8b
> > >67 50 4d
> > >> > > 85 e4 75 03 4c 8b 27 e8 fc e1 e9 ff 4c 89 e2 48 c7 c7 00 01 cc
> > >> > >
> > >> > >  ab 48 89 c6 e8 b3 4f 45 00 <0f> 0b 41 be 94 ff ff ff e9 cc fc ff
> > >ff e9 2d
> > >> > >  9c>
> > >> > > 4b 00 83 f8 01 74
> > >> > > May 14 19:21:41 geek500 kernel: RSP: 0018:ffff8dbfc31e7c68
> > >EFLAGS:
> > >> > > 00010286
> > >> > > May 14 19:21:41 geek500 kernel: RAX: 0000000000000000 RBX:
> > >> > > ffff888540f170e8
> > >> > > RCX: 0000000000000be5
> > >> > > May 14 19:21:41 geek500 kernel: RDX: 0000000000000000 RSI:
> > >> > > 0000000000000086
> > >> > > RDI: ffffffffac858df8
> > >> > > May 14 19:21:41 geek500 kernel: RBP: ffff888540f170e8 R08:
> > >> > > ffffffffabe46d60
> > >> > > R09: 00000000ac86a0f6
> > >> > > May 14 19:21:41 geek500 kernel: R10: ffffffffffffffff R11:
> > >> > > ffffffffffffffff
> > >> > > R12: ffff888540f5c070
> > >> > > May 14 19:21:41 geek500 kernel: R13: ffff8dbfc31e7d70 R14:
> > >> > > 00000000ffffff94
> > >> > > R15: ffff888540f17028
> > >> > > May 14 19:21:41 geek500 kernel: FS:  0000000000000000(0000)
> > >> > > GS:ffff88885f640000(0000) knlGS:0000000000000000
> > >> > > May 14 19:21:41 geek500 kernel: CS:  0010 DS: 0000 ES: 0000 CR0:
> > >> > > 0000000080050033
> > >> > > May 14 19:21:41 geek500 kernel: CR2: 00007f1984067028 CR3:
> > >> > > 0000000045e0c000
> > >> > > CR4: 0000000000350ee0
> > >> > > May 14 19:21:41 geek500 kernel: Call Trace:
> > >> > > May 14 19:21:41 geek500 kernel:  <TASK>
> > >> > > May 14 19:21:41 geek500 kernel:  ? dequeue_entity+0xd4/0x250
> > >> > > May 14 19:21:41 geek500 kernel:  ?
> > >newidle_balance.constprop.0+0x1f7/0x3b0
> > >> > > May 14 19:21:41 geek500 kernel:  __i2c_transfer+0x16d/0x520
> > >> > > May 14 19:21:41 geek500 kernel:  i2c_transfer+0x7a/0xd0
> > >> > > May 14 19:21:41 geek500 kernel:  __i2c_hid_command+0x106/0x2d0
> > >> > > May 14 19:21:41 geek500 kernel:  ? amd_gpio_irq_enable+0x19/0x50
> > >> > > May 14 19:21:41 geek500 kernel:  i2c_hid_set_power+0x4a/0xd0
> > >> > > May 14 19:21:41 geek500 kernel:  i2c_hid_core_resume+0x60/0xb0
> > >> > > May 14 19:21:41 geek500 kernel:  ?
> > >acpi_subsys_resume_early+0x50/0x50
> > >> > > May 14 19:21:41 geek500 kernel:  dpm_run_callback+0x1d/0xd0
> > >> > > May 14 19:21:41 geek500 kernel:  device_resume+0x122/0x230
> > >> > > May 14 19:21:41 geek500 kernel:  async_resume+0x14/0x30
> > >> > > May 14 19:21:41 geek500 kernel:  async_run_entry_fn+0x1b/0xa0
> > >> > > May 14 19:21:41 geek500 kernel:  process_one_work+0x1d3/0x3a0
> > >> > > May 14 19:21:41 geek500 kernel:  worker_thread+0x48/0x3c0
> > >> > > May 14 19:21:41 geek500 kernel:  ? rescuer_thread+0x380/0x380
> > >> > > May 14 19:21:41 geek500 kernel:  kthread+0xd3/0x100
> > >> > > May 14 19:21:41 geek500 kernel:  ?
> > >kthread_complete_and_exit+0x20/0x20
> > >> > > May 14 19:21:41 geek500 kernel:  ret_from_fork+0x22/0x30
> > >> > > May 14 19:21:41 geek500 kernel:  </TASK>
> > >> > > May 14 19:21:41 geek500 kernel: ---[ end trace 0000000000000000
> > >]---
> > >> > > May 14 19:21:41 geek500 kernel: i2c_hid_acpi i2c-ELAN0718:00:
> > >failed to
> > >> > > change power setting.
> > >> > > May 14 19:21:41 geek500 kernel: PM: dpm_run_callback():
> > >> > > acpi_subsys_resume+0x0/0x50 returns -108
> > >> > > May 14 19:21:41 geek500 kernel: i2c_hid_acpi i2c-ELAN0718:00: PM:
> > >failed
> > >> > > to
> > >> > > resume async: error -108
> > >> > > May 14 19:21:41 geek500 kernel: amdgpu 0000:05:00.0:
> > >> > > [drm:amdgpu_ring_test_helper] *ERROR* ring gfx test failed (-110)
> > >> > > May 14 19:21:41 geek500 kernel:
> > >[drm:amdgpu_device_ip_resume_phase2]
> > >> > > *ERROR* resume of IP block <gfx_v9_0> failed -110
> > >> > > May 14 19:21:41 geek500 kernel: amdgpu 0000:05:00.0: amdgpu:
> > >> > > amdgpu_device_ip_resume failed (-110).
> > >> > > May 14 19:21:41 geek500 kernel: PM: dpm_run_callback():
> > >> > > pci_pm_resume+0x0/0x120 returns -110
> > >> > > May 14 19:21:41 geek500 kernel: amdgpu 0000:05:00.0: PM: failed
> > >to resume
> > >> > > async: error -110
> > >> > > May 14 19:21:41 geek500 kernel: ------------[ cut here
> > >]------------
> > >> > > May 14 19:21:41 geek500 kernel: AMDI0010:03 already disabled
> > >> > > May 14 19:21:41 geek500 kernel: WARNING: CPU: 6 PID: 1091 at
> > >drivers/clk/
> > >> > > clk.c:971 clk_core_disable+0x80/0x1a0
> > >> > > May 14 19:21:41 geek500 kernel: Modules linked in: [last
> > >unloaded:
> > >> > > acpi_call] May 14 19:21:41 geek500 kernel: CPU: 6 PID: 1091 Comm:
> > >> > > kworker/6:3 Tainted: G W  O      5.17.7+ #7
> > >> > > May 14 19:21:41 geek500 kernel: Hardware name: HP HP Pavilion
> > >Gaming
> > >> > > Laptop
> > >> > > 15-ec1xxx/87B2, BIOS F.25 08/18/2021
> > >> > > May 14 19:21:41 geek500 kernel: Workqueue: pm
> pm_runtime_work
> > >> > > May 14 19:21:41 geek500 kernel: RIP:
> > >0010:clk_core_disable+0x80/0x1a0
> > >> > > May 14 19:21:41 geek500 kernel: Code: 10 e8 e4 4a d1 00 0f 1f 44
> > >00 00 48
> > >> > > 8b 5b 30 48 85 db 74 b6 8b 43 7c 85 c0 75 a4 48 8b 33 48 c7 c7 7d
> > >87 c4
> > >> > > ab e8 79 7a 9a 00 <0f> 0b 5b 5d c3 65 8b 05 5c a1 92 55 89 c0 48
> > >0f a3 05
> > >> > > 4a 61 9d 01 May 14 19:21:41 geek500 kernel: RSP:
> > >0018:ffff8dbfc1c47d50
> > >> > > EFLAGS: 00010082 May 14 19:21:41 geek500 kernel:
> > >> > > May 14 19:21:41 geek500 kernel: RAX: 0000000000000000 RBX:
> > >> > > ffff8885401b6300
> > >> > > RCX: 0000000000000027
> > >> > > May 14 19:21:41 geek500 kernel: RDX: ffff88885f59f468 RSI:
> > >> > > 0000000000000001
> > >> > > RDI: ffff88885f59f460
> > >> > > May 14 19:21:41 geek500 kernel: RBP: 0000000000000283 R08:
> > >> > > ffffffffabf26da8
> > >> > > R09: 00000000ffffdfff
> > >> > > May 14 19:21:41 geek500 kernel: R10: ffffffffabe46dc0 R11:
> > >> > > ffffffffabe46dc0
> > >> > > R12: ffff8885401b6300
> > >> > > May 14 19:21:41 geek500 kernel: R13: ffff888540fc30f4 R14:
> > >> > > 0000000000000008
> > >> > > R15: 0000000000000000
> > >> > > May 14 19:21:41 geek500 kernel: FS:  0000000000000000(0000)
> > >> > > GS:ffff88885f580000(0000) knlGS:0000000000000000
> > >> > > May 14 19:21:41 geek500 kernel: CS:  0010 DS: 0000 ES: 0000 CR0:
> > >> > > 0000000080050033
> > >> > > May 14 19:21:41 geek500 kernel: CR2: 00000000010fa990 CR3:
> > >> > > 0000000102956000
> > >> > > CR4: 0000000000350ee0
> > >> > > May 14 19:21:41 geek500 kernel: Call Trace:
> > >> > > May 14 19:21:41 geek500 kernel:  <TASK>
> > >> > > May 14 19:21:41 geek500 kernel:  clk_disable+0x24/0x30
> > >> > > May 14 19:21:41 geek500 kernel:  i2c_dw_prepare_clk+0x74/0xd0
> > >> > > May 14 19:21:41 geek500 kernel:  dw_i2c_plat_suspend+0x2e/0x40
> > >> > > May 14 19:21:41 geek500 kernel:
> > >acpi_subsys_runtime_suspend+0x9/0x20
> > >> > > May 14 19:21:41 geek500 kernel:  ? acpi_dev_suspend+0x160/0x160
> > >> > > May 14 19:21:41 geek500 kernel:  __rpm_callback+0x3f/0x150
> > >> > > May 14 19:21:41 geek500 kernel:  ? acpi_dev_suspend+0x160/0x160
> > >> > > May 14 19:21:41 geek500 kernel:  rpm_callback+0x54/0x60
> > >> > > May 14 19:21:41 geek500 kernel:  ? acpi_dev_suspend+0x160/0x160
> > >> > > May 14 19:21:41 geek500 kernel:  rpm_suspend+0x142/0x720
> > >> > > May 14 19:21:41 geek500 kernel:  pm_runtime_work+0x8f/0xa0
> > >> > > May 14 19:21:41 geek500 kernel:  process_one_work+0x1d3/0x3a0
> > >> > > May 14 19:21:41 geek500 kernel:  worker_thread+0x48/0x3c0
> > >> > > May 14 19:21:41 geek500 kernel:  ? rescuer_thread+0x380/0x380
> > >> > > May 14 19:21:41 geek500 kernel:  kthread+0xd3/0x100
> > >> > > May 14 19:21:41 geek500 kernel:  ?
> > >kthread_complete_and_exit+0x20/0x20
> > >> > > May 14 19:21:41 geek500 kernel:  ret_from_fork+0x22/0x30
> > >> > > May 14 19:21:41 geek500 kernel:  </TASK>
> > >> > > May 14 19:21:41 geek500 kernel: ---[ end trace 0000000000000000
> > >]---
> > >> > > May 14 19:21:41 geek500 kernel: ------------[ cut here
> > >]------------
> > >> > > May 14 19:21:41 geek500 kernel: AMDI0010:03 already unprepared
> > >> > > May 14 19:21:41 geek500 kernel: WARNING: CPU: 6 PID: 1091 at
> > >drivers/clk/
> > >> > > clk.c:829 clk_core_unprepare+0xb1/0x1a0
> > >> > > May 14 19:21:41 geek500 kernel: Modules linked in: [last
> > >unloaded:
> > >> > > acpi_call] May 14 19:21:41 geek500 kernel: CPU: 6 PID: 1091 Comm:
> > >> > > kworker/6:3 Tainted: G W  O      5.17.7+ #7
> > >> > > May 14 19:21:41 geek500 kernel: Hardware name: HP HP Pavilion
> > >Gaming
> > >> > > Laptop
> > >> > > 15-ec1xxx/87B2, BIOS F.25 08/18/2021
> > >> > > May 14 19:21:41 geek500 kernel: Workqueue: pm
> pm_runtime_work
> > >> > > May 14 19:21:41 geek500 kernel: RIP:
> > >0010:clk_core_unprepare+0xb1/0x1a0
> > >> > > May 14 19:21:41 geek500 kernel: Code: 40 00 66 90 48 8b 5b 30 48
> > >85 db 74
> > >> > > a2 8b 83 80 00 00 00 85 c0 0f 85 79 ff ff ff 48 8b 33 48 c7 c7 35
> > >87 c4
> > >> > > ab e8 18 7c 9a 00 <0f> 0b 5b c3 65 8b 05 fc a2 92 55 89 c0 48 0f
> > >a3 05 ea
> > >> > > 62 9d 01 73 May 14 19:21:41 geek500 kernel: RSP:
> > >0018:ffff8dbfc1c47d60
> > >> > > EFLAGS: 00010286 May 14 19:21:41 geek500 kernel: RAX:
> > >0000000000000000
> > >> > > RBX: ffff8885401b6300 RCX: 0000000000000027
> > >> > > May 14 19:21:41 geek500 kernel: RDX: ffff88885f59f468 RSI:
> > >> > > 0000000000000001
> > >> > > RDI: ffff88885f59f460
> > >> > > May 14 19:21:41 geek500 kernel: RBP: ffff8885401b6300 R08:
> > >> > > ffffffffabf26da8
> > >> > > R09: 00000000ffffdfff
> > >> > > May 14 19:21:41 geek500 kernel: R10: ffffffffabe46dc0 R11:
> > >> > > ffffffffabe46dc0
> > >> > > R12: 0000000000000000
> > >> > > May 14 19:21:41 geek500 kernel: R13: ffff888540fc30f4 R14:
> > >> > > 0000000000000008
> > >> > > R15: 0000000000000000
> > >> > > May 14 19:21:41 geek500 kernel: FS:  0000000000000000(0000)
> > >> > > GS:ffff88885f580000(0000) knlGS:0000000000000000
> > >> > > May 14 19:21:41 geek500 kernel: CS:  0010 DS: 0000 ES: 0000 CR0:
> > >> > > 0000000080050033
> > >> > > May 14 19:21:41 geek500 kernel: CR2: 00000000010fa990 CR3:
> > >> > > 0000000102956000
> > >> > > CR4: 0000000000350ee0
> > >> > > May 14 19:21:41 geek500 kernel: Call Trace:
> > >> > > May 14 19:21:41 geek500 kernel:  <TASK>
> > >> > > May 14 19:21:41 geek500 kernel:  clk_unprepare+0x1f/0x30
> > >> > > May 14 19:21:41 geek500 kernel:  i2c_dw_prepare_clk+0x7c/0xd0
> > >> > > May 14 19:21:41 geek500 kernel:  dw_i2c_plat_suspend+0x2e/0x40
> > >> > > May 14 19:21:41 geek500 kernel:
> > >acpi_subsys_runtime_suspend+0x9/0x20
> > >> > > May 14 19:21:41 geek500 kernel:  ? acpi_dev_suspend+0x160/0x160
> > >> > > May 14 19:21:41 geek500 kernel:  __rpm_callback+0x3f/0x150
> > >> > > May 14 19:21:41 geek500 kernel:  ? acpi_dev_suspend+0x160/0x160
> > >> > > May 14 19:21:41 geek500 kernel: done.
> > >> > > May 14 19:21:41 geek500 kernel:  rpm_callback+0x54/0x60
> > >> > > May 14 19:21:41 geek500 kernel:  ? acpi_dev_suspend+0x160/0x160
> > >> > > May 14 19:21:41 geek500 kernel:  rpm_suspend+0x142/0x720
> > >> > > May 14 19:21:41 geek500 kernel:  pm_runtime_work+0x8f/0xa0
> > >> > > May 14 19:21:41 geek500 kernel:  process_one_work+0x1d3/0x3a0
> > >> > > May 14 19:21:41 geek500 kernel:  worker_thread+0x48/0x3c0
> > >> > > May 14 19:21:41 geek500 kernel:  ? rescuer_thread+0x380/0x380
> > >> > > May 14 19:21:41 geek500 kernel:  kthread+0xd3/0x100
> > >> > > May 14 19:21:41 geek500 kernel:  ?
> > >kthread_complete_and_exit+0x20/0x20
> > >> > > May 14 19:21:41 geek500 kernel:  ret_from_fork+0x22/0x30
> > >> > > May 14 19:21:41 geek500 kernel:  </TASK>
> > >> > > May 14 19:21:41 geek500 kernel: ---[ end trace 0000000000000000
> > >]---
> > >> > > May 14 19:21:41 geek500 kernel: ------------[ cut here
> > >]------------
> > >> > > May 14 19:21:41 geek500 kernel: AMDI0010:03 already disabled
> > >> > > May 14 19:21:41 geek500 kernel: WARNING: CPU: 6 PID: 1091 at
> > >drivers/clk/
> > >> > > clk.c:971 clk_core_disable+0x80/0x1a0
> > >> > > May 14 19:21:41 geek500 kernel: Modules linked in: [last
> > >unloaded:
> > >> > > acpi_call] May 14 19:21:41 geek500 kernel: CPU: 6 PID: 1091 Comm:
> > >> > > kworker/6:3 Tainted: G W  O      5.17.7+ #7
> > >> > > May 14 19:21:41 geek500 kernel: Hardware name: HP HP Pavilion
> > >Gaming
> > >> > > Laptop
> > >> > > 15-ec1xxx/87B2, BIOS F.25 08/18/2021
> > >> > > May 14 19:21:41 geek500 kernel: Workqueue: pm
> pm_runtime_work
> > >> > > May 14 19:21:41 geek500 kernel: RIP:
> > >0010:clk_core_disable+0x80/0x1a0
> > >> > > May 14 19:21:41 geek500 kernel: Code: 10 e8 e4 4a d1 00 0f 1f 44
> > >00 00 48
> > >> > > 8b 5b 30 48 85 db 74 b6 8b 43 7c 85 c0 75 a4 48 8b 33 48 c7 c7 7d
> > >87 c4
> > >> > > ab e8 79 7a 9a 00 <0f> 0b 5b 5d c3 65 8b 05 5c a1 92 55 89 c0 48
> > >0f a3 05
> > >> > > 4a 61 9d 01 May 14 19:21:41 geek500 kernel: RSP:
> > >0018:ffff8dbfc1c47d50
> > >> > > EFLAGS: 00010082 May 14 19:21:41 geek500 kernel: RAX:
> > >0000000000000000
> > >> > > RBX: ffff8885401b6300 RCX: 0000000000000027
> > >> > > May 14 19:21:41 geek500 kernel: RDX: ffff88885f59f468 RSI:
> > >> > > 0000000000000001
> > >> > > RDI: ffff88885f59f460
> > >> > > May 14 19:21:41 geek500 kernel: RBP: 0000000000000287 R08:
> > >> > > ffffffffabf26da8
> > >> > > R09: 00000000ffffdfff
> > >> > > May 14 19:21:41 geek500 kernel: R10: ffffffffabe46dc0 R11:
> > >> > > ffffffffabe46dc0
> > >> > > R12: ffff8885401b6300
> > >> > > May 14 19:21:41 geek500 kernel: R13: ffff888540fc30f4 R14:
> > >> > > 0000000000000008
> > >> > > R15: 0000000000000000
> > >> > > May 14 19:21:41 geek500 kernel: FS:  0000000000000000(0000)
> > >> > > GS:ffff88885f580000(0000) knlGS:0000000000000000
> > >> > > May 14 19:21:41 geek500 kernel: CS:  0010 DS: 0000 ES: 0000 CR0:
> > >> > > 0000000080050033
> > >> > > May 14 19:21:41 geek500 kernel: CR2: 00000000010fa990 CR3:
> > >> > > 0000000102956000
> > >> > > CR4: 0000000000350ee0
> > >> > > May 14 19:21:41 geek500 kernel: Call Trace:
> > >> > > May 14 19:21:41 geek500 kernel:  <TASK>
> > >> > > May 14 19:21:41 geek500 kernel:  clk_disable+0x24/0x30
> > >> > > May 14 19:21:41 geek500 kernel:  i2c_dw_prepare_clk+0x88/0xd0
> > >> > > May 14 19:21:41 geek500 kernel:  dw_i2c_plat_suspend+0x2e/0x40
> > >> > > May 14 19:21:41 geek500 kernel:
> > >acpi_subsys_runtime_suspend+0x9/0x20
> > >> > > May 14 19:21:41 geek500 kernel:  ? acpi_dev_suspend+0x160/0x160
> > >> > > May 14 19:21:41 geek500 kernel:  __rpm_callback+0x3f/0x150
> > >> > > May 14 19:21:41 geek500 kernel:  ? acpi_dev_suspend+0x160/0x160
> > >> > > May 14 19:21:41 geek500 kernel:  rpm_callback+0x54/0x60
> > >> > > May 14 19:21:41 geek500 kernel:  ? acpi_dev_suspend+0x160/0x160
> > >> > > May 14 19:21:41 geek500 kernel:  rpm_suspend+0x142/0x720
> > >> > > May 14 19:21:41 geek500 kernel:  pm_runtime_work+0x8f/0xa0
> > >> > > May 14 19:21:41 geek500 kernel:  process_one_work+0x1d3/0x3a0
> > >> > > May 14 19:21:41 geek500 kernel:  worker_thread+0x48/0x3c0
> > >> > > May 14 19:21:41 geek500 kernel:  ? rescuer_thread+0x380/0x380
> > >> > > May 14 19:21:41 geek500 kernel:  kthread+0xd3/0x100
> > >> > > May 14 19:21:41 geek500 kernel:  ?
> > >kthread_complete_and_exit+0x20/0x20
> > >> > > May 14 19:21:41 geek500 kernel:  ret_from_fork+0x22/0x30
> > >> > > May 14 19:21:41 geek500 kernel:  </TASK>
> > >> > > May 14 19:21:41 geek500 kernel: ---[ end trace 0000000000000000
> > >]---
> > >> > > May 14 19:21:41 geek500 kernel: ------------[ cut here
> > >]------------
> > >> > > May 14 19:21:41 geek500 kernel: AMDI0010:03 already unprepared
> > >> > > May 14 19:21:41 geek500 kernel: WARNING: CPU: 6 PID: 1091 at
> > >drivers/clk/
> > >> > > clk.c:829 clk_core_unprepare+0xb1/0x1a0
> > >> > > May 14 19:21:41 geek500 kernel: Modules linked in: [last
> > >unloaded:
> > >> > > acpi_call] May 14 19:21:41 geek500 kernel: CPU: 6 PID: 1091 Comm:
> > >> > > kworker/6:3 Tainted: G W  O      5.17.7+ #7
> > >> > > May 14 19:21:41 geek500 kernel: Hardware name: HP HP Pavilion
> > >Gaming
> > >> > > Laptop
> > >> > > 15-ec1xxx/87B2, BIOS F.25 08/18/2021
> > >> > > May 14 19:21:41 geek500 kernel: Workqueue: pm
> pm_runtime_work
> > >> > > May 14 19:21:41 geek500 kernel: RIP:
> > >0010:clk_core_unprepare+0xb1/0x1a0
> > >> > > May 14 19:21:41 geek500 kernel: Code: 40 00 66 90 48 8b 5b 30 48
> > >85 db 74
> > >> > > a2 8b 83 80 00 00 00 85 c0 0f 85 79 ff ff ff 48 8b 33 48 c7 c7 35
> > >87 c4
> > >> > > ab e8 18 7c 9a 00 <0f> 0b 5b c3 65 8b 05 fc a2 92 55 89 c0 48 0f
> > >a3 05 ea
> > >> > > 62 9d 01 73 May 14 19:21:41 geek500 kernel: RSP:
> > >0018:ffff8dbfc1c47d60
> > >> > > EFLAGS: 00010286 May 14 19:21:41 geek500 kernel: RAX:
> > >0000000000000000
> > >> > > RBX: ffff8885401b6300 RCX: 0000000000000027
> > >> > > May 14 19:21:41 geek500 kernel: RDX: ffff88885f59f468 RSI:
> > >> > > 0000000000000001
> > >> > > RDI: ffff88885f59f460
> > >> > > May 14 19:21:41 geek500 kernel: RBP: ffff8885401b6300 R08:
> > >> > > ffffffffabf26da8
> > >> > > R09: 00000000ffffdfff
> > >> > > May 14 19:21:41 geek500 kernel: R10: ffffffffabe46dc0 R11:
> > >> > > ffffffffabe46dc0
> > >> > > R12: 0000000000000000
> > >> > > May 14 19:21:41 geek500 kernel: R13: ffff888540fc30f4 R14:
> > >> > > 0000000000000008
> > >> > > R15: 0000000000000000
> > >> > > May 14 19:21:41 geek500 kernel: FS:  0000000000000000(0000)
> > >> > > GS:ffff88885f580000(0000) knlGS:0000000000000000
> > >> > > May 14 19:21:41 geek500 kernel: CS:  0010 DS: 0000 ES: 0000 CR0:
> > >> > > 0000000080050033
> > >> > > May 14 19:21:41 geek500 kernel: CR2: 00000000010fa990 CR3:
> > >> > > 0000000102956000
> > >> > > CR4: 0000000000350ee0
> > >> > > May 14 19:21:41 geek500 kernel: Call Trace:
> > >> > > May 14 19:21:41 geek500 kernel:  <TASK>
> > >> > > May 14 19:21:41 geek500 kernel:  clk_unprepare+0x1f/0x30
> > >> > > May 14 19:21:41 geek500 kernel:  i2c_dw_prepare_clk+0x90/0xd0
> > >> > > May 14 19:21:41 geek500 kernel:  dw_i2c_plat_suspend+0x2e/0x40
> > >> > > May 14 19:21:41 geek500 kernel:
> > >acpi_subsys_runtime_suspend+0x9/0x20
> > >> > > May 14 19:21:41 geek500 kernel:  ? acpi_dev_suspend+0x160/0x160
> > >> > > May 14 19:21:41 geek500 kernel:  __rpm_callback+0x3f/0x150
> > >> > > May 14 19:21:41 geek500 kernel:  ? acpi_dev_suspend+0x160/0x160
> > >> > > May 14 19:21:41 geek500 kernel:  rpm_callback+0x54/0x60
> > >> > > May 14 19:21:41 geek500 kernel:  ? acpi_dev_suspend+0x160/0x160
> > >> > > May 14 19:21:41 geek500 kernel:  rpm_suspend+0x142/0x720
> > >> > > May 14 19:21:41 geek500 kernel:  pm_runtime_work+0x8f/0xa0
> > >> > > May 14 19:21:41 geek500 kernel:  process_one_work+0x1d3/0x3a0
> > >> > > May 14 19:21:41 geek500 kernel:  worker_thread+0x48/0x3c0
> > >> > > May 14 19:21:41 geek500 kernel:  ? rescuer_thread+0x380/0x380
> > >> > > May 14 19:21:41 geek500 kernel:  kthread+0xd3/0x100
> > >> > > May 14 19:21:41 geek500 kernel:  ?
> > >kthread_complete_and_exit+0x20/0x20
> > >> > > May 14 19:21:41 geek500 kernel:  ret_from_fork+0x22/0x30
> > >> > > May 14 19:21:41 geek500 kernel:  </TASK>
> > >> > > May 14 19:21:41 geek500 kernel: ---[ end trace 0000000000000000
> > >]---
> > >> > > May 14 19:21:59 geek500 kernel: snd_hda_codec_hdmi
> hdaudioC1D0:
> > >Unable to
> > >> > > sync register 0x4f0800. -5
> > >> > > May 14 19:21:59 geek500 kernel: (elapsed 0.175 seconds) done.
> > >> > > May 14 19:21:59 geek500 kernel: amdgpu 0000:05:00.0: amdgpu:
> > >Power
> > >> > > consumption will be higher as BIOS has not been configured for
> > >> > > suspend-to-idle. To use suspend-to-idle change the sleep mode in
> > >BIOS
> > >> > > setup.
> > >> > > May 14 19:21:59 geek500 kernel: snd_hda_intel 0000:01:00.1: can't
> > >change
> > >> > > power state from D3cold to D0 (config space inaccessible)
> > >> > > May 14 19:21:59 geek500 kernel: pci 0000:00:00.2: can't derive
> > >routing for
> > >> > > PCI INT A
> > >> > > May 14 19:21:59 geek500 kernel: pci 0000:00:00.2: PCI INT A: no
> > >GSI
> > >> > > May 14 19:21:59 geek500 kernel: [drm] Fence fallback timer
> > >expired on ring
> > >> > > gfx May 14 19:21:59 geek500 kernel: Bluetooth: hci0: command
> > >0xfc20 tx
> > >> > > timeout May 14 19:21:59 geek500 kernel: [drm] Fence fallback
> > >timer
> > >> > > expired on ring sdma0
> > >> > > May 14 19:21:59 geek500 kernel: Bluetooth: hci0: RTL: download fw
> > >command
> > >> > > failed (-110)
> > >> > > May 14 19:21:59 geek500 kernel: done.
> > >> > > May 14 19:22:00 geek500 kernel: snd_hda_codec_hdmi
> hdaudioC1D0:
> > >Unable to
> > >> > > sync register 0x4f0800. -5
> > >> > > May 14 19:22:00 geek500 dnsmasq[2079]: no servers found in
> > >/etc/dnsmasq.d/
> > >> > > dnsmasq-resolv.conf, will retry
> > >> > > May 14 19:22:01 geek500 kernel: [drm] Fence fallback timer
> > >expired on ring
> > >> > > sdma0
> > >> > > May 14 19:22:01 geek500 kernel: [drm] Fence fallback timer
> > >expired on ring
> > >> > > gfx May 14 19:22:01 geek500 kernel: [drm] Fence fallback timer
> > >expired on
> > >> > > ring sdma0
> > >> > > May 14 19:22:02 geek500 last message buffered 2 times
> > >> > > May 14 19:22:03 geek500 kernel: [drm] Fence fallback timer
> > >expired on ring
> > >> > > gfx May 14 19:22:03 geek500 kernel: [drm] Fence fallback timer
> > >expired on
> > >> > > ring sdma0
> > >> > > May 14 19:22:03 geek500 kernel: [drm] Fence fallback timer
> > >expired on ring
> > >> > > gfx May 14 19:22:03 geek500 kernel: [drm] Fence fallback timer
> > >expired on
> > >> > > ring sdma0
> > >> > > May 14 19:22:04 geek500 kernel: [drm] Fence fallback timer
> > >expired on ring
> > >> > > gfx May 14 19:22:04 geek500 kernel: [drm] Fence fallback timer
> > >expired on
> > >> > > ring sdma0
> > >> > > May 14 19:22:04 geek500 kernel: [drm] Fence fallback timer
> > >expired on ring
> > >> > > gfx May 14 19:22:04 geek500 kernel: [drm] Fence fallback timer
> > >expired on
> > >> > > ring sdma0
> > >> > > May 14 19:22:05 geek500 last message buffered 2 times
> > >> > > May 14 19:22:05 geek500 kernel: [drm] Fence fallback timer
> > >expired on ring
> > >> > > gfx May 14 19:22:06 geek500 kernel: [drm] Fence fallback timer
> > >expired on
> > >> > > ring sdma0
> > >> > > May 14 19:22:06 geek500 kernel: [drm] Fence fallback timer
> > >expired on ring
> > >> > > gfx May 14 19:22:06 geek500 last message buffered 1 times
> > >> > > ...
> > >> > > May 14 19:22:18 geek500 kernel: [drm] Fence fallback timer
> > >expired on ring
> > >> > > sdma0
> > >> > > May 14 19:22:18 geek500 kernel:
> > >[drm:amdgpu_dm_atomic_commit_tail] *ERROR*
> > >> > > Waiting for fences timed out!
> > >> > > May 14 19:22:18 geek500 kernel: [drm] Fence fallback timer
> > >expired on ring
> > >> > > sdma0
> > >> > >
> > >> > > CC
> > >> > >
> > >> > > Le samedi 14 mai 2022, 17:12:33 CEST Thorsten Leemhuis a écrit :
> > >> > > > Hi, this is your Linux kernel regression tracker. Thanks for
> > >the report.
> > >> > > >
> > >> > > > On 14.05.22 16:41, Christian Casteyde wrote:
> > >> > > > > #regzbot introduced v5.17.3..v5.17.4
> > >> > > > > #regzbot introduced:
> 001828fb3084379f3c3e228b905223c50bc237f9
> > >> > > >
> > >> > > > FWIW, that's commit 887f75cfd0da ("drm/amdgpu: Ensure HDA
> > >function is
> > >> > > > suspended before ASIC reset") upstream.
> > >> > > >
> > >> > > > Recently a regression was reported where 887f75cfd0da was
> > >suspected as
> > >> > > > the culprit:
> > >> > > >
> https://nam11.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgitla
> b.freedesktop.org%2Fdrm%2Famd%2F-
> %2Fissues%2F2008&amp;data=05%7C01%7Cmario.limonciello%40amd.com%
> 7C1bec068bb98a4378972f08da382c147a%7C3dd8961fe4884e608e11a82d994e
> 183d%7C0%7C0%7C637884059824032387%7CUnknown%7CTWFpbGZsb3d8ey
> JWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%
> 7C3000%7C%7C%7C&amp;sdata=TzxAC63GZLbPsf1oZcj9PAIvEplX84r2VPbkb6
> T47jo%3D&amp;reserved=0
> > >> > > >
> > >> > > > And a one related to it:
> > >> > > >
> https://nam11.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgitla
> b.freedesktop.org%2Fdrm%2Famd%2F-
> %2Fissues%2F1982&amp;data=05%7C01%7Cmario.limonciello%40amd.com%
> 7C1bec068bb98a4378972f08da382c147a%7C3dd8961fe4884e608e11a82d994e
> 183d%7C0%7C0%7C637884059824032387%7CUnknown%7CTWFpbGZsb3d8ey
> JWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%
> 7C3000%7C%7C%7C&amp;sdata=Kh1u7tEddBkeJ9NO6EFCKPrykcYW5GbQ6Fr
> tAGFK72M%3D&amp;reserved=0
> > >> > > >
> > >> > > > You might want to take a look if what was discussed there might
> > >be
> > >> > > > related to your problem (I'm not directly involved in any of
> > >this, I
> > >> > > > don't know the details, it's just that 887f75cfd0da looked
> > >familiar to
> > >> > > > me). If it is, a fix for these two bugs was committed to master
> > >earlier
> > >> > > > this week:
> > >> > > >
> > >> > > >
> >
> >https://nam11.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgit.
> kernel.org%2Fpub%2Fscm%2Flinux%2Fkernel%2Fgit%2Ftorvalds%2Flinux.git
> %2Fcommi&amp;data=05%7C01%7Cmario.limonciello%40amd.com%7C1bec0
> 68bb98a4378972f08da382c147a%7C3dd8961fe4884e608e11a82d994e183d%7
> C0%7C0%7C637884059824032387%7CUnknown%7CTWFpbGZsb3d8eyJWIjoi
> MC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C300
> 0%7C%7C%7C&amp;sdata=Q3hdn9Q9DYu9CFTjn6ge5VFcxIbHClwLvy8qFPbiCi
> w%3D&amp;reserved=0
> > >> > > > t/?i d=a56f445f807b0276
> > >> > > >
> > >> > > > It will likely be backported to 5.17.y, maybe already in the
> > >over-next
> > >> > > > release. HTH.
> > >> > > >
> > >> > > > Ciao, Thorsten (wearing his 'the Linux kernel's regression
> > >tracker' hat)
> > >> > > >
> > >> > > > P.S.: As the Linux kernel's regression tracker I deal with a
> > >lot of
> > >> > > > reports and sometimes miss something important when writing
> > >mails like
> > >> > > > this. If that's the case here, don't hesitate to tell me in a
> > >public
> > >> > > > reply, it's in everyone's interest to set the public record
> > >straight.
> > >> > > >
> > >> > > > > Hello
> > >> > > > > Since 5.17.4 my laptop doesn't resume from suspend anymore.
> > >At resume,
> > >> > > > > symptoms are variable:
> > >> > > > > - either the laptop freezes;
> > >> > > > > - either the screen keeps blank;
> > >> > > > > - either the screen is OK but mouse is frozen;
> > >> > > > > - either display lags with several logs in dmesg:
> > >> > > > > [  228.275492] [drm] Fence fallback timer expired on ring gfx
> > >> > > > > [  228.395466] [drm:amdgpu_dm_atomic_commit_tail] *ERROR*
> > >Waiting for
> > >> > > > > fences timed out!
> > >> > > > > [  228.779490] [drm] Fence fallback timer expired on ring gfx
> > >> > > > > [  229.283484] [drm] Fence fallback timer expired on ring
> > >sdma0
> > >> > > > > [  229.283485] [drm] Fence fallback timer expired on ring gfx
> > >> > > > > [  229.787487] [drm] Fence fallback timer expired on ring gfx
> > >> > > > > ...
> > >> > > > >
> > >> > > > > I've bisected the problem.
> > >> > > > >
> > >> > > > > Please note this laptop has a strange behaviour on suspend:
> > >> > > > > The first suspend request always fails (this point has never
> > >been
> > >> > > > > fixed
> > >> > > > > and
> > >> > > > > plagues us when trying to diagnose another regression on
> > >touchpad not
> > >> > > > > resuming in the past). The screen goes blank and I can get it
> > >OK when
> > >> > > > > pressing the power button, this seems to reset it. After that
> > >all
> > >> > > > > suspend/resume works OK.
> > >> > > > >
> > >> > > > > Since 5.17.4, it is not possible anymore to get the laptop
> > >working
> > >> > > > > again
> > >> > > > > after the first suspend failure.
> > >> > > > >
> > >> > > > > HW : HP Pavilion / Ryzen 4600H with AMD graphics integrated +
> > >NVidia
> > >> > > > > 1650Ti
> > >> > > > > (turned off with ACPI call in order to get more battery, I'm
> > >not using
> > >> > > > > NVidia driver).
> > >>
> >

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

* Re: [REGRESSION] Laptop with Ryzen 4600H fails to resume video since 5.17.4 (works 5.17.3)
  2022-05-17 17:38               ` casteyde.christian
  2022-05-17 18:13                 ` Limonciello, Mario
@ 2022-05-18  2:08                 ` Kai-Heng Feng
  2022-05-18  2:19                   ` Mario Limonciello
  2022-05-18  7:15                   ` Christian Casteyde
  1 sibling, 2 replies; 30+ messages in thread
From: Kai-Heng Feng @ 2022-05-18  2:08 UTC (permalink / raw)
  To: casteyde.christian
  Cc: stable, Thorsten Leemhuis, regressions, alexander deucher,
	gregkh, Mario Limonciello

On Wed, May 18, 2022 at 1:38 AM <casteyde.christian@free.fr> wrote:
>
> dmesg logs

Actually, the "good" is still no good:
[   43.375323] PM: suspend entry (deep)
...
[   43.695342] PM: late suspend of devices failed
...
[   44.554108] PM: suspend exit
[   44.554168] PM: suspend entry (s2idle)

So we need to find out why the suspend failed at first place.

Kai-Heng

>
> ----- Mail original -----
> De: "Kai-Heng Feng" <kai.heng.feng@canonical.com>
> À: "Christian Casteyde" <casteyde.christian@free.fr>
> Cc: stable@vger.kernel.org, "Thorsten Leemhuis" <regressions@leemhuis.info>, regressions@lists.linux.dev, "alexander deucher" <alexander.deucher@amd.com>, gregkh@linuxfoundation.org, "Mario Limonciello" <mario.limonciello@amd.com>
> Envoyé: Mardi 17 Mai 2022 08:58:30
> Objet: Re: [REGRESSION] Laptop with Ryzen 4600H fails to resume video since 5.17.4 (works 5.17.3)
>
> On Tue, May 17, 2022 at 2:36 PM Christian Casteyde
> <casteyde.christian@free.fr> wrote:
> >
> > No, the problem is there even without acpicall. Fyi I use it to shutdown the NVidia card that eats the battery otherwise.
> >
> > I managed to get a dmesg output with 2.18rc7 I will post it this evening (basically exact same behavior as 2.17.4).
>
> Can you please also attach dmesg without the offending commit (i.e.
> when it's working)?
>
> Kai-Heng
>
> >
> > CC
> >
> > ⁣Télécharger BlueMail pour Android
> >
> > Le 17 mai 2022 à 04:03, à 04:03, Kai-Heng Feng <kai.heng.feng@canonical.com> a écrit:
> > >On Tue, May 17, 2022 at 1:23 AM Christian Casteyde
> > ><casteyde.christian@free.fr> wrote:
> > >>
> > >> I've tried with 5.18-rc7, it doesn't work either. I guess 5.18 branch
> > >have all
> > >> commits.
> > >>
> > >> full dmesg appended (not for 5.18, I didn't manage to resume up to
> > >the point
> > >> to get a console for now).
> > >
> > >Interestingly, I found you are using acpi_call:
> > >[   30.667348] acpi_call: loading out-of-tree module taints kernel.
> > >
> > >Does removing the acpi_call solve the issue?
> > >
> > >Kai-Heng
> > >
> > >>
> > >> CC
> > >>
> > >> Le lundi 16 mai 2022, 04:47:25 CEST Kai-Heng Feng a écrit :
> > >> > [+Cc Mario]
> > >> >
> > >> > On Sun, May 15, 2022 at 1:34 AM Christian Casteyde
> > >> >
> > >> > <casteyde.christian@free.fr> wrote:
> > >> > > I've applied the commit a56f445f807b0276 on 5.17.7 and tested.
> > >> > > This does not fix the problem on my laptop.
> > >> >
> > >> > Maybe some commits are still missing?
> > >> >
> > >> > > For informatio, here is a part of the log around the suspend
> > >process:
> > >> > Is it possible to attach full dmesg?
> > >> >
> > >> > Kai-Heng
> > >> >
> > >> > > May 14 19:21:41 geek500 kernel: snd_hda_intel 0000:01:00.1: can't
> > >change
> > >> > > power state from D3cold to D0 (config space inaccessible)
> > >> > > May 14 19:21:41 geek500 kernel: PM: late suspend of devices
> > >failed
> > >> > > May 14 19:21:41 geek500 kernel: ------------[ cut here
> > >]------------
> > >> > > May 14 19:21:41 geek500 kernel: i2c_designware AMDI0010:03:
> > >Transfer while
> > >> > > suspended
> > >> > > May 14 19:21:41 geek500 kernel: pci 0000:00:00.2: can't derive
> > >routing for
> > >> > > PCI INT A
> > >> > > May 14 19:21:41 geek500 kernel: pci 0000:00:00.2: PCI INT A: no
> > >GSI
> > >> > > May 14 19:21:41 geek500 kernel: WARNING: CPU: 9 PID: 1972 at
> > >drivers/i2c/
> > >> > > busses/i2c-designware-master.c:570 i2c_dw_xfer+0x3f6/0x440
> > >> > > May 14 19:21:41 geek500 kernel: Modules linked in: [last
> > >unloaded:
> > >> > > acpi_call] May 14 19:21:41 geek500 kernel: CPU: 9 PID: 1972 Comm:
> > >> > > kworker/u32:18 Tainted: G           O      5.17.7+ #7
> > >> > > May 14 19:21:41 geek500 kernel: Hardware name: HP HP Pavilion
> > >Gaming
> > >> > > Laptop
> > >> > > 15-ec1xxx/87B2, BIOS F.25 08/18/2021
> > >> > > May 14 19:21:41 geek500 kernel: Workqueue: events_unbound
> > >> > > async_run_entry_fn May 14 19:21:41 geek500 kernel: RIP:
> > >> > > 0010:i2c_dw_xfer+0x3f6/0x440
> > >> > > May 14 19:21:41 geek500 kernel: Code: c6 05 db 31 45 01 01 4c 8b
> > >67 50 4d
> > >> > > 85 e4 75 03 4c 8b 27 e8 fc e1 e9 ff 4c 89 e2 48 c7 c7 00 01 cc
> > >> > >
> > >> > >  ab 48 89 c6 e8 b3 4f 45 00 <0f> 0b 41 be 94 ff ff ff e9 cc fc ff
> > >ff e9 2d
> > >> > >  9c>
> > >> > > 4b 00 83 f8 01 74
> > >> > > May 14 19:21:41 geek500 kernel: RSP: 0018:ffff8dbfc31e7c68
> > >EFLAGS:
> > >> > > 00010286
> > >> > > May 14 19:21:41 geek500 kernel: RAX: 0000000000000000 RBX:
> > >> > > ffff888540f170e8
> > >> > > RCX: 0000000000000be5
> > >> > > May 14 19:21:41 geek500 kernel: RDX: 0000000000000000 RSI:
> > >> > > 0000000000000086
> > >> > > RDI: ffffffffac858df8
> > >> > > May 14 19:21:41 geek500 kernel: RBP: ffff888540f170e8 R08:
> > >> > > ffffffffabe46d60
> > >> > > R09: 00000000ac86a0f6
> > >> > > May 14 19:21:41 geek500 kernel: R10: ffffffffffffffff R11:
> > >> > > ffffffffffffffff
> > >> > > R12: ffff888540f5c070
> > >> > > May 14 19:21:41 geek500 kernel: R13: ffff8dbfc31e7d70 R14:
> > >> > > 00000000ffffff94
> > >> > > R15: ffff888540f17028
> > >> > > May 14 19:21:41 geek500 kernel: FS:  0000000000000000(0000)
> > >> > > GS:ffff88885f640000(0000) knlGS:0000000000000000
> > >> > > May 14 19:21:41 geek500 kernel: CS:  0010 DS: 0000 ES: 0000 CR0:
> > >> > > 0000000080050033
> > >> > > May 14 19:21:41 geek500 kernel: CR2: 00007f1984067028 CR3:
> > >> > > 0000000045e0c000
> > >> > > CR4: 0000000000350ee0
> > >> > > May 14 19:21:41 geek500 kernel: Call Trace:
> > >> > > May 14 19:21:41 geek500 kernel:  <TASK>
> > >> > > May 14 19:21:41 geek500 kernel:  ? dequeue_entity+0xd4/0x250
> > >> > > May 14 19:21:41 geek500 kernel:  ?
> > >newidle_balance.constprop.0+0x1f7/0x3b0
> > >> > > May 14 19:21:41 geek500 kernel:  __i2c_transfer+0x16d/0x520
> > >> > > May 14 19:21:41 geek500 kernel:  i2c_transfer+0x7a/0xd0
> > >> > > May 14 19:21:41 geek500 kernel:  __i2c_hid_command+0x106/0x2d0
> > >> > > May 14 19:21:41 geek500 kernel:  ? amd_gpio_irq_enable+0x19/0x50
> > >> > > May 14 19:21:41 geek500 kernel:  i2c_hid_set_power+0x4a/0xd0
> > >> > > May 14 19:21:41 geek500 kernel:  i2c_hid_core_resume+0x60/0xb0
> > >> > > May 14 19:21:41 geek500 kernel:  ?
> > >acpi_subsys_resume_early+0x50/0x50
> > >> > > May 14 19:21:41 geek500 kernel:  dpm_run_callback+0x1d/0xd0
> > >> > > May 14 19:21:41 geek500 kernel:  device_resume+0x122/0x230
> > >> > > May 14 19:21:41 geek500 kernel:  async_resume+0x14/0x30
> > >> > > May 14 19:21:41 geek500 kernel:  async_run_entry_fn+0x1b/0xa0
> > >> > > May 14 19:21:41 geek500 kernel:  process_one_work+0x1d3/0x3a0
> > >> > > May 14 19:21:41 geek500 kernel:  worker_thread+0x48/0x3c0
> > >> > > May 14 19:21:41 geek500 kernel:  ? rescuer_thread+0x380/0x380
> > >> > > May 14 19:21:41 geek500 kernel:  kthread+0xd3/0x100
> > >> > > May 14 19:21:41 geek500 kernel:  ?
> > >kthread_complete_and_exit+0x20/0x20
> > >> > > May 14 19:21:41 geek500 kernel:  ret_from_fork+0x22/0x30
> > >> > > May 14 19:21:41 geek500 kernel:  </TASK>
> > >> > > May 14 19:21:41 geek500 kernel: ---[ end trace 0000000000000000
> > >]---
> > >> > > May 14 19:21:41 geek500 kernel: i2c_hid_acpi i2c-ELAN0718:00:
> > >failed to
> > >> > > change power setting.
> > >> > > May 14 19:21:41 geek500 kernel: PM: dpm_run_callback():
> > >> > > acpi_subsys_resume+0x0/0x50 returns -108
> > >> > > May 14 19:21:41 geek500 kernel: i2c_hid_acpi i2c-ELAN0718:00: PM:
> > >failed
> > >> > > to
> > >> > > resume async: error -108
> > >> > > May 14 19:21:41 geek500 kernel: amdgpu 0000:05:00.0:
> > >> > > [drm:amdgpu_ring_test_helper] *ERROR* ring gfx test failed (-110)
> > >> > > May 14 19:21:41 geek500 kernel:
> > >[drm:amdgpu_device_ip_resume_phase2]
> > >> > > *ERROR* resume of IP block <gfx_v9_0> failed -110
> > >> > > May 14 19:21:41 geek500 kernel: amdgpu 0000:05:00.0: amdgpu:
> > >> > > amdgpu_device_ip_resume failed (-110).
> > >> > > May 14 19:21:41 geek500 kernel: PM: dpm_run_callback():
> > >> > > pci_pm_resume+0x0/0x120 returns -110
> > >> > > May 14 19:21:41 geek500 kernel: amdgpu 0000:05:00.0: PM: failed
> > >to resume
> > >> > > async: error -110
> > >> > > May 14 19:21:41 geek500 kernel: ------------[ cut here
> > >]------------
> > >> > > May 14 19:21:41 geek500 kernel: AMDI0010:03 already disabled
> > >> > > May 14 19:21:41 geek500 kernel: WARNING: CPU: 6 PID: 1091 at
> > >drivers/clk/
> > >> > > clk.c:971 clk_core_disable+0x80/0x1a0
> > >> > > May 14 19:21:41 geek500 kernel: Modules linked in: [last
> > >unloaded:
> > >> > > acpi_call] May 14 19:21:41 geek500 kernel: CPU: 6 PID: 1091 Comm:
> > >> > > kworker/6:3 Tainted: G W  O      5.17.7+ #7
> > >> > > May 14 19:21:41 geek500 kernel: Hardware name: HP HP Pavilion
> > >Gaming
> > >> > > Laptop
> > >> > > 15-ec1xxx/87B2, BIOS F.25 08/18/2021
> > >> > > May 14 19:21:41 geek500 kernel: Workqueue: pm pm_runtime_work
> > >> > > May 14 19:21:41 geek500 kernel: RIP:
> > >0010:clk_core_disable+0x80/0x1a0
> > >> > > May 14 19:21:41 geek500 kernel: Code: 10 e8 e4 4a d1 00 0f 1f 44
> > >00 00 48
> > >> > > 8b 5b 30 48 85 db 74 b6 8b 43 7c 85 c0 75 a4 48 8b 33 48 c7 c7 7d
> > >87 c4
> > >> > > ab e8 79 7a 9a 00 <0f> 0b 5b 5d c3 65 8b 05 5c a1 92 55 89 c0 48
> > >0f a3 05
> > >> > > 4a 61 9d 01 May 14 19:21:41 geek500 kernel: RSP:
> > >0018:ffff8dbfc1c47d50
> > >> > > EFLAGS: 00010082 May 14 19:21:41 geek500 kernel:
> > >> > > May 14 19:21:41 geek500 kernel: RAX: 0000000000000000 RBX:
> > >> > > ffff8885401b6300
> > >> > > RCX: 0000000000000027
> > >> > > May 14 19:21:41 geek500 kernel: RDX: ffff88885f59f468 RSI:
> > >> > > 0000000000000001
> > >> > > RDI: ffff88885f59f460
> > >> > > May 14 19:21:41 geek500 kernel: RBP: 0000000000000283 R08:
> > >> > > ffffffffabf26da8
> > >> > > R09: 00000000ffffdfff
> > >> > > May 14 19:21:41 geek500 kernel: R10: ffffffffabe46dc0 R11:
> > >> > > ffffffffabe46dc0
> > >> > > R12: ffff8885401b6300
> > >> > > May 14 19:21:41 geek500 kernel: R13: ffff888540fc30f4 R14:
> > >> > > 0000000000000008
> > >> > > R15: 0000000000000000
> > >> > > May 14 19:21:41 geek500 kernel: FS:  0000000000000000(0000)
> > >> > > GS:ffff88885f580000(0000) knlGS:0000000000000000
> > >> > > May 14 19:21:41 geek500 kernel: CS:  0010 DS: 0000 ES: 0000 CR0:
> > >> > > 0000000080050033
> > >> > > May 14 19:21:41 geek500 kernel: CR2: 00000000010fa990 CR3:
> > >> > > 0000000102956000
> > >> > > CR4: 0000000000350ee0
> > >> > > May 14 19:21:41 geek500 kernel: Call Trace:
> > >> > > May 14 19:21:41 geek500 kernel:  <TASK>
> > >> > > May 14 19:21:41 geek500 kernel:  clk_disable+0x24/0x30
> > >> > > May 14 19:21:41 geek500 kernel:  i2c_dw_prepare_clk+0x74/0xd0
> > >> > > May 14 19:21:41 geek500 kernel:  dw_i2c_plat_suspend+0x2e/0x40
> > >> > > May 14 19:21:41 geek500 kernel:
> > >acpi_subsys_runtime_suspend+0x9/0x20
> > >> > > May 14 19:21:41 geek500 kernel:  ? acpi_dev_suspend+0x160/0x160
> > >> > > May 14 19:21:41 geek500 kernel:  __rpm_callback+0x3f/0x150
> > >> > > May 14 19:21:41 geek500 kernel:  ? acpi_dev_suspend+0x160/0x160
> > >> > > May 14 19:21:41 geek500 kernel:  rpm_callback+0x54/0x60
> > >> > > May 14 19:21:41 geek500 kernel:  ? acpi_dev_suspend+0x160/0x160
> > >> > > May 14 19:21:41 geek500 kernel:  rpm_suspend+0x142/0x720
> > >> > > May 14 19:21:41 geek500 kernel:  pm_runtime_work+0x8f/0xa0
> > >> > > May 14 19:21:41 geek500 kernel:  process_one_work+0x1d3/0x3a0
> > >> > > May 14 19:21:41 geek500 kernel:  worker_thread+0x48/0x3c0
> > >> > > May 14 19:21:41 geek500 kernel:  ? rescuer_thread+0x380/0x380
> > >> > > May 14 19:21:41 geek500 kernel:  kthread+0xd3/0x100
> > >> > > May 14 19:21:41 geek500 kernel:  ?
> > >kthread_complete_and_exit+0x20/0x20
> > >> > > May 14 19:21:41 geek500 kernel:  ret_from_fork+0x22/0x30
> > >> > > May 14 19:21:41 geek500 kernel:  </TASK>
> > >> > > May 14 19:21:41 geek500 kernel: ---[ end trace 0000000000000000
> > >]---
> > >> > > May 14 19:21:41 geek500 kernel: ------------[ cut here
> > >]------------
> > >> > > May 14 19:21:41 geek500 kernel: AMDI0010:03 already unprepared
> > >> > > May 14 19:21:41 geek500 kernel: WARNING: CPU: 6 PID: 1091 at
> > >drivers/clk/
> > >> > > clk.c:829 clk_core_unprepare+0xb1/0x1a0
> > >> > > May 14 19:21:41 geek500 kernel: Modules linked in: [last
> > >unloaded:
> > >> > > acpi_call] May 14 19:21:41 geek500 kernel: CPU: 6 PID: 1091 Comm:
> > >> > > kworker/6:3 Tainted: G W  O      5.17.7+ #7
> > >> > > May 14 19:21:41 geek500 kernel: Hardware name: HP HP Pavilion
> > >Gaming
> > >> > > Laptop
> > >> > > 15-ec1xxx/87B2, BIOS F.25 08/18/2021
> > >> > > May 14 19:21:41 geek500 kernel: Workqueue: pm pm_runtime_work
> > >> > > May 14 19:21:41 geek500 kernel: RIP:
> > >0010:clk_core_unprepare+0xb1/0x1a0
> > >> > > May 14 19:21:41 geek500 kernel: Code: 40 00 66 90 48 8b 5b 30 48
> > >85 db 74
> > >> > > a2 8b 83 80 00 00 00 85 c0 0f 85 79 ff ff ff 48 8b 33 48 c7 c7 35
> > >87 c4
> > >> > > ab e8 18 7c 9a 00 <0f> 0b 5b c3 65 8b 05 fc a2 92 55 89 c0 48 0f
> > >a3 05 ea
> > >> > > 62 9d 01 73 May 14 19:21:41 geek500 kernel: RSP:
> > >0018:ffff8dbfc1c47d60
> > >> > > EFLAGS: 00010286 May 14 19:21:41 geek500 kernel: RAX:
> > >0000000000000000
> > >> > > RBX: ffff8885401b6300 RCX: 0000000000000027
> > >> > > May 14 19:21:41 geek500 kernel: RDX: ffff88885f59f468 RSI:
> > >> > > 0000000000000001
> > >> > > RDI: ffff88885f59f460
> > >> > > May 14 19:21:41 geek500 kernel: RBP: ffff8885401b6300 R08:
> > >> > > ffffffffabf26da8
> > >> > > R09: 00000000ffffdfff
> > >> > > May 14 19:21:41 geek500 kernel: R10: ffffffffabe46dc0 R11:
> > >> > > ffffffffabe46dc0
> > >> > > R12: 0000000000000000
> > >> > > May 14 19:21:41 geek500 kernel: R13: ffff888540fc30f4 R14:
> > >> > > 0000000000000008
> > >> > > R15: 0000000000000000
> > >> > > May 14 19:21:41 geek500 kernel: FS:  0000000000000000(0000)
> > >> > > GS:ffff88885f580000(0000) knlGS:0000000000000000
> > >> > > May 14 19:21:41 geek500 kernel: CS:  0010 DS: 0000 ES: 0000 CR0:
> > >> > > 0000000080050033
> > >> > > May 14 19:21:41 geek500 kernel: CR2: 00000000010fa990 CR3:
> > >> > > 0000000102956000
> > >> > > CR4: 0000000000350ee0
> > >> > > May 14 19:21:41 geek500 kernel: Call Trace:
> > >> > > May 14 19:21:41 geek500 kernel:  <TASK>
> > >> > > May 14 19:21:41 geek500 kernel:  clk_unprepare+0x1f/0x30
> > >> > > May 14 19:21:41 geek500 kernel:  i2c_dw_prepare_clk+0x7c/0xd0
> > >> > > May 14 19:21:41 geek500 kernel:  dw_i2c_plat_suspend+0x2e/0x40
> > >> > > May 14 19:21:41 geek500 kernel:
> > >acpi_subsys_runtime_suspend+0x9/0x20
> > >> > > May 14 19:21:41 geek500 kernel:  ? acpi_dev_suspend+0x160/0x160
> > >> > > May 14 19:21:41 geek500 kernel:  __rpm_callback+0x3f/0x150
> > >> > > May 14 19:21:41 geek500 kernel:  ? acpi_dev_suspend+0x160/0x160
> > >> > > May 14 19:21:41 geek500 kernel: done.
> > >> > > May 14 19:21:41 geek500 kernel:  rpm_callback+0x54/0x60
> > >> > > May 14 19:21:41 geek500 kernel:  ? acpi_dev_suspend+0x160/0x160
> > >> > > May 14 19:21:41 geek500 kernel:  rpm_suspend+0x142/0x720
> > >> > > May 14 19:21:41 geek500 kernel:  pm_runtime_work+0x8f/0xa0
> > >> > > May 14 19:21:41 geek500 kernel:  process_one_work+0x1d3/0x3a0
> > >> > > May 14 19:21:41 geek500 kernel:  worker_thread+0x48/0x3c0
> > >> > > May 14 19:21:41 geek500 kernel:  ? rescuer_thread+0x380/0x380
> > >> > > May 14 19:21:41 geek500 kernel:  kthread+0xd3/0x100
> > >> > > May 14 19:21:41 geek500 kernel:  ?
> > >kthread_complete_and_exit+0x20/0x20
> > >> > > May 14 19:21:41 geek500 kernel:  ret_from_fork+0x22/0x30
> > >> > > May 14 19:21:41 geek500 kernel:  </TASK>
> > >> > > May 14 19:21:41 geek500 kernel: ---[ end trace 0000000000000000
> > >]---
> > >> > > May 14 19:21:41 geek500 kernel: ------------[ cut here
> > >]------------
> > >> > > May 14 19:21:41 geek500 kernel: AMDI0010:03 already disabled
> > >> > > May 14 19:21:41 geek500 kernel: WARNING: CPU: 6 PID: 1091 at
> > >drivers/clk/
> > >> > > clk.c:971 clk_core_disable+0x80/0x1a0
> > >> > > May 14 19:21:41 geek500 kernel: Modules linked in: [last
> > >unloaded:
> > >> > > acpi_call] May 14 19:21:41 geek500 kernel: CPU: 6 PID: 1091 Comm:
> > >> > > kworker/6:3 Tainted: G W  O      5.17.7+ #7
> > >> > > May 14 19:21:41 geek500 kernel: Hardware name: HP HP Pavilion
> > >Gaming
> > >> > > Laptop
> > >> > > 15-ec1xxx/87B2, BIOS F.25 08/18/2021
> > >> > > May 14 19:21:41 geek500 kernel: Workqueue: pm pm_runtime_work
> > >> > > May 14 19:21:41 geek500 kernel: RIP:
> > >0010:clk_core_disable+0x80/0x1a0
> > >> > > May 14 19:21:41 geek500 kernel: Code: 10 e8 e4 4a d1 00 0f 1f 44
> > >00 00 48
> > >> > > 8b 5b 30 48 85 db 74 b6 8b 43 7c 85 c0 75 a4 48 8b 33 48 c7 c7 7d
> > >87 c4
> > >> > > ab e8 79 7a 9a 00 <0f> 0b 5b 5d c3 65 8b 05 5c a1 92 55 89 c0 48
> > >0f a3 05
> > >> > > 4a 61 9d 01 May 14 19:21:41 geek500 kernel: RSP:
> > >0018:ffff8dbfc1c47d50
> > >> > > EFLAGS: 00010082 May 14 19:21:41 geek500 kernel: RAX:
> > >0000000000000000
> > >> > > RBX: ffff8885401b6300 RCX: 0000000000000027
> > >> > > May 14 19:21:41 geek500 kernel: RDX: ffff88885f59f468 RSI:
> > >> > > 0000000000000001
> > >> > > RDI: ffff88885f59f460
> > >> > > May 14 19:21:41 geek500 kernel: RBP: 0000000000000287 R08:
> > >> > > ffffffffabf26da8
> > >> > > R09: 00000000ffffdfff
> > >> > > May 14 19:21:41 geek500 kernel: R10: ffffffffabe46dc0 R11:
> > >> > > ffffffffabe46dc0
> > >> > > R12: ffff8885401b6300
> > >> > > May 14 19:21:41 geek500 kernel: R13: ffff888540fc30f4 R14:
> > >> > > 0000000000000008
> > >> > > R15: 0000000000000000
> > >> > > May 14 19:21:41 geek500 kernel: FS:  0000000000000000(0000)
> > >> > > GS:ffff88885f580000(0000) knlGS:0000000000000000
> > >> > > May 14 19:21:41 geek500 kernel: CS:  0010 DS: 0000 ES: 0000 CR0:
> > >> > > 0000000080050033
> > >> > > May 14 19:21:41 geek500 kernel: CR2: 00000000010fa990 CR3:
> > >> > > 0000000102956000
> > >> > > CR4: 0000000000350ee0
> > >> > > May 14 19:21:41 geek500 kernel: Call Trace:
> > >> > > May 14 19:21:41 geek500 kernel:  <TASK>
> > >> > > May 14 19:21:41 geek500 kernel:  clk_disable+0x24/0x30
> > >> > > May 14 19:21:41 geek500 kernel:  i2c_dw_prepare_clk+0x88/0xd0
> > >> > > May 14 19:21:41 geek500 kernel:  dw_i2c_plat_suspend+0x2e/0x40
> > >> > > May 14 19:21:41 geek500 kernel:
> > >acpi_subsys_runtime_suspend+0x9/0x20
> > >> > > May 14 19:21:41 geek500 kernel:  ? acpi_dev_suspend+0x160/0x160
> > >> > > May 14 19:21:41 geek500 kernel:  __rpm_callback+0x3f/0x150
> > >> > > May 14 19:21:41 geek500 kernel:  ? acpi_dev_suspend+0x160/0x160
> > >> > > May 14 19:21:41 geek500 kernel:  rpm_callback+0x54/0x60
> > >> > > May 14 19:21:41 geek500 kernel:  ? acpi_dev_suspend+0x160/0x160
> > >> > > May 14 19:21:41 geek500 kernel:  rpm_suspend+0x142/0x720
> > >> > > May 14 19:21:41 geek500 kernel:  pm_runtime_work+0x8f/0xa0
> > >> > > May 14 19:21:41 geek500 kernel:  process_one_work+0x1d3/0x3a0
> > >> > > May 14 19:21:41 geek500 kernel:  worker_thread+0x48/0x3c0
> > >> > > May 14 19:21:41 geek500 kernel:  ? rescuer_thread+0x380/0x380
> > >> > > May 14 19:21:41 geek500 kernel:  kthread+0xd3/0x100
> > >> > > May 14 19:21:41 geek500 kernel:  ?
> > >kthread_complete_and_exit+0x20/0x20
> > >> > > May 14 19:21:41 geek500 kernel:  ret_from_fork+0x22/0x30
> > >> > > May 14 19:21:41 geek500 kernel:  </TASK>
> > >> > > May 14 19:21:41 geek500 kernel: ---[ end trace 0000000000000000
> > >]---
> > >> > > May 14 19:21:41 geek500 kernel: ------------[ cut here
> > >]------------
> > >> > > May 14 19:21:41 geek500 kernel: AMDI0010:03 already unprepared
> > >> > > May 14 19:21:41 geek500 kernel: WARNING: CPU: 6 PID: 1091 at
> > >drivers/clk/
> > >> > > clk.c:829 clk_core_unprepare+0xb1/0x1a0
> > >> > > May 14 19:21:41 geek500 kernel: Modules linked in: [last
> > >unloaded:
> > >> > > acpi_call] May 14 19:21:41 geek500 kernel: CPU: 6 PID: 1091 Comm:
> > >> > > kworker/6:3 Tainted: G W  O      5.17.7+ #7
> > >> > > May 14 19:21:41 geek500 kernel: Hardware name: HP HP Pavilion
> > >Gaming
> > >> > > Laptop
> > >> > > 15-ec1xxx/87B2, BIOS F.25 08/18/2021
> > >> > > May 14 19:21:41 geek500 kernel: Workqueue: pm pm_runtime_work
> > >> > > May 14 19:21:41 geek500 kernel: RIP:
> > >0010:clk_core_unprepare+0xb1/0x1a0
> > >> > > May 14 19:21:41 geek500 kernel: Code: 40 00 66 90 48 8b 5b 30 48
> > >85 db 74
> > >> > > a2 8b 83 80 00 00 00 85 c0 0f 85 79 ff ff ff 48 8b 33 48 c7 c7 35
> > >87 c4
> > >> > > ab e8 18 7c 9a 00 <0f> 0b 5b c3 65 8b 05 fc a2 92 55 89 c0 48 0f
> > >a3 05 ea
> > >> > > 62 9d 01 73 May 14 19:21:41 geek500 kernel: RSP:
> > >0018:ffff8dbfc1c47d60
> > >> > > EFLAGS: 00010286 May 14 19:21:41 geek500 kernel: RAX:
> > >0000000000000000
> > >> > > RBX: ffff8885401b6300 RCX: 0000000000000027
> > >> > > May 14 19:21:41 geek500 kernel: RDX: ffff88885f59f468 RSI:
> > >> > > 0000000000000001
> > >> > > RDI: ffff88885f59f460
> > >> > > May 14 19:21:41 geek500 kernel: RBP: ffff8885401b6300 R08:
> > >> > > ffffffffabf26da8
> > >> > > R09: 00000000ffffdfff
> > >> > > May 14 19:21:41 geek500 kernel: R10: ffffffffabe46dc0 R11:
> > >> > > ffffffffabe46dc0
> > >> > > R12: 0000000000000000
> > >> > > May 14 19:21:41 geek500 kernel: R13: ffff888540fc30f4 R14:
> > >> > > 0000000000000008
> > >> > > R15: 0000000000000000
> > >> > > May 14 19:21:41 geek500 kernel: FS:  0000000000000000(0000)
> > >> > > GS:ffff88885f580000(0000) knlGS:0000000000000000
> > >> > > May 14 19:21:41 geek500 kernel: CS:  0010 DS: 0000 ES: 0000 CR0:
> > >> > > 0000000080050033
> > >> > > May 14 19:21:41 geek500 kernel: CR2: 00000000010fa990 CR3:
> > >> > > 0000000102956000
> > >> > > CR4: 0000000000350ee0
> > >> > > May 14 19:21:41 geek500 kernel: Call Trace:
> > >> > > May 14 19:21:41 geek500 kernel:  <TASK>
> > >> > > May 14 19:21:41 geek500 kernel:  clk_unprepare+0x1f/0x30
> > >> > > May 14 19:21:41 geek500 kernel:  i2c_dw_prepare_clk+0x90/0xd0
> > >> > > May 14 19:21:41 geek500 kernel:  dw_i2c_plat_suspend+0x2e/0x40
> > >> > > May 14 19:21:41 geek500 kernel:
> > >acpi_subsys_runtime_suspend+0x9/0x20
> > >> > > May 14 19:21:41 geek500 kernel:  ? acpi_dev_suspend+0x160/0x160
> > >> > > May 14 19:21:41 geek500 kernel:  __rpm_callback+0x3f/0x150
> > >> > > May 14 19:21:41 geek500 kernel:  ? acpi_dev_suspend+0x160/0x160
> > >> > > May 14 19:21:41 geek500 kernel:  rpm_callback+0x54/0x60
> > >> > > May 14 19:21:41 geek500 kernel:  ? acpi_dev_suspend+0x160/0x160
> > >> > > May 14 19:21:41 geek500 kernel:  rpm_suspend+0x142/0x720
> > >> > > May 14 19:21:41 geek500 kernel:  pm_runtime_work+0x8f/0xa0
> > >> > > May 14 19:21:41 geek500 kernel:  process_one_work+0x1d3/0x3a0
> > >> > > May 14 19:21:41 geek500 kernel:  worker_thread+0x48/0x3c0
> > >> > > May 14 19:21:41 geek500 kernel:  ? rescuer_thread+0x380/0x380
> > >> > > May 14 19:21:41 geek500 kernel:  kthread+0xd3/0x100
> > >> > > May 14 19:21:41 geek500 kernel:  ?
> > >kthread_complete_and_exit+0x20/0x20
> > >> > > May 14 19:21:41 geek500 kernel:  ret_from_fork+0x22/0x30
> > >> > > May 14 19:21:41 geek500 kernel:  </TASK>
> > >> > > May 14 19:21:41 geek500 kernel: ---[ end trace 0000000000000000
> > >]---
> > >> > > May 14 19:21:59 geek500 kernel: snd_hda_codec_hdmi hdaudioC1D0:
> > >Unable to
> > >> > > sync register 0x4f0800. -5
> > >> > > May 14 19:21:59 geek500 kernel: (elapsed 0.175 seconds) done.
> > >> > > May 14 19:21:59 geek500 kernel: amdgpu 0000:05:00.0: amdgpu:
> > >Power
> > >> > > consumption will be higher as BIOS has not been configured for
> > >> > > suspend-to-idle. To use suspend-to-idle change the sleep mode in
> > >BIOS
> > >> > > setup.
> > >> > > May 14 19:21:59 geek500 kernel: snd_hda_intel 0000:01:00.1: can't
> > >change
> > >> > > power state from D3cold to D0 (config space inaccessible)
> > >> > > May 14 19:21:59 geek500 kernel: pci 0000:00:00.2: can't derive
> > >routing for
> > >> > > PCI INT A
> > >> > > May 14 19:21:59 geek500 kernel: pci 0000:00:00.2: PCI INT A: no
> > >GSI
> > >> > > May 14 19:21:59 geek500 kernel: [drm] Fence fallback timer
> > >expired on ring
> > >> > > gfx May 14 19:21:59 geek500 kernel: Bluetooth: hci0: command
> > >0xfc20 tx
> > >> > > timeout May 14 19:21:59 geek500 kernel: [drm] Fence fallback
> > >timer
> > >> > > expired on ring sdma0
> > >> > > May 14 19:21:59 geek500 kernel: Bluetooth: hci0: RTL: download fw
> > >command
> > >> > > failed (-110)
> > >> > > May 14 19:21:59 geek500 kernel: done.
> > >> > > May 14 19:22:00 geek500 kernel: snd_hda_codec_hdmi hdaudioC1D0:
> > >Unable to
> > >> > > sync register 0x4f0800. -5
> > >> > > May 14 19:22:00 geek500 dnsmasq[2079]: no servers found in
> > >/etc/dnsmasq.d/
> > >> > > dnsmasq-resolv.conf, will retry
> > >> > > May 14 19:22:01 geek500 kernel: [drm] Fence fallback timer
> > >expired on ring
> > >> > > sdma0
> > >> > > May 14 19:22:01 geek500 kernel: [drm] Fence fallback timer
> > >expired on ring
> > >> > > gfx May 14 19:22:01 geek500 kernel: [drm] Fence fallback timer
> > >expired on
> > >> > > ring sdma0
> > >> > > May 14 19:22:02 geek500 last message buffered 2 times
> > >> > > May 14 19:22:03 geek500 kernel: [drm] Fence fallback timer
> > >expired on ring
> > >> > > gfx May 14 19:22:03 geek500 kernel: [drm] Fence fallback timer
> > >expired on
> > >> > > ring sdma0
> > >> > > May 14 19:22:03 geek500 kernel: [drm] Fence fallback timer
> > >expired on ring
> > >> > > gfx May 14 19:22:03 geek500 kernel: [drm] Fence fallback timer
> > >expired on
> > >> > > ring sdma0
> > >> > > May 14 19:22:04 geek500 kernel: [drm] Fence fallback timer
> > >expired on ring
> > >> > > gfx May 14 19:22:04 geek500 kernel: [drm] Fence fallback timer
> > >expired on
> > >> > > ring sdma0
> > >> > > May 14 19:22:04 geek500 kernel: [drm] Fence fallback timer
> > >expired on ring
> > >> > > gfx May 14 19:22:04 geek500 kernel: [drm] Fence fallback timer
> > >expired on
> > >> > > ring sdma0
> > >> > > May 14 19:22:05 geek500 last message buffered 2 times
> > >> > > May 14 19:22:05 geek500 kernel: [drm] Fence fallback timer
> > >expired on ring
> > >> > > gfx May 14 19:22:06 geek500 kernel: [drm] Fence fallback timer
> > >expired on
> > >> > > ring sdma0
> > >> > > May 14 19:22:06 geek500 kernel: [drm] Fence fallback timer
> > >expired on ring
> > >> > > gfx May 14 19:22:06 geek500 last message buffered 1 times
> > >> > > ...
> > >> > > May 14 19:22:18 geek500 kernel: [drm] Fence fallback timer
> > >expired on ring
> > >> > > sdma0
> > >> > > May 14 19:22:18 geek500 kernel:
> > >[drm:amdgpu_dm_atomic_commit_tail] *ERROR*
> > >> > > Waiting for fences timed out!
> > >> > > May 14 19:22:18 geek500 kernel: [drm] Fence fallback timer
> > >expired on ring
> > >> > > sdma0
> > >> > >
> > >> > > CC
> > >> > >
> > >> > > Le samedi 14 mai 2022, 17:12:33 CEST Thorsten Leemhuis a écrit :
> > >> > > > Hi, this is your Linux kernel regression tracker. Thanks for
> > >the report.
> > >> > > >
> > >> > > > On 14.05.22 16:41, Christian Casteyde wrote:
> > >> > > > > #regzbot introduced v5.17.3..v5.17.4
> > >> > > > > #regzbot introduced: 001828fb3084379f3c3e228b905223c50bc237f9
> > >> > > >
> > >> > > > FWIW, that's commit 887f75cfd0da ("drm/amdgpu: Ensure HDA
> > >function is
> > >> > > > suspended before ASIC reset") upstream.
> > >> > > >
> > >> > > > Recently a regression was reported where 887f75cfd0da was
> > >suspected as
> > >> > > > the culprit:
> > >> > > > https://gitlab.freedesktop.org/drm/amd/-/issues/2008
> > >> > > >
> > >> > > > And a one related to it:
> > >> > > > https://gitlab.freedesktop.org/drm/amd/-/issues/1982
> > >> > > >
> > >> > > > You might want to take a look if what was discussed there might
> > >be
> > >> > > > related to your problem (I'm not directly involved in any of
> > >this, I
> > >> > > > don't know the details, it's just that 887f75cfd0da looked
> > >familiar to
> > >> > > > me). If it is, a fix for these two bugs was committed to master
> > >earlier
> > >> > > > this week:
> > >> > > >
> > >> > > >
> > >https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commi
> > >> > > > t/?i d=a56f445f807b0276
> > >> > > >
> > >> > > > It will likely be backported to 5.17.y, maybe already in the
> > >over-next
> > >> > > > release. HTH.
> > >> > > >
> > >> > > > Ciao, Thorsten (wearing his 'the Linux kernel's regression
> > >tracker' hat)
> > >> > > >
> > >> > > > P.S.: As the Linux kernel's regression tracker I deal with a
> > >lot of
> > >> > > > reports and sometimes miss something important when writing
> > >mails like
> > >> > > > this. If that's the case here, don't hesitate to tell me in a
> > >public
> > >> > > > reply, it's in everyone's interest to set the public record
> > >straight.
> > >> > > >
> > >> > > > > Hello
> > >> > > > > Since 5.17.4 my laptop doesn't resume from suspend anymore.
> > >At resume,
> > >> > > > > symptoms are variable:
> > >> > > > > - either the laptop freezes;
> > >> > > > > - either the screen keeps blank;
> > >> > > > > - either the screen is OK but mouse is frozen;
> > >> > > > > - either display lags with several logs in dmesg:
> > >> > > > > [  228.275492] [drm] Fence fallback timer expired on ring gfx
> > >> > > > > [  228.395466] [drm:amdgpu_dm_atomic_commit_tail] *ERROR*
> > >Waiting for
> > >> > > > > fences timed out!
> > >> > > > > [  228.779490] [drm] Fence fallback timer expired on ring gfx
> > >> > > > > [  229.283484] [drm] Fence fallback timer expired on ring
> > >sdma0
> > >> > > > > [  229.283485] [drm] Fence fallback timer expired on ring gfx
> > >> > > > > [  229.787487] [drm] Fence fallback timer expired on ring gfx
> > >> > > > > ...
> > >> > > > >
> > >> > > > > I've bisected the problem.
> > >> > > > >
> > >> > > > > Please note this laptop has a strange behaviour on suspend:
> > >> > > > > The first suspend request always fails (this point has never
> > >been
> > >> > > > > fixed
> > >> > > > > and
> > >> > > > > plagues us when trying to diagnose another regression on
> > >touchpad not
> > >> > > > > resuming in the past). The screen goes blank and I can get it
> > >OK when
> > >> > > > > pressing the power button, this seems to reset it. After that
> > >all
> > >> > > > > suspend/resume works OK.
> > >> > > > >
> > >> > > > > Since 5.17.4, it is not possible anymore to get the laptop
> > >working
> > >> > > > > again
> > >> > > > > after the first suspend failure.
> > >> > > > >
> > >> > > > > HW : HP Pavilion / Ryzen 4600H with AMD graphics integrated +
> > >NVidia
> > >> > > > > 1650Ti
> > >> > > > > (turned off with ACPI call in order to get more battery, I'm
> > >not using
> > >> > > > > NVidia driver).
> > >>
> >

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

* Re: [REGRESSION] Laptop with Ryzen 4600H fails to resume video since 5.17.4 (works 5.17.3)
  2022-05-18  2:08                 ` Kai-Heng Feng
@ 2022-05-18  2:19                   ` Mario Limonciello
  2022-05-18  7:15                   ` Christian Casteyde
  1 sibling, 0 replies; 30+ messages in thread
From: Mario Limonciello @ 2022-05-18  2:19 UTC (permalink / raw)
  To: Kai-Heng Feng, casteyde.christian
  Cc: stable, Thorsten Leemhuis, regressions, alexander deucher, gregkh

On 5/17/22 21:08, Kai-Heng Feng wrote:
> On Wed, May 18, 2022 at 1:38 AM <casteyde.christian@free.fr> wrote:
>>
>> dmesg logs
> 
> Actually, the "good" is still no good:
> [   43.375323] PM: suspend entry (deep)
> ...
> [   43.695342] PM: late suspend of devices failed
> ...
> [   44.554108] PM: suspend exit
> [   44.554168] PM: suspend entry (s2idle)
> 
> So we need to find out why the suspend failed at first place.
> 

I noticed that too; but the patch I suggested will completely avoid the 
GPU reset for the APU, which is my guess at why this suspend fails in 
the first place even in "good" scenario.

> Kai-Heng
> 
>>
>> ----- Mail original -----
>> De: "Kai-Heng Feng" <kai.heng.feng@canonical.com>
>> À: "Christian Casteyde" <casteyde.christian@free.fr>
>> Cc: stable@vger.kernel.org, "Thorsten Leemhuis" <regressions@leemhuis.info>, regressions@lists.linux.dev, "alexander deucher" <alexander.deucher@amd.com>, gregkh@linuxfoundation.org, "Mario Limonciello" <mario.limonciello@amd.com>
>> Envoyé: Mardi 17 Mai 2022 08:58:30
>> Objet: Re: [REGRESSION] Laptop with Ryzen 4600H fails to resume video since 5.17.4 (works 5.17.3)
>>
>> On Tue, May 17, 2022 at 2:36 PM Christian Casteyde
>> <casteyde.christian@free.fr> wrote:
>>>
>>> No, the problem is there even without acpicall. Fyi I use it to shutdown the NVidia card that eats the battery otherwise.
>>>
>>> I managed to get a dmesg output with 2.18rc7 I will post it this evening (basically exact same behavior as 2.17.4).
>>
>> Can you please also attach dmesg without the offending commit (i.e.
>> when it's working)?
>>
>> Kai-Heng
>>
>>>
>>> CC
>>>
>>> ⁣Télécharger BlueMail pour Android
>>>
>>> Le 17 mai 2022 à 04:03, à 04:03, Kai-Heng Feng <kai.heng.feng@canonical.com> a écrit:
>>>> On Tue, May 17, 2022 at 1:23 AM Christian Casteyde
>>>> <casteyde.christian@free.fr> wrote:
>>>>>
>>>>> I've tried with 5.18-rc7, it doesn't work either. I guess 5.18 branch
>>>> have all
>>>>> commits.
>>>>>
>>>>> full dmesg appended (not for 5.18, I didn't manage to resume up to
>>>> the point
>>>>> to get a console for now).
>>>>
>>>> Interestingly, I found you are using acpi_call:
>>>> [   30.667348] acpi_call: loading out-of-tree module taints kernel.
>>>>
>>>> Does removing the acpi_call solve the issue?
>>>>
>>>> Kai-Heng
>>>>
>>>>>
>>>>> CC
>>>>>
>>>>> Le lundi 16 mai 2022, 04:47:25 CEST Kai-Heng Feng a écrit :
>>>>>> [+Cc Mario]
>>>>>>
>>>>>> On Sun, May 15, 2022 at 1:34 AM Christian Casteyde
>>>>>>
>>>>>> <casteyde.christian@free.fr> wrote:
>>>>>>> I've applied the commit a56f445f807b0276 on 5.17.7 and tested.
>>>>>>> This does not fix the problem on my laptop.
>>>>>>
>>>>>> Maybe some commits are still missing?
>>>>>>
>>>>>>> For informatio, here is a part of the log around the suspend
>>>> process:
>>>>>> Is it possible to attach full dmesg?
>>>>>>
>>>>>> Kai-Heng
>>>>>>
>>>>>>> May 14 19:21:41 geek500 kernel: snd_hda_intel 0000:01:00.1: can't
>>>> change
>>>>>>> power state from D3cold to D0 (config space inaccessible)
>>>>>>> May 14 19:21:41 geek500 kernel: PM: late suspend of devices
>>>> failed
>>>>>>> May 14 19:21:41 geek500 kernel: ------------[ cut here
>>>> ]------------
>>>>>>> May 14 19:21:41 geek500 kernel: i2c_designware AMDI0010:03:
>>>> Transfer while
>>>>>>> suspended
>>>>>>> May 14 19:21:41 geek500 kernel: pci 0000:00:00.2: can't derive
>>>> routing for
>>>>>>> PCI INT A
>>>>>>> May 14 19:21:41 geek500 kernel: pci 0000:00:00.2: PCI INT A: no
>>>> GSI
>>>>>>> May 14 19:21:41 geek500 kernel: WARNING: CPU: 9 PID: 1972 at
>>>> drivers/i2c/
>>>>>>> busses/i2c-designware-master.c:570 i2c_dw_xfer+0x3f6/0x440
>>>>>>> May 14 19:21:41 geek500 kernel: Modules linked in: [last
>>>> unloaded:
>>>>>>> acpi_call] May 14 19:21:41 geek500 kernel: CPU: 9 PID: 1972 Comm:
>>>>>>> kworker/u32:18 Tainted: G           O      5.17.7+ #7
>>>>>>> May 14 19:21:41 geek500 kernel: Hardware name: HP HP Pavilion
>>>> Gaming
>>>>>>> Laptop
>>>>>>> 15-ec1xxx/87B2, BIOS F.25 08/18/2021
>>>>>>> May 14 19:21:41 geek500 kernel: Workqueue: events_unbound
>>>>>>> async_run_entry_fn May 14 19:21:41 geek500 kernel: RIP:
>>>>>>> 0010:i2c_dw_xfer+0x3f6/0x440
>>>>>>> May 14 19:21:41 geek500 kernel: Code: c6 05 db 31 45 01 01 4c 8b
>>>> 67 50 4d
>>>>>>> 85 e4 75 03 4c 8b 27 e8 fc e1 e9 ff 4c 89 e2 48 c7 c7 00 01 cc
>>>>>>>
>>>>>>>   ab 48 89 c6 e8 b3 4f 45 00 <0f> 0b 41 be 94 ff ff ff e9 cc fc ff
>>>> ff e9 2d
>>>>>>>   9c>
>>>>>>> 4b 00 83 f8 01 74
>>>>>>> May 14 19:21:41 geek500 kernel: RSP: 0018:ffff8dbfc31e7c68
>>>> EFLAGS:
>>>>>>> 00010286
>>>>>>> May 14 19:21:41 geek500 kernel: RAX: 0000000000000000 RBX:
>>>>>>> ffff888540f170e8
>>>>>>> RCX: 0000000000000be5
>>>>>>> May 14 19:21:41 geek500 kernel: RDX: 0000000000000000 RSI:
>>>>>>> 0000000000000086
>>>>>>> RDI: ffffffffac858df8
>>>>>>> May 14 19:21:41 geek500 kernel: RBP: ffff888540f170e8 R08:
>>>>>>> ffffffffabe46d60
>>>>>>> R09: 00000000ac86a0f6
>>>>>>> May 14 19:21:41 geek500 kernel: R10: ffffffffffffffff R11:
>>>>>>> ffffffffffffffff
>>>>>>> R12: ffff888540f5c070
>>>>>>> May 14 19:21:41 geek500 kernel: R13: ffff8dbfc31e7d70 R14:
>>>>>>> 00000000ffffff94
>>>>>>> R15: ffff888540f17028
>>>>>>> May 14 19:21:41 geek500 kernel: FS:  0000000000000000(0000)
>>>>>>> GS:ffff88885f640000(0000) knlGS:0000000000000000
>>>>>>> May 14 19:21:41 geek500 kernel: CS:  0010 DS: 0000 ES: 0000 CR0:
>>>>>>> 0000000080050033
>>>>>>> May 14 19:21:41 geek500 kernel: CR2: 00007f1984067028 CR3:
>>>>>>> 0000000045e0c000
>>>>>>> CR4: 0000000000350ee0
>>>>>>> May 14 19:21:41 geek500 kernel: Call Trace:
>>>>>>> May 14 19:21:41 geek500 kernel:  <TASK>
>>>>>>> May 14 19:21:41 geek500 kernel:  ? dequeue_entity+0xd4/0x250
>>>>>>> May 14 19:21:41 geek500 kernel:  ?
>>>> newidle_balance.constprop.0+0x1f7/0x3b0
>>>>>>> May 14 19:21:41 geek500 kernel:  __i2c_transfer+0x16d/0x520
>>>>>>> May 14 19:21:41 geek500 kernel:  i2c_transfer+0x7a/0xd0
>>>>>>> May 14 19:21:41 geek500 kernel:  __i2c_hid_command+0x106/0x2d0
>>>>>>> May 14 19:21:41 geek500 kernel:  ? amd_gpio_irq_enable+0x19/0x50
>>>>>>> May 14 19:21:41 geek500 kernel:  i2c_hid_set_power+0x4a/0xd0
>>>>>>> May 14 19:21:41 geek500 kernel:  i2c_hid_core_resume+0x60/0xb0
>>>>>>> May 14 19:21:41 geek500 kernel:  ?
>>>> acpi_subsys_resume_early+0x50/0x50
>>>>>>> May 14 19:21:41 geek500 kernel:  dpm_run_callback+0x1d/0xd0
>>>>>>> May 14 19:21:41 geek500 kernel:  device_resume+0x122/0x230
>>>>>>> May 14 19:21:41 geek500 kernel:  async_resume+0x14/0x30
>>>>>>> May 14 19:21:41 geek500 kernel:  async_run_entry_fn+0x1b/0xa0
>>>>>>> May 14 19:21:41 geek500 kernel:  process_one_work+0x1d3/0x3a0
>>>>>>> May 14 19:21:41 geek500 kernel:  worker_thread+0x48/0x3c0
>>>>>>> May 14 19:21:41 geek500 kernel:  ? rescuer_thread+0x380/0x380
>>>>>>> May 14 19:21:41 geek500 kernel:  kthread+0xd3/0x100
>>>>>>> May 14 19:21:41 geek500 kernel:  ?
>>>> kthread_complete_and_exit+0x20/0x20
>>>>>>> May 14 19:21:41 geek500 kernel:  ret_from_fork+0x22/0x30
>>>>>>> May 14 19:21:41 geek500 kernel:  </TASK>
>>>>>>> May 14 19:21:41 geek500 kernel: ---[ end trace 0000000000000000
>>>> ]---
>>>>>>> May 14 19:21:41 geek500 kernel: i2c_hid_acpi i2c-ELAN0718:00:
>>>> failed to
>>>>>>> change power setting.
>>>>>>> May 14 19:21:41 geek500 kernel: PM: dpm_run_callback():
>>>>>>> acpi_subsys_resume+0x0/0x50 returns -108
>>>>>>> May 14 19:21:41 geek500 kernel: i2c_hid_acpi i2c-ELAN0718:00: PM:
>>>> failed
>>>>>>> to
>>>>>>> resume async: error -108
>>>>>>> May 14 19:21:41 geek500 kernel: amdgpu 0000:05:00.0:
>>>>>>> [drm:amdgpu_ring_test_helper] *ERROR* ring gfx test failed (-110)
>>>>>>> May 14 19:21:41 geek500 kernel:
>>>> [drm:amdgpu_device_ip_resume_phase2]
>>>>>>> *ERROR* resume of IP block <gfx_v9_0> failed -110
>>>>>>> May 14 19:21:41 geek500 kernel: amdgpu 0000:05:00.0: amdgpu:
>>>>>>> amdgpu_device_ip_resume failed (-110).
>>>>>>> May 14 19:21:41 geek500 kernel: PM: dpm_run_callback():
>>>>>>> pci_pm_resume+0x0/0x120 returns -110
>>>>>>> May 14 19:21:41 geek500 kernel: amdgpu 0000:05:00.0: PM: failed
>>>> to resume
>>>>>>> async: error -110
>>>>>>> May 14 19:21:41 geek500 kernel: ------------[ cut here
>>>> ]------------
>>>>>>> May 14 19:21:41 geek500 kernel: AMDI0010:03 already disabled
>>>>>>> May 14 19:21:41 geek500 kernel: WARNING: CPU: 6 PID: 1091 at
>>>> drivers/clk/
>>>>>>> clk.c:971 clk_core_disable+0x80/0x1a0
>>>>>>> May 14 19:21:41 geek500 kernel: Modules linked in: [last
>>>> unloaded:
>>>>>>> acpi_call] May 14 19:21:41 geek500 kernel: CPU: 6 PID: 1091 Comm:
>>>>>>> kworker/6:3 Tainted: G W  O      5.17.7+ #7
>>>>>>> May 14 19:21:41 geek500 kernel: Hardware name: HP HP Pavilion
>>>> Gaming
>>>>>>> Laptop
>>>>>>> 15-ec1xxx/87B2, BIOS F.25 08/18/2021
>>>>>>> May 14 19:21:41 geek500 kernel: Workqueue: pm pm_runtime_work
>>>>>>> May 14 19:21:41 geek500 kernel: RIP:
>>>> 0010:clk_core_disable+0x80/0x1a0
>>>>>>> May 14 19:21:41 geek500 kernel: Code: 10 e8 e4 4a d1 00 0f 1f 44
>>>> 00 00 48
>>>>>>> 8b 5b 30 48 85 db 74 b6 8b 43 7c 85 c0 75 a4 48 8b 33 48 c7 c7 7d
>>>> 87 c4
>>>>>>> ab e8 79 7a 9a 00 <0f> 0b 5b 5d c3 65 8b 05 5c a1 92 55 89 c0 48
>>>> 0f a3 05
>>>>>>> 4a 61 9d 01 May 14 19:21:41 geek500 kernel: RSP:
>>>> 0018:ffff8dbfc1c47d50
>>>>>>> EFLAGS: 00010082 May 14 19:21:41 geek500 kernel:
>>>>>>> May 14 19:21:41 geek500 kernel: RAX: 0000000000000000 RBX:
>>>>>>> ffff8885401b6300
>>>>>>> RCX: 0000000000000027
>>>>>>> May 14 19:21:41 geek500 kernel: RDX: ffff88885f59f468 RSI:
>>>>>>> 0000000000000001
>>>>>>> RDI: ffff88885f59f460
>>>>>>> May 14 19:21:41 geek500 kernel: RBP: 0000000000000283 R08:
>>>>>>> ffffffffabf26da8
>>>>>>> R09: 00000000ffffdfff
>>>>>>> May 14 19:21:41 geek500 kernel: R10: ffffffffabe46dc0 R11:
>>>>>>> ffffffffabe46dc0
>>>>>>> R12: ffff8885401b6300
>>>>>>> May 14 19:21:41 geek500 kernel: R13: ffff888540fc30f4 R14:
>>>>>>> 0000000000000008
>>>>>>> R15: 0000000000000000
>>>>>>> May 14 19:21:41 geek500 kernel: FS:  0000000000000000(0000)
>>>>>>> GS:ffff88885f580000(0000) knlGS:0000000000000000
>>>>>>> May 14 19:21:41 geek500 kernel: CS:  0010 DS: 0000 ES: 0000 CR0:
>>>>>>> 0000000080050033
>>>>>>> May 14 19:21:41 geek500 kernel: CR2: 00000000010fa990 CR3:
>>>>>>> 0000000102956000
>>>>>>> CR4: 0000000000350ee0
>>>>>>> May 14 19:21:41 geek500 kernel: Call Trace:
>>>>>>> May 14 19:21:41 geek500 kernel:  <TASK>
>>>>>>> May 14 19:21:41 geek500 kernel:  clk_disable+0x24/0x30
>>>>>>> May 14 19:21:41 geek500 kernel:  i2c_dw_prepare_clk+0x74/0xd0
>>>>>>> May 14 19:21:41 geek500 kernel:  dw_i2c_plat_suspend+0x2e/0x40
>>>>>>> May 14 19:21:41 geek500 kernel:
>>>> acpi_subsys_runtime_suspend+0x9/0x20
>>>>>>> May 14 19:21:41 geek500 kernel:  ? acpi_dev_suspend+0x160/0x160
>>>>>>> May 14 19:21:41 geek500 kernel:  __rpm_callback+0x3f/0x150
>>>>>>> May 14 19:21:41 geek500 kernel:  ? acpi_dev_suspend+0x160/0x160
>>>>>>> May 14 19:21:41 geek500 kernel:  rpm_callback+0x54/0x60
>>>>>>> May 14 19:21:41 geek500 kernel:  ? acpi_dev_suspend+0x160/0x160
>>>>>>> May 14 19:21:41 geek500 kernel:  rpm_suspend+0x142/0x720
>>>>>>> May 14 19:21:41 geek500 kernel:  pm_runtime_work+0x8f/0xa0
>>>>>>> May 14 19:21:41 geek500 kernel:  process_one_work+0x1d3/0x3a0
>>>>>>> May 14 19:21:41 geek500 kernel:  worker_thread+0x48/0x3c0
>>>>>>> May 14 19:21:41 geek500 kernel:  ? rescuer_thread+0x380/0x380
>>>>>>> May 14 19:21:41 geek500 kernel:  kthread+0xd3/0x100
>>>>>>> May 14 19:21:41 geek500 kernel:  ?
>>>> kthread_complete_and_exit+0x20/0x20
>>>>>>> May 14 19:21:41 geek500 kernel:  ret_from_fork+0x22/0x30
>>>>>>> May 14 19:21:41 geek500 kernel:  </TASK>
>>>>>>> May 14 19:21:41 geek500 kernel: ---[ end trace 0000000000000000
>>>> ]---
>>>>>>> May 14 19:21:41 geek500 kernel: ------------[ cut here
>>>> ]------------
>>>>>>> May 14 19:21:41 geek500 kernel: AMDI0010:03 already unprepared
>>>>>>> May 14 19:21:41 geek500 kernel: WARNING: CPU: 6 PID: 1091 at
>>>> drivers/clk/
>>>>>>> clk.c:829 clk_core_unprepare+0xb1/0x1a0
>>>>>>> May 14 19:21:41 geek500 kernel: Modules linked in: [last
>>>> unloaded:
>>>>>>> acpi_call] May 14 19:21:41 geek500 kernel: CPU: 6 PID: 1091 Comm:
>>>>>>> kworker/6:3 Tainted: G W  O      5.17.7+ #7
>>>>>>> May 14 19:21:41 geek500 kernel: Hardware name: HP HP Pavilion
>>>> Gaming
>>>>>>> Laptop
>>>>>>> 15-ec1xxx/87B2, BIOS F.25 08/18/2021
>>>>>>> May 14 19:21:41 geek500 kernel: Workqueue: pm pm_runtime_work
>>>>>>> May 14 19:21:41 geek500 kernel: RIP:
>>>> 0010:clk_core_unprepare+0xb1/0x1a0
>>>>>>> May 14 19:21:41 geek500 kernel: Code: 40 00 66 90 48 8b 5b 30 48
>>>> 85 db 74
>>>>>>> a2 8b 83 80 00 00 00 85 c0 0f 85 79 ff ff ff 48 8b 33 48 c7 c7 35
>>>> 87 c4
>>>>>>> ab e8 18 7c 9a 00 <0f> 0b 5b c3 65 8b 05 fc a2 92 55 89 c0 48 0f
>>>> a3 05 ea
>>>>>>> 62 9d 01 73 May 14 19:21:41 geek500 kernel: RSP:
>>>> 0018:ffff8dbfc1c47d60
>>>>>>> EFLAGS: 00010286 May 14 19:21:41 geek500 kernel: RAX:
>>>> 0000000000000000
>>>>>>> RBX: ffff8885401b6300 RCX: 0000000000000027
>>>>>>> May 14 19:21:41 geek500 kernel: RDX: ffff88885f59f468 RSI:
>>>>>>> 0000000000000001
>>>>>>> RDI: ffff88885f59f460
>>>>>>> May 14 19:21:41 geek500 kernel: RBP: ffff8885401b6300 R08:
>>>>>>> ffffffffabf26da8
>>>>>>> R09: 00000000ffffdfff
>>>>>>> May 14 19:21:41 geek500 kernel: R10: ffffffffabe46dc0 R11:
>>>>>>> ffffffffabe46dc0
>>>>>>> R12: 0000000000000000
>>>>>>> May 14 19:21:41 geek500 kernel: R13: ffff888540fc30f4 R14:
>>>>>>> 0000000000000008
>>>>>>> R15: 0000000000000000
>>>>>>> May 14 19:21:41 geek500 kernel: FS:  0000000000000000(0000)
>>>>>>> GS:ffff88885f580000(0000) knlGS:0000000000000000
>>>>>>> May 14 19:21:41 geek500 kernel: CS:  0010 DS: 0000 ES: 0000 CR0:
>>>>>>> 0000000080050033
>>>>>>> May 14 19:21:41 geek500 kernel: CR2: 00000000010fa990 CR3:
>>>>>>> 0000000102956000
>>>>>>> CR4: 0000000000350ee0
>>>>>>> May 14 19:21:41 geek500 kernel: Call Trace:
>>>>>>> May 14 19:21:41 geek500 kernel:  <TASK>
>>>>>>> May 14 19:21:41 geek500 kernel:  clk_unprepare+0x1f/0x30
>>>>>>> May 14 19:21:41 geek500 kernel:  i2c_dw_prepare_clk+0x7c/0xd0
>>>>>>> May 14 19:21:41 geek500 kernel:  dw_i2c_plat_suspend+0x2e/0x40
>>>>>>> May 14 19:21:41 geek500 kernel:
>>>> acpi_subsys_runtime_suspend+0x9/0x20
>>>>>>> May 14 19:21:41 geek500 kernel:  ? acpi_dev_suspend+0x160/0x160
>>>>>>> May 14 19:21:41 geek500 kernel:  __rpm_callback+0x3f/0x150
>>>>>>> May 14 19:21:41 geek500 kernel:  ? acpi_dev_suspend+0x160/0x160
>>>>>>> May 14 19:21:41 geek500 kernel: done.
>>>>>>> May 14 19:21:41 geek500 kernel:  rpm_callback+0x54/0x60
>>>>>>> May 14 19:21:41 geek500 kernel:  ? acpi_dev_suspend+0x160/0x160
>>>>>>> May 14 19:21:41 geek500 kernel:  rpm_suspend+0x142/0x720
>>>>>>> May 14 19:21:41 geek500 kernel:  pm_runtime_work+0x8f/0xa0
>>>>>>> May 14 19:21:41 geek500 kernel:  process_one_work+0x1d3/0x3a0
>>>>>>> May 14 19:21:41 geek500 kernel:  worker_thread+0x48/0x3c0
>>>>>>> May 14 19:21:41 geek500 kernel:  ? rescuer_thread+0x380/0x380
>>>>>>> May 14 19:21:41 geek500 kernel:  kthread+0xd3/0x100
>>>>>>> May 14 19:21:41 geek500 kernel:  ?
>>>> kthread_complete_and_exit+0x20/0x20
>>>>>>> May 14 19:21:41 geek500 kernel:  ret_from_fork+0x22/0x30
>>>>>>> May 14 19:21:41 geek500 kernel:  </TASK>
>>>>>>> May 14 19:21:41 geek500 kernel: ---[ end trace 0000000000000000
>>>> ]---
>>>>>>> May 14 19:21:41 geek500 kernel: ------------[ cut here
>>>> ]------------
>>>>>>> May 14 19:21:41 geek500 kernel: AMDI0010:03 already disabled
>>>>>>> May 14 19:21:41 geek500 kernel: WARNING: CPU: 6 PID: 1091 at
>>>> drivers/clk/
>>>>>>> clk.c:971 clk_core_disable+0x80/0x1a0
>>>>>>> May 14 19:21:41 geek500 kernel: Modules linked in: [last
>>>> unloaded:
>>>>>>> acpi_call] May 14 19:21:41 geek500 kernel: CPU: 6 PID: 1091 Comm:
>>>>>>> kworker/6:3 Tainted: G W  O      5.17.7+ #7
>>>>>>> May 14 19:21:41 geek500 kernel: Hardware name: HP HP Pavilion
>>>> Gaming
>>>>>>> Laptop
>>>>>>> 15-ec1xxx/87B2, BIOS F.25 08/18/2021
>>>>>>> May 14 19:21:41 geek500 kernel: Workqueue: pm pm_runtime_work
>>>>>>> May 14 19:21:41 geek500 kernel: RIP:
>>>> 0010:clk_core_disable+0x80/0x1a0
>>>>>>> May 14 19:21:41 geek500 kernel: Code: 10 e8 e4 4a d1 00 0f 1f 44
>>>> 00 00 48
>>>>>>> 8b 5b 30 48 85 db 74 b6 8b 43 7c 85 c0 75 a4 48 8b 33 48 c7 c7 7d
>>>> 87 c4
>>>>>>> ab e8 79 7a 9a 00 <0f> 0b 5b 5d c3 65 8b 05 5c a1 92 55 89 c0 48
>>>> 0f a3 05
>>>>>>> 4a 61 9d 01 May 14 19:21:41 geek500 kernel: RSP:
>>>> 0018:ffff8dbfc1c47d50
>>>>>>> EFLAGS: 00010082 May 14 19:21:41 geek500 kernel: RAX:
>>>> 0000000000000000
>>>>>>> RBX: ffff8885401b6300 RCX: 0000000000000027
>>>>>>> May 14 19:21:41 geek500 kernel: RDX: ffff88885f59f468 RSI:
>>>>>>> 0000000000000001
>>>>>>> RDI: ffff88885f59f460
>>>>>>> May 14 19:21:41 geek500 kernel: RBP: 0000000000000287 R08:
>>>>>>> ffffffffabf26da8
>>>>>>> R09: 00000000ffffdfff
>>>>>>> May 14 19:21:41 geek500 kernel: R10: ffffffffabe46dc0 R11:
>>>>>>> ffffffffabe46dc0
>>>>>>> R12: ffff8885401b6300
>>>>>>> May 14 19:21:41 geek500 kernel: R13: ffff888540fc30f4 R14:
>>>>>>> 0000000000000008
>>>>>>> R15: 0000000000000000
>>>>>>> May 14 19:21:41 geek500 kernel: FS:  0000000000000000(0000)
>>>>>>> GS:ffff88885f580000(0000) knlGS:0000000000000000
>>>>>>> May 14 19:21:41 geek500 kernel: CS:  0010 DS: 0000 ES: 0000 CR0:
>>>>>>> 0000000080050033
>>>>>>> May 14 19:21:41 geek500 kernel: CR2: 00000000010fa990 CR3:
>>>>>>> 0000000102956000
>>>>>>> CR4: 0000000000350ee0
>>>>>>> May 14 19:21:41 geek500 kernel: Call Trace:
>>>>>>> May 14 19:21:41 geek500 kernel:  <TASK>
>>>>>>> May 14 19:21:41 geek500 kernel:  clk_disable+0x24/0x30
>>>>>>> May 14 19:21:41 geek500 kernel:  i2c_dw_prepare_clk+0x88/0xd0
>>>>>>> May 14 19:21:41 geek500 kernel:  dw_i2c_plat_suspend+0x2e/0x40
>>>>>>> May 14 19:21:41 geek500 kernel:
>>>> acpi_subsys_runtime_suspend+0x9/0x20
>>>>>>> May 14 19:21:41 geek500 kernel:  ? acpi_dev_suspend+0x160/0x160
>>>>>>> May 14 19:21:41 geek500 kernel:  __rpm_callback+0x3f/0x150
>>>>>>> May 14 19:21:41 geek500 kernel:  ? acpi_dev_suspend+0x160/0x160
>>>>>>> May 14 19:21:41 geek500 kernel:  rpm_callback+0x54/0x60
>>>>>>> May 14 19:21:41 geek500 kernel:  ? acpi_dev_suspend+0x160/0x160
>>>>>>> May 14 19:21:41 geek500 kernel:  rpm_suspend+0x142/0x720
>>>>>>> May 14 19:21:41 geek500 kernel:  pm_runtime_work+0x8f/0xa0
>>>>>>> May 14 19:21:41 geek500 kernel:  process_one_work+0x1d3/0x3a0
>>>>>>> May 14 19:21:41 geek500 kernel:  worker_thread+0x48/0x3c0
>>>>>>> May 14 19:21:41 geek500 kernel:  ? rescuer_thread+0x380/0x380
>>>>>>> May 14 19:21:41 geek500 kernel:  kthread+0xd3/0x100
>>>>>>> May 14 19:21:41 geek500 kernel:  ?
>>>> kthread_complete_and_exit+0x20/0x20
>>>>>>> May 14 19:21:41 geek500 kernel:  ret_from_fork+0x22/0x30
>>>>>>> May 14 19:21:41 geek500 kernel:  </TASK>
>>>>>>> May 14 19:21:41 geek500 kernel: ---[ end trace 0000000000000000
>>>> ]---
>>>>>>> May 14 19:21:41 geek500 kernel: ------------[ cut here
>>>> ]------------
>>>>>>> May 14 19:21:41 geek500 kernel: AMDI0010:03 already unprepared
>>>>>>> May 14 19:21:41 geek500 kernel: WARNING: CPU: 6 PID: 1091 at
>>>> drivers/clk/
>>>>>>> clk.c:829 clk_core_unprepare+0xb1/0x1a0
>>>>>>> May 14 19:21:41 geek500 kernel: Modules linked in: [last
>>>> unloaded:
>>>>>>> acpi_call] May 14 19:21:41 geek500 kernel: CPU: 6 PID: 1091 Comm:
>>>>>>> kworker/6:3 Tainted: G W  O      5.17.7+ #7
>>>>>>> May 14 19:21:41 geek500 kernel: Hardware name: HP HP Pavilion
>>>> Gaming
>>>>>>> Laptop
>>>>>>> 15-ec1xxx/87B2, BIOS F.25 08/18/2021
>>>>>>> May 14 19:21:41 geek500 kernel: Workqueue: pm pm_runtime_work
>>>>>>> May 14 19:21:41 geek500 kernel: RIP:
>>>> 0010:clk_core_unprepare+0xb1/0x1a0
>>>>>>> May 14 19:21:41 geek500 kernel: Code: 40 00 66 90 48 8b 5b 30 48
>>>> 85 db 74
>>>>>>> a2 8b 83 80 00 00 00 85 c0 0f 85 79 ff ff ff 48 8b 33 48 c7 c7 35
>>>> 87 c4
>>>>>>> ab e8 18 7c 9a 00 <0f> 0b 5b c3 65 8b 05 fc a2 92 55 89 c0 48 0f
>>>> a3 05 ea
>>>>>>> 62 9d 01 73 May 14 19:21:41 geek500 kernel: RSP:
>>>> 0018:ffff8dbfc1c47d60
>>>>>>> EFLAGS: 00010286 May 14 19:21:41 geek500 kernel: RAX:
>>>> 0000000000000000
>>>>>>> RBX: ffff8885401b6300 RCX: 0000000000000027
>>>>>>> May 14 19:21:41 geek500 kernel: RDX: ffff88885f59f468 RSI:
>>>>>>> 0000000000000001
>>>>>>> RDI: ffff88885f59f460
>>>>>>> May 14 19:21:41 geek500 kernel: RBP: ffff8885401b6300 R08:
>>>>>>> ffffffffabf26da8
>>>>>>> R09: 00000000ffffdfff
>>>>>>> May 14 19:21:41 geek500 kernel: R10: ffffffffabe46dc0 R11:
>>>>>>> ffffffffabe46dc0
>>>>>>> R12: 0000000000000000
>>>>>>> May 14 19:21:41 geek500 kernel: R13: ffff888540fc30f4 R14:
>>>>>>> 0000000000000008
>>>>>>> R15: 0000000000000000
>>>>>>> May 14 19:21:41 geek500 kernel: FS:  0000000000000000(0000)
>>>>>>> GS:ffff88885f580000(0000) knlGS:0000000000000000
>>>>>>> May 14 19:21:41 geek500 kernel: CS:  0010 DS: 0000 ES: 0000 CR0:
>>>>>>> 0000000080050033
>>>>>>> May 14 19:21:41 geek500 kernel: CR2: 00000000010fa990 CR3:
>>>>>>> 0000000102956000
>>>>>>> CR4: 0000000000350ee0
>>>>>>> May 14 19:21:41 geek500 kernel: Call Trace:
>>>>>>> May 14 19:21:41 geek500 kernel:  <TASK>
>>>>>>> May 14 19:21:41 geek500 kernel:  clk_unprepare+0x1f/0x30
>>>>>>> May 14 19:21:41 geek500 kernel:  i2c_dw_prepare_clk+0x90/0xd0
>>>>>>> May 14 19:21:41 geek500 kernel:  dw_i2c_plat_suspend+0x2e/0x40
>>>>>>> May 14 19:21:41 geek500 kernel:
>>>> acpi_subsys_runtime_suspend+0x9/0x20
>>>>>>> May 14 19:21:41 geek500 kernel:  ? acpi_dev_suspend+0x160/0x160
>>>>>>> May 14 19:21:41 geek500 kernel:  __rpm_callback+0x3f/0x150
>>>>>>> May 14 19:21:41 geek500 kernel:  ? acpi_dev_suspend+0x160/0x160
>>>>>>> May 14 19:21:41 geek500 kernel:  rpm_callback+0x54/0x60
>>>>>>> May 14 19:21:41 geek500 kernel:  ? acpi_dev_suspend+0x160/0x160
>>>>>>> May 14 19:21:41 geek500 kernel:  rpm_suspend+0x142/0x720
>>>>>>> May 14 19:21:41 geek500 kernel:  pm_runtime_work+0x8f/0xa0
>>>>>>> May 14 19:21:41 geek500 kernel:  process_one_work+0x1d3/0x3a0
>>>>>>> May 14 19:21:41 geek500 kernel:  worker_thread+0x48/0x3c0
>>>>>>> May 14 19:21:41 geek500 kernel:  ? rescuer_thread+0x380/0x380
>>>>>>> May 14 19:21:41 geek500 kernel:  kthread+0xd3/0x100
>>>>>>> May 14 19:21:41 geek500 kernel:  ?
>>>> kthread_complete_and_exit+0x20/0x20
>>>>>>> May 14 19:21:41 geek500 kernel:  ret_from_fork+0x22/0x30
>>>>>>> May 14 19:21:41 geek500 kernel:  </TASK>
>>>>>>> May 14 19:21:41 geek500 kernel: ---[ end trace 0000000000000000
>>>> ]---
>>>>>>> May 14 19:21:59 geek500 kernel: snd_hda_codec_hdmi hdaudioC1D0:
>>>> Unable to
>>>>>>> sync register 0x4f0800. -5
>>>>>>> May 14 19:21:59 geek500 kernel: (elapsed 0.175 seconds) done.
>>>>>>> May 14 19:21:59 geek500 kernel: amdgpu 0000:05:00.0: amdgpu:
>>>> Power
>>>>>>> consumption will be higher as BIOS has not been configured for
>>>>>>> suspend-to-idle. To use suspend-to-idle change the sleep mode in
>>>> BIOS
>>>>>>> setup.
>>>>>>> May 14 19:21:59 geek500 kernel: snd_hda_intel 0000:01:00.1: can't
>>>> change
>>>>>>> power state from D3cold to D0 (config space inaccessible)
>>>>>>> May 14 19:21:59 geek500 kernel: pci 0000:00:00.2: can't derive
>>>> routing for
>>>>>>> PCI INT A
>>>>>>> May 14 19:21:59 geek500 kernel: pci 0000:00:00.2: PCI INT A: no
>>>> GSI
>>>>>>> May 14 19:21:59 geek500 kernel: [drm] Fence fallback timer
>>>> expired on ring
>>>>>>> gfx May 14 19:21:59 geek500 kernel: Bluetooth: hci0: command
>>>> 0xfc20 tx
>>>>>>> timeout May 14 19:21:59 geek500 kernel: [drm] Fence fallback
>>>> timer
>>>>>>> expired on ring sdma0
>>>>>>> May 14 19:21:59 geek500 kernel: Bluetooth: hci0: RTL: download fw
>>>> command
>>>>>>> failed (-110)
>>>>>>> May 14 19:21:59 geek500 kernel: done.
>>>>>>> May 14 19:22:00 geek500 kernel: snd_hda_codec_hdmi hdaudioC1D0:
>>>> Unable to
>>>>>>> sync register 0x4f0800. -5
>>>>>>> May 14 19:22:00 geek500 dnsmasq[2079]: no servers found in
>>>> /etc/dnsmasq.d/
>>>>>>> dnsmasq-resolv.conf, will retry
>>>>>>> May 14 19:22:01 geek500 kernel: [drm] Fence fallback timer
>>>> expired on ring
>>>>>>> sdma0
>>>>>>> May 14 19:22:01 geek500 kernel: [drm] Fence fallback timer
>>>> expired on ring
>>>>>>> gfx May 14 19:22:01 geek500 kernel: [drm] Fence fallback timer
>>>> expired on
>>>>>>> ring sdma0
>>>>>>> May 14 19:22:02 geek500 last message buffered 2 times
>>>>>>> May 14 19:22:03 geek500 kernel: [drm] Fence fallback timer
>>>> expired on ring
>>>>>>> gfx May 14 19:22:03 geek500 kernel: [drm] Fence fallback timer
>>>> expired on
>>>>>>> ring sdma0
>>>>>>> May 14 19:22:03 geek500 kernel: [drm] Fence fallback timer
>>>> expired on ring
>>>>>>> gfx May 14 19:22:03 geek500 kernel: [drm] Fence fallback timer
>>>> expired on
>>>>>>> ring sdma0
>>>>>>> May 14 19:22:04 geek500 kernel: [drm] Fence fallback timer
>>>> expired on ring
>>>>>>> gfx May 14 19:22:04 geek500 kernel: [drm] Fence fallback timer
>>>> expired on
>>>>>>> ring sdma0
>>>>>>> May 14 19:22:04 geek500 kernel: [drm] Fence fallback timer
>>>> expired on ring
>>>>>>> gfx May 14 19:22:04 geek500 kernel: [drm] Fence fallback timer
>>>> expired on
>>>>>>> ring sdma0
>>>>>>> May 14 19:22:05 geek500 last message buffered 2 times
>>>>>>> May 14 19:22:05 geek500 kernel: [drm] Fence fallback timer
>>>> expired on ring
>>>>>>> gfx May 14 19:22:06 geek500 kernel: [drm] Fence fallback timer
>>>> expired on
>>>>>>> ring sdma0
>>>>>>> May 14 19:22:06 geek500 kernel: [drm] Fence fallback timer
>>>> expired on ring
>>>>>>> gfx May 14 19:22:06 geek500 last message buffered 1 times
>>>>>>> ...
>>>>>>> May 14 19:22:18 geek500 kernel: [drm] Fence fallback timer
>>>> expired on ring
>>>>>>> sdma0
>>>>>>> May 14 19:22:18 geek500 kernel:
>>>> [drm:amdgpu_dm_atomic_commit_tail] *ERROR*
>>>>>>> Waiting for fences timed out!
>>>>>>> May 14 19:22:18 geek500 kernel: [drm] Fence fallback timer
>>>> expired on ring
>>>>>>> sdma0
>>>>>>>
>>>>>>> CC
>>>>>>>
>>>>>>> Le samedi 14 mai 2022, 17:12:33 CEST Thorsten Leemhuis a écrit :
>>>>>>>> Hi, this is your Linux kernel regression tracker. Thanks for
>>>> the report.
>>>>>>>>
>>>>>>>> On 14.05.22 16:41, Christian Casteyde wrote:
>>>>>>>>> #regzbot introduced v5.17.3..v5.17.4
>>>>>>>>> #regzbot introduced: 001828fb3084379f3c3e228b905223c50bc237f9
>>>>>>>>
>>>>>>>> FWIW, that's commit 887f75cfd0da ("drm/amdgpu: Ensure HDA
>>>> function is
>>>>>>>> suspended before ASIC reset") upstream.
>>>>>>>>
>>>>>>>> Recently a regression was reported where 887f75cfd0da was
>>>> suspected as
>>>>>>>> the culprit:
>>>>>>>> https://nam11.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgitlab.freedesktop.org%2Fdrm%2Famd%2F-%2Fissues%2F2008&amp;data=05%7C01%7Cmario.limonciello%40amd.com%7C9f81b636194e44c69fb908da387358f3%7C3dd8961fe4884e608e11a82d994e183d%7C0%7C0%7C637884365323647690%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&amp;sdata=Np%2FMfai9ObN6w3RncSlT3%2FjQNJtzzmY0LL4qK0hVo2k%3D&amp;reserved=0
>>>>>>>>
>>>>>>>> And a one related to it:
>>>>>>>> https://nam11.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgitlab.freedesktop.org%2Fdrm%2Famd%2F-%2Fissues%2F1982&amp;data=05%7C01%7Cmario.limonciello%40amd.com%7C9f81b636194e44c69fb908da387358f3%7C3dd8961fe4884e608e11a82d994e183d%7C0%7C0%7C637884365323647690%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&amp;sdata=kJXaC7bE3TSphzokMt4sG7xUd3Pi7VrNFYPr9DKrBrk%3D&amp;reserved=0
>>>>>>>>
>>>>>>>> You might want to take a look if what was discussed there might
>>>> be
>>>>>>>> related to your problem (I'm not directly involved in any of
>>>> this, I
>>>>>>>> don't know the details, it's just that 887f75cfd0da looked
>>>> familiar to
>>>>>>>> me). If it is, a fix for these two bugs was committed to master
>>>> earlier
>>>>>>>> this week:
>>>>>>>>
>>>>>>>>
>>>> https://nam11.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgit.kernel.org%2Fpub%2Fscm%2Flinux%2Fkernel%2Fgit%2Ftorvalds%2Flinux.git%2Fcommi&amp;data=05%7C01%7Cmario.limonciello%40amd.com%7C9f81b636194e44c69fb908da387358f3%7C3dd8961fe4884e608e11a82d994e183d%7C0%7C0%7C637884365323647690%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&amp;sdata=ZD%2BXimGGTHtXIvQfHwSh4kwIln6oJxe4ppjwcrBncHY%3D&amp;reserved=0
>>>>>>>> t/?i d=a56f445f807b0276
>>>>>>>>
>>>>>>>> It will likely be backported to 5.17.y, maybe already in the
>>>> over-next
>>>>>>>> release. HTH.
>>>>>>>>
>>>>>>>> Ciao, Thorsten (wearing his 'the Linux kernel's regression
>>>> tracker' hat)
>>>>>>>>
>>>>>>>> P.S.: As the Linux kernel's regression tracker I deal with a
>>>> lot of
>>>>>>>> reports and sometimes miss something important when writing
>>>> mails like
>>>>>>>> this. If that's the case here, don't hesitate to tell me in a
>>>> public
>>>>>>>> reply, it's in everyone's interest to set the public record
>>>> straight.
>>>>>>>>
>>>>>>>>> Hello
>>>>>>>>> Since 5.17.4 my laptop doesn't resume from suspend anymore.
>>>> At resume,
>>>>>>>>> symptoms are variable:
>>>>>>>>> - either the laptop freezes;
>>>>>>>>> - either the screen keeps blank;
>>>>>>>>> - either the screen is OK but mouse is frozen;
>>>>>>>>> - either display lags with several logs in dmesg:
>>>>>>>>> [  228.275492] [drm] Fence fallback timer expired on ring gfx
>>>>>>>>> [  228.395466] [drm:amdgpu_dm_atomic_commit_tail] *ERROR*
>>>> Waiting for
>>>>>>>>> fences timed out!
>>>>>>>>> [  228.779490] [drm] Fence fallback timer expired on ring gfx
>>>>>>>>> [  229.283484] [drm] Fence fallback timer expired on ring
>>>> sdma0
>>>>>>>>> [  229.283485] [drm] Fence fallback timer expired on ring gfx
>>>>>>>>> [  229.787487] [drm] Fence fallback timer expired on ring gfx
>>>>>>>>> ...
>>>>>>>>>
>>>>>>>>> I've bisected the problem.
>>>>>>>>>
>>>>>>>>> Please note this laptop has a strange behaviour on suspend:
>>>>>>>>> The first suspend request always fails (this point has never
>>>> been
>>>>>>>>> fixed
>>>>>>>>> and
>>>>>>>>> plagues us when trying to diagnose another regression on
>>>> touchpad not
>>>>>>>>> resuming in the past). The screen goes blank and I can get it
>>>> OK when
>>>>>>>>> pressing the power button, this seems to reset it. After that
>>>> all
>>>>>>>>> suspend/resume works OK.
>>>>>>>>>
>>>>>>>>> Since 5.17.4, it is not possible anymore to get the laptop
>>>> working
>>>>>>>>> again
>>>>>>>>> after the first suspend failure.
>>>>>>>>>
>>>>>>>>> HW : HP Pavilion / Ryzen 4600H with AMD graphics integrated +
>>>> NVidia
>>>>>>>>> 1650Ti
>>>>>>>>> (turned off with ACPI call in order to get more battery, I'm
>>>> not using
>>>>>>>>> NVidia driver).
>>>>>
>>>


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

* Re: [REGRESSION] Laptop with Ryzen 4600H fails to resume video since 5.17.4 (works 5.17.3)
  2022-05-17 17:37               ` casteyde.christian
@ 2022-05-18  5:52                 ` Thorsten Leemhuis
  2022-05-18  5:54                   ` Kai-Heng Feng
  0 siblings, 1 reply; 30+ messages in thread
From: Thorsten Leemhuis @ 2022-05-18  5:52 UTC (permalink / raw)
  To: casteyde.christian, Kai-Heng Feng
  Cc: stable, regressions, alexander deucher, gregkh, Mario Limonciello

On 17.05.22 19:37, casteyde.christian@free.fr wrote:

> I've tryied to revert the offending commit on 5.18-rc7 (887f75cfd0da
> ("drm/amdgpu: Ensure HDA function is suspended before ASIC reset"), and
> the problem disappears so it's really this commit that breaks.

In that case I'll update the regzbot status to make sure it's visible as
regression introduced in the 5.18 cycle:

#regzbot introduced: 887f75cfd0da

BTW: obviously would be nice to get this fixed before 5.18 is released
(which might already happen on Sunday), especially as the culprit
apparently was already backported to stable, but I guess that won't be
easy...

Which made me wondering: is reverting the culprit temporarily in
mainline (and reapplying it later with a fix) a option here?

Ciao, Thorsten (wearing his 'the Linux kernel's regression tracker' hat)

P.S.: As the Linux kernel's regression tracker I deal with a lot of
reports and sometimes miss something important when writing mails like
this. If that's the case here, don't hesitate to tell me in a public
reply, it's in everyone's interest to set the public record straight.

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

* Re: [REGRESSION] Laptop with Ryzen 4600H fails to resume video since 5.17.4 (works 5.17.3)
  2022-05-18  5:52                 ` Thorsten Leemhuis
@ 2022-05-18  5:54                   ` Kai-Heng Feng
  2022-05-18  6:37                     ` Thorsten Leemhuis
  0 siblings, 1 reply; 30+ messages in thread
From: Kai-Heng Feng @ 2022-05-18  5:54 UTC (permalink / raw)
  To: Thorsten Leemhuis
  Cc: casteyde.christian, stable, regressions, alexander deucher,
	gregkh, Mario Limonciello

On Wed, May 18, 2022 at 1:52 PM Thorsten Leemhuis
<regressions@leemhuis.info> wrote:
>
> On 17.05.22 19:37, casteyde.christian@free.fr wrote:
>
> > I've tryied to revert the offending commit on 5.18-rc7 (887f75cfd0da
> > ("drm/amdgpu: Ensure HDA function is suspended before ASIC reset"), and
> > the problem disappears so it's really this commit that breaks.
>
> In that case I'll update the regzbot status to make sure it's visible as
> regression introduced in the 5.18 cycle:
>
> #regzbot introduced: 887f75cfd0da
>
> BTW: obviously would be nice to get this fixed before 5.18 is released
> (which might already happen on Sunday), especially as the culprit
> apparently was already backported to stable, but I guess that won't be
> easy...
>
> Which made me wondering: is reverting the culprit temporarily in
> mainline (and reapplying it later with a fix) a option here?

It's too soon to call it's the culprit. The suspend on the system
doesn't work properly at the first place.

Kai-Heng

>
> Ciao, Thorsten (wearing his 'the Linux kernel's regression tracker' hat)
>
> P.S.: As the Linux kernel's regression tracker I deal with a lot of
> reports and sometimes miss something important when writing mails like
> this. If that's the case here, don't hesitate to tell me in a public
> reply, it's in everyone's interest to set the public record straight.

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

* Re: [REGRESSION] Laptop with Ryzen 4600H fails to resume video since 5.17.4 (works 5.17.3)
  2022-05-18  5:54                   ` Kai-Heng Feng
@ 2022-05-18  6:37                     ` Thorsten Leemhuis
  2022-05-18 20:15                       ` Limonciello, Mario
  2022-05-23 13:02                       ` Christian Casteyde
  0 siblings, 2 replies; 30+ messages in thread
From: Thorsten Leemhuis @ 2022-05-18  6:37 UTC (permalink / raw)
  To: Kai-Heng Feng
  Cc: casteyde.christian, stable, regressions, alexander deucher,
	gregkh, Mario Limonciello

On 18.05.22 07:54, Kai-Heng Feng wrote:
> On Wed, May 18, 2022 at 1:52 PM Thorsten Leemhuis
> <regressions@leemhuis.info> wrote:
>>
>> On 17.05.22 19:37, casteyde.christian@free.fr wrote:
>>
>>> I've tryied to revert the offending commit on 5.18-rc7 (887f75cfd0da
>>> ("drm/amdgpu: Ensure HDA function is suspended before ASIC reset"), and
>>> the problem disappears so it's really this commit that breaks.
>>
>> In that case I'll update the regzbot status to make sure it's visible as
>> regression introduced in the 5.18 cycle:
>>
>> #regzbot introduced: 887f75cfd0da
>>
>> BTW: obviously would be nice to get this fixed before 5.18 is released
>> (which might already happen on Sunday), especially as the culprit
>> apparently was already backported to stable, but I guess that won't be
>> easy...
>>
>> Which made me wondering: is reverting the culprit temporarily in
>> mainline (and reapplying it later with a fix) a option here?
> 
> It's too soon to call it's the culprit.

Well, sure, the root-cause might be somewhere else. But from the point
of kernel regressions (and tracking them) it's the culprit, as that's
the change that triggers the misbehavior. And that's how Linus
approaches these things as well when it comes to reverting to fix
regressions -- and he even might...

> The suspend on the system
> doesn't work properly at the first place.

...ignore things like this, as long as a revert is unlikely to cause
more damage than good.

Ciao. Thorsten


>> Ciao, Thorsten (wearing his 'the Linux kernel's regression tracker' hat)
>>
>> P.S.: As the Linux kernel's regression tracker I deal with a lot of
>> reports and sometimes miss something important when writing mails like
>> this. If that's the case here, don't hesitate to tell me in a public
>> reply, it's in everyone's interest to set the public record straight.
> 

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

* Re: [REGRESSION] Laptop with Ryzen 4600H fails to resume video since 5.17.4 (works 5.17.3)
  2022-05-18  2:08                 ` Kai-Heng Feng
  2022-05-18  2:19                   ` Mario Limonciello
@ 2022-05-18  7:15                   ` Christian Casteyde
  2022-05-18 10:53                     ` casteyde.christian
  1 sibling, 1 reply; 30+ messages in thread
From: Christian Casteyde @ 2022-05-18  7:15 UTC (permalink / raw)
  To: Kai-Heng Feng
  Cc: stable, Thorsten Leemhuis, regressions, alexander deucher,
	gregkh, Mario Limonciello

This laptop has never managed to suspend correctly at first try. However on second try without the commit, it does work.
What I do is:
- try first, the suspend fails but the screen remains blank.
- press the power button, that does something that resumes the screen
- try second, and this times it works.
I will append a dmesg output with the second pass also when it works.
FYI we also tried to find the first pass failure while chasing another previous regression but we didn't managed.
With the regression, I cannot resume from the first try at all (either the laptop remains stuck, or  it resumes the screen but it lags with all the timeouts in dmesg). So it 'doesnt work worse'.

CC

⁣Télécharger BlueMail pour Android ​

Le 18 mai 2022 à 04:08, à 04:08, Kai-Heng Feng <kai.heng.feng@canonical.com> a écrit:
>On Wed, May 18, 2022 at 1:38 AM <casteyde.christian@free.fr> wrote:
>>
>> dmesg logs
>
>Actually, the "good" is still no good:
>[   43.375323] PM: suspend entry (deep)
>...
>[   43.695342] PM: late suspend of devices failed
>...
>[   44.554108] PM: suspend exit
>[   44.554168] PM: suspend entry (s2idle)
>
>So we need to find out why the suspend failed at first place.
>
>Kai-Heng
>
>>
>> ----- Mail original -----
>> De: "Kai-Heng Feng" <kai.heng.feng@canonical.com>
>> À: "Christian Casteyde" <casteyde.christian@free.fr>
>> Cc: stable@vger.kernel.org, "Thorsten Leemhuis"
><regressions@leemhuis.info>, regressions@lists.linux.dev, "alexander
>deucher" <alexander.deucher@amd.com>, gregkh@linuxfoundation.org,
>"Mario Limonciello" <mario.limonciello@amd.com>
>> Envoyé: Mardi 17 Mai 2022 08:58:30
>> Objet: Re: [REGRESSION] Laptop with Ryzen 4600H fails to resume video
>since 5.17.4 (works 5.17.3)
>>
>> On Tue, May 17, 2022 at 2:36 PM Christian Casteyde
>> <casteyde.christian@free.fr> wrote:
>> >
>> > No, the problem is there even without acpicall. Fyi I use it to
>shutdown the NVidia card that eats the battery otherwise.
>> >
>> > I managed to get a dmesg output with 2.18rc7 I will post it this
>evening (basically exact same behavior as 2.17.4).
>>
>> Can you please also attach dmesg without the offending commit (i.e.
>> when it's working)?
>>
>> Kai-Heng
>>
>> >
>> > CC
>> >
>> > ⁣Télécharger BlueMail pour Android
>> >
>> > Le 17 mai 2022 à 04:03, à 04:03, Kai-Heng Feng
><kai.heng.feng@canonical.com> a écrit:
>> > >On Tue, May 17, 2022 at 1:23 AM Christian Casteyde
>> > ><casteyde.christian@free.fr> wrote:
>> > >>
>> > >> I've tried with 5.18-rc7, it doesn't work either. I guess 5.18
>branch
>> > >have all
>> > >> commits.
>> > >>
>> > >> full dmesg appended (not for 5.18, I didn't manage to resume up
>to
>> > >the point
>> > >> to get a console for now).
>> > >
>> > >Interestingly, I found you are using acpi_call:
>> > >[   30.667348] acpi_call: loading out-of-tree module taints
>kernel.
>> > >
>> > >Does removing the acpi_call solve the issue?
>> > >
>> > >Kai-Heng
>> > >
>> > >>
>> > >> CC
>> > >>
>> > >> Le lundi 16 mai 2022, 04:47:25 CEST Kai-Heng Feng a écrit :
>> > >> > [+Cc Mario]
>> > >> >
>> > >> > On Sun, May 15, 2022 at 1:34 AM Christian Casteyde
>> > >> >
>> > >> > <casteyde.christian@free.fr> wrote:
>> > >> > > I've applied the commit a56f445f807b0276 on 5.17.7 and
>tested.
>> > >> > > This does not fix the problem on my laptop.
>> > >> >
>> > >> > Maybe some commits are still missing?
>> > >> >
>> > >> > > For informatio, here is a part of the log around the suspend
>> > >process:
>> > >> > Is it possible to attach full dmesg?
>> > >> >
>> > >> > Kai-Heng
>> > >> >
>> > >> > > May 14 19:21:41 geek500 kernel: snd_hda_intel 0000:01:00.1:
>can't
>> > >change
>> > >> > > power state from D3cold to D0 (config space inaccessible)
>> > >> > > May 14 19:21:41 geek500 kernel: PM: late suspend of devices
>> > >failed
>> > >> > > May 14 19:21:41 geek500 kernel: ------------[ cut here
>> > >]------------
>> > >> > > May 14 19:21:41 geek500 kernel: i2c_designware AMDI0010:03:
>> > >Transfer while
>> > >> > > suspended
>> > >> > > May 14 19:21:41 geek500 kernel: pci 0000:00:00.2: can't
>derive
>> > >routing for
>> > >> > > PCI INT A
>> > >> > > May 14 19:21:41 geek500 kernel: pci 0000:00:00.2: PCI INT A:
>no
>> > >GSI
>> > >> > > May 14 19:21:41 geek500 kernel: WARNING: CPU: 9 PID: 1972 at
>> > >drivers/i2c/
>> > >> > > busses/i2c-designware-master.c:570 i2c_dw_xfer+0x3f6/0x440
>> > >> > > May 14 19:21:41 geek500 kernel: Modules linked in: [last
>> > >unloaded:
>> > >> > > acpi_call] May 14 19:21:41 geek500 kernel: CPU: 9 PID: 1972
>Comm:
>> > >> > > kworker/u32:18 Tainted: G           O      5.17.7+ #7
>> > >> > > May 14 19:21:41 geek500 kernel: Hardware name: HP HP
>Pavilion
>> > >Gaming
>> > >> > > Laptop
>> > >> > > 15-ec1xxx/87B2, BIOS F.25 08/18/2021
>> > >> > > May 14 19:21:41 geek500 kernel: Workqueue: events_unbound
>> > >> > > async_run_entry_fn May 14 19:21:41 geek500 kernel: RIP:
>> > >> > > 0010:i2c_dw_xfer+0x3f6/0x440
>> > >> > > May 14 19:21:41 geek500 kernel: Code: c6 05 db 31 45 01 01
>4c 8b
>> > >67 50 4d
>> > >> > > 85 e4 75 03 4c 8b 27 e8 fc e1 e9 ff 4c 89 e2 48 c7 c7 00 01
>cc
>> > >> > >
>> > >> > >  ab 48 89 c6 e8 b3 4f 45 00 <0f> 0b 41 be 94 ff ff ff e9 cc
>fc ff
>> > >ff e9 2d
>> > >> > >  9c>
>> > >> > > 4b 00 83 f8 01 74
>> > >> > > May 14 19:21:41 geek500 kernel: RSP: 0018:ffff8dbfc31e7c68
>> > >EFLAGS:
>> > >> > > 00010286
>> > >> > > May 14 19:21:41 geek500 kernel: RAX: 0000000000000000 RBX:
>> > >> > > ffff888540f170e8
>> > >> > > RCX: 0000000000000be5
>> > >> > > May 14 19:21:41 geek500 kernel: RDX: 0000000000000000 RSI:
>> > >> > > 0000000000000086
>> > >> > > RDI: ffffffffac858df8
>> > >> > > May 14 19:21:41 geek500 kernel: RBP: ffff888540f170e8 R08:
>> > >> > > ffffffffabe46d60
>> > >> > > R09: 00000000ac86a0f6
>> > >> > > May 14 19:21:41 geek500 kernel: R10: ffffffffffffffff R11:
>> > >> > > ffffffffffffffff
>> > >> > > R12: ffff888540f5c070
>> > >> > > May 14 19:21:41 geek500 kernel: R13: ffff8dbfc31e7d70 R14:
>> > >> > > 00000000ffffff94
>> > >> > > R15: ffff888540f17028
>> > >> > > May 14 19:21:41 geek500 kernel: FS:  0000000000000000(0000)
>> > >> > > GS:ffff88885f640000(0000) knlGS:0000000000000000
>> > >> > > May 14 19:21:41 geek500 kernel: CS:  0010 DS: 0000 ES: 0000
>CR0:
>> > >> > > 0000000080050033
>> > >> > > May 14 19:21:41 geek500 kernel: CR2: 00007f1984067028 CR3:
>> > >> > > 0000000045e0c000
>> > >> > > CR4: 0000000000350ee0
>> > >> > > May 14 19:21:41 geek500 kernel: Call Trace:
>> > >> > > May 14 19:21:41 geek500 kernel:  <TASK>
>> > >> > > May 14 19:21:41 geek500 kernel:  ? dequeue_entity+0xd4/0x250
>> > >> > > May 14 19:21:41 geek500 kernel:  ?
>> > >newidle_balance.constprop.0+0x1f7/0x3b0
>> > >> > > May 14 19:21:41 geek500 kernel:  __i2c_transfer+0x16d/0x520
>> > >> > > May 14 19:21:41 geek500 kernel:  i2c_transfer+0x7a/0xd0
>> > >> > > May 14 19:21:41 geek500 kernel:
>__i2c_hid_command+0x106/0x2d0
>> > >> > > May 14 19:21:41 geek500 kernel:  ?
>amd_gpio_irq_enable+0x19/0x50
>> > >> > > May 14 19:21:41 geek500 kernel:  i2c_hid_set_power+0x4a/0xd0
>> > >> > > May 14 19:21:41 geek500 kernel:
>i2c_hid_core_resume+0x60/0xb0
>> > >> > > May 14 19:21:41 geek500 kernel:  ?
>> > >acpi_subsys_resume_early+0x50/0x50
>> > >> > > May 14 19:21:41 geek500 kernel:  dpm_run_callback+0x1d/0xd0
>> > >> > > May 14 19:21:41 geek500 kernel:  device_resume+0x122/0x230
>> > >> > > May 14 19:21:41 geek500 kernel:  async_resume+0x14/0x30
>> > >> > > May 14 19:21:41 geek500 kernel:
>async_run_entry_fn+0x1b/0xa0
>> > >> > > May 14 19:21:41 geek500 kernel:
>process_one_work+0x1d3/0x3a0
>> > >> > > May 14 19:21:41 geek500 kernel:  worker_thread+0x48/0x3c0
>> > >> > > May 14 19:21:41 geek500 kernel:  ?
>rescuer_thread+0x380/0x380
>> > >> > > May 14 19:21:41 geek500 kernel:  kthread+0xd3/0x100
>> > >> > > May 14 19:21:41 geek500 kernel:  ?
>> > >kthread_complete_and_exit+0x20/0x20
>> > >> > > May 14 19:21:41 geek500 kernel:  ret_from_fork+0x22/0x30
>> > >> > > May 14 19:21:41 geek500 kernel:  </TASK>
>> > >> > > May 14 19:21:41 geek500 kernel: ---[ end trace
>0000000000000000
>> > >]---
>> > >> > > May 14 19:21:41 geek500 kernel: i2c_hid_acpi
>i2c-ELAN0718:00:
>> > >failed to
>> > >> > > change power setting.
>> > >> > > May 14 19:21:41 geek500 kernel: PM: dpm_run_callback():
>> > >> > > acpi_subsys_resume+0x0/0x50 returns -108
>> > >> > > May 14 19:21:41 geek500 kernel: i2c_hid_acpi
>i2c-ELAN0718:00: PM:
>> > >failed
>> > >> > > to
>> > >> > > resume async: error -108
>> > >> > > May 14 19:21:41 geek500 kernel: amdgpu 0000:05:00.0:
>> > >> > > [drm:amdgpu_ring_test_helper] *ERROR* ring gfx test failed
>(-110)
>> > >> > > May 14 19:21:41 geek500 kernel:
>> > >[drm:amdgpu_device_ip_resume_phase2]
>> > >> > > *ERROR* resume of IP block <gfx_v9_0> failed -110
>> > >> > > May 14 19:21:41 geek500 kernel: amdgpu 0000:05:00.0: amdgpu:
>> > >> > > amdgpu_device_ip_resume failed (-110).
>> > >> > > May 14 19:21:41 geek500 kernel: PM: dpm_run_callback():
>> > >> > > pci_pm_resume+0x0/0x120 returns -110
>> > >> > > May 14 19:21:41 geek500 kernel: amdgpu 0000:05:00.0: PM:
>failed
>> > >to resume
>> > >> > > async: error -110
>> > >> > > May 14 19:21:41 geek500 kernel: ------------[ cut here
>> > >]------------
>> > >> > > May 14 19:21:41 geek500 kernel: AMDI0010:03 already disabled
>> > >> > > May 14 19:21:41 geek500 kernel: WARNING: CPU: 6 PID: 1091 at
>> > >drivers/clk/
>> > >> > > clk.c:971 clk_core_disable+0x80/0x1a0
>> > >> > > May 14 19:21:41 geek500 kernel: Modules linked in: [last
>> > >unloaded:
>> > >> > > acpi_call] May 14 19:21:41 geek500 kernel: CPU: 6 PID: 1091
>Comm:
>> > >> > > kworker/6:3 Tainted: G W  O      5.17.7+ #7
>> > >> > > May 14 19:21:41 geek500 kernel: Hardware name: HP HP
>Pavilion
>> > >Gaming
>> > >> > > Laptop
>> > >> > > 15-ec1xxx/87B2, BIOS F.25 08/18/2021
>> > >> > > May 14 19:21:41 geek500 kernel: Workqueue: pm
>pm_runtime_work
>> > >> > > May 14 19:21:41 geek500 kernel: RIP:
>> > >0010:clk_core_disable+0x80/0x1a0
>> > >> > > May 14 19:21:41 geek500 kernel: Code: 10 e8 e4 4a d1 00 0f
>1f 44
>> > >00 00 48
>> > >> > > 8b 5b 30 48 85 db 74 b6 8b 43 7c 85 c0 75 a4 48 8b 33 48 c7
>c7 7d
>> > >87 c4
>> > >> > > ab e8 79 7a 9a 00 <0f> 0b 5b 5d c3 65 8b 05 5c a1 92 55 89
>c0 48
>> > >0f a3 05
>> > >> > > 4a 61 9d 01 May 14 19:21:41 geek500 kernel: RSP:
>> > >0018:ffff8dbfc1c47d50
>> > >> > > EFLAGS: 00010082 May 14 19:21:41 geek500 kernel:
>> > >> > > May 14 19:21:41 geek500 kernel: RAX: 0000000000000000 RBX:
>> > >> > > ffff8885401b6300
>> > >> > > RCX: 0000000000000027
>> > >> > > May 14 19:21:41 geek500 kernel: RDX: ffff88885f59f468 RSI:
>> > >> > > 0000000000000001
>> > >> > > RDI: ffff88885f59f460
>> > >> > > May 14 19:21:41 geek500 kernel: RBP: 0000000000000283 R08:
>> > >> > > ffffffffabf26da8
>> > >> > > R09: 00000000ffffdfff
>> > >> > > May 14 19:21:41 geek500 kernel: R10: ffffffffabe46dc0 R11:
>> > >> > > ffffffffabe46dc0
>> > >> > > R12: ffff8885401b6300
>> > >> > > May 14 19:21:41 geek500 kernel: R13: ffff888540fc30f4 R14:
>> > >> > > 0000000000000008
>> > >> > > R15: 0000000000000000
>> > >> > > May 14 19:21:41 geek500 kernel: FS:  0000000000000000(0000)
>> > >> > > GS:ffff88885f580000(0000) knlGS:0000000000000000
>> > >> > > May 14 19:21:41 geek500 kernel: CS:  0010 DS: 0000 ES: 0000
>CR0:
>> > >> > > 0000000080050033
>> > >> > > May 14 19:21:41 geek500 kernel: CR2: 00000000010fa990 CR3:
>> > >> > > 0000000102956000
>> > >> > > CR4: 0000000000350ee0
>> > >> > > May 14 19:21:41 geek500 kernel: Call Trace:
>> > >> > > May 14 19:21:41 geek500 kernel:  <TASK>
>> > >> > > May 14 19:21:41 geek500 kernel:  clk_disable+0x24/0x30
>> > >> > > May 14 19:21:41 geek500 kernel: 
>i2c_dw_prepare_clk+0x74/0xd0
>> > >> > > May 14 19:21:41 geek500 kernel: 
>dw_i2c_plat_suspend+0x2e/0x40
>> > >> > > May 14 19:21:41 geek500 kernel:
>> > >acpi_subsys_runtime_suspend+0x9/0x20
>> > >> > > May 14 19:21:41 geek500 kernel:  ?
>acpi_dev_suspend+0x160/0x160
>> > >> > > May 14 19:21:41 geek500 kernel:  __rpm_callback+0x3f/0x150
>> > >> > > May 14 19:21:41 geek500 kernel:  ?
>acpi_dev_suspend+0x160/0x160
>> > >> > > May 14 19:21:41 geek500 kernel:  rpm_callback+0x54/0x60
>> > >> > > May 14 19:21:41 geek500 kernel:  ?
>acpi_dev_suspend+0x160/0x160
>> > >> > > May 14 19:21:41 geek500 kernel:  rpm_suspend+0x142/0x720
>> > >> > > May 14 19:21:41 geek500 kernel:  pm_runtime_work+0x8f/0xa0
>> > >> > > May 14 19:21:41 geek500 kernel:
>process_one_work+0x1d3/0x3a0
>> > >> > > May 14 19:21:41 geek500 kernel:  worker_thread+0x48/0x3c0
>> > >> > > May 14 19:21:41 geek500 kernel:  ?
>rescuer_thread+0x380/0x380
>> > >> > > May 14 19:21:41 geek500 kernel:  kthread+0xd3/0x100
>> > >> > > May 14 19:21:41 geek500 kernel:  ?
>> > >kthread_complete_and_exit+0x20/0x20
>> > >> > > May 14 19:21:41 geek500 kernel:  ret_from_fork+0x22/0x30
>> > >> > > May 14 19:21:41 geek500 kernel:  </TASK>
>> > >> > > May 14 19:21:41 geek500 kernel: ---[ end trace
>0000000000000000
>> > >]---
>> > >> > > May 14 19:21:41 geek500 kernel: ------------[ cut here
>> > >]------------
>> > >> > > May 14 19:21:41 geek500 kernel: AMDI0010:03 already
>unprepared
>> > >> > > May 14 19:21:41 geek500 kernel: WARNING: CPU: 6 PID: 1091 at
>> > >drivers/clk/
>> > >> > > clk.c:829 clk_core_unprepare+0xb1/0x1a0
>> > >> > > May 14 19:21:41 geek500 kernel: Modules linked in: [last
>> > >unloaded:
>> > >> > > acpi_call] May 14 19:21:41 geek500 kernel: CPU: 6 PID: 1091
>Comm:
>> > >> > > kworker/6:3 Tainted: G W  O      5.17.7+ #7
>> > >> > > May 14 19:21:41 geek500 kernel: Hardware name: HP HP
>Pavilion
>> > >Gaming
>> > >> > > Laptop
>> > >> > > 15-ec1xxx/87B2, BIOS F.25 08/18/2021
>> > >> > > May 14 19:21:41 geek500 kernel: Workqueue: pm
>pm_runtime_work
>> > >> > > May 14 19:21:41 geek500 kernel: RIP:
>> > >0010:clk_core_unprepare+0xb1/0x1a0
>> > >> > > May 14 19:21:41 geek500 kernel: Code: 40 00 66 90 48 8b 5b
>30 48
>> > >85 db 74
>> > >> > > a2 8b 83 80 00 00 00 85 c0 0f 85 79 ff ff ff 48 8b 33 48 c7
>c7 35
>> > >87 c4
>> > >> > > ab e8 18 7c 9a 00 <0f> 0b 5b c3 65 8b 05 fc a2 92 55 89 c0
>48 0f
>> > >a3 05 ea
>> > >> > > 62 9d 01 73 May 14 19:21:41 geek500 kernel: RSP:
>> > >0018:ffff8dbfc1c47d60
>> > >> > > EFLAGS: 00010286 May 14 19:21:41 geek500 kernel: RAX:
>> > >0000000000000000
>> > >> > > RBX: ffff8885401b6300 RCX: 0000000000000027
>> > >> > > May 14 19:21:41 geek500 kernel: RDX: ffff88885f59f468 RSI:
>> > >> > > 0000000000000001
>> > >> > > RDI: ffff88885f59f460
>> > >> > > May 14 19:21:41 geek500 kernel: RBP: ffff8885401b6300 R08:
>> > >> > > ffffffffabf26da8
>> > >> > > R09: 00000000ffffdfff
>> > >> > > May 14 19:21:41 geek500 kernel: R10: ffffffffabe46dc0 R11:
>> > >> > > ffffffffabe46dc0
>> > >> > > R12: 0000000000000000
>> > >> > > May 14 19:21:41 geek500 kernel: R13: ffff888540fc30f4 R14:
>> > >> > > 0000000000000008
>> > >> > > R15: 0000000000000000
>> > >> > > May 14 19:21:41 geek500 kernel: FS:  0000000000000000(0000)
>> > >> > > GS:ffff88885f580000(0000) knlGS:0000000000000000
>> > >> > > May 14 19:21:41 geek500 kernel: CS:  0010 DS: 0000 ES: 0000
>CR0:
>> > >> > > 0000000080050033
>> > >> > > May 14 19:21:41 geek500 kernel: CR2: 00000000010fa990 CR3:
>> > >> > > 0000000102956000
>> > >> > > CR4: 0000000000350ee0
>> > >> > > May 14 19:21:41 geek500 kernel: Call Trace:
>> > >> > > May 14 19:21:41 geek500 kernel:  <TASK>
>> > >> > > May 14 19:21:41 geek500 kernel:  clk_unprepare+0x1f/0x30
>> > >> > > May 14 19:21:41 geek500 kernel:
>i2c_dw_prepare_clk+0x7c/0xd0
>> > >> > > May 14 19:21:41 geek500 kernel:
>dw_i2c_plat_suspend+0x2e/0x40
>> > >> > > May 14 19:21:41 geek500 kernel:
>> > >acpi_subsys_runtime_suspend+0x9/0x20
>> > >> > > May 14 19:21:41 geek500 kernel:  ?
>acpi_dev_suspend+0x160/0x160
>> > >> > > May 14 19:21:41 geek500 kernel:  __rpm_callback+0x3f/0x150
>> > >> > > May 14 19:21:41 geek500 kernel:  ?
>acpi_dev_suspend+0x160/0x160
>> > >> > > May 14 19:21:41 geek500 kernel: done.
>> > >> > > May 14 19:21:41 geek500 kernel:  rpm_callback+0x54/0x60
>> > >> > > May 14 19:21:41 geek500 kernel:  ?
>acpi_dev_suspend+0x160/0x160
>> > >> > > May 14 19:21:41 geek500 kernel:  rpm_suspend+0x142/0x720
>> > >> > > May 14 19:21:41 geek500 kernel:  pm_runtime_work+0x8f/0xa0
>> > >> > > May 14 19:21:41 geek500 kernel:
>process_one_work+0x1d3/0x3a0
>> > >> > > May 14 19:21:41 geek500 kernel:  worker_thread+0x48/0x3c0
>> > >> > > May 14 19:21:41 geek500 kernel:  ?
>rescuer_thread+0x380/0x380
>> > >> > > May 14 19:21:41 geek500 kernel:  kthread+0xd3/0x100
>> > >> > > May 14 19:21:41 geek500 kernel:  ?
>> > >kthread_complete_and_exit+0x20/0x20
>> > >> > > May 14 19:21:41 geek500 kernel:  ret_from_fork+0x22/0x30
>> > >> > > May 14 19:21:41 geek500 kernel:  </TASK>
>> > >> > > May 14 19:21:41 geek500 kernel: ---[ end trace
>0000000000000000
>> > >]---
>> > >> > > May 14 19:21:41 geek500 kernel: ------------[ cut here
>> > >]------------
>> > >> > > May 14 19:21:41 geek500 kernel: AMDI0010:03 already disabled
>> > >> > > May 14 19:21:41 geek500 kernel: WARNING: CPU: 6 PID: 1091 at
>> > >drivers/clk/
>> > >> > > clk.c:971 clk_core_disable+0x80/0x1a0
>> > >> > > May 14 19:21:41 geek500 kernel: Modules linked in: [last
>> > >unloaded:
>> > >> > > acpi_call] May 14 19:21:41 geek500 kernel: CPU: 6 PID: 1091
>Comm:
>> > >> > > kworker/6:3 Tainted: G W  O      5.17.7+ #7
>> > >> > > May 14 19:21:41 geek500 kernel: Hardware name: HP HP
>Pavilion
>> > >Gaming
>> > >> > > Laptop
>> > >> > > 15-ec1xxx/87B2, BIOS F.25 08/18/2021
>> > >> > > May 14 19:21:41 geek500 kernel: Workqueue: pm
>pm_runtime_work
>> > >> > > May 14 19:21:41 geek500 kernel: RIP:
>> > >0010:clk_core_disable+0x80/0x1a0
>> > >> > > May 14 19:21:41 geek500 kernel: Code: 10 e8 e4 4a d1 00 0f
>1f 44
>> > >00 00 48
>> > >> > > 8b 5b 30 48 85 db 74 b6 8b 43 7c 85 c0 75 a4 48 8b 33 48 c7
>c7 7d
>> > >87 c4
>> > >> > > ab e8 79 7a 9a 00 <0f> 0b 5b 5d c3 65 8b 05 5c a1 92 55 89
>c0 48
>> > >0f a3 05
>> > >> > > 4a 61 9d 01 May 14 19:21:41 geek500 kernel: RSP:
>> > >0018:ffff8dbfc1c47d50
>> > >> > > EFLAGS: 00010082 May 14 19:21:41 geek500 kernel: RAX:
>> > >0000000000000000
>> > >> > > RBX: ffff8885401b6300 RCX: 0000000000000027
>> > >> > > May 14 19:21:41 geek500 kernel: RDX: ffff88885f59f468 RSI:
>> > >> > > 0000000000000001
>> > >> > > RDI: ffff88885f59f460
>> > >> > > May 14 19:21:41 geek500 kernel: RBP: 0000000000000287 R08:
>> > >> > > ffffffffabf26da8
>> > >> > > R09: 00000000ffffdfff
>> > >> > > May 14 19:21:41 geek500 kernel: R10: ffffffffabe46dc0 R11:
>> > >> > > ffffffffabe46dc0
>> > >> > > R12: ffff8885401b6300
>> > >> > > May 14 19:21:41 geek500 kernel: R13: ffff888540fc30f4 R14:
>> > >> > > 0000000000000008
>> > >> > > R15: 0000000000000000
>> > >> > > May 14 19:21:41 geek500 kernel: FS:  0000000000000000(0000)
>> > >> > > GS:ffff88885f580000(0000) knlGS:0000000000000000
>> > >> > > May 14 19:21:41 geek500 kernel: CS:  0010 DS: 0000 ES: 0000
>CR0:
>> > >> > > 0000000080050033
>> > >> > > May 14 19:21:41 geek500 kernel: CR2: 00000000010fa990 CR3:
>> > >> > > 0000000102956000
>> > >> > > CR4: 0000000000350ee0
>> > >> > > May 14 19:21:41 geek500 kernel: Call Trace:
>> > >> > > May 14 19:21:41 geek500 kernel:  <TASK>
>> > >> > > May 14 19:21:41 geek500 kernel:  clk_disable+0x24/0x30
>> > >> > > May 14 19:21:41 geek500 kernel:
>i2c_dw_prepare_clk+0x88/0xd0
>> > >> > > May 14 19:21:41 geek500 kernel:
>dw_i2c_plat_suspend+0x2e/0x40
>> > >> > > May 14 19:21:41 geek500 kernel:
>> > >acpi_subsys_runtime_suspend+0x9/0x20
>> > >> > > May 14 19:21:41 geek500 kernel:  ?
>acpi_dev_suspend+0x160/0x160
>> > >> > > May 14 19:21:41 geek500 kernel:  __rpm_callback+0x3f/0x150
>> > >> > > May 14 19:21:41 geek500 kernel:  ?
>acpi_dev_suspend+0x160/0x160
>> > >> > > May 14 19:21:41 geek500 kernel:  rpm_callback+0x54/0x60
>> > >> > > May 14 19:21:41 geek500 kernel:  ?
>acpi_dev_suspend+0x160/0x160
>> > >> > > May 14 19:21:41 geek500 kernel:  rpm_suspend+0x142/0x720
>> > >> > > May 14 19:21:41 geek500 kernel:  pm_runtime_work+0x8f/0xa0
>> > >> > > May 14 19:21:41 geek500 kernel:
>process_one_work+0x1d3/0x3a0
>> > >> > > May 14 19:21:41 geek500 kernel:  worker_thread+0x48/0x3c0
>> > >> > > May 14 19:21:41 geek500 kernel:  ?
>rescuer_thread+0x380/0x380
>> > >> > > May 14 19:21:41 geek500 kernel:  kthread+0xd3/0x100
>> > >> > > May 14 19:21:41 geek500 kernel:  ?
>> > >kthread_complete_and_exit+0x20/0x20
>> > >> > > May 14 19:21:41 geek500 kernel:  ret_from_fork+0x22/0x30
>> > >> > > May 14 19:21:41 geek500 kernel:  </TASK>
>> > >> > > May 14 19:21:41 geek500 kernel: ---[ end trace
>0000000000000000
>> > >]---
>> > >> > > May 14 19:21:41 geek500 kernel: ------------[ cut here
>> > >]------------
>> > >> > > May 14 19:21:41 geek500 kernel: AMDI0010:03 already
>unprepared
>> > >> > > May 14 19:21:41 geek500 kernel: WARNING: CPU: 6 PID: 1091 at
>> > >drivers/clk/
>> > >> > > clk.c:829 clk_core_unprepare+0xb1/0x1a0
>> > >> > > May 14 19:21:41 geek500 kernel: Modules linked in: [last
>> > >unloaded:
>> > >> > > acpi_call] May 14 19:21:41 geek500 kernel: CPU: 6 PID: 1091
>Comm:
>> > >> > > kworker/6:3 Tainted: G W  O      5.17.7+ #7
>> > >> > > May 14 19:21:41 geek500 kernel: Hardware name: HP HP
>Pavilion
>> > >Gaming
>> > >> > > Laptop
>> > >> > > 15-ec1xxx/87B2, BIOS F.25 08/18/2021
>> > >> > > May 14 19:21:41 geek500 kernel: Workqueue: pm
>pm_runtime_work
>> > >> > > May 14 19:21:41 geek500 kernel: RIP:
>> > >0010:clk_core_unprepare+0xb1/0x1a0
>> > >> > > May 14 19:21:41 geek500 kernel: Code: 40 00 66 90 48 8b 5b
>30 48
>> > >85 db 74
>> > >> > > a2 8b 83 80 00 00 00 85 c0 0f 85 79 ff ff ff 48 8b 33 48 c7
>c7 35
>> > >87 c4
>> > >> > > ab e8 18 7c 9a 00 <0f> 0b 5b c3 65 8b 05 fc a2 92 55 89 c0
>48 0f
>> > >a3 05 ea
>> > >> > > 62 9d 01 73 May 14 19:21:41 geek500 kernel: RSP:
>> > >0018:ffff8dbfc1c47d60
>> > >> > > EFLAGS: 00010286 May 14 19:21:41 geek500 kernel: RAX:
>> > >0000000000000000
>> > >> > > RBX: ffff8885401b6300 RCX: 0000000000000027
>> > >> > > May 14 19:21:41 geek500 kernel: RDX: ffff88885f59f468 RSI:
>> > >> > > 0000000000000001
>> > >> > > RDI: ffff88885f59f460
>> > >> > > May 14 19:21:41 geek500 kernel: RBP: ffff8885401b6300 R08:
>> > >> > > ffffffffabf26da8
>> > >> > > R09: 00000000ffffdfff
>> > >> > > May 14 19:21:41 geek500 kernel: R10: ffffffffabe46dc0 R11:
>> > >> > > ffffffffabe46dc0
>> > >> > > R12: 0000000000000000
>> > >> > > May 14 19:21:41 geek500 kernel: R13: ffff888540fc30f4 R14:
>> > >> > > 0000000000000008
>> > >> > > R15: 0000000000000000
>> > >> > > May 14 19:21:41 geek500 kernel: FS:  0000000000000000(0000)
>> > >> > > GS:ffff88885f580000(0000) knlGS:0000000000000000
>> > >> > > May 14 19:21:41 geek500 kernel: CS:  0010 DS: 0000 ES: 0000
>CR0:
>> > >> > > 0000000080050033
>> > >> > > May 14 19:21:41 geek500 kernel: CR2: 00000000010fa990 CR3:
>> > >> > > 0000000102956000
>> > >> > > CR4: 0000000000350ee0
>> > >> > > May 14 19:21:41 geek500 kernel: Call Trace:
>> > >> > > May 14 19:21:41 geek500 kernel:  <TASK>
>> > >> > > May 14 19:21:41 geek500 kernel:  clk_unprepare+0x1f/0x30
>> > >> > > May 14 19:21:41 geek500 kernel:
>i2c_dw_prepare_clk+0x90/0xd0
>> > >> > > May 14 19:21:41 geek500 kernel:
>dw_i2c_plat_suspend+0x2e/0x40
>> > >> > > May 14 19:21:41 geek500 kernel:
>> > >acpi_subsys_runtime_suspend+0x9/0x20
>> > >> > > May 14 19:21:41 geek500 kernel:  ?
>acpi_dev_suspend+0x160/0x160
>> > >> > > May 14 19:21:41 geek500 kernel:  __rpm_callback+0x3f/0x150
>> > >> > > May 14 19:21:41 geek500 kernel:  ?
>acpi_dev_suspend+0x160/0x160
>> > >> > > May 14 19:21:41 geek500 kernel:  rpm_callback+0x54/0x60
>> > >> > > May 14 19:21:41 geek500 kernel:  ?
>acpi_dev_suspend+0x160/0x160
>> > >> > > May 14 19:21:41 geek500 kernel:  rpm_suspend+0x142/0x720
>> > >> > > May 14 19:21:41 geek500 kernel:  pm_runtime_work+0x8f/0xa0
>> > >> > > May 14 19:21:41 geek500 kernel:
>process_one_work+0x1d3/0x3a0
>> > >> > > May 14 19:21:41 geek500 kernel:  worker_thread+0x48/0x3c0
>> > >> > > May 14 19:21:41 geek500 kernel:  ?
>rescuer_thread+0x380/0x380
>> > >> > > May 14 19:21:41 geek500 kernel:  kthread+0xd3/0x100
>> > >> > > May 14 19:21:41 geek500 kernel:  ?
>> > >kthread_complete_and_exit+0x20/0x20
>> > >> > > May 14 19:21:41 geek500 kernel:  ret_from_fork+0x22/0x30
>> > >> > > May 14 19:21:41 geek500 kernel:  </TASK>
>> > >> > > May 14 19:21:41 geek500 kernel: ---[ end trace
>0000000000000000
>> > >]---
>> > >> > > May 14 19:21:59 geek500 kernel: snd_hda_codec_hdmi
>hdaudioC1D0:
>> > >Unable to
>> > >> > > sync register 0x4f0800. -5
>> > >> > > May 14 19:21:59 geek500 kernel: (elapsed 0.175 seconds)
>done.
>> > >> > > May 14 19:21:59 geek500 kernel: amdgpu 0000:05:00.0: amdgpu:
>> > >Power
>> > >> > > consumption will be higher as BIOS has not been configured
>for
>> > >> > > suspend-to-idle. To use suspend-to-idle change the sleep
>mode in
>> > >BIOS
>> > >> > > setup.
>> > >> > > May 14 19:21:59 geek500 kernel: snd_hda_intel 0000:01:00.1:
>can't
>> > >change
>> > >> > > power state from D3cold to D0 (config space inaccessible)
>> > >> > > May 14 19:21:59 geek500 kernel: pci 0000:00:00.2: can't
>derive
>> > >routing for
>> > >> > > PCI INT A
>> > >> > > May 14 19:21:59 geek500 kernel: pci 0000:00:00.2: PCI INT A:
>no
>> > >GSI
>> > >> > > May 14 19:21:59 geek500 kernel: [drm] Fence fallback timer
>> > >expired on ring
>> > >> > > gfx May 14 19:21:59 geek500 kernel: Bluetooth: hci0: command
>> > >0xfc20 tx
>> > >> > > timeout May 14 19:21:59 geek500 kernel: [drm] Fence fallback
>> > >timer
>> > >> > > expired on ring sdma0
>> > >> > > May 14 19:21:59 geek500 kernel: Bluetooth: hci0: RTL:
>download fw
>> > >command
>> > >> > > failed (-110)
>> > >> > > May 14 19:21:59 geek500 kernel: done.
>> > >> > > May 14 19:22:00 geek500 kernel: snd_hda_codec_hdmi
>hdaudioC1D0:
>> > >Unable to
>> > >> > > sync register 0x4f0800. -5
>> > >> > > May 14 19:22:00 geek500 dnsmasq[2079]: no servers found in
>> > >/etc/dnsmasq.d/
>> > >> > > dnsmasq-resolv.conf, will retry
>> > >> > > May 14 19:22:01 geek500 kernel: [drm] Fence fallback timer
>> > >expired on ring
>> > >> > > sdma0
>> > >> > > May 14 19:22:01 geek500 kernel: [drm] Fence fallback timer
>> > >expired on ring
>> > >> > > gfx May 14 19:22:01 geek500 kernel: [drm] Fence fallback
>timer
>> > >expired on
>> > >> > > ring sdma0
>> > >> > > May 14 19:22:02 geek500 last message buffered 2 times
>> > >> > > May 14 19:22:03 geek500 kernel: [drm] Fence fallback timer
>> > >expired on ring
>> > >> > > gfx May 14 19:22:03 geek500 kernel: [drm] Fence fallback
>timer
>> > >expired on
>> > >> > > ring sdma0
>> > >> > > May 14 19:22:03 geek500 kernel: [drm] Fence fallback timer
>> > >expired on ring
>> > >> > > gfx May 14 19:22:03 geek500 kernel: [drm] Fence fallback
>timer
>> > >expired on
>> > >> > > ring sdma0
>> > >> > > May 14 19:22:04 geek500 kernel: [drm] Fence fallback timer
>> > >expired on ring
>> > >> > > gfx May 14 19:22:04 geek500 kernel: [drm] Fence fallback
>timer
>> > >expired on
>> > >> > > ring sdma0
>> > >> > > May 14 19:22:04 geek500 kernel: [drm] Fence fallback timer
>> > >expired on ring
>> > >> > > gfx May 14 19:22:04 geek500 kernel: [drm] Fence fallback
>timer
>> > >expired on
>> > >> > > ring sdma0
>> > >> > > May 14 19:22:05 geek500 last message buffered 2 times
>> > >> > > May 14 19:22:05 geek500 kernel: [drm] Fence fallback timer
>> > >expired on ring
>> > >> > > gfx May 14 19:22:06 geek500 kernel: [drm] Fence fallback
>timer
>> > >expired on
>> > >> > > ring sdma0
>> > >> > > May 14 19:22:06 geek500 kernel: [drm] Fence fallback timer
>> > >expired on ring
>> > >> > > gfx May 14 19:22:06 geek500 last message buffered 1 times
>> > >> > > ...
>> > >> > > May 14 19:22:18 geek500 kernel: [drm] Fence fallback timer
>> > >expired on ring
>> > >> > > sdma0
>> > >> > > May 14 19:22:18 geek500 kernel:
>> > >[drm:amdgpu_dm_atomic_commit_tail] *ERROR*
>> > >> > > Waiting for fences timed out!
>> > >> > > May 14 19:22:18 geek500 kernel: [drm] Fence fallback timer
>> > >expired on ring
>> > >> > > sdma0
>> > >> > >
>> > >> > > CC
>> > >> > >
>> > >> > > Le samedi 14 mai 2022, 17:12:33 CEST Thorsten Leemhuis a
>écrit :
>> > >> > > > Hi, this is your Linux kernel regression tracker. Thanks
>for
>> > >the report.
>> > >> > > >
>> > >> > > > On 14.05.22 16:41, Christian Casteyde wrote:
>> > >> > > > > #regzbot introduced v5.17.3..v5.17.4
>> > >> > > > > #regzbot introduced:
>001828fb3084379f3c3e228b905223c50bc237f9
>> > >> > > >
>> > >> > > > FWIW, that's commit 887f75cfd0da ("drm/amdgpu: Ensure HDA
>> > >function is
>> > >> > > > suspended before ASIC reset") upstream.
>> > >> > > >
>> > >> > > > Recently a regression was reported where 887f75cfd0da was
>> > >suspected as
>> > >> > > > the culprit:
>> > >> > > > https://gitlab.freedesktop.org/drm/amd/-/issues/2008
>> > >> > > >
>> > >> > > > And a one related to it:
>> > >> > > > https://gitlab.freedesktop.org/drm/amd/-/issues/1982
>> > >> > > >
>> > >> > > > You might want to take a look if what was discussed there
>might
>> > >be
>> > >> > > > related to your problem (I'm not directly involved in any
>of
>> > >this, I
>> > >> > > > don't know the details, it's just that 887f75cfd0da looked
>> > >familiar to
>> > >> > > > me). If it is, a fix for these two bugs was committed to
>master
>> > >earlier
>> > >> > > > this week:
>> > >> > > >
>> > >> > > >
>> >
>>https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commi
>> > >> > > > t/?i d=a56f445f807b0276
>> > >> > > >
>> > >> > > > It will likely be backported to 5.17.y, maybe already in
>the
>> > >over-next
>> > >> > > > release. HTH.
>> > >> > > >
>> > >> > > > Ciao, Thorsten (wearing his 'the Linux kernel's regression
>> > >tracker' hat)
>> > >> > > >
>> > >> > > > P.S.: As the Linux kernel's regression tracker I deal with
>a
>> > >lot of
>> > >> > > > reports and sometimes miss something important when
>writing
>> > >mails like
>> > >> > > > this. If that's the case here, don't hesitate to tell me
>in a
>> > >public
>> > >> > > > reply, it's in everyone's interest to set the public
>record
>> > >straight.
>> > >> > > >
>> > >> > > > > Hello
>> > >> > > > > Since 5.17.4 my laptop doesn't resume from suspend
>anymore.
>> > >At resume,
>> > >> > > > > symptoms are variable:
>> > >> > > > > - either the laptop freezes;
>> > >> > > > > - either the screen keeps blank;
>> > >> > > > > - either the screen is OK but mouse is frozen;
>> > >> > > > > - either display lags with several logs in dmesg:
>> > >> > > > > [  228.275492] [drm] Fence fallback timer expired on
>ring gfx
>> > >> > > > > [  228.395466] [drm:amdgpu_dm_atomic_commit_tail]
>*ERROR*
>> > >Waiting for
>> > >> > > > > fences timed out!
>> > >> > > > > [  228.779490] [drm] Fence fallback timer expired on
>ring gfx
>> > >> > > > > [  229.283484] [drm] Fence fallback timer expired on
>ring
>> > >sdma0
>> > >> > > > > [  229.283485] [drm] Fence fallback timer expired on
>ring gfx
>> > >> > > > > [  229.787487] [drm] Fence fallback timer expired on
>ring gfx
>> > >> > > > > ...
>> > >> > > > >
>> > >> > > > > I've bisected the problem.
>> > >> > > > >
>> > >> > > > > Please note this laptop has a strange behaviour on
>suspend:
>> > >> > > > > The first suspend request always fails (this point has
>never
>> > >been
>> > >> > > > > fixed
>> > >> > > > > and
>> > >> > > > > plagues us when trying to diagnose another regression on
>> > >touchpad not
>> > >> > > > > resuming in the past). The screen goes blank and I can
>get it
>> > >OK when
>> > >> > > > > pressing the power button, this seems to reset it. After
>that
>> > >all
>> > >> > > > > suspend/resume works OK.
>> > >> > > > >
>> > >> > > > > Since 5.17.4, it is not possible anymore to get the
>laptop
>> > >working
>> > >> > > > > again
>> > >> > > > > after the first suspend failure.
>> > >> > > > >
>> > >> > > > > HW : HP Pavilion / Ryzen 4600H with AMD graphics
>integrated +
>> > >NVidia
>> > >> > > > > 1650Ti
>> > >> > > > > (turned off with ACPI call in order to get more battery,
>I'm
>> > >not using
>> > >> > > > > NVidia driver).
>> > >>
>> >


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

* Re: [REGRESSION] Laptop with Ryzen 4600H fails to resume video since 5.17.4 (works 5.17.3)
  2022-05-18  7:15                   ` Christian Casteyde
@ 2022-05-18 10:53                     ` casteyde.christian
  0 siblings, 0 replies; 30+ messages in thread
From: casteyde.christian @ 2022-05-18 10:53 UTC (permalink / raw)
  To: Kai-Heng Feng
  Cc: stable, Thorsten Leemhuis, regressions, alexander deucher,
	gregkh, Mario Limonciello

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

Here is a dmesg output with:
- the commit reverted;
- first suspend failing;
- second suspend working.

CC 

----- Mail original -----
De: "Christian Casteyde" <casteyde.christian@free.fr>
À: "Kai-Heng Feng" <kai.heng.feng@canonical.com>
Cc: stable@vger.kernel.org, "Thorsten Leemhuis" <regressions@leemhuis.info>, regressions@lists.linux.dev, "alexander deucher" <alexander.deucher@amd.com>, gregkh@linuxfoundation.org, "Mario Limonciello" <mario.limonciello@amd.com>
Envoyé: Mercredi 18 Mai 2022 09:15:33
Objet: Re: [REGRESSION] Laptop with Ryzen 4600H fails to resume video since 5.17.4 (works 5.17.3)

This laptop has never managed to suspend correctly at first try. However on second try without the commit, it does work.
What I do is:
- try first, the suspend fails but the screen remains blank.
- press the power button, that does something that resumes the screen
- try second, and this times it works.
I will append a dmesg output with the second pass also when it works.
FYI we also tried to find the first pass failure while chasing another previous regression but we didn't managed.
With the regression, I cannot resume from the first try at all (either the laptop remains stuck, or  it resumes the screen but it lags with all the timeouts in dmesg). So it 'doesnt work worse'.

CC

⁣Télécharger BlueMail pour Android ​

Le 18 mai 2022 à 04:08, à 04:08, Kai-Heng Feng <kai.heng.feng@canonical.com> a écrit:
>On Wed, May 18, 2022 at 1:38 AM <casteyde.christian@free.fr> wrote:
>>
>> dmesg logs
>
>Actually, the "good" is still no good:
>[   43.375323] PM: suspend entry (deep)
>...
>[   43.695342] PM: late suspend of devices failed
>...
>[   44.554108] PM: suspend exit
>[   44.554168] PM: suspend entry (s2idle)
>
>So we need to find out why the suspend failed at first place.
>
>Kai-Heng
>
>>
>> ----- Mail original -----
>> De: "Kai-Heng Feng" <kai.heng.feng@canonical.com>
>> À: "Christian Casteyde" <casteyde.christian@free.fr>
>> Cc: stable@vger.kernel.org, "Thorsten Leemhuis"
><regressions@leemhuis.info>, regressions@lists.linux.dev, "alexander
>deucher" <alexander.deucher@amd.com>, gregkh@linuxfoundation.org,
>"Mario Limonciello" <mario.limonciello@amd.com>
>> Envoyé: Mardi 17 Mai 2022 08:58:30
>> Objet: Re: [REGRESSION] Laptop with Ryzen 4600H fails to resume video
>since 5.17.4 (works 5.17.3)
>>
>> On Tue, May 17, 2022 at 2:36 PM Christian Casteyde
>> <casteyde.christian@free.fr> wrote:
>> >
>> > No, the problem is there even without acpicall. Fyi I use it to
>shutdown the NVidia card that eats the battery otherwise.
>> >
>> > I managed to get a dmesg output with 2.18rc7 I will post it this
>evening (basically exact same behavior as 2.17.4).
>>
>> Can you please also attach dmesg without the offending commit (i.e.
>> when it's working)?
>>
>> Kai-Heng
>>
>> >
>> > CC
>> >
>> > ⁣Télécharger BlueMail pour Android
>> >
>> > Le 17 mai 2022 à 04:03, à 04:03, Kai-Heng Feng
><kai.heng.feng@canonical.com> a écrit:
>> > >On Tue, May 17, 2022 at 1:23 AM Christian Casteyde
>> > ><casteyde.christian@free.fr> wrote:
>> > >>
>> > >> I've tried with 5.18-rc7, it doesn't work either. I guess 5.18
>branch
>> > >have all
>> > >> commits.
>> > >>
>> > >> full dmesg appended (not for 5.18, I didn't manage to resume up
>to
>> > >the point
>> > >> to get a console for now).
>> > >
>> > >Interestingly, I found you are using acpi_call:
>> > >[   30.667348] acpi_call: loading out-of-tree module taints
>kernel.
>> > >
>> > >Does removing the acpi_call solve the issue?
>> > >
>> > >Kai-Heng
>> > >
>> > >>
>> > >> CC
>> > >>
>> > >> Le lundi 16 mai 2022, 04:47:25 CEST Kai-Heng Feng a écrit :
>> > >> > [+Cc Mario]
>> > >> >
>> > >> > On Sun, May 15, 2022 at 1:34 AM Christian Casteyde
>> > >> >
>> > >> > <casteyde.christian@free.fr> wrote:
>> > >> > > I've applied the commit a56f445f807b0276 on 5.17.7 and
>tested.
>> > >> > > This does not fix the problem on my laptop.
>> > >> >
>> > >> > Maybe some commits are still missing?
>> > >> >
>> > >> > > For informatio, here is a part of the log around the suspend
>> > >process:
>> > >> > Is it possible to attach full dmesg?
>> > >> >
>> > >> > Kai-Heng
>> > >> >
>> > >> > > May 14 19:21:41 geek500 kernel: snd_hda_intel 0000:01:00.1:
>can't
>> > >change
>> > >> > > power state from D3cold to D0 (config space inaccessible)
>> > >> > > May 14 19:21:41 geek500 kernel: PM: late suspend of devices
>> > >failed
>> > >> > > May 14 19:21:41 geek500 kernel: ------------[ cut here
>> > >]------------
>> > >> > > May 14 19:21:41 geek500 kernel: i2c_designware AMDI0010:03:
>> > >Transfer while
>> > >> > > suspended
>> > >> > > May 14 19:21:41 geek500 kernel: pci 0000:00:00.2: can't
>derive
>> > >routing for
>> > >> > > PCI INT A
>> > >> > > May 14 19:21:41 geek500 kernel: pci 0000:00:00.2: PCI INT A:
>no
>> > >GSI
>> > >> > > May 14 19:21:41 geek500 kernel: WARNING: CPU: 9 PID: 1972 at
>> > >drivers/i2c/
>> > >> > > busses/i2c-designware-master.c:570 i2c_dw_xfer+0x3f6/0x440
>> > >> > > May 14 19:21:41 geek500 kernel: Modules linked in: [last
>> > >unloaded:
>> > >> > > acpi_call] May 14 19:21:41 geek500 kernel: CPU: 9 PID: 1972
>Comm:
>> > >> > > kworker/u32:18 Tainted: G           O      5.17.7+ #7
>> > >> > > May 14 19:21:41 geek500 kernel: Hardware name: HP HP
>Pavilion
>> > >Gaming
>> > >> > > Laptop
>> > >> > > 15-ec1xxx/87B2, BIOS F.25 08/18/2021
>> > >> > > May 14 19:21:41 geek500 kernel: Workqueue: events_unbound
>> > >> > > async_run_entry_fn May 14 19:21:41 geek500 kernel: RIP:
>> > >> > > 0010:i2c_dw_xfer+0x3f6/0x440
>> > >> > > May 14 19:21:41 geek500 kernel: Code: c6 05 db 31 45 01 01
>4c 8b
>> > >67 50 4d
>> > >> > > 85 e4 75 03 4c 8b 27 e8 fc e1 e9 ff 4c 89 e2 48 c7 c7 00 01
>cc
>> > >> > >
>> > >> > >  ab 48 89 c6 e8 b3 4f 45 00 <0f> 0b 41 be 94 ff ff ff e9 cc
>fc ff
>> > >ff e9 2d
>> > >> > >  9c>
>> > >> > > 4b 00 83 f8 01 74
>> > >> > > May 14 19:21:41 geek500 kernel: RSP: 0018:ffff8dbfc31e7c68
>> > >EFLAGS:
>> > >> > > 00010286
>> > >> > > May 14 19:21:41 geek500 kernel: RAX: 0000000000000000 RBX:
>> > >> > > ffff888540f170e8
>> > >> > > RCX: 0000000000000be5
>> > >> > > May 14 19:21:41 geek500 kernel: RDX: 0000000000000000 RSI:
>> > >> > > 0000000000000086
>> > >> > > RDI: ffffffffac858df8
>> > >> > > May 14 19:21:41 geek500 kernel: RBP: ffff888540f170e8 R08:
>> > >> > > ffffffffabe46d60
>> > >> > > R09: 00000000ac86a0f6
>> > >> > > May 14 19:21:41 geek500 kernel: R10: ffffffffffffffff R11:
>> > >> > > ffffffffffffffff
>> > >> > > R12: ffff888540f5c070
>> > >> > > May 14 19:21:41 geek500 kernel: R13: ffff8dbfc31e7d70 R14:
>> > >> > > 00000000ffffff94
>> > >> > > R15: ffff888540f17028
>> > >> > > May 14 19:21:41 geek500 kernel: FS:  0000000000000000(0000)
>> > >> > > GS:ffff88885f640000(0000) knlGS:0000000000000000
>> > >> > > May 14 19:21:41 geek500 kernel: CS:  0010 DS: 0000 ES: 0000
>CR0:
>> > >> > > 0000000080050033
>> > >> > > May 14 19:21:41 geek500 kernel: CR2: 00007f1984067028 CR3:
>> > >> > > 0000000045e0c000
>> > >> > > CR4: 0000000000350ee0
>> > >> > > May 14 19:21:41 geek500 kernel: Call Trace:
>> > >> > > May 14 19:21:41 geek500 kernel:  <TASK>
>> > >> > > May 14 19:21:41 geek500 kernel:  ? dequeue_entity+0xd4/0x250
>> > >> > > May 14 19:21:41 geek500 kernel:  ?
>> > >newidle_balance.constprop.0+0x1f7/0x3b0
>> > >> > > May 14 19:21:41 geek500 kernel:  __i2c_transfer+0x16d/0x520
>> > >> > > May 14 19:21:41 geek500 kernel:  i2c_transfer+0x7a/0xd0
>> > >> > > May 14 19:21:41 geek500 kernel:
>__i2c_hid_command+0x106/0x2d0
>> > >> > > May 14 19:21:41 geek500 kernel:  ?
>amd_gpio_irq_enable+0x19/0x50
>> > >> > > May 14 19:21:41 geek500 kernel:  i2c_hid_set_power+0x4a/0xd0
>> > >> > > May 14 19:21:41 geek500 kernel:
>i2c_hid_core_resume+0x60/0xb0
>> > >> > > May 14 19:21:41 geek500 kernel:  ?
>> > >acpi_subsys_resume_early+0x50/0x50
>> > >> > > May 14 19:21:41 geek500 kernel:  dpm_run_callback+0x1d/0xd0
>> > >> > > May 14 19:21:41 geek500 kernel:  device_resume+0x122/0x230
>> > >> > > May 14 19:21:41 geek500 kernel:  async_resume+0x14/0x30
>> > >> > > May 14 19:21:41 geek500 kernel:
>async_run_entry_fn+0x1b/0xa0
>> > >> > > May 14 19:21:41 geek500 kernel:
>process_one_work+0x1d3/0x3a0
>> > >> > > May 14 19:21:41 geek500 kernel:  worker_thread+0x48/0x3c0
>> > >> > > May 14 19:21:41 geek500 kernel:  ?
>rescuer_thread+0x380/0x380
>> > >> > > May 14 19:21:41 geek500 kernel:  kthread+0xd3/0x100
>> > >> > > May 14 19:21:41 geek500 kernel:  ?
>> > >kthread_complete_and_exit+0x20/0x20
>> > >> > > May 14 19:21:41 geek500 kernel:  ret_from_fork+0x22/0x30
>> > >> > > May 14 19:21:41 geek500 kernel:  </TASK>
>> > >> > > May 14 19:21:41 geek500 kernel: ---[ end trace
>0000000000000000
>> > >]---
>> > >> > > May 14 19:21:41 geek500 kernel: i2c_hid_acpi
>i2c-ELAN0718:00:
>> > >failed to
>> > >> > > change power setting.
>> > >> > > May 14 19:21:41 geek500 kernel: PM: dpm_run_callback():
>> > >> > > acpi_subsys_resume+0x0/0x50 returns -108
>> > >> > > May 14 19:21:41 geek500 kernel: i2c_hid_acpi
>i2c-ELAN0718:00: PM:
>> > >failed
>> > >> > > to
>> > >> > > resume async: error -108
>> > >> > > May 14 19:21:41 geek500 kernel: amdgpu 0000:05:00.0:
>> > >> > > [drm:amdgpu_ring_test_helper] *ERROR* ring gfx test failed
>(-110)
>> > >> > > May 14 19:21:41 geek500 kernel:
>> > >[drm:amdgpu_device_ip_resume_phase2]
>> > >> > > *ERROR* resume of IP block <gfx_v9_0> failed -110
>> > >> > > May 14 19:21:41 geek500 kernel: amdgpu 0000:05:00.0: amdgpu:
>> > >> > > amdgpu_device_ip_resume failed (-110).
>> > >> > > May 14 19:21:41 geek500 kernel: PM: dpm_run_callback():
>> > >> > > pci_pm_resume+0x0/0x120 returns -110
>> > >> > > May 14 19:21:41 geek500 kernel: amdgpu 0000:05:00.0: PM:
>failed
>> > >to resume
>> > >> > > async: error -110
>> > >> > > May 14 19:21:41 geek500 kernel: ------------[ cut here
>> > >]------------
>> > >> > > May 14 19:21:41 geek500 kernel: AMDI0010:03 already disabled
>> > >> > > May 14 19:21:41 geek500 kernel: WARNING: CPU: 6 PID: 1091 at
>> > >drivers/clk/
>> > >> > > clk.c:971 clk_core_disable+0x80/0x1a0
>> > >> > > May 14 19:21:41 geek500 kernel: Modules linked in: [last
>> > >unloaded:
>> > >> > > acpi_call] May 14 19:21:41 geek500 kernel: CPU: 6 PID: 1091
>Comm:
>> > >> > > kworker/6:3 Tainted: G W  O      5.17.7+ #7
>> > >> > > May 14 19:21:41 geek500 kernel: Hardware name: HP HP
>Pavilion
>> > >Gaming
>> > >> > > Laptop
>> > >> > > 15-ec1xxx/87B2, BIOS F.25 08/18/2021
>> > >> > > May 14 19:21:41 geek500 kernel: Workqueue: pm
>pm_runtime_work
>> > >> > > May 14 19:21:41 geek500 kernel: RIP:
>> > >0010:clk_core_disable+0x80/0x1a0
>> > >> > > May 14 19:21:41 geek500 kernel: Code: 10 e8 e4 4a d1 00 0f
>1f 44
>> > >00 00 48
>> > >> > > 8b 5b 30 48 85 db 74 b6 8b 43 7c 85 c0 75 a4 48 8b 33 48 c7
>c7 7d
>> > >87 c4
>> > >> > > ab e8 79 7a 9a 00 <0f> 0b 5b 5d c3 65 8b 05 5c a1 92 55 89
>c0 48
>> > >0f a3 05
>> > >> > > 4a 61 9d 01 May 14 19:21:41 geek500 kernel: RSP:
>> > >0018:ffff8dbfc1c47d50
>> > >> > > EFLAGS: 00010082 May 14 19:21:41 geek500 kernel:
>> > >> > > May 14 19:21:41 geek500 kernel: RAX: 0000000000000000 RBX:
>> > >> > > ffff8885401b6300
>> > >> > > RCX: 0000000000000027
>> > >> > > May 14 19:21:41 geek500 kernel: RDX: ffff88885f59f468 RSI:
>> > >> > > 0000000000000001
>> > >> > > RDI: ffff88885f59f460
>> > >> > > May 14 19:21:41 geek500 kernel: RBP: 0000000000000283 R08:
>> > >> > > ffffffffabf26da8
>> > >> > > R09: 00000000ffffdfff
>> > >> > > May 14 19:21:41 geek500 kernel: R10: ffffffffabe46dc0 R11:
>> > >> > > ffffffffabe46dc0
>> > >> > > R12: ffff8885401b6300
>> > >> > > May 14 19:21:41 geek500 kernel: R13: ffff888540fc30f4 R14:
>> > >> > > 0000000000000008
>> > >> > > R15: 0000000000000000
>> > >> > > May 14 19:21:41 geek500 kernel: FS:  0000000000000000(0000)
>> > >> > > GS:ffff88885f580000(0000) knlGS:0000000000000000
>> > >> > > May 14 19:21:41 geek500 kernel: CS:  0010 DS: 0000 ES: 0000
>CR0:
>> > >> > > 0000000080050033
>> > >> > > May 14 19:21:41 geek500 kernel: CR2: 00000000010fa990 CR3:
>> > >> > > 0000000102956000
>> > >> > > CR4: 0000000000350ee0
>> > >> > > May 14 19:21:41 geek500 kernel: Call Trace:
>> > >> > > May 14 19:21:41 geek500 kernel:  <TASK>
>> > >> > > May 14 19:21:41 geek500 kernel:  clk_disable+0x24/0x30
>> > >> > > May 14 19:21:41 geek500 kernel: 
>i2c_dw_prepare_clk+0x74/0xd0
>> > >> > > May 14 19:21:41 geek500 kernel: 
>dw_i2c_plat_suspend+0x2e/0x40
>> > >> > > May 14 19:21:41 geek500 kernel:
>> > >acpi_subsys_runtime_suspend+0x9/0x20
>> > >> > > May 14 19:21:41 geek500 kernel:  ?
>acpi_dev_suspend+0x160/0x160
>> > >> > > May 14 19:21:41 geek500 kernel:  __rpm_callback+0x3f/0x150
>> > >> > > May 14 19:21:41 geek500 kernel:  ?
>acpi_dev_suspend+0x160/0x160
>> > >> > > May 14 19:21:41 geek500 kernel:  rpm_callback+0x54/0x60
>> > >> > > May 14 19:21:41 geek500 kernel:  ?
>acpi_dev_suspend+0x160/0x160
>> > >> > > May 14 19:21:41 geek500 kernel:  rpm_suspend+0x142/0x720
>> > >> > > May 14 19:21:41 geek500 kernel:  pm_runtime_work+0x8f/0xa0
>> > >> > > May 14 19:21:41 geek500 kernel:
>process_one_work+0x1d3/0x3a0
>> > >> > > May 14 19:21:41 geek500 kernel:  worker_thread+0x48/0x3c0
>> > >> > > May 14 19:21:41 geek500 kernel:  ?
>rescuer_thread+0x380/0x380
>> > >> > > May 14 19:21:41 geek500 kernel:  kthread+0xd3/0x100
>> > >> > > May 14 19:21:41 geek500 kernel:  ?
>> > >kthread_complete_and_exit+0x20/0x20
>> > >> > > May 14 19:21:41 geek500 kernel:  ret_from_fork+0x22/0x30
>> > >> > > May 14 19:21:41 geek500 kernel:  </TASK>
>> > >> > > May 14 19:21:41 geek500 kernel: ---[ end trace
>0000000000000000
>> > >]---
>> > >> > > May 14 19:21:41 geek500 kernel: ------------[ cut here
>> > >]------------
>> > >> > > May 14 19:21:41 geek500 kernel: AMDI0010:03 already
>unprepared
>> > >> > > May 14 19:21:41 geek500 kernel: WARNING: CPU: 6 PID: 1091 at
>> > >drivers/clk/
>> > >> > > clk.c:829 clk_core_unprepare+0xb1/0x1a0
>> > >> > > May 14 19:21:41 geek500 kernel: Modules linked in: [last
>> > >unloaded:
>> > >> > > acpi_call] May 14 19:21:41 geek500 kernel: CPU: 6 PID: 1091
>Comm:
>> > >> > > kworker/6:3 Tainted: G W  O      5.17.7+ #7
>> > >> > > May 14 19:21:41 geek500 kernel: Hardware name: HP HP
>Pavilion
>> > >Gaming
>> > >> > > Laptop
>> > >> > > 15-ec1xxx/87B2, BIOS F.25 08/18/2021
>> > >> > > May 14 19:21:41 geek500 kernel: Workqueue: pm
>pm_runtime_work
>> > >> > > May 14 19:21:41 geek500 kernel: RIP:
>> > >0010:clk_core_unprepare+0xb1/0x1a0
>> > >> > > May 14 19:21:41 geek500 kernel: Code: 40 00 66 90 48 8b 5b
>30 48
>> > >85 db 74
>> > >> > > a2 8b 83 80 00 00 00 85 c0 0f 85 79 ff ff ff 48 8b 33 48 c7
>c7 35
>> > >87 c4
>> > >> > > ab e8 18 7c 9a 00 <0f> 0b 5b c3 65 8b 05 fc a2 92 55 89 c0
>48 0f
>> > >a3 05 ea
>> > >> > > 62 9d 01 73 May 14 19:21:41 geek500 kernel: RSP:
>> > >0018:ffff8dbfc1c47d60
>> > >> > > EFLAGS: 00010286 May 14 19:21:41 geek500 kernel: RAX:
>> > >0000000000000000
>> > >> > > RBX: ffff8885401b6300 RCX: 0000000000000027
>> > >> > > May 14 19:21:41 geek500 kernel: RDX: ffff88885f59f468 RSI:
>> > >> > > 0000000000000001
>> > >> > > RDI: ffff88885f59f460
>> > >> > > May 14 19:21:41 geek500 kernel: RBP: ffff8885401b6300 R08:
>> > >> > > ffffffffabf26da8
>> > >> > > R09: 00000000ffffdfff
>> > >> > > May 14 19:21:41 geek500 kernel: R10: ffffffffabe46dc0 R11:
>> > >> > > ffffffffabe46dc0
>> > >> > > R12: 0000000000000000
>> > >> > > May 14 19:21:41 geek500 kernel: R13: ffff888540fc30f4 R14:
>> > >> > > 0000000000000008
>> > >> > > R15: 0000000000000000
>> > >> > > May 14 19:21:41 geek500 kernel: FS:  0000000000000000(0000)
>> > >> > > GS:ffff88885f580000(0000) knlGS:0000000000000000
>> > >> > > May 14 19:21:41 geek500 kernel: CS:  0010 DS: 0000 ES: 0000
>CR0:
>> > >> > > 0000000080050033
>> > >> > > May 14 19:21:41 geek500 kernel: CR2: 00000000010fa990 CR3:
>> > >> > > 0000000102956000
>> > >> > > CR4: 0000000000350ee0
>> > >> > > May 14 19:21:41 geek500 kernel: Call Trace:
>> > >> > > May 14 19:21:41 geek500 kernel:  <TASK>
>> > >> > > May 14 19:21:41 geek500 kernel:  clk_unprepare+0x1f/0x30
>> > >> > > May 14 19:21:41 geek500 kernel:
>i2c_dw_prepare_clk+0x7c/0xd0
>> > >> > > May 14 19:21:41 geek500 kernel:
>dw_i2c_plat_suspend+0x2e/0x40
>> > >> > > May 14 19:21:41 geek500 kernel:
>> > >acpi_subsys_runtime_suspend+0x9/0x20
>> > >> > > May 14 19:21:41 geek500 kernel:  ?
>acpi_dev_suspend+0x160/0x160
>> > >> > > May 14 19:21:41 geek500 kernel:  __rpm_callback+0x3f/0x150
>> > >> > > May 14 19:21:41 geek500 kernel:  ?
>acpi_dev_suspend+0x160/0x160
>> > >> > > May 14 19:21:41 geek500 kernel: done.
>> > >> > > May 14 19:21:41 geek500 kernel:  rpm_callback+0x54/0x60
>> > >> > > May 14 19:21:41 geek500 kernel:  ?
>acpi_dev_suspend+0x160/0x160
>> > >> > > May 14 19:21:41 geek500 kernel:  rpm_suspend+0x142/0x720
>> > >> > > May 14 19:21:41 geek500 kernel:  pm_runtime_work+0x8f/0xa0
>> > >> > > May 14 19:21:41 geek500 kernel:
>process_one_work+0x1d3/0x3a0
>> > >> > > May 14 19:21:41 geek500 kernel:  worker_thread+0x48/0x3c0
>> > >> > > May 14 19:21:41 geek500 kernel:  ?
>rescuer_thread+0x380/0x380
>> > >> > > May 14 19:21:41 geek500 kernel:  kthread+0xd3/0x100
>> > >> > > May 14 19:21:41 geek500 kernel:  ?
>> > >kthread_complete_and_exit+0x20/0x20
>> > >> > > May 14 19:21:41 geek500 kernel:  ret_from_fork+0x22/0x30
>> > >> > > May 14 19:21:41 geek500 kernel:  </TASK>
>> > >> > > May 14 19:21:41 geek500 kernel: ---[ end trace
>0000000000000000
>> > >]---
>> > >> > > May 14 19:21:41 geek500 kernel: ------------[ cut here
>> > >]------------
>> > >> > > May 14 19:21:41 geek500 kernel: AMDI0010:03 already disabled
>> > >> > > May 14 19:21:41 geek500 kernel: WARNING: CPU: 6 PID: 1091 at
>> > >drivers/clk/
>> > >> > > clk.c:971 clk_core_disable+0x80/0x1a0
>> > >> > > May 14 19:21:41 geek500 kernel: Modules linked in: [last
>> > >unloaded:
>> > >> > > acpi_call] May 14 19:21:41 geek500 kernel: CPU: 6 PID: 1091
>Comm:
>> > >> > > kworker/6:3 Tainted: G W  O      5.17.7+ #7
>> > >> > > May 14 19:21:41 geek500 kernel: Hardware name: HP HP
>Pavilion
>> > >Gaming
>> > >> > > Laptop
>> > >> > > 15-ec1xxx/87B2, BIOS F.25 08/18/2021
>> > >> > > May 14 19:21:41 geek500 kernel: Workqueue: pm
>pm_runtime_work
>> > >> > > May 14 19:21:41 geek500 kernel: RIP:
>> > >0010:clk_core_disable+0x80/0x1a0
>> > >> > > May 14 19:21:41 geek500 kernel: Code: 10 e8 e4 4a d1 00 0f
>1f 44
>> > >00 00 48
>> > >> > > 8b 5b 30 48 85 db 74 b6 8b 43 7c 85 c0 75 a4 48 8b 33 48 c7
>c7 7d
>> > >87 c4
>> > >> > > ab e8 79 7a 9a 00 <0f> 0b 5b 5d c3 65 8b 05 5c a1 92 55 89
>c0 48
>> > >0f a3 05
>> > >> > > 4a 61 9d 01 May 14 19:21:41 geek500 kernel: RSP:
>> > >0018:ffff8dbfc1c47d50
>> > >> > > EFLAGS: 00010082 May 14 19:21:41 geek500 kernel: RAX:
>> > >0000000000000000
>> > >> > > RBX: ffff8885401b6300 RCX: 0000000000000027
>> > >> > > May 14 19:21:41 geek500 kernel: RDX: ffff88885f59f468 RSI:
>> > >> > > 0000000000000001
>> > >> > > RDI: ffff88885f59f460
>> > >> > > May 14 19:21:41 geek500 kernel: RBP: 0000000000000287 R08:
>> > >> > > ffffffffabf26da8
>> > >> > > R09: 00000000ffffdfff
>> > >> > > May 14 19:21:41 geek500 kernel: R10: ffffffffabe46dc0 R11:
>> > >> > > ffffffffabe46dc0
>> > >> > > R12: ffff8885401b6300
>> > >> > > May 14 19:21:41 geek500 kernel: R13: ffff888540fc30f4 R14:
>> > >> > > 0000000000000008
>> > >> > > R15: 0000000000000000
>> > >> > > May 14 19:21:41 geek500 kernel: FS:  0000000000000000(0000)
>> > >> > > GS:ffff88885f580000(0000) knlGS:0000000000000000
>> > >> > > May 14 19:21:41 geek500 kernel: CS:  0010 DS: 0000 ES: 0000
>CR0:
>> > >> > > 0000000080050033
>> > >> > > May 14 19:21:41 geek500 kernel: CR2: 00000000010fa990 CR3:
>> > >> > > 0000000102956000
>> > >> > > CR4: 0000000000350ee0
>> > >> > > May 14 19:21:41 geek500 kernel: Call Trace:
>> > >> > > May 14 19:21:41 geek500 kernel:  <TASK>
>> > >> > > May 14 19:21:41 geek500 kernel:  clk_disable+0x24/0x30
>> > >> > > May 14 19:21:41 geek500 kernel:
>i2c_dw_prepare_clk+0x88/0xd0
>> > >> > > May 14 19:21:41 geek500 kernel:
>dw_i2c_plat_suspend+0x2e/0x40
>> > >> > > May 14 19:21:41 geek500 kernel:
>> > >acpi_subsys_runtime_suspend+0x9/0x20
>> > >> > > May 14 19:21:41 geek500 kernel:  ?
>acpi_dev_suspend+0x160/0x160
>> > >> > > May 14 19:21:41 geek500 kernel:  __rpm_callback+0x3f/0x150
>> > >> > > May 14 19:21:41 geek500 kernel:  ?
>acpi_dev_suspend+0x160/0x160
>> > >> > > May 14 19:21:41 geek500 kernel:  rpm_callback+0x54/0x60
>> > >> > > May 14 19:21:41 geek500 kernel:  ?
>acpi_dev_suspend+0x160/0x160
>> > >> > > May 14 19:21:41 geek500 kernel:  rpm_suspend+0x142/0x720
>> > >> > > May 14 19:21:41 geek500 kernel:  pm_runtime_work+0x8f/0xa0
>> > >> > > May 14 19:21:41 geek500 kernel:
>process_one_work+0x1d3/0x3a0
>> > >> > > May 14 19:21:41 geek500 kernel:  worker_thread+0x48/0x3c0
>> > >> > > May 14 19:21:41 geek500 kernel:  ?
>rescuer_thread+0x380/0x380
>> > >> > > May 14 19:21:41 geek500 kernel:  kthread+0xd3/0x100
>> > >> > > May 14 19:21:41 geek500 kernel:  ?
>> > >kthread_complete_and_exit+0x20/0x20
>> > >> > > May 14 19:21:41 geek500 kernel:  ret_from_fork+0x22/0x30
>> > >> > > May 14 19:21:41 geek500 kernel:  </TASK>
>> > >> > > May 14 19:21:41 geek500 kernel: ---[ end trace
>0000000000000000
>> > >]---
>> > >> > > May 14 19:21:41 geek500 kernel: ------------[ cut here
>> > >]------------
>> > >> > > May 14 19:21:41 geek500 kernel: AMDI0010:03 already
>unprepared
>> > >> > > May 14 19:21:41 geek500 kernel: WARNING: CPU: 6 PID: 1091 at
>> > >drivers/clk/
>> > >> > > clk.c:829 clk_core_unprepare+0xb1/0x1a0
>> > >> > > May 14 19:21:41 geek500 kernel: Modules linked in: [last
>> > >unloaded:
>> > >> > > acpi_call] May 14 19:21:41 geek500 kernel: CPU: 6 PID: 1091
>Comm:
>> > >> > > kworker/6:3 Tainted: G W  O      5.17.7+ #7
>> > >> > > May 14 19:21:41 geek500 kernel: Hardware name: HP HP
>Pavilion
>> > >Gaming
>> > >> > > Laptop
>> > >> > > 15-ec1xxx/87B2, BIOS F.25 08/18/2021
>> > >> > > May 14 19:21:41 geek500 kernel: Workqueue: pm
>pm_runtime_work
>> > >> > > May 14 19:21:41 geek500 kernel: RIP:
>> > >0010:clk_core_unprepare+0xb1/0x1a0
>> > >> > > May 14 19:21:41 geek500 kernel: Code: 40 00 66 90 48 8b 5b
>30 48
>> > >85 db 74
>> > >> > > a2 8b 83 80 00 00 00 85 c0 0f 85 79 ff ff ff 48 8b 33 48 c7
>c7 35
>> > >87 c4
>> > >> > > ab e8 18 7c 9a 00 <0f> 0b 5b c3 65 8b 05 fc a2 92 55 89 c0
>48 0f
>> > >a3 05 ea
>> > >> > > 62 9d 01 73 May 14 19:21:41 geek500 kernel: RSP:
>> > >0018:ffff8dbfc1c47d60
>> > >> > > EFLAGS: 00010286 May 14 19:21:41 geek500 kernel: RAX:
>> > >0000000000000000
>> > >> > > RBX: ffff8885401b6300 RCX: 0000000000000027
>> > >> > > May 14 19:21:41 geek500 kernel: RDX: ffff88885f59f468 RSI:
>> > >> > > 0000000000000001
>> > >> > > RDI: ffff88885f59f460
>> > >> > > May 14 19:21:41 geek500 kernel: RBP: ffff8885401b6300 R08:
>> > >> > > ffffffffabf26da8
>> > >> > > R09: 00000000ffffdfff
>> > >> > > May 14 19:21:41 geek500 kernel: R10: ffffffffabe46dc0 R11:
>> > >> > > ffffffffabe46dc0
>> > >> > > R12: 0000000000000000
>> > >> > > May 14 19:21:41 geek500 kernel: R13: ffff888540fc30f4 R14:
>> > >> > > 0000000000000008
>> > >> > > R15: 0000000000000000
>> > >> > > May 14 19:21:41 geek500 kernel: FS:  0000000000000000(0000)
>> > >> > > GS:ffff88885f580000(0000) knlGS:0000000000000000
>> > >> > > May 14 19:21:41 geek500 kernel: CS:  0010 DS: 0000 ES: 0000
>CR0:
>> > >> > > 0000000080050033
>> > >> > > May 14 19:21:41 geek500 kernel: CR2: 00000000010fa990 CR3:
>> > >> > > 0000000102956000
>> > >> > > CR4: 0000000000350ee0
>> > >> > > May 14 19:21:41 geek500 kernel: Call Trace:
>> > >> > > May 14 19:21:41 geek500 kernel:  <TASK>
>> > >> > > May 14 19:21:41 geek500 kernel:  clk_unprepare+0x1f/0x30
>> > >> > > May 14 19:21:41 geek500 kernel:
>i2c_dw_prepare_clk+0x90/0xd0
>> > >> > > May 14 19:21:41 geek500 kernel:
>dw_i2c_plat_suspend+0x2e/0x40
>> > >> > > May 14 19:21:41 geek500 kernel:
>> > >acpi_subsys_runtime_suspend+0x9/0x20
>> > >> > > May 14 19:21:41 geek500 kernel:  ?
>acpi_dev_suspend+0x160/0x160
>> > >> > > May 14 19:21:41 geek500 kernel:  __rpm_callback+0x3f/0x150
>> > >> > > May 14 19:21:41 geek500 kernel:  ?
>acpi_dev_suspend+0x160/0x160
>> > >> > > May 14 19:21:41 geek500 kernel:  rpm_callback+0x54/0x60
>> > >> > > May 14 19:21:41 geek500 kernel:  ?
>acpi_dev_suspend+0x160/0x160
>> > >> > > May 14 19:21:41 geek500 kernel:  rpm_suspend+0x142/0x720
>> > >> > > May 14 19:21:41 geek500 kernel:  pm_runtime_work+0x8f/0xa0
>> > >> > > May 14 19:21:41 geek500 kernel:
>process_one_work+0x1d3/0x3a0
>> > >> > > May 14 19:21:41 geek500 kernel:  worker_thread+0x48/0x3c0
>> > >> > > May 14 19:21:41 geek500 kernel:  ?
>rescuer_thread+0x380/0x380
>> > >> > > May 14 19:21:41 geek500 kernel:  kthread+0xd3/0x100
>> > >> > > May 14 19:21:41 geek500 kernel:  ?
>> > >kthread_complete_and_exit+0x20/0x20
>> > >> > > May 14 19:21:41 geek500 kernel:  ret_from_fork+0x22/0x30
>> > >> > > May 14 19:21:41 geek500 kernel:  </TASK>
>> > >> > > May 14 19:21:41 geek500 kernel: ---[ end trace
>0000000000000000
>> > >]---
>> > >> > > May 14 19:21:59 geek500 kernel: snd_hda_codec_hdmi
>hdaudioC1D0:
>> > >Unable to
>> > >> > > sync register 0x4f0800. -5
>> > >> > > May 14 19:21:59 geek500 kernel: (elapsed 0.175 seconds)
>done.
>> > >> > > May 14 19:21:59 geek500 kernel: amdgpu 0000:05:00.0: amdgpu:
>> > >Power
>> > >> > > consumption will be higher as BIOS has not been configured
>for
>> > >> > > suspend-to-idle. To use suspend-to-idle change the sleep
>mode in
>> > >BIOS
>> > >> > > setup.
>> > >> > > May 14 19:21:59 geek500 kernel: snd_hda_intel 0000:01:00.1:
>can't
>> > >change
>> > >> > > power state from D3cold to D0 (config space inaccessible)
>> > >> > > May 14 19:21:59 geek500 kernel: pci 0000:00:00.2: can't
>derive
>> > >routing for
>> > >> > > PCI INT A
>> > >> > > May 14 19:21:59 geek500 kernel: pci 0000:00:00.2: PCI INT A:
>no
>> > >GSI
>> > >> > > May 14 19:21:59 geek500 kernel: [drm] Fence fallback timer
>> > >expired on ring
>> > >> > > gfx May 14 19:21:59 geek500 kernel: Bluetooth: hci0: command
>> > >0xfc20 tx
>> > >> > > timeout May 14 19:21:59 geek500 kernel: [drm] Fence fallback
>> > >timer
>> > >> > > expired on ring sdma0
>> > >> > > May 14 19:21:59 geek500 kernel: Bluetooth: hci0: RTL:
>download fw
>> > >command
>> > >> > > failed (-110)
>> > >> > > May 14 19:21:59 geek500 kernel: done.
>> > >> > > May 14 19:22:00 geek500 kernel: snd_hda_codec_hdmi
>hdaudioC1D0:
>> > >Unable to
>> > >> > > sync register 0x4f0800. -5
>> > >> > > May 14 19:22:00 geek500 dnsmasq[2079]: no servers found in
>> > >/etc/dnsmasq.d/
>> > >> > > dnsmasq-resolv.conf, will retry
>> > >> > > May 14 19:22:01 geek500 kernel: [drm] Fence fallback timer
>> > >expired on ring
>> > >> > > sdma0
>> > >> > > May 14 19:22:01 geek500 kernel: [drm] Fence fallback timer
>> > >expired on ring
>> > >> > > gfx May 14 19:22:01 geek500 kernel: [drm] Fence fallback
>timer
>> > >expired on
>> > >> > > ring sdma0
>> > >> > > May 14 19:22:02 geek500 last message buffered 2 times
>> > >> > > May 14 19:22:03 geek500 kernel: [drm] Fence fallback timer
>> > >expired on ring
>> > >> > > gfx May 14 19:22:03 geek500 kernel: [drm] Fence fallback
>timer
>> > >expired on
>> > >> > > ring sdma0
>> > >> > > May 14 19:22:03 geek500 kernel: [drm] Fence fallback timer
>> > >expired on ring
>> > >> > > gfx May 14 19:22:03 geek500 kernel: [drm] Fence fallback
>timer
>> > >expired on
>> > >> > > ring sdma0
>> > >> > > May 14 19:22:04 geek500 kernel: [drm] Fence fallback timer
>> > >expired on ring
>> > >> > > gfx May 14 19:22:04 geek500 kernel: [drm] Fence fallback
>timer
>> > >expired on
>> > >> > > ring sdma0
>> > >> > > May 14 19:22:04 geek500 kernel: [drm] Fence fallback timer
>> > >expired on ring
>> > >> > > gfx May 14 19:22:04 geek500 kernel: [drm] Fence fallback
>timer
>> > >expired on
>> > >> > > ring sdma0
>> > >> > > May 14 19:22:05 geek500 last message buffered 2 times
>> > >> > > May 14 19:22:05 geek500 kernel: [drm] Fence fallback timer
>> > >expired on ring
>> > >> > > gfx May 14 19:22:06 geek500 kernel: [drm] Fence fallback
>timer
>> > >expired on
>> > >> > > ring sdma0
>> > >> > > May 14 19:22:06 geek500 kernel: [drm] Fence fallback timer
>> > >expired on ring
>> > >> > > gfx May 14 19:22:06 geek500 last message buffered 1 times
>> > >> > > ...
>> > >> > > May 14 19:22:18 geek500 kernel: [drm] Fence fallback timer
>> > >expired on ring
>> > >> > > sdma0
>> > >> > > May 14 19:22:18 geek500 kernel:
>> > >[drm:amdgpu_dm_atomic_commit_tail] *ERROR*
>> > >> > > Waiting for fences timed out!
>> > >> > > May 14 19:22:18 geek500 kernel: [drm] Fence fallback timer
>> > >expired on ring
>> > >> > > sdma0
>> > >> > >
>> > >> > > CC
>> > >> > >
>> > >> > > Le samedi 14 mai 2022, 17:12:33 CEST Thorsten Leemhuis a
>écrit :
>> > >> > > > Hi, this is your Linux kernel regression tracker. Thanks
>for
>> > >the report.
>> > >> > > >
>> > >> > > > On 14.05.22 16:41, Christian Casteyde wrote:
>> > >> > > > > #regzbot introduced v5.17.3..v5.17.4
>> > >> > > > > #regzbot introduced:
>001828fb3084379f3c3e228b905223c50bc237f9
>> > >> > > >
>> > >> > > > FWIW, that's commit 887f75cfd0da ("drm/amdgpu: Ensure HDA
>> > >function is
>> > >> > > > suspended before ASIC reset") upstream.
>> > >> > > >
>> > >> > > > Recently a regression was reported where 887f75cfd0da was
>> > >suspected as
>> > >> > > > the culprit:
>> > >> > > > https://gitlab.freedesktop.org/drm/amd/-/issues/2008
>> > >> > > >
>> > >> > > > And a one related to it:
>> > >> > > > https://gitlab.freedesktop.org/drm/amd/-/issues/1982
>> > >> > > >
>> > >> > > > You might want to take a look if what was discussed there
>might
>> > >be
>> > >> > > > related to your problem (I'm not directly involved in any
>of
>> > >this, I
>> > >> > > > don't know the details, it's just that 887f75cfd0da looked
>> > >familiar to
>> > >> > > > me). If it is, a fix for these two bugs was committed to
>master
>> > >earlier
>> > >> > > > this week:
>> > >> > > >
>> > >> > > >
>> >
>>https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commi
>> > >> > > > t/?i d=a56f445f807b0276
>> > >> > > >
>> > >> > > > It will likely be backported to 5.17.y, maybe already in
>the
>> > >over-next
>> > >> > > > release. HTH.
>> > >> > > >
>> > >> > > > Ciao, Thorsten (wearing his 'the Linux kernel's regression
>> > >tracker' hat)
>> > >> > > >
>> > >> > > > P.S.: As the Linux kernel's regression tracker I deal with
>a
>> > >lot of
>> > >> > > > reports and sometimes miss something important when
>writing
>> > >mails like
>> > >> > > > this. If that's the case here, don't hesitate to tell me
>in a
>> > >public
>> > >> > > > reply, it's in everyone's interest to set the public
>record
>> > >straight.
>> > >> > > >
>> > >> > > > > Hello
>> > >> > > > > Since 5.17.4 my laptop doesn't resume from suspend
>anymore.
>> > >At resume,
>> > >> > > > > symptoms are variable:
>> > >> > > > > - either the laptop freezes;
>> > >> > > > > - either the screen keeps blank;
>> > >> > > > > - either the screen is OK but mouse is frozen;
>> > >> > > > > - either display lags with several logs in dmesg:
>> > >> > > > > [  228.275492] [drm] Fence fallback timer expired on
>ring gfx
>> > >> > > > > [  228.395466] [drm:amdgpu_dm_atomic_commit_tail]
>*ERROR*
>> > >Waiting for
>> > >> > > > > fences timed out!
>> > >> > > > > [  228.779490] [drm] Fence fallback timer expired on
>ring gfx
>> > >> > > > > [  229.283484] [drm] Fence fallback timer expired on
>ring
>> > >sdma0
>> > >> > > > > [  229.283485] [drm] Fence fallback timer expired on
>ring gfx
>> > >> > > > > [  229.787487] [drm] Fence fallback timer expired on
>ring gfx
>> > >> > > > > ...
>> > >> > > > >
>> > >> > > > > I've bisected the problem.
>> > >> > > > >
>> > >> > > > > Please note this laptop has a strange behaviour on
>suspend:
>> > >> > > > > The first suspend request always fails (this point has
>never
>> > >been
>> > >> > > > > fixed
>> > >> > > > > and
>> > >> > > > > plagues us when trying to diagnose another regression on
>> > >touchpad not
>> > >> > > > > resuming in the past). The screen goes blank and I can
>get it
>> > >OK when
>> > >> > > > > pressing the power button, this seems to reset it. After
>that
>> > >all
>> > >> > > > > suspend/resume works OK.
>> > >> > > > >
>> > >> > > > > Since 5.17.4, it is not possible anymore to get the
>laptop
>> > >working
>> > >> > > > > again
>> > >> > > > > after the first suspend failure.
>> > >> > > > >
>> > >> > > > > HW : HP Pavilion / Ryzen 4600H with AMD graphics
>integrated +
>> > >NVidia
>> > >> > > > > 1650Ti
>> > >> > > > > (turned off with ACPI call in order to get more battery,
>I'm
>> > >not using
>> > >> > > > > NVidia driver).
>> > >>
>> >

[-- Attachment #2: dmesg-good-2nd_susp.txt --]
[-- Type: text/plain, Size: 101932 bytes --]

[    0.000000] Linux version 5.18.0-rc7 (root@geek500.localdomain) (gcc (GCC) 11.2.0, GNU ld version 2.38-slack151) #24 SMP PREEMPT_DYNAMIC Tue May 17 19:30:54 CEST 2022
[    0.000000] Command line: ro root=/dev/nvme0n1p4
[    0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'compacted' format.
[    0.000000] signal: max sigframe size: 1776
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009ffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000000a0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000009ecffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000009ed0000-0x0000000009ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x000000000a000000-0x000000000a1fffff] usable
[    0.000000] BIOS-e820: [mem 0x000000000a200000-0x000000000a20cfff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000000a20d000-0x00000000a7383fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000a7384000-0x00000000a74d9fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000a74da000-0x00000000a753ffff] ACPI data
[    0.000000] BIOS-e820: [mem 0x00000000a7540000-0x00000000a76eefff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000a76ef000-0x00000000acffdfff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000acffe000-0x00000000adffffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000ae000000-0x00000000afffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000f0000000-0x00000000f7ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fd000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000042f33ffff] usable
[    0.000000] BIOS-e820: [mem 0x000000042f340000-0x00000004701fffff] reserved
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] e820: update [mem 0xa4177018-0xa41a0857] usable ==> usable
[    0.000000] e820: update [mem 0xa4177018-0xa41a0857] usable ==> usable
[    0.000000] e820: update [mem 0xa423a018-0xa4247457] usable ==> usable
[    0.000000] e820: update [mem 0xa423a018-0xa4247457] usable ==> usable
[    0.000000] extended physical RAM map:
[    0.000000] reserve setup_data: [mem 0x0000000000000000-0x000000000009ffff] usable
[    0.000000] reserve setup_data: [mem 0x00000000000a0000-0x00000000000fffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000000100000-0x0000000009ecffff] usable
[    0.000000] reserve setup_data: [mem 0x0000000009ed0000-0x0000000009ffffff] reserved
[    0.000000] reserve setup_data: [mem 0x000000000a000000-0x000000000a1fffff] usable
[    0.000000] reserve setup_data: [mem 0x000000000a200000-0x000000000a20cfff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x000000000a20d000-0x00000000a4177017] usable
[    0.000000] reserve setup_data: [mem 0x00000000a4177018-0x00000000a41a0857] usable
[    0.000000] reserve setup_data: [mem 0x00000000a41a0858-0x00000000a423a017] usable
[    0.000000] reserve setup_data: [mem 0x00000000a423a018-0x00000000a4247457] usable
[    0.000000] reserve setup_data: [mem 0x00000000a4247458-0x00000000a7383fff] usable
[    0.000000] reserve setup_data: [mem 0x00000000a7384000-0x00000000a74d9fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000a74da000-0x00000000a753ffff] ACPI data
[    0.000000] reserve setup_data: [mem 0x00000000a7540000-0x00000000a76eefff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x00000000a76ef000-0x00000000acffdfff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000acffe000-0x00000000adffffff] usable
[    0.000000] reserve setup_data: [mem 0x00000000ae000000-0x00000000afffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000f0000000-0x00000000f7ffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fd000000-0x00000000ffffffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000100000000-0x000000042f33ffff] usable
[    0.000000] reserve setup_data: [mem 0x000000042f340000-0x00000004701fffff] reserved
[    0.000000] efi: EFI v2.70 by American Megatrends
[    0.000000] efi: ACPI=0xa753f000 ACPI 2.0=0xa753f014 TPMFinalLog=0xa76a7000 SMBIOS=0xace1b000 SMBIOS 3.0=0xace1a000 MEMATTR=0xa6019018 ESRT=0xa6621d18 RNG=0xace68f98 TPMEventLog=0xa609a018 
[    0.000000] efi: seeding entropy pool
[    0.000000] SMBIOS 3.2.0 present.
[    0.000000] DMI: HP HP Pavilion Gaming Laptop 15-ec1xxx/87B2, BIOS F.25 08/18/2021
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 2994.450 MHz processor
[    0.000133] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000135] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000139] last_pfn = 0x42f340 max_arch_pfn = 0x400000000
[    0.000246] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.000475] e820: update [mem 0xb0000000-0xffffffff] usable ==> reserved
[    0.000482] last_pfn = 0xae000 max_arch_pfn = 0x400000000
[    0.000492] esrt: Reserving ESRT space from 0x00000000a6621d18 to 0x00000000a6621d50.
[    0.000502] e820: update [mem 0xa6621000-0xa6621fff] usable ==> reserved
[    0.000543] Using GB pages for direct mapping
[    0.001054] Secure boot disabled
[    0.001056] ACPI: Early table checksum verification disabled
[    0.001058] ACPI: RSDP 0x00000000A753F014 000024 (v02 HPQOEM)
[    0.001061] ACPI: XSDT 0x00000000A753E728 0000EC (v01 HPQOEM SLIC-MPC 01072009 AMI  01000013)
[    0.001065] ACPI: FACP 0x00000000A7534000 000114 (v06 HPQOEM SLIC-MPC 01072009 HP   00010013)
[    0.001068] ACPI: DSDT 0x00000000A751F000 0149B8 (v02 HPQOEM 87B2     01072009 ACPI 20120913)
[    0.001070] ACPI: FACS 0x00000000A76A5000 000040
[    0.001072] ACPI: SSDT 0x00000000A7536000 007216 (v02 HPQOEM 87B2     00000002 ACPI 04000000)
[    0.001074] ACPI: IVRS 0x00000000A7535000 0001A4 (v02 HPQOEM 87B2     00000001 HP   00000000)
[    0.001076] ACPI: FIDT 0x00000000A751E000 00009C (v01 HPQOEM 87B2     01072009 HP   00010013)
[    0.001077] ACPI: MCFG 0x00000000A751D000 00003C (v01 HPQOEM 87B2     01072009 HP   00010013)
[    0.001079] ACPI: HPET 0x00000000A751C000 000038 (v01 HPQOEM 87B2     01072009 HP   00000005)
[    0.001081] ACPI: SSDT 0x00000000A751B000 000228 (v01 HPQOEM 87B2     00000001 ACPI 20120913)
[    0.001083] ACPI: VFCT 0x00000000A750D000 00D484 (v01 HPQOEM 87B2     00000001 HP   31504F47)
[    0.001085] ACPI: SSDT 0x00000000A750C000 000050 (v01 HPQOEM 87B2     00000001 ACPI 20120913)
[    0.001086] ACPI: TPM2 0x00000000A750B000 00004C (v04 HPQOEM 87B2     00000001 HP   00000000)
[    0.001088] ACPI: SSDT 0x00000000A7508000 002B80 (v01 HPQOEM 87B2     00000001 ACPI 00000001)
[    0.001090] ACPI: CRAT 0x00000000A7507000 000BA8 (v01 HPQOEM 87B2     00000001 HP   00000001)
[    0.001092] ACPI: CDIT 0x00000000A7506000 000029 (v01 HPQOEM 87B2     00000001 HP   00000001)
[    0.001093] ACPI: SSDT 0x00000000A7505000 000139 (v01 HPQOEM 87B2     00000001 ACPI 20120913)
[    0.001095] ACPI: SSDT 0x00000000A7504000 0000C2 (v01 HPQOEM 87B2     00000001 ACPI 20120913)
[    0.001097] ACPI: SSDT 0x00000000A7503000 000D37 (v01 HPQOEM 87B2     00000001 ACPI 20120913)
[    0.001099] ACPI: SSDT 0x00000000A7501000 0010AC (v01 HPQOEM 87B2     00000001 ACPI 20120913)
[    0.001100] ACPI: SSDT 0x00000000A7500000 000D87 (v01 HPQOEM 87B2     00000001 ACPI 20120913)
[    0.001102] ACPI: SSDT 0x00000000A74FC000 0030C8 (v01 HPQOEM 87B2     00000001 ACPI 20120913)
[    0.001104] ACPI: WSMT 0x00000000A74FB000 000028 (v01 HPQOEM 87B2     01072009 HP   00010013)
[    0.001106] ACPI: APIC 0x00000000A74FA000 0000DE (v03 HPQOEM 87B2     01072009 HP   00010013)
[    0.001108] ACPI: SSDT 0x00000000A74F9000 00007D (v01 HPQOEM 87B2     00000001 ACPI 20120913)
[    0.001109] ACPI: SSDT 0x00000000A74F8000 000517 (v01 HPQOEM 87B2     00000001 ACPI 20120913)
[    0.001111] ACPI: FPDT 0x00000000A74F7000 000044 (v01 HPQOEM 87B2     01072009 HP   01000013)
[    0.001113] ACPI: BGRT 0x00000000A74F6000 000038 (v01 HPQOEM 87B2     01072009 HP   00010013)
[    0.001114] ACPI: Reserving FACP table memory at [mem 0xa7534000-0xa7534113]
[    0.001116] ACPI: Reserving DSDT table memory at [mem 0xa751f000-0xa75339b7]
[    0.001117] ACPI: Reserving FACS table memory at [mem 0xa76a5000-0xa76a503f]
[    0.001117] ACPI: Reserving SSDT table memory at [mem 0xa7536000-0xa753d215]
[    0.001118] ACPI: Reserving IVRS table memory at [mem 0xa7535000-0xa75351a3]
[    0.001119] ACPI: Reserving FIDT table memory at [mem 0xa751e000-0xa751e09b]
[    0.001120] ACPI: Reserving MCFG table memory at [mem 0xa751d000-0xa751d03b]
[    0.001121] ACPI: Reserving HPET table memory at [mem 0xa751c000-0xa751c037]
[    0.001121] ACPI: Reserving SSDT table memory at [mem 0xa751b000-0xa751b227]
[    0.001122] ACPI: Reserving VFCT table memory at [mem 0xa750d000-0xa751a483]
[    0.001123] ACPI: Reserving SSDT table memory at [mem 0xa750c000-0xa750c04f]
[    0.001124] ACPI: Reserving TPM2 table memory at [mem 0xa750b000-0xa750b04b]
[    0.001125] ACPI: Reserving SSDT table memory at [mem 0xa7508000-0xa750ab7f]
[    0.001125] ACPI: Reserving CRAT table memory at [mem 0xa7507000-0xa7507ba7]
[    0.001126] ACPI: Reserving CDIT table memory at [mem 0xa7506000-0xa7506028]
[    0.001127] ACPI: Reserving SSDT table memory at [mem 0xa7505000-0xa7505138]
[    0.001128] ACPI: Reserving SSDT table memory at [mem 0xa7504000-0xa75040c1]
[    0.001129] ACPI: Reserving SSDT table memory at [mem 0xa7503000-0xa7503d36]
[    0.001129] ACPI: Reserving SSDT table memory at [mem 0xa7501000-0xa75020ab]
[    0.001130] ACPI: Reserving SSDT table memory at [mem 0xa7500000-0xa7500d86]
[    0.001131] ACPI: Reserving SSDT table memory at [mem 0xa74fc000-0xa74ff0c7]
[    0.001132] ACPI: Reserving WSMT table memory at [mem 0xa74fb000-0xa74fb027]
[    0.001133] ACPI: Reserving APIC table memory at [mem 0xa74fa000-0xa74fa0dd]
[    0.001133] ACPI: Reserving SSDT table memory at [mem 0xa74f9000-0xa74f907c]
[    0.001134] ACPI: Reserving SSDT table memory at [mem 0xa74f8000-0xa74f8516]
[    0.001135] ACPI: Reserving FPDT table memory at [mem 0xa74f7000-0xa74f7043]
[    0.001136] ACPI: Reserving BGRT table memory at [mem 0xa74f6000-0xa74f6037]
[    0.001159] Zone ranges:
[    0.001159]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.001161]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.001162]   Normal   [mem 0x0000000100000000-0x000000042f33ffff]
[    0.001163] Movable zone start for each node
[    0.001163] Early memory node ranges
[    0.001164]   node   0: [mem 0x0000000000001000-0x000000000009ffff]
[    0.001165]   node   0: [mem 0x0000000000100000-0x0000000009ecffff]
[    0.001166]   node   0: [mem 0x000000000a000000-0x000000000a1fffff]
[    0.001167]   node   0: [mem 0x000000000a20d000-0x00000000a7383fff]
[    0.001167]   node   0: [mem 0x00000000acffe000-0x00000000adffffff]
[    0.001168]   node   0: [mem 0x0000000100000000-0x000000042f33ffff]
[    0.001170] Initmem setup node 0 [mem 0x0000000000001000-0x000000042f33ffff]
[    0.001173] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.001189] On node 0, zone DMA: 96 pages in unavailable ranges
[    0.001323] On node 0, zone DMA32: 304 pages in unavailable ranges
[    0.005455] On node 0, zone DMA32: 13 pages in unavailable ranges
[    0.005711] On node 0, zone DMA32: 23674 pages in unavailable ranges
[    0.027741] On node 0, zone Normal: 8192 pages in unavailable ranges
[    0.027773] On node 0, zone Normal: 3264 pages in unavailable ranges
[    0.028041] ACPI: PM-Timer IO Port: 0x808
[    0.028047] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[    0.028057] IOAPIC[0]: apic_id 13, version 33, address 0xfec00000, GSI 0-23
[    0.028063] IOAPIC[1]: apic_id 14, version 33, address 0xfec01000, GSI 24-55
[    0.028065] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.028066] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
[    0.028069] ACPI: Using ACPI (MADT) for SMP configuration information
[    0.028070] ACPI: HPET id: 0x10228201 base: 0xfed00000
[    0.028083] e820: update [mem 0xa47b1000-0xa47c4fff] usable ==> reserved
[    0.028091] smpboot: Allowing 16 CPUs, 4 hotplug CPUs
[    0.028107] [mem 0xb0000000-0xefffffff] available for PCI devices
[    0.028109] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
[    0.033260] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:16 nr_node_ids:1
[    0.033734] percpu: Embedded 56 pages/cpu s192512 r8192 d28672 u262144
[    0.033740] pcpu-alloc: s192512 r8192 d28672 u262144 alloc=1*2097152
[    0.033742] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15 
[    0.033759] Built 1 zonelists, mobility grouping on.  Total pages: 3964594
[    0.033762] Kernel command line: root=/dev/nvme0n1p4 ro ro root=/dev/nvme0n1p4
[    0.035385] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
[    0.036210] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[    0.036252] mem auto-init: stack:off, heap alloc:off, heap free:off
[    0.072599] Memory: 15650360K/16110752K available (20497K kernel code, 2897K rwdata, 8000K rodata, 1236K init, 3852K bss, 460132K reserved, 0K cma-reserved)
[    0.072607] random: get_random_u64 called from __kmem_cache_create+0x1f/0x4d0 with crng_init=0
[    0.072713] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=16, Nodes=1
[    0.072765] Dynamic Preempt: full
[    0.072795] rcu: Preemptible hierarchical RCU implementation.
[    0.072796] rcu: 	RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=16.
[    0.072798] 	Trampoline variant of Tasks RCU enabled.
[    0.072799] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
[    0.072800] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=16
[    0.073871] NR_IRQS: 16640, nr_irqs: 1096, preallocated irqs: 16
[    0.074097] Console: colour dummy device 80x25
[    0.074269] printk: console [tty0] enabled
[    0.074278] ACPI: Core revision 20211217
[    0.074456] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
[    0.074474] APIC: Switch to symmetric I/O mode setup
[    0.075191] AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR0, rdevid:160
[    0.075194] AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR1, rdevid:160
[    0.075195] AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR2, rdevid:160
[    0.075197] AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR3, rdevid:160
[    0.075442] Switched APIC routing to physical flat.
[    0.076012] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.080476] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x2b29cadbf24, max_idle_ns: 440795313619 ns
[    0.080486] Calibrating delay loop (skipped), value calculated using timer frequency.. 5988.90 BogoMIPS (lpj=2994450)
[    0.080490] pid_max: default: 32768 minimum: 301
[    0.082233] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.082262] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.082422] x86/cpu: User Mode Instruction Prevention (UMIP) activated
[    0.082458] LVT offset 1 assigned for vector 0xf9
[    0.082518] LVT offset 2 assigned for vector 0xf4
[    0.082534] Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 512
[    0.082535] Last level dTLB entries: 4KB 2048, 2MB 2048, 4MB 1024, 1GB 0
[    0.082540] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.082542] Spectre V2 : Mitigation: Retpolines
[    0.082544] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.082545] Spectre V2 : Enabling Restricted Speculation for firmware calls
[    0.082547] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.082549] Spectre V2 : User space: Mitigation: STIBP via prctl
[    0.082551] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
[    0.084011] Freeing SMP alternatives memory: 48K
[    0.186791] smpboot: CPU0: AMD Ryzen 5 4600H with Radeon Graphics (family: 0x17, model: 0x60, stepping: 0x1)
[    0.186883] cblist_init_generic: Setting adjustable number of callback queues.
[    0.186888] cblist_init_generic: Setting shift to 4 and lim to 1.
[    0.186898] Performance Events: Fam17h+ core perfctr, AMD PMU driver.
[    0.186903] ... version:                0
[    0.186904] ... bit width:              48
[    0.186906] ... generic registers:      6
[    0.186907] ... value mask:             0000ffffffffffff
[    0.186908] ... max period:             00007fffffffffff
[    0.186909] ... fixed-purpose events:   0
[    0.186911] ... event mask:             000000000000003f
[    0.186961] rcu: Hierarchical SRCU implementation.
[    0.187104] smp: Bringing up secondary CPUs ...
[    0.187160] x86: Booting SMP configuration:
[    0.187161] .... node  #0, CPUs:        #1  #2  #3  #4  #5  #6  #7  #8  #9 #10 #11
[    0.199522] smp: Brought up 1 node, 12 CPUs
[    0.199529] smpboot: Max logical packages: 2
[    0.199531] smpboot: Total of 12 processors activated (71866.80 BogoMIPS)
[    0.201315] devtmpfs: initialized
[    0.201515] ACPI: PM: Registering ACPI NVS region [mem 0x0a200000-0x0a20cfff] (53248 bytes)
[    0.201515] ACPI: PM: Registering ACPI NVS region [mem 0xa7540000-0xa76eefff] (1765376 bytes)
[    0.201533] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[    0.201538] futex hash table entries: 4096 (order: 6, 262144 bytes, linear)
[    0.201574] pinctrl core: initialized pinctrl subsystem
[    0.201654] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.201701] DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations
[    0.201707] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    0.201712] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.201747] thermal_sys: Registered thermal governor 'fair_share'
[    0.201747] thermal_sys: Registered thermal governor 'bang_bang'
[    0.201749] thermal_sys: Registered thermal governor 'step_wise'
[    0.201750] thermal_sys: Registered thermal governor 'user_space'
[    0.201759] cpuidle: using governor ladder
[    0.201763] cpuidle: using governor menu
[    0.201784] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.201784] PCI: MMCONFIG for domain 0000 [bus 00-7f] at [mem 0xf0000000-0xf7ffffff] (base 0xf0000000)
[    0.201784] PCI: MMCONFIG at [mem 0xf0000000-0xf7ffffff] reserved in E820
[    0.201784] PCI: Using configuration type 1 for base access
[    0.204485] cryptd: max_cpu_qlen set to 1000
[    0.204510] ACPI: Added _OSI(Module Device)
[    0.204513] ACPI: Added _OSI(Processor Device)
[    0.204515] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.204516] ACPI: Added _OSI(Processor Aggregator Device)
[    0.204518] ACPI: Added _OSI(Linux-Dell-Video)
[    0.204519] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    0.204520] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[    0.211945] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.GPP1.WLAN], AE_NOT_FOUND (20211217/dswload2-162)
[    0.211950] ACPI Error: AE_NOT_FOUND, During name lookup/catalog (20211217/psobject-220)
[    0.211953] ACPI: Skipping parse of AML opcode: OpcodeName unavailable (0x0010)
[    0.213156] ACPI: 13 ACPI AML tables successfully acquired and loaded
[    0.213951] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    0.214994] ACPI: EC: EC started
[    0.214996] ACPI: EC: interrupt blocked
[    0.540294] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.540300] ACPI: \_SB_.PCI0.SBRG.EC0_: Boot DSDT EC used to handle transactions
[    0.540304] ACPI: Interpreter enabled
[    0.540318] ACPI: PM: (supports S0 S3 S5)
[    0.540321] ACPI: Using IOAPIC for interrupt routing
[    0.540499] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.540814] ACPI: Enabled 5 GPEs in block 00 to 1F
[    0.542246] ACPI: PM: Power Resource [P0S0]
[    0.542271] ACPI: PM: Power Resource [P3S0]
[    0.542340] ACPI: PM: Power Resource [P0S1]
[    0.542362] ACPI: PM: Power Resource [P3S1]
[    0.542980] ACPI: PM: Power Resource [PG00]
[    0.549883] ACPI: PM: Power Resource [PRWL]
[    0.550299] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.550307] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[    0.550311] acpi PNP0A08:00: PCIe port services disabled; not requesting _OSC control
[    0.550381] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[    0.550386] acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-7f] only partially covers this bridge
[    0.550609] PCI host bridge to bus 0000:00
[    0.550612] pci_bus 0000:00: root bus resource [io  0x0000-0x03af window]
[    0.550616] pci_bus 0000:00: root bus resource [io  0x03e0-0x0cf7 window]
[    0.550619] pci_bus 0000:00: root bus resource [io  0x03b0-0x03df window]
[    0.550622] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.550625] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000dffff window]
[    0.550629] pci_bus 0000:00: root bus resource [mem 0xb0000000-0xfebfffff window]
[    0.550632] pci_bus 0000:00: root bus resource [mem 0xfee00000-0xffffffff window]
[    0.550636] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.550649] pci 0000:00:00.0: [1022:1630] type 00 class 0x060000
[    0.550731] pci 0000:00:00.2: [1022:1631] type 00 class 0x080600
[    0.550817] pci 0000:00:01.0: [1022:1632] type 00 class 0x060000
[    0.550880] pci 0000:00:01.1: [1022:1633] type 01 class 0x060400
[    0.550941] pci 0000:00:01.1: PME# supported from D0 D3hot D3cold
[    0.551014] pci 0000:00:01.2: [1022:1634] type 01 class 0x060400
[    0.551040] pci 0000:00:01.2: enabling Extended Tags
[    0.551078] pci 0000:00:01.2: PME# supported from D0 D3hot D3cold
[    0.551151] pci 0000:00:02.0: [1022:1632] type 00 class 0x060000
[    0.551213] pci 0000:00:02.1: [1022:1634] type 01 class 0x060400
[    0.551239] pci 0000:00:02.1: enabling Extended Tags
[    0.551277] pci 0000:00:02.1: PME# supported from D0 D3hot D3cold
[    0.551343] pci 0000:00:02.4: [1022:1634] type 01 class 0x060400
[    0.551367] pci 0000:00:02.4: enabling Extended Tags
[    0.551406] pci 0000:00:02.4: PME# supported from D0 D3hot D3cold
[    0.551475] pci 0000:00:08.0: [1022:1632] type 00 class 0x060000
[    0.551538] pci 0000:00:08.1: [1022:1635] type 01 class 0x060400
[    0.551562] pci 0000:00:08.1: enabling Extended Tags
[    0.551593] pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
[    0.551661] pci 0000:00:08.2: [1022:1635] type 01 class 0x060400
[    0.551684] pci 0000:00:08.2: enabling Extended Tags
[    0.551715] pci 0000:00:08.2: PME# supported from D0 D3hot D3cold
[    0.551798] pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500
[    0.551911] pci 0000:00:14.3: [1022:790e] type 00 class 0x060100
[    0.552030] pci 0000:00:18.0: [1022:1448] type 00 class 0x060000
[    0.552073] pci 0000:00:18.1: [1022:1449] type 00 class 0x060000
[    0.552117] pci 0000:00:18.2: [1022:144a] type 00 class 0x060000
[    0.552159] pci 0000:00:18.3: [1022:144b] type 00 class 0x060000
[    0.552203] pci 0000:00:18.4: [1022:144c] type 00 class 0x060000
[    0.552251] pci 0000:00:18.5: [1022:144d] type 00 class 0x060000
[    0.552295] pci 0000:00:18.6: [1022:144e] type 00 class 0x060000
[    0.552339] pci 0000:00:18.7: [1022:144f] type 00 class 0x060000
[    0.552435] pci 0000:01:00.0: [10de:1f95] type 00 class 0x030000
[    0.552448] pci 0000:01:00.0: reg 0x10: [mem 0xfb000000-0xfbffffff]
[    0.552460] pci 0000:01:00.0: reg 0x14: [mem 0xb0000000-0xbfffffff 64bit pref]
[    0.552471] pci 0000:01:00.0: reg 0x1c: [mem 0xc0000000-0xc1ffffff 64bit pref]
[    0.552479] pci 0000:01:00.0: reg 0x24: [io  0xf000-0xf07f]
[    0.552487] pci 0000:01:00.0: reg 0x30: [mem 0xfc000000-0xfc07ffff pref]
[    0.552547] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
[    0.552595] pci 0000:01:00.0: 63.008 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x8 link at 0000:00:01.1 (capable of 126.016 Gb/s with 8.0 GT/s PCIe x16 link)
[    0.552913] pci 0000:01:00.1: [10de:10fa] type 00 class 0x040300
[    0.552926] pci 0000:01:00.1: reg 0x10: [mem 0xfc080000-0xfc083fff]
[    0.553060] pci 0000:00:01.1: PCI bridge to [bus 01]
[    0.553065] pci 0000:00:01.1:   bridge window [io  0xf000-0xffff]
[    0.553069] pci 0000:00:01.1:   bridge window [mem 0xfb000000-0xfc0fffff]
[    0.553074] pci 0000:00:01.1:   bridge window [mem 0xb0000000-0xc1ffffff 64bit pref]
[    0.553121] pci 0000:02:00.0: [10ec:8168] type 00 class 0x020000
[    0.553137] pci 0000:02:00.0: reg 0x10: [io  0xe000-0xe0ff]
[    0.553156] pci 0000:02:00.0: reg 0x18: [mem 0xfc904000-0xfc904fff 64bit]
[    0.553170] pci 0000:02:00.0: reg 0x20: [mem 0xfc900000-0xfc903fff 64bit]
[    0.553260] pci 0000:02:00.0: supports D1 D2
[    0.553262] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.553384] pci 0000:00:01.2: PCI bridge to [bus 02]
[    0.553389] pci 0000:00:01.2:   bridge window [io  0xe000-0xefff]
[    0.553392] pci 0000:00:01.2:   bridge window [mem 0xfc900000-0xfc9fffff]
[    0.553466] pci 0000:03:00.0: [10ec:c822] type 00 class 0x028000
[    0.553490] pci 0000:03:00.0: reg 0x10: [io  0xd000-0xd0ff]
[    0.553515] pci 0000:03:00.0: reg 0x18: [mem 0xfc800000-0xfc80ffff 64bit]
[    0.553633] pci 0000:03:00.0: supports D1 D2
[    0.553636] pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.553789] pci 0000:00:02.1: PCI bridge to [bus 03]
[    0.553793] pci 0000:00:02.1:   bridge window [io  0xd000-0xdfff]
[    0.553797] pci 0000:00:02.1:   bridge window [mem 0xfc800000-0xfc8fffff]
[    0.553843] pci 0000:04:00.0: [1c5c:1339] type 00 class 0x010802
[    0.553863] pci 0000:04:00.0: reg 0x10: [mem 0xfc700000-0xfc703fff 64bit]
[    0.553977] pci 0000:04:00.0: supports D1
[    0.553979] pci 0000:04:00.0: PME# supported from D0 D1 D3hot
[    0.554034] pci 0000:04:00.0: 16.000 Gb/s available PCIe bandwidth, limited by 5.0 GT/s PCIe x4 link at 0000:00:02.4 (capable of 31.504 Gb/s with 8.0 GT/s PCIe x4 link)
[    0.554092] pci 0000:00:02.4: PCI bridge to [bus 04]
[    0.554098] pci 0000:00:02.4:   bridge window [mem 0xfc700000-0xfc7fffff]
[    0.554144] pci 0000:05:00.0: [1002:1636] type 00 class 0x030000
[    0.554157] pci 0000:05:00.0: reg 0x10: [mem 0xd0000000-0xdfffffff 64bit pref]
[    0.554167] pci 0000:05:00.0: reg 0x18: [mem 0xe0000000-0xe01fffff 64bit pref]
[    0.554175] pci 0000:05:00.0: reg 0x20: [io  0xc000-0xc0ff]
[    0.554182] pci 0000:05:00.0: reg 0x24: [mem 0xfc500000-0xfc57ffff]
[    0.554192] pci 0000:05:00.0: enabling Extended Tags
[    0.554242] pci 0000:05:00.0: PME# supported from D1 D2 D3hot D3cold
[    0.554266] pci 0000:05:00.0: 126.016 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x16 link at 0000:00:08.1 (capable of 252.048 Gb/s with 16.0 GT/s PCIe x16 link)
[    0.554320] pci 0000:05:00.2: [1022:15df] type 00 class 0x108000
[    0.554336] pci 0000:05:00.2: reg 0x18: [mem 0xfc400000-0xfc4fffff]
[    0.554347] pci 0000:05:00.2: reg 0x24: [mem 0xfc5c8000-0xfc5c9fff]
[    0.554357] pci 0000:05:00.2: enabling Extended Tags
[    0.554436] pci 0000:05:00.3: [1022:1639] type 00 class 0x0c0330
[    0.554449] pci 0000:05:00.3: reg 0x10: [mem 0xfc300000-0xfc3fffff 64bit]
[    0.554475] pci 0000:05:00.3: enabling Extended Tags
[    0.554509] pci 0000:05:00.3: PME# supported from D0 D3hot D3cold
[    0.554564] pci 0000:05:00.4: [1022:1639] type 00 class 0x0c0330
[    0.554577] pci 0000:05:00.4: reg 0x10: [mem 0xfc200000-0xfc2fffff 64bit]
[    0.554603] pci 0000:05:00.4: enabling Extended Tags
[    0.554636] pci 0000:05:00.4: PME# supported from D0 D3hot D3cold
[    0.554691] pci 0000:05:00.5: [1022:15e2] type 00 class 0x048000
[    0.554700] pci 0000:05:00.5: reg 0x10: [mem 0xfc580000-0xfc5bffff]
[    0.554724] pci 0000:05:00.5: enabling Extended Tags
[    0.554753] pci 0000:05:00.5: PME# supported from D0 D3hot D3cold
[    0.554805] pci 0000:05:00.6: [1022:15e3] type 00 class 0x040300
[    0.554815] pci 0000:05:00.6: reg 0x10: [mem 0xfc5c0000-0xfc5c7fff]
[    0.554839] pci 0000:05:00.6: enabling Extended Tags
[    0.554868] pci 0000:05:00.6: PME# supported from D0 D3hot D3cold
[    0.554932] pci 0000:00:08.1: PCI bridge to [bus 05]
[    0.554937] pci 0000:00:08.1:   bridge window [io  0xc000-0xcfff]
[    0.554940] pci 0000:00:08.1:   bridge window [mem 0xfc200000-0xfc5fffff]
[    0.554945] pci 0000:00:08.1:   bridge window [mem 0xd0000000-0xe01fffff 64bit pref]
[    0.554981] pci 0000:06:00.0: [1022:7901] type 00 class 0x010601
[    0.555012] pci 0000:06:00.0: reg 0x24: [mem 0xfc601000-0xfc6017ff]
[    0.555023] pci 0000:06:00.0: enabling Extended Tags
[    0.555081] pci 0000:06:00.0: 126.016 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x16 link at 0000:00:08.2 (capable of 252.048 Gb/s with 16.0 GT/s PCIe x16 link)
[    0.555127] pci 0000:06:00.1: [1022:7901] type 00 class 0x010601
[    0.555158] pci 0000:06:00.1: reg 0x24: [mem 0xfc600000-0xfc6007ff]
[    0.555168] pci 0000:06:00.1: enabling Extended Tags
[    0.555254] pci 0000:00:08.2: PCI bridge to [bus 06]
[    0.555259] pci 0000:00:08.2:   bridge window [mem 0xfc600000-0xfc6fffff]
[    0.555287] pci_bus 0000:00: on NUMA node 0
[    0.555783] ACPI: PCI: Interrupt link LNKA configured for IRQ 0
[    0.555826] ACPI: PCI: Interrupt link LNKB configured for IRQ 0
[    0.555862] ACPI: PCI: Interrupt link LNKC configured for IRQ 0
[    0.555906] ACPI: PCI: Interrupt link LNKD configured for IRQ 0
[    0.555945] ACPI: PCI: Interrupt link LNKE configured for IRQ 0
[    0.555978] ACPI: PCI: Interrupt link LNKF configured for IRQ 0
[    0.556011] ACPI: PCI: Interrupt link LNKG configured for IRQ 0
[    0.556044] ACPI: PCI: Interrupt link LNKH configured for IRQ 0
[    0.557001] ACPI: EC: interrupt unblocked
[    0.557004] ACPI: EC: event unblocked
[    0.557010] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.557012] ACPI: EC: GPE=0x3
[    0.557015] ACPI: \_SB_.PCI0.SBRG.EC0_: Boot DSDT EC initialization complete
[    0.557018] ACPI: \_SB_.PCI0.SBRG.EC0_: EC: Used to handle transactions and events
[    0.557070] iommu: Default domain type: Translated 
[    0.557070] iommu: DMA domain TLB invalidation policy: lazy mode 
[    0.557070] SCSI subsystem initialized
[    0.557070] libata version 3.00 loaded.
[    0.557070] ACPI: bus type USB registered
[    0.557070] usbcore: registered new interface driver usbfs
[    0.557070] usbcore: registered new interface driver hub
[    0.557070] usbcore: registered new device driver usb
[    0.558840] mc: Linux media interface: v0.10
[    0.558848] videodev: Linux video capture interface: v2.00
[    0.558893] Registered efivars operations
[    0.558909] Advanced Linux Sound Architecture Driver Initialized.
[    0.558909] Bluetooth: Core ver 2.22
[    0.558909] NET: Registered PF_BLUETOOTH protocol family
[    0.558909] Bluetooth: HCI device and connection manager initialized
[    0.558909] Bluetooth: HCI socket layer initialized
[    0.558909] Bluetooth: L2CAP socket layer initialized
[    0.558909] Bluetooth: SCO socket layer initialized
[    0.558909] PCI: Using ACPI for IRQ routing
[    0.563449] PCI: pci_cache_line_size set to 64 bytes
[    0.563579] Expanded resource Reserved due to conflict with PCI Bus 0000:00
[    0.563583] e820: reserve RAM buffer [mem 0x09ed0000-0x0bffffff]
[    0.563585] e820: reserve RAM buffer [mem 0x0a200000-0x0bffffff]
[    0.563586] e820: reserve RAM buffer [mem 0xa4177018-0xa7ffffff]
[    0.563587] e820: reserve RAM buffer [mem 0xa423a018-0xa7ffffff]
[    0.563589] e820: reserve RAM buffer [mem 0xa47b1000-0xa7ffffff]
[    0.563590] e820: reserve RAM buffer [mem 0xa6621000-0xa7ffffff]
[    0.563591] e820: reserve RAM buffer [mem 0xa7384000-0xa7ffffff]
[    0.563592] e820: reserve RAM buffer [mem 0xae000000-0xafffffff]
[    0.563593] e820: reserve RAM buffer [mem 0x42f340000-0x42fffffff]
[    0.563608] pci 0000:01:00.0: vgaarb: setting as boot VGA device
[    0.563608] pci 0000:01:00.0: vgaarb: bridge control possible
[    0.563608] pci 0000:01:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
[    0.563608] pci 0000:05:00.0: vgaarb: setting as boot VGA device (overriding previous)
[    0.563608] pci 0000:05:00.0: vgaarb: bridge control possible
[    0.563608] pci 0000:05:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
[    0.563608] vgaarb: loaded
[    0.563737] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    0.563743] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
[    0.565548] clocksource: Switched to clocksource tsc-early
[    0.572744] pnp: PnP ACPI init
[    0.572862] system 00:00: [mem 0xf0000000-0xf7ffffff] has been reserved
[    0.573149] system 00:03: [io  0x04d0-0x04d1] has been reserved
[    0.573154] system 00:03: [io  0x040b] has been reserved
[    0.573157] system 00:03: [io  0x04d6] has been reserved
[    0.573159] system 00:03: [io  0x0c00-0x0c01] has been reserved
[    0.573162] system 00:03: [io  0x0c14] has been reserved
[    0.573165] system 00:03: [io  0x0c50-0x0c51] has been reserved
[    0.573168] system 00:03: [io  0x0c52] has been reserved
[    0.573171] system 00:03: [io  0x0c6c] has been reserved
[    0.573173] system 00:03: [io  0x0c6f] has been reserved
[    0.573176] system 00:03: [io  0x0cd0-0x0cd1] has been reserved
[    0.573179] system 00:03: [io  0x0cd2-0x0cd3] has been reserved
[    0.573182] system 00:03: [io  0x0cd4-0x0cd5] has been reserved
[    0.573184] system 00:03: [io  0x0cd6-0x0cd7] has been reserved
[    0.573187] system 00:03: [io  0x0cd8-0x0cdf] has been reserved
[    0.573190] system 00:03: [io  0x0800-0x089f] has been reserved
[    0.573193] system 00:03: [io  0x0b00-0x0b0f] has been reserved
[    0.573196] system 00:03: [io  0x0b20-0x0b3f] has been reserved
[    0.573199] system 00:03: [io  0x0900-0x090f] has been reserved
[    0.573201] system 00:03: [io  0x0910-0x091f] has been reserved
[    0.573205] system 00:03: [mem 0xfec00000-0xfec00fff] could not be reserved
[    0.573208] system 00:03: [mem 0xfec01000-0xfec01fff] could not be reserved
[    0.573212] system 00:03: [mem 0xfedc0000-0xfedc0fff] has been reserved
[    0.573215] system 00:03: [mem 0xfee00000-0xfee00fff] has been reserved
[    0.573218] system 00:03: [mem 0xfed80000-0xfed8ffff] could not be reserved
[    0.573221] system 00:03: [mem 0xfec10000-0xfec10fff] has been reserved
[    0.573224] system 00:03: [mem 0xff000000-0xffffffff] has been reserved
[    0.573863] pnp: PnP ACPI: found 4 devices
[    0.579710] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.579768] NET: Registered PF_INET protocol family
[    0.579997] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    0.582625] tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
[    0.582651] TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    0.582823] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
[    0.582944] TCP: Hash tables configured (established 131072 bind 65536)
[    0.582985] UDP hash table entries: 8192 (order: 6, 262144 bytes, linear)
[    0.583022] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes, linear)
[    0.583086] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    0.583319] pci 0000:00:01.1: PCI bridge to [bus 01]
[    0.583325] pci 0000:00:01.1:   bridge window [io  0xf000-0xffff]
[    0.583331] pci 0000:00:01.1:   bridge window [mem 0xfb000000-0xfc0fffff]
[    0.583335] pci 0000:00:01.1:   bridge window [mem 0xb0000000-0xc1ffffff 64bit pref]
[    0.583342] pci 0000:00:01.2: PCI bridge to [bus 02]
[    0.583345] pci 0000:00:01.2:   bridge window [io  0xe000-0xefff]
[    0.583349] pci 0000:00:01.2:   bridge window [mem 0xfc900000-0xfc9fffff]
[    0.583355] pci 0000:00:02.1: PCI bridge to [bus 03]
[    0.583358] pci 0000:00:02.1:   bridge window [io  0xd000-0xdfff]
[    0.583363] pci 0000:00:02.1:   bridge window [mem 0xfc800000-0xfc8fffff]
[    0.583369] pci 0000:00:02.4: PCI bridge to [bus 04]
[    0.583373] pci 0000:00:02.4:   bridge window [mem 0xfc700000-0xfc7fffff]
[    0.583381] pci 0000:00:08.1: PCI bridge to [bus 05]
[    0.583383] pci 0000:00:08.1:   bridge window [io  0xc000-0xcfff]
[    0.583388] pci 0000:00:08.1:   bridge window [mem 0xfc200000-0xfc5fffff]
[    0.583391] pci 0000:00:08.1:   bridge window [mem 0xd0000000-0xe01fffff 64bit pref]
[    0.583397] pci 0000:00:08.2: PCI bridge to [bus 06]
[    0.583401] pci 0000:00:08.2:   bridge window [mem 0xfc600000-0xfc6fffff]
[    0.583408] pci_bus 0000:00: resource 4 [io  0x0000-0x03af window]
[    0.583412] pci_bus 0000:00: resource 5 [io  0x03e0-0x0cf7 window]
[    0.583415] pci_bus 0000:00: resource 6 [io  0x03b0-0x03df window]
[    0.583418] pci_bus 0000:00: resource 7 [io  0x0d00-0xffff window]
[    0.583420] pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000dffff window]
[    0.583423] pci_bus 0000:00: resource 9 [mem 0xb0000000-0xfebfffff window]
[    0.583427] pci_bus 0000:00: resource 10 [mem 0xfee00000-0xffffffff window]
[    0.583430] pci_bus 0000:01: resource 0 [io  0xf000-0xffff]
[    0.583433] pci_bus 0000:01: resource 1 [mem 0xfb000000-0xfc0fffff]
[    0.583435] pci_bus 0000:01: resource 2 [mem 0xb0000000-0xc1ffffff 64bit pref]
[    0.583439] pci_bus 0000:02: resource 0 [io  0xe000-0xefff]
[    0.583442] pci_bus 0000:02: resource 1 [mem 0xfc900000-0xfc9fffff]
[    0.583445] pci_bus 0000:03: resource 0 [io  0xd000-0xdfff]
[    0.583447] pci_bus 0000:03: resource 1 [mem 0xfc800000-0xfc8fffff]
[    0.583450] pci_bus 0000:04: resource 1 [mem 0xfc700000-0xfc7fffff]
[    0.583453] pci_bus 0000:05: resource 0 [io  0xc000-0xcfff]
[    0.583456] pci_bus 0000:05: resource 1 [mem 0xfc200000-0xfc5fffff]
[    0.583459] pci_bus 0000:05: resource 2 [mem 0xd0000000-0xe01fffff 64bit pref]
[    0.583462] pci_bus 0000:06: resource 1 [mem 0xfc600000-0xfc6fffff]
[    0.583578] pci 0000:01:00.1: D0 power state depends on 0000:01:00.0
[    0.583648] pci 0000:05:00.3: extending delay after power-on from D3hot to 20 msec
[    0.583794] pci 0000:05:00.4: extending delay after power-on from D3hot to 20 msec
[    0.583858] PCI: CLS 64 bytes, default 64
[    0.583869] pci 0000:00:00.2: AMD-Vi: IOMMU performance counters supported
[    0.583905] pci 0000:00:00.2: can't derive routing for PCI INT A
[    0.583908] pci 0000:00:00.2: PCI INT A: not connected
[    0.583934] pci 0000:00:01.0: Adding to iommu group 0
[    0.583944] pci 0000:00:01.1: Adding to iommu group 1
[    0.583955] pci 0000:00:01.2: Adding to iommu group 2
[    0.583975] pci 0000:00:02.0: Adding to iommu group 3
[    0.583986] pci 0000:00:02.1: Adding to iommu group 4
[    0.583996] pci 0000:00:02.4: Adding to iommu group 5
[    0.584014] pci 0000:00:08.0: Adding to iommu group 6
[    0.584022] pci 0000:00:08.1: Adding to iommu group 6
[    0.584031] pci 0000:00:08.2: Adding to iommu group 6
[    0.584046] pci 0000:00:14.0: Adding to iommu group 7
[    0.584055] pci 0000:00:14.3: Adding to iommu group 7
[    0.584086] pci 0000:00:18.0: Adding to iommu group 8
[    0.584095] pci 0000:00:18.1: Adding to iommu group 8
[    0.584104] pci 0000:00:18.2: Adding to iommu group 8
[    0.584113] pci 0000:00:18.3: Adding to iommu group 8
[    0.584126] pci 0000:00:18.4: Adding to iommu group 8
[    0.584135] pci 0000:00:18.5: Adding to iommu group 8
[    0.584144] pci 0000:00:18.6: Adding to iommu group 8
[    0.584153] pci 0000:00:18.7: Adding to iommu group 8
[    0.584168] pci 0000:01:00.0: Adding to iommu group 9
[    0.584178] pci 0000:01:00.1: Adding to iommu group 9
[    0.584188] pci 0000:02:00.0: Adding to iommu group 10
[    0.584198] pci 0000:03:00.0: Adding to iommu group 11
[    0.584208] pci 0000:04:00.0: Adding to iommu group 12
[    0.584218] pci 0000:05:00.0: Adding to iommu group 6
[    0.584223] pci 0000:05:00.2: Adding to iommu group 6
[    0.584228] pci 0000:05:00.3: Adding to iommu group 6
[    0.584234] pci 0000:05:00.4: Adding to iommu group 6
[    0.584239] pci 0000:05:00.5: Adding to iommu group 6
[    0.584244] pci 0000:05:00.6: Adding to iommu group 6
[    0.584249] pci 0000:06:00.0: Adding to iommu group 6
[    0.584255] pci 0000:06:00.1: Adding to iommu group 6
[    0.585742] pci 0000:00:00.2: AMD-Vi: Found IOMMU cap 0x40
[    0.585748] AMD-Vi: Extended features (0x206d73ef22254ade): PPR X2APIC NX GT IA GA PC GA_vAPIC
[    0.585756] AMD-Vi: Interrupt remapping enabled
[    0.585758] AMD-Vi: Virtual APIC enabled
[    0.585760] AMD-Vi: X2APIC enabled
[    0.585869] software IO TLB: tearing down default memory pool
[    0.586871] RAPL PMU: API unit is 2^-32 Joules, 1 fixed counters, 163840 ms ovfl timer
[    0.586878] RAPL PMU: hw unit of domain package 2^-16 Joules
[    0.586882] LVT offset 0 assigned for vector 0x400
[    0.587068] perf: AMD IBS detected (0x000003ff)
[    0.587073] amd_uncore: 4  amd_df counters detected
[    0.587079] amd_uncore: 6  amd_l3 counters detected
[    0.587429] perf/amd_iommu: Detected AMD IOMMU #0 (2 banks, 4 counters/bank).
[    0.587620] SVM: TSC scaling supported
[    0.587623] kvm: Nested Virtualization enabled
[    0.587625] SVM: kvm: Nested Paging enabled
[    0.587633] SVM: Virtual VMLOAD VMSAVE supported
[    0.587635] SVM: Virtual GIF supported
[    0.587637] SVM: LBR virtualization supported
[    0.594261] Initialise system trusted keyrings
[    0.594298] workingset: timestamp_bits=46 max_order=22 bucket_order=0
[    0.595586] fuse: init (API version 7.36)
[    0.595655] SGI XFS with ACLs, security attributes, scrub, repair, no debug enabled
[    0.600371] NET: Registered PF_ALG protocol family
[    0.600377] Key type asymmetric registered
[    0.600379] Asymmetric key parser 'x509' registered
[    0.600390] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
[    0.600445] io scheduler mq-deadline registered
[    0.600447] io scheduler kyber registered
[    0.600456] io scheduler bfq registered
[    0.603730] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    0.655324] ACPI: AC: AC Adapter [ACAD] (off-line)
[    0.655401] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[    0.655431] ACPI: button: Power Button [PWRB]
[    0.655477] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input1
[    0.655502] ACPI: button: Lid Switch [LID]
[    0.655539] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[    0.655587] ACPI: button: Power Button [PWRF]
[    0.655671] ACPI: video: Video Device [VGA] (multi-head: yes  rom: no  post: no)
[    0.655987] acpi device:08: registered as cooling_device0
[    0.656032] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:07/LNXVIDEO:00/input/input3
[    0.656199] Monitor-Mwait will be used to enter C-1 state
[    0.656206] ACPI: \_SB_.PLTF.P000: Found 3 idle states
[    0.656216] ACPI: FW issue: working around C-state latencies out of order
[    0.656406] ACPI: \_SB_.PLTF.P001: Found 3 idle states
[    0.656417] ACPI: FW issue: working around C-state latencies out of order
[    0.656632] ACPI: \_SB_.PLTF.P002: Found 3 idle states
[    0.656642] ACPI: FW issue: working around C-state latencies out of order
[    0.656858] ACPI: \_SB_.PLTF.P003: Found 3 idle states
[    0.656867] ACPI: FW issue: working around C-state latencies out of order
[    0.657098] ACPI: \_SB_.PLTF.P004: Found 3 idle states
[    0.657114] ACPI: FW issue: working around C-state latencies out of order
[    0.657414] ACPI: \_SB_.PLTF.P005: Found 3 idle states
[    0.657430] ACPI: FW issue: working around C-state latencies out of order
[    0.657697] ACPI: \_SB_.PLTF.P006: Found 3 idle states
[    0.657707] ACPI: FW issue: working around C-state latencies out of order
[    0.657895] ACPI: \_SB_.PLTF.P007: Found 3 idle states
[    0.657905] ACPI: FW issue: working around C-state latencies out of order
[    0.658077] ACPI: \_SB_.PLTF.P008: Found 3 idle states
[    0.658087] ACPI: FW issue: working around C-state latencies out of order
[    0.658234] ACPI: \_SB_.PLTF.P009: Found 3 idle states
[    0.658241] ACPI: FW issue: working around C-state latencies out of order
[    0.658336] ACPI: \_SB_.PLTF.P00A: Found 3 idle states
[    0.658343] ACPI: FW issue: working around C-state latencies out of order
[    0.658461] ACPI: \_SB_.PLTF.P00B: Found 3 idle states
[    0.658468] ACPI: FW issue: working around C-state latencies out of order
[    0.659428] ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - \_PR_.P000 (20211217/dspkginit-438)
[    0.659438] ACPI: \_TZ_.THRM: Invalid passive threshold
[    0.660153] thermal LNXTHERM:00: registered as thermal_zone0
[    0.660156] ACPI: thermal: Thermal Zone [THRM] (34 C)
[    0.661138] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    0.661439] Non-volatile memory driver v1.3
[    0.661447] Linux agpgart interface v0.103
[    0.677249] AMD-Vi: AMD IOMMUv2 loaded and initialized
[    0.677382] ACPI: bus type drm_connector registered
[    0.677415] [drm] amdgpu kernel modesetting enabled.
[    0.677430] amdgpu: vga_switcheroo: detected switching method \_SB_.PCI0.GP17.VGA_.ATPX handle
[    0.678478] ACPI: battery: Slot [BAT0] (battery present)
[    0.678679] ATPX version 1, functions 0x00000200
[    0.680446] amdgpu: Virtual CRAT table created for CPU
[    0.680457] amdgpu: Topology: Add CPU node
[    0.680499] amdgpu 0000:05:00.0: vgaarb: deactivate vga console
[    0.680539] amdgpu 0000:05:00.0: enabling device (0006 -> 0007)
[    0.680579] [drm] initializing kernel modesetting (RENOIR 0x1002:0x1636 0x103C:0x87B2 0xC7).
[    0.680584] amdgpu 0000:05:00.0: amdgpu: Trusted Memory Zone (TMZ) feature enabled
[    0.778113] [drm] register mmio base: 0xFC500000
[    0.778124] [drm] register mmio size: 524288
[    0.779733] [drm] add ip block number 0 <soc15_common>
[    0.779741] [drm] add ip block number 1 <gmc_v9_0>
[    0.779746] [drm] add ip block number 2 <vega10_ih>
[    0.779750] [drm] add ip block number 3 <psp>
[    0.779754] [drm] add ip block number 4 <smu>
[    0.779757] [drm] add ip block number 5 <dm>
[    0.779761] [drm] add ip block number 6 <gfx_v9_0>
[    0.779765] [drm] add ip block number 7 <sdma_v4_0>
[    0.779769] [drm] add ip block number 8 <vcn_v2_0>
[    0.779773] [drm] add ip block number 9 <jpeg_v2_0>
[    0.779788] amdgpu 0000:05:00.0: amdgpu: Fetched VBIOS from VFCT
[    0.779795] amdgpu: ATOM BIOS: 113-RENOIR-031
[    0.779814] [drm] VCN decode is enabled in VM mode
[    0.779818] [drm] VCN encode is enabled in VM mode
[    0.779821] [drm] JPEG decode is enabled in VM mode
[    0.779827] amdgpu 0000:05:00.0: amdgpu: PCIE atomic ops is not supported
[    0.779842] amdgpu 0000:05:00.0: amdgpu: MODE2 reset
[    0.779896] [drm] vm size is 262144 GB, 4 levels, block size is 9-bit, fragment size is 9-bit
[    0.779907] amdgpu 0000:05:00.0: amdgpu: VRAM: 512M 0x000000F400000000 - 0x000000F41FFFFFFF (512M used)
[    0.779916] amdgpu 0000:05:00.0: amdgpu: GART: 1024M 0x0000000000000000 - 0x000000003FFFFFFF
[    0.779923] amdgpu 0000:05:00.0: amdgpu: AGP: 267419648M 0x000000F800000000 - 0x0000FFFFFFFFFFFF
[    0.779936] [drm] Detected VRAM RAM=512M, BAR=512M
[    0.779940] [drm] RAM width 128bits DDR4
[    0.780007] [drm] amdgpu: 512M of VRAM memory ready
[    0.780012] [drm] amdgpu: 3072M of GTT memory ready.
[    0.780028] [drm] GART: num cpu pages 262144, num gpu pages 262144
[    0.780169] [drm] PCIE GART of 1024M enabled.
[    0.780174] [drm] PTB located at 0x000000F400900000
[    0.780296] amdgpu 0000:05:00.0: amdgpu: PSP runtime database doesn't exist
[    0.780309] [drm] Loading DMUB firmware via PSP: version=0x0101001F
[    0.780990] [drm] Found VCN firmware Version ENC: 1.17 DEC: 5 VEP: 0 Revision: 2
[    0.780997] amdgpu 0000:05:00.0: amdgpu: Will use PSP to load VCN firmware
[    1.527415] [drm] reserve 0x400000 from 0xf41f800000 for PSP TMR
[    1.613902] amdgpu 0000:05:00.0: amdgpu: RAS: optional ras ta ucode is not available
[    1.623212] amdgpu 0000:05:00.0: amdgpu: RAP: optional rap ta ucode is not available
[    1.623219] amdgpu 0000:05:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[    1.623646] amdgpu 0000:05:00.0: amdgpu: SMU is initialized successfully!
[    1.623851] [drm] Display Core initialized with v3.2.177!
[    1.624398] [drm] DMUB hardware initialized: version=0x0101001F
[    1.642502] tsc: Refined TSC clocksource calibration: 3016.636 MHz
[    1.642520] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2b7ba878595, max_idle_ns: 440795226194 ns
[    1.642784] clocksource: Switched to clocksource tsc
[    1.828765] [drm] kiq ring mec 2 pipe 1 q 0
[    1.831783] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[    1.831805] [drm] JPEG decode initialized successfully.
[    1.833832] kfd kfd: amdgpu: Allocated 3969056 bytes on gart
[    1.833979] amdgpu: Virtual CRAT table created for GPU
[    1.834476] amdgpu: Topology: Add dGPU node [0x1636:0x1002]
[    1.834480] kfd kfd: amdgpu: added device 1002:1636
[    1.834637] amdgpu 0000:05:00.0: amdgpu: SE 1, SH per SE 1, CU per SH 8, active_cu_number 6
[    1.834757] amdgpu 0000:05:00.0: amdgpu: ring gfx uses VM inv eng 0 on hub 0
[    1.834761] amdgpu 0000:05:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[    1.834766] amdgpu 0000:05:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[    1.834769] amdgpu 0000:05:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[    1.834773] amdgpu 0000:05:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[    1.834776] amdgpu 0000:05:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[    1.834780] amdgpu 0000:05:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[    1.834784] amdgpu 0000:05:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[    1.834787] amdgpu 0000:05:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[    1.834790] amdgpu 0000:05:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[    1.834794] amdgpu 0000:05:00.0: amdgpu: ring sdma0 uses VM inv eng 0 on hub 1
[    1.834797] amdgpu 0000:05:00.0: amdgpu: ring vcn_dec uses VM inv eng 1 on hub 1
[    1.834801] amdgpu 0000:05:00.0: amdgpu: ring vcn_enc0 uses VM inv eng 4 on hub 1
[    1.834805] amdgpu 0000:05:00.0: amdgpu: ring vcn_enc1 uses VM inv eng 5 on hub 1
[    1.834808] amdgpu 0000:05:00.0: amdgpu: ring jpeg_dec uses VM inv eng 6 on hub 1
[    1.835922] [drm] Initialized amdgpu 3.46.0 20150101 for 0000:05:00.0 on minor 0
[    1.841164] fbcon: amdgpudrmfb (fb0) is primary device
[    1.841228] [drm] DSC precompute is not needed.
[    1.912674] Console: switching to colour frame buffer device 240x67
[    1.929563] amdgpu 0000:05:00.0: [drm] fb0: amdgpudrmfb frame buffer device
[    1.929692] usbcore: registered new interface driver udl
[    1.932520] brd: module loaded
[    1.933771] loop: module loaded
[    1.934245] nvme 0000:04:00.0: platform quirk: setting simple suspend
[    1.934291] nvme nvme0: pci function 0000:04:00.0
[    1.934350] ahci 0000:06:00.0: version 3.0
[    1.934612] ahci 0000:06:00.0: AHCI 0001.0301 32 slots 1 ports 6 Gbps 0x1 impl SATA mode
[    1.934641] ahci 0000:06:00.0: flags: 64bit ncq sntf ilck pm led clo only pmp fbs pio slum part 
[    1.934826] scsi host0: ahci
[    1.934893] ata1: SATA max UDMA/133 abar m2048@0xfc601000 port 0xfc601100 irq 31
[    1.935010] ahci 0000:06:00.1: AHCI 0001.0301 32 slots 1 ports 6 Gbps 0x1 impl SATA mode
[    1.935036] ahci 0000:06:00.1: flags: 64bit ncq sntf ilck pm led clo only pmp fbs pio slum part 
[    1.935201] scsi host1: ahci
[    1.935246] ata2: SATA max UDMA/133 abar m2048@0xfc600000 port 0xfc600100 irq 33
[    1.935396] tun: Universal TUN/TAP device driver, 1.6
[    1.935453] r8169 0000:02:00.0: enabling device (0000 -> 0003)
[    1.935525] r8169 0000:02:00.0: can't disable ASPM; OS doesn't have ASPM control
[    1.939414] nvme nvme0: missing or invalid SUBNQN field.
[    1.943323] r8169 0000:02:00.0 eth0: RTL8168h/8111h, 30:24:a9:7d:03:0f, XID 541, IRQ 51
[    1.943374] r8169 0000:02:00.0 eth0: jumbo features [frames: 9194 bytes, tx checksumming: ko]
[    1.943543] rtw_8822ce 0000:03:00.0: Firmware version 9.9.11, H2C version 15
[    1.943569] rtw_8822ce 0000:03:00.0: Firmware version 9.9.4, H2C version 15
[    1.943604] nvme nvme0: 16/0/0 default/read/poll queues
[    1.943635] rtw_8822ce 0000:03:00.0: enabling device (0000 -> 0003)
[    1.946549]  nvme0n1: p1 p2 p3 p4 p5 p6 p7
[    1.970783] usbcore: registered new interface driver cdc_ether
[    1.970813] usbcore: registered new interface driver cdc_eem
[    1.970837] usbcore: registered new interface driver cdc_ncm
[    1.971038] xhci_hcd 0000:05:00.3: xHCI Host Controller
[    1.971147] xhci_hcd 0000:05:00.3: new USB bus registered, assigned bus number 1
[    1.971250] xhci_hcd 0000:05:00.3: hcc params 0x0268ffe5 hci version 0x110 quirks 0x0000020000000410
[    1.971547] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.18
[    1.971573] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.971594] usb usb1: Product: xHCI Host Controller
[    1.971609] usb usb1: Manufacturer: Linux 5.18.0-rc7 xhci-hcd
[    1.972526] usb usb1: SerialNumber: 0000:05:00.3
[    1.973976] hub 1-0:1.0: USB hub found
[    1.975712] hub 1-0:1.0: 4 ports detected
[    1.976893] xhci_hcd 0000:05:00.3: xHCI Host Controller
[    1.978010] xhci_hcd 0000:05:00.3: new USB bus registered, assigned bus number 2
[    1.978865] xhci_hcd 0000:05:00.3: Host supports USB 3.1 Enhanced SuperSpeed
[    1.979732] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[    1.980632] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.18
[    1.981657] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.982497] usb usb2: Product: xHCI Host Controller
[    1.983491] usb usb2: Manufacturer: Linux 5.18.0-rc7 xhci-hcd
[    1.984502] usb usb2: SerialNumber: 0000:05:00.3
[    1.985607] hub 2-0:1.0: USB hub found
[    1.986690] hub 2-0:1.0: 2 ports detected
[    1.988139] xhci_hcd 0000:05:00.4: xHCI Host Controller
[    1.989258] xhci_hcd 0000:05:00.4: new USB bus registered, assigned bus number 3
[    1.990441] xhci_hcd 0000:05:00.4: hcc params 0x0268ffe5 hci version 0x110 quirks 0x0000020000000410
[    1.991649] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.18
[    1.992239] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.992772] usb usb3: Product: xHCI Host Controller
[    1.993276] usb usb3: Manufacturer: Linux 5.18.0-rc7 xhci-hcd
[    1.993772] usb usb3: SerialNumber: 0000:05:00.4
[    1.994657] hub 3-0:1.0: USB hub found
[    1.996073] hub 3-0:1.0: 4 ports detected
[    1.997379] xhci_hcd 0000:05:00.4: xHCI Host Controller
[    1.998400] xhci_hcd 0000:05:00.4: new USB bus registered, assigned bus number 4
[    1.999215] xhci_hcd 0000:05:00.4: Host supports USB 3.1 Enhanced SuperSpeed
[    2.000122] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[    2.000965] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.18
[    2.001779] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.002336] usb usb4: Product: xHCI Host Controller
[    2.002838] usb usb4: Manufacturer: Linux 5.18.0-rc7 xhci-hcd
[    2.003327] usb usb4: SerialNumber: 0000:05:00.4
[    2.004134] hub 4-0:1.0: USB hub found
[    2.005477] hub 4-0:1.0: 2 ports detected
[    2.007006] usb: port power management may be unreliable
[    2.007756] usbcore: registered new interface driver usblp
[    2.008805] usbcore: registered new interface driver cdc_wdm
[    2.009733] usbcore: registered new interface driver uas
[    2.010724] usbcore: registered new interface driver usb-storage
[    2.011606] usbcore: registered new interface driver emi26 - firmware loader
[    2.012621] usbcore: registered new interface driver emi62 - firmware loader
[    2.013498] i8042: PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1
[    2.014512] i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
[    2.016539] serio: i8042 KBD port at 0x60,0x64 irq 1
[    2.017798] mousedev: PS/2 mouse device common for all mice
[    2.019085] rtc_cmos 00:01: RTC can wake from S4
[    2.020845] rtc_cmos 00:01: registered as rtc0
[    2.021415] rtc_cmos 00:01: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[    2.021903] i2c_dev: i2c /dev entries driver
[    2.022530] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
[    2.023570] piix4_smbus 0000:00:14.0: Using register 0x02 for SMBus port selection
[    2.024517] piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at 0xb20
[    2.025580] usbcore: registered new interface driver uvcvideo
[    2.026697] usbcore: registered new interface driver btusb
[    2.027637] EFI Variables Facility v0.08 2004-May-17
[    2.034109] pstore: Registered efi as persistent store backend
[    2.035354] ccp 0000:05:00.2: enabling device (0000 -> 0002)
[    2.046750] ccp 0000:05:00.2: tee enabled
[    2.047674] ccp 0000:05:00.2: psp enabled
[    2.049022] hid: raw HID events driver (C) Jiri Kosina
[    2.050200] usbcore: registered new interface driver usbhid
[    2.050955] usbhid: USB HID core driver
[    2.051761] hp_accel: laptop model unknown, using default axes configuration
[    2.073663] lis3lv02d: 8 bits 3DC sensor found
[    2.096757] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input4
[    2.104528] input: ST LIS3LV02DL Accelerometer as /devices/platform/lis3lv02d/input/input5
[    2.105991] ACPI BIOS Error (bug): AE_AML_BUFFER_LIMIT, Field [D008] at bit offset/length 128/8 exceeds size of target Buffer (128 bits) (20211217/dsopcode-198)
[    2.107480] ACPI Error: Aborting method \HWMC due to previous error (AE_AML_BUFFER_LIMIT) (20211217/psparse-529)
[    2.108524] ACPI Error: Aborting method \_SB.WMID.WMAA due to previous error (AE_AML_BUFFER_LIMIT) (20211217/psparse-529)
[    2.109404] ACPI BIOS Error (bug): AE_AML_BUFFER_LIMIT, Field [D008] at bit offset/length 128/8 exceeds size of target Buffer (128 bits) (20211217/dsopcode-198)
[    2.110316] ACPI Error: Aborting method \HWMC due to previous error (AE_AML_BUFFER_LIMIT) (20211217/psparse-529)
[    2.111375] ACPI Error: Aborting method \_SB.WMID.WMAA due to previous error (AE_AML_BUFFER_LIMIT) (20211217/psparse-529)
[    2.112480] input: HP WMI hotkeys as /devices/virtual/input/input6
[    2.113733] ACPI BIOS Error (bug): AE_AML_BUFFER_LIMIT, Field [D008] at bit offset/length 128/8 exceeds size of target Buffer (128 bits) (20211217/dsopcode-198)
[    2.114706] ACPI Error: Aborting method \HWMC due to previous error (AE_AML_BUFFER_LIMIT) (20211217/psparse-529)
[    2.115722] ACPI Error: Aborting method \_SB.WMID.WMAA due to previous error (AE_AML_BUFFER_LIMIT) (20211217/psparse-529)
[    2.116849] ACPI BIOS Error (bug): AE_AML_BUFFER_LIMIT, Field [D008] at bit offset/length 128/8 exceeds size of target Buffer (128 bits) (20211217/dsopcode-198)
[    2.117266] random: fast init done
[    2.117844] ACPI Error: Aborting method \HWMC due to previous error (AE_AML_BUFFER_LIMIT) (20211217/psparse-529)
[    2.117850] ACPI Error: Aborting method \_SB.WMID.WMAA due to previous error (AE_AML_BUFFER_LIMIT) (20211217/psparse-529)
[    2.117881] ACPI BIOS Error (bug): AE_AML_BUFFER_LIMIT, Field [D009] at bit offset/length 136/8 exceeds size of target Buffer (136 bits) (20211217/dsopcode-198)
[    2.122456] ACPI Error: Aborting method \HWMC due to previous error (AE_AML_BUFFER_LIMIT) (20211217/psparse-529)
[    2.123600] ACPI Error: Aborting method \_SB.WMID.WMAA due to previous error (AE_AML_BUFFER_LIMIT) (20211217/psparse-529)
[    2.124793] ACPI BIOS Error (bug): AE_AML_BUFFER_LIMIT, Field [D009] at bit offset/length 136/8 exceeds size of target Buffer (136 bits) (20211217/dsopcode-198)
[    2.125844] ACPI Error: Aborting method \HWMC due to previous error (AE_AML_BUFFER_LIMIT) (20211217/psparse-529)
[    2.126981] ACPI Error: Aborting method \_SB.WMID.WMAA due to previous error (AE_AML_BUFFER_LIMIT) (20211217/psparse-529)
[    2.128148] ACPI BIOS Error (bug): AE_AML_BUFFER_LIMIT, Field [D008] at bit offset/length 128/8 exceeds size of target Buffer (128 bits) (20211217/dsopcode-198)
[    2.129245] ACPI Error: Aborting method \HWMC due to previous error (AE_AML_BUFFER_LIMIT) (20211217/psparse-529)
[    2.130378] ACPI Error: Aborting method \_SB.WMID.WMAA due to previous error (AE_AML_BUFFER_LIMIT) (20211217/psparse-529)
[    2.132531] snd_hda_intel 0000:01:00.1: enabling device (0000 -> 0002)
[    2.133388] snd_hda_intel 0000:01:00.1: Disabling MSI
[    2.134115] snd_hda_intel 0000:01:00.1: Handle vga_switcheroo audio client
[    2.134825] snd_hda_intel 0000:05:00.6: enabling device (0000 -> 0002)
[    2.135572] usbcore: registered new interface driver snd-usb-audio
[    2.136288] NET: Registered PF_LLC protocol family
[    2.138220] Initializing XFRM netlink socket
[    2.139679] NET: Registered PF_INET6 protocol family
[    2.140744] input: ELAN0718:00 04F3:30FD Mouse as /devices/platform/AMDI0010:03/i2c-0/i2c-ELAN0718:00/0018:04F3:30FD.0001/input/input7
[    2.141869] Segment Routing with IPv6
[    2.142625] input: ELAN0718:00 04F3:30FD Touchpad as /devices/platform/AMDI0010:03/i2c-0/i2c-ELAN0718:00/0018:04F3:30FD.0001/input/input9
[    2.144231] In-situ OAM (IOAM) with IPv6
[    2.145157] hid-multitouch 0018:04F3:30FD.0001: input,hidraw0: I2C HID v1.00 Mouse [ELAN0718:00 04F3:30FD] on i2c-ELAN0718:00
[    2.146233] mip6: Mobile IPv6
[    2.148140] NET: Registered PF_PACKET protocol family
[    2.149651] NET: Registered PF_KEY protocol family
[    2.150855] Bluetooth: RFCOMM TTY layer initialized
[    2.152038] Bluetooth: RFCOMM socket layer initialized
[    2.153518] Bluetooth: RFCOMM ver 1.11
[    2.153571] input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.1/0000:01:00.1/sound/card1/input10
[    2.154487] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[    2.155449] input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.1/0000:01:00.1/sound/card1/input11
[    2.156244] Bluetooth: BNEP filters: protocol multicast
[    2.157162] input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.1/0000:01:00.1/sound/card1/input12
[    2.157939] Bluetooth: BNEP socket layer initialized
[    2.158867] input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:01.1/0000:01:00.1/sound/card1/input13
[    2.159665] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
[    2.162130] Bluetooth: HIDP socket layer initialized
[    2.163466] l2tp_core: L2TP core driver, V2.0
[    2.164507] l2tp_ip: L2TP IP encapsulation support (L2TPv3)
[    2.165822] l2tp_netlink: L2TP netlink interface
[    2.167344] l2tp_eth: L2TP ethernet pseudowire support (L2TPv3)
[    2.168497] snd_hda_codec_realtek hdaudioC2D0: autoconfig for ALC285: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
[    2.168519] l2tp_ip6: L2TP IP encapsulation support for IPv6 (L2TPv3)
[    2.169498] snd_hda_codec_realtek hdaudioC2D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[    2.170446] 8021q: 802.1Q VLAN Support v1.8
[    2.171362] snd_hda_codec_realtek hdaudioC2D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
[    2.173198] snd_hda_codec_realtek hdaudioC2D0:    mono: mono_out=0x0
[    2.173357] NET: Registered PF_RDS protocol family
[    2.174105] snd_hda_codec_realtek hdaudioC2D0:    inputs:
[    2.174108] snd_hda_codec_realtek hdaudioC2D0:      Mic=0x19
[    2.175545] Registered RDS/tcp transport
[    2.176246] snd_hda_codec_realtek hdaudioC2D0:      Internal Mic=0x12
[    2.179216] microcode: CPU0: patch_level=0x08600106
[    2.180852] microcode: CPU1: patch_level=0x08600106
[    2.182223] microcode: CPU2: patch_level=0x08600106
[    2.183655] microcode: CPU3: patch_level=0x08600106
[    2.185243] microcode: CPU4: patch_level=0x08600106
[    2.186595] microcode: CPU5: patch_level=0x08600106
[    2.187903] microcode: CPU6: patch_level=0x08600106
[    2.189230] microcode: CPU7: patch_level=0x08600106
[    2.190723] microcode: CPU8: patch_level=0x08600106
[    2.191693] microcode: CPU9: patch_level=0x08600106
[    2.192884] microcode: CPU10: patch_level=0x08600106
[    2.194083] microcode: CPU11: patch_level=0x08600106
[    2.195215] microcode: Microcode Update Driver: v2.2.
[    2.195221] IPI shorthand broadcast: enabled
[    2.197017] AVX2 version of gcm_enc/dec engaged.
[    2.198127] AES CTR mode by8 optimization enabled
[    2.199255] sched_clock: Marking stable (2197824230, 1423343)->(2216076345, -16828772)
[    2.200613] registered taskstats version 1
[    2.201489] Loading compiled-in X.509 certificates
[    2.202581] Key type ._fscrypt registered
[    2.203741] Key type .fscrypt registered
[    2.204497] Key type fscrypt-provisioning registered
[    2.212498] usb 1-4: new full-speed USB device number 2 using xhci_hcd
[    2.237498] usb 3-3: new high-speed USB device number 2 using xhci_hcd
[    2.240570] ata1: SATA link down (SStatus 0 SControl 300)
[    2.359959] usb 1-4: New USB device found, idVendor=0bda, idProduct=b00c, bcdDevice= 0.00
[    2.360943] usb 1-4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    2.361821] usb 1-4: Product: Bluetooth Radio
[    2.362643] usb 1-4: Manufacturer: Realtek
[    2.363400] usb 1-4: SerialNumber: 00e04c000001
[    2.375927] Bluetooth: hci0: RTL: examining hci_ver=0a hci_rev=000c lmp_ver=0a lmp_subver=8822
[    2.377860] Bluetooth: hci0: RTL: rom_version status=0 version=3
[    2.378763] Bluetooth: hci0: RTL: loading rtl_bt/rtl8822cu_fw.bin
[    2.379446] Bluetooth: hci0: RTL: loading rtl_bt/rtl8822cu_config.bin
[    2.379912] bluetooth hci0: Direct firmware load for rtl_bt/rtl8822cu_config.bin failed with error -2
[    2.380371] Bluetooth: hci0: RTL: cfg_sz -2, total sz 35080
[    2.385643] usb 3-3: New USB device found, idVendor=30c9, idProduct=0013, bcdDevice= 0.01
[    2.386560] usb 3-3: New USB device strings: Mfr=3, Product=1, SerialNumber=2
[    2.387367] usb 3-3: Product: HP TrueVision HD Camera
[    2.388144] usb 3-3: Manufacturer: DJKCVA19IECCI0
[    2.388616] usb 3-3: SerialNumber: 0001
[    2.399330] usb 3-3: Found UVC 1.00 device HP TrueVision HD Camera (30c9:0013)
[    2.402516] ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    2.404558] ata2.00: ATA-9: SanDisk Ultra II 960GB, X41100RL, max UDMA/133
[    2.405446] ata2.00: 1875385008 sectors, multi 1: LBA48 NCQ (depth 32), AA
[    2.407899] ata2.00: configured for UDMA/133
[    2.408621] scsi 1:0:0:0: Direct-Access     ATA      SanDisk Ultra II 00RL PQ: 0 ANSI: 5
[    2.409664] input: HP TrueVision HD Camera: HP Tru as /devices/pci0000:00/0000:00:08.1/0000:05:00.4/usb3/3-3/3-3:1.0/input/input14
[    2.409936] sd 1:0:0:0: Attached scsi generic sg0 type 0
[    2.410033] sd 1:0:0:0: [sda] 1875385008 512-byte logical blocks: (960 GB/894 GiB)
[    2.410046] sd 1:0:0:0: [sda] Write Protect is off
[    2.410048] sd 1:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    2.410067] sd 1:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.410772]  sda: sda1 sda2 sda3
[    2.415896] sd 1:0:0:0: [sda] Attached SCSI disk
[    2.562084] acpi_cpufreq: overriding BIOS provided _PSD data
[    2.563528] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[    2.586488] clocksource: timekeeping watchdog on CPU4: Marking clocksource 'tsc' as unstable because the skew is too large:
[    2.587409] clocksource:                       'hpet' wd_nsec: 507744978 wd_now: 2285989 wd_last: 1b96b29 mask: ffffffff
[    2.588181] clocksource:                       'tsc' cs_nsec: 503998098 cs_now: 4dddcad84 cs_last: 4833d8a38 mask: ffffffffffffffff
[    2.588665] clocksource:                       'tsc' is current clocksource.
[    2.589134] tsc: Marking TSC unstable due to clocksource watchdog
[    2.590182] TSC found unstable after boot, most likely due to broken BIOS. Use 'tsc=unstable'.
[    2.590779] sched_clock: Marking unstable (2588759044, 1423343)<-(2607011151, -16828772)
[    2.592098] clocksource: Checking clocksource tsc synchronization from CPU 2 to CPUs 0,4,8,11.
[    2.593707] clocksource: Switched to clocksource hpet
[    2.594013] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[    2.595943] Unstable clock detected, switching default tracing clock to "global"
               If you want to keep using the local clock, then add:
                 "trace_clock=local"
               on the kernel command line
[    2.601694] ALSA device list:
[    2.602346]   #0: Loopback 1
[    2.602914]   #1: HDA NVidia at 0xfc080000 irq 74
[    2.686515] Bluetooth: hci0: RTL: fw version 0x19b76d7d
[    2.832378] input: HD-Audio Generic Mic as /devices/pci0000:00/0000:00:08.1/0000:05:00.6/sound/card2/input15
[    2.834002] input: HD-Audio Generic Headphone as /devices/pci0000:00/0000:00:08.1/0000:05:00.6/sound/card2/input16
[    2.838141] EXT4-fs (nvme0n1p4): mounted filesystem with ordered data mode. Quota mode: disabled.
[    2.839263] VFS: Mounted root (ext4 filesystem) readonly on device 259:4.
[    2.840910] devtmpfs: mounted
[    2.843197] Freeing unused decrypted memory: 2044K
[    2.844530] Freeing unused kernel image (initmem) memory: 1236K
[    2.845581] Write protecting the kernel read-only data: 30720k
[    2.847572] Freeing unused kernel image (text/rodata gap) memory: 2028K
[    2.849317] Freeing unused kernel image (rodata/data gap) memory: 192K
[    2.850043] Run /sbin/init as init process
[    2.851283]   with arguments:
[    2.851284]     /sbin/init
[    2.851284]   with environment:
[    2.851285]     HOME=/
[    2.851286]     TERM=linux
[    3.378500] random: crng init done
[    3.404232] udevd[329]: starting eudev-3.2.11
[    4.037243] Adding 1048572k swap on /dev/nvme0n1p3.  Priority:-2 extents:1 across:1048572k SS
[    4.170728] EXT4-fs (nvme0n1p4): re-mounted. Quota mode: disabled.
[    4.227198] FAT-fs (nvme0n1p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[    4.239183] EXT4-fs (sda3): mounted filesystem with ordered data mode. Quota mode: disabled.
[   13.394044] wlan0: authenticate with 24:4b:fe:be:28:28
[   13.394059] wlan0: bad VHT capabilities, disabling VHT
[   13.766428] wlan0: send auth to 24:4b:fe:be:28:28 (try 1/3)
[   13.769792] wlan0: authenticated
[   13.770501] wlan0: associate with 24:4b:fe:be:28:28 (try 1/3)
[   13.776296] wlan0: RX AssocResp from 24:4b:fe:be:28:28 (capab=0x1411 status=0 aid=5)
[   13.776572] wlan0: associated
[   13.795781] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[   14.775190] wlan0: deauthenticating from 24:4b:fe:be:28:28 by local choice (Reason: 3=DEAUTH_LEAVING)
[   21.824335] wlan0: authenticate with 24:4b:fe:be:28:28
[   21.824351] wlan0: bad VHT capabilities, disabling VHT
[   22.093935] wlan0: send auth to 24:4b:fe:be:28:28 (try 1/3)
[   22.097393] wlan0: authenticated
[   22.097501] wlan0: associate with 24:4b:fe:be:28:28 (try 1/3)
[   22.104066] wlan0: RX AssocResp from 24:4b:fe:be:28:28 (capab=0x1411 status=0 aid=5)
[   22.104347] wlan0: associated
[   22.113845] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[   28.203985] amdgpu 0000:05:00.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=none:owns=none
[   47.493462] atkbd serio0: Unknown key pressed (translated set 2, code 0xd8 on isa0060/serio0).
[   47.493473] atkbd serio0: Use 'setkeycodes e058 <keycode>' to make it known.
[   47.501510] atkbd serio0: Unknown key released (translated set 2, code 0xd8 on isa0060/serio0).
[   47.501519] atkbd serio0: Use 'setkeycodes e058 <keycode>' to make it known.
[   48.077675] PM: suspend entry (deep)
[   48.097760] Filesystems sync: 0.020 seconds
[   48.097965] Freezing user space processes ... (elapsed 0.002 seconds) done.
[   48.100267] OOM killer disabled.
[   48.100268] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
[   48.101540] printk: Suspending console(s) (use no_console_suspend to debug)
[   48.114199] wlan0: deauthenticating from 24:4b:fe:be:28:28 by local choice (Reason: 3=DEAUTH_LEAVING)
[   48.119586] sd 1:0:0:0: [sda] Synchronizing SCSI cache
[   48.121260] sd 1:0:0:0: [sda] Stopping disk
[   48.205278] [drm] free PSP TMR buffer
[   48.233698] amdgpu 0000:05:00.0: amdgpu: MODE2 reset
[   48.383562] PM: late suspend of devices failed
[   48.383774] ------------[ cut here ]------------
[   48.383777] i2c i2c-0: Transfer while suspended
[   48.383797] WARNING: CPU: 0 PID: 86 at drivers/i2c/i2c-core.h:54 __i2c_transfer+0x4a6/0x520
[   48.383811] Modules linked in:
[   48.383814] CPU: 0 PID: 86 Comm: kworker/u32:1 Not tainted 5.18.0-rc7 #24
[   48.383819] Hardware name: HP HP Pavilion Gaming Laptop 15-ec1xxx/87B2, BIOS F.25 08/18/2021
[   48.383822] Workqueue: events_unbound async_run_entry_fn
[   48.383830] RIP: 0010:__i2c_transfer+0x4a6/0x520
[   48.383836] Code: 8b a7 c0 00 00 00 4d 85 e4 75 04 4c 8b 67 70 48 8d 7d 70 e8 ac 84 ea ff 4c 89 e2 48 c7 c7 50 de cd af 48 89 c6 e8 4d 65 46 00 <0f> 0b 41 bc 94 ff ff ff e9 c5 fc ff ff 48 c7 c6 e0 bc a2 af 48 c7
[   48.383839] RSP: 0018:ffffb95940447d28 EFLAGS: 00010282
[   48.383842] RAX: 0000000000000000 RBX: 0000000000000001 RCX: 0000000000000bfa
[   48.383845] RDX: 0000000000000000 RSI: 0000000000000086 RDI: ffffffffb085df58
[   48.383846] RBP: ffff9e0f80f130e8 R08: 80000000ffffe3fe R09: 00000000b086f833
[   48.383848] R10: ffffffffffffffff R11: ffffffffffffffff R12: ffff9e0f80eaa0c0
[   48.383850] R13: 0000000000000001 R14: ffff9e0f80fc6400 R15: 0000000000000000
[   48.383852] FS:  0000000000000000(0000) GS:ffff9e129f600000(0000) knlGS:0000000000000000
[   48.383855] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[   48.383857] CR2: 00007f223813d018 CR3: 000000022ee0c000 CR4: 0000000000350ef0
[   48.383860] Call Trace:
[   48.383863]  <TASK>
[   48.383865]  i2c_transfer+0x7a/0xd0
[   48.383870] pci 0000:00:00.2: can't derive routing for PCI INT A
[   48.383870]  i2c_hid_xfer+0x123/0x130
[   48.383875] pci 0000:00:00.2: PCI INT A: no GSI
[   48.383877]  ? update_load_avg+0x77/0x6b0
[   48.383882]  ? irq_enable+0x2e/0x70
[   48.383886]  ? acpi_subsys_resume_early+0x50/0x50
[   48.383892]  i2c_hid_set_power+0x50/0xe0
[   48.383898]  i2c_hid_core_resume+0x58/0xa0
[   48.383901]  dpm_run_callback+0x1d/0xd0
[   48.383908]  device_resume+0x122/0x230
[   48.383912]  async_resume+0x14/0x30
[   48.383916]  async_run_entry_fn+0x1b/0xa0
[   48.383921]  process_one_work+0x1d3/0x3a0
[   48.383926]  worker_thread+0x48/0x3c0
[   48.383929]  ? rescuer_thread+0x380/0x380
[   48.383932] [drm] PCIE GART of 1024M enabled.
[   48.383933]  kthread+0xd3/0x100
[   48.383937] [drm] PTB located at 0x000000F400900000
[   48.383940]  ? kthread_complete_and_exit+0x20/0x20
[   48.383945]  ret_from_fork+0x22/0x30
[   48.383951]  </TASK>
[   48.383954] [drm] PSP is resuming...
[   48.383952] ---[ end trace 0000000000000000 ]---
[   48.383959] i2c_hid_acpi i2c-ELAN0718:00: failed to change power setting.
[   48.383963] i2c_hid_acpi i2c-ELAN0718:00: PM: dpm_run_callback(): acpi_subsys_resume+0x0/0x50 returns -108
[   48.383971] i2c_hid_acpi i2c-ELAN0718:00: PM: failed to resume async: error -108
[   48.385044] sd 1:0:0:0: [sda] Starting disk
[   48.394426] nvme nvme0: 16/0/0 default/read/poll queues
[   48.403991] [drm] reserve 0x400000 from 0xf41f800000 for PSP TMR
[   48.687955] usb 1-4: reset full-speed USB device number 2 using xhci_hcd
[   48.691625] ata1: SATA link down (SStatus 0 SControl 300)
[   48.697052] amdgpu 0000:05:00.0: amdgpu: RAS: optional ras ta ucode is not available
[   48.707707] amdgpu 0000:05:00.0: amdgpu: RAP: optional rap ta ucode is not available
[   48.707709] amdgpu 0000:05:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[   48.707711] amdgpu 0000:05:00.0: amdgpu: SMU is resuming...
[   48.707819] amdgpu 0000:05:00.0: amdgpu: dpm has been disabled
[   48.708739] amdgpu 0000:05:00.0: amdgpu: SMU is resumed successfully!
[   48.709521] [drm] DMUB hardware initialized: version=0x0101001F
[   48.850533] ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[   48.853100] ata2.00: configured for UDMA/133
[   49.132256] [drm] kiq ring mec 2 pipe 1 q 0
[   49.147532] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[   49.147611] [drm] JPEG decode initialized successfully.
[   49.147622] amdgpu 0000:05:00.0: amdgpu: ring gfx uses VM inv eng 0 on hub 0
[   49.147624] amdgpu 0000:05:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[   49.147626] amdgpu 0000:05:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[   49.147627] amdgpu 0000:05:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[   49.147628] amdgpu 0000:05:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[   49.147629] amdgpu 0000:05:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[   49.147630] amdgpu 0000:05:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[   49.147631] amdgpu 0000:05:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[   49.147632] amdgpu 0000:05:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[   49.147634] amdgpu 0000:05:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[   49.147635] amdgpu 0000:05:00.0: amdgpu: ring sdma0 uses VM inv eng 0 on hub 1
[   49.147636] amdgpu 0000:05:00.0: amdgpu: ring vcn_dec uses VM inv eng 1 on hub 1
[   49.147637] amdgpu 0000:05:00.0: amdgpu: ring vcn_enc0 uses VM inv eng 4 on hub 1
[   49.147638] amdgpu 0000:05:00.0: amdgpu: ring vcn_enc1 uses VM inv eng 5 on hub 1
[   49.147639] amdgpu 0000:05:00.0: amdgpu: ring jpeg_dec uses VM inv eng 6 on hub 1
[   49.152075] OOM killer enabled.
[   49.152077] Restarting tasks ... 
[   49.152859] Bluetooth: hci0: RTL: examining hci_ver=0a hci_rev=000c lmp_ver=0a lmp_subver=8822
[   49.153084] done.
[   49.154854] Bluetooth: hci0: RTL: rom_version status=0 version=3
[   49.154865] Bluetooth: hci0: RTL: loading rtl_bt/rtl8822cu_fw.bin
[   49.154881] Bluetooth: hci0: RTL: loading rtl_bt/rtl8822cu_config.bin
[   49.155004] ------------[ cut here ]------------
[   49.155007] AMDI0010:03 already disabled
[   49.155017] WARNING: CPU: 4 PID: 2038 at drivers/clk/clk.c:971 clk_core_disable+0x80/0x1a0
[   49.155025] Modules linked in:
[   49.155028] CPU: 4 PID: 2038 Comm: kworker/4:3 Tainted: G        W         5.18.0-rc7 #24
[   49.155032] Hardware name: HP HP Pavilion Gaming Laptop 15-ec1xxx/87B2, BIOS F.25 08/18/2021
[   49.155034] Workqueue: pm pm_runtime_work
[   49.155040] RIP: 0010:clk_core_disable+0x80/0x1a0
[   49.155044] Code: 10 e8 14 2e d1 00 0f 1f 44 00 00 48 8b 5b 30 48 85 db 74 b6 8b 43 7c 85 c0 75 a4 48 8b 33 48 c7 c7 9d 50 c6 af e8 43 5d 9b 00 <0f> 0b 5b 5d c3 65 8b 05 b4 84 92 51 89 c0 48 0f a3 05 9a 7d 9d 01
[   49.155049] RSP: 0018:ffffb959432a3d50 EFLAGS: 00010082
[   49.155049] RAX: 0000000000000000 RBX: ffff9e0f801b6b00 RCX: 0000000000000027
[   49.155051] RDX: ffff9e129f71f468 RSI: 0000000000000001 RDI: ffff9e129f71f460
[   49.155053] RBP: 0000000000000287 R08: ffffffffaff26ca8 R09: 00000000ffffdfff
[   49.155055] R10: ffffffffafe46cc0 R11: ffffffffafef6cc0 R12: ffff9e0f801b6b00
[   49.155056] R13: ffff9e0f80fc50f4 R14: 0000000000000008 R15: 0000000000000000
[   49.155058] FS:  0000000000000000(0000) GS:ffff9e129f700000(0000) knlGS:0000000000000000
[   49.155061] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[   49.155063] CR2: 00007f22359fa7b8 CR3: 0000000108976000 CR4: 0000000000350ee0
[   49.155066] Call Trace:
[   49.155069]  <TASK>
[   49.155071]  clk_disable+0x24/0x30
[   49.155074]  i2c_dw_prepare_clk+0x74/0xd0
[   49.155080]  dw_i2c_plat_runtime_suspend+0x27/0x30
[   49.155085]  acpi_subsys_runtime_suspend+0x9/0x20
[   49.155090]  ? acpi_dev_suspend+0x160/0x160
[   49.155094]  __rpm_callback+0x3f/0x150
[   49.155098]  ? acpi_dev_suspend+0x160/0x160
[   49.155101]  rpm_callback+0x54/0x60
[   49.155105]  ? acpi_dev_suspend+0x160/0x160
[   49.155108]  rpm_suspend+0x142/0x720
[   49.155112]  pm_runtime_work+0x8f/0xa0
[   49.155116]  process_one_work+0x1d3/0x3a0
[   49.155121]  worker_thread+0x48/0x3c0
[   49.155125]  ? rescuer_thread+0x380/0x380
[   49.155128]  kthread+0xd3/0x100
[   49.155133]  ? kthread_complete_and_exit+0x20/0x20
[   49.155139]  ret_from_fork+0x22/0x30
[   49.155143]  </TASK>
[   49.155144] ---[ end trace 0000000000000000 ]---
[   49.155161] ------------[ cut here ]------------
[   49.155162] AMDI0010:03 already unprepared
[   49.155174] WARNING: CPU: 4 PID: 2038 at drivers/clk/clk.c:829 clk_core_unprepare+0xb1/0x1a0
[   49.155179] Modules linked in:
[   49.155181] CPU: 4 PID: 2038 Comm: kworker/4:3 Tainted: G        W         5.18.0-rc7 #24
[   49.155184] Hardware name: HP HP Pavilion Gaming Laptop 15-ec1xxx/87B2, BIOS F.25 08/18/2021
[   49.155186] Workqueue: pm pm_runtime_work
[   49.155190] RIP: 0010:clk_core_unprepare+0xb1/0x1a0
[   49.155193] Code: 40 00 66 90 48 8b 5b 30 48 85 db 74 a2 8b 83 80 00 00 00 85 c0 0f 85 79 ff ff ff 48 8b 33 48 c7 c7 55 50 c6 af e8 e2 5e 9b 00 <0f> 0b 5b c3 65 8b 05 54 86 92 51 89 c0 48 0f a3 05 3a 7f 9d 01 73
[   49.155196] RSP: 0018:ffffb959432a3d60 EFLAGS: 00010286
[   49.155199] RAX: 0000000000000000 RBX: ffff9e0f801b6b00 RCX: 0000000000000027
[   49.155202] RDX: ffff9e129f71f468 RSI: 0000000000000001 RDI: ffff9e129f71f460
[   49.155204] RBP: ffff9e0f801b6b00 R08: ffffffffaff26ca8 R09: 00000000ffffdfff
[   49.155206] R10: ffffffffafe46cc0 R11: ffffffffafef6cc0 R12: 0000000000000000
[   49.155208] R13: ffff9e0f80fc50f4 R14: 0000000000000008 R15: 0000000000000000
[   49.155219] FS:  0000000000000000(0000) GS:ffff9e129f700000(0000) knlGS:0000000000000000
[   49.155222] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[   49.155224] CR2: 00007f22359fa7b8 CR3: 0000000108976000 CR4: 0000000000350ee0
[   49.155226] Call Trace:
[   49.155227]  <TASK>
[   49.155229]  clk_unprepare+0x1f/0x30
[   49.155232]  i2c_dw_prepare_clk+0x7c/0xd0
[   49.155243]  dw_i2c_plat_runtime_suspend+0x27/0x30
[   49.155247]  acpi_subsys_runtime_suspend+0x9/0x20
[   49.155250]  ? acpi_dev_suspend+0x160/0x160
[   49.155252]  __rpm_callback+0x3f/0x150
[   49.155256]  ? acpi_dev_suspend+0x160/0x160
[   49.155258]  rpm_callback+0x54/0x60
[   49.155261]  ? acpi_dev_suspend+0x160/0x160
[   49.155264]  rpm_suspend+0x142/0x720
[   49.155268]  pm_runtime_work+0x8f/0xa0
[   49.155279]  process_one_work+0x1d3/0x3a0
[   49.155283]  worker_thread+0x48/0x3c0
[   49.155286]  ? rescuer_thread+0x380/0x380
[   49.155289]  kthread+0xd3/0x100
[   49.155294]  ? kthread_complete_and_exit+0x20/0x20
[   49.155306]  ret_from_fork+0x22/0x30
[   49.155310]  </TASK>
[   49.155311] ---[ end trace 0000000000000000 ]---
[   49.155313] ------------[ cut here ]------------
[   49.155314] AMDI0010:03 already disabled
[   49.155327] WARNING: CPU: 4 PID: 2038 at drivers/clk/clk.c:971 clk_core_disable+0x80/0x1a0
[   49.155331] Modules linked in:
[   49.155334] CPU: 4 PID: 2038 Comm: kworker/4:3 Tainted: G        W         5.18.0-rc7 #24
[   49.155336] Hardware name: HP HP Pavilion Gaming Laptop 15-ec1xxx/87B2, BIOS F.25 08/18/2021
[   49.155338] Workqueue: pm pm_runtime_work
[   49.155342] RIP: 0010:clk_core_disable+0x80/0x1a0
[   49.155345] Code: 10 e8 14 2e d1 00 0f 1f 44 00 00 48 8b 5b 30 48 85 db 74 b6 8b 43 7c 85 c0 75 a4 48 8b 33 48 c7 c7 9d 50 c6 af e8 43 5d 9b 00 <0f> 0b 5b 5d c3 65 8b 05 b4 84 92 51 89 c0 48 0f a3 05 9a 7d 9d 01
[   49.155348] RSP: 0018:ffffb959432a3d50 EFLAGS: 00010082
[   49.155351] RAX: 0000000000000000 RBX: ffff9e0f801b6b00 RCX: 0000000000000027
[   49.155353] RDX: ffff9e129f71f468 RSI: 0000000000000001 RDI: ffff9e129f71f460
[   49.155355] RBP: 0000000000000287 R08: ffffffffaff26ca8 R09: 00000000ffffdfff
[   49.155357] R10: ffffffffafe46cc0 R11: ffffffffafef6cc0 R12: ffff9e0f801b6b00
[   49.155359] R13: ffff9e0f80fc50f4 R14: 0000000000000008 R15: 0000000000000000
[   49.155361] FS:  0000000000000000(0000) GS:ffff9e129f700000(0000) knlGS:0000000000000000
[   49.155364] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[   49.155366] CR2: 00007f22359fa7b8 CR3: 0000000108976000 CR4: 0000000000350ee0
[   49.155368] Call Trace:
[   49.155369]  <TASK>
[   49.155371]  clk_disable+0x24/0x30
[   49.155374]  i2c_dw_prepare_clk+0x88/0xd0
[   49.155382]  dw_i2c_plat_runtime_suspend+0x27/0x30
[   49.155384]  acpi_subsys_runtime_suspend+0x9/0x20
[   49.155388]  ? acpi_dev_suspend+0x160/0x160
[   49.155391]  __rpm_callback+0x3f/0x150
[   49.155394]  ? acpi_dev_suspend+0x160/0x160
[   49.155397]  rpm_callback+0x54/0x60
[   49.155401]  ? acpi_dev_suspend+0x160/0x160
[   49.155404]  rpm_suspend+0x142/0x720
[   49.155408]  pm_runtime_work+0x8f/0xa0
[   49.155412]  process_one_work+0x1d3/0x3a0
[   49.155415]  worker_thread+0x48/0x3c0
[   49.155419]  ? rescuer_thread+0x380/0x380
[   49.155422]  kthread+0xd3/0x100
[   49.155427]  ? kthread_complete_and_exit+0x20/0x20
[   49.155432]  ret_from_fork+0x22/0x30
[   49.155436]  </TASK>
[   49.155437] ---[ end trace 0000000000000000 ]---
[   49.155453] ------------[ cut here ]------------
[   49.155454] AMDI0010:03 already unprepared
[   49.155493] WARNING: CPU: 4 PID: 2038 at drivers/clk/clk.c:829 clk_core_unprepare+0xb1/0x1a0
[   49.155498] Modules linked in:
[   49.155499] CPU: 4 PID: 2038 Comm: kworker/4:3 Tainted: G        W         5.18.0-rc7 #24
[   49.155502] Hardware name: HP HP Pavilion Gaming Laptop 15-ec1xxx/87B2, BIOS F.25 08/18/2021
[   49.155513] Workqueue: pm pm_runtime_work
[   49.155517] RIP: 0010:clk_core_unprepare+0xb1/0x1a0
[   49.155520] Code: 40 00 66 90 48 8b 5b 30 48 85 db 74 a2 8b 83 80 00 00 00 85 c0 0f 85 79 ff ff ff 48 8b 33 48 c7 c7 55 50 c6 af e8 e2 5e 9b 00 <0f> 0b 5b c3 65 8b 05 54 86 92 51 89 c0 48 0f a3 05 3a 7f 9d 01 73
[   49.155524] RSP: 0018:ffffb959432a3d60 EFLAGS: 00010286
[   49.155533] RAX: 0000000000000000 RBX: ffff9e0f801b6b00 RCX: 0000000000000027
[   49.155535] RDX: ffff9e129f71f468 RSI: 0000000000000001 RDI: ffff9e129f71f460
[   49.155538] RBP: ffff9e0f801b6b00 R08: ffffffffaff26ca8 R09: 00000000ffffdfff
[   49.155540] R10: ffffffffafe46cc0 R11: ffffffffafef6cc0 R12: 0000000000000000
[   49.155542] R13: ffff9e0f80fc50f4 R14: 0000000000000008 R15: 0000000000000000
[   49.155544] FS:  0000000000000000(0000) GS:ffff9e129f700000(0000) knlGS:0000000000000000
[   49.155547] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[   49.155549] CR2: 00007f22359fa7b8 CR3: 0000000108976000 CR4: 0000000000350ee0
[   49.155552] Call Trace:
[   49.155553]  <TASK>
[   49.155554]  clk_unprepare+0x1f/0x30
[   49.155557]  i2c_dw_prepare_clk+0x90/0xd0
[   49.155562]  dw_i2c_plat_runtime_suspend+0x27/0x30
[   49.155574]  acpi_subsys_runtime_suspend+0x9/0x20
[   49.155578]  ? acpi_dev_suspend+0x160/0x160
[   49.155581]  __rpm_callback+0x3f/0x150
[   49.155584]  ? acpi_dev_suspend+0x160/0x160
[   49.155587]  rpm_callback+0x54/0x60
[   49.155598]  ? acpi_dev_suspend+0x160/0x160
[   49.155601]  rpm_suspend+0x142/0x720
[   49.155605]  pm_runtime_work+0x8f/0xa0
[   49.155609]  process_one_work+0x1d3/0x3a0
[   49.155613]  worker_thread+0x48/0x3c0
[   49.155616]  ? rescuer_thread+0x380/0x380
[   49.155619]  kthread+0xd3/0x100
[   49.155624]  ? kthread_complete_and_exit+0x20/0x20
[   49.155638]  ret_from_fork+0x22/0x30
[   49.155642]  </TASK>
[   49.155643] ---[ end trace 0000000000000000 ]---
[   49.161092] Bluetooth: hci0: RTL: cfg_sz 6, total sz 35086
[   49.239386] PM: suspend exit
[   49.239441] PM: suspend entry (s2idle)
[   49.241901] Filesystems sync: 0.002 seconds
[   49.242019] Freezing user space processes ... (elapsed 0.001 seconds) done.
[   49.243612] OOM killer disabled.
[   49.243613] Freezing remaining freezable tasks ... 
[   49.466889] Bluetooth: hci0: RTL: fw version 0x19b76d7d
[   49.813741] (elapsed 0.570 seconds) done.
[   49.813750] printk: Suspending console(s) (use no_console_suspend to debug)
[   49.813796] amdgpu 0000:05:00.0: amdgpu: Power consumption will be higher as BIOS has not been configured for suspend-to-idle.
               To use suspend-to-idle change the sleep mode in BIOS setup.
[   49.819506] sd 1:0:0:0: [sda] Synchronizing SCSI cache
[   49.825129] i2c_hid_acpi i2c-ELAN0718:00: failed to set a report to device: -108
[   49.825134] i2c_hid_acpi i2c-ELAN0718:00: failed to set a report to device: -108
[   49.825137] i2c_hid_acpi i2c-ELAN0718:00: failed to set a report to device: -108
[   49.825139] i2c_hid_acpi i2c-ELAN0718:00: failed to change power setting.
[   49.826988] sd 1:0:0:0: [sda] Stopping disk
[   49.931613] [drm] free PSP TMR buffer
[   49.959919] amdgpu 0000:05:00.0: amdgpu: MODE2 reset
[   49.964138] ACPI: EC: interrupt blocked
[   49.987954] ACPI: EC: interrupt unblocked
[   50.011847] pci 0000:00:00.2: can't derive routing for PCI INT A
[   50.011854] pci 0000:00:00.2: PCI INT A: no GSI
[   50.012025] [drm] PCIE GART of 1024M enabled.
[   50.012032] [drm] PTB located at 0x000000F400900000
[   50.012049] [drm] PSP is resuming...
[   50.012717] sd 1:0:0:0: [sda] Starting disk
[   50.029692] nvme nvme0: 16/0/0 default/read/poll queues
[   50.032091] [drm] reserve 0x400000 from 0xf41f800000 for PSP TMR
[   50.319846] ata1: SATA link down (SStatus 0 SControl 300)
[   50.320297] usb 1-4: reset full-speed USB device number 2 using xhci_hcd
[   50.325278] amdgpu 0000:05:00.0: amdgpu: RAS: optional ras ta ucode is not available
[   50.335948] amdgpu 0000:05:00.0: amdgpu: RAP: optional rap ta ucode is not available
[   50.335950] amdgpu 0000:05:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[   50.335954] amdgpu 0000:05:00.0: amdgpu: SMU is resuming...
[   50.336554] amdgpu 0000:05:00.0: amdgpu: dpm has been disabled
[   50.337572] amdgpu 0000:05:00.0: amdgpu: SMU is resumed successfully!
[   50.338356] [drm] DMUB hardware initialized: version=0x0101001F
[   50.474535] ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[   50.477150] ata2.00: configured for UDMA/133
[   50.869796] [drm] kiq ring mec 2 pipe 1 q 0
[   50.885661] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[   50.885744] [drm] JPEG decode initialized successfully.
[   50.885758] amdgpu 0000:05:00.0: amdgpu: ring gfx uses VM inv eng 0 on hub 0
[   50.885763] amdgpu 0000:05:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[   50.885765] amdgpu 0000:05:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[   50.885767] amdgpu 0000:05:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[   50.885769] amdgpu 0000:05:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[   50.885771] amdgpu 0000:05:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[   50.885772] amdgpu 0000:05:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[   50.885774] amdgpu 0000:05:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[   50.885776] amdgpu 0000:05:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[   50.885779] amdgpu 0000:05:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[   50.885781] amdgpu 0000:05:00.0: amdgpu: ring sdma0 uses VM inv eng 0 on hub 1
[   50.885783] amdgpu 0000:05:00.0: amdgpu: ring vcn_dec uses VM inv eng 1 on hub 1
[   50.885785] amdgpu 0000:05:00.0: amdgpu: ring vcn_enc0 uses VM inv eng 4 on hub 1
[   50.885787] amdgpu 0000:05:00.0: amdgpu: ring vcn_enc1 uses VM inv eng 5 on hub 1
[   50.885789] amdgpu 0000:05:00.0: amdgpu: ring jpeg_dec uses VM inv eng 6 on hub 1
[   50.889711] OOM killer enabled.
[   50.889714] Restarting tasks ... done.
[   50.890974] Bluetooth: hci0: RTL: examining hci_ver=0a hci_rev=000c lmp_ver=0a lmp_subver=8822
[   50.892977] Bluetooth: hci0: RTL: rom_version status=0 version=3
[   50.892982] Bluetooth: hci0: RTL: loading rtl_bt/rtl8822cu_fw.bin
[   50.892992] Bluetooth: hci0: RTL: loading rtl_bt/rtl8822cu_config.bin
[   50.893004] Bluetooth: hci0: RTL: cfg_sz 6, total sz 35086
[   51.016922] PM: suspend exit
[   51.201334] Bluetooth: hci0: RTL: fw version 0x19b76d7d
[   54.636457] wlan0: authenticate with 24:4b:fe:be:28:28
[   54.636473] wlan0: bad VHT capabilities, disabling VHT
[   54.905938] wlan0: send auth to 24:4b:fe:be:28:28 (try 1/3)
[   54.909311] wlan0: authenticated
[   54.910593] wlan0: associate with 24:4b:fe:be:28:28 (try 1/3)
[   54.915801] wlan0: RX AssocResp from 24:4b:fe:be:28:28 (capab=0x1411 status=0 aid=5)
[   54.916111] wlan0: associated
[   61.257693] atkbd serio0: Unknown key pressed (translated set 2, code 0xd8 on isa0060/serio0).
[   61.257704] atkbd serio0: Use 'setkeycodes e058 <keycode>' to make it known.
[   61.264828] atkbd serio0: Unknown key released (translated set 2, code 0xd8 on isa0060/serio0).
[   61.264837] atkbd serio0: Use 'setkeycodes e058 <keycode>' to make it known.
[   61.824688] PM: suspend entry (deep)
[   61.842347] Filesystems sync: 0.017 seconds
[   61.842562] Freezing user space processes ... (elapsed 0.002 seconds) done.
[   61.844659] OOM killer disabled.
[   61.844662] Freezing remaining freezable tasks ... (elapsed 0.000 seconds) done.
[   61.845648] printk: Suspending console(s) (use no_console_suspend to debug)
[   61.855523] sd 1:0:0:0: [sda] Synchronizing SCSI cache
[   61.858043] sd 1:0:0:0: [sda] Stopping disk
[   61.879707] wlan0: deauthenticating from 24:4b:fe:be:28:28 by local choice (Reason: 3=DEAUTH_LEAVING)
[   61.971501] [drm] free PSP TMR buffer
[   61.999814] amdgpu 0000:05:00.0: amdgpu: MODE2 reset
[   62.023520] ACPI: EC: interrupt blocked
[   62.045913] ACPI: PM: Preparing to enter system sleep state S3
[   62.362935] ACPI: EC: event blocked
[   62.362938] ACPI: EC: EC stopped
[   62.362939] ACPI: PM: Saving platform NVS memory
[   62.363006] Disabling non-boot CPUs ...
[   62.365037] smpboot: CPU 1 is now offline
[   62.367779] smpboot: CPU 2 is now offline
[   62.370249] smpboot: CPU 3 is now offline
[   62.372535] smpboot: CPU 4 is now offline
[   62.374727] smpboot: CPU 5 is now offline
[   62.376762] smpboot: CPU 6 is now offline
[   62.379259] smpboot: CPU 7 is now offline
[   62.381753] smpboot: CPU 8 is now offline
[   62.384122] smpboot: CPU 9 is now offline
[   62.386652] smpboot: CPU 10 is now offline
[   62.388803] smpboot: CPU 11 is now offline
[   62.389082] ACPI: PM: Low-level resume complete
[   62.389082] ACPI: EC: EC started
[   62.389082] ACPI: PM: Restoring platform NVS memory
[   62.389082] LVT offset 0 assigned for vector 0x400
[   62.389616] Enabling non-boot CPUs ...
[   62.389638] x86: Booting SMP configuration:
[   62.389638] smpboot: Booting Node 0 Processor 1 APIC 0x1
[   62.364930] microcode: CPU1: patch_level=0x08600106
[   62.389938] ACPI: \_SB_.PLTF.P001: Found 3 idle states
[   62.389944] ACPI: FW issue: working around C-state latencies out of order
[   62.390091] CPU1 is up
[   62.390105] smpboot: Booting Node 0 Processor 2 APIC 0x2
[   62.389849] microcode: CPU2: patch_level=0x08600106
[   62.390500] ACPI: \_SB_.PLTF.P002: Found 3 idle states
[   62.390509] ACPI: FW issue: working around C-state latencies out of order
[   62.390686] CPU2 is up
[   62.390698] smpboot: Booting Node 0 Processor 3 APIC 0x3
[   62.390293] microcode: CPU3: patch_level=0x08600106
[   62.391097] ACPI: \_SB_.PLTF.P003: Found 3 idle states
[   62.391104] ACPI: FW issue: working around C-state latencies out of order
[   62.391278] CPU3 is up
[   62.391289] smpboot: Booting Node 0 Processor 4 APIC 0x4
[   62.390897] microcode: CPU4: patch_level=0x08600106
[   62.391925] ACPI: \_SB_.PLTF.P004: Found 3 idle states
[   62.391933] ACPI: FW issue: working around C-state latencies out of order
[   62.392123] CPU4 is up
[   62.392135] smpboot: Booting Node 0 Processor 5 APIC 0x5
[   62.391722] microcode: CPU5: patch_level=0x08600106
[   62.392549] ACPI: \_SB_.PLTF.P005: Found 3 idle states
[   62.392556] ACPI: FW issue: working around C-state latencies out of order
[   62.392731] CPU5 is up
[   62.392744] smpboot: Booting Node 0 Processor 6 APIC 0x8
[   62.392330] microcode: CPU6: patch_level=0x08600106
[   62.393227] ACPI: \_SB_.PLTF.P006: Found 3 idle states
[   62.393237] ACPI: FW issue: working around C-state latencies out of order
[   62.393521] CPU6 is up
[   62.393533] smpboot: Booting Node 0 Processor 7 APIC 0x9
[   62.392977] microcode: CPU7: patch_level=0x08600106
[   62.393938] ACPI: \_SB_.PLTF.P007: Found 3 idle states
[   62.393943] ACPI: FW issue: working around C-state latencies out of order
[   62.394073] CPU7 is up
[   62.394086] smpboot: Booting Node 0 Processor 8 APIC 0xa
[   62.393778] microcode: CPU8: patch_level=0x08600106
[   62.394386] ACPI: \_SB_.PLTF.P008: Found 3 idle states
[   62.394392] ACPI: FW issue: working around C-state latencies out of order
[   62.394521] CPU8 is up
[   62.394532] smpboot: Booting Node 0 Processor 9 APIC 0xb
[   62.394238] microcode: CPU9: patch_level=0x08600106
[   62.394910] ACPI: \_SB_.PLTF.P009: Found 3 idle states
[   62.394916] ACPI: FW issue: working around C-state latencies out of order
[   62.395167] CPU9 is up
[   62.395180] smpboot: Booting Node 0 Processor 10 APIC 0xc
[   62.394692] microcode: CPU10: patch_level=0x08600106
[   62.395643] ACPI: \_SB_.PLTF.P00A: Found 3 idle states
[   62.395651] ACPI: FW issue: working around C-state latencies out of order
[   62.395846] CPU10 is up
[   62.395858] smpboot: Booting Node 0 Processor 11 APIC 0xd
[   62.395378] microcode: CPU11: patch_level=0x08600106
[   62.396181] ACPI: \_SB_.PLTF.P00B: Found 3 idle states
[   62.396187] ACPI: FW issue: working around C-state latencies out of order
[   62.396333] CPU11 is up
[   62.396914] ACPI: PM: Waking up from system sleep state S3
[   63.901286] ACPI: EC: interrupt unblocked
[   63.924615] ACPI: EC: event unblocked
[   63.924954] pci 0000:00:00.2: can't derive routing for PCI INT A
[   63.924959] pci 0000:00:00.2: PCI INT A: no GSI
[   63.924981] [drm] PCIE GART of 1024M enabled.
[   63.924985] [drm] PTB located at 0x000000F400900000
[   63.925004] [drm] PSP is resuming...
[   63.925167] sd 1:0:0:0: [sda] Starting disk
[   63.933841] nvme nvme0: 16/0/0 default/read/poll queues
[   63.945037] [drm] reserve 0x400000 from 0xf41f800000 for PSP TMR
[   64.050712] amdgpu 0000:05:00.0: amdgpu: RAS: optional ras ta ucode is not available
[   64.060717] amdgpu 0000:05:00.0: amdgpu: RAP: optional rap ta ucode is not available
[   64.060719] amdgpu 0000:05:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[   64.060722] amdgpu 0000:05:00.0: amdgpu: SMU is resuming...
[   64.061105] amdgpu 0000:05:00.0: amdgpu: dpm has been disabled
[   64.062140] amdgpu 0000:05:00.0: amdgpu: SMU is resumed successfully!
[   64.062700] [drm] DMUB hardware initialized: version=0x0101001F
[   64.153117] usb 3-3: reset high-speed USB device number 2 using xhci_hcd
[   64.170195] usb 1-4: reset full-speed USB device number 2 using xhci_hcd
[   64.173055] [drm] kiq ring mec 2 pipe 1 q 0
[   64.176526] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[   64.177254] [drm] JPEG decode initialized successfully.
[   64.177261] amdgpu 0000:05:00.0: amdgpu: ring gfx uses VM inv eng 0 on hub 0
[   64.177263] amdgpu 0000:05:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[   64.177265] amdgpu 0000:05:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[   64.177266] amdgpu 0000:05:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[   64.177267] amdgpu 0000:05:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[   64.177268] amdgpu 0000:05:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[   64.177269] amdgpu 0000:05:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[   64.177270] amdgpu 0000:05:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[   64.177271] amdgpu 0000:05:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[   64.177273] amdgpu 0000:05:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[   64.177274] amdgpu 0000:05:00.0: amdgpu: ring sdma0 uses VM inv eng 0 on hub 1
[   64.177275] amdgpu 0000:05:00.0: amdgpu: ring vcn_dec uses VM inv eng 1 on hub 1
[   64.177276] amdgpu 0000:05:00.0: amdgpu: ring vcn_enc0 uses VM inv eng 4 on hub 1
[   64.177277] amdgpu 0000:05:00.0: amdgpu: ring vcn_enc1 uses VM inv eng 5 on hub 1
[   64.177278] amdgpu 0000:05:00.0: amdgpu: ring jpeg_dec uses VM inv eng 6 on hub 1
[   64.232653] ata1: SATA link down (SStatus 0 SControl 300)
[   64.386531] ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[   64.389211] ata2.00: configured for UDMA/133
[   64.390188] OOM killer enabled.
[   64.390191] Restarting tasks ... done.
[   64.391105] Bluetooth: hci0: RTL: examining hci_ver=0a hci_rev=000c lmp_ver=0a lmp_subver=8822
[   64.393064] Bluetooth: hci0: RTL: rom_version status=0 version=3
[   64.393074] Bluetooth: hci0: RTL: loading rtl_bt/rtl8822cu_fw.bin
[   64.393090] Bluetooth: hci0: RTL: loading rtl_bt/rtl8822cu_config.bin
[   64.393152] Bluetooth: hci0: RTL: cfg_sz 6, total sz 35086
[   64.409256] PM: suspend exit
[   64.701334] Bluetooth: hci0: RTL: fw version 0x19b76d7d
[   68.235332] wlan0: authenticate with 24:4b:fe:be:28:28
[   68.235348] wlan0: bad VHT capabilities, disabling VHT
[   68.503646] wlan0: send auth to 24:4b:fe:be:28:28 (try 1/3)
[   68.506991] wlan0: authenticated
[   68.508542] wlan0: associate with 24:4b:fe:be:28:28 (try 1/3)
[   68.513560] wlan0: RX AssocResp from 24:4b:fe:be:28:28 (capab=0x1411 status=0 aid=5)
[   68.513828] wlan0: associated

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

* Re: [REGRESSION] Laptop with Ryzen 4600H fails to resume video since 5.17.4 (works 5.17.3)
  2022-05-17 18:13                 ` Limonciello, Mario
@ 2022-05-18 11:02                   ` casteyde.christian
  2022-05-19 17:31                     ` Limonciello, Mario
  0 siblings, 1 reply; 30+ messages in thread
From: casteyde.christian @ 2022-05-18 11:02 UTC (permalink / raw)
  To: Mario Limonciello
  Cc: stable, Thorsten Leemhuis, regressions, Alexander Deucher,
	gregkh, Kai-Heng Feng

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

> Can you have a try with 5.18-rc7 + https://patchwork.freedesktop.org/patch/486595/
This doesn't fix my problem.

Appended dmesg log with this patch.

CC

----- Mail original -----
De: "Mario Limonciello" <Mario.Limonciello@amd.com>
À: "casteyde christian" <casteyde.christian@free.fr>, "Kai-Heng Feng" <kai.heng.feng@canonical.com>
Cc: stable@vger.kernel.org, "Thorsten Leemhuis" <regressions@leemhuis.info>, regressions@lists.linux.dev, "Alexander Deucher" <Alexander.Deucher@amd.com>, gregkh@linuxfoundation.org
Envoyé: Mardi 17 Mai 2022 20:13:34
Objet: RE: [REGRESSION] Laptop with Ryzen 4600H fails to resume video since 5.17.4 (works 5.17.3)

[Public]

> 
> dmesg logs

The thing getting reset here is an APU, so the device link stuff is irrelevant to help with suspend ordering as it pertains to HDA which is what that commit you reverted was supposed to help.
It seems that commit had some collateral damage to APU in the S3 path (which is relatively "uncommon" now).

Can you have a try with 5.18-rc7 + https://patchwork.freedesktop.org/patch/486595/

That was for a different issue, but I think it may have the same outcome for you in what it's helping.
If it doesn't, please another full log.

We were discussing taking out all of this ASIC reset stuff on suspend too, so if that doesn't help you maybe it's the impetus to do so.

> 
> ----- Mail original -----
> De: "Kai-Heng Feng" <kai.heng.feng@canonical.com>
> À: "Christian Casteyde" <casteyde.christian@free.fr>
> Cc: stable@vger.kernel.org, "Thorsten Leemhuis"
> <regressions@leemhuis.info>, regressions@lists.linux.dev, "alexander
> deucher" <alexander.deucher@amd.com>, gregkh@linuxfoundation.org,
> "Mario Limonciello" <mario.limonciello@amd.com>
> Envoyé: Mardi 17 Mai 2022 08:58:30
> Objet: Re: [REGRESSION] Laptop with Ryzen 4600H fails to resume video
> since 5.17.4 (works 5.17.3)
> 
> On Tue, May 17, 2022 at 2:36 PM Christian Casteyde
> <casteyde.christian@free.fr> wrote:
> >
> > No, the problem is there even without acpicall. Fyi I use it to shutdown the
> NVidia card that eats the battery otherwise.
> >
> > I managed to get a dmesg output with 2.18rc7 I will post it this evening
> (basically exact same behavior as 2.17.4).
> 
> Can you please also attach dmesg without the offending commit (i.e.
> when it's working)?
> 
> Kai-Heng
> 
> >
> > CC
> >
> > ⁣Télécharger BlueMail pour Android
> >
> > Le 17 mai 2022 à 04:03, à 04:03, Kai-Heng Feng
> <kai.heng.feng@canonical.com> a écrit:
> > >On Tue, May 17, 2022 at 1:23 AM Christian Casteyde
> > ><casteyde.christian@free.fr> wrote:
> > >>
> > >> I've tried with 5.18-rc7, it doesn't work either. I guess 5.18 branch
> > >have all
> > >> commits.
> > >>
> > >> full dmesg appended (not for 5.18, I didn't manage to resume up to
> > >the point
> > >> to get a console for now).
> > >
> > >Interestingly, I found you are using acpi_call:
> > >[   30.667348] acpi_call: loading out-of-tree module taints kernel.
> > >
> > >Does removing the acpi_call solve the issue?
> > >
> > >Kai-Heng
> > >
> > >>
> > >> CC
> > >>
> > >> Le lundi 16 mai 2022, 04:47:25 CEST Kai-Heng Feng a écrit :
> > >> > [+Cc Mario]
> > >> >
> > >> > On Sun, May 15, 2022 at 1:34 AM Christian Casteyde
> > >> >
> > >> > <casteyde.christian@free.fr> wrote:
> > >> > > I've applied the commit a56f445f807b0276 on 5.17.7 and tested.
> > >> > > This does not fix the problem on my laptop.
> > >> >
> > >> > Maybe some commits are still missing?
> > >> >
> > >> > > For informatio, here is a part of the log around the suspend
> > >process:
> > >> > Is it possible to attach full dmesg?
> > >> >
> > >> > Kai-Heng
> > >> >
> > >> > > May 14 19:21:41 geek500 kernel: snd_hda_intel 0000:01:00.1: can't
> > >change
> > >> > > power state from D3cold to D0 (config space inaccessible)
> > >> > > May 14 19:21:41 geek500 kernel: PM: late suspend of devices
> > >failed
> > >> > > May 14 19:21:41 geek500 kernel: ------------[ cut here
> > >]------------
> > >> > > May 14 19:21:41 geek500 kernel: i2c_designware AMDI0010:03:
> > >Transfer while
> > >> > > suspended
> > >> > > May 14 19:21:41 geek500 kernel: pci 0000:00:00.2: can't derive
> > >routing for
> > >> > > PCI INT A
> > >> > > May 14 19:21:41 geek500 kernel: pci 0000:00:00.2: PCI INT A: no
> > >GSI
> > >> > > May 14 19:21:41 geek500 kernel: WARNING: CPU: 9 PID: 1972 at
> > >drivers/i2c/
> > >> > > busses/i2c-designware-master.c:570 i2c_dw_xfer+0x3f6/0x440
> > >> > > May 14 19:21:41 geek500 kernel: Modules linked in: [last
> > >unloaded:
> > >> > > acpi_call] May 14 19:21:41 geek500 kernel: CPU: 9 PID: 1972 Comm:
> > >> > > kworker/u32:18 Tainted: G           O      5.17.7+ #7
> > >> > > May 14 19:21:41 geek500 kernel: Hardware name: HP HP Pavilion
> > >Gaming
> > >> > > Laptop
> > >> > > 15-ec1xxx/87B2, BIOS F.25 08/18/2021
> > >> > > May 14 19:21:41 geek500 kernel: Workqueue: events_unbound
> > >> > > async_run_entry_fn May 14 19:21:41 geek500 kernel: RIP:
> > >> > > 0010:i2c_dw_xfer+0x3f6/0x440
> > >> > > May 14 19:21:41 geek500 kernel: Code: c6 05 db 31 45 01 01 4c 8b
> > >67 50 4d
> > >> > > 85 e4 75 03 4c 8b 27 e8 fc e1 e9 ff 4c 89 e2 48 c7 c7 00 01 cc
> > >> > >
> > >> > >  ab 48 89 c6 e8 b3 4f 45 00 <0f> 0b 41 be 94 ff ff ff e9 cc fc ff
> > >ff e9 2d
> > >> > >  9c>
> > >> > > 4b 00 83 f8 01 74
> > >> > > May 14 19:21:41 geek500 kernel: RSP: 0018:ffff8dbfc31e7c68
> > >EFLAGS:
> > >> > > 00010286
> > >> > > May 14 19:21:41 geek500 kernel: RAX: 0000000000000000 RBX:
> > >> > > ffff888540f170e8
> > >> > > RCX: 0000000000000be5
> > >> > > May 14 19:21:41 geek500 kernel: RDX: 0000000000000000 RSI:
> > >> > > 0000000000000086
> > >> > > RDI: ffffffffac858df8
> > >> > > May 14 19:21:41 geek500 kernel: RBP: ffff888540f170e8 R08:
> > >> > > ffffffffabe46d60
> > >> > > R09: 00000000ac86a0f6
> > >> > > May 14 19:21:41 geek500 kernel: R10: ffffffffffffffff R11:
> > >> > > ffffffffffffffff
> > >> > > R12: ffff888540f5c070
> > >> > > May 14 19:21:41 geek500 kernel: R13: ffff8dbfc31e7d70 R14:
> > >> > > 00000000ffffff94
> > >> > > R15: ffff888540f17028
> > >> > > May 14 19:21:41 geek500 kernel: FS:  0000000000000000(0000)
> > >> > > GS:ffff88885f640000(0000) knlGS:0000000000000000
> > >> > > May 14 19:21:41 geek500 kernel: CS:  0010 DS: 0000 ES: 0000 CR0:
> > >> > > 0000000080050033
> > >> > > May 14 19:21:41 geek500 kernel: CR2: 00007f1984067028 CR3:
> > >> > > 0000000045e0c000
> > >> > > CR4: 0000000000350ee0
> > >> > > May 14 19:21:41 geek500 kernel: Call Trace:
> > >> > > May 14 19:21:41 geek500 kernel:  <TASK>
> > >> > > May 14 19:21:41 geek500 kernel:  ? dequeue_entity+0xd4/0x250
> > >> > > May 14 19:21:41 geek500 kernel:  ?
> > >newidle_balance.constprop.0+0x1f7/0x3b0
> > >> > > May 14 19:21:41 geek500 kernel:  __i2c_transfer+0x16d/0x520
> > >> > > May 14 19:21:41 geek500 kernel:  i2c_transfer+0x7a/0xd0
> > >> > > May 14 19:21:41 geek500 kernel:  __i2c_hid_command+0x106/0x2d0
> > >> > > May 14 19:21:41 geek500 kernel:  ? amd_gpio_irq_enable+0x19/0x50
> > >> > > May 14 19:21:41 geek500 kernel:  i2c_hid_set_power+0x4a/0xd0
> > >> > > May 14 19:21:41 geek500 kernel:  i2c_hid_core_resume+0x60/0xb0
> > >> > > May 14 19:21:41 geek500 kernel:  ?
> > >acpi_subsys_resume_early+0x50/0x50
> > >> > > May 14 19:21:41 geek500 kernel:  dpm_run_callback+0x1d/0xd0
> > >> > > May 14 19:21:41 geek500 kernel:  device_resume+0x122/0x230
> > >> > > May 14 19:21:41 geek500 kernel:  async_resume+0x14/0x30
> > >> > > May 14 19:21:41 geek500 kernel:  async_run_entry_fn+0x1b/0xa0
> > >> > > May 14 19:21:41 geek500 kernel:  process_one_work+0x1d3/0x3a0
> > >> > > May 14 19:21:41 geek500 kernel:  worker_thread+0x48/0x3c0
> > >> > > May 14 19:21:41 geek500 kernel:  ? rescuer_thread+0x380/0x380
> > >> > > May 14 19:21:41 geek500 kernel:  kthread+0xd3/0x100
> > >> > > May 14 19:21:41 geek500 kernel:  ?
> > >kthread_complete_and_exit+0x20/0x20
> > >> > > May 14 19:21:41 geek500 kernel:  ret_from_fork+0x22/0x30
> > >> > > May 14 19:21:41 geek500 kernel:  </TASK>
> > >> > > May 14 19:21:41 geek500 kernel: ---[ end trace 0000000000000000
> > >]---
> > >> > > May 14 19:21:41 geek500 kernel: i2c_hid_acpi i2c-ELAN0718:00:
> > >failed to
> > >> > > change power setting.
> > >> > > May 14 19:21:41 geek500 kernel: PM: dpm_run_callback():
> > >> > > acpi_subsys_resume+0x0/0x50 returns -108
> > >> > > May 14 19:21:41 geek500 kernel: i2c_hid_acpi i2c-ELAN0718:00: PM:
> > >failed
> > >> > > to
> > >> > > resume async: error -108
> > >> > > May 14 19:21:41 geek500 kernel: amdgpu 0000:05:00.0:
> > >> > > [drm:amdgpu_ring_test_helper] *ERROR* ring gfx test failed (-110)
> > >> > > May 14 19:21:41 geek500 kernel:
> > >[drm:amdgpu_device_ip_resume_phase2]
> > >> > > *ERROR* resume of IP block <gfx_v9_0> failed -110
> > >> > > May 14 19:21:41 geek500 kernel: amdgpu 0000:05:00.0: amdgpu:
> > >> > > amdgpu_device_ip_resume failed (-110).
> > >> > > May 14 19:21:41 geek500 kernel: PM: dpm_run_callback():
> > >> > > pci_pm_resume+0x0/0x120 returns -110
> > >> > > May 14 19:21:41 geek500 kernel: amdgpu 0000:05:00.0: PM: failed
> > >to resume
> > >> > > async: error -110
> > >> > > May 14 19:21:41 geek500 kernel: ------------[ cut here
> > >]------------
> > >> > > May 14 19:21:41 geek500 kernel: AMDI0010:03 already disabled
> > >> > > May 14 19:21:41 geek500 kernel: WARNING: CPU: 6 PID: 1091 at
> > >drivers/clk/
> > >> > > clk.c:971 clk_core_disable+0x80/0x1a0
> > >> > > May 14 19:21:41 geek500 kernel: Modules linked in: [last
> > >unloaded:
> > >> > > acpi_call] May 14 19:21:41 geek500 kernel: CPU: 6 PID: 1091 Comm:
> > >> > > kworker/6:3 Tainted: G W  O      5.17.7+ #7
> > >> > > May 14 19:21:41 geek500 kernel: Hardware name: HP HP Pavilion
> > >Gaming
> > >> > > Laptop
> > >> > > 15-ec1xxx/87B2, BIOS F.25 08/18/2021
> > >> > > May 14 19:21:41 geek500 kernel: Workqueue: pm
> pm_runtime_work
> > >> > > May 14 19:21:41 geek500 kernel: RIP:
> > >0010:clk_core_disable+0x80/0x1a0
> > >> > > May 14 19:21:41 geek500 kernel: Code: 10 e8 e4 4a d1 00 0f 1f 44
> > >00 00 48
> > >> > > 8b 5b 30 48 85 db 74 b6 8b 43 7c 85 c0 75 a4 48 8b 33 48 c7 c7 7d
> > >87 c4
> > >> > > ab e8 79 7a 9a 00 <0f> 0b 5b 5d c3 65 8b 05 5c a1 92 55 89 c0 48
> > >0f a3 05
> > >> > > 4a 61 9d 01 May 14 19:21:41 geek500 kernel: RSP:
> > >0018:ffff8dbfc1c47d50
> > >> > > EFLAGS: 00010082 May 14 19:21:41 geek500 kernel:
> > >> > > May 14 19:21:41 geek500 kernel: RAX: 0000000000000000 RBX:
> > >> > > ffff8885401b6300
> > >> > > RCX: 0000000000000027
> > >> > > May 14 19:21:41 geek500 kernel: RDX: ffff88885f59f468 RSI:
> > >> > > 0000000000000001
> > >> > > RDI: ffff88885f59f460
> > >> > > May 14 19:21:41 geek500 kernel: RBP: 0000000000000283 R08:
> > >> > > ffffffffabf26da8
> > >> > > R09: 00000000ffffdfff
> > >> > > May 14 19:21:41 geek500 kernel: R10: ffffffffabe46dc0 R11:
> > >> > > ffffffffabe46dc0
> > >> > > R12: ffff8885401b6300
> > >> > > May 14 19:21:41 geek500 kernel: R13: ffff888540fc30f4 R14:
> > >> > > 0000000000000008
> > >> > > R15: 0000000000000000
> > >> > > May 14 19:21:41 geek500 kernel: FS:  0000000000000000(0000)
> > >> > > GS:ffff88885f580000(0000) knlGS:0000000000000000
> > >> > > May 14 19:21:41 geek500 kernel: CS:  0010 DS: 0000 ES: 0000 CR0:
> > >> > > 0000000080050033
> > >> > > May 14 19:21:41 geek500 kernel: CR2: 00000000010fa990 CR3:
> > >> > > 0000000102956000
> > >> > > CR4: 0000000000350ee0
> > >> > > May 14 19:21:41 geek500 kernel: Call Trace:
> > >> > > May 14 19:21:41 geek500 kernel:  <TASK>
> > >> > > May 14 19:21:41 geek500 kernel:  clk_disable+0x24/0x30
> > >> > > May 14 19:21:41 geek500 kernel:  i2c_dw_prepare_clk+0x74/0xd0
> > >> > > May 14 19:21:41 geek500 kernel:  dw_i2c_plat_suspend+0x2e/0x40
> > >> > > May 14 19:21:41 geek500 kernel:
> > >acpi_subsys_runtime_suspend+0x9/0x20
> > >> > > May 14 19:21:41 geek500 kernel:  ? acpi_dev_suspend+0x160/0x160
> > >> > > May 14 19:21:41 geek500 kernel:  __rpm_callback+0x3f/0x150
> > >> > > May 14 19:21:41 geek500 kernel:  ? acpi_dev_suspend+0x160/0x160
> > >> > > May 14 19:21:41 geek500 kernel:  rpm_callback+0x54/0x60
> > >> > > May 14 19:21:41 geek500 kernel:  ? acpi_dev_suspend+0x160/0x160
> > >> > > May 14 19:21:41 geek500 kernel:  rpm_suspend+0x142/0x720
> > >> > > May 14 19:21:41 geek500 kernel:  pm_runtime_work+0x8f/0xa0
> > >> > > May 14 19:21:41 geek500 kernel:  process_one_work+0x1d3/0x3a0
> > >> > > May 14 19:21:41 geek500 kernel:  worker_thread+0x48/0x3c0
> > >> > > May 14 19:21:41 geek500 kernel:  ? rescuer_thread+0x380/0x380
> > >> > > May 14 19:21:41 geek500 kernel:  kthread+0xd3/0x100
> > >> > > May 14 19:21:41 geek500 kernel:  ?
> > >kthread_complete_and_exit+0x20/0x20
> > >> > > May 14 19:21:41 geek500 kernel:  ret_from_fork+0x22/0x30
> > >> > > May 14 19:21:41 geek500 kernel:  </TASK>
> > >> > > May 14 19:21:41 geek500 kernel: ---[ end trace 0000000000000000
> > >]---
> > >> > > May 14 19:21:41 geek500 kernel: ------------[ cut here
> > >]------------
> > >> > > May 14 19:21:41 geek500 kernel: AMDI0010:03 already unprepared
> > >> > > May 14 19:21:41 geek500 kernel: WARNING: CPU: 6 PID: 1091 at
> > >drivers/clk/
> > >> > > clk.c:829 clk_core_unprepare+0xb1/0x1a0
> > >> > > May 14 19:21:41 geek500 kernel: Modules linked in: [last
> > >unloaded:
> > >> > > acpi_call] May 14 19:21:41 geek500 kernel: CPU: 6 PID: 1091 Comm:
> > >> > > kworker/6:3 Tainted: G W  O      5.17.7+ #7
> > >> > > May 14 19:21:41 geek500 kernel: Hardware name: HP HP Pavilion
> > >Gaming
> > >> > > Laptop
> > >> > > 15-ec1xxx/87B2, BIOS F.25 08/18/2021
> > >> > > May 14 19:21:41 geek500 kernel: Workqueue: pm
> pm_runtime_work
> > >> > > May 14 19:21:41 geek500 kernel: RIP:
> > >0010:clk_core_unprepare+0xb1/0x1a0
> > >> > > May 14 19:21:41 geek500 kernel: Code: 40 00 66 90 48 8b 5b 30 48
> > >85 db 74
> > >> > > a2 8b 83 80 00 00 00 85 c0 0f 85 79 ff ff ff 48 8b 33 48 c7 c7 35
> > >87 c4
> > >> > > ab e8 18 7c 9a 00 <0f> 0b 5b c3 65 8b 05 fc a2 92 55 89 c0 48 0f
> > >a3 05 ea
> > >> > > 62 9d 01 73 May 14 19:21:41 geek500 kernel: RSP:
> > >0018:ffff8dbfc1c47d60
> > >> > > EFLAGS: 00010286 May 14 19:21:41 geek500 kernel: RAX:
> > >0000000000000000
> > >> > > RBX: ffff8885401b6300 RCX: 0000000000000027
> > >> > > May 14 19:21:41 geek500 kernel: RDX: ffff88885f59f468 RSI:
> > >> > > 0000000000000001
> > >> > > RDI: ffff88885f59f460
> > >> > > May 14 19:21:41 geek500 kernel: RBP: ffff8885401b6300 R08:
> > >> > > ffffffffabf26da8
> > >> > > R09: 00000000ffffdfff
> > >> > > May 14 19:21:41 geek500 kernel: R10: ffffffffabe46dc0 R11:
> > >> > > ffffffffabe46dc0
> > >> > > R12: 0000000000000000
> > >> > > May 14 19:21:41 geek500 kernel: R13: ffff888540fc30f4 R14:
> > >> > > 0000000000000008
> > >> > > R15: 0000000000000000
> > >> > > May 14 19:21:41 geek500 kernel: FS:  0000000000000000(0000)
> > >> > > GS:ffff88885f580000(0000) knlGS:0000000000000000
> > >> > > May 14 19:21:41 geek500 kernel: CS:  0010 DS: 0000 ES: 0000 CR0:
> > >> > > 0000000080050033
> > >> > > May 14 19:21:41 geek500 kernel: CR2: 00000000010fa990 CR3:
> > >> > > 0000000102956000
> > >> > > CR4: 0000000000350ee0
> > >> > > May 14 19:21:41 geek500 kernel: Call Trace:
> > >> > > May 14 19:21:41 geek500 kernel:  <TASK>
> > >> > > May 14 19:21:41 geek500 kernel:  clk_unprepare+0x1f/0x30
> > >> > > May 14 19:21:41 geek500 kernel:  i2c_dw_prepare_clk+0x7c/0xd0
> > >> > > May 14 19:21:41 geek500 kernel:  dw_i2c_plat_suspend+0x2e/0x40
> > >> > > May 14 19:21:41 geek500 kernel:
> > >acpi_subsys_runtime_suspend+0x9/0x20
> > >> > > May 14 19:21:41 geek500 kernel:  ? acpi_dev_suspend+0x160/0x160
> > >> > > May 14 19:21:41 geek500 kernel:  __rpm_callback+0x3f/0x150
> > >> > > May 14 19:21:41 geek500 kernel:  ? acpi_dev_suspend+0x160/0x160
> > >> > > May 14 19:21:41 geek500 kernel: done.
> > >> > > May 14 19:21:41 geek500 kernel:  rpm_callback+0x54/0x60
> > >> > > May 14 19:21:41 geek500 kernel:  ? acpi_dev_suspend+0x160/0x160
> > >> > > May 14 19:21:41 geek500 kernel:  rpm_suspend+0x142/0x720
> > >> > > May 14 19:21:41 geek500 kernel:  pm_runtime_work+0x8f/0xa0
> > >> > > May 14 19:21:41 geek500 kernel:  process_one_work+0x1d3/0x3a0
> > >> > > May 14 19:21:41 geek500 kernel:  worker_thread+0x48/0x3c0
> > >> > > May 14 19:21:41 geek500 kernel:  ? rescuer_thread+0x380/0x380
> > >> > > May 14 19:21:41 geek500 kernel:  kthread+0xd3/0x100
> > >> > > May 14 19:21:41 geek500 kernel:  ?
> > >kthread_complete_and_exit+0x20/0x20
> > >> > > May 14 19:21:41 geek500 kernel:  ret_from_fork+0x22/0x30
> > >> > > May 14 19:21:41 geek500 kernel:  </TASK>
> > >> > > May 14 19:21:41 geek500 kernel: ---[ end trace 0000000000000000
> > >]---
> > >> > > May 14 19:21:41 geek500 kernel: ------------[ cut here
> > >]------------
> > >> > > May 14 19:21:41 geek500 kernel: AMDI0010:03 already disabled
> > >> > > May 14 19:21:41 geek500 kernel: WARNING: CPU: 6 PID: 1091 at
> > >drivers/clk/
> > >> > > clk.c:971 clk_core_disable+0x80/0x1a0
> > >> > > May 14 19:21:41 geek500 kernel: Modules linked in: [last
> > >unloaded:
> > >> > > acpi_call] May 14 19:21:41 geek500 kernel: CPU: 6 PID: 1091 Comm:
> > >> > > kworker/6:3 Tainted: G W  O      5.17.7+ #7
> > >> > > May 14 19:21:41 geek500 kernel: Hardware name: HP HP Pavilion
> > >Gaming
> > >> > > Laptop
> > >> > > 15-ec1xxx/87B2, BIOS F.25 08/18/2021
> > >> > > May 14 19:21:41 geek500 kernel: Workqueue: pm
> pm_runtime_work
> > >> > > May 14 19:21:41 geek500 kernel: RIP:
> > >0010:clk_core_disable+0x80/0x1a0
> > >> > > May 14 19:21:41 geek500 kernel: Code: 10 e8 e4 4a d1 00 0f 1f 44
> > >00 00 48
> > >> > > 8b 5b 30 48 85 db 74 b6 8b 43 7c 85 c0 75 a4 48 8b 33 48 c7 c7 7d
> > >87 c4
> > >> > > ab e8 79 7a 9a 00 <0f> 0b 5b 5d c3 65 8b 05 5c a1 92 55 89 c0 48
> > >0f a3 05
> > >> > > 4a 61 9d 01 May 14 19:21:41 geek500 kernel: RSP:
> > >0018:ffff8dbfc1c47d50
> > >> > > EFLAGS: 00010082 May 14 19:21:41 geek500 kernel: RAX:
> > >0000000000000000
> > >> > > RBX: ffff8885401b6300 RCX: 0000000000000027
> > >> > > May 14 19:21:41 geek500 kernel: RDX: ffff88885f59f468 RSI:
> > >> > > 0000000000000001
> > >> > > RDI: ffff88885f59f460
> > >> > > May 14 19:21:41 geek500 kernel: RBP: 0000000000000287 R08:
> > >> > > ffffffffabf26da8
> > >> > > R09: 00000000ffffdfff
> > >> > > May 14 19:21:41 geek500 kernel: R10: ffffffffabe46dc0 R11:
> > >> > > ffffffffabe46dc0
> > >> > > R12: ffff8885401b6300
> > >> > > May 14 19:21:41 geek500 kernel: R13: ffff888540fc30f4 R14:
> > >> > > 0000000000000008
> > >> > > R15: 0000000000000000
> > >> > > May 14 19:21:41 geek500 kernel: FS:  0000000000000000(0000)
> > >> > > GS:ffff88885f580000(0000) knlGS:0000000000000000
> > >> > > May 14 19:21:41 geek500 kernel: CS:  0010 DS: 0000 ES: 0000 CR0:
> > >> > > 0000000080050033
> > >> > > May 14 19:21:41 geek500 kernel: CR2: 00000000010fa990 CR3:
> > >> > > 0000000102956000
> > >> > > CR4: 0000000000350ee0
> > >> > > May 14 19:21:41 geek500 kernel: Call Trace:
> > >> > > May 14 19:21:41 geek500 kernel:  <TASK>
> > >> > > May 14 19:21:41 geek500 kernel:  clk_disable+0x24/0x30
> > >> > > May 14 19:21:41 geek500 kernel:  i2c_dw_prepare_clk+0x88/0xd0
> > >> > > May 14 19:21:41 geek500 kernel:  dw_i2c_plat_suspend+0x2e/0x40
> > >> > > May 14 19:21:41 geek500 kernel:
> > >acpi_subsys_runtime_suspend+0x9/0x20
> > >> > > May 14 19:21:41 geek500 kernel:  ? acpi_dev_suspend+0x160/0x160
> > >> > > May 14 19:21:41 geek500 kernel:  __rpm_callback+0x3f/0x150
> > >> > > May 14 19:21:41 geek500 kernel:  ? acpi_dev_suspend+0x160/0x160
> > >> > > May 14 19:21:41 geek500 kernel:  rpm_callback+0x54/0x60
> > >> > > May 14 19:21:41 geek500 kernel:  ? acpi_dev_suspend+0x160/0x160
> > >> > > May 14 19:21:41 geek500 kernel:  rpm_suspend+0x142/0x720
> > >> > > May 14 19:21:41 geek500 kernel:  pm_runtime_work+0x8f/0xa0
> > >> > > May 14 19:21:41 geek500 kernel:  process_one_work+0x1d3/0x3a0
> > >> > > May 14 19:21:41 geek500 kernel:  worker_thread+0x48/0x3c0
> > >> > > May 14 19:21:41 geek500 kernel:  ? rescuer_thread+0x380/0x380
> > >> > > May 14 19:21:41 geek500 kernel:  kthread+0xd3/0x100
> > >> > > May 14 19:21:41 geek500 kernel:  ?
> > >kthread_complete_and_exit+0x20/0x20
> > >> > > May 14 19:21:41 geek500 kernel:  ret_from_fork+0x22/0x30
> > >> > > May 14 19:21:41 geek500 kernel:  </TASK>
> > >> > > May 14 19:21:41 geek500 kernel: ---[ end trace 0000000000000000
> > >]---
> > >> > > May 14 19:21:41 geek500 kernel: ------------[ cut here
> > >]------------
> > >> > > May 14 19:21:41 geek500 kernel: AMDI0010:03 already unprepared
> > >> > > May 14 19:21:41 geek500 kernel: WARNING: CPU: 6 PID: 1091 at
> > >drivers/clk/
> > >> > > clk.c:829 clk_core_unprepare+0xb1/0x1a0
> > >> > > May 14 19:21:41 geek500 kernel: Modules linked in: [last
> > >unloaded:
> > >> > > acpi_call] May 14 19:21:41 geek500 kernel: CPU: 6 PID: 1091 Comm:
> > >> > > kworker/6:3 Tainted: G W  O      5.17.7+ #7
> > >> > > May 14 19:21:41 geek500 kernel: Hardware name: HP HP Pavilion
> > >Gaming
> > >> > > Laptop
> > >> > > 15-ec1xxx/87B2, BIOS F.25 08/18/2021
> > >> > > May 14 19:21:41 geek500 kernel: Workqueue: pm
> pm_runtime_work
> > >> > > May 14 19:21:41 geek500 kernel: RIP:
> > >0010:clk_core_unprepare+0xb1/0x1a0
> > >> > > May 14 19:21:41 geek500 kernel: Code: 40 00 66 90 48 8b 5b 30 48
> > >85 db 74
> > >> > > a2 8b 83 80 00 00 00 85 c0 0f 85 79 ff ff ff 48 8b 33 48 c7 c7 35
> > >87 c4
> > >> > > ab e8 18 7c 9a 00 <0f> 0b 5b c3 65 8b 05 fc a2 92 55 89 c0 48 0f
> > >a3 05 ea
> > >> > > 62 9d 01 73 May 14 19:21:41 geek500 kernel: RSP:
> > >0018:ffff8dbfc1c47d60
> > >> > > EFLAGS: 00010286 May 14 19:21:41 geek500 kernel: RAX:
> > >0000000000000000
> > >> > > RBX: ffff8885401b6300 RCX: 0000000000000027
> > >> > > May 14 19:21:41 geek500 kernel: RDX: ffff88885f59f468 RSI:
> > >> > > 0000000000000001
> > >> > > RDI: ffff88885f59f460
> > >> > > May 14 19:21:41 geek500 kernel: RBP: ffff8885401b6300 R08:
> > >> > > ffffffffabf26da8
> > >> > > R09: 00000000ffffdfff
> > >> > > May 14 19:21:41 geek500 kernel: R10: ffffffffabe46dc0 R11:
> > >> > > ffffffffabe46dc0
> > >> > > R12: 0000000000000000
> > >> > > May 14 19:21:41 geek500 kernel: R13: ffff888540fc30f4 R14:
> > >> > > 0000000000000008
> > >> > > R15: 0000000000000000
> > >> > > May 14 19:21:41 geek500 kernel: FS:  0000000000000000(0000)
> > >> > > GS:ffff88885f580000(0000) knlGS:0000000000000000
> > >> > > May 14 19:21:41 geek500 kernel: CS:  0010 DS: 0000 ES: 0000 CR0:
> > >> > > 0000000080050033
> > >> > > May 14 19:21:41 geek500 kernel: CR2: 00000000010fa990 CR3:
> > >> > > 0000000102956000
> > >> > > CR4: 0000000000350ee0
> > >> > > May 14 19:21:41 geek500 kernel: Call Trace:
> > >> > > May 14 19:21:41 geek500 kernel:  <TASK>
> > >> > > May 14 19:21:41 geek500 kernel:  clk_unprepare+0x1f/0x30
> > >> > > May 14 19:21:41 geek500 kernel:  i2c_dw_prepare_clk+0x90/0xd0
> > >> > > May 14 19:21:41 geek500 kernel:  dw_i2c_plat_suspend+0x2e/0x40
> > >> > > May 14 19:21:41 geek500 kernel:
> > >acpi_subsys_runtime_suspend+0x9/0x20
> > >> > > May 14 19:21:41 geek500 kernel:  ? acpi_dev_suspend+0x160/0x160
> > >> > > May 14 19:21:41 geek500 kernel:  __rpm_callback+0x3f/0x150
> > >> > > May 14 19:21:41 geek500 kernel:  ? acpi_dev_suspend+0x160/0x160
> > >> > > May 14 19:21:41 geek500 kernel:  rpm_callback+0x54/0x60
> > >> > > May 14 19:21:41 geek500 kernel:  ? acpi_dev_suspend+0x160/0x160
> > >> > > May 14 19:21:41 geek500 kernel:  rpm_suspend+0x142/0x720
> > >> > > May 14 19:21:41 geek500 kernel:  pm_runtime_work+0x8f/0xa0
> > >> > > May 14 19:21:41 geek500 kernel:  process_one_work+0x1d3/0x3a0
> > >> > > May 14 19:21:41 geek500 kernel:  worker_thread+0x48/0x3c0
> > >> > > May 14 19:21:41 geek500 kernel:  ? rescuer_thread+0x380/0x380
> > >> > > May 14 19:21:41 geek500 kernel:  kthread+0xd3/0x100
> > >> > > May 14 19:21:41 geek500 kernel:  ?
> > >kthread_complete_and_exit+0x20/0x20
> > >> > > May 14 19:21:41 geek500 kernel:  ret_from_fork+0x22/0x30
> > >> > > May 14 19:21:41 geek500 kernel:  </TASK>
> > >> > > May 14 19:21:41 geek500 kernel: ---[ end trace 0000000000000000
> > >]---
> > >> > > May 14 19:21:59 geek500 kernel: snd_hda_codec_hdmi
> hdaudioC1D0:
> > >Unable to
> > >> > > sync register 0x4f0800. -5
> > >> > > May 14 19:21:59 geek500 kernel: (elapsed 0.175 seconds) done.
> > >> > > May 14 19:21:59 geek500 kernel: amdgpu 0000:05:00.0: amdgpu:
> > >Power
> > >> > > consumption will be higher as BIOS has not been configured for
> > >> > > suspend-to-idle. To use suspend-to-idle change the sleep mode in
> > >BIOS
> > >> > > setup.
> > >> > > May 14 19:21:59 geek500 kernel: snd_hda_intel 0000:01:00.1: can't
> > >change
> > >> > > power state from D3cold to D0 (config space inaccessible)
> > >> > > May 14 19:21:59 geek500 kernel: pci 0000:00:00.2: can't derive
> > >routing for
> > >> > > PCI INT A
> > >> > > May 14 19:21:59 geek500 kernel: pci 0000:00:00.2: PCI INT A: no
> > >GSI
> > >> > > May 14 19:21:59 geek500 kernel: [drm] Fence fallback timer
> > >expired on ring
> > >> > > gfx May 14 19:21:59 geek500 kernel: Bluetooth: hci0: command
> > >0xfc20 tx
> > >> > > timeout May 14 19:21:59 geek500 kernel: [drm] Fence fallback
> > >timer
> > >> > > expired on ring sdma0
> > >> > > May 14 19:21:59 geek500 kernel: Bluetooth: hci0: RTL: download fw
> > >command
> > >> > > failed (-110)
> > >> > > May 14 19:21:59 geek500 kernel: done.
> > >> > > May 14 19:22:00 geek500 kernel: snd_hda_codec_hdmi
> hdaudioC1D0:
> > >Unable to
> > >> > > sync register 0x4f0800. -5
> > >> > > May 14 19:22:00 geek500 dnsmasq[2079]: no servers found in
> > >/etc/dnsmasq.d/
> > >> > > dnsmasq-resolv.conf, will retry
> > >> > > May 14 19:22:01 geek500 kernel: [drm] Fence fallback timer
> > >expired on ring
> > >> > > sdma0
> > >> > > May 14 19:22:01 geek500 kernel: [drm] Fence fallback timer
> > >expired on ring
> > >> > > gfx May 14 19:22:01 geek500 kernel: [drm] Fence fallback timer
> > >expired on
> > >> > > ring sdma0
> > >> > > May 14 19:22:02 geek500 last message buffered 2 times
> > >> > > May 14 19:22:03 geek500 kernel: [drm] Fence fallback timer
> > >expired on ring
> > >> > > gfx May 14 19:22:03 geek500 kernel: [drm] Fence fallback timer
> > >expired on
> > >> > > ring sdma0
> > >> > > May 14 19:22:03 geek500 kernel: [drm] Fence fallback timer
> > >expired on ring
> > >> > > gfx May 14 19:22:03 geek500 kernel: [drm] Fence fallback timer
> > >expired on
> > >> > > ring sdma0
> > >> > > May 14 19:22:04 geek500 kernel: [drm] Fence fallback timer
> > >expired on ring
> > >> > > gfx May 14 19:22:04 geek500 kernel: [drm] Fence fallback timer
> > >expired on
> > >> > > ring sdma0
> > >> > > May 14 19:22:04 geek500 kernel: [drm] Fence fallback timer
> > >expired on ring
> > >> > > gfx May 14 19:22:04 geek500 kernel: [drm] Fence fallback timer
> > >expired on
> > >> > > ring sdma0
> > >> > > May 14 19:22:05 geek500 last message buffered 2 times
> > >> > > May 14 19:22:05 geek500 kernel: [drm] Fence fallback timer
> > >expired on ring
> > >> > > gfx May 14 19:22:06 geek500 kernel: [drm] Fence fallback timer
> > >expired on
> > >> > > ring sdma0
> > >> > > May 14 19:22:06 geek500 kernel: [drm] Fence fallback timer
> > >expired on ring
> > >> > > gfx May 14 19:22:06 geek500 last message buffered 1 times
> > >> > > ...
> > >> > > May 14 19:22:18 geek500 kernel: [drm] Fence fallback timer
> > >expired on ring
> > >> > > sdma0
> > >> > > May 14 19:22:18 geek500 kernel:
> > >[drm:amdgpu_dm_atomic_commit_tail] *ERROR*
> > >> > > Waiting for fences timed out!
> > >> > > May 14 19:22:18 geek500 kernel: [drm] Fence fallback timer
> > >expired on ring
> > >> > > sdma0
> > >> > >
> > >> > > CC
> > >> > >
> > >> > > Le samedi 14 mai 2022, 17:12:33 CEST Thorsten Leemhuis a écrit :
> > >> > > > Hi, this is your Linux kernel regression tracker. Thanks for
> > >the report.
> > >> > > >
> > >> > > > On 14.05.22 16:41, Christian Casteyde wrote:
> > >> > > > > #regzbot introduced v5.17.3..v5.17.4
> > >> > > > > #regzbot introduced:
> 001828fb3084379f3c3e228b905223c50bc237f9
> > >> > > >
> > >> > > > FWIW, that's commit 887f75cfd0da ("drm/amdgpu: Ensure HDA
> > >function is
> > >> > > > suspended before ASIC reset") upstream.
> > >> > > >
> > >> > > > Recently a regression was reported where 887f75cfd0da was
> > >suspected as
> > >> > > > the culprit:
> > >> > > >
> https://nam11.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgitla
> b.freedesktop.org%2Fdrm%2Famd%2F-
> %2Fissues%2F2008&amp;data=05%7C01%7Cmario.limonciello%40amd.com%
> 7C1bec068bb98a4378972f08da382c147a%7C3dd8961fe4884e608e11a82d994e
> 183d%7C0%7C0%7C637884059824032387%7CUnknown%7CTWFpbGZsb3d8ey
> JWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%
> 7C3000%7C%7C%7C&amp;sdata=TzxAC63GZLbPsf1oZcj9PAIvEplX84r2VPbkb6
> T47jo%3D&amp;reserved=0
> > >> > > >
> > >> > > > And a one related to it:
> > >> > > >
> https://nam11.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgitla
> b.freedesktop.org%2Fdrm%2Famd%2F-
> %2Fissues%2F1982&amp;data=05%7C01%7Cmario.limonciello%40amd.com%
> 7C1bec068bb98a4378972f08da382c147a%7C3dd8961fe4884e608e11a82d994e
> 183d%7C0%7C0%7C637884059824032387%7CUnknown%7CTWFpbGZsb3d8ey
> JWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%
> 7C3000%7C%7C%7C&amp;sdata=Kh1u7tEddBkeJ9NO6EFCKPrykcYW5GbQ6Fr
> tAGFK72M%3D&amp;reserved=0
> > >> > > >
> > >> > > > You might want to take a look if what was discussed there might
> > >be
> > >> > > > related to your problem (I'm not directly involved in any of
> > >this, I
> > >> > > > don't know the details, it's just that 887f75cfd0da looked
> > >familiar to
> > >> > > > me). If it is, a fix for these two bugs was committed to master
> > >earlier
> > >> > > > this week:
> > >> > > >
> > >> > > >
> >
> >https://nam11.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgit.
> kernel.org%2Fpub%2Fscm%2Flinux%2Fkernel%2Fgit%2Ftorvalds%2Flinux.git
> %2Fcommi&amp;data=05%7C01%7Cmario.limonciello%40amd.com%7C1bec0
> 68bb98a4378972f08da382c147a%7C3dd8961fe4884e608e11a82d994e183d%7
> C0%7C0%7C637884059824032387%7CUnknown%7CTWFpbGZsb3d8eyJWIjoi
> MC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C300
> 0%7C%7C%7C&amp;sdata=Q3hdn9Q9DYu9CFTjn6ge5VFcxIbHClwLvy8qFPbiCi
> w%3D&amp;reserved=0
> > >> > > > t/?i d=a56f445f807b0276
> > >> > > >
> > >> > > > It will likely be backported to 5.17.y, maybe already in the
> > >over-next
> > >> > > > release. HTH.
> > >> > > >
> > >> > > > Ciao, Thorsten (wearing his 'the Linux kernel's regression
> > >tracker' hat)
> > >> > > >
> > >> > > > P.S.: As the Linux kernel's regression tracker I deal with a
> > >lot of
> > >> > > > reports and sometimes miss something important when writing
> > >mails like
> > >> > > > this. If that's the case here, don't hesitate to tell me in a
> > >public
> > >> > > > reply, it's in everyone's interest to set the public record
> > >straight.
> > >> > > >
> > >> > > > > Hello
> > >> > > > > Since 5.17.4 my laptop doesn't resume from suspend anymore.
> > >At resume,
> > >> > > > > symptoms are variable:
> > >> > > > > - either the laptop freezes;
> > >> > > > > - either the screen keeps blank;
> > >> > > > > - either the screen is OK but mouse is frozen;
> > >> > > > > - either display lags with several logs in dmesg:
> > >> > > > > [  228.275492] [drm] Fence fallback timer expired on ring gfx
> > >> > > > > [  228.395466] [drm:amdgpu_dm_atomic_commit_tail] *ERROR*
> > >Waiting for
> > >> > > > > fences timed out!
> > >> > > > > [  228.779490] [drm] Fence fallback timer expired on ring gfx
> > >> > > > > [  229.283484] [drm] Fence fallback timer expired on ring
> > >sdma0
> > >> > > > > [  229.283485] [drm] Fence fallback timer expired on ring gfx
> > >> > > > > [  229.787487] [drm] Fence fallback timer expired on ring gfx
> > >> > > > > ...
> > >> > > > >
> > >> > > > > I've bisected the problem.
> > >> > > > >
> > >> > > > > Please note this laptop has a strange behaviour on suspend:
> > >> > > > > The first suspend request always fails (this point has never
> > >been
> > >> > > > > fixed
> > >> > > > > and
> > >> > > > > plagues us when trying to diagnose another regression on
> > >touchpad not
> > >> > > > > resuming in the past). The screen goes blank and I can get it
> > >OK when
> > >> > > > > pressing the power button, this seems to reset it. After that
> > >all
> > >> > > > > suspend/resume works OK.
> > >> > > > >
> > >> > > > > Since 5.17.4, it is not possible anymore to get the laptop
> > >working
> > >> > > > > again
> > >> > > > > after the first suspend failure.
> > >> > > > >
> > >> > > > > HW : HP Pavilion / Ryzen 4600H with AMD graphics integrated +
> > >NVidia
> > >> > > > > 1650Ti
> > >> > > > > (turned off with ACPI call in order to get more battery, I'm
> > >not using
> > >> > > > > NVidia driver).
> > >>
> >

[-- Attachment #2: dmesg-bad_with_patch.txt --]
[-- Type: text/plain, Size: 85039 bytes --]

[    0.000000] Linux version 5.18.0-rc7 (root@geek500.localdomain) (gcc (GCC) 11.2.0, GNU ld version 2.38-slack151) #25 SMP PREEMPT_DYNAMIC Wed May 18 12:54:44 CEST 2022
[    0.000000] Command line: ro root=/dev/nvme0n1p4
[    0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'compacted' format.
[    0.000000] signal: max sigframe size: 1776
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009ffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000000a0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000009ecffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000009ed0000-0x0000000009ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x000000000a000000-0x000000000a1fffff] usable
[    0.000000] BIOS-e820: [mem 0x000000000a200000-0x000000000a20cfff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000000a20d000-0x00000000a7383fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000a7384000-0x00000000a74d9fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000a74da000-0x00000000a753ffff] ACPI data
[    0.000000] BIOS-e820: [mem 0x00000000a7540000-0x00000000a76eefff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000a76ef000-0x00000000acffdfff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000acffe000-0x00000000adffffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000ae000000-0x00000000afffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000f0000000-0x00000000f7ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fd000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000042f33ffff] usable
[    0.000000] BIOS-e820: [mem 0x000000042f340000-0x00000004701fffff] reserved
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] e820: update [mem 0xa4177018-0xa41a0857] usable ==> usable
[    0.000000] e820: update [mem 0xa4177018-0xa41a0857] usable ==> usable
[    0.000000] e820: update [mem 0xa423a018-0xa4247457] usable ==> usable
[    0.000000] e820: update [mem 0xa423a018-0xa4247457] usable ==> usable
[    0.000000] extended physical RAM map:
[    0.000000] reserve setup_data: [mem 0x0000000000000000-0x000000000009ffff] usable
[    0.000000] reserve setup_data: [mem 0x00000000000a0000-0x00000000000fffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000000100000-0x0000000009ecffff] usable
[    0.000000] reserve setup_data: [mem 0x0000000009ed0000-0x0000000009ffffff] reserved
[    0.000000] reserve setup_data: [mem 0x000000000a000000-0x000000000a1fffff] usable
[    0.000000] reserve setup_data: [mem 0x000000000a200000-0x000000000a20cfff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x000000000a20d000-0x00000000a4177017] usable
[    0.000000] reserve setup_data: [mem 0x00000000a4177018-0x00000000a41a0857] usable
[    0.000000] reserve setup_data: [mem 0x00000000a41a0858-0x00000000a423a017] usable
[    0.000000] reserve setup_data: [mem 0x00000000a423a018-0x00000000a4247457] usable
[    0.000000] reserve setup_data: [mem 0x00000000a4247458-0x00000000a7383fff] usable
[    0.000000] reserve setup_data: [mem 0x00000000a7384000-0x00000000a74d9fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000a74da000-0x00000000a753ffff] ACPI data
[    0.000000] reserve setup_data: [mem 0x00000000a7540000-0x00000000a76eefff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x00000000a76ef000-0x00000000acffdfff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000acffe000-0x00000000adffffff] usable
[    0.000000] reserve setup_data: [mem 0x00000000ae000000-0x00000000afffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000f0000000-0x00000000f7ffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fd000000-0x00000000ffffffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000100000000-0x000000042f33ffff] usable
[    0.000000] reserve setup_data: [mem 0x000000042f340000-0x00000004701fffff] reserved
[    0.000000] efi: EFI v2.70 by American Megatrends
[    0.000000] efi: ACPI=0xa753f000 ACPI 2.0=0xa753f014 TPMFinalLog=0xa76a7000 SMBIOS=0xace1b000 SMBIOS 3.0=0xace1a000 MEMATTR=0xa6019018 ESRT=0xa6621d18 RNG=0xace68f98 TPMEventLog=0xa609a018 
[    0.000000] efi: seeding entropy pool
[    0.000000] SMBIOS 3.2.0 present.
[    0.000000] DMI: HP HP Pavilion Gaming Laptop 15-ec1xxx/87B2, BIOS F.25 08/18/2021
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 2994.262 MHz processor
[    0.000134] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000135] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000139] last_pfn = 0x42f340 max_arch_pfn = 0x400000000
[    0.000247] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.000474] e820: update [mem 0xb0000000-0xffffffff] usable ==> reserved
[    0.000481] last_pfn = 0xae000 max_arch_pfn = 0x400000000
[    0.000491] esrt: Reserving ESRT space from 0x00000000a6621d18 to 0x00000000a6621d50.
[    0.000501] e820: update [mem 0xa6621000-0xa6621fff] usable ==> reserved
[    0.000541] Using GB pages for direct mapping
[    0.000720] Secure boot disabled
[    0.000723] ACPI: Early table checksum verification disabled
[    0.000725] ACPI: RSDP 0x00000000A753F014 000024 (v02 HPQOEM)
[    0.000728] ACPI: XSDT 0x00000000A753E728 0000EC (v01 HPQOEM SLIC-MPC 01072009 AMI  01000013)
[    0.000732] ACPI: FACP 0x00000000A7534000 000114 (v06 HPQOEM SLIC-MPC 01072009 HP   00010013)
[    0.000735] ACPI: DSDT 0x00000000A751F000 0149B8 (v02 HPQOEM 87B2     01072009 ACPI 20120913)
[    0.000737] ACPI: FACS 0x00000000A76A5000 000040
[    0.000739] ACPI: SSDT 0x00000000A7536000 007216 (v02 HPQOEM 87B2     00000002 ACPI 04000000)
[    0.000741] ACPI: IVRS 0x00000000A7535000 0001A4 (v02 HPQOEM 87B2     00000001 HP   00000000)
[    0.000743] ACPI: FIDT 0x00000000A751E000 00009C (v01 HPQOEM 87B2     01072009 HP   00010013)
[    0.000744] ACPI: MCFG 0x00000000A751D000 00003C (v01 HPQOEM 87B2     01072009 HP   00010013)
[    0.000746] ACPI: HPET 0x00000000A751C000 000038 (v01 HPQOEM 87B2     01072009 HP   00000005)
[    0.000748] ACPI: SSDT 0x00000000A751B000 000228 (v01 HPQOEM 87B2     00000001 ACPI 20120913)
[    0.000750] ACPI: VFCT 0x00000000A750D000 00D484 (v01 HPQOEM 87B2     00000001 HP   31504F47)
[    0.000752] ACPI: SSDT 0x00000000A750C000 000050 (v01 HPQOEM 87B2     00000001 ACPI 20120913)
[    0.000754] ACPI: TPM2 0x00000000A750B000 00004C (v04 HPQOEM 87B2     00000001 HP   00000000)
[    0.000755] ACPI: SSDT 0x00000000A7508000 002B80 (v01 HPQOEM 87B2     00000001 ACPI 00000001)
[    0.000757] ACPI: CRAT 0x00000000A7507000 000BA8 (v01 HPQOEM 87B2     00000001 HP   00000001)
[    0.000759] ACPI: CDIT 0x00000000A7506000 000029 (v01 HPQOEM 87B2     00000001 HP   00000001)
[    0.000761] ACPI: SSDT 0x00000000A7505000 000139 (v01 HPQOEM 87B2     00000001 ACPI 20120913)
[    0.000763] ACPI: SSDT 0x00000000A7504000 0000C2 (v01 HPQOEM 87B2     00000001 ACPI 20120913)
[    0.000764] ACPI: SSDT 0x00000000A7503000 000D37 (v01 HPQOEM 87B2     00000001 ACPI 20120913)
[    0.000766] ACPI: SSDT 0x00000000A7501000 0010AC (v01 HPQOEM 87B2     00000001 ACPI 20120913)
[    0.000768] ACPI: SSDT 0x00000000A7500000 000D87 (v01 HPQOEM 87B2     00000001 ACPI 20120913)
[    0.000770] ACPI: SSDT 0x00000000A74FC000 0030C8 (v01 HPQOEM 87B2     00000001 ACPI 20120913)
[    0.000772] ACPI: WSMT 0x00000000A74FB000 000028 (v01 HPQOEM 87B2     01072009 HP   00010013)
[    0.000774] ACPI: APIC 0x00000000A74FA000 0000DE (v03 HPQOEM 87B2     01072009 HP   00010013)
[    0.000775] ACPI: SSDT 0x00000000A74F9000 00007D (v01 HPQOEM 87B2     00000001 ACPI 20120913)
[    0.000777] ACPI: SSDT 0x00000000A74F8000 000517 (v01 HPQOEM 87B2     00000001 ACPI 20120913)
[    0.000779] ACPI: FPDT 0x00000000A74F7000 000044 (v01 HPQOEM 87B2     01072009 HP   01000013)
[    0.000781] ACPI: BGRT 0x00000000A74F6000 000038 (v01 HPQOEM 87B2     01072009 HP   00010013)
[    0.000782] ACPI: Reserving FACP table memory at [mem 0xa7534000-0xa7534113]
[    0.000784] ACPI: Reserving DSDT table memory at [mem 0xa751f000-0xa75339b7]
[    0.000785] ACPI: Reserving FACS table memory at [mem 0xa76a5000-0xa76a503f]
[    0.000785] ACPI: Reserving SSDT table memory at [mem 0xa7536000-0xa753d215]
[    0.000786] ACPI: Reserving IVRS table memory at [mem 0xa7535000-0xa75351a3]
[    0.000787] ACPI: Reserving FIDT table memory at [mem 0xa751e000-0xa751e09b]
[    0.000788] ACPI: Reserving MCFG table memory at [mem 0xa751d000-0xa751d03b]
[    0.000789] ACPI: Reserving HPET table memory at [mem 0xa751c000-0xa751c037]
[    0.000789] ACPI: Reserving SSDT table memory at [mem 0xa751b000-0xa751b227]
[    0.000790] ACPI: Reserving VFCT table memory at [mem 0xa750d000-0xa751a483]
[    0.000791] ACPI: Reserving SSDT table memory at [mem 0xa750c000-0xa750c04f]
[    0.000792] ACPI: Reserving TPM2 table memory at [mem 0xa750b000-0xa750b04b]
[    0.000793] ACPI: Reserving SSDT table memory at [mem 0xa7508000-0xa750ab7f]
[    0.000793] ACPI: Reserving CRAT table memory at [mem 0xa7507000-0xa7507ba7]
[    0.000794] ACPI: Reserving CDIT table memory at [mem 0xa7506000-0xa7506028]
[    0.000795] ACPI: Reserving SSDT table memory at [mem 0xa7505000-0xa7505138]
[    0.000796] ACPI: Reserving SSDT table memory at [mem 0xa7504000-0xa75040c1]
[    0.000797] ACPI: Reserving SSDT table memory at [mem 0xa7503000-0xa7503d36]
[    0.000797] ACPI: Reserving SSDT table memory at [mem 0xa7501000-0xa75020ab]
[    0.000798] ACPI: Reserving SSDT table memory at [mem 0xa7500000-0xa7500d86]
[    0.000799] ACPI: Reserving SSDT table memory at [mem 0xa74fc000-0xa74ff0c7]
[    0.000800] ACPI: Reserving WSMT table memory at [mem 0xa74fb000-0xa74fb027]
[    0.000801] ACPI: Reserving APIC table memory at [mem 0xa74fa000-0xa74fa0dd]
[    0.000801] ACPI: Reserving SSDT table memory at [mem 0xa74f9000-0xa74f907c]
[    0.000802] ACPI: Reserving SSDT table memory at [mem 0xa74f8000-0xa74f8516]
[    0.000803] ACPI: Reserving FPDT table memory at [mem 0xa74f7000-0xa74f7043]
[    0.000804] ACPI: Reserving BGRT table memory at [mem 0xa74f6000-0xa74f6037]
[    0.000827] Zone ranges:
[    0.000827]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.000829]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.000830]   Normal   [mem 0x0000000100000000-0x000000042f33ffff]
[    0.000831] Movable zone start for each node
[    0.000832] Early memory node ranges
[    0.000832]   node   0: [mem 0x0000000000001000-0x000000000009ffff]
[    0.000833]   node   0: [mem 0x0000000000100000-0x0000000009ecffff]
[    0.000834]   node   0: [mem 0x000000000a000000-0x000000000a1fffff]
[    0.000835]   node   0: [mem 0x000000000a20d000-0x00000000a7383fff]
[    0.000836]   node   0: [mem 0x00000000acffe000-0x00000000adffffff]
[    0.000837]   node   0: [mem 0x0000000100000000-0x000000042f33ffff]
[    0.000838] Initmem setup node 0 [mem 0x0000000000001000-0x000000042f33ffff]
[    0.000842] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.000856] On node 0, zone DMA: 96 pages in unavailable ranges
[    0.000986] On node 0, zone DMA32: 304 pages in unavailable ranges
[    0.005098] On node 0, zone DMA32: 13 pages in unavailable ranges
[    0.005349] On node 0, zone DMA32: 23674 pages in unavailable ranges
[    0.027295] On node 0, zone Normal: 8192 pages in unavailable ranges
[    0.027328] On node 0, zone Normal: 3264 pages in unavailable ranges
[    0.027597] ACPI: PM-Timer IO Port: 0x808
[    0.027603] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[    0.027613] IOAPIC[0]: apic_id 13, version 33, address 0xfec00000, GSI 0-23
[    0.027619] IOAPIC[1]: apic_id 14, version 33, address 0xfec01000, GSI 24-55
[    0.027622] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.027623] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
[    0.027626] ACPI: Using ACPI (MADT) for SMP configuration information
[    0.027627] ACPI: HPET id: 0x10228201 base: 0xfed00000
[    0.027639] e820: update [mem 0xa47b1000-0xa47c4fff] usable ==> reserved
[    0.027647] smpboot: Allowing 16 CPUs, 4 hotplug CPUs
[    0.027663] [mem 0xb0000000-0xefffffff] available for PCI devices
[    0.027666] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
[    0.032824] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:16 nr_node_ids:1
[    0.033292] percpu: Embedded 56 pages/cpu s192512 r8192 d28672 u262144
[    0.033298] pcpu-alloc: s192512 r8192 d28672 u262144 alloc=1*2097152
[    0.033300] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15 
[    0.033317] Built 1 zonelists, mobility grouping on.  Total pages: 3964594
[    0.033319] Kernel command line: root=/dev/nvme0n1p4 ro ro root=/dev/nvme0n1p4
[    0.034944] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
[    0.035770] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[    0.035812] mem auto-init: stack:off, heap alloc:off, heap free:off
[    0.072158] Memory: 15650360K/16110752K available (20497K kernel code, 2897K rwdata, 8000K rodata, 1236K init, 3852K bss, 460132K reserved, 0K cma-reserved)
[    0.072165] random: get_random_u64 called from __kmem_cache_create+0x1f/0x4d0 with crng_init=0
[    0.072264] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=16, Nodes=1
[    0.072316] Dynamic Preempt: full
[    0.072347] rcu: Preemptible hierarchical RCU implementation.
[    0.072347] rcu: 	RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=16.
[    0.072349] 	Trampoline variant of Tasks RCU enabled.
[    0.072350] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
[    0.072351] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=16
[    0.073434] NR_IRQS: 16640, nr_irqs: 1096, preallocated irqs: 16
[    0.073660] Console: colour dummy device 80x25
[    0.073831] printk: console [tty0] enabled
[    0.073841] ACPI: Core revision 20211217
[    0.074017] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
[    0.074034] APIC: Switch to symmetric I/O mode setup
[    0.074750] AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR0, rdevid:160
[    0.074752] AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR1, rdevid:160
[    0.074754] AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR2, rdevid:160
[    0.074755] AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR3, rdevid:160
[    0.074999] Switched APIC routing to physical flat.
[    0.075569] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.080036] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x2b291906204, max_idle_ns: 440795269018 ns
[    0.080047] Calibrating delay loop (skipped), value calculated using timer frequency.. 5988.52 BogoMIPS (lpj=2994262)
[    0.080050] pid_max: default: 32768 minimum: 301
[    0.081793] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.081821] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.081984] x86/cpu: User Mode Instruction Prevention (UMIP) activated
[    0.082020] LVT offset 1 assigned for vector 0xf9
[    0.082083] LVT offset 2 assigned for vector 0xf4
[    0.082100] Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 512
[    0.082102] Last level dTLB entries: 4KB 2048, 2MB 2048, 4MB 1024, 1GB 0
[    0.082106] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.082109] Spectre V2 : Mitigation: Retpolines
[    0.082110] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.082112] Spectre V2 : Enabling Restricted Speculation for firmware calls
[    0.082113] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.082115] Spectre V2 : User space: Mitigation: STIBP via prctl
[    0.082117] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
[    0.083603] Freeing SMP alternatives memory: 48K
[    0.186451] smpboot: CPU0: AMD Ryzen 5 4600H with Radeon Graphics (family: 0x17, model: 0x60, stepping: 0x1)
[    0.186541] cblist_init_generic: Setting adjustable number of callback queues.
[    0.186545] cblist_init_generic: Setting shift to 4 and lim to 1.
[    0.186555] Performance Events: Fam17h+ core perfctr, AMD PMU driver.
[    0.186561] ... version:                0
[    0.186562] ... bit width:              48
[    0.186563] ... generic registers:      6
[    0.186565] ... value mask:             0000ffffffffffff
[    0.186566] ... max period:             00007fffffffffff
[    0.186568] ... fixed-purpose events:   0
[    0.186569] ... event mask:             000000000000003f
[    0.186619] rcu: Hierarchical SRCU implementation.
[    0.186761] smp: Bringing up secondary CPUs ...
[    0.186815] x86: Booting SMP configuration:
[    0.186817] .... node  #0, CPUs:        #1  #2  #3  #4  #5  #6  #7  #8  #9 #10 #11
[    0.199079] smp: Brought up 1 node, 12 CPUs
[    0.199085] smpboot: Max logical packages: 2
[    0.199087] smpboot: Total of 12 processors activated (71862.28 BogoMIPS)
[    0.200319] devtmpfs: initialized
[    0.200319] ACPI: PM: Registering ACPI NVS region [mem 0x0a200000-0x0a20cfff] (53248 bytes)
[    0.200319] ACPI: PM: Registering ACPI NVS region [mem 0xa7540000-0xa76eefff] (1765376 bytes)
[    0.200319] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[    0.201045] futex hash table entries: 4096 (order: 6, 262144 bytes, linear)
[    0.201082] pinctrl core: initialized pinctrl subsystem
[    0.201163] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.201208] DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations
[    0.201214] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    0.201219] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.201255] thermal_sys: Registered thermal governor 'fair_share'
[    0.201256] thermal_sys: Registered thermal governor 'bang_bang'
[    0.201257] thermal_sys: Registered thermal governor 'step_wise'
[    0.201259] thermal_sys: Registered thermal governor 'user_space'
[    0.201267] cpuidle: using governor ladder
[    0.201270] cpuidle: using governor menu
[    0.201292] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.201292] PCI: MMCONFIG for domain 0000 [bus 00-7f] at [mem 0xf0000000-0xf7ffffff] (base 0xf0000000)
[    0.201292] PCI: MMCONFIG at [mem 0xf0000000-0xf7ffffff] reserved in E820
[    0.201292] PCI: Using configuration type 1 for base access
[    0.203673] cryptd: max_cpu_qlen set to 1000
[    0.204070] ACPI: Added _OSI(Module Device)
[    0.204073] ACPI: Added _OSI(Processor Device)
[    0.204074] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.204075] ACPI: Added _OSI(Processor Aggregator Device)
[    0.204077] ACPI: Added _OSI(Linux-Dell-Video)
[    0.204079] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    0.204080] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[    0.211437] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.GPP1.WLAN], AE_NOT_FOUND (20211217/dswload2-162)
[    0.211443] ACPI Error: AE_NOT_FOUND, During name lookup/catalog (20211217/psobject-220)
[    0.211446] ACPI: Skipping parse of AML opcode: OpcodeName unavailable (0x0010)
[    0.212640] ACPI: 13 ACPI AML tables successfully acquired and loaded
[    0.213449] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    0.214494] ACPI: EC: EC started
[    0.214496] ACPI: EC: interrupt blocked
[    0.544682] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.544687] ACPI: \_SB_.PCI0.SBRG.EC0_: Boot DSDT EC used to handle transactions
[    0.544691] ACPI: Interpreter enabled
[    0.544706] ACPI: PM: (supports S0 S3 S5)
[    0.544709] ACPI: Using IOAPIC for interrupt routing
[    0.544883] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.545198] ACPI: Enabled 5 GPEs in block 00 to 1F
[    0.546617] ACPI: PM: Power Resource [P0S0]
[    0.546642] ACPI: PM: Power Resource [P3S0]
[    0.546711] ACPI: PM: Power Resource [P0S1]
[    0.546733] ACPI: PM: Power Resource [P3S1]
[    0.547352] ACPI: PM: Power Resource [PG00]
[    0.554313] ACPI: PM: Power Resource [PRWL]
[    0.554724] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.554732] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[    0.554736] acpi PNP0A08:00: PCIe port services disabled; not requesting _OSC control
[    0.554808] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[    0.554812] acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-7f] only partially covers this bridge
[    0.555032] PCI host bridge to bus 0000:00
[    0.555035] pci_bus 0000:00: root bus resource [io  0x0000-0x03af window]
[    0.555039] pci_bus 0000:00: root bus resource [io  0x03e0-0x0cf7 window]
[    0.555044] pci_bus 0000:00: root bus resource [io  0x03b0-0x03df window]
[    0.555047] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.555050] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000dffff window]
[    0.555053] pci_bus 0000:00: root bus resource [mem 0xb0000000-0xfebfffff window]
[    0.555057] pci_bus 0000:00: root bus resource [mem 0xfee00000-0xffffffff window]
[    0.555061] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.555074] pci 0000:00:00.0: [1022:1630] type 00 class 0x060000
[    0.555157] pci 0000:00:00.2: [1022:1631] type 00 class 0x080600
[    0.555243] pci 0000:00:01.0: [1022:1632] type 00 class 0x060000
[    0.555306] pci 0000:00:01.1: [1022:1633] type 01 class 0x060400
[    0.555366] pci 0000:00:01.1: PME# supported from D0 D3hot D3cold
[    0.555440] pci 0000:00:01.2: [1022:1634] type 01 class 0x060400
[    0.555465] pci 0000:00:01.2: enabling Extended Tags
[    0.555504] pci 0000:00:01.2: PME# supported from D0 D3hot D3cold
[    0.555575] pci 0000:00:02.0: [1022:1632] type 00 class 0x060000
[    0.555638] pci 0000:00:02.1: [1022:1634] type 01 class 0x060400
[    0.555663] pci 0000:00:02.1: enabling Extended Tags
[    0.555701] pci 0000:00:02.1: PME# supported from D0 D3hot D3cold
[    0.555766] pci 0000:00:02.4: [1022:1634] type 01 class 0x060400
[    0.555792] pci 0000:00:02.4: enabling Extended Tags
[    0.555830] pci 0000:00:02.4: PME# supported from D0 D3hot D3cold
[    0.555900] pci 0000:00:08.0: [1022:1632] type 00 class 0x060000
[    0.555961] pci 0000:00:08.1: [1022:1635] type 01 class 0x060400
[    0.555984] pci 0000:00:08.1: enabling Extended Tags
[    0.556016] pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
[    0.556085] pci 0000:00:08.2: [1022:1635] type 01 class 0x060400
[    0.556109] pci 0000:00:08.2: enabling Extended Tags
[    0.556140] pci 0000:00:08.2: PME# supported from D0 D3hot D3cold
[    0.556223] pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500
[    0.556336] pci 0000:00:14.3: [1022:790e] type 00 class 0x060100
[    0.556456] pci 0000:00:18.0: [1022:1448] type 00 class 0x060000
[    0.556499] pci 0000:00:18.1: [1022:1449] type 00 class 0x060000
[    0.556542] pci 0000:00:18.2: [1022:144a] type 00 class 0x060000
[    0.556585] pci 0000:00:18.3: [1022:144b] type 00 class 0x060000
[    0.556628] pci 0000:00:18.4: [1022:144c] type 00 class 0x060000
[    0.556674] pci 0000:00:18.5: [1022:144d] type 00 class 0x060000
[    0.556717] pci 0000:00:18.6: [1022:144e] type 00 class 0x060000
[    0.556760] pci 0000:00:18.7: [1022:144f] type 00 class 0x060000
[    0.556857] pci 0000:01:00.0: [10de:1f95] type 00 class 0x030000
[    0.556870] pci 0000:01:00.0: reg 0x10: [mem 0xfb000000-0xfbffffff]
[    0.556881] pci 0000:01:00.0: reg 0x14: [mem 0xb0000000-0xbfffffff 64bit pref]
[    0.556893] pci 0000:01:00.0: reg 0x1c: [mem 0xc0000000-0xc1ffffff 64bit pref]
[    0.556900] pci 0000:01:00.0: reg 0x24: [io  0xf000-0xf07f]
[    0.556908] pci 0000:01:00.0: reg 0x30: [mem 0xfc000000-0xfc07ffff pref]
[    0.556967] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
[    0.557014] pci 0000:01:00.0: 63.008 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x8 link at 0000:00:01.1 (capable of 126.016 Gb/s with 8.0 GT/s PCIe x16 link)
[    0.557334] pci 0000:01:00.1: [10de:10fa] type 00 class 0x040300
[    0.557347] pci 0000:01:00.1: reg 0x10: [mem 0xfc080000-0xfc083fff]
[    0.557482] pci 0000:00:01.1: PCI bridge to [bus 01]
[    0.557487] pci 0000:00:01.1:   bridge window [io  0xf000-0xffff]
[    0.557491] pci 0000:00:01.1:   bridge window [mem 0xfb000000-0xfc0fffff]
[    0.557496] pci 0000:00:01.1:   bridge window [mem 0xb0000000-0xc1ffffff 64bit pref]
[    0.557542] pci 0000:02:00.0: [10ec:8168] type 00 class 0x020000
[    0.557558] pci 0000:02:00.0: reg 0x10: [io  0xe000-0xe0ff]
[    0.557578] pci 0000:02:00.0: reg 0x18: [mem 0xfc904000-0xfc904fff 64bit]
[    0.557592] pci 0000:02:00.0: reg 0x20: [mem 0xfc900000-0xfc903fff 64bit]
[    0.557680] pci 0000:02:00.0: supports D1 D2
[    0.557683] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.557805] pci 0000:00:01.2: PCI bridge to [bus 02]
[    0.557809] pci 0000:00:01.2:   bridge window [io  0xe000-0xefff]
[    0.557813] pci 0000:00:01.2:   bridge window [mem 0xfc900000-0xfc9fffff]
[    0.557886] pci 0000:03:00.0: [10ec:c822] type 00 class 0x028000
[    0.557907] pci 0000:03:00.0: reg 0x10: [io  0xd000-0xd0ff]
[    0.557932] pci 0000:03:00.0: reg 0x18: [mem 0xfc800000-0xfc80ffff 64bit]
[    0.558048] pci 0000:03:00.0: supports D1 D2
[    0.558051] pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.558201] pci 0000:00:02.1: PCI bridge to [bus 03]
[    0.558206] pci 0000:00:02.1:   bridge window [io  0xd000-0xdfff]
[    0.558209] pci 0000:00:02.1:   bridge window [mem 0xfc800000-0xfc8fffff]
[    0.558254] pci 0000:04:00.0: [1c5c:1339] type 00 class 0x010802
[    0.558275] pci 0000:04:00.0: reg 0x10: [mem 0xfc700000-0xfc703fff 64bit]
[    0.558389] pci 0000:04:00.0: supports D1
[    0.558391] pci 0000:04:00.0: PME# supported from D0 D1 D3hot
[    0.558446] pci 0000:04:00.0: 16.000 Gb/s available PCIe bandwidth, limited by 5.0 GT/s PCIe x4 link at 0000:00:02.4 (capable of 31.504 Gb/s with 8.0 GT/s PCIe x4 link)
[    0.558504] pci 0000:00:02.4: PCI bridge to [bus 04]
[    0.558510] pci 0000:00:02.4:   bridge window [mem 0xfc700000-0xfc7fffff]
[    0.558555] pci 0000:05:00.0: [1002:1636] type 00 class 0x030000
[    0.558568] pci 0000:05:00.0: reg 0x10: [mem 0xd0000000-0xdfffffff 64bit pref]
[    0.558578] pci 0000:05:00.0: reg 0x18: [mem 0xe0000000-0xe01fffff 64bit pref]
[    0.558586] pci 0000:05:00.0: reg 0x20: [io  0xc000-0xc0ff]
[    0.558593] pci 0000:05:00.0: reg 0x24: [mem 0xfc500000-0xfc57ffff]
[    0.558604] pci 0000:05:00.0: enabling Extended Tags
[    0.558652] pci 0000:05:00.0: PME# supported from D1 D2 D3hot D3cold
[    0.558676] pci 0000:05:00.0: 126.016 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x16 link at 0000:00:08.1 (capable of 252.048 Gb/s with 16.0 GT/s PCIe x16 link)
[    0.558730] pci 0000:05:00.2: [1022:15df] type 00 class 0x108000
[    0.558746] pci 0000:05:00.2: reg 0x18: [mem 0xfc400000-0xfc4fffff]
[    0.558757] pci 0000:05:00.2: reg 0x24: [mem 0xfc5c8000-0xfc5c9fff]
[    0.558766] pci 0000:05:00.2: enabling Extended Tags
[    0.558847] pci 0000:05:00.3: [1022:1639] type 00 class 0x0c0330
[    0.558860] pci 0000:05:00.3: reg 0x10: [mem 0xfc300000-0xfc3fffff 64bit]
[    0.558886] pci 0000:05:00.3: enabling Extended Tags
[    0.558918] pci 0000:05:00.3: PME# supported from D0 D3hot D3cold
[    0.558973] pci 0000:05:00.4: [1022:1639] type 00 class 0x0c0330
[    0.558986] pci 0000:05:00.4: reg 0x10: [mem 0xfc200000-0xfc2fffff 64bit]
[    0.559012] pci 0000:05:00.4: enabling Extended Tags
[    0.559047] pci 0000:05:00.4: PME# supported from D0 D3hot D3cold
[    0.559101] pci 0000:05:00.5: [1022:15e2] type 00 class 0x048000
[    0.559111] pci 0000:05:00.5: reg 0x10: [mem 0xfc580000-0xfc5bffff]
[    0.559134] pci 0000:05:00.5: enabling Extended Tags
[    0.559165] pci 0000:05:00.5: PME# supported from D0 D3hot D3cold
[    0.559215] pci 0000:05:00.6: [1022:15e3] type 00 class 0x040300
[    0.559225] pci 0000:05:00.6: reg 0x10: [mem 0xfc5c0000-0xfc5c7fff]
[    0.559248] pci 0000:05:00.6: enabling Extended Tags
[    0.559278] pci 0000:05:00.6: PME# supported from D0 D3hot D3cold
[    0.559341] pci 0000:00:08.1: PCI bridge to [bus 05]
[    0.559346] pci 0000:00:08.1:   bridge window [io  0xc000-0xcfff]
[    0.559349] pci 0000:00:08.1:   bridge window [mem 0xfc200000-0xfc5fffff]
[    0.559354] pci 0000:00:08.1:   bridge window [mem 0xd0000000-0xe01fffff 64bit pref]
[    0.559391] pci 0000:06:00.0: [1022:7901] type 00 class 0x010601
[    0.559422] pci 0000:06:00.0: reg 0x24: [mem 0xfc601000-0xfc6017ff]
[    0.559432] pci 0000:06:00.0: enabling Extended Tags
[    0.559491] pci 0000:06:00.0: 126.016 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x16 link at 0000:00:08.2 (capable of 252.048 Gb/s with 16.0 GT/s PCIe x16 link)
[    0.559536] pci 0000:06:00.1: [1022:7901] type 00 class 0x010601
[    0.559567] pci 0000:06:00.1: reg 0x24: [mem 0xfc600000-0xfc6007ff]
[    0.559577] pci 0000:06:00.1: enabling Extended Tags
[    0.559660] pci 0000:00:08.2: PCI bridge to [bus 06]
[    0.559665] pci 0000:00:08.2:   bridge window [mem 0xfc600000-0xfc6fffff]
[    0.559693] pci_bus 0000:00: on NUMA node 0
[    0.560193] ACPI: PCI: Interrupt link LNKA configured for IRQ 0
[    0.560236] ACPI: PCI: Interrupt link LNKB configured for IRQ 0
[    0.560271] ACPI: PCI: Interrupt link LNKC configured for IRQ 0
[    0.560315] ACPI: PCI: Interrupt link LNKD configured for IRQ 0
[    0.560354] ACPI: PCI: Interrupt link LNKE configured for IRQ 0
[    0.560387] ACPI: PCI: Interrupt link LNKF configured for IRQ 0
[    0.560420] ACPI: PCI: Interrupt link LNKG configured for IRQ 0
[    0.560453] ACPI: PCI: Interrupt link LNKH configured for IRQ 0
[    0.561410] ACPI: EC: interrupt unblocked
[    0.561413] ACPI: EC: event unblocked
[    0.561419] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.561422] ACPI: EC: GPE=0x3
[    0.561424] ACPI: \_SB_.PCI0.SBRG.EC0_: Boot DSDT EC initialization complete
[    0.561427] ACPI: \_SB_.PCI0.SBRG.EC0_: EC: Used to handle transactions and events
[    0.561479] iommu: Default domain type: Translated 
[    0.561479] iommu: DMA domain TLB invalidation policy: lazy mode 
[    0.561479] SCSI subsystem initialized
[    0.561479] libata version 3.00 loaded.
[    0.561479] ACPI: bus type USB registered
[    0.561479] usbcore: registered new interface driver usbfs
[    0.561479] usbcore: registered new interface driver hub
[    0.561479] usbcore: registered new device driver usb
[    0.563248] mc: Linux media interface: v0.10
[    0.563256] videodev: Linux video capture interface: v2.00
[    0.563300] Registered efivars operations
[    0.563316] Advanced Linux Sound Architecture Driver Initialized.
[    0.563316] Bluetooth: Core ver 2.22
[    0.563316] NET: Registered PF_BLUETOOTH protocol family
[    0.563316] Bluetooth: HCI device and connection manager initialized
[    0.563316] Bluetooth: HCI socket layer initialized
[    0.563316] Bluetooth: L2CAP socket layer initialized
[    0.563316] Bluetooth: SCO socket layer initialized
[    0.563316] PCI: Using ACPI for IRQ routing
[    0.567869] PCI: pci_cache_line_size set to 64 bytes
[    0.568006] Expanded resource Reserved due to conflict with PCI Bus 0000:00
[    0.568009] e820: reserve RAM buffer [mem 0x09ed0000-0x0bffffff]
[    0.568012] e820: reserve RAM buffer [mem 0x0a200000-0x0bffffff]
[    0.568013] e820: reserve RAM buffer [mem 0xa4177018-0xa7ffffff]
[    0.568014] e820: reserve RAM buffer [mem 0xa423a018-0xa7ffffff]
[    0.568016] e820: reserve RAM buffer [mem 0xa47b1000-0xa7ffffff]
[    0.568017] e820: reserve RAM buffer [mem 0xa6621000-0xa7ffffff]
[    0.568018] e820: reserve RAM buffer [mem 0xa7384000-0xa7ffffff]
[    0.568019] e820: reserve RAM buffer [mem 0xae000000-0xafffffff]
[    0.568020] e820: reserve RAM buffer [mem 0x42f340000-0x42fffffff]
[    0.568056] pci 0000:01:00.0: vgaarb: setting as boot VGA device
[    0.568056] pci 0000:01:00.0: vgaarb: bridge control possible
[    0.568057] pci 0000:01:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
[    0.568063] pci 0000:05:00.0: vgaarb: setting as boot VGA device (overriding previous)
[    0.568067] pci 0000:05:00.0: vgaarb: bridge control possible
[    0.568069] pci 0000:05:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
[    0.568073] vgaarb: loaded
[    0.568286] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    0.568292] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
[    0.570105] clocksource: Switched to clocksource tsc-early
[    0.577287] pnp: PnP ACPI init
[    0.577408] system 00:00: [mem 0xf0000000-0xf7ffffff] has been reserved
[    0.577698] system 00:03: [io  0x04d0-0x04d1] has been reserved
[    0.577702] system 00:03: [io  0x040b] has been reserved
[    0.577705] system 00:03: [io  0x04d6] has been reserved
[    0.577708] system 00:03: [io  0x0c00-0x0c01] has been reserved
[    0.577711] system 00:03: [io  0x0c14] has been reserved
[    0.577713] system 00:03: [io  0x0c50-0x0c51] has been reserved
[    0.577716] system 00:03: [io  0x0c52] has been reserved
[    0.577719] system 00:03: [io  0x0c6c] has been reserved
[    0.577722] system 00:03: [io  0x0c6f] has been reserved
[    0.577724] system 00:03: [io  0x0cd0-0x0cd1] has been reserved
[    0.577727] system 00:03: [io  0x0cd2-0x0cd3] has been reserved
[    0.577730] system 00:03: [io  0x0cd4-0x0cd5] has been reserved
[    0.577733] system 00:03: [io  0x0cd6-0x0cd7] has been reserved
[    0.577736] system 00:03: [io  0x0cd8-0x0cdf] has been reserved
[    0.577739] system 00:03: [io  0x0800-0x089f] has been reserved
[    0.577741] system 00:03: [io  0x0b00-0x0b0f] has been reserved
[    0.577744] system 00:03: [io  0x0b20-0x0b3f] has been reserved
[    0.577747] system 00:03: [io  0x0900-0x090f] has been reserved
[    0.577750] system 00:03: [io  0x0910-0x091f] has been reserved
[    0.577753] system 00:03: [mem 0xfec00000-0xfec00fff] could not be reserved
[    0.577757] system 00:03: [mem 0xfec01000-0xfec01fff] could not be reserved
[    0.577760] system 00:03: [mem 0xfedc0000-0xfedc0fff] has been reserved
[    0.577763] system 00:03: [mem 0xfee00000-0xfee00fff] has been reserved
[    0.577766] system 00:03: [mem 0xfed80000-0xfed8ffff] could not be reserved
[    0.577769] system 00:03: [mem 0xfec10000-0xfec10fff] has been reserved
[    0.577773] system 00:03: [mem 0xff000000-0xffffffff] has been reserved
[    0.578418] pnp: PnP ACPI: found 4 devices
[    0.584288] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.584349] NET: Registered PF_INET protocol family
[    0.584578] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    0.587202] tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
[    0.587228] TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    0.587400] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
[    0.587527] TCP: Hash tables configured (established 131072 bind 65536)
[    0.587562] UDP hash table entries: 8192 (order: 6, 262144 bytes, linear)
[    0.587599] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes, linear)
[    0.587665] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    0.587906] pci 0000:00:01.1: PCI bridge to [bus 01]
[    0.587912] pci 0000:00:01.1:   bridge window [io  0xf000-0xffff]
[    0.587918] pci 0000:00:01.1:   bridge window [mem 0xfb000000-0xfc0fffff]
[    0.587923] pci 0000:00:01.1:   bridge window [mem 0xb0000000-0xc1ffffff 64bit pref]
[    0.587929] pci 0000:00:01.2: PCI bridge to [bus 02]
[    0.587932] pci 0000:00:01.2:   bridge window [io  0xe000-0xefff]
[    0.587936] pci 0000:00:01.2:   bridge window [mem 0xfc900000-0xfc9fffff]
[    0.587943] pci 0000:00:02.1: PCI bridge to [bus 03]
[    0.587946] pci 0000:00:02.1:   bridge window [io  0xd000-0xdfff]
[    0.587950] pci 0000:00:02.1:   bridge window [mem 0xfc800000-0xfc8fffff]
[    0.587956] pci 0000:00:02.4: PCI bridge to [bus 04]
[    0.587960] pci 0000:00:02.4:   bridge window [mem 0xfc700000-0xfc7fffff]
[    0.587968] pci 0000:00:08.1: PCI bridge to [bus 05]
[    0.587971] pci 0000:00:08.1:   bridge window [io  0xc000-0xcfff]
[    0.587975] pci 0000:00:08.1:   bridge window [mem 0xfc200000-0xfc5fffff]
[    0.587979] pci 0000:00:08.1:   bridge window [mem 0xd0000000-0xe01fffff 64bit pref]
[    0.587985] pci 0000:00:08.2: PCI bridge to [bus 06]
[    0.587989] pci 0000:00:08.2:   bridge window [mem 0xfc600000-0xfc6fffff]
[    0.587996] pci_bus 0000:00: resource 4 [io  0x0000-0x03af window]
[    0.587999] pci_bus 0000:00: resource 5 [io  0x03e0-0x0cf7 window]
[    0.588003] pci_bus 0000:00: resource 6 [io  0x03b0-0x03df window]
[    0.588006] pci_bus 0000:00: resource 7 [io  0x0d00-0xffff window]
[    0.588008] pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000dffff window]
[    0.588012] pci_bus 0000:00: resource 9 [mem 0xb0000000-0xfebfffff window]
[    0.588015] pci_bus 0000:00: resource 10 [mem 0xfee00000-0xffffffff window]
[    0.588018] pci_bus 0000:01: resource 0 [io  0xf000-0xffff]
[    0.588021] pci_bus 0000:01: resource 1 [mem 0xfb000000-0xfc0fffff]
[    0.588023] pci_bus 0000:01: resource 2 [mem 0xb0000000-0xc1ffffff 64bit pref]
[    0.588027] pci_bus 0000:02: resource 0 [io  0xe000-0xefff]
[    0.588030] pci_bus 0000:02: resource 1 [mem 0xfc900000-0xfc9fffff]
[    0.588033] pci_bus 0000:03: resource 0 [io  0xd000-0xdfff]
[    0.588036] pci_bus 0000:03: resource 1 [mem 0xfc800000-0xfc8fffff]
[    0.588039] pci_bus 0000:04: resource 1 [mem 0xfc700000-0xfc7fffff]
[    0.588042] pci_bus 0000:05: resource 0 [io  0xc000-0xcfff]
[    0.588044] pci_bus 0000:05: resource 1 [mem 0xfc200000-0xfc5fffff]
[    0.588047] pci_bus 0000:05: resource 2 [mem 0xd0000000-0xe01fffff 64bit pref]
[    0.588051] pci_bus 0000:06: resource 1 [mem 0xfc600000-0xfc6fffff]
[    0.588167] pci 0000:01:00.1: D0 power state depends on 0000:01:00.0
[    0.588235] pci 0000:05:00.3: extending delay after power-on from D3hot to 20 msec
[    0.588378] pci 0000:05:00.4: extending delay after power-on from D3hot to 20 msec
[    0.588443] PCI: CLS 64 bytes, default 64
[    0.588455] pci 0000:00:00.2: AMD-Vi: IOMMU performance counters supported
[    0.588493] pci 0000:00:00.2: can't derive routing for PCI INT A
[    0.588497] pci 0000:00:00.2: PCI INT A: not connected
[    0.588521] pci 0000:00:01.0: Adding to iommu group 0
[    0.588531] pci 0000:00:01.1: Adding to iommu group 1
[    0.588541] pci 0000:00:01.2: Adding to iommu group 2
[    0.588555] pci 0000:00:02.0: Adding to iommu group 3
[    0.588566] pci 0000:00:02.1: Adding to iommu group 4
[    0.588576] pci 0000:00:02.4: Adding to iommu group 5
[    0.588593] pci 0000:00:08.0: Adding to iommu group 6
[    0.588601] pci 0000:00:08.1: Adding to iommu group 6
[    0.588610] pci 0000:00:08.2: Adding to iommu group 6
[    0.588625] pci 0000:00:14.0: Adding to iommu group 7
[    0.588634] pci 0000:00:14.3: Adding to iommu group 7
[    0.588666] pci 0000:00:18.0: Adding to iommu group 8
[    0.588675] pci 0000:00:18.1: Adding to iommu group 8
[    0.588683] pci 0000:00:18.2: Adding to iommu group 8
[    0.588700] pci 0000:00:18.3: Adding to iommu group 8
[    0.588712] pci 0000:00:18.4: Adding to iommu group 8
[    0.588721] pci 0000:00:18.5: Adding to iommu group 8
[    0.588730] pci 0000:00:18.6: Adding to iommu group 8
[    0.588739] pci 0000:00:18.7: Adding to iommu group 8
[    0.588754] pci 0000:01:00.0: Adding to iommu group 9
[    0.588764] pci 0000:01:00.1: Adding to iommu group 9
[    0.588774] pci 0000:02:00.0: Adding to iommu group 10
[    0.588784] pci 0000:03:00.0: Adding to iommu group 11
[    0.588795] pci 0000:04:00.0: Adding to iommu group 12
[    0.588804] pci 0000:05:00.0: Adding to iommu group 6
[    0.588809] pci 0000:05:00.2: Adding to iommu group 6
[    0.588814] pci 0000:05:00.3: Adding to iommu group 6
[    0.588819] pci 0000:05:00.4: Adding to iommu group 6
[    0.588825] pci 0000:05:00.5: Adding to iommu group 6
[    0.588830] pci 0000:05:00.6: Adding to iommu group 6
[    0.588835] pci 0000:06:00.0: Adding to iommu group 6
[    0.588840] pci 0000:06:00.1: Adding to iommu group 6
[    0.590334] pci 0000:00:00.2: AMD-Vi: Found IOMMU cap 0x40
[    0.590340] AMD-Vi: Extended features (0x206d73ef22254ade): PPR X2APIC NX GT IA GA PC GA_vAPIC
[    0.590349] AMD-Vi: Interrupt remapping enabled
[    0.590351] AMD-Vi: Virtual APIC enabled
[    0.590352] AMD-Vi: X2APIC enabled
[    0.590464] software IO TLB: tearing down default memory pool
[    0.591464] RAPL PMU: API unit is 2^-32 Joules, 1 fixed counters, 163840 ms ovfl timer
[    0.591470] RAPL PMU: hw unit of domain package 2^-16 Joules
[    0.591475] LVT offset 0 assigned for vector 0x400
[    0.591654] perf: AMD IBS detected (0x000003ff)
[    0.591660] amd_uncore: 4  amd_df counters detected
[    0.591666] amd_uncore: 6  amd_l3 counters detected
[    0.592022] perf/amd_iommu: Detected AMD IOMMU #0 (2 banks, 4 counters/bank).
[    0.592211] SVM: TSC scaling supported
[    0.592214] kvm: Nested Virtualization enabled
[    0.592216] SVM: kvm: Nested Paging enabled
[    0.592225] SVM: Virtual VMLOAD VMSAVE supported
[    0.592227] SVM: Virtual GIF supported
[    0.592228] SVM: LBR virtualization supported
[    0.598899] Initialise system trusted keyrings
[    0.598949] workingset: timestamp_bits=46 max_order=22 bucket_order=0
[    0.600266] fuse: init (API version 7.36)
[    0.600348] SGI XFS with ACLs, security attributes, scrub, repair, no debug enabled
[    0.604927] NET: Registered PF_ALG protocol family
[    0.604931] Key type asymmetric registered
[    0.604933] Asymmetric key parser 'x509' registered
[    0.604943] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
[    0.604997] io scheduler mq-deadline registered
[    0.605000] io scheduler kyber registered
[    0.605007] io scheduler bfq registered
[    0.608289] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    0.660363] ACPI: AC: AC Adapter [ACAD] (off-line)
[    0.660443] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[    0.660473] ACPI: button: Power Button [PWRB]
[    0.660518] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input1
[    0.660542] ACPI: button: Lid Switch [LID]
[    0.660580] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[    0.660628] ACPI: button: Power Button [PWRF]
[    0.660716] ACPI: video: Video Device [VGA] (multi-head: yes  rom: no  post: no)
[    0.661018] acpi device:08: registered as cooling_device0
[    0.661063] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:07/LNXVIDEO:00/input/input3
[    0.661228] Monitor-Mwait will be used to enter C-1 state
[    0.661236] ACPI: \_SB_.PLTF.P000: Found 3 idle states
[    0.661246] ACPI: FW issue: working around C-state latencies out of order
[    0.661434] ACPI: \_SB_.PLTF.P001: Found 3 idle states
[    0.661446] ACPI: FW issue: working around C-state latencies out of order
[    0.661631] ACPI: \_SB_.PLTF.P002: Found 3 idle states
[    0.661641] ACPI: FW issue: working around C-state latencies out of order
[    0.661861] ACPI: \_SB_.PLTF.P003: Found 3 idle states
[    0.661870] ACPI: FW issue: working around C-state latencies out of order
[    0.662105] ACPI: \_SB_.PLTF.P004: Found 3 idle states
[    0.662121] ACPI: FW issue: working around C-state latencies out of order
[    0.662362] ACPI: \_SB_.PLTF.P005: Found 3 idle states
[    0.662372] ACPI: FW issue: working around C-state latencies out of order
[    0.662573] ACPI: \_SB_.PLTF.P006: Found 3 idle states
[    0.662583] ACPI: FW issue: working around C-state latencies out of order
[    0.662721] ACPI: \_SB_.PLTF.P007: Found 3 idle states
[    0.662730] ACPI: FW issue: working around C-state latencies out of order
[    0.662912] ACPI: \_SB_.PLTF.P008: Found 3 idle states
[    0.662922] ACPI: FW issue: working around C-state latencies out of order
[    0.663075] ACPI: \_SB_.PLTF.P009: Found 3 idle states
[    0.663084] ACPI: FW issue: working around C-state latencies out of order
[    0.663249] ACPI: \_SB_.PLTF.P00A: Found 3 idle states
[    0.663258] ACPI: FW issue: working around C-state latencies out of order
[    0.663400] ACPI: \_SB_.PLTF.P00B: Found 3 idle states
[    0.663407] ACPI: FW issue: working around C-state latencies out of order
[    0.664349] ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - \_PR_.P000 (20211217/dspkginit-438)
[    0.664360] ACPI: \_TZ_.THRM: Invalid passive threshold
[    0.665085] thermal LNXTHERM:00: registered as thermal_zone0
[    0.665089] ACPI: thermal: Thermal Zone [THRM] (44 C)
[    0.666074] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    0.666372] Non-volatile memory driver v1.3
[    0.666380] Linux agpgart interface v0.103
[    0.681552] ACPI: battery: Slot [BAT0] (battery present)
[    0.681988] AMD-Vi: AMD IOMMUv2 loaded and initialized
[    0.682067] ACPI: bus type drm_connector registered
[    0.682101] [drm] amdgpu kernel modesetting enabled.
[    0.682117] amdgpu: vga_switcheroo: detected switching method \_SB_.PCI0.GP17.VGA_.ATPX handle
[    0.682558] ATPX version 1, functions 0x00000200
[    0.684616] amdgpu: Virtual CRAT table created for CPU
[    0.684629] amdgpu: Topology: Add CPU node
[    0.684674] amdgpu 0000:05:00.0: vgaarb: deactivate vga console
[    0.684714] amdgpu 0000:05:00.0: enabling device (0006 -> 0007)
[    0.684758] [drm] initializing kernel modesetting (RENOIR 0x1002:0x1636 0x103C:0x87B2 0xC7).
[    0.684763] amdgpu 0000:05:00.0: amdgpu: Trusted Memory Zone (TMZ) feature enabled
[    0.782780] [drm] register mmio base: 0xFC500000
[    0.782791] [drm] register mmio size: 524288
[    0.784374] [drm] add ip block number 0 <soc15_common>
[    0.784382] [drm] add ip block number 1 <gmc_v9_0>
[    0.784387] [drm] add ip block number 2 <vega10_ih>
[    0.784391] [drm] add ip block number 3 <psp>
[    0.784394] [drm] add ip block number 4 <smu>
[    0.784398] [drm] add ip block number 5 <dm>
[    0.784402] [drm] add ip block number 6 <gfx_v9_0>
[    0.784406] [drm] add ip block number 7 <sdma_v4_0>
[    0.784410] [drm] add ip block number 8 <vcn_v2_0>
[    0.784414] [drm] add ip block number 9 <jpeg_v2_0>
[    0.784428] amdgpu 0000:05:00.0: amdgpu: Fetched VBIOS from VFCT
[    0.784435] amdgpu: ATOM BIOS: 113-RENOIR-031
[    0.784450] [drm] VCN decode is enabled in VM mode
[    0.784454] [drm] VCN encode is enabled in VM mode
[    0.784457] [drm] JPEG decode is enabled in VM mode
[    0.784462] amdgpu 0000:05:00.0: amdgpu: PCIE atomic ops is not supported
[    0.784477] amdgpu 0000:05:00.0: amdgpu: MODE2 reset
[    0.784540] [drm] vm size is 262144 GB, 4 levels, block size is 9-bit, fragment size is 9-bit
[    0.784551] amdgpu 0000:05:00.0: amdgpu: VRAM: 512M 0x000000F400000000 - 0x000000F41FFFFFFF (512M used)
[    0.784560] amdgpu 0000:05:00.0: amdgpu: GART: 1024M 0x0000000000000000 - 0x000000003FFFFFFF
[    0.784567] amdgpu 0000:05:00.0: amdgpu: AGP: 267419648M 0x000000F800000000 - 0x0000FFFFFFFFFFFF
[    0.784580] [drm] Detected VRAM RAM=512M, BAR=512M
[    0.784584] [drm] RAM width 128bits DDR4
[    0.784652] [drm] amdgpu: 512M of VRAM memory ready
[    0.784656] [drm] amdgpu: 3072M of GTT memory ready.
[    0.784670] [drm] GART: num cpu pages 262144, num gpu pages 262144
[    0.784810] [drm] PCIE GART of 1024M enabled.
[    0.784814] [drm] PTB located at 0x000000F400900000
[    0.784935] amdgpu 0000:05:00.0: amdgpu: PSP runtime database doesn't exist
[    0.784947] [drm] Loading DMUB firmware via PSP: version=0x0101001F
[    0.785626] [drm] Found VCN firmware Version ENC: 1.17 DEC: 5 VEP: 0 Revision: 2
[    0.785633] amdgpu 0000:05:00.0: amdgpu: Will use PSP to load VCN firmware
[    1.532060] [drm] reserve 0x400000 from 0xf41f800000 for PSP TMR
[    1.618774] amdgpu 0000:05:00.0: amdgpu: RAS: optional ras ta ucode is not available
[    1.628048] amdgpu 0000:05:00.0: amdgpu: RAP: optional rap ta ucode is not available
[    1.628055] amdgpu 0000:05:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[    1.628319] amdgpu 0000:05:00.0: amdgpu: SMU is initialized successfully!
[    1.628525] [drm] Display Core initialized with v3.2.177!
[    1.629071] [drm] DMUB hardware initialized: version=0x0101001F
[    1.642077] tsc: Refined TSC clocksource calibration: 3016.736 MHz
[    1.642096] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2b7c0790e2c, max_idle_ns: 440795330495 ns
[    1.642347] clocksource: Switched to clocksource tsc
[    1.834884] [drm] kiq ring mec 2 pipe 1 q 0
[    1.837288] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[    1.837309] [drm] JPEG decode initialized successfully.
[    1.838980] kfd kfd: amdgpu: Allocated 3969056 bytes on gart
[    1.839105] amdgpu: Virtual CRAT table created for GPU
[    1.839155] amdgpu: Topology: Add dGPU node [0x1636:0x1002]
[    1.839159] kfd kfd: amdgpu: added device 1002:1636
[    1.839168] amdgpu 0000:05:00.0: amdgpu: SE 1, SH per SE 1, CU per SH 8, active_cu_number 6
[    1.839267] amdgpu 0000:05:00.0: amdgpu: ring gfx uses VM inv eng 0 on hub 0
[    1.839271] amdgpu 0000:05:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[    1.839274] amdgpu 0000:05:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[    1.839278] amdgpu 0000:05:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[    1.839281] amdgpu 0000:05:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[    1.839284] amdgpu 0000:05:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[    1.839288] amdgpu 0000:05:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[    1.839291] amdgpu 0000:05:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[    1.839294] amdgpu 0000:05:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[    1.839297] amdgpu 0000:05:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[    1.839301] amdgpu 0000:05:00.0: amdgpu: ring sdma0 uses VM inv eng 0 on hub 1
[    1.839304] amdgpu 0000:05:00.0: amdgpu: ring vcn_dec uses VM inv eng 1 on hub 1
[    1.839307] amdgpu 0000:05:00.0: amdgpu: ring vcn_enc0 uses VM inv eng 4 on hub 1
[    1.839311] amdgpu 0000:05:00.0: amdgpu: ring vcn_enc1 uses VM inv eng 5 on hub 1
[    1.839314] amdgpu 0000:05:00.0: amdgpu: ring jpeg_dec uses VM inv eng 6 on hub 1
[    1.840267] [drm] Initialized amdgpu 3.46.0 20150101 for 0000:05:00.0 on minor 0
[    1.844786] fbcon: amdgpudrmfb (fb0) is primary device
[    1.844853] [drm] DSC precompute is not needed.
[    1.919248] Console: switching to colour frame buffer device 240x67
[    1.936004] amdgpu 0000:05:00.0: [drm] fb0: amdgpudrmfb frame buffer device
[    1.936144] usbcore: registered new interface driver udl
[    1.938442] brd: module loaded
[    1.939664] loop: module loaded
[    1.940197] nvme 0000:04:00.0: platform quirk: setting simple suspend
[    1.940245] nvme nvme0: pci function 0000:04:00.0
[    1.940305] ahci 0000:06:00.0: version 3.0
[    1.940580] ahci 0000:06:00.0: AHCI 0001.0301 32 slots 1 ports 6 Gbps 0x1 impl SATA mode
[    1.940608] ahci 0000:06:00.0: flags: 64bit ncq sntf ilck pm led clo only pmp fbs pio slum part 
[    1.940794] scsi host0: ahci
[    1.940854] ata1: SATA max UDMA/133 abar m2048@0xfc601000 port 0xfc601100 irq 31
[    1.940968] ahci 0000:06:00.1: AHCI 0001.0301 32 slots 1 ports 6 Gbps 0x1 impl SATA mode
[    1.941000] ahci 0000:06:00.1: flags: 64bit ncq sntf ilck pm led clo only pmp fbs pio slum part 
[    1.941154] scsi host1: ahci
[    1.941198] ata2: SATA max UDMA/133 abar m2048@0xfc600000 port 0xfc600100 irq 33
[    1.941342] tun: Universal TUN/TAP device driver, 1.6
[    1.941404] r8169 0000:02:00.0: enabling device (0000 -> 0003)
[    1.941471] r8169 0000:02:00.0: can't disable ASPM; OS doesn't have ASPM control
[    1.945025] nvme nvme0: missing or invalid SUBNQN field.
[    1.948792] r8169 0000:02:00.0 eth0: RTL8168h/8111h, 30:24:a9:7d:03:0f, XID 541, IRQ 51
[    1.948835] r8169 0000:02:00.0 eth0: jumbo features [frames: 9194 bytes, tx checksumming: ko]
[    1.948989] rtw_8822ce 0000:03:00.0: Firmware version 9.9.11, H2C version 15
[    1.949010] rtw_8822ce 0000:03:00.0: Firmware version 9.9.4, H2C version 15
[    1.949070] rtw_8822ce 0000:03:00.0: enabling device (0000 -> 0003)
[    1.949099] nvme nvme0: 16/0/0 default/read/poll queues
[    1.952241]  nvme0n1: p1 p2 p3 p4 p5 p6 p7
[    1.975950] usbcore: registered new interface driver cdc_ether
[    1.975984] usbcore: registered new interface driver cdc_eem
[    1.976007] usbcore: registered new interface driver cdc_ncm
[    1.976214] xhci_hcd 0000:05:00.3: xHCI Host Controller
[    1.976326] xhci_hcd 0000:05:00.3: new USB bus registered, assigned bus number 1
[    1.976435] xhci_hcd 0000:05:00.3: hcc params 0x0268ffe5 hci version 0x110 quirks 0x0000020000000410
[    1.976726] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.18
[    1.976753] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.976774] usb usb1: Product: xHCI Host Controller
[    1.976790] usb usb1: Manufacturer: Linux 5.18.0-rc7 xhci-hcd
[    1.977536] usb usb1: SerialNumber: 0000:05:00.3
[    1.978947] hub 1-0:1.0: USB hub found
[    1.980681] hub 1-0:1.0: 4 ports detected
[    1.981739] xhci_hcd 0000:05:00.3: xHCI Host Controller
[    1.982840] xhci_hcd 0000:05:00.3: new USB bus registered, assigned bus number 2
[    1.983947] xhci_hcd 0000:05:00.3: Host supports USB 3.1 Enhanced SuperSpeed
[    1.985598] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[    1.986438] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.18
[    1.987684] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.988871] usb usb2: Product: xHCI Host Controller
[    1.990108] usb usb2: Manufacturer: Linux 5.18.0-rc7 xhci-hcd
[    1.991055] usb usb2: SerialNumber: 0000:05:00.3
[    1.992205] hub 2-0:1.0: USB hub found
[    1.993099] hub 2-0:1.0: 2 ports detected
[    1.994855] xhci_hcd 0000:05:00.4: xHCI Host Controller
[    1.996566] xhci_hcd 0000:05:00.4: new USB bus registered, assigned bus number 3
[    1.997889] xhci_hcd 0000:05:00.4: hcc params 0x0268ffe5 hci version 0x110 quirks 0x0000020000000410
[    1.999400] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.18
[    2.000097] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.001140] usb usb3: Product: xHCI Host Controller
[    2.001969] usb usb3: Manufacturer: Linux 5.18.0-rc7 xhci-hcd
[    2.002985] usb usb3: SerialNumber: 0000:05:00.4
[    2.003998] hub 3-0:1.0: USB hub found
[    2.005009] hub 3-0:1.0: 4 ports detected
[    2.006088] xhci_hcd 0000:05:00.4: xHCI Host Controller
[    2.007207] xhci_hcd 0000:05:00.4: new USB bus registered, assigned bus number 4
[    2.008084] xhci_hcd 0000:05:00.4: Host supports USB 3.1 Enhanced SuperSpeed
[    2.009081] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[    2.010269] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.18
[    2.011083] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.012024] usb usb4: Product: xHCI Host Controller
[    2.012798] usb usb4: Manufacturer: Linux 5.18.0-rc7 xhci-hcd
[    2.013870] usb usb4: SerialNumber: 0000:05:00.4
[    2.014837] hub 4-0:1.0: USB hub found
[    2.015852] hub 4-0:1.0: 2 ports detected
[    2.016690] usb: port power management may be unreliable
[    2.017824] usbcore: registered new interface driver usblp
[    2.018606] usbcore: registered new interface driver cdc_wdm
[    2.019810] usbcore: registered new interface driver uas
[    2.020553] usbcore: registered new interface driver usb-storage
[    2.021637] usbcore: registered new interface driver emi26 - firmware loader
[    2.022494] usbcore: registered new interface driver emi62 - firmware loader
[    2.023529] i8042: PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1
[    2.024347] i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
[    2.026594] serio: i8042 KBD port at 0x60,0x64 irq 1
[    2.027855] mousedev: PS/2 mouse device common for all mice
[    2.029169] rtc_cmos 00:01: RTC can wake from S4
[    2.030373] rtc_cmos 00:01: registered as rtc0
[    2.031297] rtc_cmos 00:01: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[    2.032576] i2c_dev: i2c /dev entries driver
[    2.033509] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
[    2.034458] piix4_smbus 0000:00:14.0: Using register 0x02 for SMBus port selection
[    2.035596] piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at 0xb20
[    2.036657] usbcore: registered new interface driver uvcvideo
[    2.037410] usbcore: registered new interface driver btusb
[    2.038546] EFI Variables Facility v0.08 2004-May-17
[    2.044608] pstore: Registered efi as persistent store backend
[    2.045815] ccp 0000:05:00.2: enabling device (0000 -> 0002)
[    2.057217] ccp 0000:05:00.2: tee enabled
[    2.058179] ccp 0000:05:00.2: psp enabled
[    2.059524] hid: raw HID events driver (C) Jiri Kosina
[    2.060334] usbcore: registered new interface driver usbhid
[    2.061388] usbhid: USB HID core driver
[    2.062395] hp_accel: laptop model unknown, using default axes configuration
[    2.084543] lis3lv02d: 8 bits 3DC sensor found
[    2.108254] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input4
[    2.115103] input: ST LIS3LV02DL Accelerometer as /devices/platform/lis3lv02d/input/input5
[    2.116610] ACPI BIOS Error (bug): AE_AML_BUFFER_LIMIT, Field [D008] at bit offset/length 128/8 exceeds size of target Buffer (128 bits) (20211217/dsopcode-198)
[    2.117656] ACPI Error: Aborting method \HWMC due to previous error (AE_AML_BUFFER_LIMIT) (20211217/psparse-529)
[    2.118538] ACPI Error: Aborting method \_SB.WMID.WMAA due to previous error (AE_AML_BUFFER_LIMIT) (20211217/psparse-529)
[    2.119374] ACPI BIOS Error (bug): AE_AML_BUFFER_LIMIT, Field [D008] at bit offset/length 128/8 exceeds size of target Buffer (128 bits) (20211217/dsopcode-198)
[    2.119872] ACPI Error: Aborting method \HWMC due to previous error (AE_AML_BUFFER_LIMIT) (20211217/psparse-529)
[    2.120379] ACPI Error: Aborting method \_SB.WMID.WMAA due to previous error (AE_AML_BUFFER_LIMIT) (20211217/psparse-529)
[    2.120921] input: HP WMI hotkeys as /devices/virtual/input/input6
[    2.121761] ACPI BIOS Error (bug): AE_AML_BUFFER_LIMIT, Field [D008] at bit offset/length 128/8 exceeds size of target Buffer (128 bits) (20211217/dsopcode-198)
[    2.123131] ACPI Error: Aborting method \HWMC due to previous error (AE_AML_BUFFER_LIMIT) (20211217/psparse-529)
[    2.124188] ACPI Error: Aborting method \_SB.WMID.WMAA due to previous error (AE_AML_BUFFER_LIMIT) (20211217/psparse-529)
[    2.125489] ACPI BIOS Error (bug): AE_AML_BUFFER_LIMIT, Field [D008] at bit offset/length 128/8 exceeds size of target Buffer (128 bits) (20211217/dsopcode-198)
[    2.126362] ACPI Error: Aborting method \HWMC due to previous error (AE_AML_BUFFER_LIMIT) (20211217/psparse-529)
[    2.127499] ACPI Error: Aborting method \_SB.WMID.WMAA due to previous error (AE_AML_BUFFER_LIMIT) (20211217/psparse-529)
[    2.128114] random: fast init done
[    2.128606] ACPI BIOS Error (bug): AE_AML_BUFFER_LIMIT, Field [D009] at bit offset/length 136/8 exceeds size of target Buffer (136 bits) (20211217/dsopcode-198)
[    2.130857] ACPI Error: Aborting method \HWMC due to previous error (AE_AML_BUFFER_LIMIT) (20211217/psparse-529)
[    2.131890] ACPI Error: Aborting method \_SB.WMID.WMAA due to previous error (AE_AML_BUFFER_LIMIT) (20211217/psparse-529)
[    2.132876] ACPI BIOS Error (bug): AE_AML_BUFFER_LIMIT, Field [D009] at bit offset/length 136/8 exceeds size of target Buffer (136 bits) (20211217/dsopcode-198)
[    2.133905] ACPI Error: Aborting method \HWMC due to previous error (AE_AML_BUFFER_LIMIT) (20211217/psparse-529)
[    2.134960] ACPI Error: Aborting method \_SB.WMID.WMAA due to previous error (AE_AML_BUFFER_LIMIT) (20211217/psparse-529)
[    2.136066] ACPI BIOS Error (bug): AE_AML_BUFFER_LIMIT, Field [D008] at bit offset/length 128/8 exceeds size of target Buffer (128 bits) (20211217/dsopcode-198)
[    2.137137] ACPI Error: Aborting method \HWMC due to previous error (AE_AML_BUFFER_LIMIT) (20211217/psparse-529)
[    2.138232] ACPI Error: Aborting method \_SB.WMID.WMAA due to previous error (AE_AML_BUFFER_LIMIT) (20211217/psparse-529)
[    2.140253] snd_hda_intel 0000:01:00.1: enabling device (0000 -> 0002)
[    2.141344] snd_hda_intel 0000:01:00.1: Disabling MSI
[    2.142729] snd_hda_intel 0000:01:00.1: Handle vga_switcheroo audio client
[    2.143538] snd_hda_intel 0000:05:00.6: enabling device (0000 -> 0002)
[    2.144340] usbcore: registered new interface driver snd-usb-audio
[    2.145086] NET: Registered PF_LLC protocol family
[    2.146789] Initializing XFRM netlink socket
[    2.148224] NET: Registered PF_INET6 protocol family
[    2.149907] Segment Routing with IPv6
[    2.150809] In-situ OAM (IOAM) with IPv6
[    2.151385] input: ELAN0718:00 04F3:30FD Mouse as /devices/platform/AMDI0010:03/i2c-0/i2c-ELAN0718:00/0018:04F3:30FD.0001/input/input7
[    2.153091] mip6: Mobile IPv6
[    2.154539] NET: Registered PF_PACKET protocol family
[    2.154548] input: ELAN0718:00 04F3:30FD Touchpad as /devices/platform/AMDI0010:03/i2c-0/i2c-ELAN0718:00/0018:04F3:30FD.0001/input/input9
[    2.155532] NET: Registered PF_KEY protocol family
[    2.156887] hid-multitouch 0018:04F3:30FD.0001: input,hidraw0: I2C HID v1.00 Mouse [ELAN0718:00 04F3:30FD] on i2c-ELAN0718:00
[    2.157915] Bluetooth: RFCOMM TTY layer initialized
[    2.160575] Bluetooth: RFCOMM socket layer initialized
[    2.161976] Bluetooth: RFCOMM ver 1.11
[    2.163280] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[    2.164155] Bluetooth: BNEP filters: protocol multicast
[    2.165433] Bluetooth: BNEP socket layer initialized
[    2.166806] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
[    2.167858] Bluetooth: HIDP socket layer initialized
[    2.169103] l2tp_core: L2TP core driver, V2.0
[    2.170202] l2tp_ip: L2TP IP encapsulation support (L2TPv3)
[    2.171082] input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.1/0000:01:00.1/sound/card1/input10
[    2.172762] l2tp_netlink: L2TP netlink interface
[    2.173877] input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.1/0000:01:00.1/sound/card1/input11
[    2.174809] input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.1/0000:01:00.1/sound/card1/input12
[    2.174814] l2tp_eth: L2TP ethernet pseudowire support (L2TPv3)
[    2.175701] input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:01.1/0000:01:00.1/sound/card1/input13
[    2.176945] l2tp_ip6: L2TP IP encapsulation support for IPv6 (L2TPv3)
[    2.178884] 8021q: 802.1Q VLAN Support v1.8
[    2.180115] NET: Registered PF_RDS protocol family
[    2.180204] snd_hda_codec_realtek hdaudioC2D0: autoconfig for ALC285: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
[    2.181094] Registered RDS/tcp transport
[    2.181841] snd_hda_codec_realtek hdaudioC2D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[    2.183463] snd_hda_codec_realtek hdaudioC2D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
[    2.184266] snd_hda_codec_realtek hdaudioC2D0:    mono: mono_out=0x0
[    2.185021] snd_hda_codec_realtek hdaudioC2D0:    inputs:
[    2.185751] snd_hda_codec_realtek hdaudioC2D0:      Mic=0x19
[    2.186461] snd_hda_codec_realtek hdaudioC2D0:      Internal Mic=0x12
[    2.187569] microcode: CPU0: patch_level=0x08600106
[    2.189103] microcode: CPU1: patch_level=0x08600106
[    2.190796] microcode: CPU2: patch_level=0x08600106
[    2.192168] microcode: CPU3: patch_level=0x08600106
[    2.193723] microcode: CPU4: patch_level=0x08600106
[    2.195027] microcode: CPU5: patch_level=0x08600106
[    2.196400] microcode: CPU6: patch_level=0x08600106
[    2.197655] microcode: CPU7: patch_level=0x08600106
[    2.199080] microcode: CPU8: patch_level=0x08600106
[    2.200323] microcode: CPU9: patch_level=0x08600106
[    2.201422] microcode: CPU10: patch_level=0x08600106
[    2.202333] microcode: CPU11: patch_level=0x08600106
[    2.203547] microcode: Microcode Update Driver: v2.2.
[    2.203553] IPI shorthand broadcast: enabled
[    2.205467] AVX2 version of gcm_enc/dec engaged.
[    2.206616] AES CTR mode by8 optimization enabled
[    2.207890] sched_clock: Marking stable (2206459823, 1421182)->(2223676712, -15795707)
[    2.209183] registered taskstats version 1
[    2.210084] Loading compiled-in X.509 certificates
[    2.210944] Key type ._fscrypt registered
[    2.211745] Key type .fscrypt registered
[    2.212606] Key type fscrypt-provisioning registered
[    2.220052] usb 1-4: new full-speed USB device number 2 using xhci_hcd
[    2.245054] usb 3-3: new high-speed USB device number 2 using xhci_hcd
[    2.247526] ata1: SATA link down (SStatus 0 SControl 300)
[    2.368116] usb 1-4: New USB device found, idVendor=0bda, idProduct=b00c, bcdDevice= 0.00
[    2.369017] usb 1-4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    2.369833] usb 1-4: Product: Bluetooth Radio
[    2.370622] usb 1-4: Manufacturer: Realtek
[    2.371186] usb 1-4: SerialNumber: 00e04c000001
[    2.384078] Bluetooth: hci0: RTL: examining hci_ver=0a hci_rev=000c lmp_ver=0a lmp_subver=8822
[    2.386008] Bluetooth: hci0: RTL: rom_version status=0 version=3
[    2.386568] Bluetooth: hci0: RTL: loading rtl_bt/rtl8822cu_fw.bin
[    2.387018] Bluetooth: hci0: RTL: loading rtl_bt/rtl8822cu_config.bin
[    2.387450] bluetooth hci0: Direct firmware load for rtl_bt/rtl8822cu_config.bin failed with error -2
[    2.387870] Bluetooth: hci0: RTL: cfg_sz -2, total sz 35080
[    2.393369] usb 3-3: New USB device found, idVendor=30c9, idProduct=0013, bcdDevice= 0.01
[    2.394212] usb 3-3: New USB device strings: Mfr=3, Product=1, SerialNumber=2
[    2.394960] usb 3-3: Product: HP TrueVision HD Camera
[    2.395707] usb 3-3: Manufacturer: DJKCVA19IECCI0
[    2.396157] usb 3-3: SerialNumber: 0001
[    2.404303] usb 3-3: Found UVC 1.00 device HP TrueVision HD Camera (30c9:0013)
[    2.410063] ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    2.412120] ata2.00: ATA-9: SanDisk Ultra II 960GB, X41100RL, max UDMA/133
[    2.413025] ata2.00: 1875385008 sectors, multi 1: LBA48 NCQ (depth 32), AA
[    2.413588] input: HP TrueVision HD Camera: HP Tru as /devices/pci0000:00/0000:00:08.1/0000:05:00.4/usb3/3-3/3-3:1.0/input/input14
[    2.415165] ata2.00: configured for UDMA/133
[    2.416005] scsi 1:0:0:0: Direct-Access     ATA      SanDisk Ultra II 00RL PQ: 0 ANSI: 5
[    2.416945] sd 1:0:0:0: Attached scsi generic sg0 type 0
[    2.417068] sd 1:0:0:0: [sda] 1875385008 512-byte logical blocks: (960 GB/894 GiB)
[    2.418658] sd 1:0:0:0: [sda] Write Protect is off
[    2.419284] sd 1:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    2.419303] sd 1:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.420609]  sda: sda1 sda2 sda3
[    2.421733] sd 1:0:0:0: [sda] Attached SCSI disk
[    2.569880] acpi_cpufreq: overriding BIOS provided _PSD data
[    2.571610] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[    2.586052] clocksource: timekeeping watchdog on CPU4: Marking clocksource 'tsc' as unstable because the skew is too large:
[    2.586918] clocksource:                       'hpet' wd_nsec: 507766350 wd_now: 2281c4c wd_last: 1b92cba mask: ffffffff
[    2.587703] clocksource:                       'tsc' cs_nsec: 504002416 cs_now: 4db2d212c cs_last: 4808d0570 mask: ffffffffffffffff
[    2.588177] clocksource:                       'tsc' is current clocksource.
[    2.588641] tsc: Marking TSC unstable due to clocksource watchdog
[    2.589686] TSC found unstable after boot, most likely due to broken BIOS. Use 'tsc=unstable'.
[    2.590276] sched_clock: Marking unstable (2588264386, 1421182)<-(2605481331, -15795707)
[    2.590902] clocksource: Checking clocksource tsc synchronization from CPU 6 to CPUs 0-1,3,7,9.
[    2.592249] clocksource: Switched to clocksource hpet
[    2.603574] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[    2.604635] Unstable clock detected, switching default tracing clock to "global"
               If you want to keep using the local clock, then add:
                 "trace_clock=local"
               on the kernel command line
[    2.609092] ALSA device list:
[    2.610184]   #0: Loopback 1
[    2.611111]   #1: HDA NVidia at 0xfc080000 irq 74
[    2.696725] Bluetooth: hci0: RTL: fw version 0x19b76d7d
[    2.850538] input: HD-Audio Generic Mic as /devices/pci0000:00/0000:00:08.1/0000:05:00.6/sound/card2/input15
[    2.852173] input: HD-Audio Generic Headphone as /devices/pci0000:00/0000:00:08.1/0000:05:00.6/sound/card2/input16
[    2.856256] EXT4-fs (nvme0n1p4): mounted filesystem with ordered data mode. Quota mode: disabled.
[    2.857383] VFS: Mounted root (ext4 filesystem) readonly on device 259:4.
[    2.858887] devtmpfs: mounted
[    2.861270] Freeing unused decrypted memory: 2044K
[    2.863726] Freeing unused kernel image (initmem) memory: 1236K
[    2.865081] Write protecting the kernel read-only data: 30720k
[    2.868527] Freeing unused kernel image (text/rodata gap) memory: 2028K
[    2.869663] Freeing unused kernel image (rodata/data gap) memory: 192K
[    2.871714] Run /sbin/init as init process
[    2.873258]   with arguments:
[    2.873260]     /sbin/init
[    2.873261]   with environment:
[    2.873261]     HOME=/
[    2.873262]     TERM=linux
[    3.410059] random: crng init done
[    3.435766] udevd[329]: starting eudev-3.2.11
[    4.079381] Adding 1048572k swap on /dev/nvme0n1p3.  Priority:-2 extents:1 across:1048572k SS
[    4.563270] EXT4-fs (nvme0n1p4): re-mounted. Quota mode: disabled.
[    4.618908] FAT-fs (nvme0n1p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[    4.638951] EXT4-fs (sda3): mounted filesystem with ordered data mode. Quota mode: disabled.
[   13.757178] wlan0: authenticate with 24:4b:fe:be:28:28
[   13.757197] wlan0: bad VHT capabilities, disabling VHT
[   14.140985] wlan0: send auth to 24:4b:fe:be:28:28 (try 1/3)
[   14.144385] wlan0: authenticated
[   14.146096] wlan0: associate with 24:4b:fe:be:28:28 (try 1/3)
[   14.150900] wlan0: RX AssocResp from 24:4b:fe:be:28:28 (capab=0x1411 status=0 aid=5)
[   14.151176] wlan0: associated
[   14.170673] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[   15.149716] wlan0: deauthenticating from 24:4b:fe:be:28:28 by local choice (Reason: 3=DEAUTH_LEAVING)
[   22.173670] wlan0: authenticate with 24:4b:fe:be:28:28
[   22.173686] wlan0: bad VHT capabilities, disabling VHT
[   22.443495] wlan0: send auth to 24:4b:fe:be:28:28 (try 1/3)
[   22.446867] wlan0: authenticated
[   22.448089] wlan0: associate with 24:4b:fe:be:28:28 (try 1/3)
[   22.453391] wlan0: RX AssocResp from 24:4b:fe:be:28:28 (capab=0x1411 status=0 aid=5)
[   22.453687] wlan0: associated
[   22.463411] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[   30.159167] amdgpu 0000:05:00.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=none:owns=none
[   49.875160] atkbd serio0: Unknown key pressed (translated set 2, code 0xd8 on isa0060/serio0).
[   49.875172] atkbd serio0: Use 'setkeycodes e058 <keycode>' to make it known.
[   49.883181] atkbd serio0: Unknown key released (translated set 2, code 0xd8 on isa0060/serio0).
[   49.883189] atkbd serio0: Use 'setkeycodes e058 <keycode>' to make it known.
[   50.450673] PM: suspend entry (deep)
[   50.470316] Filesystems sync: 0.019 seconds
[   50.470572] Freezing user space processes ... (elapsed 0.002 seconds) done.
[   50.472841] OOM killer disabled.
[   50.472842] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
[   50.474099] printk: Suspending console(s) (use no_console_suspend to debug)
[   50.487096] sd 1:0:0:0: [sda] Synchronizing SCSI cache
[   50.488761] sd 1:0:0:0: [sda] Stopping disk
[   50.507482] wlan0: deauthenticating from 24:4b:fe:be:28:28 by local choice (Reason: 3=DEAUTH_LEAVING)
[   50.609840] [drm] free PSP TMR buffer
[   50.765008] PM: late suspend of devices failed
[   50.765473] [drm] PCIE GART of 1024M enabled.
[   50.765479] [drm] PTB located at 0x000000F400900000
[   50.765491] pci 0000:00:00.2: can't derive routing for PCI INT A
[   50.765497] pci 0000:00:00.2: PCI INT A: no GSI
[   50.765496] [drm] PSP is resuming...
[   50.767649] sd 1:0:0:0: [sda] Starting disk
[   50.777758] nvme nvme0: 16/0/0 default/read/poll queues
[   50.785538] [drm] reserve 0x400000 from 0xf41f800000 for PSP TMR
[   51.071514] usb 1-4: reset full-speed USB device number 2 using xhci_hcd
[   51.074436] ata1: SATA link down (SStatus 0 SControl 300)
[   51.078946] amdgpu 0000:05:00.0: amdgpu: RAS: optional ras ta ucode is not available
[   51.089619] amdgpu 0000:05:00.0: amdgpu: RAP: optional rap ta ucode is not available
[   51.089621] amdgpu 0000:05:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[   51.089625] amdgpu 0000:05:00.0: amdgpu: SMU is resuming...
[   51.090234] amdgpu 0000:05:00.0: amdgpu: dpm has been disabled
[   51.091148] amdgpu 0000:05:00.0: amdgpu: SMU is resumed successfully!
[   51.091926] [drm] DMUB hardware initialized: version=0x0101001F
[   51.226075] ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[   51.228615] ata2.00: configured for UDMA/133
[   51.553291] [drm] kiq ring mec 2 pipe 1 q 0
[   51.810584] amdgpu 0000:05:00.0: [drm:amdgpu_ring_test_helper] *ERROR* ring gfx test failed (-110)
[   51.810595] [drm:amdgpu_device_ip_resume_phase2] *ERROR* resume of IP block <gfx_v9_0> failed -110
[   51.810601] amdgpu 0000:05:00.0: amdgpu: amdgpu_device_ip_resume failed (-110).
[   51.810603] amdgpu 0000:05:00.0: PM: dpm_run_callback(): pci_pm_resume+0x0/0x120 returns -110
[   51.810613] amdgpu 0000:05:00.0: PM: failed to resume async: error -110
[   51.812101] OOM killer enabled.
[   51.812103] Restarting tasks ... 
[   51.813397] Bluetooth: hci0: RTL: examining hci_ver=0a hci_rev=000c lmp_ver=0a lmp_subver=8822
[   51.813461] done.
[   51.815401] Bluetooth: hci0: RTL: rom_version status=0 version=3
[   51.815410] Bluetooth: hci0: RTL: loading rtl_bt/rtl8822cu_fw.bin
[   51.815434] Bluetooth: hci0: RTL: loading rtl_bt/rtl8822cu_config.bin
[   51.816751] amdgpu 0000:05:00.0: amdgpu: couldn't schedule ib on ring <gfx>
[   51.816759] [drm:amdgpu_job_run] *ERROR* Error scheduling IBs (-22)
[   51.817284] amdgpu 0000:05:00.0: amdgpu: couldn't schedule ib on ring <gfx>
[   51.817287] [drm:amdgpu_job_run] *ERROR* Error scheduling IBs (-22)
[   51.821775] Bluetooth: hci0: RTL: cfg_sz 6, total sz 35086
[   51.941188] PM: suspend exit
[   51.941287] PM: suspend entry (s2idle)
[   51.944398] Filesystems sync: 0.003 seconds
[   51.944585] Freezing user space processes ... (elapsed 0.175 seconds) done.
[   52.120582] OOM killer disabled.
[   52.120584] Freezing remaining freezable tasks ... 
[   52.129623] Bluetooth: hci0: RTL: fw version 0x19b76d7d
[   52.474200] (elapsed 0.353 seconds) done.
[   52.474212] printk: Suspending console(s) (use no_console_suspend to debug)
[   52.474279] amdgpu 0000:05:00.0: amdgpu: Power consumption will be higher as BIOS has not been configured for suspend-to-idle.
               To use suspend-to-idle change the sleep mode in BIOS setup.
[   52.480103] sd 1:0:0:0: [sda] Synchronizing SCSI cache
[   52.487670] sd 1:0:0:0: [sda] Stopping disk
[   52.611617] [drm] free PSP TMR buffer
[   52.643809] ACPI: EC: interrupt blocked
[   52.667483] ACPI: EC: interrupt unblocked
[   52.692485] pci 0000:00:00.2: can't derive routing for PCI INT A
[   52.692492] pci 0000:00:00.2: PCI INT A: no GSI
[   52.692509] [drm] PCIE GART of 1024M enabled.
[   52.692595] [drm] PTB located at 0x000000F400900000
[   52.692612] [drm] PSP is resuming...
[   52.693093] sd 1:0:0:0: [sda] Starting disk
[   52.709167] nvme nvme0: 16/0/0 default/read/poll queues
[   52.712652] [drm] reserve 0x400000 from 0xf41f800000 for PSP TMR
[   52.998712] usb 1-4: reset full-speed USB device number 2 using xhci_hcd
[   53.000391] ata1: SATA link down (SStatus 0 SControl 300)
[   53.005507] amdgpu 0000:05:00.0: amdgpu: RAS: optional ras ta ucode is not available
[   53.016283] amdgpu 0000:05:00.0: amdgpu: RAP: optional rap ta ucode is not available
[   53.016285] amdgpu 0000:05:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[   53.016289] amdgpu 0000:05:00.0: amdgpu: SMU is resuming...
[   53.016424] amdgpu 0000:05:00.0: amdgpu: dpm has been disabled
[   53.017459] amdgpu 0000:05:00.0: amdgpu: SMU is resumed successfully!
[   53.018261] [drm] DMUB hardware initialized: version=0x0101001F
[   53.154102] ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[   53.156714] ata2.00: configured for UDMA/133
[   53.544866] [drm] kiq ring mec 2 pipe 1 q 0
[   53.558312] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[   53.558392] [drm] JPEG decode initialized successfully.
[   53.558398] amdgpu 0000:05:00.0: amdgpu: ring gfx uses VM inv eng 0 on hub 0
[   53.558403] amdgpu 0000:05:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[   53.558405] amdgpu 0000:05:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[   53.558407] amdgpu 0000:05:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[   53.558409] amdgpu 0000:05:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[   53.558411] amdgpu 0000:05:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[   53.558413] amdgpu 0000:05:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[   53.558415] amdgpu 0000:05:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[   53.558417] amdgpu 0000:05:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[   53.558419] amdgpu 0000:05:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[   53.558421] amdgpu 0000:05:00.0: amdgpu: ring sdma0 uses VM inv eng 0 on hub 1
[   53.558423] amdgpu 0000:05:00.0: amdgpu: ring vcn_dec uses VM inv eng 1 on hub 1
[   53.558425] amdgpu 0000:05:00.0: amdgpu: ring vcn_enc0 uses VM inv eng 4 on hub 1
[   53.558427] amdgpu 0000:05:00.0: amdgpu: ring vcn_enc1 uses VM inv eng 5 on hub 1
[   53.558429] amdgpu 0000:05:00.0: amdgpu: ring jpeg_dec uses VM inv eng 6 on hub 1
[   54.570570] amdgpu 0000:05:00.0: [drm:amdgpu_ib_ring_tests] *ERROR* IB test failed on gfx (-110).
[   54.570588] [drm:process_one_work] *ERROR* ib ring test failed (-110).
[   54.571989] OOM killer enabled.
[   54.571993] Restarting tasks ... done.
[   54.573627] Bluetooth: hci0: RTL: examining hci_ver=0a hci_rev=000c lmp_ver=0a lmp_subver=8822
[   54.575615] Bluetooth: hci0: RTL: rom_version status=0 version=3
[   54.575624] Bluetooth: hci0: RTL: loading rtl_bt/rtl8822cu_fw.bin
[   54.575655] Bluetooth: hci0: RTL: loading rtl_bt/rtl8822cu_config.bin
[   54.575692] Bluetooth: hci0: RTL: cfg_sz 6, total sz 35086
[   54.702547] PM: suspend exit
[   54.883721] Bluetooth: hci0: RTL: fw version 0x19b76d7d
[   55.722094] [drm] Fence fallback timer expired on ring sdma0
[   56.226093] [drm] Fence fallback timer expired on ring sdma0
[   56.730092] [drm] Fence fallback timer expired on ring sdma0
[   57.234062] [drm] Fence fallback timer expired on ring sdma0
[   57.738078] [drm] Fence fallback timer expired on ring sdma0
[   58.242085] [drm] Fence fallback timer expired on ring sdma0
[   58.746085] [drm] Fence fallback timer expired on ring sdma0
[   59.250076] [drm] Fence fallback timer expired on ring sdma0
[   59.754074] [drm] Fence fallback timer expired on ring sdma0
[   60.258077] [drm] Fence fallback timer expired on ring sdma0
[   60.762075] [drm] Fence fallback timer expired on ring sdma0
[   61.266216] [drm] Fence fallback timer expired on ring sdma0
[   61.770074] [drm] Fence fallback timer expired on ring sdma0
[   62.274076] [drm] Fence fallback timer expired on ring sdma0
[   62.778075] [drm] Fence fallback timer expired on ring sdma0
[   63.282073] [drm] Fence fallback timer expired on ring sdma0
[   65.882070] [drm] Fence fallback timer expired on ring sdma0
[   66.386066] [drm] Fence fallback timer expired on ring sdma0
[   66.890070] [drm] Fence fallback timer expired on ring sdma0
[   67.394069] [drm] Fence fallback timer expired on ring sdma0
[   67.898077] [drm] Fence fallback timer expired on ring sdma0
[   68.402071] [drm] Fence fallback timer expired on ring sdma0
[   68.906066] [drm] Fence fallback timer expired on ring sdma0
[   69.410071] [drm] Fence fallback timer expired on ring sdma0
[   69.914065] [drm] Fence fallback timer expired on ring sdma0
[   75.922071] [drm] Fence fallback timer expired on ring sdma0
[   76.426087] [drm] Fence fallback timer expired on ring sdma0
[   76.930070] [drm] Fence fallback timer expired on ring sdma0
[   77.434087] [drm] Fence fallback timer expired on ring sdma0
[   77.938069] [drm] Fence fallback timer expired on ring sdma0
[   78.442084] [drm] Fence fallback timer expired on ring sdma0
[   78.946066] [drm] Fence fallback timer expired on ring sdma0
[   79.450067] [drm] Fence fallback timer expired on ring sdma0
[   79.954066] [drm] Fence fallback timer expired on ring sdma0
[   80.458086] [drm] Fence fallback timer expired on ring sdma0
[   80.962085] [drm] Fence fallback timer expired on ring sdma0
[   81.466086] [drm] Fence fallback timer expired on ring sdma0
[   81.970062] [drm] Fence fallback timer expired on ring sdma0
[   85.946082] [drm] Fence fallback timer expired on ring sdma0
[   86.450178] [drm] Fence fallback timer expired on ring sdma0
[   86.954078] [drm] Fence fallback timer expired on ring sdma0
[   87.458087] [drm] Fence fallback timer expired on ring sdma0
[   87.962079] [drm] Fence fallback timer expired on ring sdma0
[   88.466086] [drm] Fence fallback timer expired on ring sdma0
[   88.970080] [drm] Fence fallback timer expired on ring sdma0
[   89.474085] [drm] Fence fallback timer expired on ring sdma0
[   89.978081] [drm] Fence fallback timer expired on ring sdma0
[   90.482085] [drm] Fence fallback timer expired on ring sdma0
[   90.986083] [drm] Fence fallback timer expired on ring sdma0
[   91.490085] [drm] Fence fallback timer expired on ring sdma0
[   93.269310] wlan0: authenticate with 24:4b:fe:be:28:28
[   93.269322] wlan0: bad VHT capabilities, disabling VHT
[   93.546182] wlan0: send auth to 24:4b:fe:be:28:28 (try 1/3)
[   93.549538] wlan0: authenticated
[   93.550074] wlan0: associate with 24:4b:fe:be:28:28 (try 1/3)
[   93.556096] wlan0: RX AssocResp from 24:4b:fe:be:28:28 (capab=0x1411 status=0 aid=5)
[   93.556306] wlan0: associated
[   95.986087] [drm] Fence fallback timer expired on ring sdma0
[   96.490084] [drm] Fence fallback timer expired on ring sdma0
[   96.994089] [drm] Fence fallback timer expired on ring sdma0
[   97.498235] [drm] Fence fallback timer expired on ring sdma0
[   98.002223] [drm] Fence fallback timer expired on ring sdma0
[   98.506068] [drm] Fence fallback timer expired on ring sdma0
[   99.010071] [drm] Fence fallback timer expired on ring sdma0
[   99.514091] [drm] Fence fallback timer expired on ring sdma0
[  100.018264] [drm] Fence fallback timer expired on ring sdma0
[  100.522247] [drm] Fence fallback timer expired on ring sdma0
[  101.026068] [drm] Fence fallback timer expired on ring sdma0
[  101.530245] [drm] Fence fallback timer expired on ring sdma0
[  102.034249] [drm] Fence fallback timer expired on ring sdma0
[  102.538243] [drm] Fence fallback timer expired on ring sdma0
[  103.042243] [drm] Fence fallback timer expired on ring sdma0
[  103.546246] [drm] Fence fallback timer expired on ring sdma0
[  104.050249] [drm] Fence fallback timer expired on ring sdma0
[  104.554099] [drm] Fence fallback timer expired on ring sdma0
[  105.058249] [drm] Fence fallback timer expired on ring sdma0
[  105.562087] [drm] Fence fallback timer expired on ring sdma0
[  106.066244] [drm] Fence fallback timer expired on ring sdma0
[  106.570242] [drm] Fence fallback timer expired on ring sdma0
[  107.074090] [drm] Fence fallback timer expired on ring sdma0
[  107.578085] [drm] Fence fallback timer expired on ring sdma0
[  108.082247] [drm] Fence fallback timer expired on ring sdma0
[  108.586243] [drm] Fence fallback timer expired on ring sdma0

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

* RE: [REGRESSION] Laptop with Ryzen 4600H fails to resume video since 5.17.4 (works 5.17.3)
  2022-05-18  6:37                     ` Thorsten Leemhuis
@ 2022-05-18 20:15                       ` Limonciello, Mario
  2022-05-23 13:02                       ` Christian Casteyde
  1 sibling, 0 replies; 30+ messages in thread
From: Limonciello, Mario @ 2022-05-18 20:15 UTC (permalink / raw)
  To: Thorsten Leemhuis, Kai-Heng Feng
  Cc: casteyde.christian, stable, regressions, Deucher, Alexander, gregkh

[AMD Official Use Only - General]



> -----Original Message-----
> From: Thorsten Leemhuis <regressions@leemhuis.info>
> Sent: Wednesday, May 18, 2022 01:37
> To: Kai-Heng Feng <kai.heng.feng@canonical.com>
> Cc: casteyde.christian@free.fr; stable@vger.kernel.org;
> regressions@lists.linux.dev; Deucher, Alexander
> <Alexander.Deucher@amd.com>; gregkh@linuxfoundation.org; Limonciello,
> Mario <Mario.Limonciello@amd.com>
> Subject: Re: [REGRESSION] Laptop with Ryzen 4600H fails to resume video
> since 5.17.4 (works 5.17.3)
> 
> On 18.05.22 07:54, Kai-Heng Feng wrote:
> > On Wed, May 18, 2022 at 1:52 PM Thorsten Leemhuis
> > <regressions@leemhuis.info> wrote:
> >>
> >> On 17.05.22 19:37, casteyde.christian@free.fr wrote:
> >>
> >>> I've tryied to revert the offending commit on 5.18-rc7 (887f75cfd0da
> >>> ("drm/amdgpu: Ensure HDA function is suspended before ASIC reset"),
> and
> >>> the problem disappears so it's really this commit that breaks.
> >>
> >> In that case I'll update the regzbot status to make sure it's visible as
> >> regression introduced in the 5.18 cycle:
> >>
> >> #regzbot introduced: 887f75cfd0da
> >>
> >> BTW: obviously would be nice to get this fixed before 5.18 is released
> >> (which might already happen on Sunday), especially as the culprit
> >> apparently was already backported to stable, but I guess that won't be
> >> easy...
> >>
> >> Which made me wondering: is reverting the culprit temporarily in
> >> mainline (and reapplying it later with a fix) a option here?
> >
> > It's too soon to call it's the culprit.
> 
> Well, sure, the root-cause might be somewhere else. But from the point
> of kernel regressions (and tracking them) it's the culprit, as that's
> the change that triggers the misbehavior. And that's how Linus
> approaches these things as well when it comes to reverting to fix
> regressions -- and he even might...
> 
> > The suspend on the system
> > doesn't work properly at the first place.
> 
> ...ignore things like this, as long as a revert is unlikely to cause
> more damage than good.

I think the right way to focus on this is to fix the original suspend issue.
The fact that the first suspend is failing with s3 should be a red flag that
the system is in a pretty bad state.

Maybe can we get /sys/power/pm_debug_messages turned on as well
as  /sys/power/pm_print_times.  Then we should have a better idea on
what is going on that triggers that first failure.

Again, it would be much better to put all this in a bug report somewhere.
It's really hard to associate dmesgs in a threaded email with what's going
on.  Kernel Bugzilla, AMD's Gitlab, it doesn't matter where really.  Anywhere
is better than email threads IMO.

In this case the revert would causes problems for the resume of any dGPU.
So it's a tradeoff of many dGPU resume failures vs one APU resume failure
in s2idle after a failed suspend in s3.

BTW - I'm not really sure why the system is picking s2idle for "the second try".
Is that the kernel doing this, or is this userspace causing it?  We really shouldn't
be seeing different suspend modes across attempts without a user consciously
selecting one.

> 
> Ciao. Thorsten
> 
> 
> >> Ciao, Thorsten (wearing his 'the Linux kernel's regression tracker' hat)
> >>
> >> P.S.: As the Linux kernel's regression tracker I deal with a lot of
> >> reports and sometimes miss something important when writing mails like
> >> this. If that's the case here, don't hesitate to tell me in a public
> >> reply, it's in everyone's interest to set the public record straight.
> >

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

* RE: [REGRESSION] Laptop with Ryzen 4600H fails to resume video since 5.17.4 (works 5.17.3)
  2022-05-18 11:02                   ` casteyde.christian
@ 2022-05-19 17:31                     ` Limonciello, Mario
  2022-05-19 18:07                       ` Limonciello, Mario
  0 siblings, 1 reply; 30+ messages in thread
From: Limonciello, Mario @ 2022-05-19 17:31 UTC (permalink / raw)
  To: casteyde.christian
  Cc: stable, Thorsten Leemhuis, regressions, Deucher, Alexander,
	gregkh, Kai-Heng Feng

[Public]

I did compare your 3 logs (good, bad, bad + patch destined for 5.18-rc8
or 5.19-rc1).

I notice that in your "good" log, the part that makes things "good" is that the
reset happens.  I think this is just happenstance where you end up because
that reset exists.  A cleaner way would be to reset if the resume actually failed.

In addition to my other ask somewhere in this thread for increased debugging
output to find your "real" problem, please give a try of this combo:

1) 5.18-rc7
2) Patch turning off reset on dGPUs in s2idle
3) The below patch

This patch should do pretty much the same thing, try to recover your GPU when
it's in this bad state. Now it happens somewhere more sustainable and sensible:
on the resume path.  I think this might get you a functional display rather than that
"black screen" from the failed suspend cycle.  It's still papering over your real issue
of whatever caused the failed suspend.

diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
index 7fd0277b2805..ecb2c6aacf78 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
@@ -2353,6 +2353,11 @@ static int amdgpu_pmops_resume(struct device *dev)
                adev->no_hw_access = true;

        r = amdgpu_device_resume(drm_dev, true);
+       if (r) {
+               dev_err(adev->dev, "resume failed with %d; attempting to reset ASIC\n", r);
+               amdgpu_asic_reset(adev);
+       }
+
        if (amdgpu_acpi_is_s0ix_active(adev))
                adev->in_s0ix = false;
        else

> -----Original Message-----
> From: casteyde.christian@free.fr <casteyde.christian@free.fr>
> Sent: Wednesday, May 18, 2022 06:02
> To: Limonciello, Mario <Mario.Limonciello@amd.com>
> Cc: stable@vger.kernel.org; Thorsten Leemhuis
> <regressions@leemhuis.info>; regressions@lists.linux.dev; Deucher,
> Alexander <Alexander.Deucher@amd.com>; gregkh@linuxfoundation.org;
> Kai-Heng Feng <kai.heng.feng@canonical.com>
> Subject: Re: [REGRESSION] Laptop with Ryzen 4600H fails to resume video
> since 5.17.4 (works 5.17.3)
> 
> > Can you have a try with 5.18-rc7 +
> https://nam11.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpatc
> hwork.freedesktop.org%2Fpatch%2F486595%2F&amp;data=05%7C01%7CMa
> rio.Limonciello%40amd.com%7C8b917efde13a43372f7f08da38bddd20%7C3d
> d8961fe4884e608e11a82d994e183d%7C0%7C0%7C637884685679831558%7CU
> nknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI
> 6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&amp;sdata=37BNeVXvua
> eG3ANquM53yyGU5qqWZkB%2BAgc4%2F5pdhVo%3D&amp;reserved=0
> This doesn't fix my problem.
> 
> Appended dmesg log with this patch.
> 
> CC
> 
> ----- Mail original -----
> De: "Mario Limonciello" <Mario.Limonciello@amd.com>
> À: "casteyde christian" <casteyde.christian@free.fr>, "Kai-Heng Feng"
> <kai.heng.feng@canonical.com>
> Cc: stable@vger.kernel.org, "Thorsten Leemhuis"
> <regressions@leemhuis.info>, regressions@lists.linux.dev, "Alexander
> Deucher" <Alexander.Deucher@amd.com>, gregkh@linuxfoundation.org
> Envoyé: Mardi 17 Mai 2022 20:13:34
> Objet: RE: [REGRESSION] Laptop with Ryzen 4600H fails to resume video
> since 5.17.4 (works 5.17.3)
> 
> [Public]
> 
> >
> > dmesg logs
> 
> The thing getting reset here is an APU, so the device link stuff is irrelevant to
> help with suspend ordering as it pertains to HDA which is what that commit
> you reverted was supposed to help.
> It seems that commit had some collateral damage to APU in the S3 path
> (which is relatively "uncommon" now).
> 
> Can you have a try with 5.18-rc7 +
> https://nam11.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpatc
> hwork.freedesktop.org%2Fpatch%2F486595%2F&amp;data=05%7C01%7CMa
> rio.Limonciello%40amd.com%7C8b917efde13a43372f7f08da38bddd20%7C3d
> d8961fe4884e608e11a82d994e183d%7C0%7C0%7C637884685679831558%7CU
> nknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI
> 6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&amp;sdata=37BNeVXvua
> eG3ANquM53yyGU5qqWZkB%2BAgc4%2F5pdhVo%3D&amp;reserved=0
> 
> That was for a different issue, but I think it may have the same outcome for
> you in what it's helping.
> If it doesn't, please another full log.
> 
> We were discussing taking out all of this ASIC reset stuff on suspend too, so if
> that doesn't help you maybe it's the impetus to do so.
> 
> >
> > ----- Mail original -----
> > De: "Kai-Heng Feng" <kai.heng.feng@canonical.com>
> > À: "Christian Casteyde" <casteyde.christian@free.fr>
> > Cc: stable@vger.kernel.org, "Thorsten Leemhuis"
> > <regressions@leemhuis.info>, regressions@lists.linux.dev, "alexander
> > deucher" <alexander.deucher@amd.com>, gregkh@linuxfoundation.org,
> > "Mario Limonciello" <mario.limonciello@amd.com>
> > Envoyé: Mardi 17 Mai 2022 08:58:30
> > Objet: Re: [REGRESSION] Laptop with Ryzen 4600H fails to resume video
> > since 5.17.4 (works 5.17.3)
> >
> > On Tue, May 17, 2022 at 2:36 PM Christian Casteyde
> > <casteyde.christian@free.fr> wrote:
> > >
> > > No, the problem is there even without acpicall. Fyi I use it to shutdown
> the
> > NVidia card that eats the battery otherwise.
> > >
> > > I managed to get a dmesg output with 2.18rc7 I will post it this evening
> > (basically exact same behavior as 2.17.4).
> >
> > Can you please also attach dmesg without the offending commit (i.e.
> > when it's working)?
> >
> > Kai-Heng
> >
> > >
> > > CC
> > >
> > > ⁣Télécharger BlueMail pour Android
> > >
> > > Le 17 mai 2022 à 04:03, à 04:03, Kai-Heng Feng
> > <kai.heng.feng@canonical.com> a écrit:
> > > >On Tue, May 17, 2022 at 1:23 AM Christian Casteyde
> > > ><casteyde.christian@free.fr> wrote:
> > > >>
> > > >> I've tried with 5.18-rc7, it doesn't work either. I guess 5.18 branch
> > > >have all
> > > >> commits.
> > > >>
> > > >> full dmesg appended (not for 5.18, I didn't manage to resume up to
> > > >the point
> > > >> to get a console for now).
> > > >
> > > >Interestingly, I found you are using acpi_call:
> > > >[   30.667348] acpi_call: loading out-of-tree module taints kernel.
> > > >
> > > >Does removing the acpi_call solve the issue?
> > > >
> > > >Kai-Heng
> > > >
> > > >>
> > > >> CC
> > > >>
> > > >> Le lundi 16 mai 2022, 04:47:25 CEST Kai-Heng Feng a écrit :
> > > >> > [+Cc Mario]
> > > >> >
> > > >> > On Sun, May 15, 2022 at 1:34 AM Christian Casteyde
> > > >> >
> > > >> > <casteyde.christian@free.fr> wrote:
> > > >> > > I've applied the commit a56f445f807b0276 on 5.17.7 and tested.
> > > >> > > This does not fix the problem on my laptop.
> > > >> >
> > > >> > Maybe some commits are still missing?
> > > >> >
> > > >> > > For informatio, here is a part of the log around the suspend
> > > >process:
> > > >> > Is it possible to attach full dmesg?
> > > >> >
> > > >> > Kai-Heng
> > > >> >
> > > >> > > May 14 19:21:41 geek500 kernel: snd_hda_intel 0000:01:00.1: can't
> > > >change
> > > >> > > power state from D3cold to D0 (config space inaccessible)
> > > >> > > May 14 19:21:41 geek500 kernel: PM: late suspend of devices
> > > >failed
> > > >> > > May 14 19:21:41 geek500 kernel: ------------[ cut here
> > > >]------------
> > > >> > > May 14 19:21:41 geek500 kernel: i2c_designware AMDI0010:03:
> > > >Transfer while
> > > >> > > suspended
> > > >> > > May 14 19:21:41 geek500 kernel: pci 0000:00:00.2: can't derive
> > > >routing for
> > > >> > > PCI INT A
> > > >> > > May 14 19:21:41 geek500 kernel: pci 0000:00:00.2: PCI INT A: no
> > > >GSI
> > > >> > > May 14 19:21:41 geek500 kernel: WARNING: CPU: 9 PID: 1972 at
> > > >drivers/i2c/
> > > >> > > busses/i2c-designware-master.c:570 i2c_dw_xfer+0x3f6/0x440
> > > >> > > May 14 19:21:41 geek500 kernel: Modules linked in: [last
> > > >unloaded:
> > > >> > > acpi_call] May 14 19:21:41 geek500 kernel: CPU: 9 PID: 1972 Comm:
> > > >> > > kworker/u32:18 Tainted: G           O      5.17.7+ #7
> > > >> > > May 14 19:21:41 geek500 kernel: Hardware name: HP HP Pavilion
> > > >Gaming
> > > >> > > Laptop
> > > >> > > 15-ec1xxx/87B2, BIOS F.25 08/18/2021
> > > >> > > May 14 19:21:41 geek500 kernel: Workqueue: events_unbound
> > > >> > > async_run_entry_fn May 14 19:21:41 geek500 kernel: RIP:
> > > >> > > 0010:i2c_dw_xfer+0x3f6/0x440
> > > >> > > May 14 19:21:41 geek500 kernel: Code: c6 05 db 31 45 01 01 4c 8b
> > > >67 50 4d
> > > >> > > 85 e4 75 03 4c 8b 27 e8 fc e1 e9 ff 4c 89 e2 48 c7 c7 00 01 cc
> > > >> > >
> > > >> > >  ab 48 89 c6 e8 b3 4f 45 00 <0f> 0b 41 be 94 ff ff ff e9 cc fc ff
> > > >ff e9 2d
> > > >> > >  9c>
> > > >> > > 4b 00 83 f8 01 74
> > > >> > > May 14 19:21:41 geek500 kernel: RSP: 0018:ffff8dbfc31e7c68
> > > >EFLAGS:
> > > >> > > 00010286
> > > >> > > May 14 19:21:41 geek500 kernel: RAX: 0000000000000000 RBX:
> > > >> > > ffff888540f170e8
> > > >> > > RCX: 0000000000000be5
> > > >> > > May 14 19:21:41 geek500 kernel: RDX: 0000000000000000 RSI:
> > > >> > > 0000000000000086
> > > >> > > RDI: ffffffffac858df8
> > > >> > > May 14 19:21:41 geek500 kernel: RBP: ffff888540f170e8 R08:
> > > >> > > ffffffffabe46d60
> > > >> > > R09: 00000000ac86a0f6
> > > >> > > May 14 19:21:41 geek500 kernel: R10: ffffffffffffffff R11:
> > > >> > > ffffffffffffffff
> > > >> > > R12: ffff888540f5c070
> > > >> > > May 14 19:21:41 geek500 kernel: R13: ffff8dbfc31e7d70 R14:
> > > >> > > 00000000ffffff94
> > > >> > > R15: ffff888540f17028
> > > >> > > May 14 19:21:41 geek500 kernel: FS:  0000000000000000(0000)
> > > >> > > GS:ffff88885f640000(0000) knlGS:0000000000000000
> > > >> > > May 14 19:21:41 geek500 kernel: CS:  0010 DS: 0000 ES: 0000 CR0:
> > > >> > > 0000000080050033
> > > >> > > May 14 19:21:41 geek500 kernel: CR2: 00007f1984067028 CR3:
> > > >> > > 0000000045e0c000
> > > >> > > CR4: 0000000000350ee0
> > > >> > > May 14 19:21:41 geek500 kernel: Call Trace:
> > > >> > > May 14 19:21:41 geek500 kernel:  <TASK>
> > > >> > > May 14 19:21:41 geek500 kernel:  ? dequeue_entity+0xd4/0x250
> > > >> > > May 14 19:21:41 geek500 kernel:  ?
> > > >newidle_balance.constprop.0+0x1f7/0x3b0
> > > >> > > May 14 19:21:41 geek500 kernel:  __i2c_transfer+0x16d/0x520
> > > >> > > May 14 19:21:41 geek500 kernel:  i2c_transfer+0x7a/0xd0
> > > >> > > May 14 19:21:41 geek500 kernel:
> __i2c_hid_command+0x106/0x2d0
> > > >> > > May 14 19:21:41 geek500 kernel:  ?
> amd_gpio_irq_enable+0x19/0x50
> > > >> > > May 14 19:21:41 geek500 kernel:  i2c_hid_set_power+0x4a/0xd0
> > > >> > > May 14 19:21:41 geek500 kernel:  i2c_hid_core_resume+0x60/0xb0
> > > >> > > May 14 19:21:41 geek500 kernel:  ?
> > > >acpi_subsys_resume_early+0x50/0x50
> > > >> > > May 14 19:21:41 geek500 kernel:  dpm_run_callback+0x1d/0xd0
> > > >> > > May 14 19:21:41 geek500 kernel:  device_resume+0x122/0x230
> > > >> > > May 14 19:21:41 geek500 kernel:  async_resume+0x14/0x30
> > > >> > > May 14 19:21:41 geek500 kernel:  async_run_entry_fn+0x1b/0xa0
> > > >> > > May 14 19:21:41 geek500 kernel:  process_one_work+0x1d3/0x3a0
> > > >> > > May 14 19:21:41 geek500 kernel:  worker_thread+0x48/0x3c0
> > > >> > > May 14 19:21:41 geek500 kernel:  ? rescuer_thread+0x380/0x380
> > > >> > > May 14 19:21:41 geek500 kernel:  kthread+0xd3/0x100
> > > >> > > May 14 19:21:41 geek500 kernel:  ?
> > > >kthread_complete_and_exit+0x20/0x20
> > > >> > > May 14 19:21:41 geek500 kernel:  ret_from_fork+0x22/0x30
> > > >> > > May 14 19:21:41 geek500 kernel:  </TASK>
> > > >> > > May 14 19:21:41 geek500 kernel: ---[ end trace 0000000000000000
> > > >]---
> > > >> > > May 14 19:21:41 geek500 kernel: i2c_hid_acpi i2c-ELAN0718:00:
> > > >failed to
> > > >> > > change power setting.
> > > >> > > May 14 19:21:41 geek500 kernel: PM: dpm_run_callback():
> > > >> > > acpi_subsys_resume+0x0/0x50 returns -108
> > > >> > > May 14 19:21:41 geek500 kernel: i2c_hid_acpi i2c-ELAN0718:00:
> PM:
> > > >failed
> > > >> > > to
> > > >> > > resume async: error -108
> > > >> > > May 14 19:21:41 geek500 kernel: amdgpu 0000:05:00.0:
> > > >> > > [drm:amdgpu_ring_test_helper] *ERROR* ring gfx test failed (-
> 110)
> > > >> > > May 14 19:21:41 geek500 kernel:
> > > >[drm:amdgpu_device_ip_resume_phase2]
> > > >> > > *ERROR* resume of IP block <gfx_v9_0> failed -110
> > > >> > > May 14 19:21:41 geek500 kernel: amdgpu 0000:05:00.0: amdgpu:
> > > >> > > amdgpu_device_ip_resume failed (-110).
> > > >> > > May 14 19:21:41 geek500 kernel: PM: dpm_run_callback():
> > > >> > > pci_pm_resume+0x0/0x120 returns -110
> > > >> > > May 14 19:21:41 geek500 kernel: amdgpu 0000:05:00.0: PM: failed
> > > >to resume
> > > >> > > async: error -110
> > > >> > > May 14 19:21:41 geek500 kernel: ------------[ cut here
> > > >]------------
> > > >> > > May 14 19:21:41 geek500 kernel: AMDI0010:03 already disabled
> > > >> > > May 14 19:21:41 geek500 kernel: WARNING: CPU: 6 PID: 1091 at
> > > >drivers/clk/
> > > >> > > clk.c:971 clk_core_disable+0x80/0x1a0
> > > >> > > May 14 19:21:41 geek500 kernel: Modules linked in: [last
> > > >unloaded:
> > > >> > > acpi_call] May 14 19:21:41 geek500 kernel: CPU: 6 PID: 1091 Comm:
> > > >> > > kworker/6:3 Tainted: G W  O      5.17.7+ #7
> > > >> > > May 14 19:21:41 geek500 kernel: Hardware name: HP HP Pavilion
> > > >Gaming
> > > >> > > Laptop
> > > >> > > 15-ec1xxx/87B2, BIOS F.25 08/18/2021
> > > >> > > May 14 19:21:41 geek500 kernel: Workqueue: pm
> > pm_runtime_work
> > > >> > > May 14 19:21:41 geek500 kernel: RIP:
> > > >0010:clk_core_disable+0x80/0x1a0
> > > >> > > May 14 19:21:41 geek500 kernel: Code: 10 e8 e4 4a d1 00 0f 1f 44
> > > >00 00 48
> > > >> > > 8b 5b 30 48 85 db 74 b6 8b 43 7c 85 c0 75 a4 48 8b 33 48 c7 c7 7d
> > > >87 c4
> > > >> > > ab e8 79 7a 9a 00 <0f> 0b 5b 5d c3 65 8b 05 5c a1 92 55 89 c0 48
> > > >0f a3 05
> > > >> > > 4a 61 9d 01 May 14 19:21:41 geek500 kernel: RSP:
> > > >0018:ffff8dbfc1c47d50
> > > >> > > EFLAGS: 00010082 May 14 19:21:41 geek500 kernel:
> > > >> > > May 14 19:21:41 geek500 kernel: RAX: 0000000000000000 RBX:
> > > >> > > ffff8885401b6300
> > > >> > > RCX: 0000000000000027
> > > >> > > May 14 19:21:41 geek500 kernel: RDX: ffff88885f59f468 RSI:
> > > >> > > 0000000000000001
> > > >> > > RDI: ffff88885f59f460
> > > >> > > May 14 19:21:41 geek500 kernel: RBP: 0000000000000283 R08:
> > > >> > > ffffffffabf26da8
> > > >> > > R09: 00000000ffffdfff
> > > >> > > May 14 19:21:41 geek500 kernel: R10: ffffffffabe46dc0 R11:
> > > >> > > ffffffffabe46dc0
> > > >> > > R12: ffff8885401b6300
> > > >> > > May 14 19:21:41 geek500 kernel: R13: ffff888540fc30f4 R14:
> > > >> > > 0000000000000008
> > > >> > > R15: 0000000000000000
> > > >> > > May 14 19:21:41 geek500 kernel: FS:  0000000000000000(0000)
> > > >> > > GS:ffff88885f580000(0000) knlGS:0000000000000000
> > > >> > > May 14 19:21:41 geek500 kernel: CS:  0010 DS: 0000 ES: 0000 CR0:
> > > >> > > 0000000080050033
> > > >> > > May 14 19:21:41 geek500 kernel: CR2: 00000000010fa990 CR3:
> > > >> > > 0000000102956000
> > > >> > > CR4: 0000000000350ee0
> > > >> > > May 14 19:21:41 geek500 kernel: Call Trace:
> > > >> > > May 14 19:21:41 geek500 kernel:  <TASK>
> > > >> > > May 14 19:21:41 geek500 kernel:  clk_disable+0x24/0x30
> > > >> > > May 14 19:21:41 geek500 kernel:  i2c_dw_prepare_clk+0x74/0xd0
> > > >> > > May 14 19:21:41 geek500 kernel:
> dw_i2c_plat_suspend+0x2e/0x40
> > > >> > > May 14 19:21:41 geek500 kernel:
> > > >acpi_subsys_runtime_suspend+0x9/0x20
> > > >> > > May 14 19:21:41 geek500 kernel:  ?
> acpi_dev_suspend+0x160/0x160
> > > >> > > May 14 19:21:41 geek500 kernel:  __rpm_callback+0x3f/0x150
> > > >> > > May 14 19:21:41 geek500 kernel:  ?
> acpi_dev_suspend+0x160/0x160
> > > >> > > May 14 19:21:41 geek500 kernel:  rpm_callback+0x54/0x60
> > > >> > > May 14 19:21:41 geek500 kernel:  ?
> acpi_dev_suspend+0x160/0x160
> > > >> > > May 14 19:21:41 geek500 kernel:  rpm_suspend+0x142/0x720
> > > >> > > May 14 19:21:41 geek500 kernel:  pm_runtime_work+0x8f/0xa0
> > > >> > > May 14 19:21:41 geek500 kernel:  process_one_work+0x1d3/0x3a0
> > > >> > > May 14 19:21:41 geek500 kernel:  worker_thread+0x48/0x3c0
> > > >> > > May 14 19:21:41 geek500 kernel:  ? rescuer_thread+0x380/0x380
> > > >> > > May 14 19:21:41 geek500 kernel:  kthread+0xd3/0x100
> > > >> > > May 14 19:21:41 geek500 kernel:  ?
> > > >kthread_complete_and_exit+0x20/0x20
> > > >> > > May 14 19:21:41 geek500 kernel:  ret_from_fork+0x22/0x30
> > > >> > > May 14 19:21:41 geek500 kernel:  </TASK>
> > > >> > > May 14 19:21:41 geek500 kernel: ---[ end trace 0000000000000000
> > > >]---
> > > >> > > May 14 19:21:41 geek500 kernel: ------------[ cut here
> > > >]------------
> > > >> > > May 14 19:21:41 geek500 kernel: AMDI0010:03 already unprepared
> > > >> > > May 14 19:21:41 geek500 kernel: WARNING: CPU: 6 PID: 1091 at
> > > >drivers/clk/
> > > >> > > clk.c:829 clk_core_unprepare+0xb1/0x1a0
> > > >> > > May 14 19:21:41 geek500 kernel: Modules linked in: [last
> > > >unloaded:
> > > >> > > acpi_call] May 14 19:21:41 geek500 kernel: CPU: 6 PID: 1091 Comm:
> > > >> > > kworker/6:3 Tainted: G W  O      5.17.7+ #7
> > > >> > > May 14 19:21:41 geek500 kernel: Hardware name: HP HP Pavilion
> > > >Gaming
> > > >> > > Laptop
> > > >> > > 15-ec1xxx/87B2, BIOS F.25 08/18/2021
> > > >> > > May 14 19:21:41 geek500 kernel: Workqueue: pm
> > pm_runtime_work
> > > >> > > May 14 19:21:41 geek500 kernel: RIP:
> > > >0010:clk_core_unprepare+0xb1/0x1a0
> > > >> > > May 14 19:21:41 geek500 kernel: Code: 40 00 66 90 48 8b 5b 30 48
> > > >85 db 74
> > > >> > > a2 8b 83 80 00 00 00 85 c0 0f 85 79 ff ff ff 48 8b 33 48 c7 c7 35
> > > >87 c4
> > > >> > > ab e8 18 7c 9a 00 <0f> 0b 5b c3 65 8b 05 fc a2 92 55 89 c0 48 0f
> > > >a3 05 ea
> > > >> > > 62 9d 01 73 May 14 19:21:41 geek500 kernel: RSP:
> > > >0018:ffff8dbfc1c47d60
> > > >> > > EFLAGS: 00010286 May 14 19:21:41 geek500 kernel: RAX:
> > > >0000000000000000
> > > >> > > RBX: ffff8885401b6300 RCX: 0000000000000027
> > > >> > > May 14 19:21:41 geek500 kernel: RDX: ffff88885f59f468 RSI:
> > > >> > > 0000000000000001
> > > >> > > RDI: ffff88885f59f460
> > > >> > > May 14 19:21:41 geek500 kernel: RBP: ffff8885401b6300 R08:
> > > >> > > ffffffffabf26da8
> > > >> > > R09: 00000000ffffdfff
> > > >> > > May 14 19:21:41 geek500 kernel: R10: ffffffffabe46dc0 R11:
> > > >> > > ffffffffabe46dc0
> > > >> > > R12: 0000000000000000
> > > >> > > May 14 19:21:41 geek500 kernel: R13: ffff888540fc30f4 R14:
> > > >> > > 0000000000000008
> > > >> > > R15: 0000000000000000
> > > >> > > May 14 19:21:41 geek500 kernel: FS:  0000000000000000(0000)
> > > >> > > GS:ffff88885f580000(0000) knlGS:0000000000000000
> > > >> > > May 14 19:21:41 geek500 kernel: CS:  0010 DS: 0000 ES: 0000 CR0:
> > > >> > > 0000000080050033
> > > >> > > May 14 19:21:41 geek500 kernel: CR2: 00000000010fa990 CR3:
> > > >> > > 0000000102956000
> > > >> > > CR4: 0000000000350ee0
> > > >> > > May 14 19:21:41 geek500 kernel: Call Trace:
> > > >> > > May 14 19:21:41 geek500 kernel:  <TASK>
> > > >> > > May 14 19:21:41 geek500 kernel:  clk_unprepare+0x1f/0x30
> > > >> > > May 14 19:21:41 geek500 kernel:  i2c_dw_prepare_clk+0x7c/0xd0
> > > >> > > May 14 19:21:41 geek500 kernel:
> dw_i2c_plat_suspend+0x2e/0x40
> > > >> > > May 14 19:21:41 geek500 kernel:
> > > >acpi_subsys_runtime_suspend+0x9/0x20
> > > >> > > May 14 19:21:41 geek500 kernel:  ?
> acpi_dev_suspend+0x160/0x160
> > > >> > > May 14 19:21:41 geek500 kernel:  __rpm_callback+0x3f/0x150
> > > >> > > May 14 19:21:41 geek500 kernel:  ?
> acpi_dev_suspend+0x160/0x160
> > > >> > > May 14 19:21:41 geek500 kernel: done.
> > > >> > > May 14 19:21:41 geek500 kernel:  rpm_callback+0x54/0x60
> > > >> > > May 14 19:21:41 geek500 kernel:  ?
> acpi_dev_suspend+0x160/0x160
> > > >> > > May 14 19:21:41 geek500 kernel:  rpm_suspend+0x142/0x720
> > > >> > > May 14 19:21:41 geek500 kernel:  pm_runtime_work+0x8f/0xa0
> > > >> > > May 14 19:21:41 geek500 kernel:  process_one_work+0x1d3/0x3a0
> > > >> > > May 14 19:21:41 geek500 kernel:  worker_thread+0x48/0x3c0
> > > >> > > May 14 19:21:41 geek500 kernel:  ? rescuer_thread+0x380/0x380
> > > >> > > May 14 19:21:41 geek500 kernel:  kthread+0xd3/0x100
> > > >> > > May 14 19:21:41 geek500 kernel:  ?
> > > >kthread_complete_and_exit+0x20/0x20
> > > >> > > May 14 19:21:41 geek500 kernel:  ret_from_fork+0x22/0x30
> > > >> > > May 14 19:21:41 geek500 kernel:  </TASK>
> > > >> > > May 14 19:21:41 geek500 kernel: ---[ end trace 0000000000000000
> > > >]---
> > > >> > > May 14 19:21:41 geek500 kernel: ------------[ cut here
> > > >]------------
> > > >> > > May 14 19:21:41 geek500 kernel: AMDI0010:03 already disabled
> > > >> > > May 14 19:21:41 geek500 kernel: WARNING: CPU: 6 PID: 1091 at
> > > >drivers/clk/
> > > >> > > clk.c:971 clk_core_disable+0x80/0x1a0
> > > >> > > May 14 19:21:41 geek500 kernel: Modules linked in: [last
> > > >unloaded:
> > > >> > > acpi_call] May 14 19:21:41 geek500 kernel: CPU: 6 PID: 1091 Comm:
> > > >> > > kworker/6:3 Tainted: G W  O      5.17.7+ #7
> > > >> > > May 14 19:21:41 geek500 kernel: Hardware name: HP HP Pavilion
> > > >Gaming
> > > >> > > Laptop
> > > >> > > 15-ec1xxx/87B2, BIOS F.25 08/18/2021
> > > >> > > May 14 19:21:41 geek500 kernel: Workqueue: pm
> > pm_runtime_work
> > > >> > > May 14 19:21:41 geek500 kernel: RIP:
> > > >0010:clk_core_disable+0x80/0x1a0
> > > >> > > May 14 19:21:41 geek500 kernel: Code: 10 e8 e4 4a d1 00 0f 1f 44
> > > >00 00 48
> > > >> > > 8b 5b 30 48 85 db 74 b6 8b 43 7c 85 c0 75 a4 48 8b 33 48 c7 c7 7d
> > > >87 c4
> > > >> > > ab e8 79 7a 9a 00 <0f> 0b 5b 5d c3 65 8b 05 5c a1 92 55 89 c0 48
> > > >0f a3 05
> > > >> > > 4a 61 9d 01 May 14 19:21:41 geek500 kernel: RSP:
> > > >0018:ffff8dbfc1c47d50
> > > >> > > EFLAGS: 00010082 May 14 19:21:41 geek500 kernel: RAX:
> > > >0000000000000000
> > > >> > > RBX: ffff8885401b6300 RCX: 0000000000000027
> > > >> > > May 14 19:21:41 geek500 kernel: RDX: ffff88885f59f468 RSI:
> > > >> > > 0000000000000001
> > > >> > > RDI: ffff88885f59f460
> > > >> > > May 14 19:21:41 geek500 kernel: RBP: 0000000000000287 R08:
> > > >> > > ffffffffabf26da8
> > > >> > > R09: 00000000ffffdfff
> > > >> > > May 14 19:21:41 geek500 kernel: R10: ffffffffabe46dc0 R11:
> > > >> > > ffffffffabe46dc0
> > > >> > > R12: ffff8885401b6300
> > > >> > > May 14 19:21:41 geek500 kernel: R13: ffff888540fc30f4 R14:
> > > >> > > 0000000000000008
> > > >> > > R15: 0000000000000000
> > > >> > > May 14 19:21:41 geek500 kernel: FS:  0000000000000000(0000)
> > > >> > > GS:ffff88885f580000(0000) knlGS:0000000000000000
> > > >> > > May 14 19:21:41 geek500 kernel: CS:  0010 DS: 0000 ES: 0000 CR0:
> > > >> > > 0000000080050033
> > > >> > > May 14 19:21:41 geek500 kernel: CR2: 00000000010fa990 CR3:
> > > >> > > 0000000102956000
> > > >> > > CR4: 0000000000350ee0
> > > >> > > May 14 19:21:41 geek500 kernel: Call Trace:
> > > >> > > May 14 19:21:41 geek500 kernel:  <TASK>
> > > >> > > May 14 19:21:41 geek500 kernel:  clk_disable+0x24/0x30
> > > >> > > May 14 19:21:41 geek500 kernel:  i2c_dw_prepare_clk+0x88/0xd0
> > > >> > > May 14 19:21:41 geek500 kernel:
> dw_i2c_plat_suspend+0x2e/0x40
> > > >> > > May 14 19:21:41 geek500 kernel:
> > > >acpi_subsys_runtime_suspend+0x9/0x20
> > > >> > > May 14 19:21:41 geek500 kernel:  ?
> acpi_dev_suspend+0x160/0x160
> > > >> > > May 14 19:21:41 geek500 kernel:  __rpm_callback+0x3f/0x150
> > > >> > > May 14 19:21:41 geek500 kernel:  ?
> acpi_dev_suspend+0x160/0x160
> > > >> > > May 14 19:21:41 geek500 kernel:  rpm_callback+0x54/0x60
> > > >> > > May 14 19:21:41 geek500 kernel:  ?
> acpi_dev_suspend+0x160/0x160
> > > >> > > May 14 19:21:41 geek500 kernel:  rpm_suspend+0x142/0x720
> > > >> > > May 14 19:21:41 geek500 kernel:  pm_runtime_work+0x8f/0xa0
> > > >> > > May 14 19:21:41 geek500 kernel:  process_one_work+0x1d3/0x3a0
> > > >> > > May 14 19:21:41 geek500 kernel:  worker_thread+0x48/0x3c0
> > > >> > > May 14 19:21:41 geek500 kernel:  ? rescuer_thread+0x380/0x380
> > > >> > > May 14 19:21:41 geek500 kernel:  kthread+0xd3/0x100
> > > >> > > May 14 19:21:41 geek500 kernel:  ?
> > > >kthread_complete_and_exit+0x20/0x20
> > > >> > > May 14 19:21:41 geek500 kernel:  ret_from_fork+0x22/0x30
> > > >> > > May 14 19:21:41 geek500 kernel:  </TASK>
> > > >> > > May 14 19:21:41 geek500 kernel: ---[ end trace 0000000000000000
> > > >]---
> > > >> > > May 14 19:21:41 geek500 kernel: ------------[ cut here
> > > >]------------
> > > >> > > May 14 19:21:41 geek500 kernel: AMDI0010:03 already unprepared
> > > >> > > May 14 19:21:41 geek500 kernel: WARNING: CPU: 6 PID: 1091 at
> > > >drivers/clk/
> > > >> > > clk.c:829 clk_core_unprepare+0xb1/0x1a0
> > > >> > > May 14 19:21:41 geek500 kernel: Modules linked in: [last
> > > >unloaded:
> > > >> > > acpi_call] May 14 19:21:41 geek500 kernel: CPU: 6 PID: 1091 Comm:
> > > >> > > kworker/6:3 Tainted: G W  O      5.17.7+ #7
> > > >> > > May 14 19:21:41 geek500 kernel: Hardware name: HP HP Pavilion
> > > >Gaming
> > > >> > > Laptop
> > > >> > > 15-ec1xxx/87B2, BIOS F.25 08/18/2021
> > > >> > > May 14 19:21:41 geek500 kernel: Workqueue: pm
> > pm_runtime_work
> > > >> > > May 14 19:21:41 geek500 kernel: RIP:
> > > >0010:clk_core_unprepare+0xb1/0x1a0
> > > >> > > May 14 19:21:41 geek500 kernel: Code: 40 00 66 90 48 8b 5b 30 48
> > > >85 db 74
> > > >> > > a2 8b 83 80 00 00 00 85 c0 0f 85 79 ff ff ff 48 8b 33 48 c7 c7 35
> > > >87 c4
> > > >> > > ab e8 18 7c 9a 00 <0f> 0b 5b c3 65 8b 05 fc a2 92 55 89 c0 48 0f
> > > >a3 05 ea
> > > >> > > 62 9d 01 73 May 14 19:21:41 geek500 kernel: RSP:
> > > >0018:ffff8dbfc1c47d60
> > > >> > > EFLAGS: 00010286 May 14 19:21:41 geek500 kernel: RAX:
> > > >0000000000000000
> > > >> > > RBX: ffff8885401b6300 RCX: 0000000000000027
> > > >> > > May 14 19:21:41 geek500 kernel: RDX: ffff88885f59f468 RSI:
> > > >> > > 0000000000000001
> > > >> > > RDI: ffff88885f59f460
> > > >> > > May 14 19:21:41 geek500 kernel: RBP: ffff8885401b6300 R08:
> > > >> > > ffffffffabf26da8
> > > >> > > R09: 00000000ffffdfff
> > > >> > > May 14 19:21:41 geek500 kernel: R10: ffffffffabe46dc0 R11:
> > > >> > > ffffffffabe46dc0
> > > >> > > R12: 0000000000000000
> > > >> > > May 14 19:21:41 geek500 kernel: R13: ffff888540fc30f4 R14:
> > > >> > > 0000000000000008
> > > >> > > R15: 0000000000000000
> > > >> > > May 14 19:21:41 geek500 kernel: FS:  0000000000000000(0000)
> > > >> > > GS:ffff88885f580000(0000) knlGS:0000000000000000
> > > >> > > May 14 19:21:41 geek500 kernel: CS:  0010 DS: 0000 ES: 0000 CR0:
> > > >> > > 0000000080050033
> > > >> > > May 14 19:21:41 geek500 kernel: CR2: 00000000010fa990 CR3:
> > > >> > > 0000000102956000
> > > >> > > CR4: 0000000000350ee0
> > > >> > > May 14 19:21:41 geek500 kernel: Call Trace:
> > > >> > > May 14 19:21:41 geek500 kernel:  <TASK>
> > > >> > > May 14 19:21:41 geek500 kernel:  clk_unprepare+0x1f/0x30
> > > >> > > May 14 19:21:41 geek500 kernel:  i2c_dw_prepare_clk+0x90/0xd0
> > > >> > > May 14 19:21:41 geek500 kernel:
> dw_i2c_plat_suspend+0x2e/0x40
> > > >> > > May 14 19:21:41 geek500 kernel:
> > > >acpi_subsys_runtime_suspend+0x9/0x20
> > > >> > > May 14 19:21:41 geek500 kernel:  ?
> acpi_dev_suspend+0x160/0x160
> > > >> > > May 14 19:21:41 geek500 kernel:  __rpm_callback+0x3f/0x150
> > > >> > > May 14 19:21:41 geek500 kernel:  ?
> acpi_dev_suspend+0x160/0x160
> > > >> > > May 14 19:21:41 geek500 kernel:  rpm_callback+0x54/0x60
> > > >> > > May 14 19:21:41 geek500 kernel:  ?
> acpi_dev_suspend+0x160/0x160
> > > >> > > May 14 19:21:41 geek500 kernel:  rpm_suspend+0x142/0x720
> > > >> > > May 14 19:21:41 geek500 kernel:  pm_runtime_work+0x8f/0xa0
> > > >> > > May 14 19:21:41 geek500 kernel:  process_one_work+0x1d3/0x3a0
> > > >> > > May 14 19:21:41 geek500 kernel:  worker_thread+0x48/0x3c0
> > > >> > > May 14 19:21:41 geek500 kernel:  ? rescuer_thread+0x380/0x380
> > > >> > > May 14 19:21:41 geek500 kernel:  kthread+0xd3/0x100
> > > >> > > May 14 19:21:41 geek500 kernel:  ?
> > > >kthread_complete_and_exit+0x20/0x20
> > > >> > > May 14 19:21:41 geek500 kernel:  ret_from_fork+0x22/0x30
> > > >> > > May 14 19:21:41 geek500 kernel:  </TASK>
> > > >> > > May 14 19:21:41 geek500 kernel: ---[ end trace 0000000000000000
> > > >]---
> > > >> > > May 14 19:21:59 geek500 kernel: snd_hda_codec_hdmi
> > hdaudioC1D0:
> > > >Unable to
> > > >> > > sync register 0x4f0800. -5
> > > >> > > May 14 19:21:59 geek500 kernel: (elapsed 0.175 seconds) done.
> > > >> > > May 14 19:21:59 geek500 kernel: amdgpu 0000:05:00.0: amdgpu:
> > > >Power
> > > >> > > consumption will be higher as BIOS has not been configured for
> > > >> > > suspend-to-idle. To use suspend-to-idle change the sleep mode in
> > > >BIOS
> > > >> > > setup.
> > > >> > > May 14 19:21:59 geek500 kernel: snd_hda_intel 0000:01:00.1: can't
> > > >change
> > > >> > > power state from D3cold to D0 (config space inaccessible)
> > > >> > > May 14 19:21:59 geek500 kernel: pci 0000:00:00.2: can't derive
> > > >routing for
> > > >> > > PCI INT A
> > > >> > > May 14 19:21:59 geek500 kernel: pci 0000:00:00.2: PCI INT A: no
> > > >GSI
> > > >> > > May 14 19:21:59 geek500 kernel: [drm] Fence fallback timer
> > > >expired on ring
> > > >> > > gfx May 14 19:21:59 geek500 kernel: Bluetooth: hci0: command
> > > >0xfc20 tx
> > > >> > > timeout May 14 19:21:59 geek500 kernel: [drm] Fence fallback
> > > >timer
> > > >> > > expired on ring sdma0
> > > >> > > May 14 19:21:59 geek500 kernel: Bluetooth: hci0: RTL: download fw
> > > >command
> > > >> > > failed (-110)
> > > >> > > May 14 19:21:59 geek500 kernel: done.
> > > >> > > May 14 19:22:00 geek500 kernel: snd_hda_codec_hdmi
> > hdaudioC1D0:
> > > >Unable to
> > > >> > > sync register 0x4f0800. -5
> > > >> > > May 14 19:22:00 geek500 dnsmasq[2079]: no servers found in
> > > >/etc/dnsmasq.d/
> > > >> > > dnsmasq-resolv.conf, will retry
> > > >> > > May 14 19:22:01 geek500 kernel: [drm] Fence fallback timer
> > > >expired on ring
> > > >> > > sdma0
> > > >> > > May 14 19:22:01 geek500 kernel: [drm] Fence fallback timer
> > > >expired on ring
> > > >> > > gfx May 14 19:22:01 geek500 kernel: [drm] Fence fallback timer
> > > >expired on
> > > >> > > ring sdma0
> > > >> > > May 14 19:22:02 geek500 last message buffered 2 times
> > > >> > > May 14 19:22:03 geek500 kernel: [drm] Fence fallback timer
> > > >expired on ring
> > > >> > > gfx May 14 19:22:03 geek500 kernel: [drm] Fence fallback timer
> > > >expired on
> > > >> > > ring sdma0
> > > >> > > May 14 19:22:03 geek500 kernel: [drm] Fence fallback timer
> > > >expired on ring
> > > >> > > gfx May 14 19:22:03 geek500 kernel: [drm] Fence fallback timer
> > > >expired on
> > > >> > > ring sdma0
> > > >> > > May 14 19:22:04 geek500 kernel: [drm] Fence fallback timer
> > > >expired on ring
> > > >> > > gfx May 14 19:22:04 geek500 kernel: [drm] Fence fallback timer
> > > >expired on
> > > >> > > ring sdma0
> > > >> > > May 14 19:22:04 geek500 kernel: [drm] Fence fallback timer
> > > >expired on ring
> > > >> > > gfx May 14 19:22:04 geek500 kernel: [drm] Fence fallback timer
> > > >expired on
> > > >> > > ring sdma0
> > > >> > > May 14 19:22:05 geek500 last message buffered 2 times
> > > >> > > May 14 19:22:05 geek500 kernel: [drm] Fence fallback timer
> > > >expired on ring
> > > >> > > gfx May 14 19:22:06 geek500 kernel: [drm] Fence fallback timer
> > > >expired on
> > > >> > > ring sdma0
> > > >> > > May 14 19:22:06 geek500 kernel: [drm] Fence fallback timer
> > > >expired on ring
> > > >> > > gfx May 14 19:22:06 geek500 last message buffered 1 times
> > > >> > > ...
> > > >> > > May 14 19:22:18 geek500 kernel: [drm] Fence fallback timer
> > > >expired on ring
> > > >> > > sdma0
> > > >> > > May 14 19:22:18 geek500 kernel:
> > > >[drm:amdgpu_dm_atomic_commit_tail] *ERROR*
> > > >> > > Waiting for fences timed out!
> > > >> > > May 14 19:22:18 geek500 kernel: [drm] Fence fallback timer
> > > >expired on ring
> > > >> > > sdma0
> > > >> > >
> > > >> > > CC
> > > >> > >
> > > >> > > Le samedi 14 mai 2022, 17:12:33 CEST Thorsten Leemhuis a écrit :
> > > >> > > > Hi, this is your Linux kernel regression tracker. Thanks for
> > > >the report.
> > > >> > > >
> > > >> > > > On 14.05.22 16:41, Christian Casteyde wrote:
> > > >> > > > > #regzbot introduced v5.17.3..v5.17.4
> > > >> > > > > #regzbot introduced:
> > 001828fb3084379f3c3e228b905223c50bc237f9
> > > >> > > >
> > > >> > > > FWIW, that's commit 887f75cfd0da ("drm/amdgpu: Ensure HDA
> > > >function is
> > > >> > > > suspended before ASIC reset") upstream.
> > > >> > > >
> > > >> > > > Recently a regression was reported where 887f75cfd0da was
> > > >suspected as
> > > >> > > > the culprit:
> > > >> > > >
> >
> https://nam11.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgitla
> > b.freedesktop.org%2Fdrm%2Famd%2F-
> >
> %2Fissues%2F2008&amp;data=05%7C01%7Cmario.limonciello%40amd.com%
> >
> 7C1bec068bb98a4378972f08da382c147a%7C3dd8961fe4884e608e11a82d994e
> >
> 183d%7C0%7C0%7C637884059824032387%7CUnknown%7CTWFpbGZsb3d8ey
> >
> JWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%
> >
> 7C3000%7C%7C%7C&amp;sdata=TzxAC63GZLbPsf1oZcj9PAIvEplX84r2VPbkb6
> > T47jo%3D&amp;reserved=0
> > > >> > > >
> > > >> > > > And a one related to it:
> > > >> > > >
> >
> https://nam11.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgitla
> > b.freedesktop.org%2Fdrm%2Famd%2F-
> >
> %2Fissues%2F1982&amp;data=05%7C01%7Cmario.limonciello%40amd.com%
> >
> 7C1bec068bb98a4378972f08da382c147a%7C3dd8961fe4884e608e11a82d994e
> >
> 183d%7C0%7C0%7C637884059824032387%7CUnknown%7CTWFpbGZsb3d8ey
> >
> JWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%
> >
> 7C3000%7C%7C%7C&amp;sdata=Kh1u7tEddBkeJ9NO6EFCKPrykcYW5GbQ6Fr
> > tAGFK72M%3D&amp;reserved=0
> > > >> > > >
> > > >> > > > You might want to take a look if what was discussed there might
> > > >be
> > > >> > > > related to your problem (I'm not directly involved in any of
> > > >this, I
> > > >> > > > don't know the details, it's just that 887f75cfd0da looked
> > > >familiar to
> > > >> > > > me). If it is, a fix for these two bugs was committed to master
> > > >earlier
> > > >> > > > this week:
> > > >> > > >
> > > >> > > >
> > >
> >
> >https://nam11.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgit.
> >
> kernel.org%2Fpub%2Fscm%2Flinux%2Fkernel%2Fgit%2Ftorvalds%2Flinux.git
> >
> %2Fcommi&amp;data=05%7C01%7Cmario.limonciello%40amd.com%7C1bec0
> >
> 68bb98a4378972f08da382c147a%7C3dd8961fe4884e608e11a82d994e183d%7
> >
> C0%7C0%7C637884059824032387%7CUnknown%7CTWFpbGZsb3d8eyJWIjoi
> >
> MC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C300
> >
> 0%7C%7C%7C&amp;sdata=Q3hdn9Q9DYu9CFTjn6ge5VFcxIbHClwLvy8qFPbiCi
> > w%3D&amp;reserved=0
> > > >> > > > t/?i d=a56f445f807b0276
> > > >> > > >
> > > >> > > > It will likely be backported to 5.17.y, maybe already in the
> > > >over-next
> > > >> > > > release. HTH.
> > > >> > > >
> > > >> > > > Ciao, Thorsten (wearing his 'the Linux kernel's regression
> > > >tracker' hat)
> > > >> > > >
> > > >> > > > P.S.: As the Linux kernel's regression tracker I deal with a
> > > >lot of
> > > >> > > > reports and sometimes miss something important when writing
> > > >mails like
> > > >> > > > this. If that's the case here, don't hesitate to tell me in a
> > > >public
> > > >> > > > reply, it's in everyone's interest to set the public record
> > > >straight.
> > > >> > > >
> > > >> > > > > Hello
> > > >> > > > > Since 5.17.4 my laptop doesn't resume from suspend anymore.
> > > >At resume,
> > > >> > > > > symptoms are variable:
> > > >> > > > > - either the laptop freezes;
> > > >> > > > > - either the screen keeps blank;
> > > >> > > > > - either the screen is OK but mouse is frozen;
> > > >> > > > > - either display lags with several logs in dmesg:
> > > >> > > > > [  228.275492] [drm] Fence fallback timer expired on ring gfx
> > > >> > > > > [  228.395466] [drm:amdgpu_dm_atomic_commit_tail]
> *ERROR*
> > > >Waiting for
> > > >> > > > > fences timed out!
> > > >> > > > > [  228.779490] [drm] Fence fallback timer expired on ring gfx
> > > >> > > > > [  229.283484] [drm] Fence fallback timer expired on ring
> > > >sdma0
> > > >> > > > > [  229.283485] [drm] Fence fallback timer expired on ring gfx
> > > >> > > > > [  229.787487] [drm] Fence fallback timer expired on ring gfx
> > > >> > > > > ...
> > > >> > > > >
> > > >> > > > > I've bisected the problem.
> > > >> > > > >
> > > >> > > > > Please note this laptop has a strange behaviour on suspend:
> > > >> > > > > The first suspend request always fails (this point has never
> > > >been
> > > >> > > > > fixed
> > > >> > > > > and
> > > >> > > > > plagues us when trying to diagnose another regression on
> > > >touchpad not
> > > >> > > > > resuming in the past). The screen goes blank and I can get it
> > > >OK when
> > > >> > > > > pressing the power button, this seems to reset it. After that
> > > >all
> > > >> > > > > suspend/resume works OK.
> > > >> > > > >
> > > >> > > > > Since 5.17.4, it is not possible anymore to get the laptop
> > > >working
> > > >> > > > > again
> > > >> > > > > after the first suspend failure.
> > > >> > > > >
> > > >> > > > > HW : HP Pavilion / Ryzen 4600H with AMD graphics integrated +
> > > >NVidia
> > > >> > > > > 1650Ti
> > > >> > > > > (turned off with ACPI call in order to get more battery, I'm
> > > >not using
> > > >> > > > > NVidia driver).
> > > >>
> > >

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

* RE: [REGRESSION] Laptop with Ryzen 4600H fails to resume video since 5.17.4 (works 5.17.3)
  2022-05-19 17:31                     ` Limonciello, Mario
@ 2022-05-19 18:07                       ` Limonciello, Mario
  0 siblings, 0 replies; 30+ messages in thread
From: Limonciello, Mario @ 2022-05-19 18:07 UTC (permalink / raw)
  To: casteyde.christian
  Cc: stable, Thorsten Leemhuis, regressions, Deucher, Alexander,
	gregkh, Kai-Heng Feng

[Public]

> 
> In addition to my other ask somewhere in this thread for increased
> debugging
> output to find your "real" problem, please give a try of this combo:
> 
> 1) 5.18-rc7
> 2) Patch turning off reset on dGPUs in s2idle
> 3) The below patch
> 
> This patch should do pretty much the same thing, try to recover your GPU
> when
> it's in this bad state. Now it happens somewhere more sustainable and
> sensible:
> on the resume path.  I think this might get you a functional display rather
> than that
> "black screen" from the failed suspend cycle.  It's still papering over your real
> issue
> of whatever caused the failed suspend.
> 

I noticed the reset doesn't redo the HW init, that's still another needed step.

So here's a proper link to the patch you can apply as an mbox:
https://patchwork.freedesktop.org/patch/486836/
This is untested.

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

* Re: [REGRESSION] Laptop with Ryzen 4600H fails to resume video since 5.17.4 (works 5.17.3)
  2022-05-18  6:37                     ` Thorsten Leemhuis
  2022-05-18 20:15                       ` Limonciello, Mario
@ 2022-05-23 13:02                       ` Christian Casteyde
  2022-05-23 14:00                         ` Limonciello, Mario
  2022-05-23 17:03                         ` Christian Casteyde
  1 sibling, 2 replies; 30+ messages in thread
From: Christian Casteyde @ 2022-05-23 13:02 UTC (permalink / raw)
  To: Kai-Heng Feng, Thorsten Leemhuis
  Cc: stable, regressions, alexander deucher, gregkh, Mario Limonciello

Hello

I've checked with 5.18 the problem is still there.
Interestingly, I tried to revert the commit but it was rejected because of the 
change in the test from:
        if (!adev->in_s0ix) 
to:
      if (amdgpu_acpi_should_gpu_reset(adev))

in amdgpu_pmops_suspend.

I fixed the rejection, keeping shoud_gpu_reset, but it still fails.
Then I changed to restore test of in_s0ix as it was in 5.17, and it works.
I tried with a call to amd_gpu_asic_reset without testing at all in_s0ix, it 
works.

Therefore, my APU wants a reset in amdgpu_pmops_suspend.

By curiosity, I tried to do the reset in amdgpu_pmops_suspend_noirq as was 
intended in 5.18 original code, commenting out the test of 
amdgpu_acpi_should_gpu_reset(adev) (since this APU wants a reset).
This does not work, I got the Fence timeout errors or freezes.

If I leave  noirq function unchanged (original 5.18 code), and just add a 
reset in suspend() as was done in 5.17, it works.

Therefore, my GPU does NOT want to be reset in noirq, the reset must be in 
suspend.

In other words, I modified amdgpu_pmops_suspend (partial revert) like this and 
this works on my laptop:

static int amdgpu_pmops_suspend(struct device *dev)
{
	struct drm_device *drm_dev = dev_get_drvdata(dev);
	struct amdgpu_device *adev = drm_to_adev(drm_dev);
+	int r;

	if (amdgpu_acpi_is_s0ix_active(adev))
		adev->in_s0ix = true;
	else
		adev->in_s3 = true;
-	return amdgpu_device_suspend(drm_dev, true);
+	r = amdgpu_device_suspend(drm_dev, true);
+	if (r)
+		return r;
+	if (!adev->in_s0ix)
+		return amdgpu_asic_reset(adev);
	return 0;
}

static int amdgpu_pmops_suspend_noirq(struct device *dev)
{
	struct drm_device *drm_dev = dev_get_drvdata(dev);
	struct amdgpu_device *adev = drm_to_adev(drm_dev);

	if (amdgpu_acpi_should_gpu_reset(adev))
		return amdgpu_asic_reset(adev);

	return 0;
}

I don't know if other APU want a reset, in the same context, and how to 
differentiate all the cases, so I cannot go further, but I can test patches if 
needed.

CC

Le mercredi 18 mai 2022, 08:37:27 CEST Thorsten Leemhuis a écrit :
> On 18.05.22 07:54, Kai-Heng Feng wrote:
> > On Wed, May 18, 2022 at 1:52 PM Thorsten Leemhuis
> > 
> > <regressions@leemhuis.info> wrote:
> >> On 17.05.22 19:37, casteyde.christian@free.fr wrote:
> >>> I've tryied to revert the offending commit on 5.18-rc7 (887f75cfd0da
> >>> ("drm/amdgpu: Ensure HDA function is suspended before ASIC reset"), and
> >>> the problem disappears so it's really this commit that breaks.
> >> 
> >> In that case I'll update the regzbot status to make sure it's visible as
> >> regression introduced in the 5.18 cycle:
> >> 
> >> #regzbot introduced: 887f75cfd0da
> >> 
> >> BTW: obviously would be nice to get this fixed before 5.18 is released
> >> (which might already happen on Sunday), especially as the culprit
> >> apparently was already backported to stable, but I guess that won't be
> >> easy...
> >> 
> >> Which made me wondering: is reverting the culprit temporarily in
> >> mainline (and reapplying it later with a fix) a option here?
> > 
> > It's too soon to call it's the culprit.
> 
> Well, sure, the root-cause might be somewhere else. But from the point
> of kernel regressions (and tracking them) it's the culprit, as that's
> the change that triggers the misbehavior. And that's how Linus
> approaches these things as well when it comes to reverting to fix
> regressions -- and he even might...
> 
> > The suspend on the system
> > doesn't work properly at the first place.
> 
> ...ignore things like this, as long as a revert is unlikely to cause
> more damage than good.
> 
> Ciao. Thorsten
> 
> >> Ciao, Thorsten (wearing his 'the Linux kernel's regression tracker' hat)
> >> 
> >> P.S.: As the Linux kernel's regression tracker I deal with a lot of
> >> reports and sometimes miss something important when writing mails like
> >> this. If that's the case here, don't hesitate to tell me in a public
> >> reply, it's in everyone's interest to set the public record straight.





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

* RE: [REGRESSION] Laptop with Ryzen 4600H fails to resume video since 5.17.4 (works 5.17.3)
  2022-05-23 13:02                       ` Christian Casteyde
@ 2022-05-23 14:00                         ` Limonciello, Mario
  2022-05-23 17:03                         ` Christian Casteyde
  1 sibling, 0 replies; 30+ messages in thread
From: Limonciello, Mario @ 2022-05-23 14:00 UTC (permalink / raw)
  To: Christian Casteyde, Kai-Heng Feng, Thorsten Leemhuis
  Cc: stable, regressions, Deucher, Alexander, gregkh

[Public]



> -----Original Message-----
> From: Christian Casteyde <casteyde.christian@free.fr>
> Sent: Monday, May 23, 2022 08:03
> To: Kai-Heng Feng <kai.heng.feng@canonical.com>; Thorsten Leemhuis
> <regressions@leemhuis.info>
> Cc: stable@vger.kernel.org; regressions@lists.linux.dev; Deucher, Alexander
> <Alexander.Deucher@amd.com>; gregkh@linuxfoundation.org; Limonciello,
> Mario <Mario.Limonciello@amd.com>
> Subject: Re: [REGRESSION] Laptop with Ryzen 4600H fails to resume video since
> 5.17.4 (works 5.17.3)
> 
> Hello
> 
> I've checked with 5.18 the problem is still there.
> Interestingly, I tried to revert the commit but it was rejected because of the
> change in the test from:
>         if (!adev->in_s0ix)
> to:
>       if (amdgpu_acpi_should_gpu_reset(adev))
> 
> in amdgpu_pmops_suspend.
> 
> I fixed the rejection, keeping shoud_gpu_reset, but it still fails.
> Then I changed to restore test of in_s0ix as it was in 5.17, and it works.
> I tried with a call to amd_gpu_asic_reset without testing at all in_s0ix, it
> works.
> 
> Therefore, my APU wants a reset in amdgpu_pmops_suspend.
> 
> By curiosity, I tried to do the reset in amdgpu_pmops_suspend_noirq as was
> intended in 5.18 original code, commenting out the test of
> amdgpu_acpi_should_gpu_reset(adev) (since this APU wants a reset).
> This does not work, I got the Fence timeout errors or freezes.
> 
> If I leave  noirq function unchanged (original 5.18 code), and just add a
> reset in suspend() as was done in 5.17, it works.
> 
> Therefore, my GPU does NOT want to be reset in noirq, the reset must be in
> suspend.
> 
> In other words, I modified amdgpu_pmops_suspend (partial revert) like this and
> this works on my laptop:
> 
> static int amdgpu_pmops_suspend(struct device *dev)
> {
> 	struct drm_device *drm_dev = dev_get_drvdata(dev);
> 	struct amdgpu_device *adev = drm_to_adev(drm_dev);
> +	int r;
> 
> 	if (amdgpu_acpi_is_s0ix_active(adev))
> 		adev->in_s0ix = true;
> 	else
> 		adev->in_s3 = true;
> -	return amdgpu_device_suspend(drm_dev, true);
> +	r = amdgpu_device_suspend(drm_dev, true);
> +	if (r)
> +		return r;
> +	if (!adev->in_s0ix)
> +		return amdgpu_asic_reset(adev);
> 	return 0;
> }
> 
> static int amdgpu_pmops_suspend_noirq(struct device *dev)
> {
> 	struct drm_device *drm_dev = dev_get_drvdata(dev);
> 	struct amdgpu_device *adev = drm_to_adev(drm_dev);
> 
> 	if (amdgpu_acpi_should_gpu_reset(adev))
> 		return amdgpu_asic_reset(adev);
> 
> 	return 0;
> }
> 
> I don't know if other APU want a reset, in the same context, and how to
> differentiate all the cases, so I cannot go further, but I can test patches if
> needed.

The core of this problem is that your first suspend fails and the GPU is in a bad
state for the next suspend.

I'm not sure why you're ignoring my other emails, but I did suggest a different
approach in this thread here:

https://patchwork.freedesktop.org/patch/486836/

Thanks,

> 
> CC
> 
> Le mercredi 18 mai 2022, 08:37:27 CEST Thorsten Leemhuis a écrit :
> > On 18.05.22 07:54, Kai-Heng Feng wrote:
> > > On Wed, May 18, 2022 at 1:52 PM Thorsten Leemhuis
> > >
> > > <regressions@leemhuis.info> wrote:
> > >> On 17.05.22 19:37, casteyde.christian@free.fr wrote:
> > >>> I've tryied to revert the offending commit on 5.18-rc7 (887f75cfd0da
> > >>> ("drm/amdgpu: Ensure HDA function is suspended before ASIC reset"), and
> > >>> the problem disappears so it's really this commit that breaks.
> > >>
> > >> In that case I'll update the regzbot status to make sure it's visible as
> > >> regression introduced in the 5.18 cycle:
> > >>
> > >> #regzbot introduced: 887f75cfd0da
> > >>
> > >> BTW: obviously would be nice to get this fixed before 5.18 is released
> > >> (which might already happen on Sunday), especially as the culprit
> > >> apparently was already backported to stable, but I guess that won't be
> > >> easy...
> > >>
> > >> Which made me wondering: is reverting the culprit temporarily in
> > >> mainline (and reapplying it later with a fix) a option here?
> > >
> > > It's too soon to call it's the culprit.
> >
> > Well, sure, the root-cause might be somewhere else. But from the point
> > of kernel regressions (and tracking them) it's the culprit, as that's
> > the change that triggers the misbehavior. And that's how Linus
> > approaches these things as well when it comes to reverting to fix
> > regressions -- and he even might...
> >
> > > The suspend on the system
> > > doesn't work properly at the first place.
> >
> > ...ignore things like this, as long as a revert is unlikely to cause
> > more damage than good.
> >
> > Ciao. Thorsten
> >
> > >> Ciao, Thorsten (wearing his 'the Linux kernel's regression tracker' hat)
> > >>
> > >> P.S.: As the Linux kernel's regression tracker I deal with a lot of
> > >> reports and sometimes miss something important when writing mails like
> > >> this. If that's the case here, don't hesitate to tell me in a public
> > >> reply, it's in everyone's interest to set the public record straight.
> 
> 
> 

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

* Re: [REGRESSION] Laptop with Ryzen 4600H fails to resume video since 5.17.4 (works 5.17.3)
  2022-05-23 13:02                       ` Christian Casteyde
  2022-05-23 14:00                         ` Limonciello, Mario
@ 2022-05-23 17:03                         ` Christian Casteyde
  2022-05-23 22:01                           ` Limonciello, Mario
  2022-05-24 20:54                           ` Christian Casteyde
  1 sibling, 2 replies; 30+ messages in thread
From: Christian Casteyde @ 2022-05-23 17:03 UTC (permalink / raw)
  To: Kai-Heng Feng, Thorsten Leemhuis
  Cc: stable, regressions, alexander deucher, gregkh, Mario Limonciello

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

I've opened the gitlab entry for this discussion:
https://gitlab.freedesktop.org/drm/amd/-/issues/2023

I confirm I 'm not receiving mails anymore from the mailing list but I'll 
follow gitlab.

In reply to the patch proposed by Mario:
https://patchwork.freedesktop.org/patch/486836/
With this patch applied on vanilla 5.18 kernel:
- suspend still fails;
- after suspend attempt, the screen comes back with only the cursor;
- switching to a console let me get the following dmesg file.

CC

Le lundi 23 mai 2022, 15:02:53 CEST Christian Casteyde a écrit :
> Hello
> 
> I've checked with 5.18 the problem is still there.
> Interestingly, I tried to revert the commit but it was rejected because of
> the change in the test from:
>         if (!adev->in_s0ix)
> to:
>       if (amdgpu_acpi_should_gpu_reset(adev))
> 
> in amdgpu_pmops_suspend.
> 
> I fixed the rejection, keeping shoud_gpu_reset, but it still fails.
> Then I changed to restore test of in_s0ix as it was in 5.17, and it works.
> I tried with a call to amd_gpu_asic_reset without testing at all in_s0ix, it
> works.
> 
> Therefore, my APU wants a reset in amdgpu_pmops_suspend.
> 
> By curiosity, I tried to do the reset in amdgpu_pmops_suspend_noirq as was
> intended in 5.18 original code, commenting out the test of
> amdgpu_acpi_should_gpu_reset(adev) (since this APU wants a reset).
> This does not work, I got the Fence timeout errors or freezes.
> 
> If I leave  noirq function unchanged (original 5.18 code), and just add a
> reset in suspend() as was done in 5.17, it works.
> 
> Therefore, my GPU does NOT want to be reset in noirq, the reset must be in
> suspend.
> 
> In other words, I modified amdgpu_pmops_suspend (partial revert) like this
> and this works on my laptop:
> 
> static int amdgpu_pmops_suspend(struct device *dev)
> {
> 	struct drm_device *drm_dev = dev_get_drvdata(dev);
> 	struct amdgpu_device *adev = drm_to_adev(drm_dev);
> +	int r;
> 
> 	if (amdgpu_acpi_is_s0ix_active(adev))
> 		adev->in_s0ix = true;
> 	else
> 		adev->in_s3 = true;
> -	return amdgpu_device_suspend(drm_dev, true);
> +	r = amdgpu_device_suspend(drm_dev, true);
> +	if (r)
> +		return r;
> +	if (!adev->in_s0ix)
> +		return amdgpu_asic_reset(adev);
> 	return 0;
> }
> 
> static int amdgpu_pmops_suspend_noirq(struct device *dev)
> {
> 	struct drm_device *drm_dev = dev_get_drvdata(dev);
> 	struct amdgpu_device *adev = drm_to_adev(drm_dev);
> 
> 	if (amdgpu_acpi_should_gpu_reset(adev))
> 		return amdgpu_asic_reset(adev);
> 
> 	return 0;
> }
> 
> I don't know if other APU want a reset, in the same context, and how to
> differentiate all the cases, so I cannot go further, but I can test patches
> if needed.
> 
> CC
> 
> Le mercredi 18 mai 2022, 08:37:27 CEST Thorsten Leemhuis a écrit :
> > On 18.05.22 07:54, Kai-Heng Feng wrote:
> > > On Wed, May 18, 2022 at 1:52 PM Thorsten Leemhuis
> > > 
> > > <regressions@leemhuis.info> wrote:
> > >> On 17.05.22 19:37, casteyde.christian@free.fr wrote:
> > >>> I've tryied to revert the offending commit on 5.18-rc7 (887f75cfd0da
> > >>> ("drm/amdgpu: Ensure HDA function is suspended before ASIC reset"),
> > >>> and
> > >>> the problem disappears so it's really this commit that breaks.
> > >> 
> > >> In that case I'll update the regzbot status to make sure it's visible
> > >> as
> > >> regression introduced in the 5.18 cycle:
> > >> 
> > >> #regzbot introduced: 887f75cfd0da
> > >> 
> > >> BTW: obviously would be nice to get this fixed before 5.18 is released
> > >> (which might already happen on Sunday), especially as the culprit
> > >> apparently was already backported to stable, but I guess that won't be
> > >> easy...
> > >> 
> > >> Which made me wondering: is reverting the culprit temporarily in
> > >> mainline (and reapplying it later with a fix) a option here?
> > > 
> > > It's too soon to call it's the culprit.
> > 
> > Well, sure, the root-cause might be somewhere else. But from the point
> > of kernel regressions (and tracking them) it's the culprit, as that's
> > the change that triggers the misbehavior. And that's how Linus
> > approaches these things as well when it comes to reverting to fix
> > regressions -- and he even might...
> > 
> > > The suspend on the system
> > > doesn't work properly at the first place.
> > 
> > ...ignore things like this, as long as a revert is unlikely to cause
> > more damage than good.
> > 
> > Ciao. Thorsten
> > 
> > >> Ciao, Thorsten (wearing his 'the Linux kernel's regression tracker'
> > >> hat)
> > >> 
> > >> P.S.: As the Linux kernel's regression tracker I deal with a lot of
> > >> reports and sometimes miss something important when writing mails like
> > >> this. If that's the case here, don't hesitate to tell me in a public
> > >> reply, it's in everyone's interest to set the public record straight.


[-- Attachment #2: dmesg-bad-0523.txt --]
[-- Type: text/plain, Size: 81911 bytes --]

[    0.000000] Linux version 5.18.0 (root@geek500.localdomain) (gcc (GCC) 11.2.0, GNU ld version 2.38-slack151) #15 SMP PREEMPT_DYNAMIC Mon May 23 18:12:46 CEST 2022
[    0.000000] Command line: ro root=/dev/nvme0n1p4
[    0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'compacted' format.
[    0.000000] signal: max sigframe size: 1776
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009ffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000000a0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000009ecffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000009ed0000-0x0000000009ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x000000000a000000-0x000000000a1fffff] usable
[    0.000000] BIOS-e820: [mem 0x000000000a200000-0x000000000a20cfff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000000a20d000-0x00000000a7383fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000a7384000-0x00000000a74d9fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000a74da000-0x00000000a753ffff] ACPI data
[    0.000000] BIOS-e820: [mem 0x00000000a7540000-0x00000000a76eefff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000a76ef000-0x00000000acffdfff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000acffe000-0x00000000adffffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000ae000000-0x00000000afffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000f0000000-0x00000000f7ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fd000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000042f33ffff] usable
[    0.000000] BIOS-e820: [mem 0x000000042f340000-0x00000004701fffff] reserved
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] e820: update [mem 0xa4177018-0xa41a0857] usable ==> usable
[    0.000000] e820: update [mem 0xa4177018-0xa41a0857] usable ==> usable
[    0.000000] e820: update [mem 0xa423a018-0xa4247457] usable ==> usable
[    0.000000] e820: update [mem 0xa423a018-0xa4247457] usable ==> usable
[    0.000000] extended physical RAM map:
[    0.000000] reserve setup_data: [mem 0x0000000000000000-0x000000000009ffff] usable
[    0.000000] reserve setup_data: [mem 0x00000000000a0000-0x00000000000fffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000000100000-0x0000000009ecffff] usable
[    0.000000] reserve setup_data: [mem 0x0000000009ed0000-0x0000000009ffffff] reserved
[    0.000000] reserve setup_data: [mem 0x000000000a000000-0x000000000a1fffff] usable
[    0.000000] reserve setup_data: [mem 0x000000000a200000-0x000000000a20cfff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x000000000a20d000-0x00000000a4177017] usable
[    0.000000] reserve setup_data: [mem 0x00000000a4177018-0x00000000a41a0857] usable
[    0.000000] reserve setup_data: [mem 0x00000000a41a0858-0x00000000a423a017] usable
[    0.000000] reserve setup_data: [mem 0x00000000a423a018-0x00000000a4247457] usable
[    0.000000] reserve setup_data: [mem 0x00000000a4247458-0x00000000a7383fff] usable
[    0.000000] reserve setup_data: [mem 0x00000000a7384000-0x00000000a74d9fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000a74da000-0x00000000a753ffff] ACPI data
[    0.000000] reserve setup_data: [mem 0x00000000a7540000-0x00000000a76eefff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x00000000a76ef000-0x00000000acffdfff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000acffe000-0x00000000adffffff] usable
[    0.000000] reserve setup_data: [mem 0x00000000ae000000-0x00000000afffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000f0000000-0x00000000f7ffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fd000000-0x00000000ffffffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000100000000-0x000000042f33ffff] usable
[    0.000000] reserve setup_data: [mem 0x000000042f340000-0x00000004701fffff] reserved
[    0.000000] efi: EFI v2.70 by American Megatrends
[    0.000000] efi: ACPI=0xa753f000 ACPI 2.0=0xa753f014 TPMFinalLog=0xa76a7000 SMBIOS=0xace1b000 SMBIOS 3.0=0xace1a000 MEMATTR=0xa6019018 ESRT=0xa6621d18 RNG=0xace68f98 TPMEventLog=0xa609a018 
[    0.000000] efi: seeding entropy pool
[    0.000000] SMBIOS 3.2.0 present.
[    0.000000] DMI: HP HP Pavilion Gaming Laptop 15-ec1xxx/87B2, BIOS F.25 08/18/2021
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 2994.264 MHz processor
[    0.000133] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000135] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000139] last_pfn = 0x42f340 max_arch_pfn = 0x400000000
[    0.000247] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.000479] e820: update [mem 0xb0000000-0xffffffff] usable ==> reserved
[    0.000486] last_pfn = 0xae000 max_arch_pfn = 0x400000000
[    0.000496] esrt: Reserving ESRT space from 0x00000000a6621d18 to 0x00000000a6621d50.
[    0.000506] e820: update [mem 0xa6621000-0xa6621fff] usable ==> reserved
[    0.000547] Using GB pages for direct mapping
[    0.001064] Secure boot disabled
[    0.001066] ACPI: Early table checksum verification disabled
[    0.001069] ACPI: RSDP 0x00000000A753F014 000024 (v02 HPQOEM)
[    0.001072] ACPI: XSDT 0x00000000A753E728 0000EC (v01 HPQOEM SLIC-MPC 01072009 AMI  01000013)
[    0.001076] ACPI: FACP 0x00000000A7534000 000114 (v06 HPQOEM SLIC-MPC 01072009 HP   00010013)
[    0.001079] ACPI: DSDT 0x00000000A751F000 0149B8 (v02 HPQOEM 87B2     01072009 ACPI 20120913)
[    0.001082] ACPI: FACS 0x00000000A76A5000 000040
[    0.001083] ACPI: SSDT 0x00000000A7536000 007216 (v02 HPQOEM 87B2     00000002 ACPI 04000000)
[    0.001085] ACPI: IVRS 0x00000000A7535000 0001A4 (v02 HPQOEM 87B2     00000001 HP   00000000)
[    0.001087] ACPI: FIDT 0x00000000A751E000 00009C (v01 HPQOEM 87B2     01072009 HP   00010013)
[    0.001089] ACPI: MCFG 0x00000000A751D000 00003C (v01 HPQOEM 87B2     01072009 HP   00010013)
[    0.001091] ACPI: HPET 0x00000000A751C000 000038 (v01 HPQOEM 87B2     01072009 HP   00000005)
[    0.001093] ACPI: SSDT 0x00000000A751B000 000228 (v01 HPQOEM 87B2     00000001 ACPI 20120913)
[    0.001095] ACPI: VFCT 0x00000000A750D000 00D484 (v01 HPQOEM 87B2     00000001 HP   31504F47)
[    0.001097] ACPI: SSDT 0x00000000A750C000 000050 (v01 HPQOEM 87B2     00000001 ACPI 20120913)
[    0.001098] ACPI: TPM2 0x00000000A750B000 00004C (v04 HPQOEM 87B2     00000001 HP   00000000)
[    0.001100] ACPI: SSDT 0x00000000A7508000 002B80 (v01 HPQOEM 87B2     00000001 ACPI 00000001)
[    0.001102] ACPI: CRAT 0x00000000A7507000 000BA8 (v01 HPQOEM 87B2     00000001 HP   00000001)
[    0.001104] ACPI: CDIT 0x00000000A7506000 000029 (v01 HPQOEM 87B2     00000001 HP   00000001)
[    0.001106] ACPI: SSDT 0x00000000A7505000 000139 (v01 HPQOEM 87B2     00000001 ACPI 20120913)
[    0.001108] ACPI: SSDT 0x00000000A7504000 0000C2 (v01 HPQOEM 87B2     00000001 ACPI 20120913)
[    0.001109] ACPI: SSDT 0x00000000A7503000 000D37 (v01 HPQOEM 87B2     00000001 ACPI 20120913)
[    0.001111] ACPI: SSDT 0x00000000A7501000 0010AC (v01 HPQOEM 87B2     00000001 ACPI 20120913)
[    0.001113] ACPI: SSDT 0x00000000A7500000 000D87 (v01 HPQOEM 87B2     00000001 ACPI 20120913)
[    0.001115] ACPI: SSDT 0x00000000A74FC000 0030C8 (v01 HPQOEM 87B2     00000001 ACPI 20120913)
[    0.001117] ACPI: WSMT 0x00000000A74FB000 000028 (v01 HPQOEM 87B2     01072009 HP   00010013)
[    0.001118] ACPI: APIC 0x00000000A74FA000 0000DE (v03 HPQOEM 87B2     01072009 HP   00010013)
[    0.001120] ACPI: SSDT 0x00000000A74F9000 00007D (v01 HPQOEM 87B2     00000001 ACPI 20120913)
[    0.001122] ACPI: SSDT 0x00000000A74F8000 000517 (v01 HPQOEM 87B2     00000001 ACPI 20120913)
[    0.001124] ACPI: FPDT 0x00000000A74F7000 000044 (v01 HPQOEM 87B2     01072009 HP   01000013)
[    0.001126] ACPI: BGRT 0x00000000A74F6000 000038 (v01 HPQOEM 87B2     01072009 HP   00010013)
[    0.001128] ACPI: Reserving FACP table memory at [mem 0xa7534000-0xa7534113]
[    0.001129] ACPI: Reserving DSDT table memory at [mem 0xa751f000-0xa75339b7]
[    0.001130] ACPI: Reserving FACS table memory at [mem 0xa76a5000-0xa76a503f]
[    0.001131] ACPI: Reserving SSDT table memory at [mem 0xa7536000-0xa753d215]
[    0.001131] ACPI: Reserving IVRS table memory at [mem 0xa7535000-0xa75351a3]
[    0.001132] ACPI: Reserving FIDT table memory at [mem 0xa751e000-0xa751e09b]
[    0.001133] ACPI: Reserving MCFG table memory at [mem 0xa751d000-0xa751d03b]
[    0.001134] ACPI: Reserving HPET table memory at [mem 0xa751c000-0xa751c037]
[    0.001135] ACPI: Reserving SSDT table memory at [mem 0xa751b000-0xa751b227]
[    0.001135] ACPI: Reserving VFCT table memory at [mem 0xa750d000-0xa751a483]
[    0.001136] ACPI: Reserving SSDT table memory at [mem 0xa750c000-0xa750c04f]
[    0.001137] ACPI: Reserving TPM2 table memory at [mem 0xa750b000-0xa750b04b]
[    0.001138] ACPI: Reserving SSDT table memory at [mem 0xa7508000-0xa750ab7f]
[    0.001139] ACPI: Reserving CRAT table memory at [mem 0xa7507000-0xa7507ba7]
[    0.001139] ACPI: Reserving CDIT table memory at [mem 0xa7506000-0xa7506028]
[    0.001140] ACPI: Reserving SSDT table memory at [mem 0xa7505000-0xa7505138]
[    0.001141] ACPI: Reserving SSDT table memory at [mem 0xa7504000-0xa75040c1]
[    0.001142] ACPI: Reserving SSDT table memory at [mem 0xa7503000-0xa7503d36]
[    0.001143] ACPI: Reserving SSDT table memory at [mem 0xa7501000-0xa75020ab]
[    0.001143] ACPI: Reserving SSDT table memory at [mem 0xa7500000-0xa7500d86]
[    0.001144] ACPI: Reserving SSDT table memory at [mem 0xa74fc000-0xa74ff0c7]
[    0.001145] ACPI: Reserving WSMT table memory at [mem 0xa74fb000-0xa74fb027]
[    0.001146] ACPI: Reserving APIC table memory at [mem 0xa74fa000-0xa74fa0dd]
[    0.001146] ACPI: Reserving SSDT table memory at [mem 0xa74f9000-0xa74f907c]
[    0.001147] ACPI: Reserving SSDT table memory at [mem 0xa74f8000-0xa74f8516]
[    0.001148] ACPI: Reserving FPDT table memory at [mem 0xa74f7000-0xa74f7043]
[    0.001149] ACPI: Reserving BGRT table memory at [mem 0xa74f6000-0xa74f6037]
[    0.001172] Zone ranges:
[    0.001173]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.001174]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.001175]   Normal   [mem 0x0000000100000000-0x000000042f33ffff]
[    0.001176] Movable zone start for each node
[    0.001177] Early memory node ranges
[    0.001177]   node   0: [mem 0x0000000000001000-0x000000000009ffff]
[    0.001178]   node   0: [mem 0x0000000000100000-0x0000000009ecffff]
[    0.001179]   node   0: [mem 0x000000000a000000-0x000000000a1fffff]
[    0.001180]   node   0: [mem 0x000000000a20d000-0x00000000a7383fff]
[    0.001181]   node   0: [mem 0x00000000acffe000-0x00000000adffffff]
[    0.001182]   node   0: [mem 0x0000000100000000-0x000000042f33ffff]
[    0.001183] Initmem setup node 0 [mem 0x0000000000001000-0x000000042f33ffff]
[    0.001187] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.001202] On node 0, zone DMA: 96 pages in unavailable ranges
[    0.001333] On node 0, zone DMA32: 304 pages in unavailable ranges
[    0.005488] On node 0, zone DMA32: 13 pages in unavailable ranges
[    0.005746] On node 0, zone DMA32: 23674 pages in unavailable ranges
[    0.027907] On node 0, zone Normal: 8192 pages in unavailable ranges
[    0.027939] On node 0, zone Normal: 3264 pages in unavailable ranges
[    0.028507] ACPI: PM-Timer IO Port: 0x808
[    0.028512] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[    0.028522] IOAPIC[0]: apic_id 13, version 33, address 0xfec00000, GSI 0-23
[    0.028528] IOAPIC[1]: apic_id 14, version 33, address 0xfec01000, GSI 24-55
[    0.028530] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.028532] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
[    0.028534] ACPI: Using ACPI (MADT) for SMP configuration information
[    0.028535] ACPI: HPET id: 0x10228201 base: 0xfed00000
[    0.028548] e820: update [mem 0xa47b1000-0xa47c4fff] usable ==> reserved
[    0.028555] smpboot: Allowing 16 CPUs, 4 hotplug CPUs
[    0.028571] [mem 0xb0000000-0xefffffff] available for PCI devices
[    0.028574] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
[    0.033752] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:16 nr_node_ids:1
[    0.034227] percpu: Embedded 56 pages/cpu s192512 r8192 d28672 u262144
[    0.034233] pcpu-alloc: s192512 r8192 d28672 u262144 alloc=1*2097152
[    0.034235] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15 
[    0.034253] Built 1 zonelists, mobility grouping on.  Total pages: 3964594
[    0.034255] Kernel command line: root=/dev/nvme0n1p4 ro ro root=/dev/nvme0n1p4
[    0.035872] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
[    0.036699] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[    0.036742] mem auto-init: stack:off, heap alloc:off, heap free:off
[    0.073066] Memory: 15650360K/16110752K available (20497K kernel code, 2897K rwdata, 8000K rodata, 1236K init, 3852K bss, 460132K reserved, 0K cma-reserved)
[    0.073073] random: get_random_u64 called from __kmem_cache_create+0x1f/0x4d0 with crng_init=0
[    0.073170] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=16, Nodes=1
[    0.073221] Dynamic Preempt: full
[    0.073253] rcu: Preemptible hierarchical RCU implementation.
[    0.073254] rcu: 	RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=16.
[    0.073255] 	Trampoline variant of Tasks RCU enabled.
[    0.073256] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
[    0.073257] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=16
[    0.074335] NR_IRQS: 16640, nr_irqs: 1096, preallocated irqs: 16
[    0.074560] Console: colour dummy device 80x25
[    0.074735] printk: console [tty0] enabled
[    0.074745] ACPI: Core revision 20211217
[    0.074922] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
[    0.074941] APIC: Switch to symmetric I/O mode setup
[    0.075642] AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR0, rdevid:160
[    0.075645] AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR1, rdevid:160
[    0.075647] AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR2, rdevid:160
[    0.075649] AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR3, rdevid:160
[    0.075894] Switched APIC routing to physical flat.
[    0.076464] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.080942] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x2b291b4c42f, max_idle_ns: 440795358207 ns
[    0.080953] Calibrating delay loop (skipped), value calculated using timer frequency.. 5988.52 BogoMIPS (lpj=2994264)
[    0.080957] pid_max: default: 32768 minimum: 301
[    0.082839] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.082887] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.083066] x86/cpu: User Mode Instruction Prevention (UMIP) activated
[    0.083102] LVT offset 1 assigned for vector 0xf9
[    0.083160] LVT offset 2 assigned for vector 0xf4
[    0.083177] Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 512
[    0.083179] Last level dTLB entries: 4KB 2048, 2MB 2048, 4MB 1024, 1GB 0
[    0.083184] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.083186] Spectre V2 : Mitigation: Retpolines
[    0.083187] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.083189] Spectre V2 : Enabling Restricted Speculation for firmware calls
[    0.083191] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.083193] Spectre V2 : User space: Mitigation: STIBP via prctl
[    0.083194] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
[    0.084744] Freeing SMP alternatives memory: 48K
[    0.187578] smpboot: CPU0: AMD Ryzen 5 4600H with Radeon Graphics (family: 0x17, model: 0x60, stepping: 0x1)
[    0.187668] cblist_init_generic: Setting adjustable number of callback queues.
[    0.187673] cblist_init_generic: Setting shift to 4 and lim to 1.
[    0.187683] Performance Events: Fam17h+ core perfctr, AMD PMU driver.
[    0.187688] ... version:                0
[    0.187689] ... bit width:              48
[    0.187690] ... generic registers:      6
[    0.187692] ... value mask:             0000ffffffffffff
[    0.187693] ... max period:             00007fffffffffff
[    0.187694] ... fixed-purpose events:   0
[    0.187695] ... event mask:             000000000000003f
[    0.187746] rcu: Hierarchical SRCU implementation.
[    0.187892] smp: Bringing up secondary CPUs ...
[    0.187947] x86: Booting SMP configuration:
[    0.187947] .... node  #0, CPUs:        #1  #2  #3  #4  #5  #6  #7  #8  #9 #10 #11
[    0.199987] smp: Brought up 1 node, 12 CPUs
[    0.199992] smpboot: Max logical packages: 2
[    0.199994] smpboot: Total of 12 processors activated (71862.33 BogoMIPS)
[    0.201754] devtmpfs: initialized
[    0.201956] ACPI: PM: Registering ACPI NVS region [mem 0x0a200000-0x0a20cfff] (53248 bytes)
[    0.201960] ACPI: PM: Registering ACPI NVS region [mem 0xa7540000-0xa76eefff] (1765376 bytes)
[    0.201993] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[    0.201997] futex hash table entries: 4096 (order: 6, 262144 bytes, linear)
[    0.202032] pinctrl core: initialized pinctrl subsystem
[    0.202114] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.202158] DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations
[    0.202164] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    0.202169] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.202203] thermal_sys: Registered thermal governor 'fair_share'
[    0.202204] thermal_sys: Registered thermal governor 'bang_bang'
[    0.202206] thermal_sys: Registered thermal governor 'step_wise'
[    0.202207] thermal_sys: Registered thermal governor 'user_space'
[    0.202215] cpuidle: using governor ladder
[    0.202219] cpuidle: using governor menu
[    0.202240] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.202240] PCI: MMCONFIG for domain 0000 [bus 00-7f] at [mem 0xf0000000-0xf7ffffff] (base 0xf0000000)
[    0.202240] PCI: MMCONFIG at [mem 0xf0000000-0xf7ffffff] reserved in E820
[    0.202240] PCI: Using configuration type 1 for base access
[    0.204956] cryptd: max_cpu_qlen set to 1000
[    0.204976] ACPI: Added _OSI(Module Device)
[    0.204978] ACPI: Added _OSI(Processor Device)
[    0.204980] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.204981] ACPI: Added _OSI(Processor Aggregator Device)
[    0.204983] ACPI: Added _OSI(Linux-Dell-Video)
[    0.204984] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    0.204986] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[    0.212469] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.GPP1.WLAN], AE_NOT_FOUND (20211217/dswload2-162)
[    0.212475] ACPI Error: AE_NOT_FOUND, During name lookup/catalog (20211217/psobject-220)
[    0.212478] ACPI: Skipping parse of AML opcode: OpcodeName unavailable (0x0010)
[    0.213688] ACPI: 13 ACPI AML tables successfully acquired and loaded
[    0.214491] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    0.215534] ACPI: EC: EC started
[    0.215536] ACPI: EC: interrupt blocked
[    0.540004] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.540010] ACPI: \_SB_.PCI0.SBRG.EC0_: Boot DSDT EC used to handle transactions
[    0.540014] ACPI: Interpreter enabled
[    0.540029] ACPI: PM: (supports S0 S3 S5)
[    0.540031] ACPI: Using IOAPIC for interrupt routing
[    0.540205] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.540525] ACPI: Enabled 5 GPEs in block 00 to 1F
[    0.541951] ACPI: PM: Power Resource [P0S0]
[    0.541976] ACPI: PM: Power Resource [P3S0]
[    0.542044] ACPI: PM: Power Resource [P0S1]
[    0.542067] ACPI: PM: Power Resource [P3S1]
[    0.542678] ACPI: PM: Power Resource [PG00]
[    0.549527] ACPI: PM: Power Resource [PRWL]
[    0.549951] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.549959] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[    0.549964] acpi PNP0A08:00: PCIe port services disabled; not requesting _OSC control
[    0.550034] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[    0.550038] acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-7f] only partially covers this bridge
[    0.550259] PCI host bridge to bus 0000:00
[    0.550262] pci_bus 0000:00: root bus resource [io  0x0000-0x03af window]
[    0.550266] pci_bus 0000:00: root bus resource [io  0x03e0-0x0cf7 window]
[    0.550270] pci_bus 0000:00: root bus resource [io  0x03b0-0x03df window]
[    0.550273] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.550276] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000dffff window]
[    0.550279] pci_bus 0000:00: root bus resource [mem 0xb0000000-0xfebfffff window]
[    0.550283] pci_bus 0000:00: root bus resource [mem 0xfee00000-0xffffffff window]
[    0.550287] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.550300] pci 0000:00:00.0: [1022:1630] type 00 class 0x060000
[    0.550383] pci 0000:00:00.2: [1022:1631] type 00 class 0x080600
[    0.550469] pci 0000:00:01.0: [1022:1632] type 00 class 0x060000
[    0.550533] pci 0000:00:01.1: [1022:1633] type 01 class 0x060400
[    0.550594] pci 0000:00:01.1: PME# supported from D0 D3hot D3cold
[    0.550667] pci 0000:00:01.2: [1022:1634] type 01 class 0x060400
[    0.550693] pci 0000:00:01.2: enabling Extended Tags
[    0.550732] pci 0000:00:01.2: PME# supported from D0 D3hot D3cold
[    0.550807] pci 0000:00:02.0: [1022:1632] type 00 class 0x060000
[    0.550869] pci 0000:00:02.1: [1022:1634] type 01 class 0x060400
[    0.550894] pci 0000:00:02.1: enabling Extended Tags
[    0.550932] pci 0000:00:02.1: PME# supported from D0 D3hot D3cold
[    0.550999] pci 0000:00:02.4: [1022:1634] type 01 class 0x060400
[    0.551024] pci 0000:00:02.4: enabling Extended Tags
[    0.551062] pci 0000:00:02.4: PME# supported from D0 D3hot D3cold
[    0.551132] pci 0000:00:08.0: [1022:1632] type 00 class 0x060000
[    0.551194] pci 0000:00:08.1: [1022:1635] type 01 class 0x060400
[    0.551218] pci 0000:00:08.1: enabling Extended Tags
[    0.551249] pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
[    0.551316] pci 0000:00:08.2: [1022:1635] type 01 class 0x060400
[    0.551340] pci 0000:00:08.2: enabling Extended Tags
[    0.551371] pci 0000:00:08.2: PME# supported from D0 D3hot D3cold
[    0.551454] pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500
[    0.551566] pci 0000:00:14.3: [1022:790e] type 00 class 0x060100
[    0.551683] pci 0000:00:18.0: [1022:1448] type 00 class 0x060000
[    0.551728] pci 0000:00:18.1: [1022:1449] type 00 class 0x060000
[    0.551771] pci 0000:00:18.2: [1022:144a] type 00 class 0x060000
[    0.551814] pci 0000:00:18.3: [1022:144b] type 00 class 0x060000
[    0.551857] pci 0000:00:18.4: [1022:144c] type 00 class 0x060000
[    0.551903] pci 0000:00:18.5: [1022:144d] type 00 class 0x060000
[    0.551949] pci 0000:00:18.6: [1022:144e] type 00 class 0x060000
[    0.551992] pci 0000:00:18.7: [1022:144f] type 00 class 0x060000
[    0.552089] pci 0000:01:00.0: [10de:1f95] type 00 class 0x030000
[    0.552101] pci 0000:01:00.0: reg 0x10: [mem 0xfb000000-0xfbffffff]
[    0.552113] pci 0000:01:00.0: reg 0x14: [mem 0xb0000000-0xbfffffff 64bit pref]
[    0.552124] pci 0000:01:00.0: reg 0x1c: [mem 0xc0000000-0xc1ffffff 64bit pref]
[    0.552132] pci 0000:01:00.0: reg 0x24: [io  0xf000-0xf07f]
[    0.552139] pci 0000:01:00.0: reg 0x30: [mem 0xfc000000-0xfc07ffff pref]
[    0.552199] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
[    0.552247] pci 0000:01:00.0: 63.008 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x8 link at 0000:00:01.1 (capable of 126.016 Gb/s with 8.0 GT/s PCIe x16 link)
[    0.552566] pci 0000:01:00.1: [10de:10fa] type 00 class 0x040300
[    0.552579] pci 0000:01:00.1: reg 0x10: [mem 0xfc080000-0xfc083fff]
[    0.552714] pci 0000:00:01.1: PCI bridge to [bus 01]
[    0.552719] pci 0000:00:01.1:   bridge window [io  0xf000-0xffff]
[    0.552723] pci 0000:00:01.1:   bridge window [mem 0xfb000000-0xfc0fffff]
[    0.552728] pci 0000:00:01.1:   bridge window [mem 0xb0000000-0xc1ffffff 64bit pref]
[    0.552774] pci 0000:02:00.0: [10ec:8168] type 00 class 0x020000
[    0.552791] pci 0000:02:00.0: reg 0x10: [io  0xe000-0xe0ff]
[    0.552810] pci 0000:02:00.0: reg 0x18: [mem 0xfc904000-0xfc904fff 64bit]
[    0.552824] pci 0000:02:00.0: reg 0x20: [mem 0xfc900000-0xfc903fff 64bit]
[    0.552912] pci 0000:02:00.0: supports D1 D2
[    0.552915] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.553037] pci 0000:00:01.2: PCI bridge to [bus 02]
[    0.553042] pci 0000:00:01.2:   bridge window [io  0xe000-0xefff]
[    0.553046] pci 0000:00:01.2:   bridge window [mem 0xfc900000-0xfc9fffff]
[    0.553421] pci 0000:03:00.0: [10ec:c822] type 00 class 0x028000
[    0.553442] pci 0000:03:00.0: reg 0x10: [io  0xd000-0xd0ff]
[    0.553467] pci 0000:03:00.0: reg 0x18: [mem 0xfc800000-0xfc80ffff 64bit]
[    0.553586] pci 0000:03:00.0: supports D1 D2
[    0.553588] pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.553907] pci 0000:00:02.1: PCI bridge to [bus 03]
[    0.553912] pci 0000:00:02.1:   bridge window [io  0xd000-0xdfff]
[    0.553915] pci 0000:00:02.1:   bridge window [mem 0xfc800000-0xfc8fffff]
[    0.553964] pci 0000:04:00.0: [1c5c:1339] type 00 class 0x010802
[    0.553984] pci 0000:04:00.0: reg 0x10: [mem 0xfc700000-0xfc703fff 64bit]
[    0.554099] pci 0000:04:00.0: supports D1
[    0.554101] pci 0000:04:00.0: PME# supported from D0 D1 D3hot
[    0.554156] pci 0000:04:00.0: 16.000 Gb/s available PCIe bandwidth, limited by 5.0 GT/s PCIe x4 link at 0000:00:02.4 (capable of 31.504 Gb/s with 8.0 GT/s PCIe x4 link)
[    0.554214] pci 0000:00:02.4: PCI bridge to [bus 04]
[    0.554220] pci 0000:00:02.4:   bridge window [mem 0xfc700000-0xfc7fffff]
[    0.554265] pci 0000:05:00.0: [1002:1636] type 00 class 0x030000
[    0.554278] pci 0000:05:00.0: reg 0x10: [mem 0xd0000000-0xdfffffff 64bit pref]
[    0.554288] pci 0000:05:00.0: reg 0x18: [mem 0xe0000000-0xe01fffff 64bit pref]
[    0.554296] pci 0000:05:00.0: reg 0x20: [io  0xc000-0xc0ff]
[    0.554303] pci 0000:05:00.0: reg 0x24: [mem 0xfc500000-0xfc57ffff]
[    0.554313] pci 0000:05:00.0: enabling Extended Tags
[    0.554362] pci 0000:05:00.0: PME# supported from D1 D2 D3hot D3cold
[    0.554386] pci 0000:05:00.0: 126.016 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x16 link at 0000:00:08.1 (capable of 252.048 Gb/s with 16.0 GT/s PCIe x16 link)
[    0.554440] pci 0000:05:00.2: [1022:15df] type 00 class 0x108000
[    0.554455] pci 0000:05:00.2: reg 0x18: [mem 0xfc400000-0xfc4fffff]
[    0.554467] pci 0000:05:00.2: reg 0x24: [mem 0xfc5c8000-0xfc5c9fff]
[    0.554476] pci 0000:05:00.2: enabling Extended Tags
[    0.554556] pci 0000:05:00.3: [1022:1639] type 00 class 0x0c0330
[    0.554569] pci 0000:05:00.3: reg 0x10: [mem 0xfc300000-0xfc3fffff 64bit]
[    0.554595] pci 0000:05:00.3: enabling Extended Tags
[    0.554628] pci 0000:05:00.3: PME# supported from D0 D3hot D3cold
[    0.554683] pci 0000:05:00.4: [1022:1639] type 00 class 0x0c0330
[    0.554697] pci 0000:05:00.4: reg 0x10: [mem 0xfc200000-0xfc2fffff 64bit]
[    0.554723] pci 0000:05:00.4: enabling Extended Tags
[    0.554756] pci 0000:05:00.4: PME# supported from D0 D3hot D3cold
[    0.554811] pci 0000:05:00.5: [1022:15e2] type 00 class 0x048000
[    0.554820] pci 0000:05:00.5: reg 0x10: [mem 0xfc580000-0xfc5bffff]
[    0.554844] pci 0000:05:00.5: enabling Extended Tags
[    0.554874] pci 0000:05:00.5: PME# supported from D0 D3hot D3cold
[    0.554924] pci 0000:05:00.6: [1022:15e3] type 00 class 0x040300
[    0.554934] pci 0000:05:00.6: reg 0x10: [mem 0xfc5c0000-0xfc5c7fff]
[    0.554959] pci 0000:05:00.6: enabling Extended Tags
[    0.554989] pci 0000:05:00.6: PME# supported from D0 D3hot D3cold
[    0.555051] pci 0000:00:08.1: PCI bridge to [bus 05]
[    0.555056] pci 0000:00:08.1:   bridge window [io  0xc000-0xcfff]
[    0.555060] pci 0000:00:08.1:   bridge window [mem 0xfc200000-0xfc5fffff]
[    0.555064] pci 0000:00:08.1:   bridge window [mem 0xd0000000-0xe01fffff 64bit pref]
[    0.555101] pci 0000:06:00.0: [1022:7901] type 00 class 0x010601
[    0.555132] pci 0000:06:00.0: reg 0x24: [mem 0xfc601000-0xfc6017ff]
[    0.555142] pci 0000:06:00.0: enabling Extended Tags
[    0.555201] pci 0000:06:00.0: 126.016 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x16 link at 0000:00:08.2 (capable of 252.048 Gb/s with 16.0 GT/s PCIe x16 link)
[    0.555246] pci 0000:06:00.1: [1022:7901] type 00 class 0x010601
[    0.555277] pci 0000:06:00.1: reg 0x24: [mem 0xfc600000-0xfc6007ff]
[    0.555287] pci 0000:06:00.1: enabling Extended Tags
[    0.555369] pci 0000:00:08.2: PCI bridge to [bus 06]
[    0.555375] pci 0000:00:08.2:   bridge window [mem 0xfc600000-0xfc6fffff]
[    0.555402] pci_bus 0000:00: on NUMA node 0
[    0.555894] ACPI: PCI: Interrupt link LNKA configured for IRQ 0
[    0.555937] ACPI: PCI: Interrupt link LNKB configured for IRQ 0
[    0.555976] ACPI: PCI: Interrupt link LNKC configured for IRQ 0
[    0.556021] ACPI: PCI: Interrupt link LNKD configured for IRQ 0
[    0.556060] ACPI: PCI: Interrupt link LNKE configured for IRQ 0
[    0.556093] ACPI: PCI: Interrupt link LNKF configured for IRQ 0
[    0.556126] ACPI: PCI: Interrupt link LNKG configured for IRQ 0
[    0.556159] ACPI: PCI: Interrupt link LNKH configured for IRQ 0
[    0.557541] ACPI: EC: interrupt unblocked
[    0.557544] ACPI: EC: event unblocked
[    0.557551] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.557553] ACPI: EC: GPE=0x3
[    0.557555] ACPI: \_SB_.PCI0.SBRG.EC0_: Boot DSDT EC initialization complete
[    0.557559] ACPI: \_SB_.PCI0.SBRG.EC0_: EC: Used to handle transactions and events
[    0.557610] iommu: Default domain type: Translated 
[    0.557610] iommu: DMA domain TLB invalidation policy: lazy mode 
[    0.557610] SCSI subsystem initialized
[    0.557610] libata version 3.00 loaded.
[    0.557610] ACPI: bus type USB registered
[    0.557610] usbcore: registered new interface driver usbfs
[    0.557610] usbcore: registered new interface driver hub
[    0.557610] usbcore: registered new device driver usb
[    0.559349] mc: Linux media interface: v0.10
[    0.559357] videodev: Linux video capture interface: v2.00
[    0.559402] Registered efivars operations
[    0.559418] Advanced Linux Sound Architecture Driver Initialized.
[    0.559418] Bluetooth: Core ver 2.22
[    0.559418] NET: Registered PF_BLUETOOTH protocol family
[    0.559418] Bluetooth: HCI device and connection manager initialized
[    0.559418] Bluetooth: HCI socket layer initialized
[    0.559418] Bluetooth: L2CAP socket layer initialized
[    0.559418] Bluetooth: SCO socket layer initialized
[    0.559418] PCI: Using ACPI for IRQ routing
[    0.564059] PCI: pci_cache_line_size set to 64 bytes
[    0.564794] Expanded resource Reserved due to conflict with PCI Bus 0000:00
[    0.564798] e820: reserve RAM buffer [mem 0x09ed0000-0x0bffffff]
[    0.564800] e820: reserve RAM buffer [mem 0x0a200000-0x0bffffff]
[    0.564801] e820: reserve RAM buffer [mem 0xa4177018-0xa7ffffff]
[    0.564802] e820: reserve RAM buffer [mem 0xa423a018-0xa7ffffff]
[    0.564804] e820: reserve RAM buffer [mem 0xa47b1000-0xa7ffffff]
[    0.564805] e820: reserve RAM buffer [mem 0xa6621000-0xa7ffffff]
[    0.564806] e820: reserve RAM buffer [mem 0xa7384000-0xa7ffffff]
[    0.564807] e820: reserve RAM buffer [mem 0xae000000-0xafffffff]
[    0.564808] e820: reserve RAM buffer [mem 0x42f340000-0x42fffffff]
[    0.564822] pci 0000:01:00.0: vgaarb: setting as boot VGA device
[    0.564822] pci 0000:01:00.0: vgaarb: bridge control possible
[    0.564822] pci 0000:01:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
[    0.564822] pci 0000:05:00.0: vgaarb: setting as boot VGA device (overriding previous)
[    0.564822] pci 0000:05:00.0: vgaarb: bridge control possible
[    0.564822] pci 0000:05:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
[    0.564822] vgaarb: loaded
[    0.565122] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    0.565128] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
[    0.567013] clocksource: Switched to clocksource tsc-early
[    0.574190] pnp: PnP ACPI init
[    0.574307] system 00:00: [mem 0xf0000000-0xf7ffffff] has been reserved
[    0.574595] system 00:03: [io  0x04d0-0x04d1] has been reserved
[    0.574600] system 00:03: [io  0x040b] has been reserved
[    0.574604] system 00:03: [io  0x04d6] has been reserved
[    0.574607] system 00:03: [io  0x0c00-0x0c01] has been reserved
[    0.574610] system 00:03: [io  0x0c14] has been reserved
[    0.574613] system 00:03: [io  0x0c50-0x0c51] has been reserved
[    0.574617] system 00:03: [io  0x0c52] has been reserved
[    0.574620] system 00:03: [io  0x0c6c] has been reserved
[    0.574623] system 00:03: [io  0x0c6f] has been reserved
[    0.574625] system 00:03: [io  0x0cd0-0x0cd1] has been reserved
[    0.574628] system 00:03: [io  0x0cd2-0x0cd3] has been reserved
[    0.574631] system 00:03: [io  0x0cd4-0x0cd5] has been reserved
[    0.574634] system 00:03: [io  0x0cd6-0x0cd7] has been reserved
[    0.574637] system 00:03: [io  0x0cd8-0x0cdf] has been reserved
[    0.574640] system 00:03: [io  0x0800-0x089f] has been reserved
[    0.574643] system 00:03: [io  0x0b00-0x0b0f] has been reserved
[    0.574645] system 00:03: [io  0x0b20-0x0b3f] has been reserved
[    0.574648] system 00:03: [io  0x0900-0x090f] has been reserved
[    0.574651] system 00:03: [io  0x0910-0x091f] has been reserved
[    0.574655] system 00:03: [mem 0xfec00000-0xfec00fff] could not be reserved
[    0.574658] system 00:03: [mem 0xfec01000-0xfec01fff] could not be reserved
[    0.574661] system 00:03: [mem 0xfedc0000-0xfedc0fff] has been reserved
[    0.574664] system 00:03: [mem 0xfee00000-0xfee00fff] has been reserved
[    0.574668] system 00:03: [mem 0xfed80000-0xfed8ffff] could not be reserved
[    0.574671] system 00:03: [mem 0xfec10000-0xfec10fff] has been reserved
[    0.574674] system 00:03: [mem 0xff000000-0xffffffff] has been reserved
[    0.575320] pnp: PnP ACPI: found 4 devices
[    0.581199] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.581260] NET: Registered PF_INET protocol family
[    0.581489] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    0.584125] tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
[    0.584162] TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    0.584459] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
[    0.584643] TCP: Hash tables configured (established 131072 bind 65536)
[    0.584678] UDP hash table entries: 8192 (order: 6, 262144 bytes, linear)
[    0.584720] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes, linear)
[    0.584784] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    0.585018] pci 0000:00:01.1: PCI bridge to [bus 01]
[    0.585024] pci 0000:00:01.1:   bridge window [io  0xf000-0xffff]
[    0.585030] pci 0000:00:01.1:   bridge window [mem 0xfb000000-0xfc0fffff]
[    0.585034] pci 0000:00:01.1:   bridge window [mem 0xb0000000-0xc1ffffff 64bit pref]
[    0.585041] pci 0000:00:01.2: PCI bridge to [bus 02]
[    0.585044] pci 0000:00:01.2:   bridge window [io  0xe000-0xefff]
[    0.585048] pci 0000:00:01.2:   bridge window [mem 0xfc900000-0xfc9fffff]
[    0.585054] pci 0000:00:02.1: PCI bridge to [bus 03]
[    0.585057] pci 0000:00:02.1:   bridge window [io  0xd000-0xdfff]
[    0.585062] pci 0000:00:02.1:   bridge window [mem 0xfc800000-0xfc8fffff]
[    0.585068] pci 0000:00:02.4: PCI bridge to [bus 04]
[    0.585072] pci 0000:00:02.4:   bridge window [mem 0xfc700000-0xfc7fffff]
[    0.585080] pci 0000:00:08.1: PCI bridge to [bus 05]
[    0.585083] pci 0000:00:08.1:   bridge window [io  0xc000-0xcfff]
[    0.585087] pci 0000:00:08.1:   bridge window [mem 0xfc200000-0xfc5fffff]
[    0.585090] pci 0000:00:08.1:   bridge window [mem 0xd0000000-0xe01fffff 64bit pref]
[    0.585096] pci 0000:00:08.2: PCI bridge to [bus 06]
[    0.585100] pci 0000:00:08.2:   bridge window [mem 0xfc600000-0xfc6fffff]
[    0.585108] pci_bus 0000:00: resource 4 [io  0x0000-0x03af window]
[    0.585111] pci_bus 0000:00: resource 5 [io  0x03e0-0x0cf7 window]
[    0.585114] pci_bus 0000:00: resource 6 [io  0x03b0-0x03df window]
[    0.585117] pci_bus 0000:00: resource 7 [io  0x0d00-0xffff window]
[    0.585120] pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000dffff window]
[    0.585123] pci_bus 0000:00: resource 9 [mem 0xb0000000-0xfebfffff window]
[    0.585126] pci_bus 0000:00: resource 10 [mem 0xfee00000-0xffffffff window]
[    0.585130] pci_bus 0000:01: resource 0 [io  0xf000-0xffff]
[    0.585132] pci_bus 0000:01: resource 1 [mem 0xfb000000-0xfc0fffff]
[    0.585135] pci_bus 0000:01: resource 2 [mem 0xb0000000-0xc1ffffff 64bit pref]
[    0.585139] pci_bus 0000:02: resource 0 [io  0xe000-0xefff]
[    0.585142] pci_bus 0000:02: resource 1 [mem 0xfc900000-0xfc9fffff]
[    0.585145] pci_bus 0000:03: resource 0 [io  0xd000-0xdfff]
[    0.585148] pci_bus 0000:03: resource 1 [mem 0xfc800000-0xfc8fffff]
[    0.585151] pci_bus 0000:04: resource 1 [mem 0xfc700000-0xfc7fffff]
[    0.585154] pci_bus 0000:05: resource 0 [io  0xc000-0xcfff]
[    0.585156] pci_bus 0000:05: resource 1 [mem 0xfc200000-0xfc5fffff]
[    0.585159] pci_bus 0000:05: resource 2 [mem 0xd0000000-0xe01fffff 64bit pref]
[    0.585163] pci_bus 0000:06: resource 1 [mem 0xfc600000-0xfc6fffff]
[    0.585280] pci 0000:01:00.1: D0 power state depends on 0000:01:00.0
[    0.585649] pci 0000:05:00.3: extending delay after power-on from D3hot to 20 msec
[    0.585793] pci 0000:05:00.4: extending delay after power-on from D3hot to 20 msec
[    0.585856] PCI: CLS 64 bytes, default 64
[    0.585868] pci 0000:00:00.2: AMD-Vi: IOMMU performance counters supported
[    0.585908] pci 0000:00:00.2: can't derive routing for PCI INT A
[    0.585912] pci 0000:00:00.2: PCI INT A: not connected
[    0.585934] pci 0000:00:01.0: Adding to iommu group 0
[    0.585945] pci 0000:00:01.1: Adding to iommu group 1
[    0.585954] pci 0000:00:01.2: Adding to iommu group 2
[    0.585968] pci 0000:00:02.0: Adding to iommu group 3
[    0.585979] pci 0000:00:02.1: Adding to iommu group 4
[    0.585989] pci 0000:00:02.4: Adding to iommu group 5
[    0.586006] pci 0000:00:08.0: Adding to iommu group 6
[    0.586015] pci 0000:00:08.1: Adding to iommu group 6
[    0.586023] pci 0000:00:08.2: Adding to iommu group 6
[    0.586039] pci 0000:00:14.0: Adding to iommu group 7
[    0.586048] pci 0000:00:14.3: Adding to iommu group 7
[    0.586079] pci 0000:00:18.0: Adding to iommu group 8
[    0.586088] pci 0000:00:18.1: Adding to iommu group 8
[    0.586097] pci 0000:00:18.2: Adding to iommu group 8
[    0.586106] pci 0000:00:18.3: Adding to iommu group 8
[    0.586118] pci 0000:00:18.4: Adding to iommu group 8
[    0.586127] pci 0000:00:18.5: Adding to iommu group 8
[    0.586136] pci 0000:00:18.6: Adding to iommu group 8
[    0.586145] pci 0000:00:18.7: Adding to iommu group 8
[    0.586161] pci 0000:01:00.0: Adding to iommu group 9
[    0.586171] pci 0000:01:00.1: Adding to iommu group 9
[    0.586181] pci 0000:02:00.0: Adding to iommu group 10
[    0.586191] pci 0000:03:00.0: Adding to iommu group 11
[    0.586202] pci 0000:04:00.0: Adding to iommu group 12
[    0.586211] pci 0000:05:00.0: Adding to iommu group 6
[    0.586217] pci 0000:05:00.2: Adding to iommu group 6
[    0.586221] pci 0000:05:00.3: Adding to iommu group 6
[    0.586227] pci 0000:05:00.4: Adding to iommu group 6
[    0.586232] pci 0000:05:00.5: Adding to iommu group 6
[    0.586237] pci 0000:05:00.6: Adding to iommu group 6
[    0.586242] pci 0000:06:00.0: Adding to iommu group 6
[    0.586247] pci 0000:06:00.1: Adding to iommu group 6
[    0.587730] pci 0000:00:00.2: AMD-Vi: Found IOMMU cap 0x40
[    0.587738] AMD-Vi: Extended features (0x206d73ef22254ade): PPR X2APIC NX GT IA GA PC GA_vAPIC
[    0.587746] AMD-Vi: Interrupt remapping enabled
[    0.587748] AMD-Vi: Virtual APIC enabled
[    0.587750] AMD-Vi: X2APIC enabled
[    0.587859] software IO TLB: tearing down default memory pool
[    0.588855] RAPL PMU: API unit is 2^-32 Joules, 1 fixed counters, 163840 ms ovfl timer
[    0.588862] RAPL PMU: hw unit of domain package 2^-16 Joules
[    0.588867] LVT offset 0 assigned for vector 0x400
[    0.589047] perf: AMD IBS detected (0x000003ff)
[    0.589053] amd_uncore: 4  amd_df counters detected
[    0.589058] amd_uncore: 6  amd_l3 counters detected
[    0.589407] perf/amd_iommu: Detected AMD IOMMU #0 (2 banks, 4 counters/bank).
[    0.589597] SVM: TSC scaling supported
[    0.589599] kvm: Nested Virtualization enabled
[    0.589601] SVM: kvm: Nested Paging enabled
[    0.589610] SVM: Virtual VMLOAD VMSAVE supported
[    0.589612] SVM: Virtual GIF supported
[    0.589613] SVM: LBR virtualization supported
[    0.596307] Initialise system trusted keyrings
[    0.596345] workingset: timestamp_bits=46 max_order=22 bucket_order=0
[    0.597648] fuse: init (API version 7.36)
[    0.597700] SGI XFS with ACLs, security attributes, scrub, repair, no debug enabled
[    0.602228] NET: Registered PF_ALG protocol family
[    0.602232] Key type asymmetric registered
[    0.602234] Asymmetric key parser 'x509' registered
[    0.602245] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
[    0.602314] io scheduler mq-deadline registered
[    0.602319] io scheduler kyber registered
[    0.602329] io scheduler bfq registered
[    0.605811] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    0.659022] ACPI: AC: AC Adapter [ACAD] (off-line)
[    0.659100] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[    0.659135] ACPI: button: Power Button [PWRB]
[    0.659181] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input1
[    0.659205] ACPI: button: Lid Switch [LID]
[    0.659243] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[    0.659517] ACPI: button: Power Button [PWRF]
[    0.659629] ACPI: video: Video Device [VGA] (multi-head: yes  rom: no  post: no)
[    0.659946] acpi device:08: registered as cooling_device0
[    0.659995] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:07/LNXVIDEO:00/input/input3
[    0.660194] Monitor-Mwait will be used to enter C-1 state
[    0.660212] ACPI: \_SB_.PLTF.P000: Found 3 idle states
[    0.660225] ACPI: FW issue: working around C-state latencies out of order
[    0.660465] ACPI: \_SB_.PLTF.P001: Found 3 idle states
[    0.660481] ACPI: FW issue: working around C-state latencies out of order
[    0.660777] ACPI: \_SB_.PLTF.P002: Found 3 idle states
[    0.660793] ACPI: FW issue: working around C-state latencies out of order
[    0.661065] ACPI: \_SB_.PLTF.P003: Found 3 idle states
[    0.661086] ACPI: FW issue: working around C-state latencies out of order
[    0.661298] ACPI: \_SB_.PLTF.P004: Found 3 idle states
[    0.661308] ACPI: FW issue: working around C-state latencies out of order
[    0.661571] ACPI: \_SB_.PLTF.P005: Found 3 idle states
[    0.661587] ACPI: FW issue: working around C-state latencies out of order
[    0.661759] ACPI: \_SB_.PLTF.P006: Found 3 idle states
[    0.661769] ACPI: FW issue: working around C-state latencies out of order
[    0.661951] ACPI: \_SB_.PLTF.P007: Found 3 idle states
[    0.661967] ACPI: FW issue: working around C-state latencies out of order
[    0.662162] ACPI: \_SB_.PLTF.P008: Found 3 idle states
[    0.662173] ACPI: FW issue: working around C-state latencies out of order
[    0.662301] ACPI: \_SB_.PLTF.P009: Found 3 idle states
[    0.662308] ACPI: FW issue: working around C-state latencies out of order
[    0.662431] ACPI: \_SB_.PLTF.P00A: Found 3 idle states
[    0.662437] ACPI: FW issue: working around C-state latencies out of order
[    0.662524] ACPI: \_SB_.PLTF.P00B: Found 3 idle states
[    0.662531] ACPI: FW issue: working around C-state latencies out of order
[    0.663596] ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - \_PR_.P000 (20211217/dspkginit-438)
[    0.663610] ACPI: \_TZ_.THRM: Invalid passive threshold
[    0.664366] thermal LNXTHERM:00: registered as thermal_zone0
[    0.664372] ACPI: thermal: Thermal Zone [THRM] (49 C)
[    0.665866] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    0.666164] Non-volatile memory driver v1.3
[    0.666171] Linux agpgart interface v0.103
[    0.693376] ACPI: battery: Slot [BAT0] (battery present)
[    0.696132] AMD-Vi: AMD IOMMUv2 loaded and initialized
[    0.696238] ACPI: bus type drm_connector registered
[    0.696275] [drm] amdgpu kernel modesetting enabled.
[    0.696294] amdgpu: vga_switcheroo: detected switching method \_SB_.PCI0.GP17.VGA_.ATPX handle
[    0.696742] ATPX version 1, functions 0x00000200
[    0.699251] amdgpu: Virtual CRAT table created for CPU
[    0.699262] amdgpu: Topology: Add CPU node
[    0.699307] amdgpu 0000:05:00.0: vgaarb: deactivate vga console
[    0.699349] amdgpu 0000:05:00.0: enabling device (0006 -> 0007)
[    0.699393] [drm] initializing kernel modesetting (RENOIR 0x1002:0x1636 0x103C:0x87B2 0xC7).
[    0.699399] amdgpu 0000:05:00.0: amdgpu: Trusted Memory Zone (TMZ) feature enabled
[    0.786164] [drm] register mmio base: 0xFC500000
[    0.786176] [drm] register mmio size: 524288
[    0.787724] [drm] add ip block number 0 <soc15_common>
[    0.787728] [drm] add ip block number 1 <gmc_v9_0>
[    0.787730] [drm] add ip block number 2 <vega10_ih>
[    0.787732] [drm] add ip block number 3 <psp>
[    0.787735] [drm] add ip block number 4 <smu>
[    0.787737] [drm] add ip block number 5 <dm>
[    0.787739] [drm] add ip block number 6 <gfx_v9_0>
[    0.787741] [drm] add ip block number 7 <sdma_v4_0>
[    0.787744] [drm] add ip block number 8 <vcn_v2_0>
[    0.787746] [drm] add ip block number 9 <jpeg_v2_0>
[    0.787757] amdgpu 0000:05:00.0: amdgpu: Fetched VBIOS from VFCT
[    0.787761] amdgpu: ATOM BIOS: 113-RENOIR-031
[    0.787772] [drm] VCN decode is enabled in VM mode
[    0.787774] [drm] VCN encode is enabled in VM mode
[    0.787776] [drm] JPEG decode is enabled in VM mode
[    0.787779] amdgpu 0000:05:00.0: amdgpu: PCIE atomic ops is not supported
[    0.787787] amdgpu 0000:05:00.0: amdgpu: MODE2 reset
[    0.787868] [drm] vm size is 262144 GB, 4 levels, block size is 9-bit, fragment size is 9-bit
[    0.787876] amdgpu 0000:05:00.0: amdgpu: VRAM: 512M 0x000000F400000000 - 0x000000F41FFFFFFF (512M used)
[    0.787881] amdgpu 0000:05:00.0: amdgpu: GART: 1024M 0x0000000000000000 - 0x000000003FFFFFFF
[    0.787885] amdgpu 0000:05:00.0: amdgpu: AGP: 267419648M 0x000000F800000000 - 0x0000FFFFFFFFFFFF
[    0.787894] [drm] Detected VRAM RAM=512M, BAR=512M
[    0.787896] [drm] RAM width 128bits DDR4
[    0.787940] [drm] amdgpu: 512M of VRAM memory ready
[    0.787943] [drm] amdgpu: 3072M of GTT memory ready.
[    0.787952] [drm] GART: num cpu pages 262144, num gpu pages 262144
[    0.788075] [drm] PCIE GART of 1024M enabled.
[    0.788078] [drm] PTB located at 0x000000F400900000
[    0.788168] amdgpu 0000:05:00.0: amdgpu: PSP runtime database doesn't exist
[    0.788175] [drm] Loading DMUB firmware via PSP: version=0x0101001F
[    0.788714] [drm] Found VCN firmware Version ENC: 1.17 DEC: 5 VEP: 0 Revision: 2
[    0.788721] amdgpu 0000:05:00.0: amdgpu: Will use PSP to load VCN firmware
[    1.535068] [drm] reserve 0x400000 from 0xf41f800000 for PSP TMR
[    1.622060] amdgpu 0000:05:00.0: amdgpu: RAS: optional ras ta ucode is not available
[    1.631579] amdgpu 0000:05:00.0: amdgpu: RAP: optional rap ta ucode is not available
[    1.631585] amdgpu 0000:05:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[    1.631845] amdgpu 0000:05:00.0: amdgpu: SMU is initialized successfully!
[    1.632616] [drm] Display Core initialized with v3.2.177!
[    1.633163] [drm] DMUB hardware initialized: version=0x0101001F
[    1.642985] tsc: Refined TSC clocksource calibration: 3016.672 MHz
[    1.643006] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2b7bcb17769, max_idle_ns: 440795327283 ns
[    1.643256] clocksource: Switched to clocksource tsc
[    1.849248] [drm] kiq ring mec 2 pipe 1 q 0
[    1.851706] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[    1.851732] [drm] JPEG decode initialized successfully.
[    1.854203] kfd kfd: amdgpu: Allocated 3969056 bytes on gart
[    1.854369] amdgpu: Virtual CRAT table created for GPU
[    1.854445] amdgpu: Topology: Add dGPU node [0x1636:0x1002]
[    1.854452] kfd kfd: amdgpu: added device 1002:1636
[    1.854466] amdgpu 0000:05:00.0: amdgpu: SE 1, SH per SE 1, CU per SH 8, active_cu_number 6
[    1.854618] amdgpu 0000:05:00.0: amdgpu: ring gfx uses VM inv eng 0 on hub 0
[    1.854624] amdgpu 0000:05:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[    1.854631] amdgpu 0000:05:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[    1.854637] amdgpu 0000:05:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[    1.854642] amdgpu 0000:05:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[    1.854648] amdgpu 0000:05:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[    1.854654] amdgpu 0000:05:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[    1.854659] amdgpu 0000:05:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[    1.854665] amdgpu 0000:05:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[    1.854671] amdgpu 0000:05:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[    1.854678] amdgpu 0000:05:00.0: amdgpu: ring sdma0 uses VM inv eng 0 on hub 1
[    1.854683] amdgpu 0000:05:00.0: amdgpu: ring vcn_dec uses VM inv eng 1 on hub 1
[    1.854689] amdgpu 0000:05:00.0: amdgpu: ring vcn_enc0 uses VM inv eng 4 on hub 1
[    1.854695] amdgpu 0000:05:00.0: amdgpu: ring vcn_enc1 uses VM inv eng 5 on hub 1
[    1.854701] amdgpu 0000:05:00.0: amdgpu: ring jpeg_dec uses VM inv eng 6 on hub 1
[    1.855701] [drm] Initialized amdgpu 3.46.0 20150101 for 0000:05:00.0 on minor 0
[    1.860734] fbcon: amdgpudrmfb (fb0) is primary device
[    1.860799] [drm] DSC precompute is not needed.
[    1.933522] Console: switching to colour frame buffer device 240x67
[    1.950511] amdgpu 0000:05:00.0: [drm] fb0: amdgpudrmfb frame buffer device
[    1.950654] usbcore: registered new interface driver udl
[    1.952952] brd: module loaded
[    1.954164] loop: module loaded
[    1.954662] nvme 0000:04:00.0: platform quirk: setting simple suspend
[    1.954743] nvme nvme0: pci function 0000:04:00.0
[    1.954838] ahci 0000:06:00.0: version 3.0
[    1.955207] ahci 0000:06:00.0: AHCI 0001.0301 32 slots 1 ports 6 Gbps 0x1 impl SATA mode
[    1.955258] ahci 0000:06:00.0: flags: 64bit ncq sntf ilck pm led clo only pmp fbs pio slum part 
[    1.955486] scsi host0: ahci
[    1.955575] ata1: SATA max UDMA/133 abar m2048@0xfc601000 port 0xfc601100 irq 31
[    1.955751] ahci 0000:06:00.1: AHCI 0001.0301 32 slots 1 ports 6 Gbps 0x1 impl SATA mode
[    1.955793] ahci 0000:06:00.1: flags: 64bit ncq sntf ilck pm led clo only pmp fbs pio slum part 
[    1.955986] scsi host1: ahci
[    1.956039] ata2: SATA max UDMA/133 abar m2048@0xfc600000 port 0xfc600100 irq 33
[    1.956185] tun: Universal TUN/TAP device driver, 1.6
[    1.956259] r8169 0000:02:00.0: enabling device (0000 -> 0003)
[    1.956336] r8169 0000:02:00.0: can't disable ASPM; OS doesn't have ASPM control
[    1.959521] nvme nvme0: missing or invalid SUBNQN field.
[    1.963525] nvme nvme0: 16/0/0 default/read/poll queues
[    1.963803] r8169 0000:02:00.0 eth0: RTL8168h/8111h, 30:24:a9:7d:03:0f, XID 541, IRQ 51
[    1.963840] r8169 0000:02:00.0 eth0: jumbo features [frames: 9194 bytes, tx checksumming: ko]
[    1.964304] rtw_8822ce 0000:03:00.0: Firmware version 9.9.11, H2C version 15
[    1.964331] rtw_8822ce 0000:03:00.0: Firmware version 9.9.4, H2C version 15
[    1.964686] rtw_8822ce 0000:03:00.0: enabling device (0000 -> 0003)
[    1.966658]  nvme0n1: p1 p2 p3 p4 p5 p6 p7
[    1.993484] usbcore: registered new interface driver cdc_ether
[    1.993537] usbcore: registered new interface driver cdc_eem
[    1.993576] usbcore: registered new interface driver cdc_ncm
[    1.993825] xhci_hcd 0000:05:00.3: xHCI Host Controller
[    1.993929] xhci_hcd 0000:05:00.3: new USB bus registered, assigned bus number 1
[    1.994053] xhci_hcd 0000:05:00.3: hcc params 0x0268ffe5 hci version 0x110 quirks 0x0000020000000410
[    1.994447] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.18
[    1.994487] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.994521] usb usb1: Product: xHCI Host Controller
[    1.994545] usb usb1: Manufacturer: Linux 5.18.0 xhci-hcd
[    1.996298] usb usb1: SerialNumber: 0000:05:00.3
[    1.998140] hub 1-0:1.0: USB hub found
[    1.999057] hub 1-0:1.0: 4 ports detected
[    2.000799] xhci_hcd 0000:05:00.3: xHCI Host Controller
[    2.002122] xhci_hcd 0000:05:00.3: new USB bus registered, assigned bus number 2
[    2.002943] xhci_hcd 0000:05:00.3: Host supports USB 3.1 Enhanced SuperSpeed
[    2.003973] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[    2.005026] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.18
[    2.006059] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.007488] usb usb2: Product: xHCI Host Controller
[    2.009141] usb usb2: Manufacturer: Linux 5.18.0 xhci-hcd
[    2.009988] usb usb2: SerialNumber: 0000:05:00.3
[    2.011351] hub 2-0:1.0: USB hub found
[    2.013043] hub 2-0:1.0: 2 ports detected
[    2.014589] xhci_hcd 0000:05:00.4: xHCI Host Controller
[    2.015358] xhci_hcd 0000:05:00.4: new USB bus registered, assigned bus number 3
[    2.016526] xhci_hcd 0000:05:00.4: hcc params 0x0268ffe5 hci version 0x110 quirks 0x0000020000000410
[    2.017756] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.18
[    2.018367] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.018896] usb usb3: Product: xHCI Host Controller
[    2.019401] usb usb3: Manufacturer: Linux 5.18.0 xhci-hcd
[    2.019895] usb usb3: SerialNumber: 0000:05:00.4
[    2.020760] hub 3-0:1.0: USB hub found
[    2.022132] hub 3-0:1.0: 4 ports detected
[    2.023833] xhci_hcd 0000:05:00.4: xHCI Host Controller
[    2.024538] xhci_hcd 0000:05:00.4: new USB bus registered, assigned bus number 4
[    2.025619] xhci_hcd 0000:05:00.4: Host supports USB 3.1 Enhanced SuperSpeed
[    2.026450] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[    2.027524] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.18
[    2.028372] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.029455] usb usb4: Product: xHCI Host Controller
[    2.030328] usb usb4: Manufacturer: Linux 5.18.0 xhci-hcd
[    2.031428] usb usb4: SerialNumber: 0000:05:00.4
[    2.032422] hub 4-0:1.0: USB hub found
[    2.033485] hub 4-0:1.0: 2 ports detected
[    2.034281] usb: port power management may be unreliable
[    2.035455] usbcore: registered new interface driver usblp
[    2.036282] usbcore: registered new interface driver cdc_wdm
[    2.037456] usbcore: registered new interface driver uas
[    2.038057] usbcore: registered new interface driver usb-storage
[    2.039159] usbcore: registered new interface driver emi26 - firmware loader
[    2.039997] usbcore: registered new interface driver emi62 - firmware loader
[    2.041075] i8042: PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1
[    2.041890] i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
[    2.044131] serio: i8042 KBD port at 0x60,0x64 irq 1
[    2.045137] mousedev: PS/2 mouse device common for all mice
[    2.046284] rtc_cmos 00:01: RTC can wake from S4
[    2.047236] rtc_cmos 00:01: registered as rtc0
[    2.048123] rtc_cmos 00:01: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[    2.048906] i2c_dev: i2c /dev entries driver
[    2.050143] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
[    2.050976] piix4_smbus 0000:00:14.0: Using register 0x02 for SMBus port selection
[    2.052179] piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at 0xb20
[    2.052918] usbcore: registered new interface driver uvcvideo
[    2.054259] usbcore: registered new interface driver btusb
[    2.055380] EFI Variables Facility v0.08 2004-May-17
[    2.062303] pstore: Registered efi as persistent store backend
[    2.063027] ccp 0000:05:00.2: enabling device (0000 -> 0002)
[    2.074398] ccp 0000:05:00.2: tee enabled
[    2.075269] ccp 0000:05:00.2: psp enabled
[    2.076076] hid: raw HID events driver (C) Jiri Kosina
[    2.076883] usbcore: registered new interface driver usbhid
[    2.077370] usbhid: USB HID core driver
[    2.077880] hp_accel: laptop model unknown, using default axes configuration
[    2.101323] lis3lv02d: 8 bits 3DC sensor found
[    2.124090] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input4
[    2.131017] input: ST LIS3LV02DL Accelerometer as /devices/platform/lis3lv02d/input/input5
[    2.132382] ACPI BIOS Error (bug): AE_AML_BUFFER_LIMIT, Field [D008] at bit offset/length 128/8 exceeds size of target Buffer (128 bits) (20211217/dsopcode-198)
[    2.133348] ACPI Error: Aborting method \HWMC due to previous error (AE_AML_BUFFER_LIMIT) (20211217/psparse-529)
[    2.134366] ACPI Error: Aborting method \_SB.WMID.WMAA due to previous error (AE_AML_BUFFER_LIMIT) (20211217/psparse-529)
[    2.135410] ACPI BIOS Error (bug): AE_AML_BUFFER_LIMIT, Field [D008] at bit offset/length 128/8 exceeds size of target Buffer (128 bits) (20211217/dsopcode-198)
[    2.136349] ACPI Error: Aborting method \HWMC due to previous error (AE_AML_BUFFER_LIMIT) (20211217/psparse-529)
[    2.137377] ACPI Error: Aborting method \_SB.WMID.WMAA due to previous error (AE_AML_BUFFER_LIMIT) (20211217/psparse-529)
[    2.138310] input: HP WMI hotkeys as /devices/virtual/input/input6
[    2.139460] ACPI BIOS Error (bug): AE_AML_BUFFER_LIMIT, Field [D008] at bit offset/length 128/8 exceeds size of target Buffer (128 bits) (20211217/dsopcode-198)
[    2.140482] ACPI Error: Aborting method \HWMC due to previous error (AE_AML_BUFFER_LIMIT) (20211217/psparse-529)
[    2.141586] ACPI Error: Aborting method \_SB.WMID.WMAA due to previous error (AE_AML_BUFFER_LIMIT) (20211217/psparse-529)
[    2.142632] random: fast init done
[    2.142783] ACPI BIOS Error (bug): AE_AML_BUFFER_LIMIT, Field [D008] at bit offset/length 128/8 exceeds size of target Buffer (128 bits) (20211217/dsopcode-198)
[    2.145445] ACPI Error: Aborting method \HWMC due to previous error (AE_AML_BUFFER_LIMIT) (20211217/psparse-529)
[    2.146210] ACPI Error: Aborting method \_SB.WMID.WMAA due to previous error (AE_AML_BUFFER_LIMIT) (20211217/psparse-529)
[    2.147614] ACPI BIOS Error (bug): AE_AML_BUFFER_LIMIT, Field [D009] at bit offset/length 136/8 exceeds size of target Buffer (136 bits) (20211217/dsopcode-198)
[    2.148383] ACPI Error: Aborting method \HWMC due to previous error (AE_AML_BUFFER_LIMIT) (20211217/psparse-529)
[    2.149716] ACPI Error: Aborting method \_SB.WMID.WMAA due to previous error (AE_AML_BUFFER_LIMIT) (20211217/psparse-529)
[    2.150848] ACPI BIOS Error (bug): AE_AML_BUFFER_LIMIT, Field [D009] at bit offset/length 136/8 exceeds size of target Buffer (136 bits) (20211217/dsopcode-198)
[    2.151984] ACPI Error: Aborting method \HWMC due to previous error (AE_AML_BUFFER_LIMIT) (20211217/psparse-529)
[    2.153224] ACPI Error: Aborting method \_SB.WMID.WMAA due to previous error (AE_AML_BUFFER_LIMIT) (20211217/psparse-529)
[    2.154445] ACPI BIOS Error (bug): AE_AML_BUFFER_LIMIT, Field [D008] at bit offset/length 128/8 exceeds size of target Buffer (128 bits) (20211217/dsopcode-198)
[    2.155565] ACPI Error: Aborting method \HWMC due to previous error (AE_AML_BUFFER_LIMIT) (20211217/psparse-529)
[    2.156701] ACPI Error: Aborting method \_SB.WMID.WMAA due to previous error (AE_AML_BUFFER_LIMIT) (20211217/psparse-529)
[    2.159432] snd_hda_intel 0000:01:00.1: enabling device (0000 -> 0002)
[    2.160311] snd_hda_intel 0000:01:00.1: Disabling MSI
[    2.161049] snd_hda_intel 0000:01:00.1: Handle vga_switcheroo audio client
[    2.161762] snd_hda_intel 0000:05:00.6: enabling device (0000 -> 0002)
[    2.162521] usbcore: registered new interface driver snd-usb-audio
[    2.163334] NET: Registered PF_LLC protocol family
[    2.165840] Initializing XFRM netlink socket
[    2.166051] input: ELAN0718:00 04F3:30FD Mouse as /devices/platform/AMDI0010:03/i2c-0/i2c-ELAN0718:00/0018:04F3:30FD.0001/input/input7
[    2.166893] NET: Registered PF_INET6 protocol family
[    2.167786] input: ELAN0718:00 04F3:30FD Touchpad as /devices/platform/AMDI0010:03/i2c-0/i2c-ELAN0718:00/0018:04F3:30FD.0001/input/input9
[    2.169483] Segment Routing with IPv6
[    2.170621] hid-multitouch 0018:04F3:30FD.0001: input,hidraw0: I2C HID v1.00 Mouse [ELAN0718:00 04F3:30FD] on i2c-ELAN0718:00
[    2.171852] In-situ OAM (IOAM) with IPv6
[    2.173596] input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.1/0000:01:00.1/sound/card1/input10
[    2.175547] mip6: Mobile IPv6
[    2.176951] input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.1/0000:01:00.1/sound/card1/input11
[    2.177793] NET: Registered PF_PACKET protocol family
[    2.179124] input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.1/0000:01:00.1/sound/card1/input12
[    2.179904] NET: Registered PF_KEY protocol family
[    2.180899] input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:01.1/0000:01:00.1/sound/card1/input13
[    2.182800] Bluetooth: RFCOMM TTY layer initialized
[    2.184094] Bluetooth: RFCOMM socket layer initialized
[    2.185534] Bluetooth: RFCOMM ver 1.11
[    2.186894] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[    2.188453] Bluetooth: BNEP filters: protocol multicast
[    2.189997] Bluetooth: BNEP socket layer initialized
[    2.191383] snd_hda_codec_realtek hdaudioC2D0: autoconfig for ALC285: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
[    2.192735] snd_hda_codec_realtek hdaudioC2D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[    2.193263] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
[    2.193890] snd_hda_codec_realtek hdaudioC2D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
[    2.195411] Bluetooth: HIDP socket layer initialized
[    2.196370] snd_hda_codec_realtek hdaudioC2D0:    mono: mono_out=0x0
[    2.197315] l2tp_core: L2TP core driver, V2.0
[    2.198220] snd_hda_codec_realtek hdaudioC2D0:    inputs:
[    2.199153] l2tp_ip: L2TP IP encapsulation support (L2TPv3)
[    2.200077] snd_hda_codec_realtek hdaudioC2D0:      Mic=0x19
[    2.201016] l2tp_netlink: L2TP netlink interface
[    2.201922] snd_hda_codec_realtek hdaudioC2D0:      Internal Mic=0x12
[    2.202847] l2tp_eth: L2TP ethernet pseudowire support (L2TPv3)
[    2.205301] l2tp_ip6: L2TP IP encapsulation support for IPv6 (L2TPv3)
[    2.206843] 8021q: 802.1Q VLAN Support v1.8
[    2.208192] NET: Registered PF_RDS protocol family
[    2.209593] Registered RDS/tcp transport
[    2.211825] microcode: CPU0: patch_level=0x08600106
[    2.213241] microcode: CPU1: patch_level=0x08600106
[    2.214789] microcode: CPU2: patch_level=0x08600106
[    2.216079] microcode: CPU3: patch_level=0x08600106
[    2.218027] microcode: CPU4: patch_level=0x08600106
[    2.219482] microcode: CPU5: patch_level=0x08600106
[    2.220814] microcode: CPU6: patch_level=0x08600106
[    2.222230] microcode: CPU7: patch_level=0x08600106
[    2.223571] microcode: CPU8: patch_level=0x08600106
[    2.224666] microcode: CPU9: patch_level=0x08600106
[    2.225781] microcode: CPU10: patch_level=0x08600106
[    2.226952] microcode: CPU11: patch_level=0x08600106
[    2.228155] microcode: Microcode Update Driver: v2.2.
[    2.228159] IPI shorthand broadcast: enabled
[    2.229973] AVX2 version of gcm_enc/dec engaged.
[    2.231222] AES CTR mode by8 optimization enabled
[    2.232357] sched_clock: Marking stable (2230915842, 1425836)->(2249262888, -16921210)
[    2.233419] registered taskstats version 1
[    2.234540] Loading compiled-in X.509 certificates
[    2.235841] Key type ._fscrypt registered
[    2.236960] usb 1-4: new full-speed USB device number 2 using xhci_hcd
[    2.237799] Key type .fscrypt registered
[    2.238893] Key type fscrypt-provisioning registered
[    2.260964] usb 3-3: new high-speed USB device number 2 using xhci_hcd
[    2.266091] ata1: SATA link down (SStatus 0 SControl 300)
[    2.387805] usb 1-4: New USB device found, idVendor=0bda, idProduct=b00c, bcdDevice= 0.00
[    2.388839] usb 1-4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    2.389534] usb 1-4: Product: Bluetooth Radio
[    2.390024] usb 1-4: Manufacturer: Realtek
[    2.390498] usb 1-4: SerialNumber: 00e04c000001
[    2.403776] Bluetooth: hci0: RTL: examining hci_ver=0a hci_rev=000c lmp_ver=0a lmp_subver=8822
[    2.405649] Bluetooth: hci0: RTL: rom_version status=0 version=3
[    2.406524] Bluetooth: hci0: RTL: loading rtl_bt/rtl8822cu_fw.bin
[    2.407257] Bluetooth: hci0: RTL: loading rtl_bt/rtl8822cu_config.bin
[    2.407715] bluetooth hci0: Direct firmware load for rtl_bt/rtl8822cu_config.bin failed with error -2
[    2.408148] usb 3-3: New USB device found, idVendor=30c9, idProduct=0013, bcdDevice= 0.01
[    2.408166] Bluetooth: hci0: RTL: cfg_sz -2, total sz 35080
[    2.409054] usb 3-3: New USB device strings: Mfr=3, Product=1, SerialNumber=2
[    2.410710] usb 3-3: Product: HP TrueVision HD Camera
[    2.411616] usb 3-3: Manufacturer: DJKCVA19IECCI0
[    2.412366] usb 3-3: SerialNumber: 0001
[    2.418982] ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    2.421691] usb 3-3: Found UVC 1.00 device HP TrueVision HD Camera (30c9:0013)
[    2.423462] ata2.00: ATA-9: SanDisk Ultra II 960GB, X41100RL, max UDMA/133
[    2.424143] ata2.00: 1875385008 sectors, multi 1: LBA48 NCQ (depth 32), AA
[    2.426496] ata2.00: configured for UDMA/133
[    2.427382] scsi 1:0:0:0: Direct-Access     ATA      SanDisk Ultra II 00RL PQ: 0 ANSI: 5
[    2.428481] sd 1:0:0:0: Attached scsi generic sg0 type 0
[    2.428660] sd 1:0:0:0: [sda] 1875385008 512-byte logical blocks: (960 GB/894 GiB)
[    2.430367] sd 1:0:0:0: [sda] Write Protect is off
[    2.430957] input: HP TrueVision HD Camera: HP Tru as /devices/pci0000:00/0000:00:08.1/0000:05:00.4/usb3/3-3/3-3:1.0/input/input14
[    2.431030] sd 1:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    2.431632] sd 1:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.432820]  sda: sda1 sda2 sda3
[    2.433634] sd 1:0:0:0: [sda] Attached SCSI disk
[    2.586956] clocksource: timekeeping watchdog on CPU4: Marking clocksource 'tsc' as unstable because the skew is too large:
[    2.587920] clocksource:                       'hpet' wd_nsec: 507753219 wd_now: 22859e0 wd_last: 1b96b0a mask: ffffffff
[    2.588769] clocksource:                       'tsc' cs_nsec: 504000390 cs_now: 4dcde2fd4 cs_last: 4823ea9fa mask: ffffffffffffffff
[    2.589415] clocksource:                       'tsc' is current clocksource.
[    2.589901] tsc: Marking TSC unstable due to clocksource watchdog
[    2.590973] TSC found unstable after boot, most likely due to broken BIOS. Use 'tsc=unstable'.
[    2.591578] sched_clock: Marking unstable (2589546606, 1425836)<-(2607893677, -16921210)
[    2.592813] clocksource: Checking clocksource tsc synchronization from CPU 10 to CPUs 0-2,5,11.
[    2.594049] clocksource: Switched to clocksource hpet
[    2.595325] acpi_cpufreq: overriding BIOS provided _PSD data
[    2.597444] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[    2.629742] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[    2.631611] Unstable clock detected, switching default tracing clock to "global"
               If you want to keep using the local clock, then add:
                 "trace_clock=local"
               on the kernel command line
[    2.634603] ALSA device list:
[    2.635885]   #0: Loopback 1
[    2.636967]   #1: HDA NVidia at 0xfc080000 irq 74
[    2.715581] Bluetooth: hci0: RTL: fw version 0x19b76d7d
[    2.867764] input: HD-Audio Generic Mic as /devices/pci0000:00/0000:00:08.1/0000:05:00.6/sound/card2/input15
[    2.869070] input: HD-Audio Generic Headphone as /devices/pci0000:00/0000:00:08.1/0000:05:00.6/sound/card2/input16
[    2.873189] EXT4-fs (nvme0n1p4): mounted filesystem with ordered data mode. Quota mode: disabled.
[    2.875013] VFS: Mounted root (ext4 filesystem) readonly on device 259:4.
[    2.877635] devtmpfs: mounted
[    2.879751] Freeing unused decrypted memory: 2044K
[    2.881528] Freeing unused kernel image (initmem) memory: 1236K
[    2.884979] Write protecting the kernel read-only data: 30720k
[    2.888152] Freeing unused kernel image (text/rodata gap) memory: 2028K
[    2.889401] Freeing unused kernel image (rodata/data gap) memory: 192K
[    2.891475] Run /sbin/init as init process
[    2.893182]   with arguments:
[    2.893183]     /sbin/init
[    2.893183]   with environment:
[    2.893184]     HOME=/
[    2.893184]     TERM=linux
[    3.433966] random: crng init done
[    3.459806] udevd[327]: starting eudev-3.2.11
[    4.099751] Adding 1048572k swap on /dev/nvme0n1p3.  Priority:-2 extents:1 across:1048572k SS
[    4.536452] EXT4-fs (nvme0n1p4): re-mounted. Quota mode: disabled.
[    4.592535] FAT-fs (nvme0n1p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[    4.604520] EXT4-fs (sda3): mounted filesystem with ordered data mode. Quota mode: disabled.
[   13.944596] wlan0: authenticate with 24:4b:fe:be:28:28
[   13.944612] wlan0: bad VHT capabilities, disabling VHT
[   14.326598] wlan0: send auth to 24:4b:fe:be:28:28 (try 1/3)
[   14.443050] wlan0: send auth to 24:4b:fe:be:28:28 (try 2/3)
[   14.446398] wlan0: authenticated
[   14.448052] wlan0: associate with 24:4b:fe:be:28:28 (try 1/3)
[   14.452924] wlan0: RX AssocResp from 24:4b:fe:be:28:28 (capab=0x1411 status=0 aid=6)
[   14.453207] wlan0: associated
[   14.475939] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[   15.334881] wlan0: deauthenticating from 24:4b:fe:be:28:28 by local choice (Reason: 3=DEAUTH_LEAVING)
[   22.442750] wlan0: authenticate with 24:4b:fe:be:28:2c
[   22.833893] wlan0: send auth to 24:4b:fe:be:28:2c (try 1/3)
[   22.939346] wlan0: send auth to 24:4b:fe:be:28:2c (try 2/3)
[   23.043352] wlan0: send auth to 24:4b:fe:be:28:2c (try 3/3)
[   23.147290] wlan0: authentication with 24:4b:fe:be:28:2c timed out
[   33.174818] wlan0: authenticate with 24:4b:fe:be:28:28
[   33.174834] wlan0: bad VHT capabilities, disabling VHT
[   33.554897] wlan0: send auth to 24:4b:fe:be:28:28 (try 1/3)
[   33.558275] wlan0: authenticated
[   33.559173] wlan0: associate with 24:4b:fe:be:28:28 (try 1/3)
[   33.565104] wlan0: RX AssocResp from 24:4b:fe:be:28:28 (capab=0x1411 status=0 aid=6)
[   33.565384] wlan0: associated
[   33.574936] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[   39.447968] amdgpu 0000:05:00.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=none:owns=none
[   99.889150] nf_conntrack: default automatic helper assignment has been turned off for security reasons and CT-based firewall rule not found. Use the iptables CT target to attach helpers instead.
[  120.750272] atkbd serio0: Unknown key pressed (translated set 2, code 0xd8 on isa0060/serio0).
[  120.750283] atkbd serio0: Use 'setkeycodes e058 <keycode>' to make it known.
[  120.758204] atkbd serio0: Unknown key released (translated set 2, code 0xd8 on isa0060/serio0).
[  120.758213] atkbd serio0: Use 'setkeycodes e058 <keycode>' to make it known.
[  121.328660] PM: suspend entry (deep)
[  121.331664] Filesystems sync: 0.002 seconds
[  121.331879] Freezing user space processes ... (elapsed 0.002 seconds) done.
[  121.334121] OOM killer disabled.
[  121.334122] Freezing remaining freezable tasks ... (elapsed 0.000 seconds) done.
[  121.335057] printk: Suspending console(s) (use no_console_suspend to debug)
[  121.346539] sd 1:0:0:0: [sda] Synchronizing SCSI cache
[  121.347541] sd 1:0:0:0: [sda] Stopping disk
[  121.347851] wlan0: deauthenticating from 24:4b:fe:be:28:28 by local choice (Reason: 3=DEAUTH_LEAVING)
[  121.441302] [drm] free PSP TMR buffer
[  121.605308] PM: late suspend of devices failed
[  121.605540] pci 0000:00:00.2: can't derive routing for PCI INT A
[  121.605545] pci 0000:00:00.2: PCI INT A: no GSI
[  121.605705] [drm] PCIE GART of 1024M enabled.
[  121.605709] [drm] PTB located at 0x000000F400900000
[  121.605725] [drm] PSP is resuming...
[  121.606563] sd 1:0:0:0: [sda] Starting disk
[  121.622941] nvme nvme0: 16/0/0 default/read/poll queues
[  121.625763] [drm] reserve 0x400000 from 0xf41f800000 for PSP TMR
[  121.911657] usb 1-4: reset full-speed USB device number 2 using xhci_hcd
[  121.916068] ata1: SATA link down (SStatus 0 SControl 300)
[  121.918962] amdgpu 0000:05:00.0: amdgpu: RAS: optional ras ta ucode is not available
[  121.929746] amdgpu 0000:05:00.0: amdgpu: RAP: optional rap ta ucode is not available
[  121.929748] amdgpu 0000:05:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[  121.929752] amdgpu 0000:05:00.0: amdgpu: SMU is resuming...
[  121.929879] amdgpu 0000:05:00.0: amdgpu: dpm has been disabled
[  121.930957] amdgpu 0000:05:00.0: amdgpu: SMU is resumed successfully!
[  121.931731] [drm] DMUB hardware initialized: version=0x0101001F
[  122.067221] ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[  122.069914] ata2.00: configured for UDMA/133
[  122.353938] [drm] kiq ring mec 2 pipe 1 q 0
[  122.590675] amdgpu 0000:05:00.0: [drm:amdgpu_ring_test_helper] *ERROR* ring gfx test failed (-110)
[  122.590684] [drm:amdgpu_device_ip_resume_phase2] *ERROR* resume of IP block <gfx_v9_0> failed -110
[  122.590689] amdgpu 0000:05:00.0: amdgpu: amdgpu_device_ip_resume failed (-110).
[  122.590691] amdgpu 0000:05:00.0: amdgpu: resume failed with -110; attempting to reset ASIC
[  122.590693] amdgpu 0000:05:00.0: amdgpu: MODE2 reset
[  122.821823] [drm] kiq ring mec 2 pipe 1 q 0
[  122.837481] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[  122.837560] [drm] JPEG decode initialized successfully.
[  122.837570] amdgpu 0000:05:00.0: amdgpu: ring gfx uses VM inv eng 0 on hub 0
[  122.837572] amdgpu 0000:05:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[  122.837573] amdgpu 0000:05:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[  122.837575] amdgpu 0000:05:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[  122.837576] amdgpu 0000:05:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[  122.837577] amdgpu 0000:05:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[  122.837579] amdgpu 0000:05:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[  122.837580] amdgpu 0000:05:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[  122.837581] amdgpu 0000:05:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[  122.837582] amdgpu 0000:05:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[  122.837583] amdgpu 0000:05:00.0: amdgpu: ring sdma0 uses VM inv eng 0 on hub 1
[  122.837584] amdgpu 0000:05:00.0: amdgpu: ring vcn_dec uses VM inv eng 1 on hub 1
[  122.837585] amdgpu 0000:05:00.0: amdgpu: ring vcn_enc0 uses VM inv eng 4 on hub 1
[  122.837586] amdgpu 0000:05:00.0: amdgpu: ring vcn_enc1 uses VM inv eng 5 on hub 1
[  122.837587] amdgpu 0000:05:00.0: amdgpu: ring jpeg_dec uses VM inv eng 6 on hub 1
[  122.841854] OOM killer enabled.
[  122.841855] Restarting tasks ... done.
[  122.843592] Bluetooth: hci0: RTL: examining hci_ver=0a hci_rev=000c lmp_ver=0a lmp_subver=8822
[  122.845576] Bluetooth: hci0: RTL: rom_version status=0 version=3
[  122.845584] Bluetooth: hci0: RTL: loading rtl_bt/rtl8822cu_fw.bin
[  122.845597] Bluetooth: hci0: RTL: loading rtl_bt/rtl8822cu_config.bin
[  122.848749] Bluetooth: hci0: RTL: cfg_sz 6, total sz 35086
[  122.968624] PM: suspend exit
[  122.968682] PM: suspend entry (s2idle)
[  122.970899] Filesystems sync: 0.002 seconds
[  122.971057] Freezing user space processes ... (elapsed 0.181 seconds) done.
[  123.152303] OOM killer disabled.
[  123.152304] Freezing remaining freezable tasks ... 
[  123.155652] Bluetooth: hci0: RTL: fw version 0x19b76d7d
[  123.497300] (elapsed 0.344 seconds) done.
[  123.497310] printk: Suspending console(s) (use no_console_suspend to debug)
[  123.497362] amdgpu 0000:05:00.0: amdgpu: Power consumption will be higher as BIOS has not been configured for suspend-to-idle.
               To use suspend-to-idle change the sleep mode in BIOS setup.
[  123.502981] sd 1:0:0:0: [sda] Synchronizing SCSI cache
[  123.510483] sd 1:0:0:0: [sda] Stopping disk
[  123.532943] queueing ieee80211 work while going to suspend
[  123.532947] queueing ieee80211 work while going to suspend
[  123.636524] [drm] free PSP TMR buffer
[  123.666223] ACPI: EC: interrupt blocked
[  123.689376] ACPI: EC: interrupt unblocked
[  123.713392] pci 0000:00:00.2: can't derive routing for PCI INT A
[  123.713399] pci 0000:00:00.2: PCI INT A: no GSI
[  123.713440] [drm] PCIE GART of 1024M enabled.
[  123.713445] [drm] PTB located at 0x000000F400900000
[  123.713462] [drm] PSP is resuming...
[  123.714021] sd 1:0:0:0: [sda] Starting disk
[  123.731839] nvme nvme0: 16/0/0 default/read/poll queues
[  123.733502] [drm] reserve 0x400000 from 0xf41f800000 for PSP TMR
[  124.015853] usb 1-4: reset full-speed USB device number 2 using xhci_hcd
[  124.025309] ata1: SATA link down (SStatus 0 SControl 300)
[  124.026416] amdgpu 0000:05:00.0: amdgpu: RAS: optional ras ta ucode is not available
[  124.037079] amdgpu 0000:05:00.0: amdgpu: RAP: optional rap ta ucode is not available
[  124.037082] amdgpu 0000:05:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[  124.037086] amdgpu 0000:05:00.0: amdgpu: SMU is resuming...
[  124.037685] amdgpu 0000:05:00.0: amdgpu: dpm has been disabled
[  124.038901] amdgpu 0000:05:00.0: amdgpu: SMU is resumed successfully!
[  124.039702] [drm] DMUB hardware initialized: version=0x0101001F
[  124.187011] ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[  124.189830] ata2.00: configured for UDMA/133
[  124.590854] [drm] kiq ring mec 2 pipe 1 q 0
[  124.606712] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[  124.606795] [drm] JPEG decode initialized successfully.
[  124.606807] amdgpu 0000:05:00.0: amdgpu: ring gfx uses VM inv eng 0 on hub 0
[  124.606812] amdgpu 0000:05:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[  124.606815] amdgpu 0000:05:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[  124.606817] amdgpu 0000:05:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[  124.606819] amdgpu 0000:05:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[  124.606821] amdgpu 0000:05:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[  124.606823] amdgpu 0000:05:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[  124.606825] amdgpu 0000:05:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[  124.606827] amdgpu 0000:05:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[  124.606829] amdgpu 0000:05:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[  124.606831] amdgpu 0000:05:00.0: amdgpu: ring sdma0 uses VM inv eng 0 on hub 1
[  124.606833] amdgpu 0000:05:00.0: amdgpu: ring vcn_dec uses VM inv eng 1 on hub 1
[  124.606835] amdgpu 0000:05:00.0: amdgpu: ring vcn_enc0 uses VM inv eng 4 on hub 1
[  124.606837] amdgpu 0000:05:00.0: amdgpu: ring vcn_enc1 uses VM inv eng 5 on hub 1
[  124.606839] amdgpu 0000:05:00.0: amdgpu: ring jpeg_dec uses VM inv eng 6 on hub 1
[  125.611170] amdgpu 0000:05:00.0: [drm:amdgpu_ib_ring_tests] *ERROR* IB test failed on gfx (-110).
[  125.611187] [drm:process_one_work] *ERROR* ib ring test failed (-110).
[  125.612128] OOM killer enabled.
[  125.612132] Restarting tasks ... done.
[  125.613539] Bluetooth: hci0: RTL: examining hci_ver=0a hci_rev=000c lmp_ver=0a lmp_subver=8822
[  125.615560] Bluetooth: hci0: RTL: rom_version status=0 version=3
[  125.615567] Bluetooth: hci0: RTL: loading rtl_bt/rtl8822cu_fw.bin
[  125.615595] Bluetooth: hci0: RTL: loading rtl_bt/rtl8822cu_config.bin
[  125.615620] Bluetooth: hci0: RTL: cfg_sz 6, total sz 35086
[  125.742037] PM: suspend exit
[  125.924803] Bluetooth: hci0: RTL: fw version 0x19b76d7d
[  164.451331] wlan0: authenticate with 24:4b:fe:be:28:2c
[  164.838794] wlan0: send auth to 24:4b:fe:be:28:2c (try 1/3)
[  164.947057] wlan0: send auth to 24:4b:fe:be:28:2c (try 2/3)
[  165.051263] wlan0: send auth to 24:4b:fe:be:28:2c (try 3/3)
[  165.155024] wlan0: authentication with 24:4b:fe:be:28:2c timed out

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

* RE: [REGRESSION] Laptop with Ryzen 4600H fails to resume video since 5.17.4 (works 5.17.3)
  2022-05-23 17:03                         ` Christian Casteyde
@ 2022-05-23 22:01                           ` Limonciello, Mario
  2022-05-24 20:54                           ` Christian Casteyde
  1 sibling, 0 replies; 30+ messages in thread
From: Limonciello, Mario @ 2022-05-23 22:01 UTC (permalink / raw)
  To: Christian Casteyde, Kai-Heng Feng, Thorsten Leemhuis
  Cc: stable, regressions, Deucher, Alexander, gregkh

[Public]



> -----Original Message-----
> From: Christian Casteyde <casteyde.christian@free.fr>
> Sent: Monday, May 23, 2022 12:03
> To: Kai-Heng Feng <kai.heng.feng@canonical.com>; Thorsten Leemhuis
> <regressions@leemhuis.info>
> Cc: stable@vger.kernel.org; regressions@lists.linux.dev; Deucher, Alexander
> <Alexander.Deucher@amd.com>; gregkh@linuxfoundation.org; Limonciello,
> Mario <Mario.Limonciello@amd.com>
> Subject: Re: [REGRESSION] Laptop with Ryzen 4600H fails to resume video
> since 5.17.4 (works 5.17.3)
> 
> I've opened the gitlab entry for this discussion:
> https://nam11.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgitla
> b.freedesktop.org%2Fdrm%2Famd%2F-
> %2Fissues%2F2023&amp;data=05%7C01%7Cmario.limonciello%40amd.com%
> 7C7a9cf928dd1e491f0c2c08da3cde2e21%7C3dd8961fe4884e608e11a82d994e
> 183d%7C0%7C0%7C637889222210477502%7CUnknown%7CTWFpbGZsb3d8ey
> JWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%
> 7C3000%7C%7C%7C&amp;sdata=WnQwbF8J4j2F69GINpz49Zg5Qg0tpVCmUG
> i1FjXrCu4%3D&amp;reserved=0
> 
> I confirm I 'm not receiving mails anymore from the mailing list but I'll
> follow gitlab.
> 
> In reply to the patch proposed by Mario:
> https://nam11.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpatc
> hwork.freedesktop.org%2Fpatch%2F486836%2F&amp;data=05%7C01%7Cma
> rio.limonciello%40amd.com%7C7a9cf928dd1e491f0c2c08da3cde2e21%7C3dd
> 8961fe4884e608e11a82d994e183d%7C0%7C0%7C637889222210477502%7CUn
> known%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6
> Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&amp;sdata=FuhEnUyC8nv
> ycpaGr4yfBbGpuXHXoKqImBTQ0PL8caY%3D&amp;reserved=0
> With this patch applied on vanilla 5.18 kernel:
> - suspend still fails;
> - after suspend attempt, the screen comes back with only the cursor;
> - switching to a console let me get the following dmesg file.
> 

I spent some time with Christian today on that Gitlab issue, and want to update this
audience to a few things.

1) The first suspend failure is caused by something wrong with acpi_tad driver on his
system.  Blacklisting the driver everything works properly.

2) Failing the first time with deep and trying s2idle instead is caused by something in
his userspace (unknown right now).

3) This is not a regression IMO.  The GPU was in a bad state from the problem caused
by acpi-tad.  We introduced poking around and resetting the GPU to help with
aborted suspends, but they've led to a pile of "Oh but not this case", fix this ordering
problem, deal with this repercussion.  We shouldn't be dropping any of those incremental
solutions to deal with a path like this; the direction should be for fixing acpi_tad or whatever
userspace is using it incorrectly on Christian's system.

> CC
> 
> Le lundi 23 mai 2022, 15:02:53 CEST Christian Casteyde a écrit :
> > Hello
> >
> > I've checked with 5.18 the problem is still there.
> > Interestingly, I tried to revert the commit but it was rejected because of
> > the change in the test from:
> >         if (!adev->in_s0ix)
> > to:
> >       if (amdgpu_acpi_should_gpu_reset(adev))
> >
> > in amdgpu_pmops_suspend.
> >
> > I fixed the rejection, keeping shoud_gpu_reset, but it still fails.
> > Then I changed to restore test of in_s0ix as it was in 5.17, and it works.
> > I tried with a call to amd_gpu_asic_reset without testing at all in_s0ix, it
> > works.
> >
> > Therefore, my APU wants a reset in amdgpu_pmops_suspend.
> >
> > By curiosity, I tried to do the reset in amdgpu_pmops_suspend_noirq as
> was
> > intended in 5.18 original code, commenting out the test of
> > amdgpu_acpi_should_gpu_reset(adev) (since this APU wants a reset).
> > This does not work, I got the Fence timeout errors or freezes.
> >
> > If I leave  noirq function unchanged (original 5.18 code), and just add a
> > reset in suspend() as was done in 5.17, it works.
> >
> > Therefore, my GPU does NOT want to be reset in noirq, the reset must be
> in
> > suspend.
> >
> > In other words, I modified amdgpu_pmops_suspend (partial revert) like
> this
> > and this works on my laptop:
> >
> > static int amdgpu_pmops_suspend(struct device *dev)
> > {
> > 	struct drm_device *drm_dev = dev_get_drvdata(dev);
> > 	struct amdgpu_device *adev = drm_to_adev(drm_dev);
> > +	int r;
> >
> > 	if (amdgpu_acpi_is_s0ix_active(adev))
> > 		adev->in_s0ix = true;
> > 	else
> > 		adev->in_s3 = true;
> > -	return amdgpu_device_suspend(drm_dev, true);
> > +	r = amdgpu_device_suspend(drm_dev, true);
> > +	if (r)
> > +		return r;
> > +	if (!adev->in_s0ix)
> > +		return amdgpu_asic_reset(adev);
> > 	return 0;
> > }
> >
> > static int amdgpu_pmops_suspend_noirq(struct device *dev)
> > {
> > 	struct drm_device *drm_dev = dev_get_drvdata(dev);
> > 	struct amdgpu_device *adev = drm_to_adev(drm_dev);
> >
> > 	if (amdgpu_acpi_should_gpu_reset(adev))
> > 		return amdgpu_asic_reset(adev);
> >
> > 	return 0;
> > }
> >
> > I don't know if other APU want a reset, in the same context, and how to
> > differentiate all the cases, so I cannot go further, but I can test patches
> > if needed.
> >
> > CC
> >
> > Le mercredi 18 mai 2022, 08:37:27 CEST Thorsten Leemhuis a écrit :
> > > On 18.05.22 07:54, Kai-Heng Feng wrote:
> > > > On Wed, May 18, 2022 at 1:52 PM Thorsten Leemhuis
> > > >
> > > > <regressions@leemhuis.info> wrote:
> > > >> On 17.05.22 19:37, casteyde.christian@free.fr wrote:
> > > >>> I've tryied to revert the offending commit on 5.18-rc7 (887f75cfd0da
> > > >>> ("drm/amdgpu: Ensure HDA function is suspended before ASIC
> reset"),
> > > >>> and
> > > >>> the problem disappears so it's really this commit that breaks.
> > > >>
> > > >> In that case I'll update the regzbot status to make sure it's visible
> > > >> as
> > > >> regression introduced in the 5.18 cycle:
> > > >>
> > > >> #regzbot introduced: 887f75cfd0da
> > > >>
> > > >> BTW: obviously would be nice to get this fixed before 5.18 is released
> > > >> (which might already happen on Sunday), especially as the culprit
> > > >> apparently was already backported to stable, but I guess that won't be
> > > >> easy...
> > > >>
> > > >> Which made me wondering: is reverting the culprit temporarily in
> > > >> mainline (and reapplying it later with a fix) a option here?
> > > >
> > > > It's too soon to call it's the culprit.
> > >
> > > Well, sure, the root-cause might be somewhere else. But from the point
> > > of kernel regressions (and tracking them) it's the culprit, as that's
> > > the change that triggers the misbehavior. And that's how Linus
> > > approaches these things as well when it comes to reverting to fix
> > > regressions -- and he even might...
> > >
> > > > The suspend on the system
> > > > doesn't work properly at the first place.
> > >
> > > ...ignore things like this, as long as a revert is unlikely to cause
> > > more damage than good.
> > >
> > > Ciao. Thorsten
> > >
> > > >> Ciao, Thorsten (wearing his 'the Linux kernel's regression tracker'
> > > >> hat)
> > > >>
> > > >> P.S.: As the Linux kernel's regression tracker I deal with a lot of
> > > >> reports and sometimes miss something important when writing mails
> like
> > > >> this. If that's the case here, don't hesitate to tell me in a public
> > > >> reply, it's in everyone's interest to set the public record straight.

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

* Re: [REGRESSION] Laptop with Ryzen 4600H fails to resume video since 5.17.4 (works 5.17.3)
  2022-05-23 17:03                         ` Christian Casteyde
  2022-05-23 22:01                           ` Limonciello, Mario
@ 2022-05-24 20:54                           ` Christian Casteyde
  2022-05-25  7:29                             ` Thorsten Leemhuis
  1 sibling, 1 reply; 30+ messages in thread
From: Christian Casteyde @ 2022-05-24 20:54 UTC (permalink / raw)
  To: Kai-Heng Feng, Thorsten Leemhuis
  Cc: stable, regressions, alexander deucher, gregkh, Mario Limonciello

Conclusion from gitlab discussion

There are three different problems at stake here:

1. First suspend failure after boot is due to TAD driver.
When it is loaded, first suspend deep fails.
This is the root cause of the following sequence.
TAD seems to be not completely functionnal on my laptop, sysfs returns IO 
errors (missing handlers in dmesg).
After the first failure, every "deep" attempt work.

2.  When suspend deep fails, elogind (used by Slackware 15) falls back to 
s2idle.
This behaviour is documented in logind.conf man page, and normaly can be 
configured (side note: I didn't manage to do so, it ignores my configuration 
file).

3. When suspend to s2idle, the GPU fails to suspend and need a reset.
This reset must be done in pm_suspend (not totally ok if reset at resume).
However, the laptop indeed goes into s2idle.
In this state, the power button awakes it: this part is handled by the BIOS 
and not the distribution (which shut downs if not suspended).
This is what doesn't work anymore un 5.17.4 and 5.18.

The root cause is therefore the ACPI TAD preventing the first deep suspend to 
complete, then elogind asking for a s2idle in fallback, then s2idle leaving 
the APU in inconsistent state, that can only be fixed by a reset in 
pm_suspend, and not pm_suspend_noirq or pm_suspend_late.

I will open a separate bug for the ACPI TAD problem. For now I will run 
without this driver, as deep suspend works fine in this case and s2idle is 
therefore useless for me.

CC


Le lundi 23 mai 2022, 19:03:27 CEST Christian Casteyde a écrit :
> I've opened the gitlab entry for this discussion:
> https://gitlab.freedesktop.org/drm/amd/-/issues/2023
> 
> I confirm I 'm not receiving mails anymore from the mailing list but I'll
> follow gitlab.
> 
> In reply to the patch proposed by Mario:
> https://patchwork.freedesktop.org/patch/486836/
> With this patch applied on vanilla 5.18 kernel:
> - suspend still fails;
> - after suspend attempt, the screen comes back with only the cursor;
> - switching to a console let me get the following dmesg file.
> 
> CC
> 
> Le lundi 23 mai 2022, 15:02:53 CEST Christian Casteyde a écrit :
> > Hello
> > 
> > I've checked with 5.18 the problem is still there.
> > Interestingly, I tried to revert the commit but it was rejected because of
> > 
> > the change in the test from:
> >         if (!adev->in_s0ix)
> > 
> > to:
> >       if (amdgpu_acpi_should_gpu_reset(adev))
> > 
> > in amdgpu_pmops_suspend.
> > 
> > I fixed the rejection, keeping shoud_gpu_reset, but it still fails.
> > Then I changed to restore test of in_s0ix as it was in 5.17, and it works.
> > I tried with a call to amd_gpu_asic_reset without testing at all in_s0ix,
> > it works.
> > 
> > Therefore, my APU wants a reset in amdgpu_pmops_suspend.
> > 
> > By curiosity, I tried to do the reset in amdgpu_pmops_suspend_noirq as was
> > intended in 5.18 original code, commenting out the test of
> > amdgpu_acpi_should_gpu_reset(adev) (since this APU wants a reset).
> > This does not work, I got the Fence timeout errors or freezes.
> > 
> > If I leave  noirq function unchanged (original 5.18 code), and just add a
> > reset in suspend() as was done in 5.17, it works.
> > 
> > Therefore, my GPU does NOT want to be reset in noirq, the reset must be in
> > suspend.
> > 
> > In other words, I modified amdgpu_pmops_suspend (partial revert) like this
> > and this works on my laptop:
> > 
> > static int amdgpu_pmops_suspend(struct device *dev)
> > {
> > 
> > 	struct drm_device *drm_dev = dev_get_drvdata(dev);
> > 	struct amdgpu_device *adev = drm_to_adev(drm_dev);
> > 
> > +	int r;
> > 
> > 	if (amdgpu_acpi_is_s0ix_active(adev))
> > 	
> > 		adev->in_s0ix = true;
> > 	
> > 	else
> > 	
> > 		adev->in_s3 = true;
> > 
> > -	return amdgpu_device_suspend(drm_dev, true);
> > +	r = amdgpu_device_suspend(drm_dev, true);
> > +	if (r)
> > +		return r;
> > +	if (!adev->in_s0ix)
> > +		return amdgpu_asic_reset(adev);
> > 
> > 	return 0;
> > 
> > }
> > 
> > static int amdgpu_pmops_suspend_noirq(struct device *dev)
> > {
> > 
> > 	struct drm_device *drm_dev = dev_get_drvdata(dev);
> > 	struct amdgpu_device *adev = drm_to_adev(drm_dev);
> > 	
> > 	if (amdgpu_acpi_should_gpu_reset(adev))
> > 	
> > 		return amdgpu_asic_reset(adev);
> > 	
> > 	return 0;
> > 
> > }
> > 
> > I don't know if other APU want a reset, in the same context, and how to
> > differentiate all the cases, so I cannot go further, but I can test
> > patches
> > if needed.
> > 
> > CC
> > 
> > Le mercredi 18 mai 2022, 08:37:27 CEST Thorsten Leemhuis a écrit :
> > > On 18.05.22 07:54, Kai-Heng Feng wrote:
> > > > On Wed, May 18, 2022 at 1:52 PM Thorsten Leemhuis
> > > > 
> > > > <regressions@leemhuis.info> wrote:
> > > >> On 17.05.22 19:37, casteyde.christian@free.fr wrote:
> > > >>> I've tryied to revert the offending commit on 5.18-rc7 (887f75cfd0da
> > > >>> ("drm/amdgpu: Ensure HDA function is suspended before ASIC reset"),
> > > >>> and
> > > >>> the problem disappears so it's really this commit that breaks.
> > > >> 
> > > >> In that case I'll update the regzbot status to make sure it's visible
> > > >> as
> > > >> regression introduced in the 5.18 cycle:
> > > >> 
> > > >> #regzbot introduced: 887f75cfd0da
> > > >> 
> > > >> BTW: obviously would be nice to get this fixed before 5.18 is
> > > >> released
> > > >> (which might already happen on Sunday), especially as the culprit
> > > >> apparently was already backported to stable, but I guess that won't
> > > >> be
> > > >> easy...
> > > >> 
> > > >> Which made me wondering: is reverting the culprit temporarily in
> > > >> mainline (and reapplying it later with a fix) a option here?
> > > > 
> > > > It's too soon to call it's the culprit.
> > > 
> > > Well, sure, the root-cause might be somewhere else. But from the point
> > > of kernel regressions (and tracking them) it's the culprit, as that's
> > > the change that triggers the misbehavior. And that's how Linus
> > > approaches these things as well when it comes to reverting to fix
> > > regressions -- and he even might...
> > > 
> > > > The suspend on the system
> > > > doesn't work properly at the first place.
> > > 
> > > ...ignore things like this, as long as a revert is unlikely to cause
> > > more damage than good.
> > > 
> > > Ciao. Thorsten
> > > 
> > > >> Ciao, Thorsten (wearing his 'the Linux kernel's regression tracker'
> > > >> hat)
> > > >> 
> > > >> P.S.: As the Linux kernel's regression tracker I deal with a lot of
> > > >> reports and sometimes miss something important when writing mails
> > > >> like
> > > >> this. If that's the case here, don't hesitate to tell me in a public
> > > >> reply, it's in everyone's interest to set the public record straight.





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

* Re: [REGRESSION] Laptop with Ryzen 4600H fails to resume video since 5.17.4 (works 5.17.3)
  2022-05-24 20:54                           ` Christian Casteyde
@ 2022-05-25  7:29                             ` Thorsten Leemhuis
  0 siblings, 0 replies; 30+ messages in thread
From: Thorsten Leemhuis @ 2022-05-25  7:29 UTC (permalink / raw)
  To: Christian Casteyde, Kai-Heng Feng
  Cc: stable, regressions, alexander deucher, gregkh, Mario Limonciello

On 24.05.22 22:54, Christian Casteyde wrote:
> Conclusion from gitlab discussion

Christian, Mario, thx for the updates. I'll remove the issue from the
list of tracked regressions then:

#regzbot invalid: tricky situation with other problems; the issue thus
not really qualifies as regression

Ciao, Thorsten (wearing his 'the Linux kernel's regression tracker' hat)

P.S.: As the Linux kernel's regression tracker I deal with a lot of
reports and sometimes miss something important when writing mails like
this. If that's the case here, don't hesitate to tell me in a public
reply, it's in everyone's interest to set the public record straight.


> There are three different problems at stake here:
> 
> 1. First suspend failure after boot is due to TAD driver.
> When it is loaded, first suspend deep fails.
> This is the root cause of the following sequence.
> TAD seems to be not completely functionnal on my laptop, sysfs returns IO 
> errors (missing handlers in dmesg).
> After the first failure, every "deep" attempt work.
> 
> 2.  When suspend deep fails, elogind (used by Slackware 15) falls back to 
> s2idle.
> This behaviour is documented in logind.conf man page, and normaly can be 
> configured (side note: I didn't manage to do so, it ignores my configuration 
> file).
> 
> 3. When suspend to s2idle, the GPU fails to suspend and need a reset.
> This reset must be done in pm_suspend (not totally ok if reset at resume).
> However, the laptop indeed goes into s2idle.
> In this state, the power button awakes it: this part is handled by the BIOS 
> and not the distribution (which shut downs if not suspended).
> This is what doesn't work anymore un 5.17.4 and 5.18.
> 
> The root cause is therefore the ACPI TAD preventing the first deep suspend to 
> complete, then elogind asking for a s2idle in fallback, then s2idle leaving 
> the APU in inconsistent state, that can only be fixed by a reset in 
> pm_suspend, and not pm_suspend_noirq or pm_suspend_late.
> 
> I will open a separate bug for the ACPI TAD problem. For now I will run 
> without this driver, as deep suspend works fine in this case and s2idle is 
> therefore useless for me.
> 
> CC
> 
> 
> Le lundi 23 mai 2022, 19:03:27 CEST Christian Casteyde a écrit :
>> I've opened the gitlab entry for this discussion:
>> https://gitlab.freedesktop.org/drm/amd/-/issues/2023
>>
>> I confirm I 'm not receiving mails anymore from the mailing list but I'll
>> follow gitlab.
>>
>> In reply to the patch proposed by Mario:
>> https://patchwork.freedesktop.org/patch/486836/
>> With this patch applied on vanilla 5.18 kernel:
>> - suspend still fails;
>> - after suspend attempt, the screen comes back with only the cursor;
>> - switching to a console let me get the following dmesg file.
>>
>> CC
>>
>> Le lundi 23 mai 2022, 15:02:53 CEST Christian Casteyde a écrit :
>>> Hello
>>>
>>> I've checked with 5.18 the problem is still there.
>>> Interestingly, I tried to revert the commit but it was rejected because of
>>>
>>> the change in the test from:
>>>         if (!adev->in_s0ix)
>>>
>>> to:
>>>       if (amdgpu_acpi_should_gpu_reset(adev))
>>>
>>> in amdgpu_pmops_suspend.
>>>
>>> I fixed the rejection, keeping shoud_gpu_reset, but it still fails.
>>> Then I changed to restore test of in_s0ix as it was in 5.17, and it works.
>>> I tried with a call to amd_gpu_asic_reset without testing at all in_s0ix,
>>> it works.
>>>
>>> Therefore, my APU wants a reset in amdgpu_pmops_suspend.
>>>
>>> By curiosity, I tried to do the reset in amdgpu_pmops_suspend_noirq as was
>>> intended in 5.18 original code, commenting out the test of
>>> amdgpu_acpi_should_gpu_reset(adev) (since this APU wants a reset).
>>> This does not work, I got the Fence timeout errors or freezes.
>>>
>>> If I leave  noirq function unchanged (original 5.18 code), and just add a
>>> reset in suspend() as was done in 5.17, it works.
>>>
>>> Therefore, my GPU does NOT want to be reset in noirq, the reset must be in
>>> suspend.
>>>
>>> In other words, I modified amdgpu_pmops_suspend (partial revert) like this
>>> and this works on my laptop:
>>>
>>> static int amdgpu_pmops_suspend(struct device *dev)
>>> {
>>>
>>> 	struct drm_device *drm_dev = dev_get_drvdata(dev);
>>> 	struct amdgpu_device *adev = drm_to_adev(drm_dev);
>>>
>>> +	int r;
>>>
>>> 	if (amdgpu_acpi_is_s0ix_active(adev))
>>> 	
>>> 		adev->in_s0ix = true;
>>> 	
>>> 	else
>>> 	
>>> 		adev->in_s3 = true;
>>>
>>> -	return amdgpu_device_suspend(drm_dev, true);
>>> +	r = amdgpu_device_suspend(drm_dev, true);
>>> +	if (r)
>>> +		return r;
>>> +	if (!adev->in_s0ix)
>>> +		return amdgpu_asic_reset(adev);
>>>
>>> 	return 0;
>>>
>>> }
>>>
>>> static int amdgpu_pmops_suspend_noirq(struct device *dev)
>>> {
>>>
>>> 	struct drm_device *drm_dev = dev_get_drvdata(dev);
>>> 	struct amdgpu_device *adev = drm_to_adev(drm_dev);
>>> 	
>>> 	if (amdgpu_acpi_should_gpu_reset(adev))
>>> 	
>>> 		return amdgpu_asic_reset(adev);
>>> 	
>>> 	return 0;
>>>
>>> }
>>>
>>> I don't know if other APU want a reset, in the same context, and how to
>>> differentiate all the cases, so I cannot go further, but I can test
>>> patches
>>> if needed.
>>>
>>> CC
>>>
>>> Le mercredi 18 mai 2022, 08:37:27 CEST Thorsten Leemhuis a écrit :
>>>> On 18.05.22 07:54, Kai-Heng Feng wrote:
>>>>> On Wed, May 18, 2022 at 1:52 PM Thorsten Leemhuis
>>>>>
>>>>> <regressions@leemhuis.info> wrote:
>>>>>> On 17.05.22 19:37, casteyde.christian@free.fr wrote:
>>>>>>> I've tryied to revert the offending commit on 5.18-rc7 (887f75cfd0da
>>>>>>> ("drm/amdgpu: Ensure HDA function is suspended before ASIC reset"),
>>>>>>> and
>>>>>>> the problem disappears so it's really this commit that breaks.
>>>>>>
>>>>>> In that case I'll update the regzbot status to make sure it's visible
>>>>>> as
>>>>>> regression introduced in the 5.18 cycle:
>>>>>>
>>>>>> #regzbot introduced: 887f75cfd0da
>>>>>>
>>>>>> BTW: obviously would be nice to get this fixed before 5.18 is
>>>>>> released
>>>>>> (which might already happen on Sunday), especially as the culprit
>>>>>> apparently was already backported to stable, but I guess that won't
>>>>>> be
>>>>>> easy...
>>>>>>
>>>>>> Which made me wondering: is reverting the culprit temporarily in
>>>>>> mainline (and reapplying it later with a fix) a option here?
>>>>>
>>>>> It's too soon to call it's the culprit.
>>>>
>>>> Well, sure, the root-cause might be somewhere else. But from the point
>>>> of kernel regressions (and tracking them) it's the culprit, as that's
>>>> the change that triggers the misbehavior. And that's how Linus
>>>> approaches these things as well when it comes to reverting to fix
>>>> regressions -- and he even might...
>>>>
>>>>> The suspend on the system
>>>>> doesn't work properly at the first place.
>>>>
>>>> ...ignore things like this, as long as a revert is unlikely to cause
>>>> more damage than good.
>>>>
>>>> Ciao. Thorsten
>>>>
>>>>>> Ciao, Thorsten (wearing his 'the Linux kernel's regression tracker'
>>>>>> hat)
>>>>>>
>>>>>> P.S.: As the Linux kernel's regression tracker I deal with a lot of
>>>>>> reports and sometimes miss something important when writing mails
>>>>>> like
>>>>>> this. If that's the case here, don't hesitate to tell me in a public
>>>>>> reply, it's in everyone's interest to set the public record straight.
> 
> 
> 
> 
> 

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

* Re: [REGRESSION] Laptop with Ryzen 4600H fails to resume video since 5.17.4 (works 5.17.3) #forregzbot
  2022-05-14 15:12 ` Thorsten Leemhuis
  2022-05-14 17:34   ` Christian Casteyde
@ 2022-05-27  9:51   ` Thorsten Leemhuis
  1 sibling, 0 replies; 30+ messages in thread
From: Thorsten Leemhuis @ 2022-05-27  9:51 UTC (permalink / raw)
  To: regressions

TWIMC: this mail is primarily send for documentation purposes and for
regzbot, my Linux kernel regression tracking bot. These mails usually
contain '#forregzbot' in the subject, to make them easy to spot and filter.

On 14.05.22 17:12, Thorsten Leemhuis wrote:
> Hi, this is your Linux kernel regression tracker. Thanks for the report.
> 
> On 14.05.22 16:41, Christian Casteyde wrote:
>> #regzbot introduced v5.17.3..v5.17.4
>> #regzbot introduced: 001828fb3084379f3c3e228b905223c50bc237f9
> 
> FWIW, that's commit 887f75cfd0da ("drm/amdgpu: Ensure HDA function is
> suspended before ASIC reset") upstream.

#regzbot invalid: tricky situation with other problems; the issue thus
not really qualifies as regression

For details see:
https://lore.kernel.org/stable/MN0PR12MB61011E787AAAA98597A3A9DDE2D49@MN0PR12MB6101.namprd12.prod.outlook.com/
https://lore.kernel.org/stable/2175827.vFx2qVVIhK@geek500.localdomain/

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

end of thread, other threads:[~2022-05-27  9:51 UTC | newest]

Thread overview: 30+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-14 14:41 [REGRESSION] Laptop with Ryzen 4600H fails to resume video since 5.17.4 (works 5.17.3) Christian Casteyde
2022-05-14 15:12 ` Thorsten Leemhuis
2022-05-14 17:34   ` Christian Casteyde
2022-05-16  2:47     ` Kai-Heng Feng
2022-05-16  3:06       ` Mario Limonciello
2022-05-16 17:23       ` Christian Casteyde
2022-05-17  2:03         ` Kai-Heng Feng
2022-05-17  6:36           ` Christian Casteyde
2022-05-17  6:58             ` Kai-Heng Feng
2022-05-17 17:37               ` casteyde.christian
2022-05-18  5:52                 ` Thorsten Leemhuis
2022-05-18  5:54                   ` Kai-Heng Feng
2022-05-18  6:37                     ` Thorsten Leemhuis
2022-05-18 20:15                       ` Limonciello, Mario
2022-05-23 13:02                       ` Christian Casteyde
2022-05-23 14:00                         ` Limonciello, Mario
2022-05-23 17:03                         ` Christian Casteyde
2022-05-23 22:01                           ` Limonciello, Mario
2022-05-24 20:54                           ` Christian Casteyde
2022-05-25  7:29                             ` Thorsten Leemhuis
2022-05-17 17:38               ` casteyde.christian
2022-05-17 18:13                 ` Limonciello, Mario
2022-05-18 11:02                   ` casteyde.christian
2022-05-19 17:31                     ` Limonciello, Mario
2022-05-19 18:07                       ` Limonciello, Mario
2022-05-18  2:08                 ` Kai-Heng Feng
2022-05-18  2:19                   ` Mario Limonciello
2022-05-18  7:15                   ` Christian Casteyde
2022-05-18 10:53                     ` casteyde.christian
2022-05-27  9:51   ` [REGRESSION] Laptop with Ryzen 4600H fails to resume video since 5.17.4 (works 5.17.3) #forregzbot Thorsten Leemhuis

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).