power: Allow returned GPU clocks range to overridden by a platform config

This commit is contained in:
Vicki Pfau 2024-08-30 21:57:11 -07:00
parent 7c3f2baa05
commit bdd095860e
5 changed files with 14 additions and 0 deletions

View file

@ -370,6 +370,7 @@ pub mod test {
"jupiter-fan-control.service",
))),
tdp_limit: None,
gpu_clocks: None,
}));
let fan_control = FanControl::new(connection);