Symbol: xe_uc_fw_version
drivers/gpu/drm/xe/xe_gsc.c
129
struct xe_uc_fw_version *compat = &gsc->fw.versions.found[XE_UC_FW_VER_COMPATIBILITY];
drivers/gpu/drm/xe/xe_gt_sriov_vf.c
1213
struct xe_uc_fw_version *guc_version = &gt->sriov.vf.guc_version;
drivers/gpu/drm/xe/xe_gt_sriov_vf.c
1214
struct xe_uc_fw_version *wanted = &gt->sriov.vf.wanted_guc_version;
drivers/gpu/drm/xe/xe_gt_sriov_vf.c
1216
struct xe_uc_fw_version ver;
drivers/gpu/drm/xe/xe_gt_sriov_vf.c
124
struct xe_uc_fw_version *wanted,
drivers/gpu/drm/xe/xe_gt_sriov_vf.c
125
struct xe_uc_fw_version *found)
drivers/gpu/drm/xe/xe_gt_sriov_vf.c
148
memset(found, 0, sizeof(struct xe_uc_fw_version));
drivers/gpu/drm/xe/xe_gt_sriov_vf.c
158
struct xe_uc_fw_version *found)
drivers/gpu/drm/xe/xe_gt_sriov_vf.c
160
struct xe_uc_fw_version wanted = {
drivers/gpu/drm/xe/xe_gt_sriov_vf.c
170
static void vf_minimum_guc_version(struct xe_gt *gt, struct xe_uc_fw_version *ver)
drivers/gpu/drm/xe/xe_gt_sriov_vf.c
174
memset(ver, 0, sizeof(struct xe_uc_fw_version));
drivers/gpu/drm/xe/xe_gt_sriov_vf.c
192
static void vf_wanted_guc_version(struct xe_gt *gt, struct xe_uc_fw_version *ver)
drivers/gpu/drm/xe/xe_gt_sriov_vf.c
200
struct xe_uc_fw_version *guc_version = &gt->sriov.vf.guc_version;
drivers/gpu/drm/xe/xe_gt_sriov_vf.c
201
struct xe_uc_fw_version wanted = {0};
drivers/gpu/drm/xe/xe_gt_sriov_vf.c
320
struct xe_uc_fw_version *wanted,
drivers/gpu/drm/xe/xe_gt_sriov_vf.c
321
struct xe_uc_fw_version *found)
drivers/gpu/drm/xe/xe_gt_sriov_vf.c
618
struct xe_uc_fw_version guc_version;
drivers/gpu/drm/xe/xe_gt_sriov_vf.h
14
struct xe_uc_fw_version;
drivers/gpu/drm/xe/xe_gt_sriov_vf.h
19
struct xe_uc_fw_version *wanted,
drivers/gpu/drm/xe/xe_gt_sriov_vf.h
20
struct xe_uc_fw_version *found);
drivers/gpu/drm/xe/xe_gt_sriov_vf_types.h
87
struct xe_uc_fw_version wanted_guc_version;
drivers/gpu/drm/xe/xe_gt_sriov_vf_types.h
89
struct xe_uc_fw_version guc_version;
drivers/gpu/drm/xe/xe_guc_engine_activity.c
127
struct xe_uc_fw_version *version = &guc->fw.versions.found[XE_UC_FW_VER_COMPATIBILITY];
drivers/gpu/drm/xe/xe_guc_engine_activity.c
128
struct xe_uc_fw_version required = { .major = 1, .minor = 14, .patch = 1 };
drivers/gpu/drm/xe/xe_guc_log_types.h
34
struct xe_uc_fw_version ver_found;
drivers/gpu/drm/xe/xe_guc_log_types.h
36
struct xe_uc_fw_version ver_want;
drivers/gpu/drm/xe/xe_query.c
575
struct xe_uc_fw_version *version = NULL;
drivers/gpu/drm/xe/xe_sriov_vf.c
231
struct xe_uc_fw_version guc_version;
drivers/gpu/drm/xe/xe_sriov_vf_ccs.c
301
struct xe_uc_fw_version guc_version;
drivers/gpu/drm/xe/xe_uc_fw.c
346
struct xe_uc_fw_version *release = &uc_fw->versions.found[XE_UC_FW_VER_RELEASE];
drivers/gpu/drm/xe/xe_uc_fw.c
347
struct xe_uc_fw_version *compatibility = &uc_fw->versions.found[XE_UC_FW_VER_COMPATIBILITY];
drivers/gpu/drm/xe/xe_uc_fw.c
371
struct xe_uc_fw_version *wanted = &uc_fw->versions.wanted;
drivers/gpu/drm/xe/xe_uc_fw.c
372
struct xe_uc_fw_version *found = &uc_fw->versions.found[uc_fw->versions.wanted_type];
drivers/gpu/drm/xe/xe_uc_fw.c
417
struct xe_uc_fw_version *release = &uc_fw->versions.found[XE_UC_FW_VER_RELEASE];
drivers/gpu/drm/xe/xe_uc_fw.c
497
struct xe_uc_fw_version *release = &uc_fw->versions.found[XE_UC_FW_VER_RELEASE];
drivers/gpu/drm/xe/xe_uc_fw.c
671
struct xe_uc_fw_version *ver_ = (version_); \
drivers/gpu/drm/xe/xe_uc_fw.c
683
struct xe_uc_fw_version *compat = &uc_fw->versions.found[XE_UC_FW_VER_COMPATIBILITY];
drivers/gpu/drm/xe/xe_uc_fw.c
684
struct xe_uc_fw_version *wanted = &uc_fw->versions.wanted;
drivers/gpu/drm/xe/xe_uc_fw.c
961
struct xe_uc_fw_version *ver = &uc_fw->versions.found[i];
drivers/gpu/drm/xe/xe_uc_fw_types.h
131
struct xe_uc_fw_version wanted;
drivers/gpu/drm/xe/xe_uc_fw_types.h
138
struct xe_uc_fw_version found[XE_UC_FW_VER_TYPE_COUNT];