aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd
diff options
context:
space:
mode:
authorRex Zhu <Rex.Zhu@amd.com>2017-04-21 18:33:05 +0800
committerAlex Deucher <alexander.deucher@amd.com>2017-04-28 17:33:11 -0400
commit97782cc93f4440ba2bc111b8c84644b304c56676 (patch)
tree36754b3cccd6d6778005d7cccb7be8e9f45e3a6e /drivers/gpu/drm/amd
parentdrm/amd/powerplay: correct UlvOffsetVid on Vega10. (diff)
downloadlinux-dev-97782cc93f4440ba2bc111b8c84644b304c56676.tar.xz
linux-dev-97782cc93f4440ba2bc111b8c84644b304c56676.zip
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>
Diffstat (limited to 'drivers/gpu/drm/amd')
-rw-r--r--drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.c2
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)
}
data->registry_data.clock_stretcher_support =
- hwmgr->feature_mask & PP_CLOCK_STRETCH_MASK ? true : false;
+ hwmgr->feature_mask & PP_CLOCK_STRETCH_MASK ? false : true;
data->registry_data.disable_water_mark = 0;