Igt-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Jani Nikula <jani.nikula@intel.com>
To: Lucas De Marchi <lucas.demarchi@intel.com>,
	Kamil Konieczny <kamil.konieczny@linux.intel.com>
Cc: igt-dev@lists.freedesktop.org,
	Matt Roper <matthew.d.roper@intel.com>,
	Gustavo Sousa <gustavo.sousa@intel.com>,
	Shekhar Chauhan <shekhar.chauhan@intel.com>
Subject: Re: [PATCH i-g-t v2 1/1] lib/pciids: Add NVL-S and split out BMG-G21
Date: Tue, 28 Oct 2025 16:41:45 +0200	[thread overview]
Message-ID: <3015f56dd17cf5c019824f69f532a0e06b98253a@intel.com> (raw)
In-Reply-To: <e50339ef85b308fb2b6fd8d88f3acf4fc5bd0057@intel.com>

On Tue, 28 Oct 2025, Jani Nikula <jani.nikula@intel.com> wrote:
> This is the script I've used, but never bothered to upstream to igt. It
> does create separate commits for each kernel change, which was useful in
> catching up with a lot of kernel changes while remaining bisectable in
> igt.

Seems to work still. Running it now generates this log:

commit 3ce2a3f06b01cad80923740135bc33fe0967e237 (HEAD -> master)
Author: Jani Nikula <jani.nikula@intel.com>
Date:   Tue Oct 28 16:39:30 2025 +0200

    lib: sync i915_pciids.h with kernel commit 5e0de2dfbc1b
    
    Synchronize i915_pciids.h with kernel commit:
    
    5e0de2dfbc1b ("drm/xe/cri: Add CRI platform definition")
    
    Signed-off-by: Jani Nikula <jani.nikula@intel.com>

commit 27720193af75e531f505921e13a17d7dd36a6482
Author: Jani Nikula <jani.nikula@intel.com>
Date:   Tue Oct 28 16:39:30 2025 +0200

    lib: sync i915_pciids.h with kernel commit c002b1764e7b
    
    Synchronize i915_pciids.h with kernel commit:
    
    c002b1764e7b ("drm/xe/nvl: Define NVL-S platform")
    
    Signed-off-by: Jani Nikula <jani.nikula@intel.com>

commit 8dd7f13b8ee6f4dd10427481c9a5e28f6baeed2e
Author: Jani Nikula <jani.nikula@intel.com>
Date:   Tue Oct 28 16:39:30 2025 +0200

    lib: sync i915_pciids.h with kernel commit 78de8f876683
    
    Synchronize i915_pciids.h with kernel commit:
    
    78de8f876683 ("drm/xe: Handle Wa_22010954014 and Wa_14022085890 as device workarounds")
    
    Signed-off-by: Jani Nikula <jani.nikula@intel.com>

commit 62e36b49a7441a7422e0b594c14dbdd2aca00968
Author: Jani Nikula <jani.nikula@intel.com>
Date:   Tue Oct 28 16:39:30 2025 +0200

    lib: sync i915_pciids.h with kernel commit 32620e176443
    
    Synchronize i915_pciids.h with kernel commit:
    
    32620e176443 ("drm/pcids: Split PTL pciids group to make wcl subplatform")
    
    Signed-off-by: Jani Nikula <jani.nikula@intel.com>

commit faa31026a59875bc636619e69f7296a1d69fe289
Author: Jani Nikula <jani.nikula@intel.com>
Date:   Tue Oct 28 16:39:30 2025 +0200

    lib: sync i915_pciids.h with kernel commit edb660ad79ff
    
    Synchronize i915_pciids.h with kernel commit:
    
    edb660ad79ff ("drm/intel/pciids: Add match on vendor/id only")
    
    Signed-off-by: Jani Nikula <jani.nikula@intel.com>



-- 
Jani Nikula, Intel

  parent reply	other threads:[~2025-10-28 14:41 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-10-28 10:42 [PATCH i-g-t v2 0/1] Sync PCI ids with kernel: split BMG to BMG-G21 and add NVL-S Kamil Konieczny
2025-10-28 10:42 ` [PATCH i-g-t v2 1/1] lib/pciids: Add NVL-S and split out BMG-G21 Kamil Konieczny
2025-10-28 12:04   ` Shekhar Chauhan
2025-10-28 13:26     ` Lucas De Marchi
2025-10-28 13:53   ` Lucas De Marchi
2025-10-28 14:35     ` Jani Nikula
2025-10-28 14:36       ` Jani Nikula
2025-10-28 14:41       ` Jani Nikula [this message]
2025-10-28 16:59         ` Kamil Konieczny
2025-10-28 20:19           ` Jani Nikula
2025-10-28 16:35     ` Kamil Konieczny
2025-10-28 11:56 ` ✓ Xe.CI.BAT: success for Sync PCI ids with kernel: split BMG to BMG-G21 and add NVL-S (rev2) Patchwork
2025-10-28 12:14 ` ✓ i915.CI.BAT: " Patchwork
2025-10-28 16:42 ` ✗ Xe.CI.Full: failure " Patchwork
2025-10-28 17:55   ` Kamil Konieczny
2025-10-28 20:27 ` ✗ i915.CI.Full: " Patchwork
2025-10-29 17:17   ` Kamil Konieczny

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=3015f56dd17cf5c019824f69f532a0e06b98253a@intel.com \
    --to=jani.nikula@intel.com \
    --cc=gustavo.sousa@intel.com \
    --cc=igt-dev@lists.freedesktop.org \
    --cc=kamil.konieczny@linux.intel.com \
    --cc=lucas.demarchi@intel.com \
    --cc=matthew.d.roper@intel.com \
    --cc=shekhar.chauhan@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