Skip to content

Commit 97782cc

Browse files
Rex Zhualexdeucher
authored andcommitted
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>
1 parent effa290 commit 97782cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ static void vega10_set_default_registry_data(struct pp_hwmgr *hwmgr)
124124
}
125125

126126
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;
128128

129129
data->registry_data.disable_water_mark = 0;
130130

0 commit comments

Comments
 (0)