✗ CI.checkpatch: warning for CCS save restore for IGPU (rev12)

Patchwork patchwork at emeril.freedesktop.org
Tue Jul 22 11:59:07 UTC 2025


== Series Details ==

Series: CCS save restore for IGPU (rev12)
URL   : https://patchwork.freedesktop.org/series/149108/
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
63535c743231a7497a612c53f6edbb8a7d14412d
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 1bdb2534115f9836b8012d6c05c96804ae6ab2da
Author: Satyanarayana K V P <satyanarayana.k.v.p at intel.com>
Date:   Tue Jul 22 17:35:06 2025 +0530

    drm/xe/vf: Register CCS read/write contexts with Guc
    
    Register read write contexts with newly added flags with GUC and
    enable the context immediately after registration.
    Re-register the context with Guc when resuming from runtime suspend as
    soft reset is applied to Guc during xe_pm_runtime_resume().
    Make Ring head=tail while unbinding device to avoid issues with VF pause
    after device is unbinded.
    
    Signed-off-by: Satyanarayana K V P <satyanarayana.k.v.p at intel.com>
    Cc: Michal Wajdeczko <michal.wajdeczko at intel.com>
    Cc: Matthew Brost <matthew.brost at intel.com>
    Cc: Maarten Lankhorst <maarten.lankhorst at linux.intel.com>
    Reviewed-by: Matthew Brost <matthew.brost at intel.com>
+ /mt/dim checkpatch 807088b0ca072462044a30230dd5426c7f55ad2f drm-intel
df8b91c95d43 drm/xe/vf: Create contexts for CCS read write
-:185: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#185: 
new file mode 100644

-:431: CHECK:MACRO_ARG_REUSE: Macro argument reuse 'id__' - possible side-effects?
#431: FILE: drivers/gpu/drm/xe/xe_sriov_vf_ccs_types.h:9:
+#define for_each_ccs_rw_ctx(id__) \
+	for ((id__) = 0; (id__) < XE_SRIOV_VF_CCS_CTX_COUNT; (id__)++)

total: 0 errors, 1 warnings, 1 checks, 403 lines checked
d54be73cd84a drm/xe/vf: Attach and detach CCS copy commands with BO
1bdb2534115f drm/xe/vf: Register CCS read/write contexts with Guc




More information about the Intel-xe mailing list