Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v5 0/7] Extra enabling patches for NVL-P
@ 2026-03-10  0:42 Gustavo Sousa
  2026-03-10  0:42 ` [PATCH v5 1/7] drm/xe: Modify stepping info directly in xe_step_*_get() Gustavo Sousa
                   ` (10 more replies)
  0 siblings, 11 replies; 13+ messages in thread
From: Gustavo Sousa @ 2026-03-10  0:42 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 v5:
- Drop "drm/xe: Call xe_wa_process_device_oob() after
  xe_sriov_probe_early()".
- Back to using IS_SRIOV_VF() instead of FUNC(xe_rtp_match_not_sriov_vf)
  for Wa_14026539277.
- Link to v4: https://patch.msgid.link/20260309-extra-nvl-p-enabling-patches-v4-0-2e7fcead971a@intel.com

Changes in v4:
- Minor update to "drm/xe: Call xe_wa_process_device_oob() after
  xe_sriov_probe_early()" to move the call a bit further down in order
  to keep SRIOV-related function calls grouped.
- Link to v3: https://patch.msgid.link/20260309-extra-nvl-p-enabling-patches-v3-0-0416900dd498@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 (7):
      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/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_types.h      | 10 -----
 drivers/gpu/drm/xe/xe_device_wa_oob.rules |  1 +
 drivers/gpu/drm/xe/xe_gt.c                | 39 ++++++++++++++++
 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 --
 13 files changed, 144 insertions(+), 47 deletions(-)
---
base-commit: 50b85be0adadc4ab0b1e557627bebd7fdf1fcc3c
change-id: 20260304-extra-nvl-p-enabling-patches-49ea48e204f5

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


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

end of thread, other threads:[~2026-03-10 23:10 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-10  0:42 [PATCH v5 0/7] Extra enabling patches for NVL-P Gustavo Sousa
2026-03-10  0:42 ` [PATCH v5 1/7] drm/xe: Modify stepping info directly in xe_step_*_get() Gustavo Sousa
2026-03-10  0:42 ` [PATCH v5 2/7] drm/xe: Drop unused IS_PLATFORM_STEP() and IS_SUBPLATFORM_STEP() Gustavo Sousa
2026-03-10  0:42 ` [PATCH v5 3/7] drm/xe/nvlp: Read platform-level stepping info Gustavo Sousa
2026-03-10  0:42 ` [PATCH v5 4/7] drm/xe/rtp: Add support for matching platform-level stepping Gustavo Sousa
2026-03-10  0:42 ` [PATCH v5 5/7] drm/xe/nvlp: Implement Wa_14026539277 Gustavo Sousa
2026-03-10  0:42 ` [PATCH v5 6/7] drm/xe/xe3p: Drop Wa_16028780921 Gustavo Sousa
2026-03-10  0:42 ` [PATCH v5 7/7] drm/xe: Translate C-state "reset value" into RC6 Gustavo Sousa
2026-03-10  0:50 ` ✓ CI.KUnit: success for Extra enabling patches for NVL-P (rev5) Patchwork
2026-03-10  1:51 ` ✓ Xe.CI.BAT: " Patchwork
2026-03-10  6:52 ` ✗ Xe.CI.FULL: failure " Patchwork
2026-03-10 22:09   ` Gustavo Sousa
2026-03-10 23:10 ` [PATCH v5 0/7] Extra enabling patches for NVL-P Gustavo Sousa

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox