✗ CI.checkpatch: warning for CCS save restore for IGPU

Patchwork patchwork at emeril.freedesktop.org
Fri May 16 11:38:45 UTC 2025


== Series Details ==

Series: CCS save restore for IGPU
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
202708c00696422fd217223bb679a353a5936e23
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 10b0d7c7ad2e8b5b4752f1c80dd87a76dda8661b
Author: Satyanarayana K V P <satyanarayana.k.v.p at intel.com>
Date:   Fri May 16 17:18:32 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>
+ /mt/dim checkpatch 6d2dd85ba4eb3df89dc816c03b5bf81a470865b2 drm-intel
111ae3496dfd drm/xe/vf: Create contexts for CCS read write
-:149: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#149: 
new file mode 100644

-:240: CHECK:MACRO_ARG_REUSE: Macro argument reuse 'id__' - possible side-effects?
#240: FILE: drivers/gpu/drm/xe/xe_sriov_vf_ccs.c:87:
+#define for_each_ccs_rw_ctx(id__) \
+       for ((id__) = 0; (id__) < XE_CCS_RW_MAX_CTXS; (id__)++)

-:241: WARNING:LEADING_SPACE: please, no spaces at the start of a line
#241: FILE: drivers/gpu/drm/xe/xe_sriov_vf_ccs.c:88:
+       for ((id__) = 0; (id__) < XE_CCS_RW_MAX_CTXS; (id__)++)$

total: 0 errors, 2 warnings, 1 checks, 268 lines checked
8608aacab8af drm/xe/vf: Attach and detach CCS copy commands with BO.
10b0d7c7ad2e drm/xe/vf: Register CCS read/write contexts with Guc




More information about the Intel-xe mailing list