i965/skl: Init instructions compaction tables for SKL
They are the same as for BDW, so just add a case for SKL to the init switch. Signed-off-by: Kristian Høgsberg <krh@bitplanet.net> Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
This commit is contained in:
committed by
Kenneth Graunke
parent
d235c5afde
commit
0bb072b42b
@@ -1265,6 +1265,7 @@ brw_init_compaction_tables(struct brw_context *brw)
|
||||
assert(gen8_src_index_table[ARRAY_SIZE(gen8_src_index_table) - 1] != 0);
|
||||
|
||||
switch (brw->gen) {
|
||||
case 9:
|
||||
case 8:
|
||||
control_index_table = gen8_control_index_table;
|
||||
datatype_table = gen8_datatype_table;
|
||||
|
||||
Reference in New Issue
Block a user