Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: John Harrison <john.c.harrison@intel.com>
To: Lucas De Marchi <lucas.demarchi@intel.com>
Cc: <Intel-Xe@lists.freedesktop.org>
Subject: Re: [PATCH 2/3] drm/xe/guc: Update to GuC firmware 70.19.2
Date: Fri, 2 Feb 2024 12:00:52 -0800	[thread overview]
Message-ID: <04f74e08-7df9-4f8a-afa0-45cb48298aa0@intel.com> (raw)
In-Reply-To: <w63lpuqykxkgo73ryhmlslzj3uc64vai22prrzubiyakftd3bk@adwdanyes32g>

On 2/2/2024 08:56, Lucas De Marchi wrote:
> On Thu, Feb 01, 2024 at 11:30:49PM -0800, John.C.Harrison@Intel.com 
> wrote:
>> From: John Harrison <John.C.Harrison@Intel.com>
>>
>> API compatibility version: 1.8.2
>>
>> Signed-off-by: John Harrison <John.C.Harrison@Intel.com>
>
> once this passes CI and those firmware blobs are available in
> linux-firmware repo,
The official PR has been sent. It is now up to the firmware maintainers 
to do the merge. They are normally pretty quick about that.

John.

>
>     Reviewed-by: Lucas De Marchi <lucas.demarchi@intel.com>
>
> Lucas De Marchi
>
>> ---
>> 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..d896c98dd0bb 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, 
>> 2))    \
>> +    fw_def(DG2,        major_ver(i915,    guc,    dg2,    70, 19, 
>> 2))    \
>> +    fw_def(DG1,        major_ver(i915,    guc,    dg1,    70, 19, 
>> 2))    \
>> +    fw_def(ALDERLAKE_N,    major_ver(i915,    guc,    tgl, 70, 19, 
>> 2))    \
>> +    fw_def(ALDERLAKE_P,    major_ver(i915,    guc,    adlp, 70, 19, 
>> 2))    \
>> +    fw_def(ALDERLAKE_S,    major_ver(i915,    guc,    tgl, 70, 19, 
>> 2))    \
>> +    fw_def(ROCKETLAKE,    major_ver(i915,    guc,    tgl, 70, 19, 
>> 2))    \
>> +    fw_def(TIGERLAKE,    major_ver(i915,    guc,    tgl,    70, 19, 2))
>>
>> #define XE_HUC_FIRMWARE_DEFS(fw_def, mmp_ver, no_ver)        \
>>     fw_def(METEORLAKE,    no_ver(i915,    huc_gsc, mtl))        \
>> -- 
>> 2.43.0
>>


  reply	other threads:[~2024-02-02 20:02 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-02  7:30 [PATCH 0/3] Update to GuC 70.19.2 and add LNL John.C.Harrison
2024-02-02  7:30 ` [PATCH 1/3] drm/xe/uc: Include patch version in expectations John.C.Harrison
2024-02-02 16:48   ` Lucas De Marchi
2024-02-02  7:30 ` [PATCH 2/3] drm/xe/guc: Update to GuC firmware 70.19.2 John.C.Harrison
2024-02-02 16:56   ` Lucas De Marchi
2024-02-02 20:00     ` John Harrison [this message]
2024-02-02  7:30 ` [PATCH 3/3] drm/xe/guc: Add support for LNL firmware John.C.Harrison
2024-02-02 17:00   ` Lucas De Marchi
2024-02-02  7:36 ` ✗ CI.Patch_applied: failure for Update to GuC 70.19.2 and add LNL Patchwork
2024-02-02 16:53 ` [PATCH 0/3] " Lucas De Marchi
2024-02-02 18:51   ` John Harrison
2024-02-02 19:35     ` Lucas De Marchi
2024-02-02 19:53       ` John Harrison

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=04f74e08-7df9-4f8a-afa0-45cb48298aa0@intel.com \
    --to=john.c.harrison@intel.com \
    --cc=Intel-Xe@lists.freedesktop.org \
    --cc=lucas.demarchi@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox