✗ CI.checkpatch: warning for drm/xe: Use LRC prefix rather than CTX prefix in lrc desc defines

Patchwork patchwork at emeril.freedesktop.org
Tue Jan 23 18:57:31 UTC 2024


== Series Details ==

Series: drm/xe: Use LRC prefix rather than CTX prefix in lrc desc defines
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
e7f730565356938dd6c63cd498218fdc5d6a22b0
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 50d0089b42c85425ff877d7db46b6831045053d6
Author: Matthew Brost <matthew.brost at intel.com>
Date:   Tue Jan 23 10:55:30 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/
    
    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
50d0089b4 drm/xe: Use LRC prefix rather than CTX prefix in lrc desc defines
-:17: WARNING:UNKNOWN_COMMIT_ID: Unknown commit id '0bc519d20ffa', maybe rebased or not pulled?
#17: 
Fixes: 0bc519d20ffa ("drm/xe: Remove GEN[0-9]*_ prefixes")

total: 0 errors, 1 warnings, 0 checks, 30 lines checked




More information about the Intel-xe mailing list