intel/dev: Enable AUX map on MTL

Signed-off-by: Jianxun Zhang <jianxun.zhang@intel.com>
Reviewed-by: Nanley Chery <nanley.g.chery@intel.com>
Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20322>
This commit is contained in:
Jianxun Zhang 2022-10-11 10:34:39 -07:00 committed by Jordan Justen
parent f81579628a
commit 6e33423a6f

View file

@ -1093,6 +1093,7 @@ static const struct intel_device_info intel_device_info_dg2_g12 = {
XEHP_FEATURES(0, 1, 0), \
.num_subslices = dual_subslices(1), \
.has_local_mem = false, \
.has_aux_map = true, \
.apply_hwconfig = true, \
.has_64bit_float = true, \
.has_64bit_float_via_math_pipe = true, \