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

v8: Address Matt's comments on v7 such as propagating errors up the stack, drop
    patch #10, squash patches #9 and #11


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] 27+ messages in thread

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

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

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