|
@@ -69,7 +69,7 @@ int hwmgr_init(struct amd_pp_init *pp_init, struct pp_instance *handle)
|
|
|
hwmgr->usec_timeout = AMD_MAX_USEC_TIMEOUT;
|
|
|
hwmgr->power_source = PP_PowerSource_AC;
|
|
|
hwmgr->pp_table_version = PP_TABLE_V1;
|
|
|
-
|
|
|
+ hwmgr->dpm_level = AMD_DPM_FORCED_LEVEL_AUTO;
|
|
|
hwmgr_init_default_caps(hwmgr);
|
|
|
hwmgr_set_user_specify_caps(hwmgr);
|
|
|
|