Skip to content

Commit b7ca084

Browse files
mbelickisys_zuul
authored andcommitted
Fixed discrepancy in product enumeration between IGC and gmmlib.
Change-Id: I2cf39d1ab2531749dddb6859965f6a854ef0c918
1 parent ad8cfcf commit b7ca084

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

IGC/Compiler/igc_workaround.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,6 @@ namespace IGC
8686
case IGFX_JASPERLAKE:
8787
InitJslHwWaTable(&waTable, pSkuFeatureTable, &stWaInitParam);
8888
break;
89-
case IGFX_ELKHARTLAKE:
90-
InitEhlHwWaTable(&waTable, pSkuFeatureTable, &stWaInitParam);
91-
break;
9289
default:
9390
assert(false);
9491
break;

inc/common/igfxfmid.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ typedef enum {
4040
IGFX_ICELAKE,
4141
IGFX_ICELAKE_LP,
4242
IGFX_LAKEFIELD,
43-
IGFX_ELKHARTLAKE,
4443
IGFX_JASPERLAKE,
44+
IGFX_ELKHARTLAKE = IGFX_JASPERLAKE,
4545
IGFX_TIGERLAKE_LP,
4646
IGFX_MAX_PRODUCT,
4747

0 commit comments

Comments
 (0)