Subversion Repositories Kolibri OS

Rev

Rev 5078 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5078 Rev 5271
Line 180... Line 180...
180
	u32 arb_table_start;
180
	u32 arb_table_start;
181
	u32 cac_table_start;
181
	u32 cac_table_start;
182
	u32 dte_table_start;
182
	u32 dte_table_start;
183
	u32 spll_table_start;
183
	u32 spll_table_start;
184
	u32 papm_cfg_table_start;
184
	u32 papm_cfg_table_start;
-
 
185
	u32 fan_table_start;
185
	/* CAC stuff */
186
	/* CAC stuff */
186
	const struct si_cac_config_reg *cac_weights;
187
	const struct si_cac_config_reg *cac_weights;
187
	const struct si_cac_config_reg *lcac_config;
188
	const struct si_cac_config_reg *lcac_config;
188
	const struct si_cac_config_reg *cac_override;
189
	const struct si_cac_config_reg *cac_override;
189
	const struct si_powertune_data *powertune_data;
190
	const struct si_powertune_data *powertune_data;
Line 195... Line 196...
195
	SISLANDS_SMC_STATETABLE smc_statetable;
196
	SISLANDS_SMC_STATETABLE smc_statetable;
196
	PP_SIslands_PAPMParameters papm_parm;
197
	PP_SIslands_PAPMParameters papm_parm;
197
	/* SVI2 */
198
	/* SVI2 */
198
	u8 svd_gpio_id;
199
	u8 svd_gpio_id;
199
	u8 svc_gpio_id;
200
	u8 svc_gpio_id;
-
 
201
	/* fan control */
-
 
202
	bool fan_ctrl_is_in_default_mode;
-
 
203
	u32 t_min;
-
 
204
	u32 fan_ctrl_default_mode;
200
};
205
};
Line 201... Line 206...
201
 
206
 
202
#define SISLANDS_INITIAL_STATE_ARB_INDEX    0
207
#define SISLANDS_INITIAL_STATE_ARB_INDEX    0
203
#define SISLANDS_ACPI_STATE_ARB_INDEX       1
208
#define SISLANDS_ACPI_STATE_ARB_INDEX       1