Skip to content

Commit

Permalink
add missing fields to doc
Browse files Browse the repository at this point in the history
  • Loading branch information
ilya-zlobintsev committed Dec 31, 2024
1 parent 0b0921b commit 1ea2938
Show file tree
Hide file tree
Showing 2 changed files with 79 additions and 5 deletions.
47 changes: 42 additions & 5 deletions docs/CONFIG.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,10 +109,47 @@ gpus:
# Setting this requires `performance_level` to be set to `manual`.
power_profile_mode_index: 0
# Custom heuristic values when using the custom AMD power profile mode.
# TODO
custom_power_profile_mode_hueristics: []
# TODO
power_states: {}
# The meaning of these values depends on the specific GPU model.
# Check the names of these values in the UI.
custom_power_profile_mode_hueristics:
- - 0
- 5
- 1
- 0
- 4
- 800
- 4587520
- -65536
- 0
- - 0
- 5
- 1
- 0
- 1
- 0
- 3276800
- -65536
- -6553
- - 0
- 5
- 1
- 0
- 4
- 800
- 327680
- -65536
- 0
# List of AMD power states which should be enabled
power_states:
# GPU power states
core_clock:
- 0
- 2
- 3
# VRAM power states
memory_clock:
- 0
- 1
# Minimum GPU clockspeed in MHz.
min_core_clock: 300
# Minimum VRAM clockspeed in MHz.
Expand Down Expand Up @@ -152,4 +189,4 @@ profiles:
current_profile: vkcube
# If profiles should be switched between automatically based on their configured rules.
auto_switch_profiles: true
```
```
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
source: lact-daemon/src/config.rs
expression: deserialized_config
snapshot_kind: text
---
daemon:
log_level: info
Expand Down Expand Up @@ -43,6 +44,42 @@ gpus:
max_voltage: 1200
voltage_offset: 0
power_profile_mode_index: 0
custom_power_profile_mode_hueristics:
- - 0
- 5
- 1
- 0
- 4
- 800
- 4587520
- -65536
- 0
- - 0
- 5
- 1
- 0
- 1
- 0
- 3276800
- -65536
- -6553
- - 0
- 5
- 1
- 0
- 4
- 800
- 327680
- -65536
- 0
power_states:
memory_clock:
- 0
- 1
core_clock:
- 0
- 2
- 3
profiles:
vkcube:
rule:
Expand Down

0 comments on commit 1ea2938

Please sign in to comment.