[v2,0/2] Split out dma fence array and invalidate media_gt TLBs in PT code

Message ID 20240826170144.2492062-1-matthew.brost@intel.com (mailing list archive)
Headers
Series Split out dma fence array and invalidate media_gt TLBs in PT code |

Message

Matthew Brost Aug. 26, 2024, 5:01 p.m. UTC
  Respin of [1] [2] based on CI and review feedback.

v2:
 - Send correct code

Matt

Matthew Brost (2):
  dma-buf: Split out dma fence array create into alloc and arm functions
  drm/xe: Invalidate media_gt TLBs in PT code

 drivers/dma-buf/dma-fence-array.c |  78 ++++++++++++++------
 drivers/gpu/drm/xe/xe_pt.c        | 117 ++++++++++++++++++++++++------
 include/linux/dma-fence-array.h   |   6 ++
 3 files changed, 159 insertions(+), 42 deletions(-)