Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/i915/gt/uc/
H A Dintel_huc.c324 bool gsc_enabled = huc->fw.has_gsc_headers; in check_huc_loading_mode()
433 bool partial = huc->fw.has_gsc_headers && type == INTEL_HUC_AUTH_BY_GUC; in auth_mode_string()
591 if (!huc_fw->has_gsc_headers) in huc_is_fully_authenticated()
636 else if (huc_fw->has_gsc_headers && !intel_huc_is_loaded_by_gsc(huc) && in intel_huc_check_status()
654 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_uc_fw.c208 bool has_gsc_headers; member
219 .legacy = false, .has_gsc_headers = gsc_ }
333 uc_fw->has_gsc_headers = blob->has_gsc_headers; in __uc_fw_auto_select()
778 if (uc_fw->has_gsc_headers) in check_fw_header()
H A Dintel_huc_fw.c138 if (!huc_fw->has_gsc_headers) { in intel_huc_fw_get_binary_info()
/linux/drivers/gpu/drm/xe/
H A Dxe_uc_fw_types.h117 bool has_gsc_headers; member
H A Dxe_huc.c91 if (huc->fw.has_gsc_headers) { in xe_huc_init()
H A Dxe_uc_fw.c540 uc_fw->has_gsc_headers = true; in parse_cpd_header()