diff --git a/src/intel/compiler/brw_eu_compact.c b/src/intel/compiler/brw_eu_compact.c index c81525bb4fb..17175d752b1 100644 --- a/src/intel/compiler/brw_eu_compact.c +++ b/src/intel/compiler/brw_eu_compact.c @@ -2288,6 +2288,7 @@ compaction_state_init(struct compaction_state *c, c->isa = isa; switch (devinfo->ver) { case 20: + case 30: c->control_index_table = xe2_control_index_table; c->datatype_table = xe2_datatype_table; c->subreg_table = xe2_subreg_table;