Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 97782cc9 authored by Rex Zhu's avatar Rex Zhu Committed by Alex Deucher
Browse files

drm/amd/powerplay: disable cks by default on vega10.



run gpu test auto reboot when enable cks right now.

Signed-off-by: default avatarRex Zhu <Rex.Zhu@amd.com>
Reviewed-by: default avatarAlex Deucher <alexander.deucher@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent effa290c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;