Commit graph

38 commits

Author SHA1 Message Date
85a9fc8f7e Allow device auto detection to tell steam deck driver the specific model 2024-01-28 20:24:29 -05:00
3e8a263f4e Add thing at startup in debug builds (for testing) 2024-01-28 12:13:55 -05:00
a1c44cdea7 Improve memory clock selection for #140, fix dpm_performance enforcement check for GPU 2024-01-27 18:45:02 -05:00
622f161560 Add minimal store UI functionality 2024-01-27 15:05:41 -05:00
bba9452383 Add front-end components for setting variants, fix back-end segfault 2024-01-21 20:03:04 -05:00
4eaf6fae2b Add all back-end functionality for interacting with variants on the front-end 2024-01-06 13:26:35 -05:00
a2d5103f12 Improve generic support, add Framework 13 AMD support for test platform (ryzenadj v0.14 update not included) 2023-12-10 23:15:31 -05:00
d481f13144 Make settings variant map use u64 instead of strings since no longer restricted by JSON 2023-11-26 09:50:56 -05:00
3aa9680bae Add multi-profile per-game functionality for #82, change to JSON to RON format 2023-11-18 15:18:45 -05:00
3cbde30e09 Reduce periodic network activity to 1 request instead of 5 2023-08-07 17:08:24 -04:00
64cb4193f9 Improve sysfs calls from providers to intelligently find the correct entry to fix #114 2023-08-06 14:49:24 -04:00
33e8c7ccc5 Add dev messages functionality 2023-07-03 22:01:00 -04:00
f68abbfd1b Add UI elements for battery inrush power 2023-06-16 22:00:57 -04:00
54393cd0cb Cargo fmt 2023-03-27 21:11:22 -04:00
2c0cac125c Add version file 2023-03-27 21:11:03 -04:00
f42efab0b0 Add battery charge limit functionality 2023-03-26 10:50:38 -04:00
68e86c0778 Use profile filename instead of profile name to detect profile change 2023-03-25 13:46:58 -04:00
39f53d76ac Move to libryzenadj from my custom bindings 2023-03-22 22:15:36 -04:00
2b94298e8c Rename backend binary and shorten V_INFO 2023-02-23 21:07:17 -05:00
fb577620dd Improve error information and update libs 2023-02-23 20:55:12 -05:00
37f96a5cdd Update to usdpl v0.10 and change ~/.config/powertools to not require su perms 2023-02-21 21:28:59 -05:00
5ffa83983f Fix UI not updating when profile changes 2023-02-04 16:19:00 -05:00
11c1fc0ddc Set settings twice when dirty, to be extra sure settings are set when set and not unset when set set set set 2023-01-29 12:00:08 -05:00
ea89de01d7 Fix incorrect CPU defaults loaded by defaults button 2023-01-18 21:05:04 -05:00
8bc9c7b2d8 Add support for user-translated strings in the UI 2023-01-10 20:54:33 -05:00
13bf31611d Send front-end logs to back and improve Steam Deck driver display 2023-01-04 19:42:59 -05:00
cda1111cd3 Add driver in debug UI and misc config stuff 2023-01-02 21:22:53 -05:00
892a0b0ab6 Update dependencies and create faster build profile for decky's CI 2022-12-05 18:51:49 -05:00
3766386726 Add hardware limits provider and auto detection with online updater (cached locally) 2022-12-02 21:12:13 -05:00
Derek J. Clark
5d2937af6f
Multiplatform Dev (#52)
* Use environment home instead of hard coding home_path

* Fix Makefile

* Use PathBuf instead of format. Catch else fore /tmp/ default directory

* Restore logpath for deployment. Resolve warning from copy() not having err handled.

* Undo add #[cfg(debug_assertions)] in wrong place.
2022-11-29 00:04:03 +00:00
2b2a6eaf9d Add charge mode setting for SD, move static battery readings into driver 2022-11-21 20:58:35 -05:00
1466c4647b Add battery charge mode back-end support (untested) 2022-11-21 17:00:43 -05:00
31c72de11e Add and (mostly) test driver support 2022-11-19 15:21:09 -05:00
01c86eeafe Add some additional APIs endpoints for #48 and more 2022-11-12 23:17:13 -05:00
1610f18278 Refactor API processing to apply settings from single thread and queue API calls instead of locking 2022-11-09 22:09:05 -05:00
aad7887b84 Reduce slider lag, fix frequency ordering mismatch, prepare for release 2022-09-05 21:36:16 -04:00
26e781df25 Re-add battery stats 2022-09-05 17:02:02 -04:00
db3f4a85c0 Add experimental Decky CI back-end building, fix frequency controls crashing the kernel 2022-09-05 14:24:13 -04:00
Renamed from powertools-rs/src/main.rs (Browse further)