✗ CI.checkpatch: warning for Update to GuC v70.29.2 as minimum for Xe (support LNL, BMG)

Patchwork patchwork at emeril.freedesktop.org
Fri Aug 2 22:27:01 UTC 2024


== Series Details ==

Series: Update to GuC v70.29.2 as minimum for Xe (support LNL, BMG)
URL   : https://patchwork.freedesktop.org/series/136857/
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
9e645341d3008ce246879af606f45d0e5d21d698
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 1acd8b375a6329bcdfc6dd4410e73ae016ca74ac
Author: Julia Filipchuk <julia.filipchuk at intel.com>
Date:   Fri Aug 2 15:21:29 2024 -0700

    drm/xe/guc: Pre-release GuC firmware v70.29.2 for PVC
    
    Add pre-release support for PVC.
    
    UAPI version 1.13.4.
    
    Signed-off-by: John Harrison <John.C.Harrison at Intel.com>
    Signed-off-by: Julia Filipchuk <julia.filipchuk at intel.com>
+ /mt/dim checkpatch 0b8d955bfdcf0864a764a125ab13bc0fd81f3b71 drm-intel
871898348a23 Revert "drm/xe/guc: Pre-release GuC firmware v70.24.0 for LNL/BMG/PVC"
fe3ae0e49961 drm/xe/guc: Bump minimum required GuC version to v70.29.2
-:40: CHECK:MACRO_ARG_REUSE: Macro argument reuse 'ver' - possible side-effects?
#40: FILE: drivers/gpu/drm/xe/xe_guc.h:20:
+#define MAKE_GUC_VER_STRUCT(ver)	MAKE_GUC_VER((ver).major, (ver).minor, (ver).patch)

-:41: WARNING:LONG_LINE: line length of 109 exceeds 100 columns
#41: FILE: drivers/gpu/drm/xe/xe_guc.h:21:
+#define GUC_SUBMIT_VER(guc)		MAKE_VER_STRUCT((guc)->fw.versions.found[XE_UC_FW_VER_COMPATIBILITY])

-:42: WARNING:LONG_LINE: line length of 103 exceeds 100 columns
#42: FILE: drivers/gpu/drm/xe/xe_guc.h:22:
+#define GUC_FIRMWARE_VER(guc)		MAKE_VER_STRUCT((guc)->fw.versions.found[XE_UC_FW_VER_RELEASE])

total: 0 errors, 2 warnings, 1 checks, 61 lines checked
2da45df3d166 drm/xe/guc: Define GuC version v70.29.2 for BMG
1acd8b375a63 drm/xe/guc: Pre-release GuC firmware v70.29.2 for PVC
-:21: CHECK:SPACING: spaces preferred around that '-' (ctx:VxV)
#21: FILE: drivers/gpu/drm/xe/xe_uc_fw.c:112:
+	fw_def(PVC,		mmp_ver(intel-ci/xe, guc, pvc,	70, 29, 2))	\
 	           		             ^

-:21: CHECK:SPACING: spaces preferred around that '/' (ctx:VxV)
#21: FILE: drivers/gpu/drm/xe/xe_uc_fw.c:112:
+	fw_def(PVC,		mmp_ver(intel-ci/xe, guc, pvc,	70, 29, 2))	\
 	           		                ^

total: 0 errors, 0 warnings, 2 checks, 7 lines checked




More information about the Intel-xe mailing list