✓ CI.checkpatch: success for drm/xe/exec: Fix minor bug related to xe_sync_entry_cleanup (rev2)
Patchwork
patchwork at emeril.freedesktop.org
Thu Jul 11 21:14:04 UTC 2024
== Series Details ==
Series: drm/xe/exec: Fix minor bug related to xe_sync_entry_cleanup (rev2)
URL : https://patchwork.freedesktop.org/series/136013/
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 4eeae8c8e218d4b0f0f008fe51c1c23d98eb7d7f
Author: Ashutosh Dixit <ashutosh.dixit at intel.com>
Date: Thu Jul 11 13:48:32 2024 -0700
drm/xe/exec: Fix minor bug related to xe_sync_entry_cleanup
Increment num_syncs after xe_sync_entry_parse() is successful to ensure
the xe_sync_entry_cleanup() logic under "err_syncs" label works correctly.
Fixes: dd08ebf6c352 ("drm/xe: Introduce a new DRM driver for Intel GPUs")
Signed-off-by: Ashutosh Dixit <ashutosh.dixit at intel.com>
+ /mt/dim checkpatch b8617992926ffce3569049c2eb3dffeef5eafe75 drm-intel
4eeae8c8e218 drm/xe/exec: Fix minor bug related to xe_sync_entry_cleanup
More information about the Intel-xe
mailing list