[CI] drm/xe/huc: Test newer HuC blobs for LNL and BMG
Daniele Ceraolo Spurio
daniele.ceraolospurio at intel.com
Thu Jul 18 20:57:12 UTC 2024
This patch is for testing only.
These are the blobs that the media team wants in linux-firmware, so if
the testing is successful we'll move them to the official branch and
replace the CI patch in the xe-for-ci with a proper patch in
drm-xe-next.
Signed-off-by: Daniele Ceraolo Spurio <daniele.ceraolospurio at intel.com>
---
drivers/gpu/drm/xe/xe_uc_fw.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/gpu/drm/xe/xe_uc_fw.c b/drivers/gpu/drm/xe/xe_uc_fw.c
index c1dcf58d25d7..0f6e1acb05ec 100644
--- a/drivers/gpu/drm/xe/xe_uc_fw.c
+++ b/drivers/gpu/drm/xe/xe_uc_fw.c
@@ -118,8 +118,8 @@ struct fw_blobs_by_type {
fw_def(TIGERLAKE, major_ver(i915, guc, tgl, 70, 19, 2))
#define XE_HUC_FIRMWARE_DEFS(fw_def, mmp_ver, no_ver) \
- fw_def(BATTLEMAGE, mmp_ver(intel-ci/xe, huc_gsc, bmg, 8, 2, 6)) \
- fw_def(LUNARLAKE, mmp_ver(intel-ci/xe, huc_gsc, lnl, 9, 4, 6)) \
+ fw_def(BATTLEMAGE, no_ver(intel-ci/xe, huc_gsc, bmg)) \
+ fw_def(LUNARLAKE, no_ver(intel-ci/xe, huc_gsc, lnl)) \
fw_def(METEORLAKE, no_ver(i915, huc_gsc, mtl)) \
fw_def(DG1, no_ver(i915, huc, dg1)) \
fw_def(ALDERLAKE_P, no_ver(i915, huc, tgl)) \
--
2.43.0
More information about the Intel-xe
mailing list