]> www.infradead.org Git - linux.git/commit
drm/xe: Mark GGTT work queue with WQ_MEM_RECLAIM
authorMatthew Brost <matthew.brost@intel.com>
Mon, 21 Oct 2024 17:57:03 +0000 (10:57 -0700)
committerMatthew Brost <matthew.brost@intel.com>
Wed, 23 Oct 2024 18:08:06 +0000 (11:08 -0700)
commit60df57e496e4f92f5efc1610ecf32d30b281b19b
tree50573158c84840a6e56599e451682eb9eeb32b25
parent059c2a79b0b2bfcc8e65e25ab7444eb8062e1621
drm/xe: Mark GGTT work queue with WQ_MEM_RECLAIM

GGTT work queue is used to free memory thus we should allow this work
queue to run during reclaim. Mark with GGTT work queue with
WQ_MEM_RECLAIM appropriately.

Signed-off-by: Matthew Brost <matthew.brost@intel.com>
Reviewed-by: Himal Prasad Ghimiray <himal.prasad.ghimiray@intel.com>
Reviewed-by: Badal Nilawar <badal.nilawar@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20241021175705.1584521-3-matthew.brost@intel.com
drivers/gpu/drm/xe/xe_ggtt.c