mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 13:28:06 +02:00
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:
parent
688a673c5a
commit
35ace9d4e2
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue