✗ CI.checkpatch: warning for Fixes for VF GuC version

Patchwork patchwork at emeril.freedesktop.org
Wed May 28 23:48:57 UTC 2025


== Series Details ==

Series: Fixes for VF GuC version
URL   : https://patchwork.freedesktop.org/series/149613/
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
202708c00696422fd217223bb679a353a5936e23
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 8ca35e6f1fad9b791271ceb45600d4db922e506c
Author: Daniele Ceraolo Spurio <daniele.ceraolospurio at intel.com>
Date:   Wed May 28 16:42:34 2025 -0700

    drm/xe/vf: Store the GuC FW info in guc->fw
    
    The GuC compatibility version that we read from the CSS header in
    native/PF and the GuC VF version that we get when a VF handshakes with
    the GuC are the same version number, so we should store it into the same
    structure. This makes all the checks based on the compatibility version
    automatically work for VFs without having to copy the value over.
    
    For completion, also copy the wanted version and set the path to a known
    string to indicate that the FW is PF-loaded. This way all the info will
    be coherent when dumped from debugfs.
    
    v2: several code cleanups and style changes (Michal), rebase on
    bootstrap changes.
    
    Signed-off-by: Daniele Ceraolo Spurio <daniele.ceraolospurio at intel.com>
    Cc: Michal Wajdeczko <michal.wajdeczko at intel.com>
    Cc: Lukasz Laguna <lukasz.laguna at intel.com>
+ /mt/dim checkpatch 2f74377e0846598397723197386e6d9d65b7711e drm-intel
e64d536eb058 drm/xe/uc: Prepare uc_fw_version for storing the VF ABI version
5f7f142cb062 drm/xe/vf: Boostrap all GTs immediately after MMIO init
087c8f4646fb drm/xe/vf: Use uc_fw_version to store the negotiated GuC ABI
8ca35e6f1fad drm/xe/vf: Store the GuC FW info in guc->fw
-:63: WARNING:RETURN_VOID: void function return statements are not generally useful
#63: FILE: drivers/gpu/drm/xe/xe_gt_sriov_vf.c:293:
+	return;
+}

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




More information about the Intel-xe mailing list