✗ CI.checkpatch: warning for Update to GuC 70.19.2 and add LNL
Patchwork
patchwork at emeril.freedesktop.org
Fri Feb 2 20:06:30 UTC 2024
== Series Details ==
Series: Update to GuC 70.19.2 and add LNL
URL : https://patchwork.freedesktop.org/series/129483/
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 345375af034602d0d65bb1586f9b99eac317d754
Author: Daniele Ceraolo Spurio <daniele.ceraolospurio at intel.com>
Date: Fri Feb 2 12:00:17 2024 -0800
drm/xe/guc: define PVC FW
Add PVC GuC FW definition. This is patch is for CI-only and it is meant
for the topic/core-for-CI branch.
Link: https://gitlab.freedesktop.org/drm/xe/kernel/-/issues/1155
Signed-off-by: Daniele Ceraolo Spurio <daniele.ceraolospurio at intel.com>
Cc: Rodrigo Vivi <rodrigo.vivi at intel.com>
Reviewed-by: Rodrigo Vivi <rodrigo.vivi at intel.com>
Signed-off-by: Rodrigo Vivi <rodrigo.vivi at intel.com>
Signed-off-by: Thomas Hellström <thomas.hellstrom at linux.intel.com>
+ /mt/dim checkpatch 1dd92467500a5ead3e44bbdfe15e064dd79b65ef drm-intel
30219e3fe Revert "drm/xe/guc: define LNL FW"
-:6: WARNING:UNKNOWN_COMMIT_ID: Unknown commit id 'e4cfe0cd981952f6ed3d5b92a0b7e3ae0b3ad2b4', maybe rebased or not pulled?
#6:
This reverts commit e4cfe0cd981952f6ed3d5b92a0b7e3ae0b3ad2b4.
total: 0 errors, 1 warnings, 0 checks, 7 lines checked
3b9241d50 Revert "drm/xe/guc: define PVC FW"
-:6: WARNING:UNKNOWN_COMMIT_ID: Unknown commit id '6fed16fd875e413bcb9be8c90ea86260216361eb', maybe rebased or not pulled?
#6:
This reverts commit 6fed16fd875e413bcb9be8c90ea86260216361eb.
total: 0 errors, 1 warnings, 0 checks, 7 lines checked
da0780b74 drm/xe/uc: Include patch version in expectations
-:74: CHECK:MACRO_ARG_REUSE: Macro argument reuse 'a' - possible side-effects?
#74: FILE: drivers/gpu/drm/xe/xe_uc_fw.c:140:
+#define uc_fw_entry_major_ver(dir_, uc_, shortname_, a, b, c) \
+ { fw_filename_major_ver(dir_, uc_, shortname_, a, b, c), \
+ a, b, c }
-:74: CHECK:MACRO_ARG_REUSE: Macro argument reuse 'b' - possible side-effects?
#74: FILE: drivers/gpu/drm/xe/xe_uc_fw.c:140:
+#define uc_fw_entry_major_ver(dir_, uc_, shortname_, a, b, c) \
+ { fw_filename_major_ver(dir_, uc_, shortname_, a, b, c), \
+ a, b, c }
-:74: CHECK:MACRO_ARG_REUSE: Macro argument reuse 'c' - possible side-effects?
#74: FILE: drivers/gpu/drm/xe/xe_uc_fw.c:140:
+#define uc_fw_entry_major_ver(dir_, uc_, shortname_, a, b, c) \
+ { fw_filename_major_ver(dir_, uc_, shortname_, a, b, c), \
+ a, b, c }
total: 0 errors, 0 warnings, 3 checks, 96 lines checked
3f4101565 drm/xe/guc: Update to GuC firmware 70.19.2
c200ce847 drm/xe/guc: Add support for LNL firmware
345375af0 drm/xe/guc: define PVC FW
More information about the Intel-xe
mailing list