✓ CI.checkpatch: success for drm/xe: Add timeout to preempt fences (rev4)
Patchwork
patchwork at emeril.freedesktop.org
Wed Jun 26 02:05:27 UTC 2024
== Series Details ==
Series: drm/xe: Add timeout to preempt fences (rev4)
URL : https://patchwork.freedesktop.org/series/135329/
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
51ce9f6cd981d42d7467409d7dbc559a450abc1e
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 28bece941911f33a746f9644e90be15bfa49bbc0
Author: Matthew Brost <matthew.brost at intel.com>
Date: Tue Jun 25 17:41:37 2024 -0700
drm/xe: Add timeout to preempt fences
To adhere to dma fencing rules that fences must signal within a
reasonable amount of time, add a 5 second timeout to preempt fences. If
this timeout occurs, kill the associated VM as this fatal to the VM.
v2:
- Add comment for smp_wmb (Checkpatch)
- Fix kernel doc typo (Inspection)
- Add comment for killed check (Niranjana)
v3:
- Drop smp_wmb (Matthew Auld)
- Don't take vm->lock in preempt fence worker (Matthew Auld)
- Drop RB given changes to patch
Cc: Matthew Auld <matthew.auld at intel.com>
Cc: Niranjana Vishwanathapura <niranjana.vishwanathapura at intel.com>
Signed-off-by: Matthew Brost <matthew.brost at intel.com>
+ /mt/dim checkpatch edccdf441f1e061f81e0d1d172aa0f37511bbe4d drm-intel
28bece941911 drm/xe: Add timeout to preempt fences
More information about the Intel-xe
mailing list