✗ CI.checkpatch: warning for drm/xe: Add LRC parsing for more GPU instructions

Patchwork patchwork at emeril.freedesktop.org
Thu Feb 22 19:14:25 UTC 2024


== Series Details ==

Series: drm/xe: Add LRC parsing for more GPU instructions
URL   : https://patchwork.freedesktop.org/series/130280/
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
35591fb8b4d5305b37ce31483f85ac0956eaa536
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 2bb3b2df61dd830a93cee7a0dcdee53f17120c0d
Author: Matt Roper <matthew.d.roper at intel.com>
Date:   Thu Feb 22 10:40:08 2024 -0800

    drm/xe: Add LRC parsing for more GPU instructions
    
    The LRCs on some of our newer platforms appear to contain a few GPU
    instructions that weren't handled in our LRC parser.  Add the relevant
    instruction names and opcodes so that our debugfs LRC dumps will
    properly indicate what these are.
    
    Bspec: 55866, 64848, 46931
    Signed-off-by: Matt Roper <matthew.d.roper at intel.com>
+ /mt/dim checkpatch 5dfa3c2da4803652582408bfb3c529970735f594 drm-intel
2bb3b2df61dd drm/xe: Add LRC parsing for more GPU instructions
Traceback (most recent call last):
  File "scripts/spdxcheck.py", line 6, in <module>
    from ply import lex, yacc
ModuleNotFoundError: No module named 'ply'
-:15: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#15: 
new file mode 100644

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




More information about the Intel-xe mailing list