[Intel-xe] ✗ CI.checkpatch: warning for drm/xe: Add uAPI to query micro-controler firmware version
Patchwork
patchwork at emeril.freedesktop.org
Fri Sep 15 15:06:56 UTC 2023
== Series Details ==
Series: drm/xe: Add uAPI to query micro-controler firmware version
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 9f34bb456bfbac104f8b4da73c8b409828277bd8
Author: José Roberto de Souza <jose.souza at intel.com>
Date: Fri Sep 15 07:39:58 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
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
9f34bb456 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, 107 lines checked
More information about the Intel-xe
mailing list