Skip to content

Commit de991b9

Browse files
dceraolorodrigovivi
authored andcommitted
drm/xe: Remove ci-only GuC FW definitions
As part of the FW definitions, we declare each blob as required via the MODULE_FIRMWARE() macro. This causes the initramfs update (or equivalent process) to look for the blobs on disk when the kernel is installed; therefore, we need to make sure that all FWs we define are available in linux-firmware. We currently don't plan to push the PVC blob to linux-firmware, while the LNL one will only be pushed once we have machines in CI to test it, so we need to remove them from the list for now. Signed-off-by: Daniele Ceraolo Spurio <daniele.ceraolospurio@intel.com> Cc: Rodrigo Vivi <rodrigo.vivi@intel.com> Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com> Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
1 parent e157f0f commit de991b9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

drivers/gpu/drm/xe/xe_uc_fw.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,9 +102,7 @@ struct fw_blobs_by_type {
102102
};
103103

104104
#define XE_GUC_FIRMWARE_DEFS(fw_def, mmp_ver, major_ver) \
105-
fw_def(LUNARLAKE, mmp_ver(xe, guc, lnl, 70, 6, 8)) \
106105
fw_def(METEORLAKE, major_ver(i915, guc, mtl, 70, 7)) \
107-
fw_def(PVC, mmp_ver(xe, guc, pvc, 70, 9, 1)) \
108106
fw_def(DG2, major_ver(i915, guc, dg2, 70, 5)) \
109107
fw_def(DG1, major_ver(i915, guc, dg1, 70, 5)) \
110108
fw_def(ALDERLAKE_N, major_ver(i915, guc, tgl, 70, 5)) \

0 commit comments

Comments
 (0)