add ansible_managed comment/header
This commit is contained in:
parent
3d2a88c12b
commit
81b5c762d6
4 changed files with 6 additions and 30 deletions
|
@ -1,14 +1,6 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
# script for tuned AMDGPU clock control
|
{{ ansible_managed | comment }}
|
||||||
# configures GPU power/clock characteristics
|
# This is the 'default' script; resetting amdgpu clock/power/voltage tunables
|
||||||
# clocks/power in 3D are dynamic based on need/usage
|
|
||||||
#
|
|
||||||
# for 'amdgpu-default' tuned profiles, this will reset the characteristics to default
|
|
||||||
# for others this will apply overclocking settings -- leaving clock choices to the associated power profile (eg: VR)
|
|
||||||
#
|
|
||||||
# rendered by Ansible with environment-appropriate values:
|
|
||||||
# card #, eg: card0
|
|
||||||
# path to discovered sysfs device files (power/clock/voltage control)
|
|
||||||
#
|
#
|
||||||
# AMDGPU driver/sysfs references:
|
# AMDGPU driver/sysfs references:
|
||||||
# https://01.org/linuxgraphics/gfx-docs/drm/gpu/amdgpu.html
|
# https://01.org/linuxgraphics/gfx-docs/drm/gpu/amdgpu.html
|
||||||
|
|
|
@ -1,14 +1,6 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
# script for tuned AMDGPU clock control
|
{{ ansible_managed | comment }}
|
||||||
# configures GPU power/clock characteristics
|
# This is the 'overclock' script; applies amdgpu clock/power/voltage tunables
|
||||||
# clocks/power in 3D are dynamic based on need/usage
|
|
||||||
#
|
|
||||||
# for 'amdgpu-default' tuned profiles, this will reset the characteristics to default
|
|
||||||
# for others this will apply overclocking settings -- leaving clock choices to the associated power profile (eg: VR)
|
|
||||||
#
|
|
||||||
# rendered by Ansible with environment-appropriate values:
|
|
||||||
# card #, eg: card0
|
|
||||||
# path to discovered sysfs device files (power/clock/voltage control)
|
|
||||||
#
|
#
|
||||||
# AMDGPU driver/sysfs references:
|
# AMDGPU driver/sysfs references:
|
||||||
# https://01.org/linuxgraphics/gfx-docs/drm/gpu/amdgpu.html
|
# https://01.org/linuxgraphics/gfx-docs/drm/gpu/amdgpu.html
|
||||||
|
|
|
@ -1,14 +1,6 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
# script for tuned AMDGPU clock control
|
{{ ansible_managed | comment }}
|
||||||
# configures GPU power/clock characteristics
|
# This is the 'peak' script; applies most-aggressive amdgpu clock/power/voltage tunables
|
||||||
# clocks/power in 3D are dynamic based on need/usage
|
|
||||||
#
|
|
||||||
# for 'amdgpu-default' tuned profiles, this will reset the characteristics to default
|
|
||||||
# for others this will apply overclocking settings -- leaving clock choices to the associated power profile (eg: VR)
|
|
||||||
#
|
|
||||||
# rendered by Ansible with environment-appropriate values:
|
|
||||||
# card #, eg: card0
|
|
||||||
# path to discovered sysfs device files (power/clock/voltage control)
|
|
||||||
#
|
#
|
||||||
# AMDGPU driver/sysfs references:
|
# AMDGPU driver/sysfs references:
|
||||||
# https://01.org/linuxgraphics/gfx-docs/drm/gpu/amdgpu.html
|
# https://01.org/linuxgraphics/gfx-docs/drm/gpu/amdgpu.html
|
||||||
|
|
Loading…
Reference in a new issue