mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-08 15:00:11 +01:00
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:
parent
0300351028
commit
a15f18c886
1 changed files with 5 additions and 0 deletions
|
|
@ -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;
|
||||
/** @} */
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue