✗ CI.checkpatch: warning for drm/xe: Use LRC prefix rather than CTX prefix in lrc desc defines (rev2)
Patchwork
patchwork at emeril.freedesktop.org
Tue Jan 23 22:09:19 UTC 2024
== Series Details ==
Series: drm/xe: Use LRC prefix rather than CTX prefix in lrc desc defines (rev2)
URL : https://patchwork.freedesktop.org/series/129098/
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 15e3ceffdc044e3c524f2f518047609634106590
Author: Matthew Brost <matthew.brost at intel.com>
Date: Tue Jan 23 13:26:38 2024 -0800
drm/xe: Use LRC prefix rather than CTX prefix in lrc desc defines
The sparc build fails [1] due to CTX_VALID being redefined. Fix this by
using a better naming convention of LRC_VALID as this define is used in
setting bits in the lrc descriptor. To be uniform, change other define
with LRC prefix too.
[1] http://kisskb.ellerman.id.au/kisskb/buildresult/15112267/
v2:
- s/LEGACY_64B_CONTEXT/LRC_LEGACY_64B_CONTEXT (Lucas)
Fixes: 0bc519d20ffa ("drm/xe: Remove GEN[0-9]*_ prefixes")
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
15e3ceffd drm/xe: Use LRC prefix rather than CTX prefix in lrc desc defines
-:20: WARNING:UNKNOWN_COMMIT_ID: Unknown commit id '0bc519d20ffa', maybe rebased or not pulled?
#20:
Fixes: 0bc519d20ffa ("drm/xe: Remove GEN[0-9]*_ prefixes")
total: 0 errors, 1 warnings, 0 checks, 32 lines checked
More information about the Intel-xe
mailing list