✓ CI.checkpatch: success for drm/xe: Add timeout to preempt fences (rev3)
Patchwork
patchwork at emeril.freedesktop.org
Tue Jun 25 05:55:25 UTC 2024
== Series Details ==
Series: drm/xe: Add timeout to preempt fences (rev3)
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 19eadee7632178f80a9937d9422de38b49155e61
Author: Matthew Brost <matthew.brost at intel.com>
Date: Mon Jun 24 22:51:20 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)
Cc: Niranjana Vishwanathapura <niranjana.vishwanathapura at intel.com>
Signed-off-by: Matthew Brost <matthew.brost at intel.com>
Reviewed-by: Niranjana Vishwanathapura <niranjana.vishwanathapura at intel.com>
+ /mt/dim checkpatch cf83cd8ff370955a504fdf1388ea6e257da76a8b drm-intel
19eadee76321 drm/xe: Add timeout to preempt fences
More information about the Intel-xe
mailing list