Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v9 00/11] Parallel submission of dma fence jobs and LR jobs with shared hardware resources
@ 2024-08-09 15:51 Francois Dugast
  2024-08-09 15:51 ` [PATCH v9 01/11] drm/xe/hw_engine_group: Introduce xe_hw_engine_group Francois Dugast
                   ` (18 more replies)
  0 siblings, 19 replies; 21+ messages in thread
From: Francois Dugast @ 2024-08-09 15:51 UTC (permalink / raw)
  To: intel-xe; +Cc: matthew.brost, Francois Dugast

v9: s/xe_vm_in_lr_mode/xe_vm_in_fault_mode/ in patch #9

Francois Dugast (11):
  drm/xe/hw_engine_group: Introduce xe_hw_engine_group
  drm/xe/guc_submit: Make suspend_wait interruptible
  'drm/xe/hw_engine_group: Register hw engine group's exec queues
  drm/xe/hw_engine_group: Add helper to suspend faulting LR jobs
  drm/xe/exec_queue: Remove duplicated code
  drm/xe/exec_queue: Prepare last fence for hw engine group resume
    context
  drm/xe/hw_engine_group: Add helper to wait for dma fence jobs
  drm/xe/hw_engine_group: Ensure safe transition between execution modes
  drm/xe/exec: Switch hw engine group execution mode upon job submission
  drm/xe/vm: Remove restriction that all VMs must be faulting if one is
  drm/xe/device: Remove unused xe_device::usm::num_vm_in_*

 drivers/gpu/drm/xe/Makefile                   |   1 +
 drivers/gpu/drm/xe/xe_device.c                |   3 +
 drivers/gpu/drm/xe/xe_device.h                |  10 -
 drivers/gpu/drm/xe/xe_device_types.h          |   4 -
 drivers/gpu/drm/xe/xe_exec.c                  |  20 +-
 drivers/gpu/drm/xe/xe_exec_queue.c            |  49 ++-
 drivers/gpu/drm/xe/xe_exec_queue.h            |   2 +
 drivers/gpu/drm/xe/xe_exec_queue_types.h      |   2 +
 drivers/gpu/drm/xe/xe_guc_submit.c            |  12 +-
 drivers/gpu/drm/xe/xe_hw_engine.c             |   4 +
 drivers/gpu/drm/xe/xe_hw_engine_group.c       | 372 ++++++++++++++++++
 drivers/gpu/drm/xe/xe_hw_engine_group.h       |  29 ++
 drivers/gpu/drm/xe/xe_hw_engine_group_types.h |  51 +++
 drivers/gpu/drm/xe/xe_hw_engine_types.h       |   2 +
 drivers/gpu/drm/xe/xe_vm.c                    |  20 -
 15 files changed, 534 insertions(+), 47 deletions(-)
 create mode 100644 drivers/gpu/drm/xe/xe_hw_engine_group.c
 create mode 100644 drivers/gpu/drm/xe/xe_hw_engine_group.h
 create mode 100644 drivers/gpu/drm/xe/xe_hw_engine_group_types.h

-- 
2.43.0


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

end of thread, other threads:[~2024-08-09 19:21 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-09 15:51 [PATCH v9 00/11] Parallel submission of dma fence jobs and LR jobs with shared hardware resources Francois Dugast
2024-08-09 15:51 ` [PATCH v9 01/11] drm/xe/hw_engine_group: Introduce xe_hw_engine_group Francois Dugast
2024-08-09 15:51 ` [PATCH v9 02/11] drm/xe/guc_submit: Make suspend_wait interruptible Francois Dugast
2024-08-09 15:51 ` [PATCH v9 03/11] 'drm/xe/hw_engine_group: Register hw engine group's exec queues Francois Dugast
2024-08-09 15:51 ` [PATCH v9 04/11] drm/xe/hw_engine_group: Add helper to suspend faulting LR jobs Francois Dugast
2024-08-09 15:51 ` [PATCH v9 05/11] drm/xe/exec_queue: Remove duplicated code Francois Dugast
2024-08-09 15:51 ` [PATCH v9 06/11] drm/xe/exec_queue: Prepare last fence for hw engine group resume context Francois Dugast
2024-08-09 15:51 ` [PATCH v9 07/11] drm/xe/hw_engine_group: Add helper to wait for dma fence jobs Francois Dugast
2024-08-09 15:51 ` [PATCH v9 08/11] drm/xe/hw_engine_group: Ensure safe transition between execution modes Francois Dugast
2024-08-09 15:51 ` [PATCH v9 09/11] drm/xe/exec: Switch hw engine group execution mode upon job submission Francois Dugast
2024-08-09 19:20   ` Matthew Brost
2024-08-09 15:51 ` [PATCH v9 10/11] drm/xe/vm: Remove restriction that all VMs must be faulting if one is Francois Dugast
2024-08-09 15:51 ` [PATCH v9 11/11] drm/xe/device: Remove unused xe_device::usm::num_vm_in_* Francois Dugast
2024-08-09 15:57 ` ✓ CI.Patch_applied: success for Parallel submission of dma fence jobs and LR jobs with shared hardware resources (rev9) Patchwork
2024-08-09 15:58 ` ✗ CI.checkpatch: warning " Patchwork
2024-08-09 15:59 ` ✓ CI.KUnit: success " Patchwork
2024-08-09 16:10 ` ✓ CI.Build: " Patchwork
2024-08-09 16:13 ` ✓ CI.Hooks: " Patchwork
2024-08-09 16:14 ` ✓ CI.checksparse: " Patchwork
2024-08-09 16:34 ` ✓ CI.BAT: " Patchwork
2024-08-09 18:02 ` ✗ CI.FULL: failure " Patchwork

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