✓ CI.checkpatch: success for drm/xe/mmio: Use single logic for waiting functions
Patchwork
patchwork at emeril.freedesktop.org
Tue Jul 23 12:21:13 UTC 2024
== Series Details ==
Series: drm/xe/mmio: Use single logic for waiting functions
URL : https://patchwork.freedesktop.org/series/136384/
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
5ce3e132caaa5b45e5e50201b574a097d130967c
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 6848adf99e17b0aa7bc44af3461f58672078f42e
Author: Gustavo Sousa <gustavo.sousa at intel.com>
Date: Tue Jul 23 09:01:21 2024 -0300
drm/xe/mmio: Use single logic for waiting functions
The implementations for xe_mmio_wait32() and xe_mmio_wait32_not() are
almost identical. Let is avoid duplication of logic by having them
calling a common __xe_mmio_wait32() function.
Signed-off-by: Gustavo Sousa <gustavo.sousa at intel.com>
+ /mt/dim checkpatch 049eae5224ed92f3cb723a492593b255654e0649 drm-intel
6848adf99e17 drm/xe/mmio: Use single logic for waiting functions
More information about the Intel-xe
mailing list