Commit e11d5e0d authored by Stanley.Yang's avatar Stanley.Yang Committed by Alex Deucher
Browse files

drm/amdgpu: add vega20 to ras quirk list

parent 84408d5f
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -2063,6 +2063,8 @@ static void amdgpu_ras_get_quirks(struct amdgpu_device *adev)
		return;

	if (strnstr(ctx->vbios_version, "D16406",
		    sizeof(ctx->vbios_version)) ||
		strnstr(ctx->vbios_version, "D36002",
			sizeof(ctx->vbios_version)))
		adev->ras_hw_enabled |= (1 << AMDGPU_RAS_BLOCK__GFX);
}