✓ CI.checkpatch: success for drm/xe/xe_sync: Add debug printing to check_ufence (rev2)
Patchwork
patchwork at emeril.freedesktop.org
Fri Dec 6 18:46:19 UTC 2024
== Series Details ==
Series: drm/xe/xe_sync: Add debug printing to check_ufence (rev2)
URL : https://patchwork.freedesktop.org/series/142002/
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
30ab6715fc09baee6cc14cb3c89ad8858688d474
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit cdedbe4adca784db48f5da8597725b94b3e8308b
Author: Jonathan Cavitt <jonathan.cavitt at intel.com>
Date: Fri Dec 6 18:11:55 2024 +0000
drm/xe/xe_sync: Add debug printing to check_ufence
The xe_sync helper function check_ufence can occasionally report EBUSY
if the ufence has not been signalled yet. EBUSY is a non-fatal error
value for the function, so it is not desireable to warn in cases where
EBUSY is reported because it is up to the user to decide if EBUSY is a
fatal error in their use cases. However, we can and should report EBUSY
to the debug logs for diagnostic purposes.
v2: Use vm_dbg instead of XE_IOCTL_DBG (Rodrigo)
Signed-off-by: Jonathan Cavitt <jonathan.cavitt at intel.com>
CC: Rodrigo Vivi <rodrigo.vivi at intel.com>
+ /mt/dim checkpatch 261a0301bda5af29477bd710465a8886e8609a4d drm-intel
cdedbe4adca7 drm/xe/xe_sync: Add debug printing to check_ufence
More information about the Intel-xe
mailing list