mirror of
				https://github.com/ARM-software/workload-automation.git
				synced 2025-10-30 22:54:18 +00:00 
			
		
		
		
	fw/rt_config: Update tunables parameter to match other formats
Update RT param `governor_tunables` to `gov_tunables` to match the style of the other paramters e.g. `big_gov_tunables`.
This commit is contained in:
		| @@ -370,13 +370,14 @@ class CpufreqRuntimeConfig(RuntimeConfig): | |||||||
|                     The governor to be set for all cores |                     The governor to be set for all cores | ||||||
|                     """) |                     """) | ||||||
|  |  | ||||||
|         param_name = 'governor_tunables' |         param_name = 'gov_tunables' | ||||||
|         self._runtime_params[param_name] = \ |         self._runtime_params[param_name] = \ | ||||||
|             RuntimeParameter( |             RuntimeParameter( | ||||||
|                 param_name, kind=dict, |                 param_name, kind=dict, | ||||||
|                 merge=True, |                 merge=True, | ||||||
|                 setter=self.set_governor_tunables, |                 setter=self.set_governor_tunables, | ||||||
|                 setter_params={'core': None}, |                 setter_params={'core': None}, | ||||||
|  |                 aliases=['governor_tunables'], | ||||||
|                 description=""" |                 description=""" | ||||||
|                 The governor tunables to be set for all cores |                 The governor tunables to be set for all cores | ||||||
|                 """) |                 """) | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user