suspend - resume - amdgpu
$ lsmod | grep amdgpu
amdgpu 7319552 9
iommu_v2 24576 1 amdgpu
gpu_sched 45056 1 amdgpu
drm_ttm_helper 16384 1 amdgpu
ttm 81920 2 amdgpu,drm_ttm_helper
drm_kms_helper 307200 1 amdgpu
drm 643072 9 gpu_sched,drm_kms_helper,amdgpu,drm_ttm_helper,ttm
i2c_algo_bit 16384 1 amdgpu
mfd_core 16384 1 amdgpu
i2c_core 102400 10 i2c_designware_platform,videodev,i2c_hid,i2c_designware_core,drm_kms_helper,i2c_algo_bit,amdgpu,i2c_hid_acpi,i2c_piix4,drm
$ lsmod | wc -l
102
$ grep -A3 -B3 hooks /var/log/pm-suspend.log
Initial commandline parameters:
Wed Mar 29 11:07:55 UTC 2023: Running hooks for suspend.
Running hook /usr/lib/pm-utils/sleep.d/00logging suspend suspend:
Linux slitaz 5.15.94 #1 SMP PREEMPT Fri Feb 17 18:59:35 CST 2023 x86_64 GNU/Linux
Module Size Used by
--
/usr/lib/pm-utils/sleep.d/99video suspend suspend: success.
Wed Mar 29 11:07:55 UTC 2023: performing suspend
Thu Mar 30 01:19:21 UTC 2023: Awake.
Thu Mar 30 01:19:21 UTC 2023: Running hooks for resume
Running hook /usr/lib/pm-utils/sleep.d/99video resume suspend:
/usr/lib/pm-utils/sleep.d/99video resume suspend: success.
----
tux@slitaz:~$ uname -a
Linux slitaz 5.15.94 #1 SMP PREEMPT Fri Feb 17 18:59:35 CST 2023 x86_64 GNU/Linux
tux@slitaz:~$ lsmod |wc -l
102
tux@slitaz:~$ grep amdgpu /var/log/pm-suspend.log
amdgpu 7319552 12
iommu_v2 24576 1 amdgpu
gpu_sched 45056 1 amdgpu
drm_ttm_helper 16384 1 amdgpu
ttm 81920 2 amdgpu,drm_ttm_helper
drm_kms_helper 307200 1 amdgpu
drm 643072 10 gpu_sched,drm_kms_helper,amdgpu,drm_ttm_helper,ttm
i2c_algo_bit 16384 1 amdgpu
mfd_core 16384 1 amdgpu
i2c_core 102400 10 i2c_designware_platform,videodev,i2c_hid,i2c_designware_core,drm_kms_helper,i2c_algo_bit,amdgpu,i2c_hid_acpi,i2c_piix4,drm
tux@slitaz:~$ grep -A3 -B3 hooks /var/log/pm-suspend.log
Initial commandline parameters:
Tue Apr 18 08:52:46 UTC 2023: Running hooks for suspend.
Running hook /usr/lib/pm-utils/sleep.d/00logging suspend suspend:
Linux slitaz 5.15.94 #1 SMP PREEMPT Fri Feb 17 18:59:35 CST 2023 x86_64 GNU/Linux
Module Size Used by
--
/usr/lib/pm-utils/sleep.d/99video suspend suspend: success.
Tue Apr 18 08:52:46 UTC 2023: performing suspend
Tue Apr 18 11:24:17 UTC 2023: Awake.
Tue Apr 18 11:24:17 UTC 2023: Running hooks for resume
Running hook /usr/lib/pm-utils/sleep.d/99video resume suspend:
/usr/lib/pm-utils/sleep.d/99video resume suspend: success.
tux@slitaz:~$
https://forum.slitaz.org/topic/slitaz-x86_64-asus-m3400qa/page/3#post-51477