Skip to content

Commit acf228c

Browse files
jdreaverdceraolo
authored andcommitted
drm/i915/huc: fix intel_huc.c doc bulleted list format error
Fix the following make htmldocs errors/warnings: ./drivers/gpu/drm/i915/gt/uc/intel_huc.c:29: ERROR: Unexpected indentation. ./drivers/gpu/drm/i915/gt/uc/intel_huc.c:30: WARNING: Block quote ends without a blank line; unexpected unindent. ./drivers/gpu/drm/i915/gt/uc/intel_huc.c:35: WARNING: Bullet list ends without a blank line; unexpected unindent. This output is a bit misleading. The real issue here is we need a blank line before and after the bulleted list. Link: https://www.kernel.org/doc/html/latest/gpu/i915.html#huc Link: https://lore.kernel.org/dri-devel/[email protected]/ Signed-off-by: David Reaver <[email protected]> Reviewed-by: Daniele Ceraolo Spurio <[email protected]> Signed-off-by: Daniele Ceraolo Spurio <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
1 parent 946e047 commit acf228c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/gpu/drm/i915/gt/uc/intel_huc.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,15 @@
2626
* The kernel driver is only responsible for loading the HuC firmware and
2727
* triggering its security authentication. This is done differently depending
2828
* on the platform:
29+
*
2930
* - older platforms (from Gen9 to most Gen12s): the load is performed via DMA
3031
* and the authentication via GuC
3132
* - DG2: load and authentication are both performed via GSC.
3233
* - MTL and newer platforms: the load is performed via DMA (same as with
3334
* not-DG2 older platforms), while the authentication is done in 2-steps,
3435
* a first auth for clear-media workloads via GuC and a second one for all
3536
* workloads via GSC.
37+
*
3638
* On platforms where the GuC does the authentication, to correctly do so the
3739
* HuC binary must be loaded before the GuC one.
3840
* Loading the HuC is optional; however, not using the HuC might negatively

0 commit comments

Comments
 (0)