Home
last modified time | relevance | path

Searched refs:INTEL_HUC_AUTH_BY_GUC (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/drivers/gpu/drm/i915/gt/uc/
Dintel_huc.c300 huc->status[INTEL_HUC_AUTH_BY_GUC].reg = GEN11_HUC_KERNEL_LOAD_INFO; in intel_huc_init_early()
301 huc->status[INTEL_HUC_AUTH_BY_GUC].mask = HUC_LOAD_SUCCESSFUL; in intel_huc_init_early()
302 huc->status[INTEL_HUC_AUTH_BY_GUC].value = HUC_LOAD_SUCCESSFUL; in intel_huc_init_early()
304 huc->status[INTEL_HUC_AUTH_BY_GUC].reg = HUC_STATUS2; in intel_huc_init_early()
305 huc->status[INTEL_HUC_AUTH_BY_GUC].mask = HUC_FW_VERIFIED; in intel_huc_init_early()
306 huc->status[INTEL_HUC_AUTH_BY_GUC].value = HUC_FW_VERIFIED; in intel_huc_init_early()
446 bool partial = huc->fw.has_gsc_headers && type == INTEL_HUC_AUTH_BY_GUC; in auth_mode_string()
561 case INTEL_HUC_AUTH_BY_GUC: in intel_huc_auth()
605 return intel_huc_is_authenticated(huc, INTEL_HUC_AUTH_BY_GUC); in huc_is_fully_authenticated()
650 intel_huc_is_authenticated(huc, INTEL_HUC_AUTH_BY_GUC)) in intel_huc_check_status()
[all …]
Dintel_huc.h27 INTEL_HUC_AUTH_BY_GUC = 0, enumerator
Dintel_gsc_uc.c54 intel_huc_is_authenticated(&gt->uc.huc, INTEL_HUC_AUTH_BY_GUC)) in gsc_work()
Dintel_uc.c532 intel_huc_auth(huc, INTEL_HUC_AUTH_BY_GUC); in __uc_init_hw()