Ilya Zlobintsev
31fd5454c3
chore: clean up dependency features
2023-09-25 23:04:00 +03:00
bisspector
1e982ef2b5
fix: stop the settings refresh timer after choosing an option when applying ( #196 )
2023-09-25 22:37:09 +03:00
Ilya Zlobintsev
274d3976ee
fix: update vram size instantly when switching gpus
2023-09-23 11:50:33 +03:00
Ilya Zlobintsev
d6bd7c1908
fix: don't show overclock warning label when overclocking is not available
2023-09-23 11:45:13 +03:00
Ilya Zlobintsev
e8f235813d
chore: show a message when vulkan is not available on the selected gpu
2023-09-23 11:42:10 +03:00
Ilya Zlobintsev
1ca8c966d6
chore: minor gui improvements
...
increase default window size, make vulkan info labels use same margins as the rest of the page,
set parent window for confirmation dialog
2023-09-23 11:36:42 +03:00
Ilya Zlobintsev
e00b1bc7b7
synchronize package version with crate versions
2023-09-23 11:28:42 +03:00
Ilya Zlobintsev
2fc395d284
chore: use LocalSet for daemon tasks, replace mutex/rwlock with refcell
2023-09-23 09:23:13 +03:00
Ilya Zlobintsev
a395d1abe2
feat: assign numbers to gpus in the gpu selector
2023-09-23 09:07:58 +03:00
Ilya Zlobintsev
54b6776d81
chore: use glib futures instead of threads in the gui, replace mutex/rwlock with refcell
2023-09-23 09:04:39 +03:00
Ilya Zlobintsev
128b9ba5ed
fix: update power cap frame properly when switching gpus
2023-09-23 08:47:33 +03:00
Ilya Zlobintsev
9dbbab29cc
fix: treat closing the confirmation dialog as reverting
2023-09-23 08:47:10 +03:00
Ilya Zlobintsev
10e8d91223
chore: print more info when applying settings
2023-09-23 08:46:52 +03:00
Ilya Zlobintsev
e4d63caeee
fix: use BTreeMap to store gpu controllers so the order of gpus is defined
2023-09-19 19:37:45 +03:00
Ilya Zlobintsev
9865c978b4
feat: bump amdgpu-sysfs with support for unlabled sensors
2023-09-19 19:36:33 +03:00
Ilya Zlobintsev
2b77a31c76
fix: handle missing drm values when updating info in gui
2023-09-19 19:23:48 +03:00
Ilya Zlobintsev
d1a0690191
feat: bump amdgpu-sysfs with RDNA3 changes, change values to signed integers
2023-09-15 23:10:45 +03:00
Ilya Zlobintsev
8f6e1b2c77
bump version
2023-09-12 22:05:24 +03:00
Ilya Zlobintsev
d087b1d537
pkg: add prebuilt arch package ( #192 )
2023-09-12 22:04:26 +03:00
Ilya Zlobintsev
6429659d56
chore: update dependencies, adopt breaking changes
2023-09-10 12:19:32 +03:00
bisspector
0728081a14
fix: inability to add points to an empty fan curve ( #189 )
2023-07-20 18:55:18 +03:00
Ilya Zlobintsev
f643acde7d
Update README.md
2023-07-02 08:11:16 +03:00
Ilya Zlobintsev
4df22ba0a6
feat: print vbios date from drm
2023-06-03 09:33:59 +03:00
Ilya Zlobintsev
e800bf5798
feat: show vulkan driver info in gui
2023-06-03 09:27:38 +03:00
Ilya Zlobintsev
c04e78fef9
chore: bump dependencies
2023-06-03 08:34:06 +03:00
Ilya Zlobintsev
5a474e51fe
chore: update README screenshots
2023-06-03 08:32:33 +03:00
Ilya Zlobintsev
7836ca76fe
feat: standardise cli arguments, configure gui log level through cli args
2023-06-01 19:20:03 +03:00
Ilya Zlobintsev
dd6b53f2fe
chore: clippy fixes
2023-06-01 19:02:57 +03:00
Ilya Zlobintsev
d98fbf5e94
fix: avoid setting power cap if it was not changed
2023-06-01 18:49:32 +03:00
Ilya Zlobintsev
267187ff06
Feature/parallel ci 2 ( #179 )
...
* Revert "Revert "feat: parallel ci (#178 )""
This reverts commit 167340f8d5
.
* try release creation
* Revert "try release creation"
This reverts commit 34d4c37c89
.
2023-05-14 18:43:10 +03:00
Ilya Zlobintsev
2d78b2375a
fix: bump package version
2023-05-14 16:18:28 +03:00
Ilya Zlobintsev
167340f8d5
Revert "feat: parallel ci ( #178 )"
...
This reverts commit 69eab70f1c
.
2023-05-14 15:35:45 +03:00
Ilya Zlobintsev
69eab70f1c
feat: parallel ci ( #178 )
...
* feat: try parallel ci
* fix: syntax
* feat: upload artifacts
* fix: syntax
* feat: try artifact upload
* fix: syntax
* revert testing changes
* feat: always build packages
2023-05-14 14:29:05 +03:00
Ilya Zlobintsev
92eb100239
feat: bump version and report gui version
2023-05-14 13:09:15 +03:00
Ilya Zlobintsev
7f47339072
feat: settings confirmation ( #163 )
...
The goal of this PR is to have a confirmation dialog that the user has to click before the settings are saved onto disk. This is useful because when tweaking some settings (especially memory frequency), it's possible to crash your system, and if the settings are saved right away you end up with a soft-bricked system that will apply the broken settings on the next daemon start.
2023-05-14 12:55:24 +03:00
Ilya Zlobintsev
8c489a3fb9
chore: bump dependencies
2023-05-10 20:10:40 +03:00
Ilya Zlobintsev
c6a7907c35
chore: bump dependencies and switch to a tagged libdrm_amdgpu_sysfs version
2023-04-24 22:06:40 +03:00
Ilya Zlobintsev
806faa9de4
feat: retry GPU initialization when no GPUs were found
2023-04-24 21:30:18 +03:00
Ilya Zlobintsev
30327e3b48
Revert "fix: check for DEVTYPE=drm_minor when trying to find usable gpu paths instead of using the name"
...
This reverts commit 0bc59a02cc
.
2023-04-24 20:55:05 +03:00
Ilya Zlobintsev
0bc59a02cc
fix: check for DEVTYPE=drm_minor when trying to find usable gpu paths instead of using the name
2023-04-22 10:27:47 +03:00
Ilya Zlobintsev
b461106edd
chore: switch to stable vulkano release
2023-04-05 20:32:18 +03:00
Ilya Zlobintsev
b66d4eb3f7
chore: bump dependencies
2023-03-26 18:29:35 +03:00
Ilya Zlobintsev
009d07d2f9
chore: bump version
2023-03-25 22:17:12 +02:00
Ilya Zlobintsev
1839107d39
feat: avoid setting clocks value unless it was changed
2023-03-19 19:53:47 +02:00
Ilya Zlobintsev
f5269067db
feat: add support for not cleaning up clocks table on shutdown ( #133 )
2023-03-19 15:04:39 +02:00
Ilya Zlobintsev
4594baa7f5
pkg: add fedora-38 package
2023-03-18 14:41:19 +02:00
Ilya Zlobintsev
0a4b7b208a
chore: bump version
2023-03-18 14:31:30 +02:00
Ilya Zlobintsev
62a9de5b70
feat: add drm info ( #132 )
...
* wip drm info
* feat: gui for drm info
* chore: update dependencies in readme
* feat: add support for building without drm
* doc: add information about building with some features disabled
* fix: ci dependencies
2023-03-18 14:30:22 +02:00
Ilya Zlobintsev
1e944989e7
fix: dont show minimum value scales when data is not available
2023-03-18 11:48:30 +02:00
Ilya Zlobintsev
ed1f57b6f9
chore: bump dependencies
2023-03-18 10:12:11 +02:00