Re: [Intel-gfx] [Patch v2] Add uAPI to query microcontroller fw version

2023-10-04 Thread Tvrtko Ursulin
On 04/10/2023 04:40, Vivaik Balasubrawmanian wrote: Due to a bug in GuC firmware, Mesa can't enable by default the usage of async compute engines feature in DG2 and newer. A new GuC firmware fixed the issue but until now there was no way for Mesa to know if KMD was running with the fixed GuC

Re: [Intel-gfx] [Patch v2] Add uAPI to query microcontroller fw version

2023-10-04 Thread Andi Shyti
Hi Vivaik, On Tue, Oct 03, 2023 at 08:40:12PM -0700, Vivaik Balasubrawmanian wrote: > Due to a bug in GuC firmware, Mesa can't enable by default the usage of > async compute engines feature in DG2 and newer. A new GuC firmware fixed the > issue but > until now there was no way for Mesa to know

[Patch v2] Add uAPI to query microcontroller fw version

2023-10-03 Thread Vivaik Balasubrawmanian
Due to a bug in GuC firmware, Mesa can't enable by default the usage of async compute engines feature in DG2 and newer. A new GuC firmware fixed the issue but until now there was no way for Mesa to know if KMD was running with the fixed GuC version or not, so this uAPI is required. More contex