drm/radeon/dpm: add smc fan control for SI (v2)
[deliverable/linux.git] / drivers / gpu / drm / radeon / si_dpm.h
index 8b5c06a0832df96bfc45f876398529c1f7151c10..d16bb1b5f10f8490b64ed34030848b5732f719e8 100644 (file)
@@ -182,6 +182,7 @@ struct si_power_info {
        u32 dte_table_start;
        u32 spll_table_start;
        u32 papm_cfg_table_start;
+       u32 fan_table_start;
        /* CAC stuff */
        const struct si_cac_config_reg *cac_weights;
        const struct si_cac_config_reg *lcac_config;
@@ -197,6 +198,10 @@ struct si_power_info {
        /* SVI2 */
        u8 svd_gpio_id;
        u8 svc_gpio_id;
+       /* fan control */
+       bool fan_ctrl_is_in_default_mode;
+       u32 t_min;
+       u32 fan_ctrl_default_mode;
 };
 
 #define SISLANDS_INITIAL_STATE_ARB_INDEX    0
This page took 0.028417 seconds and 5 git commands to generate.