amdguid 1.0.12

AMDGPU fan control service
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
pub mod cooling_performance;
pub mod drag_plot;
pub mod drag_plot_prepared;
pub mod edit_temp_config;
pub mod edit_usage_config;
pub mod legend;
pub mod legend_widget;
pub mod output_widget;
pub mod outputs_settings;
pub mod reload_section;
pub mod temp_config_file;
pub mod usage_config_file;

pub use cooling_performance::*;
pub use edit_temp_config::*;
pub use edit_usage_config::*;
pub use temp_config_file::*;