mirror of
https://github.com/torvalds/linux.git
synced 2026-05-31 02:24:24 +02: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:
parent
3330361543
commit
943c01b72f
|
|
@ -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)) \
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user