diff options
author | Rex Zhu <Rex.Zhu@amd.com> | 2017-04-21 06:33:05 -0400 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2017-04-28 17:33:11 -0400 |
commit | 97782cc93f4440ba2bc111b8c84644b304c56676 (patch) | |
tree | 36754b3cccd6d6778005d7cccb7be8e9f45e3a6e | |
parent | effa290caa9fa23d13b4531fcf55142a107a3b2a (diff) |
drm/amd/powerplay: disable cks by default on vega10.
run gpu test auto reboot when enable cks right now.
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>
-rw-r--r-- | drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.c b/drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.c index 5bb18a9a1056..be2b602fb8b4 100644 --- a/drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.c +++ b/drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.c | |||
@@ -124,7 +124,7 @@ static void vega10_set_default_registry_data(struct pp_hwmgr *hwmgr) | |||
124 | } | 124 | } |
125 | 125 | ||
126 | data->registry_data.clock_stretcher_support = | 126 | data->registry_data.clock_stretcher_support = |
127 | hwmgr->feature_mask & PP_CLOCK_STRETCH_MASK ? true : false; | 127 | hwmgr->feature_mask & PP_CLOCK_STRETCH_MASK ? false : true; |
128 | 128 | ||
129 | data->registry_data.disable_water_mark = 0; | 129 | data->registry_data.disable_water_mark = 0; |
130 | 130 | ||