mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-03 15:50:17 +01:00
docs/anv: Add recommended GuC firmware version
Signed-off-by: José Roberto de Souza <jose.souza@intel.com> Reviewed-by: Sagar Ghuge <sagar.ghuge@intel.com> Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Reviewed-by: Kenneth Graunke <kenneth@whitecape.org> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/27657>
This commit is contained in:
parent
0ec231cb51
commit
7475b105d2
1 changed files with 10 additions and 0 deletions
|
|
@ -388,3 +388,13 @@ executed :
|
|||
"main-command-buffer":f1 -> "ring-buffer":f1 [color="#0000ff"];
|
||||
"main-command-buffer":f1 -> "ring-buffer":f2 [color="#0000ff"];
|
||||
}
|
||||
|
||||
Runtime dependencies
|
||||
--------------------
|
||||
|
||||
Starting with Intel 12th generation/Alder Lake-P and Intel Arc Alchemist, the Intel 3D driver stack requires GuC firmware for proper operation. You have two options to install the firmware:
|
||||
|
||||
- Distro package: Install the pre-packaged firmware included in your Linux distribution's repositories.
|
||||
- Manual download: You can download the firmware from the official repository: https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/tree/i915. Place the downloaded files in the /lib/firmware/i915 directory.
|
||||
|
||||
Important: For optimal performance, we recommend updating the GuC firmware to version 70.6.3 or later.
|
||||
Loading…
Add table
Reference in a new issue