Subversion Repositories Kolibri OS

Rev

Rev 5271 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5271 Rev 6104
Line 289... Line 289...
289
	struct ci_ps current_ps;
289
	struct ci_ps current_ps;
290
	struct radeon_ps requested_rps;
290
	struct radeon_ps requested_rps;
291
	struct ci_ps requested_ps;
291
	struct ci_ps requested_ps;
292
	/* fan control */
292
	/* fan control */
293
	bool fan_ctrl_is_in_default_mode;
293
	bool fan_ctrl_is_in_default_mode;
-
 
294
	bool fan_is_controlled_by_smc;
294
	u32 t_min;
295
	u32 t_min;
295
	u32 fan_ctrl_default_mode;
296
	u32 fan_ctrl_default_mode;
296
};
297
};
Line 297... Line 298...
297
 
298