Skip to content

Intel: Add slice hashing table for ICL.

Rafael Antognolli requested to merge rantogno/mesa:intel/slice_hashing into master

Emit a custom slice hashing table for some SKUs of ICLs that have unbalanced "logical slices".

This series relies on the driver having proper topology information. Without that, no custom slice hashing table is going to be emitted. So it will only really take effect once !1386 (merged) is merged with the topology query implemented.

/cc @currojerez

Edited by Rafael Antognolli

Merge request reports