Intel Linux Driver Patches Yield 10~63% Faster Performance For Select Gen12/TGL GPUs

Written by Michael Larabel in Intel on 3 February 2021 at 08:00 AM EST. 3 Comments
INTEL
Users of various Intel Tiger Lake graphics and other "Gen12" graphics SKUs like the DG1 discrete graphics cards could soon be seeing a huge performance speed-up with the open-source Linux driver.

It turns out there is a sizable performance bottleneck right now in the Intel Gen12 graphics driver support on Linux when using hardware with less than 96 execution units. In turn with patches to address this shortcoming, OpenGL/Vulkan performance improvements can be north of 10% to 63% faster compared to the current state.

The current defect stems from relying on pre-programmed pixel pipe hashing tables. Those static tables were created on the assumption that all pixel pipes have the same processing power, which doesn't hold true when running on hardware with fused configurations where some pixel pipes can be missing subslices. The current hashing tables thus lead to a "serious bottleneck" on the hardware with lower EU counts.

The pending work changes the behavior to calculate a pixel-pipe hashing table that is balanced to the computational power in each pixel pipe. Intel Tiger Lake and DG1 graphics with less than 96 execution units are likely to see the most dramatic improvement. The results are very tantalizing, "an FPS improvement that has been observed to range between 10% and 63% for most non-trivial graphics workloads I've tried on an 80 EU TGL platform."


The improvement hasn't yet been merged into Mesa as it's awaiting more widespread testing first on different Intel graphics hardware in other EU configurations. Those with Gen12 graphics wanting to test (or Gen11 Ice Lake to ensure no regressions) can find these exciting patches via this MR. Unfortunately my lone Tiger Lake / Gen12 hardware (purchased retail...) is the i7-1165G7 with 96 EUs but will run some benchmarks anyhow to confirm no surprises.
Related News
About The Author
Michael Larabel

Michael Larabel is the principal author of Phoronix.com and founded the site in 2004 with a focus on enriching the Linux hardware experience. Michael has written more than 20,000 articles covering the state of Linux hardware support, Linux performance, graphics drivers, and other topics. Michael is also the lead developer of the Phoronix Test Suite, Phoromatic, and OpenBenchmarking.org automated benchmarking software. He can be followed via Twitter, LinkedIn, or contacted via MichaelLarabel.com.

Popular News This Week