CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/03/15 05:13:16
Modified files:
sys/dev/pci/drm/amd/amdgpu: amdgpu_drv.c
Log message:
Make some fixes to the amdgpu(4) activate function to better reflect
what Linux does for suspend/hibernate/resume. In particular, set the
in_s4 member earlier, remove some duplicated code that now gets called
as part of amdgpu_pmops_suspend() and call amdgpu_pmops_complete() at
the end of a resume/restore.
ok jsg@
