Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Daniele Ceraolo Spurio <daniele.ceraolospurio@intel.com>
To: Lucas De Marchi <lucas.demarchi@intel.com>,
	Julia Filipchuk <julia.filipchuk@intel.com>
Cc: <intel-xe@lists.freedesktop.org>,
	John Harrison <John.C.Harrison@intel.com>
Subject: Re: [PATCH v2 4/7] drm/xe/guc: Recommend GuC v70.46.2 for BMG, LNL, DG2
Date: Mon, 16 Jun 2025 09:41:53 -0700	[thread overview]
Message-ID: <3ca022eb-cd41-43c5-9062-d1ef6070ab00@intel.com> (raw)
In-Reply-To: <wgbww4noujwbpxydqqgjcbks22abbql23sigqg4v6c7t75hrhu@m6uhe22uuqdz>



On 6/16/2025 9:33 AM, Lucas De Marchi wrote:
> On Fri, Jun 13, 2025 at 06:55:08PM -0700, Julia Filipchuk wrote:
>> UAPI compatibility version 1.22.2
>>
>> Resolves various bugs. Recommend newer version.
>>
>> Signed-off-by: Julia Filipchuk <julia.filipchuk@intel.com>
>
> Daniele, from the previous  version you seemed to be ok and v2 is mostly
> for the way the patch was submitted, right?

Yup, the change is fine by me.

Reviewed-by: Daniele Ceraolo Spurio <daniele.ceraolospurio@intel.com>

Daniele

>
> Also Cc John
>
> Lucas De Marchi
>
>> ---
>> drivers/gpu/drm/xe/xe_uc_fw.c | 6 +++---
>> 1 file changed, 3 insertions(+), 3 deletions(-)
>>
>> diff --git a/drivers/gpu/drm/xe/xe_uc_fw.c 
>> b/drivers/gpu/drm/xe/xe_uc_fw.c
>> index 6d08695186521..4d3ace56f38aa 100644
>> --- a/drivers/gpu/drm/xe/xe_uc_fw.c
>> +++ b/drivers/gpu/drm/xe/xe_uc_fw.c
>> @@ -115,10 +115,10 @@ struct fw_blobs_by_type {
>> #define XE_GT_TYPE_ANY XE_GT_TYPE_UNINITIALIZED
>>
>> #define XE_GUC_FIRMWARE_DEFS(fw_def, mmp_ver, 
>> major_ver)                    \
>> -    fw_def(BATTLEMAGE,    GT_TYPE_ANY,    major_ver(xe, guc,    
>> bmg,    70, 44, 1))    \
>> -    fw_def(LUNARLAKE,    GT_TYPE_ANY,    major_ver(xe, guc,    
>> lnl,    70, 44, 1))    \
>> +    fw_def(BATTLEMAGE,    GT_TYPE_ANY,    major_ver(xe, guc,    
>> bmg,    70, 45, 2))    \
>> +    fw_def(LUNARLAKE,    GT_TYPE_ANY,    major_ver(xe, guc,    
>> lnl,    70, 45, 2))    \
>>     fw_def(METEORLAKE,    GT_TYPE_ANY,    major_ver(i915, guc,    
>> mtl,    70, 44, 1))    \
>> -    fw_def(DG2,        GT_TYPE_ANY,    major_ver(i915, guc,    
>> dg2,    70, 44, 1))    \
>> +    fw_def(DG2,        GT_TYPE_ANY,    major_ver(i915, guc,    
>> dg2,    70, 45, 2))    \
>>     fw_def(DG1,        GT_TYPE_ANY,    major_ver(i915, guc,    
>> dg1,    70, 44, 1))    \
>>     fw_def(ALDERLAKE_N,    GT_TYPE_ANY,    major_ver(i915, guc,    
>> tgl,    70, 44, 1))    \
>>     fw_def(ALDERLAKE_P,    GT_TYPE_ANY,    major_ver(i915, guc,    
>> adlp,    70, 44, 1))    \
>> -- 
>> 2.49.0
>>


  reply	other threads:[~2025-06-16 16:42 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-06-14  1:55 [PATCH v2 0/7] drm/xe: Recommend GUC v70.45.2 for BMG, LNL, DG2 Julia Filipchuk
2025-06-14  1:55 ` [PATCH v2 1/7] Revert "drm/xe/ptl: Define HuC FW version for PTL" Julia Filipchuk
2025-06-14  1:55 ` [PATCH v2 2/7] Revert "drm/xe/ptl: Add GuC firmware definition" Julia Filipchuk
2025-06-14  1:55 ` [PATCH v2 3/7] Revert "drm/xe/pvc: " Julia Filipchuk
2025-06-14  1:55 ` [PATCH v2 4/7] drm/xe/guc: Recommend GuC v70.46.2 for BMG, LNL, DG2 Julia Filipchuk
2025-06-16 16:33   ` Lucas De Marchi
2025-06-16 16:41     ` Daniele Ceraolo Spurio [this message]
2025-06-17 16:32       ` Julia Filipchuk
2025-06-14  1:55 ` [PATCH v2 5/7] drm/xe/pvc: Add GuC firmware definition Julia Filipchuk
2025-06-14  1:55 ` [PATCH v2 6/7] drm/xe/ptl: " Julia Filipchuk
2025-06-14  1:55 ` [PATCH v2 7/7] drm/xe/ptl: Define HuC FW version for PTL Julia Filipchuk
2025-06-14  3:13 ` ✓ CI.KUnit: success for drm/xe: Recommend GUC v70.45.2 for BMG, LNL, DG2 Patchwork
2025-06-14  3:51 ` ✓ Xe.CI.BAT: " Patchwork
2025-06-16  7:41 ` ✓ Xe.CI.Full: " Patchwork

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=3ca022eb-cd41-43c5-9062-d1ef6070ab00@intel.com \
    --to=daniele.ceraolospurio@intel.com \
    --cc=John.C.Harrison@intel.com \
    --cc=intel-xe@lists.freedesktop.org \
    --cc=julia.filipchuk@intel.com \
    --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