commit | aaec065f03e65f75fd18f8cc24d003f220209714 | [log] [tgz] |
---|---|---|
author | Satyeshwar Singh <satyeshwar.singh@intel.com> | Thu May 28 00:44:26 2020 -0700 |
committer | Jordan Justen <jordan.l.justen@intel.com> | Sat May 30 17:24:58 2020 -0700 |
tree | bf3ec13c88f0614ccea1a3828ac5ddfad0f2e46e | |
parent | d2f8105b606269c0e71cd599f57997279385d300 [diff] |
intel/dev: Don't consider all TGL SKUs as GT1 only We should be passing _gt instead of 1 to GEN12_FEATURES or else all TGL SKUs will be considered as gt1 only. Fixes: 54996ad4927 ("intel/dev: Split .num_subslices out of GEN12_FEATURES macro") Signed-off-by: Satyeshwar Singh <satyeshwar.singh@intel.com> Reviewed-by: Eric Engestrom <eric@engestrom.ch> Reviewed-by: Jordan Justen <jordan.l.justen@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5261>