suspend: switch from deep -> s2idle for darp11#1715
Merged
brianmcgillion merged 2 commits intotiiuae:mainfrom Feb 12, 2026
Merged
suspend: switch from deep -> s2idle for darp11#1715brianmcgillion merged 2 commits intotiiuae:mainfrom
brianmcgillion merged 2 commits intotiiuae:mainfrom
Conversation
vunnyso
approved these changes
Jan 30, 2026
This comment was marked as outdated.
This comment was marked as outdated.
|
Tested with Issues
Working
|
|
Tested on Darter Pro (new image) All good now!
|
vunnyso
approved these changes
Feb 4, 2026
Collaborator
Author
|
Latest fix includes toggling the display on and back off right before suspension. I tried other options, like changing i915 power management settings, force-disabling PCI power management for the GPU, and others, but none seem to address this specific issue. |
- suspend method deep (suspend-to-RAM) is broken on darp11 (arrow-lake)
switch to s2idle suspend method to provide some battery saving
instead of disabling suspension entirely
- re-enable suspenion on all darp11 targets
- add suspend.mode option to power cfg
Signed-off-by: Kajus Naujokaitis <kajus.naujokaitis@unikie.com>
- enable idleManagement for all targets - change power button behavior to ignore short press Signed-off-by: Kajus Naujokaitis <kajus.naujokaitis@unikie.com>
c97b9c9 to
9e57d8e
Compare
brianmcgillion
approved these changes
Feb 12, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description of Changes
allowSuspendoption tosuspend.enablesuspend.modeoption to allow changing suspension mode on any target.mem_sleep_defaultkernel parameteridleManagementon demo-tower-mk1 and tower-5080Note
s2idle suspension is distinct from typical deep suspension. Some differences include:
Type of Change
Related Issues / Tickets
Addresses (does not fully fix) https://jira.tii.ae/browse/SSRCSP-7016
Fixes https://jira.tii.ae/browse/SSRCSP-7932
Checklist
make-checksand it passesTesting Instructions
Applicable Targets
aarch64aarch64x86_64x86_64x86_64Installation Method
nixos-rebuild ... switchTest Steps To Verify: