Merge branch 'linus-4.14-rc4-acp-prereq' of git://people.freedesktop.org/~agd5f/linux...
[sfrench/cifs-2.6.git] / drivers / gpu / drm / amd / powerplay / hwmgr / rv_hwmgr.h
index 2472b50e54cfb67730176b47676c0ca1cc9f5163..9dc50305539468929663f5887d000ba9ae5521ef 100644 (file)
@@ -283,6 +283,8 @@ struct rv_hwmgr {
        uint32_t                        vclk_soft_min;
        uint32_t                        dclk_soft_min;
        uint32_t                        gfx_actual_soft_min_freq;
+       uint32_t                        gfx_min_freq_limit;
+       uint32_t                        gfx_max_freq_limit;
 
        bool                           vcn_power_gated;
        bool                           vcn_dpg_mode;
@@ -293,7 +295,9 @@ struct rv_hwmgr {
        DpmClocks_t                       clock_table;
 
        uint32_t active_process_mask;
-       bool need_min_deep_sleep_dcefclk; /* disabled by default */
+       bool need_min_deep_sleep_dcefclk;
+       uint32_t                             deep_sleep_dcefclk;
+       uint32_t                             num_active_display;
 };
 
 struct pp_hwmgr;