Skip to content

Read and use the hwconfig blob from i915

Jordan Justen requested to merge jljusten/mesa:i915-hwconfig into main

i915 is going to pass along the hwconfig blob that it will get from the closed source GuC software. These patches will allow intel drivers to read and use the hwconfig information in the device info structure.

Additionally, the intel_dev_info tool will gain a --hwconfig parameter that will cause it to print out the hwconfig information.

Edited by Jordan Justen

Merge request reports