Commit 063a1e83 authored by Hawking Zhang's avatar Hawking Zhang Committed by Alex Deucher
Browse files

drm/amdgpu: skip gds ras workaround for aldebaran



there won't be any gds useage in either kernel or
pm4 anymore for aldebaran.

Signed-off-by: default avatarHawking Zhang <Hawking.Zhang@amd.com>
Reviewed-by: default avatarFeifei Xu <Feifei.Xu@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 18c3d45a
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -4694,7 +4694,8 @@ static int gfx_v9_0_ecc_late_init(void *handle)
	 * to GDS in suspend/resume sequence on several cards. So just
	 * limit this operation in cold boot sequence.
	 */
	if (!adev->in_suspend) {
	if ((!adev->in_suspend) &&
	    (adev->gds.gds_size)) {
		r = gfx_v9_0_do_edc_gds_workarounds(adev);
		if (r)
			return r;