All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v8 0/4] Introduce GT runtime suspend/resume
@ 2025-10-30 12:23 Raag Jadav
  2025-10-30 12:23 ` [PATCH v8 1/4] drm/xe/vf: Update pause/unpause() helpers with VF naming Raag Jadav
                   ` (6 more replies)
  0 siblings, 7 replies; 16+ messages in thread
From: Raag Jadav @ 2025-10-30 12:23 UTC (permalink / raw)
  To: lucas.demarchi, rodrigo.vivi
  Cc: intel-xe, riana.tauro, daniele.ceraolospurio, matthew.brost,
	michal.wajdeczko, badal.nilawar, Raag Jadav

v2: Drop redundant xe_gt_sanitize() and xe_guc_ct_stop() (Daniele)
    Use runtime naming for guc helpers (Daniele)
    Split xe_guc_ct_enable() helper (Daniele)

v3: Drop redundant logging, add kernel doc (Michal)
    Use runtime naming for ct helpers (Michal)

v4: Split xe_guc_ct_enable() patch (Rodrigo)
    Fix tags (Rodrigo)

v5: Include host_l2_vram workaround (Daniele)
    Reuse xe_guc_submit_enable/disable() helpers (Daniele)

v6: Split sumbit_pause/unpause() helpers for VF and PF (Matthew Brost)
    Assert on runtime suspend if VFs are enabled (Daniele)

v7: Add IS_SRIOV_VF() assert in VF helpers (Matthew Brost)
    Use "vf" suffix for VF helpers (Michal)
    Reword commit message (Matthew Brost)

v8: Add !IS_SRIOV_VF() assert in runtime suspend path (Matthew Brost)

Raag Jadav (4):
  drm/xe/vf: Update pause/unpause() helpers with VF naming
  drm/xe/guc_submit: Introduce pause/unpause() helpers for PF
  drm/xe/pm: Assert on runtime suspend if VFs are enabled
  drm/xe/gt: Introduce runtime suspend/resume

 drivers/gpu/drm/xe/xe_gt.c          | 60 +++++++++++++++++++++++++++++
 drivers/gpu/drm/xe/xe_gt.h          |  2 +
 drivers/gpu/drm/xe/xe_gt_sriov_vf.c |  6 +--
 drivers/gpu/drm/xe/xe_guc.c         | 34 ++++++++++++++++
 drivers/gpu/drm/xe/xe_guc.h         |  2 +
 drivers/gpu/drm/xe/xe_guc_ct.c      | 27 +++++++++++++
 drivers/gpu/drm/xe/xe_guc_ct.h      |  2 +
 drivers/gpu/drm/xe/xe_guc_submit.c  | 38 +++++++++++++++++-
 drivers/gpu/drm/xe/xe_guc_submit.h  |  6 ++-
 drivers/gpu/drm/xe/xe_pci.c         |  9 +++++
 drivers/gpu/drm/xe/xe_pm.c          | 10 ++---
 drivers/gpu/drm/xe/xe_uc.c          | 28 ++++++++++++++
 drivers/gpu/drm/xe/xe_uc.h          |  2 +
 13 files changed, 214 insertions(+), 12 deletions(-)

-- 
2.34.1


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

end of thread, other threads:[~2025-12-01 17:29 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-30 12:23 [PATCH v8 0/4] Introduce GT runtime suspend/resume Raag Jadav
2025-10-30 12:23 ` [PATCH v8 1/4] drm/xe/vf: Update pause/unpause() helpers with VF naming Raag Jadav
2025-10-30 12:23 ` [PATCH v8 2/4] drm/xe/guc_submit: Introduce pause/unpause() helpers for PF Raag Jadav
2025-10-30 12:23 ` [PATCH v8 3/4] drm/xe/pm: Assert on runtime suspend if VFs are enabled Raag Jadav
2025-10-30 18:33   ` Daniele Ceraolo Spurio
2025-10-31 15:04     ` Raag Jadav
2025-11-04 11:15       ` Raag Jadav
2025-11-14 14:53         ` Raag Jadav
2025-11-03 17:42   ` Matthew Brost
2025-10-30 12:23 ` [PATCH v8 4/4] drm/xe/gt: Introduce runtime suspend/resume Raag Jadav
2025-11-04 17:47   ` Matthew Brost
2025-11-05  9:02     ` Raag Jadav
2025-12-01 17:29       ` Matthew Brost
2025-11-03  9:06 ` ✓ CI.KUnit: success for Introduce GT runtime suspend/resume (rev6) Patchwork
2025-11-03 10:14 ` ✓ Xe.CI.BAT: " Patchwork
2025-11-03 11:38 ` ✗ Xe.CI.Full: failure " Patchwork

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.