Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/i915/gt/uc/
H A Dintel_huc.c323 bool gsc_enabled = huc->fw.has_gsc_headers; in check_huc_loading_mode()
445 bool partial = huc->fw.has_gsc_headers && type == INTEL_HUC_AUTH_BY_GUC; in auth_mode_string()
552 if (!huc_fw->has_gsc_headers) in huc_is_fully_authenticated()
597 else if (huc_fw->has_gsc_headers && !intel_huc_is_loaded_by_gsc(huc) && in intel_huc_check_status()
615 if (!huc->fw.has_gsc_headers) in intel_huc_update_auth_status()
H A Dintel_uc_fw.h124 bool has_gsc_headers; member
H A Dintel_huc_fw.c138 if (!huc_fw->has_gsc_headers) { in intel_huc_fw_get_binary_info()
H A Dintel_uc_fw.c193 bool has_gsc_headers; member
204 .legacy = false, .has_gsc_headers = gsc_ }
317 uc_fw->has_gsc_headers = blob->has_gsc_headers; in __uc_fw_auto_select()
756 if (uc_fw->has_gsc_headers) in check_fw_header()