[Intel-xe] ✓ CI.checkpatch: success for drm/xe: Use nanoseconds instead of jiffies in uapi for user fence (rev2)

Patchwork patchwork at emeril.freedesktop.org
Fri Jun 2 11:22:45 UTC 2023


== Series Details ==

Series: drm/xe: Use nanoseconds instead of jiffies in uapi for user fence (rev2)
URL   : https://patchwork.freedesktop.org/series/118670/
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
c7d32770e3cd31d9fc134ce41f329b10aa33ee15
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 2ae113e1499be557e1b09c27bcc61ffcd6570c4b
Author: Zbigniew Kempczyński <zbigniew.kempczynski at intel.com>
Date:   Fri Jun 2 12:47:47 2023 +0200

    drm/xe: Use nanoseconds instead of jiffies in uapi for user fence
    
    Using jiffies as a timeout from userspace is weird even it theoretically
    exists possiblity of acquiring jiffies via getconf. Unfortunately this
    method is unreliable and returned value may vary from configured in the
    kernel config.
    
    Change alters timeout to be expected in nanoseconds returning remaining
    timeout for relative and keeping absolute timeout intact.
    
    Signed-off-by: Zbigniew Kempczyński <zbigniew.kempczynski at intel.com>
    Cc: Andi Shyti <andi.shyti at linux.intel.com>
+ /mt/dim checkpatch 9f49c413b187c00f223eaf1e8dbe2c1a97c9954b drm-intel
2ae113e14 drm/xe: Use nanoseconds instead of jiffies in uapi for user fence




More information about the Intel-xe mailing list