aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/powerplay/hwmgr/rv_hwmgr.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/drm/amd/powerplay/hwmgr/rv_hwmgr.h')
-rw-r--r--drivers/gpu/drm/amd/powerplay/hwmgr/rv_hwmgr.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/powerplay/hwmgr/rv_hwmgr.h b/drivers/gpu/drm/amd/powerplay/hwmgr/rv_hwmgr.h
index 673369131e08..afb852295a15 100644
--- a/drivers/gpu/drm/amd/powerplay/hwmgr/rv_hwmgr.h
+++ b/drivers/gpu/drm/amd/powerplay/hwmgr/rv_hwmgr.h
@@ -276,6 +276,11 @@ struct rv_hwmgr {
276 bool isp_tileB_power_gated; 276 bool isp_tileB_power_gated;
277 uint32_t isp_actual_hard_min_freq; 277 uint32_t isp_actual_hard_min_freq;
278 uint32_t soc_actual_hard_min_freq; 278 uint32_t soc_actual_hard_min_freq;
279 uint32_t dcf_actual_hard_min_freq;
280
281 uint32_t f_actual_hard_min_freq;
282 uint32_t fabric_actual_soft_min_freq;
283 uint32_t gfx_actual_soft_min_freq;
279 284
280 bool vcn_power_gated; 285 bool vcn_power_gated;
281 bool vcn_dpg_mode; 286 bool vcn_dpg_mode;
@@ -286,6 +291,7 @@ struct rv_hwmgr {
286 DpmClocks_t clock_table; 291 DpmClocks_t clock_table;
287 292
288 uint32_t active_process_mask; 293 uint32_t active_process_mask;
294 bool need_min_deep_sleep_dcefclk; /* disabled by default */
289}; 295};
290 296
291struct pp_hwmgr; 297struct pp_hwmgr;