diff --git a/src/intel/dev/intel_device_info.h b/src/intel/dev/intel_device_info.h index f9d33139380..c3473cf4125 100644 --- a/src/intel/dev/intel_device_info.h +++ b/src/intel/dev/intel_device_info.h @@ -371,6 +371,11 @@ struct intel_device_info * no_hw is true when the pci_device_id has been overridden */ bool no_hw; + + /** + * apply_hwconfig is true when the platform should apply hwconfig values + */ + bool apply_hwconfig; /** @} */ };