From a15f18c8860ef118902f4dbc3dfe04d61e20e80d Mon Sep 17 00:00:00 2001 From: Jordan Justen Date: Sat, 8 Jan 2022 00:01:55 -0800 Subject: [PATCH] intel/dev: Add intel_device_info::apply_hwconfig This will be used to conditionally use hwconfig values to update intel_device_info at runtime. Signed-off-by: Jordan Justen Reviewed-by: Lionel Landwerlin Reviewed-by: Caio Oliveira Part-of: --- src/intel/dev/intel_device_info.h | 5 +++++ 1 file changed, 5 insertions(+) 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; /** @} */ };