[Intel-xe] ✗ CI.checkpatch: warning for drm/xe: Add uAPI to query micro-controler firmware version (rev2)

Patchwork patchwork at emeril.freedesktop.org
Fri Sep 15 15:49:15 UTC 2023


== Series Details ==

Series: drm/xe: Add uAPI to query micro-controler firmware version (rev2)
URL   : https://patchwork.freedesktop.org/series/123779/
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
63c2b6b160bca2df6efc7bc4cea6f442097d7854
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 2296c8cdc584003b12cbadcb6d7ad53fd2b17608
Author: José Roberto de Souza <jose.souza at intel.com>
Date:   Fri Sep 15 08:46:39 2023 -0700

    drm/xe: Add uAPI to query micro-controler firmware version
    
    Due to a bug in GuC firmware, Mesa can't enable by default the usage of
    compute engines in DG2 and newer.
    
    A new GuC firmware fixed the issue but until now there was no way
    for Mesa to know if KMD was running with the fixed GuC version or not,
    so this uAPI is required.
    
    It may be expanded in future to query other firmware versions too.
    
    More information: https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/23661
    Mesa usage: https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25233
    
    v2:
    - changed to submission version
    - added branch version to be future proof
    - checking if pads and reserved are zero
    
    v3:
    - add braces around case XE_QUERY_UC_TYPE_GUC to make CI happy
    
    Cc: John Harrison <John.C.Harrison at Intel.com>
    Signed-off-by: José Roberto de Souza <jose.souza at intel.com>
+ /mt/dim checkpatch 4a9681392cecd56a372d06b648f7b3a37fdd5c63 drm-intel
2296c8cdc drm/xe: Add uAPI to query micro-controler firmware version
-:18: WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line)
#18: 
More information: https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/23661

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




More information about the Intel-xe mailing list