mbox series

[0/4] Mark work queues with WQ_MEM_RECLAIM

Message ID 20241021175705.1584521-1-matthew.brost@intel.com (mailing list archive)
Headers show
Series Mark work queues with WQ_MEM_RECLAIM | expand

Message

Matthew Brost Oct. 21, 2024, 5:57 p.m. UTC
Mark scheuduler and several worrk queues in Xe with WQ_MEM_RECLAIM. Will
these work queues can make forward progess when reclaim is occuring.

Matt

Matthew Brost (4):
  drm/sched: Mark scheduler work queues with WQ_MEM_RECLAIM
  drm/xe: Mark GGTT work queue with WQ_MEM_RECLAIM
  drm/xe: Mark G2H work queue with WQ_MEM_RECLAIM
  drm/xe: Mark GT work queue with WQ_MEM_RECLAIM

 drivers/gpu/drm/scheduler/sched_main.c | 4 ++--
 drivers/gpu/drm/xe/xe_ggtt.c           | 2 +-
 drivers/gpu/drm/xe/xe_gt.c             | 3 ++-
 drivers/gpu/drm/xe/xe_guc_ct.c         | 2 +-
 4 files changed, 6 insertions(+), 5 deletions(-)