docs: Add CPU frequency governor perf tip
Some checks are pending
macOS-CI / macOS-CI (dri) (push) Waiting to run
macOS-CI / macOS-CI (xlib) (push) Waiting to run

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/33744>
This commit is contained in:
Caleb Callaway 2025-02-25 13:52:30 -08:00 committed by Marge Bot
parent f64dbfd08a
commit a633d3f71f

View file

@ -19,9 +19,11 @@ Intel GPUs
minimize idle power consumption by enabling `ASPM`_ powersave mode.
#. For "bursty", latency-sensitive workloads (e.g. AI inference),
enable ASPM performance mode.
#. Enable the 'performance' `cpufreq`_ governor.
.. _ReBAR: https://www.intel.com/content/www/us/en/support/articles/000090831/graphics.html
.. _ASPM: https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/6/html/power_management_guide/aspm
.. _cpufreq: https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/6/html/performance_tuning_guide/s-cpu-cpufreq
Software rendering
------------------