CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]        2024/08/17 04:38:21

Modified files:
        sys/dev/pci/drm/amd/amdgpu: amdgpu_drv.c 

Log message:
The amdgpu(4) code uses separate code paths for suspend and hibernate.
Use the ACPI sleep state to determine which path to go down into.  This
fixes (un)hibernate again after the fix for S0/S3 broke it.

Using the ACPI sleep state for this is not ideal.  If we ever want to
support amdgpu(4) on architectures without ACPI, we'll need a different
solution.

ok jsg@

Reply via email to