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
1195
struct xe_uc_fw_version *guc_version = &gt->sriov.vf.guc_version;
drivers/gpu/drm/xe/xe_gt_sriov_vf.c
1196
struct xe_uc_fw_version *wanted = &gt->sriov.vf.wanted_guc_version;
drivers/gpu/drm/xe/xe_gt_sriov_vf.c
1198
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
617
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
85
struct xe_uc_fw_version wanted_guc_version;
drivers/gpu/drm/xe/xe_gt_sriov_vf_types.h
87
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
567
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
295
struct xe_uc_fw_version guc_version;
drivers/gpu/drm/xe/xe_uc_fw.c
336
struct xe_uc_fw_version *release = &uc_fw->versions.found[XE_UC_FW_VER_RELEASE];
drivers/gpu/drm/xe/xe_uc_fw.c
337
struct xe_uc_fw_version *compatibility = &uc_fw->versions.found[XE_UC_FW_VER_COMPATIBILITY];
drivers/gpu/drm/xe/xe_uc_fw.c
361
struct xe_uc_fw_version *wanted = &uc_fw->versions.wanted;
drivers/gpu/drm/xe/xe_uc_fw.c
362
struct xe_uc_fw_version *found = &uc_fw->versions.found[uc_fw->versions.wanted_type];
drivers/gpu/drm/xe/xe_uc_fw.c
407
struct xe_uc_fw_version *release = &uc_fw->versions.found[XE_UC_FW_VER_RELEASE];
drivers/gpu/drm/xe/xe_uc_fw.c
487
struct xe_uc_fw_version *release = &uc_fw->versions.found[XE_UC_FW_VER_RELEASE];
drivers/gpu/drm/xe/xe_uc_fw.c
661
struct xe_uc_fw_version *ver_ = (version_); \
drivers/gpu/drm/xe/xe_uc_fw.c
673
struct xe_uc_fw_version *compat = &uc_fw->versions.found[XE_UC_FW_VER_COMPATIBILITY];
drivers/gpu/drm/xe/xe_uc_fw.c
674
struct xe_uc_fw_version *wanted = &uc_fw->versions.wanted;
drivers/gpu/drm/xe/xe_uc_fw.c
951
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];