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 <jordan.l.justen@intel.com>
Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@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:01:55 -08:00 committed by Marge Bot
parent 0300351028
commit a15f18c886

View file

@ -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;
/** @} */
};