[PATCH 2/2] drm/xe/guc: Update to GuC firmware 70.19.1
Lucas De Marchi
lucas.demarchi at intel.com
Tue Jan 23 16:41:21 UTC 2024
On Mon, Jan 22, 2024 at 02:14:56PM -0800, Welty, Brian wrote:
>
>
>On 1/22/2024 1:37 PM, John.C.Harrison at Intel.com wrote:
>>From: John Harrison <John.C.Harrison at Intel.com>
>>
>>UAPI compatibility version: 1.8.1
what exactly is this? We don't seem to track it anywhere in the driver.
>
>I've wondered for awhile why was lagging behind here....
>
>Reviewed-by: Brian Welty <brian.welty at intel.com>
>
>>
>>Signed-off-by: John Harrison <John.C.Harrison at Intel.com>
>>---
>> drivers/gpu/drm/xe/xe_uc_fw.c | 16 ++++++++--------
>> 1 file changed, 8 insertions(+), 8 deletions(-)
>>
>>diff --git a/drivers/gpu/drm/xe/xe_uc_fw.c b/drivers/gpu/drm/xe/xe_uc_fw.c
>>index d3f0fe2101a7..8da6cbb8c9e2 100644
>>--- a/drivers/gpu/drm/xe/xe_uc_fw.c
>>+++ b/drivers/gpu/drm/xe/xe_uc_fw.c
>>@@ -103,14 +103,14 @@ struct fw_blobs_by_type {
>> };
>> #define XE_GUC_FIRMWARE_DEFS(fw_def, mmp_ver, major_ver) \
>>- fw_def(METEORLAKE, major_ver(i915, guc, mtl, 70, 7, 0)) \
>>- fw_def(DG2, major_ver(i915, guc, dg2, 70, 5, 0)) \
>>- fw_def(DG1, major_ver(i915, guc, dg1, 70, 5, 0)) \
>>- fw_def(ALDERLAKE_N, major_ver(i915, guc, tgl, 70, 5, 0)) \
>>- fw_def(ALDERLAKE_P, major_ver(i915, guc, adlp, 70, 5, 0)) \
>>- fw_def(ALDERLAKE_S, major_ver(i915, guc, tgl, 70, 5, 0)) \
>>- fw_def(ROCKETLAKE, major_ver(i915, guc, tgl, 70, 5, 0)) \
>>- fw_def(TIGERLAKE, major_ver(i915, guc, tgl, 70, 5, 0))
>>+ fw_def(METEORLAKE, major_ver(i915, guc, mtl, 70, 19, 1)) \
>>+ fw_def(DG2, major_ver(i915, guc, dg2, 70, 19, 1)) \
>>+ fw_def(DG1, major_ver(i915, guc, dg1, 70, 19, 1)) \
>>+ fw_def(ALDERLAKE_N, major_ver(i915, guc, tgl, 70, 19, 1)) \
>>+ fw_def(ALDERLAKE_P, major_ver(i915, guc, adlp, 70, 19, 1)) \
>>+ fw_def(ALDERLAKE_S, major_ver(i915, guc, tgl, 70, 19, 1)) \
>>+ fw_def(ROCKETLAKE, major_ver(i915, guc, tgl, 70, 19, 1)) \
>>+ fw_def(TIGERLAKE, major_ver(i915, guc, tgl, 70, 19, 1))
are all of these in linux-firmware repo?
Lucas De Marchi
>> #define XE_HUC_FIRMWARE_DEFS(fw_def, mmp_ver, no_ver) \
>> fw_def(METEORLAKE, no_ver(i915, huc_gsc, mtl)) \
More information about the Intel-xe
mailing list