✗ CI.checkpatch: warning for drm/xe: Consolidate LRC offset calculations
Patchwork
patchwork at emeril.freedesktop.org
Wed Jun 25 11:39:38 UTC 2025
== Series Details ==
Series: drm/xe: Consolidate LRC offset calculations
URL : https://patchwork.freedesktop.org/series/150746/
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
f8ff75ae1d2127635239b134695774ed4045d05b
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 606cc6f9b514d5b816ccd6ff9ac9481b801d73c2
Author: Tvrtko Ursulin <tvrtko.ursulin at igalia.com>
Date: Wed Jun 25 12:32:41 2025 +0100
drm/xe: Consolidate LRC offset calculations
Attempt to consolidate the LRC offsets calculations by alignning the
recently added wa_bb_offset with the naming scheme in the file and
also change the size stored in struct xe_lrc to not include the ring
buffer.
The former makes it somewhat visually easier to follow the layout of the
various logical blocks stored in the LRC bo, while the latter reduces the
number of sprinkled around calculations.
Signed-off-by: Tvrtko Ursulin <tvrtko.ursulin at igalia.com>
Cc: Matthew Brost <matthew.brost at intel.com
Cc: Matt Roper <matthew.d.roper at intel.com>
Cc: Lucas De Marchi <lucas.demarchi at intel.com>
+ /mt/dim checkpatch e4196e8184ee5a9c70c136f659dccef786c263b3 drm-intel
606cc6f9b514 drm/xe: Consolidate LRC offset calculations
-:16: ERROR:BAD_SIGN_OFF: Unrecognized email address: 'Matthew Brost <matthew.brost at intel.com'
#16:
Cc: Matthew Brost <matthew.brost at intel.com
total: 1 errors, 0 warnings, 0 checks, 119 lines checked
More information about the Intel-xe
mailing list