2020-06-12 20:09:42 +02:00
|
|
|
Performance Tips
|
|
|
|
|
================
|
|
|
|
|
|
2025-01-14 15:23:32 -08:00
|
|
|
Intel GPUs
|
|
|
|
|
----------
|
2025-01-14 11:35:08 -08:00
|
|
|
|
|
|
|
|
#. Keep the system updated with the latest kernel and Mesa versions.
|
|
|
|
|
#. Ensure SoC firmware is up-to-date. These firmware updates currently
|
2025-01-14 15:23:32 -08:00
|
|
|
require installing the Windows graphics driver; firmware updates
|
2025-01-14 11:35:08 -08:00
|
|
|
via `fwupd` are in progress.
|
|
|
|
|
#. Use Wayland where possible, as it supports additional modifiers for
|
|
|
|
|
better performance.
|
|
|
|
|
#. For MTL and newer integrated GPUs, disable VT-d if virtualization is
|
|
|
|
|
not needed.
|
|
|
|
|
#. For discrete GPUs:
|
2025-01-14 15:23:32 -08:00
|
|
|
|
2025-01-14 11:35:08 -08:00
|
|
|
#. Enable `ReBAR`_
|
2025-01-15 20:57:29 -08:00
|
|
|
#. For workloads that keep the GPU busy (e.g. 3D videogames),
|
|
|
|
|
minimize idle power consumption by enabling `ASPM`_ powersave mode.
|
|
|
|
|
#. For "bursty", latency-sensitive workloads (e.g. AI inference),
|
|
|
|
|
enable ASPM performance mode.
|
2025-02-25 13:52:30 -08:00
|
|
|
#. Enable the 'performance' `cpufreq`_ governor.
|
2025-01-14 11:35:08 -08:00
|
|
|
|
|
|
|
|
.. _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
|
2025-02-25 13:52:30 -08:00
|
|
|
.. _cpufreq: https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/6/html/performance_tuning_guide/s-cpu-cpufreq
|