Lines Matching +full:70 +full:h
6 #include <linux/bitfield.h>
7 #include <linux/fault-inject.h>
8 #include <linux/firmware.h>
10 #include <drm/drm_managed.h>
12 #include "regs/xe_guc_regs.h"
13 #include "xe_bo.h"
14 #include "xe_device_types.h"
15 #include "xe_force_wake.h"
16 #include "xe_gsc.h"
17 #include "xe_gt.h"
18 #include "xe_gt_printk.h"
19 #include "xe_guc.h"
20 #include "xe_map.h"
21 #include "xe_mmio.h"
22 #include "xe_module.h"
23 #include "xe_sriov.h"
24 #include "xe_uc_fw.h"
110 fw_def(BATTLEMAGE, major_ver(xe, guc, bmg, 70, 29, 2)) \
111 fw_def(LUNARLAKE, major_ver(xe, guc, lnl, 70, 29, 2)) \
112 fw_def(METEORLAKE, major_ver(i915, guc, mtl, 70, 29, 2)) \
113 fw_def(DG2, major_ver(i915, guc, dg2, 70, 29, 2)) \
114 fw_def(DG1, major_ver(i915, guc, dg1, 70, 29, 2)) \
115 fw_def(ALDERLAKE_N, major_ver(i915, guc, tgl, 70, 29, 2)) \
116 fw_def(ALDERLAKE_P, major_ver(i915, guc, adlp, 70, 29, 2)) \
117 fw_def(ALDERLAKE_S, major_ver(i915, guc, tgl, 70, 29, 2)) \
118 fw_def(ROCKETLAKE, major_ver(i915, guc, tgl, 70, 29, 2)) \
119 fw_def(TIGERLAKE, major_ver(i915, guc, tgl, 70, 29, 2))
321 if (MAKE_GUC_VER_STRUCT(*release) < MAKE_GUC_VER(70, 29, 2)) { in guc_read_css_info()