CVSROOT:        /cvs
Module name:    src
Changes by:     kette...@cvs.openbsd.org        2025/05/19 15:48:28

Modified files:
        sys/ddb        : db_usrreq.c db_var.h 
        sys/dev/acpi   : acpi_x86.c 
        sys/dev/pci/drm/amd/amdgpu: amdgpu_drv.c 
        sys/dev/pci/drm/i915: i915_driver.c 

Log message:
Implement a ddb.suspend sysctl that may help debugging suspend/resume bugs.
When this sysctl is set to 1, it will force "S0ix" suspend and skip
suspend of inteldrm(4) and amdgpu(4) such that the display remains on
during suspend.  That should make anything printed on the console to be
visible.  Power consumption will probably suck though.

ok mlarkin@, kn@

Reply via email to