mirror of
https://gitlab.steamos.cloud/holo/steamos-manager.git
synced 2025-07-08 15:40:34 -04:00
power: Allow returned GPU clocks range to overridden by a platform config
This commit is contained in:
parent
7c3f2baa05
commit
bdd095860e
5 changed files with 14 additions and 0 deletions
|
@ -27,6 +27,7 @@ pub(crate) struct PlatformConfig {
|
|||
pub storage: Option<StorageConfig>,
|
||||
pub fan_control: Option<ServiceConfig>,
|
||||
pub tdp_limit: Option<RangeConfig<u32>>,
|
||||
pub gpu_clocks: Option<RangeConfig<u32>>,
|
||||
}
|
||||
|
||||
#[derive(Clone, Deserialize, Debug)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue