aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/gpu
diff options
context:
space:
mode:
authorDaniele Ceraolo Spurio <daniele.ceraolospurio@intel.com>2023-10-25 10:57:41 -0700
committerRodrigo Vivi <rodrigo.vivi@intel.com>2023-12-21 11:43:22 -0500
commita9a95523c84957b7863796b5d1df2f3f5dca4519 (patch)
treeca9b0eb9e601f67d5b4ed0c783fd67096ede04b3 /Documentation/gpu
parent8a93b0b4d1105b7d03b4768f1a08145b24cbd52a (diff)
downloadlinux-a9a95523c84957b7863796b5d1df2f3f5dca4519.tar.gz
drm/xe/uc: Prepare for parsing of different header types
GSC binaries and newer HuC ones use GSC-style headers instead of the CSS. In preparation for adding support for such parsing, split out the current parsing code to its own function, to make it cleaner to add the new paths. The existing doc section has also been renamed to narrow it to CSS-based binaries. v2: new patch in series, split out from next patch for easier reviewing v3: drop unneeded include (Lucas) Signed-off-by: Daniele Ceraolo Spurio <daniele.ceraolospurio@intel.com> Cc: Alan Previn <alan.previn.teres.alexis@intel.com> Cc: John Harrison <John.C.Harrison@Intel.com> Cc: Lucas De Marchi <lucas.demarchi@intel.com> Reviewed-by: Lucas De Marchi <lucas.demarchi@intel.com> Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Diffstat (limited to 'Documentation/gpu')
-rw-r--r--Documentation/gpu/xe/xe_firmware.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/gpu/xe/xe_firmware.rst b/Documentation/gpu/xe/xe_firmware.rst
index c01246ae99f539..f1ac6f60893052 100644
--- a/Documentation/gpu/xe/xe_firmware.rst
+++ b/Documentation/gpu/xe/xe_firmware.rst
@@ -8,7 +8,7 @@ Firmware Layout
===============
.. kernel-doc:: drivers/gpu/drm/xe/xe_uc_fw_abi.h
- :doc: Firmware Layout
+ :doc: CSS-based Firmware Layout
Write Once Protected Content Memory (WOPCM) Layout
==================================================