Skip to content

Commit e0d25c5

Browse files
jnikularodrigovivi
authored andcommitted
drm/i915: fix Sphinx indentation warning
Fix Sphinx warning about unexpected indent. Signed-off-by: Jani Nikula <jani.nikula@intel.com> Reviewed-by: Luca Coelho <luciano.coelho@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20230621123156.14907-2-jani.nikula@intel.com (cherry picked from commit 175b036) Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
1 parent 2872144 commit e0d25c5

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)