mirror of
				https://github.com/intel/intel-graphics-compiler.git
				synced 2025-10-30 08:18:26 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			32 lines
		
	
	
		
			735 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			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);
 | |
| 
 | |
| 
 | |
| }
 | 
