mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-10 07:59:42 -04:00
drm/xe/lnl: Add GuC firmware definition
Define the GuC firmware to load on the platform. Cc: Balasubramani Vivekanandan <balasubramani.vivekanandan@intel.com> Signed-off-by: Matt Roper <matthew.d.roper@intel.com> Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com> Reviewed-by: Matthew Brost <matthew.brost@intel.com> Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
This commit is contained in:
@@ -100,6 +100,7 @@ struct fw_blobs_by_type {
|
||||
};
|
||||
|
||||
#define XE_GUC_FIRMWARE_DEFS(fw_def, mmp_ver, major_ver) \
|
||||
fw_def(LUNARLAKE, mmp_ver(xe, guc, lnl, 70, 6, 8)) \
|
||||
fw_def(METEORLAKE, mmp_ver(i915, guc, mtl, 70, 6, 4)) \
|
||||
fw_def(PVC, mmp_ver(xe, guc, pvc, 70, 6, 4)) \
|
||||
fw_def(DG2, major_ver(i915, guc, dg2, 70, 5)) \
|
||||
|
||||
Reference in New Issue
Block a user