mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-24 00:57:24 +07:00
drm/amd/powerplay: enable CKS by default on vega10.
Signed-off-by: Rex Zhu <Rex.Zhu@amd.com> Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
040cd2d1f5
commit
117a48a7ad
@ -124,7 +124,7 @@ static void vega10_set_default_registry_data(struct pp_hwmgr *hwmgr)
|
||||
}
|
||||
|
||||
data->registry_data.clock_stretcher_support =
|
||||
hwmgr->feature_mask & PP_CLOCK_STRETCH_MASK ? false : true;
|
||||
hwmgr->feature_mask & PP_CLOCK_STRETCH_MASK ? true : false;
|
||||
|
||||
data->registry_data.ulv_support =
|
||||
hwmgr->feature_mask & PP_ULV_MASK ? true : false;
|
||||
|
Loading…
Reference in New Issue
Block a user