Commit graph

103 commits

Author SHA1 Message Date
f2e4923658
tuned template: set "none" I/O scheduler for non-rotational devices 2023-01-28 22:03:03 -06:00
4f6314f270
adjust preset clock/power multipliers slightly 2023-01-28 22:02:20 -06:00
e15ff1af45
make tuned handler escalate privs 2022-11-27 01:26:49 -06:00
f295287699
update undervolt, update play comment/readme 2022-11-27 01:24:29 -06:00
dd5071bfe0
rename mem var, update readme 2022-11-27 01:19:40 -06:00
c33a17d42f
add missing '#' 2022-11-27 01:00:10 -06:00
e6a08b7139
reduce col width 2022-11-27 00:59:28 -06:00
8f3f2d1640
reduce table width 2022-11-27 00:58:07 -06:00
53606388f7
reflect var shifting 2022-11-27 00:56:58 -06:00
65f9a7120e
comments: spacing 2022-11-27 00:56:19 -06:00
b525797f8f
role-ify 2022-11-27 00:51:39 -06:00
23f0ad541d
linting clean up 2022-11-26 22:59:35 -06:00
40028e5229
make power multi var generic, attribute of each profile 2022-11-26 22:43:52 -06:00
4dff0b95ab
update to reflect dynamic card discovery 2022-11-03 20:13:40 -05:00
471e055ca5
properly select the highest connected GPU 2022-11-03 20:09:52 -05:00
70e756e01a
add spreadsheet to calculate power multipliers 2022-11-03 20:09:29 -05:00
f18704dbfe
make card# assignment dynamic, clean up linting 2022-11-03 20:04:59 -05:00
e535ea3ebc
move vars to a table 2022-08-03 03:05:18 -05:00
31a1c5e305
update 2022-08-03 02:18:22 -05:00
bbc63919e1
edits/elaboration 2022-08-03 02:01:29 -05:00
7a8e43f765
README: caveat - only testing on RX6000 2022-08-03 01:13:13 -05:00
8f5599bdfc
clarify profile output/example 2022-08-03 01:11:02 -05:00
e377269c67
README: add new voltage var and profile breakdown 2022-08-03 01:05:49 -05:00
ca723c732b
fix clock profile choice consistency when moving profiles 2022-08-03 00:47:43 -05:00
6214034e59
add GPU shader/core clock control to "custom" profile 2022-07-21 22:17:35 -05:00
5b48c31018
add comments for the input vars, eg: clocks through powerplay tables 2022-06-17 00:21:13 -05:00
f780ca20ee
use (one source template) script for *all* GPU control 2022-06-12 21:20:10 -05:00
562843c069
make GPU voltage offset configurable 2022-06-08 19:27:06 -05:00
77e268ed24
add 'power-profiles-daemon' handling, swap on F35+ 2022-06-07 21:15:31 -05:00
914e8185d5
currency: new vars, reduced amdgpu profile coverage -- fixed 2022-06-07 19:50:55 -05:00
f26ff88da6
currency: new vars, reduced amdgpu profile coverage 2022-06-07 19:50:53 -05:00
631ca7bc1e
move some rudimentary unit conversion vars from play to group_vars/all 2022-06-07 19:50:50 -05:00
5bb751c510
make default power limit configurable, add comment for power limit 2022-06-07 19:50:48 -05:00
c2367b2dc7
control AMDGPU clocks, simplify to 2 profiles: default/custom 2022-06-07 19:50:46 -05:00
b22c8f5d9b
cleanup, add introductory AMDGPU clock control 2022-06-07 19:50:43 -05:00
1da046a92c
add variable name to note about power control 2022-06-07 19:50:40 -05:00
1165a658b8
add note about power control, fix template comment 2022-06-07 19:50:38 -05:00
f20e479c59
provide a multiplier to reduce AMDGPU power cap 2022-06-07 19:50:36 -05:00
5f6931aacb
remove debug for hwmon discovery 2022-06-07 19:50:33 -05:00
e29d3e99c5
render template with amdgpu power limit capped 2022-06-07 19:50:30 -05:00
4f33aad200
find amdgpu hwmon file for max power limit 2022-06-07 19:50:28 -05:00
9535ee42fb
disable cowsay output 2022-06-07 19:50:25 -05:00
3ba4905fbb
tuned profile jinja template updates
sysfs:
  amdgpu:
    set 'power_dpm_force_performance_level' to manual
    set 'pp_power_profile_mode' to one of the amdgpu power profiles
sysctl:
  net tuning:
    net.core.default_qdisc=fq
    net.ipv4.tcp_congestion_control=bbr
    net.core.rmem_max=33554432
    net.core.wmem_max=33554432

  Faster RAID rebuilds/checks
    dev.raid.speed_limit_min=600000
    dev.raid.speed_limit_max=9000000

  Allow some games to run (eg: DayZ)
    vm.max_map_count=1048576

Update template profile summaries to reflect the above
2022-06-07 19:50:22 -05:00
7b4adb2336
Pushing local updates/improvements with verbosity
Add more base dist `tuned` profiles, remove unused amdgpu power targets

Add a handler to restart tuned on profile/template changes

Replace underscores in generated profile paths with dashes, improved
interpretation/ordering with `tuned-switcher`

Rename `play.yml` -> `playbook.yml`

Extend comments to include potential todos RE: automatic discovery
2022-06-07 19:50:20 -05:00
6555c23003
add var defaults 2022-06-07 19:50:17 -05:00
ebd0738f3a
ignore vim swp files 2022-06-07 19:50:15 -05:00
961f869b13
add important variables 2022-06-07 19:50:13 -05:00
jlay
a62ea2720f
add power profile sysfs reference 2022-06-07 19:50:10 -05:00
jlay
9aff59163f
add (wordy) example of output 2022-06-07 19:50:07 -05:00
jlay
c819fff22e
init tuned.conf template 2022-06-07 19:50:05 -05:00