✓ CI.checkpatch: success for drm/xe/guc_submit: Simplify and fix diff calculation
Patchwork
patchwork at emeril.freedesktop.org
Wed May 14 14:32:35 UTC 2025
== Series Details ==
Series: drm/xe/guc_submit: Simplify and fix diff calculation
URL : https://patchwork.freedesktop.org/series/148966/
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 d20baccd37795386208c0f6d0ba2f7c7eee62257
Author: Lucas De Marchi <lucas.demarchi at intel.com>
Date: Tue May 13 07:25:49 2025 -0700
drm/xe/guc_submit: Simplify and fix diff calculation
With a u32 type, there's no need to check which one is greater: the
current is always the latest and if it's less than the previous, it's
because it wrapped: just do the unsigned calculation that will lead to
the same result, or better the correct one. It fixes an off-by-one in
the wrapped calculation, however that doesn't really matter for the
timeout calculation.
Signed-off-by: Lucas De Marchi <lucas.demarchi at intel.com>
Reviewed-by: Raag Jadav <raag.jadav at intel.com>
+ /mt/dim checkpatch dd6a856541dd90fa4ef755783898fcfbea3b9961 drm-intel
d20baccd3779 drm/xe/guc_submit: Simplify and fix diff calculation
More information about the Intel-xe
mailing list