Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/
H A Dxe_uc_fw_types.h67 struct xe_uc_fw_version { struct
131 struct xe_uc_fw_version wanted;
138 struct xe_uc_fw_version found[XE_UC_FW_VER_TYPE_COUNT];
H A Dxe_guc_log_types.h34 struct xe_uc_fw_version ver_found;
36 struct xe_uc_fw_version ver_want;
H A Dxe_gt_sriov_vf.c124 struct xe_uc_fw_version *wanted, in guc_action_match_version()
125 struct xe_uc_fw_version *found) in guc_action_match_version()
148 memset(found, 0, sizeof(struct xe_uc_fw_version)); in guc_action_match_version()
158 struct xe_uc_fw_version *found) in guc_action_match_version_any()
160 struct xe_uc_fw_version wanted = { in guc_action_match_version_any()
170 static void vf_minimum_guc_version(struct xe_gt *gt, struct xe_uc_fw_version *ver) in vf_minimum_guc_version()
174 memset(ver, 0, sizeof(struct xe_uc_fw_version)); in vf_minimum_guc_version()
192 static void vf_wanted_guc_version(struct xe_gt *gt, struct xe_uc_fw_version *ver) in vf_wanted_guc_version()
200 struct xe_uc_fw_version *guc_version = &gt->sriov.vf.guc_version; in vf_handshake_with_guc()
201 struct xe_uc_fw_version wanted = {0}; in vf_handshake_with_guc()
[all …]
H A Dxe_gt_sriov_vf_types.h85 struct xe_uc_fw_version wanted_guc_version;
87 struct xe_uc_fw_version guc_version;
H A Dxe_guc_engine_activity.c127 struct xe_uc_fw_version *version = &guc->fw.versions.found[XE_UC_FW_VER_COMPATIBILITY]; in is_engine_activity_supported()
128 struct xe_uc_fw_version required = { .major = 1, .minor = 14, .patch = 1 }; in is_engine_activity_supported()
H A Dxe_sriov_vf_ccs.c295 struct xe_uc_fw_version guc_version; in vf_migration_ccs_bb_support_check()
H A Dxe_query.c567 struct xe_uc_fw_version *version = NULL; in query_uc_fw_version()