intel/dev: Set intel_device_info::apply_hwconfig for DG2

Signed-off-by: Jordan Justen <jordan.l.justen@intel.com>
Reviewed-by: Caio Oliveira <caio.oliveira@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13866>
This commit is contained in:
Jordan Justen 2022-01-08 00:13:34 -08:00 committed by Marge Bot
parent a15f18c886
commit 59f32c62c7

View file

@ -1045,7 +1045,8 @@ static const struct intel_device_info intel_device_info_sg1 = {
/* (Sub)slice info comes from the kernel topology info */ \
XEHP_FEATURES(0, 1, 0), \
.num_subslices = dual_subslices(1), \
.has_lsc = true
.has_lsc = true, \
.apply_hwconfig = true
UNUSED static const struct intel_device_info intel_device_info_dg2_g10 = {
DG2_FEATURES,