Intel Vulkan Driver Adds Support For Xe Driver's Low Latency Hint
- Reference: 0001585157
- News link: https://www.phoronix.com/news/Intel-ANV-Xe-Low-Latency-Hint
- Source link:
The Intel ANV driver already supported low latency hinting when using the older i915 kernel graphics driver while with the Mesa 26.0-devel code as of yesterday is similar functionality wired up when ANV is running atop the modern Xe kernel graphics driver.
The Intel kernel graphics driver low latency hinting is for [2]a hint to the GuC micro-controller for helping to boost the GT frequency . This low-latency mode can be beneficial for GPU workloads in ensuring the GT frequency is running higher albeit with increased power consumption.
[3]This eight month old merge request is what implemented the low-latency submission for ANV on the Xe kernel mode driver. The user-space program needs to hint that it wants the low-latency mode and going from the merge request it appears the only user setting it for now is ChromeOS with [4]clvk for OpenCL atop Vulkan .
[1] https://www.phoronix.com/news/Mesa-26.0-Starts-Development
[2] https://www.phoronix.com/news/Linux-6.1-Intel-LL-Compute-Hint
[3] https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/33214
[4] https://www.phoronix.com/news/CLVK-OpenCL-On-Vulkan