✗ CI.checkpatch: warning for drm/xe/pvc: fix CI GuC FW path
Patchwork
patchwork at emeril.freedesktop.org
Fri Mar 8 14:43:39 UTC 2024
== Series Details ==
Series: drm/xe/pvc: fix CI GuC FW path
URL : https://patchwork.freedesktop.org/series/130919/
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
a9bb2a8a17457065eb398a81e8fd9aec2b519fd6
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit b9fc57bef4e00e48c7bebbab6dd29bb89af6afc9
Author: Daniele Ceraolo Spurio <daniele.ceraolospurio at intel.com>
Date: Fri Mar 8 05:42:02 2024 -0800
drm/xe/pvc: fix CI GuC FW path
The new repo flow has the CI firmwares located under the intel-ci/
folder, so we need to update the path in the driver. This messes a bit
with the formatting, but since this is a CI-only patch it doesn't really
matter.
Signed-off-by: Daniele Ceraolo Spurio <daniele.ceraolospurio at intel.com>
Cc: Lucas De Marchi <lucas.demarchi at intel.com>
Cc: John Harrison <John.C.Harrison at Intel.com>
Cc: Gustavo Sousa <gustavo.sousa at intel.com>
Reviewed-by: Lucas De Marchi <lucas.demarchi at intel.com>
Acked-by: Gustavo Sousa <gustavo.sousa at intel.com>
+ /mt/dim checkpatch 024301d28b0b2cf492ffdb3ce688044cd9923f38 drm-intel
b9fc57bef4e0 drm/xe/pvc: fix CI GuC FW path
-:27: CHECK:SPACING: spaces preferred around that '-' (ctx:VxV)
#27: FILE: drivers/gpu/drm/xe/xe_uc_fw.c:108:
+ fw_def(PVC, mmp_ver(intel-ci/xe, guc, pvc, 70, 20, 0)) \
^
-:27: CHECK:SPACING: spaces preferred around that '/' (ctx:VxV)
#27: FILE: drivers/gpu/drm/xe/xe_uc_fw.c:108:
+ fw_def(PVC, mmp_ver(intel-ci/xe, guc, pvc, 70, 20, 0)) \
^
total: 0 errors, 0 warnings, 2 checks, 8 lines checked
More information about the Intel-xe
mailing list