✗ CI.checkpatch: warning for drm/xe: Prefer BIT/GENMASK macros over shifts
Patchwork
patchwork at emeril.freedesktop.org
Tue Jan 23 19:57:41 UTC 2024
== Series Details ==
Series: drm/xe: Prefer BIT/GENMASK macros over shifts
URL : https://patchwork.freedesktop.org/series/129099/
State : warning
== 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
b2ca823f819193c33ab811dfac08c614138d6d46
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit d189885d8462ababff165fd1ff408260ba763a59
Author: Matthew Brost <matthew.brost at intel.com>
Date: Tue Jan 23 11:02:01 2024 -0800
drm/xe: Prefer BIT/GENMASK macros over shifts
Using BIT/GENMASK macros is a better convention than using manual shift
and will also fix build errors [1].
[1] http://kisskb.ellerman.id.au/kisskb/buildresult/15112475/log/
Fixes: dd08ebf6c352 ("drm/xe: Introduce a new DRM driver for Intel GPUs")
Cc: Thomas Hellström <thomas.hellstrom at linux.intel.com>
Cc: Lucas De Marchi <lucas.demarchi at intel.com>
Signed-off-by: Matthew Brost <matthew.brost at intel.com>
+ /mt/dim checkpatch fc6b7c6ee7d786e6ed48425a2ce0e674906e4e5c drm-intel
d189885d8 drm/xe: Prefer BIT/GENMASK macros over shifts
-:14: WARNING:UNKNOWN_COMMIT_ID: Unknown commit id 'dd08ebf6c352', maybe rebased or not pulled?
#14:
Fixes: dd08ebf6c352 ("drm/xe: Introduce a new DRM driver for Intel GPUs")
total: 0 errors, 1 warnings, 0 checks, 16 lines checked
More information about the Intel-xe
mailing list