intel/compiler: Xe2 and Xe3 use the same compaction tables

Ref: bspec 56709
Signed-off-by: Jordan Justen <jordan.l.justen@intel.com>
Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/31838>
This commit is contained in:
Jordan Justen 2023-08-02 02:00:13 -07:00 committed by Marge Bot
parent 688a673c5a
commit 35ace9d4e2

View file

@ -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;