[Intel-xe] [PATCH 0/8] Scheduler changes for upstreaming
Matthew Brost
matthew.brost at intel.com
Mon May 22 01:50:32 UTC 2023
First 8 patches of the follow series /w comments addressed:
https://patchwork.freedesktop.org/series/117156/
A follow up with submit a GuC doorbell series and a GPUVA series.
Matthew Brost (8):
fixup! drm/sched: Convert drm scheduler to use a work queue rather
than kthread
drm/sched: Move schedule policy to scheduler
drm/sched: Add DRM_SCHED_POLICY_SINGLE_ENTITY scheduling policy
drm/xe: Use DRM_SCHED_POLICY_SINGLE_ENTITY mode
drm/xe: Long running job update
drm/xe: Ensure LR engines are not persistent
drm/xe: Only try to lock external BOs in VM bind
drm/xe: VM LRU bulk move
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 3 +-
drivers/gpu/drm/etnaviv/etnaviv_sched.c | 5 +-
drivers/gpu/drm/lima/lima_sched.c | 5 +-
drivers/gpu/drm/msm/msm_ringbuffer.c | 5 +-
drivers/gpu/drm/panfrost/panfrost_job.c | 5 +-
drivers/gpu/drm/scheduler/sched_entity.c | 62 +++++++++++---
drivers/gpu/drm/scheduler/sched_fence.c | 2 +-
drivers/gpu/drm/scheduler/sched_main.c | 88 ++++++++++++++++---
drivers/gpu/drm/v3d/v3d_sched.c | 25 +++---
drivers/gpu/drm/xe/xe_bo.c | 32 ++++++-
drivers/gpu/drm/xe/xe_bo.h | 4 +-
drivers/gpu/drm/xe/xe_devcoredump_types.h | 1 +
drivers/gpu/drm/xe/xe_dma_buf.c | 2 +-
drivers/gpu/drm/xe/xe_engine.c | 36 +++++++-
drivers/gpu/drm/xe/xe_engine.h | 4 +
drivers/gpu/drm/xe/xe_exec.c | 14 +++
drivers/gpu/drm/xe/xe_execlist.c | 3 +-
drivers/gpu/drm/xe/xe_guc_engine_types.h | 2 +
drivers/gpu/drm/xe/xe_guc_submit.c | 99 +++++++++++++++++++---
drivers/gpu/drm/xe/xe_trace.h | 5 ++
drivers/gpu/drm/xe/xe_vm.c | 12 ++-
drivers/gpu/drm/xe/xe_vm_types.h | 3 +
include/drm/gpu_scheduler.h | 29 +++++--
23 files changed, 371 insertions(+), 75 deletions(-)
--
2.34.1
More information about the Intel-xe
mailing list