Home
last modified time | relevance | path

Searched refs:intel_huc_wait_for_auth_complete (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/drivers/gpu/drm/i915/gt/uc/
Dintel_huc.h62 int intel_huc_wait_for_auth_complete(struct intel_huc *huc,
Dintel_huc.c464 int intel_huc_wait_for_auth_complete(struct intel_huc *huc, in intel_huc_wait_for_auth_complete() function
575 ret = intel_huc_wait_for_auth_complete(huc, type); in intel_huc_auth()
Dintel_huc_fw.c262 return intel_huc_wait_for_auth_complete(huc, INTEL_HUC_AUTH_BY_GSC); in intel_huc_fw_load_and_auth_via_gsc()