File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
drivers/gpu/drm/i915/gt/uc Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 26
26
* The kernel driver is only responsible for loading the HuC firmware and
27
27
* triggering its security authentication. This is done differently depending
28
28
* on the platform:
29
+ *
29
30
* - older platforms (from Gen9 to most Gen12s): the load is performed via DMA
30
31
* and the authentication via GuC
31
32
* - DG2: load and authentication are both performed via GSC.
32
33
* - MTL and newer platforms: the load is performed via DMA (same as with
33
34
* not-DG2 older platforms), while the authentication is done in 2-steps,
34
35
* a first auth for clear-media workloads via GuC and a second one for all
35
36
* workloads via GSC.
37
+ *
36
38
* On platforms where the GuC does the authentication, to correctly do so the
37
39
* HuC binary must be loaded before the GuC one.
38
40
* Loading the HuC is optional; however, not using the HuC might negatively
You can’t perform that action at this time.
0 commit comments