diff --git a/shared/wsl_compute_helper/source/wsl_compute_helper_types_demarshall.h b/shared/wsl_compute_helper/source/wsl_compute_helper_types_demarshall.h index d867a7a9d8..a43dfc0a97 100644 --- a/shared/wsl_compute_helper/source/wsl_compute_helper_types_demarshall.h +++ b/shared/wsl_compute_helper/source/wsl_compute_helper_types_demarshall.h @@ -2100,9 +2100,6 @@ struct Demarshaller { case TOK_FBD_WA_TABLE__WA_ADD_DUMMY_PAGE_FOR_DISPLAY_PREFETCH: { dst.WaAddDummyPageForDisplayPrefetch = readTokValue(*tok); } break; - case TOK_FBD_WA_TABLE__WA_DEFAULT_TILE4: { - dst.WaDefaultTile4 = readTokValue(*tok); - } break; case TOK_FBD_WA_TABLE__WA_LLCCACHING_UNSUPPORTED: { dst.WaLLCCachingUnsupported = readTokValue(*tok); } break; @@ -3296,9 +3293,6 @@ struct Demarshaller { case TOK_FBD_WA_TABLE__WA_ADD_DUMMY_PAGE_FOR_DISPLAY_PREFETCH: { dst.WaTable.WaAddDummyPageForDisplayPrefetch = readTokValue(*tokWaTable); } break; - case TOK_FBD_WA_TABLE__WA_DEFAULT_TILE4: { - dst.WaTable.WaDefaultTile4 = readTokValue(*tokWaTable); - } break; case TOK_FBD_WA_TABLE__WA_LLCCACHING_UNSUPPORTED: { dst.WaTable.WaLLCCachingUnsupported = readTokValue(*tokWaTable); } break; diff --git a/shared/wsl_compute_helper/source/wsl_compute_helper_types_marshall.h b/shared/wsl_compute_helper/source/wsl_compute_helper_types_marshall.h index f4fe8e3e8f..1e686d81c9 100644 --- a/shared/wsl_compute_helper/source/wsl_compute_helper_types_marshall.h +++ b/shared/wsl_compute_helper/source/wsl_compute_helper_types_marshall.h @@ -1183,7 +1183,6 @@ inline void marshall(TOKSTR__WA_TABLE &dst, const _WA_TABLET &src) { dst.WaMemTypeIsMaxOfPatAndMocs.setValue(src.WaMemTypeIsMaxOfPatAndMocs); dst.WaGttPat0GttWbOverOsIommuEllcOnly.setValue(src.WaGttPat0GttWbOverOsIommuEllcOnly); dst.WaAddDummyPageForDisplayPrefetch.setValue(src.WaAddDummyPageForDisplayPrefetch); - dst.WaDefaultTile4.setValue(src.WaDefaultTile4); dst.WaLLCCachingUnsupported.setValue(src.WaLLCCachingUnsupported); dst.WaDoubleFastClearWidthAlignment.setValue(src.WaDoubleFastClearWidthAlignment); dst.WaCompressedResourceRequiresConstVA21.setValue(src.WaCompressedResourceRequiresConstVA21); @@ -1507,7 +1506,6 @@ inline void marshall(TOKSTR__ADAPTER_INFO &dst, const _ADAPTER_INFOT &src) { dst.WaTable.WaMemTypeIsMaxOfPatAndMocs.setValue(src.WaTable.WaMemTypeIsMaxOfPatAndMocs); dst.WaTable.WaGttPat0GttWbOverOsIommuEllcOnly.setValue(src.WaTable.WaGttPat0GttWbOverOsIommuEllcOnly); dst.WaTable.WaAddDummyPageForDisplayPrefetch.setValue(src.WaTable.WaAddDummyPageForDisplayPrefetch); - dst.WaTable.WaDefaultTile4.setValue(src.WaTable.WaDefaultTile4); dst.WaTable.WaLLCCachingUnsupported.setValue(src.WaTable.WaLLCCachingUnsupported); dst.WaTable.WaDoubleFastClearWidthAlignment.setValue(src.WaTable.WaDoubleFastClearWidthAlignment); dst.WaTable.WaCompressedResourceRequiresConstVA21.setValue(src.WaTable.WaCompressedResourceRequiresConstVA21); diff --git a/shared/wsl_compute_helper/source/wsl_compute_helper_types_tokens_structs.h b/shared/wsl_compute_helper/source/wsl_compute_helper_types_tokens_structs.h index 7e329ff9c4..0186f73b14 100644 --- a/shared/wsl_compute_helper/source/wsl_compute_helper_types_tokens_structs.h +++ b/shared/wsl_compute_helper/source/wsl_compute_helper_types_tokens_structs.h @@ -754,7 +754,6 @@ struct TOKSTR__WA_TABLE { TokenDword WaMemTypeIsMaxOfPatAndMocs = {TOK_FBD_WA_TABLE__WA_MEM_TYPE_IS_MAX_OF_PAT_AND_MOCS}; TokenDword WaGttPat0GttWbOverOsIommuEllcOnly = {TOK_FBD_WA_TABLE__WA_GTT_PAT0GTT_WB_OVER_OS_IOMMU_ELLC_ONLY}; TokenDword WaAddDummyPageForDisplayPrefetch = {TOK_FBD_WA_TABLE__WA_ADD_DUMMY_PAGE_FOR_DISPLAY_PREFETCH}; - TokenDword WaDefaultTile4 = {TOK_FBD_WA_TABLE__WA_DEFAULT_TILE4}; TokenDword WaLLCCachingUnsupported = {TOK_FBD_WA_TABLE__WA_LLCCACHING_UNSUPPORTED}; TokenDword WaDoubleFastClearWidthAlignment = {TOK_FBD_WA_TABLE__WA_DOUBLE_FAST_CLEAR_WIDTH_ALIGNMENT}; TokenDword WaCompressedResourceRequiresConstVA21 = {TOK_FBD_WA_TABLE__WA_COMPRESSED_RESOURCE_REQUIRES_CONST_VA21};