All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/8] Extra enabling patches for NVL-P
@ 2026-03-09 20:07 Gustavo Sousa
  2026-03-09 20:07 ` [PATCH v3 1/8] drm/xe: Modify stepping info directly in xe_step_*_get() Gustavo Sousa
                   ` (9 more replies)
  0 siblings, 10 replies; 18+ messages in thread
From: Gustavo Sousa @ 2026-03-09 20:07 UTC (permalink / raw)
  To: intel-xe; +Cc: Gustavo Sousa, Matt Roper

This series contains some extra enabling patches for NVL-P.

Signed-off-by: Gustavo Sousa <gustavo.sousa@intel.com>
---
Changes in v3:
- Incorportate Matt's feedback regarding Wa_14026539277.
- Added extra patch, namely "drm/xe: Call xe_wa_process_device_oob()
  after xe_sriov_probe_early()", to allow
  FUNC(xe_rtp_match_not_sriov_vf) to be used for device OOB workarounds.
- Link to v2: https://patch.msgid.link/20260306-extra-nvl-p-enabling-patches-v2-0-53dcfa6b44e4@intel.com

Changes in v2:
- Minor update in patch "drm/xe/nvlp: Implement Wa_14026539277" to skip
  the workaround if on a SRIOV VF.
- Link to v1: https://patch.msgid.link/20260305-extra-nvl-p-enabling-patches-v1-0-5020d5289dea@intel.com

---
Gustavo Sousa (8):
      drm/xe: Modify stepping info directly in xe_step_*_get()
      drm/xe: Drop unused IS_PLATFORM_STEP() and IS_SUBPLATFORM_STEP()
      drm/xe/nvlp: Read platform-level stepping info
      drm/xe/rtp: Add support for matching platform-level stepping
      drm/xe: Call xe_wa_process_device_oob() after xe_sriov_probe_early()
      drm/xe/nvlp: Implement Wa_14026539277
      drm/xe/xe3p: Drop Wa_16028780921
      drm/xe: Translate C-state "reset value" into RC6

 drivers/gpu/drm/xe/regs/xe_gt_regs.h      |  8 ++--
 drivers/gpu/drm/xe/xe_device.c            |  6 +--
 drivers/gpu/drm/xe/xe_device_types.h      | 10 -----
 drivers/gpu/drm/xe/xe_device_wa_oob.rules |  1 +
 drivers/gpu/drm/xe/xe_gt.c                | 27 +++++++++++
 drivers/gpu/drm/xe/xe_guc_pc.c            |  8 ++++
 drivers/gpu/drm/xe/xe_pci.c               |  8 ++--
 drivers/gpu/drm/xe/xe_rtp.c               |  7 +++
 drivers/gpu/drm/xe/xe_rtp.h               | 20 +++++++++
 drivers/gpu/drm/xe/xe_rtp_types.h         |  1 +
 drivers/gpu/drm/xe/xe_step.c              | 74 ++++++++++++++++++++++---------
 drivers/gpu/drm/xe/xe_step.h              | 10 +++--
 drivers/gpu/drm/xe/xe_step_types.h        |  1 +
 drivers/gpu/drm/xe/xe_wa.c                |  4 --
 14 files changed, 135 insertions(+), 50 deletions(-)
---
base-commit: 9583680736b058808148da4717ca824d25702418
change-id: 20260304-extra-nvl-p-enabling-patches-49ea48e204f5

Best regards,
--  
Gustavo Sousa <gustavo.sousa@intel.com>


^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2026-03-09 22:24 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-09 20:07 [PATCH v3 0/8] Extra enabling patches for NVL-P Gustavo Sousa
2026-03-09 20:07 ` [PATCH v3 1/8] drm/xe: Modify stepping info directly in xe_step_*_get() Gustavo Sousa
2026-03-09 20:07 ` [PATCH v3 2/8] drm/xe: Drop unused IS_PLATFORM_STEP() and IS_SUBPLATFORM_STEP() Gustavo Sousa
2026-03-09 20:07 ` [PATCH v3 3/8] drm/xe/nvlp: Read platform-level stepping info Gustavo Sousa
2026-03-09 20:07 ` [PATCH v3 4/8] drm/xe/rtp: Add support for matching platform-level stepping Gustavo Sousa
2026-03-09 20:07 ` [PATCH v3 5/8] drm/xe: Call xe_wa_process_device_oob() after xe_sriov_probe_early() Gustavo Sousa
2026-03-09 20:19   ` Matt Roper
2026-03-09 20:20   ` Michal Wajdeczko
2026-03-09 21:24     ` Gustavo Sousa
2026-03-09 20:07 ` [PATCH v3 6/8] drm/xe/nvlp: Implement Wa_14026539277 Gustavo Sousa
2026-03-09 20:13   ` Matt Roper
2026-03-09 20:07 ` [PATCH v3 7/8] drm/xe/xe3p: Drop Wa_16028780921 Gustavo Sousa
2026-03-09 20:07 ` [PATCH v3 8/8] drm/xe: Translate C-state "reset value" into RC6 Gustavo Sousa
2026-03-09 20:14 ` ✓ CI.KUnit: success for Extra enabling patches for NVL-P (rev3) Patchwork
2026-03-09 21:02 ` ✗ Xe.CI.BAT: failure " Patchwork
2026-03-09 22:03   ` Gustavo Sousa
2026-03-09 22:08     ` Matt Roper
2026-03-09 22:24       ` Gustavo Sousa

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.