mirror of
https://github.com/intel/intel-graphics-compiler.git
synced 2025-10-30 08:18:26 +08:00
32 lines
733 B
C
32 lines
733 B
C
/*========================== begin_copyright_notice ============================
|
|
|
|
Copyright (C) 2016-2021 Intel Corporation
|
|
|
|
SPDX-License-Identifier: MIT
|
|
|
|
============================= end_copyright_notice ===========================*/
|
|
|
|
// This is an auto-generated file. Please do not edit!
|
|
// If changes are needed here please reach out to the codeowners, thanks.
|
|
|
|
|
|
#include "wa_def.h"
|
|
#include "iadln_rev_id.h"
|
|
|
|
|
|
void InitAdlnSwWaTable(PWA_TABLE pWaTable, PSKU_FEATURE_TABLE pSkuTable, PWA_INIT_PARAM pWaParam)
|
|
{
|
|
int StepId_ADLN = (int)pWaParam->usRevId;
|
|
|
|
|
|
SI_WA_ENABLE(
|
|
|
|
WaMixModeSelInstDstNotPacked,
|
|
"No HWBugLink provided",
|
|
"No Link Provided",
|
|
PLATFORM_ALL,
|
|
SI_WA_FOR_EVER);
|
|
|
|
|
|
}
|