mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-30 03:30:10 +01:00
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:
parent
a15f18c886
commit
59f32c62c7
1 changed files with 2 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue