aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/powerplay/inc/hwmgr.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/drm/amd/powerplay/inc/hwmgr.h')
-rw-r--r--drivers/gpu/drm/amd/powerplay/inc/hwmgr.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/powerplay/inc/hwmgr.h b/drivers/gpu/drm/amd/powerplay/inc/hwmgr.h
index a6d92128b19c..e5a60aa44b5d 100644
--- a/drivers/gpu/drm/amd/powerplay/inc/hwmgr.h
+++ b/drivers/gpu/drm/amd/powerplay/inc/hwmgr.h
@@ -328,6 +328,8 @@ struct pp_hwmgr_func {
328 int (*set_power_limit)(struct pp_hwmgr *hwmgr, uint32_t n); 328 int (*set_power_limit)(struct pp_hwmgr *hwmgr, uint32_t n);
329 int (*powergate_mmhub)(struct pp_hwmgr *hwmgr); 329 int (*powergate_mmhub)(struct pp_hwmgr *hwmgr);
330 int (*smus_notify_pwe)(struct pp_hwmgr *hwmgr); 330 int (*smus_notify_pwe)(struct pp_hwmgr *hwmgr);
331 int (*powergate_sdma)(struct pp_hwmgr *hwmgr, bool bgate);
332 int (*enable_mgpu_fan_boost)(struct pp_hwmgr *hwmgr);
331}; 333};
332 334
333struct pp_table_func { 335struct pp_table_func {
@@ -732,7 +734,6 @@ struct pp_hwmgr {
732 void *smu_backend; 734 void *smu_backend;
733 const struct pp_smumgr_func *smumgr_funcs; 735 const struct pp_smumgr_func *smumgr_funcs;
734 bool is_kicker; 736 bool is_kicker;
735 bool reload_fw;
736 737
737 enum PP_DAL_POWERLEVEL dal_power_level; 738 enum PP_DAL_POWERLEVEL dal_power_level;
738 struct phm_dynamic_state_info dyn_state; 739 struct phm_dynamic_state_info dyn_state;