✓ CI.checkpatch: success for drm/xe: Use dma-fence array for media GT TLB invalidations in PT code (rev2)
Patchwork
patchwork at emeril.freedesktop.org
Fri Aug 23 02:46:17 UTC 2024
== Series Details ==
Series: drm/xe: Use dma-fence array for media GT TLB invalidations in PT code (rev2)
URL : https://patchwork.freedesktop.org/series/137676/
State : success
== Summary ==
+ KERNEL=/kernel
+ git clone https://gitlab.freedesktop.org/drm/maintainer-tools mt
Cloning into 'mt'...
warning: redirecting to https://gitlab.freedesktop.org/drm/maintainer-tools.git/
+ git -C mt rev-list -n1 origin/master
9fe5037901cabbcdf27a6fe0dfb047ca1474d363
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 82cb0d7db26220d8820b6faf161ab4cf7cbc7849
Author: Matthew Brost <matthew.brost at intel.com>
Date: Thu Aug 22 19:40:58 2024 -0700
drm/xe: Use dma-fence array for media GT TLB invalidations in PT code
Using a chain fence is problematic as these cannot be installed in
timeout drm sync objects. Use a dma-fence-array instead at the cost of
an extra failure point.
Also fixup reserve fence count to include media GT invalidation fence.
v2:
- Fix reserve fence count (Casey Bowman)
Fixes: 40520283e0fd ("drm/xe: Invalidate media_gt TLBs in PT code")
Signed-off-by: Matthew Brost <matthew.brost at intel.com>
+ /mt/dim checkpatch 7365d672ab38ee0eabb65fcd359e5774a8efbd70 drm-intel
82cb0d7db262 drm/xe: Use dma-fence array for media GT TLB invalidations in PT code
More information about the Intel-xe
mailing list