Files
intel-graphics-compiler/skuwa/itgl_lp_sw_wa.c
Mateusz Borzyszkowski e426eb8ce6 Add PTL support
Add PTL support part2
2025-01-21 17:25:58 +01:00

32 lines
735 B
C

/*========================== begin_copyright_notice ============================
Copyright (C) 2016-2022 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 "itgl_lp_rev_id.h"
void InitTglLpSwWaTable(PWA_TABLE pWaTable, PSKU_FEATURE_TABLE pSkuTable, PWA_INIT_PARAM pWaParam)
{
int StepId_TGL = (int)pWaParam->usRevId;
SI_WA_ENABLE(
WaMixModeSelInstDstNotPacked,
"No HWBugLink provided",
"No Link Provided",
PLATFORM_ALL,
SI_WA_FOR_EVER);
}