docs: Update syntax on Performance tips page
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/33020>
This commit is contained in:
@@ -1,7 +1,8 @@
|
|||||||
Performance Tips
|
Performance Tips
|
||||||
================
|
================
|
||||||
|
|
||||||
# Performance Tips for Intel GPUs
|
Intel GPUs
|
||||||
|
----------
|
||||||
|
|
||||||
#. Keep the system updated with the latest kernel and Mesa versions.
|
#. Keep the system updated with the latest kernel and Mesa versions.
|
||||||
#. Ensure SoC firmware is up-to-date. These firmware updates currently
|
#. Ensure SoC firmware is up-to-date. These firmware updates currently
|
||||||
@@ -12,13 +13,15 @@ Performance Tips
|
|||||||
#. For MTL and newer integrated GPUs, disable VT-d if virtualization is
|
#. For MTL and newer integrated GPUs, disable VT-d if virtualization is
|
||||||
not needed.
|
not needed.
|
||||||
#. For discrete GPUs:
|
#. For discrete GPUs:
|
||||||
|
|
||||||
#. Enable `ReBAR`_
|
#. Enable `ReBAR`_
|
||||||
#. Enable `ASPM`_
|
#. Enable `ASPM`_
|
||||||
|
|
||||||
.. _ReBAR: https://www.intel.com/content/www/us/en/support/articles/000090831/graphics.html
|
.. _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
|
.. _ASPM: https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/6/html/power_management_guide/aspm
|
||||||
|
|
||||||
# Performance tips for software rendering
|
Software rendering
|
||||||
|
------------------
|
||||||
|
|
||||||
#. Turn off smooth shading when you don't need it (glShadeModel)
|
#. Turn off smooth shading when you don't need it (glShadeModel)
|
||||||
#. Turn off depth buffering when you don't need it.
|
#. Turn off depth buffering when you don't need it.
|
||||||
|
Reference in New Issue
Block a user