diff --git a/docs/drivers/anv.rst b/docs/drivers/anv.rst index ec7f6110406..2045ab06030 100644 --- a/docs/drivers/anv.rst +++ b/docs/drivers/anv.rst @@ -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. \ No newline at end of file