✓ CI.checkpatch: success for drm/xe: Make VMA tile_present, tile_invalidated access rules clear (rev4)
Patchwork
patchwork at emeril.freedesktop.org
Mon Jun 2 16:47:59 UTC 2025
== Series Details ==
Series: drm/xe: Make VMA tile_present, tile_invalidated access rules clear (rev4)
URL : https://patchwork.freedesktop.org/series/149676/
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
202708c00696422fd217223bb679a353a5936e23
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 13e77ee627ac2ff0758ee9817527f7e3d8aeb488
Author: Matthew Brost <matthew.brost at intel.com>
Date: Mon Jun 2 09:44:12 2025 -0700
drm/xe: Make VMA tile_present, tile_invalidated access rules clear
Document VMA tile_invalidated access rules, use READ_ONCE / WRITE_ONCE
for opportunistic checks of tile_present and tile_invalidated, move
tile_invalidated state change from page fault handler to PT code under
the correct locks, and add lockdep asserts to TLB invalidation paths.
v2:
- Assert VM dma-resv lock rather than BO in zap PTEs
v3:
- Back to BO's dma-resv lock, adjust documentation
v4:
- Add WRITE_ONCE in xe_vm_invalidate_vma (Thomas)
- Change lockdep assert for userptr in xe_vm_invalidate_vma (CI)
- Take userptr notifier lock in read mode in xe_vm_userptr_pin before
calling xe_vm_invalidate_vma (CI)
Signed-off-by: Matthew Brost <matthew.brost at intel.com>
Reviewed-by: Thomas Hellström <thomas.hellstrom at linux.intel.com>
+ /mt/dim checkpatch b0d3f3958b8e3136100332939086983195e6a8cc drm-intel
13e77ee627ac drm/xe: Make VMA tile_present, tile_invalidated access rules clear
More information about the Intel-xe
mailing list