mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-28 10:20:09 +01:00
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:
parent
f81579628a
commit
6e33423a6f
1 changed files with 1 additions and 0 deletions
|
|
@ -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, \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue